]> git.pld-linux.org Git - packages/gdb.git/blame - gdb-ada-update0.patch
- update flex syntax
[packages/gdb.git] / gdb-ada-update0.patch
CommitLineData
0852c282
JB
1===================================================================
2RCS file: /cvs/src/src/gdb/ada-tasks.c,v
3retrieving revision 1.7
4retrieving revision 1.8
5diff -u -r1.7 -r1.8
6--- gdb/ada-tasks.c 2003/06/17 20:58:32 1.7
7+++ gdb/ada-tasks.c 2004/04/28 16:36:25 1.8
8@@ -4,7 +4,7 @@
9 .
10 This file is part of GDB.
11
12- [$Id$]
13+ [$Id$]
14 Authors: Roch-Alexandre Nomine Beguin, Arnaud Charlet <charlet@gnat.com>
15
16 This program is free software; you can redistribute it and/or modify
17@@ -794,10 +794,8 @@
18 {
19 /* FIXME: find_printable_frame should be defined in frame.h, and
20 implemented in ada-lang.c */
21- /* find_printable_frame (deprecated_selected_frame, frame_relative_level (deprecated_selected_frame)); */
22 printf_filtered ("[Switching to task %d]\n", num);
23- print_stack_frame (deprecated_selected_frame,
24- frame_relative_level (deprecated_selected_frame), 1);
25+ print_stack_frame (get_selected_frame (), 1, SRC_AND_LOC);
26 }
27 else
28 printf_filtered ("Unable to switch to task %d\n", num);
This page took 0.133867 seconds and 4 git commands to generate.