Document the improvements made to the mips-irix port.
[binutils-gdb.git] / gdb / ChangeLog
1 2010-01-10 Joel Brobecker <brobecker@adacore.com>
2
3 * NEWS: Document the improvements made to the mips-irix port.
4
5 2010-01-09 Joel Brobecker <brobecker@adacore.com>
6
7 Fix the documentation of valprint.c:value_print.
8 * valprint.c (value_print): Update the function description to
9 mention that the syntax of the output follows the current_language,
10 not necessarily C.
11
12 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13
14 Fix displacement of separate debug info files.
15 * objfiles.c (objfile_relocate): Rename to ...
16 (objfile_relocate1): ... here and make it static. Extend the comment.
17 (objfile_relocate): New function.
18 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
19 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
20 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
21 allocated using alloca.
22 * symfile.c (copy_section_addr_info): Remove.
23 (build_section_addr_info_from_objfile): Make it global. New variables
24 addr_bit and mask, use them.
25 * symfile.h (build_section_addr_info_from_objfile): New prototype.
26 (copy_section_addr_info): Remove.
27
28 2010-01-09 Joel Brobecker <brobecker@adacore.com>
29
30 Signal unwinder for mips-irix N32.
31 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
32 tramp-frame.h.
33 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
34 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
35 (SIGCONTEXT_LO_OFF): New macros.
36 (mips_irix_n32_tramp_frame_init): New function.
37 (mips_irix_n32_tramp_frame): New static constant.
38 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
39
40 2010-01-09 Joel Brobecker <brobecker@adacore.com>
41
42 Breakpoint in shared library does not work on mips-irix.
43 * procfs.c: #include "observer.h".
44 (procfs_inferior_created): New function, moving here the code
45 which unsets the syssgi syscall-exit notifications.
46 (procfs_create_inferior): Remove the code which unsets the syssgi
47 syscall-exit notifications. It is too early to do this here.
48 (_initialize_procfs): Attach the procfs_inferior_created observer.
49
50 2010-01-09 Joel Brobecker <brobecker@adacore.com>
51
52 Wrong return convention for arrays (mips-irix).
53 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
54 128 bits or smaller are returned the same way as structs
55 and unions of the the same size.
56
57 2010-01-09 Joel Brobecker <brobecker@adacore.com>
58
59 Cannot set the PC on mips-irix.
60 * irix5-nat.c (fill_gregset): Check regno against the raw PC
61 register number, no the cooked one.
62
63 2010-01-09 Joel Brobecker <brobecker@adacore.com>
64
65 Error while loading core file on mips-irix.
66 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
67 if debugging from a core file.
68
69 2010-01-09 Joel Brobecker <brobecker@adacore.com>
70
71 GDB hangs when attaching to process on mips-irix.
72 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
73 attaching to a process.
74
75 2010-01-09 Joel Brobecker <brobecker@adacore.com>
76
77 Use the correct breakpoint instruction on mips-irix.
78 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
79 containing the correct breakpoint instruction to use on mips-irix.
80 Use it when the osabi is GDB_OSABI_IRIX.
81
82 2010-01-09 Joel Brobecker <brobecker@adacore.com>
83
84 -Wunused warning in procfs.c (mips-irix only).
85 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
86 throughout instead of using praddset and prdelset respectively.
87
88 2010-01-09 Joel Brobecker <brobecker@adacore.com>
89
90 GDB crash while stepping into function.
91 * infrun.c (handle_inferior_event): Refetch the current frame
92 after handling what.main_action, in case that pointer became
93 dangling.
94
95 2010-01-09 Joel Brobecker <brobecker@adacore.com>
96
97 Fix build failure of solaris-hosted cross debuggers.
98 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
99
100 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
101
102 Fix build failure on sparc-solaris.
103 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
104
105 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
106
107 Move some symfile code into subroutines.
108 * symfile.h (relative_addr_info_to_section_offsets)
109 (addr_info_make_relative): New prototypes.
110 * symfile.c (default_symfile_offsets): Move a part to ...
111 (relative_addr_info_to_section_offsets): ... this new function.
112 (default_symfile_offsets): Call it.
113 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
114 this part to ...
115 (addr_info_make_relative): ... this new function.
116
117 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
118
119 Add from_tty to solib_create_inferior_hook.
120 * infcmd.c (post_create_inferior): Move solib_add after
121 solib_create_inferior_hook. Pass from_tty to
122 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
123 0 from_tty and comment why.
124 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
125 * linux-nat.c (linux_child_follow_fork): Likewise.
126 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
127 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
128 from_tty.
129 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
130 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
131 * solib-null.c (null_solib_create_inferior_hook): Likewise.
132 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
133 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
134 * solib-som.c (som_solib_create_inferior_hook): Likewise.
135 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
136 Pass it to svr4_so_ops.solib_create_inferior_hook.
137 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
138 from_tty.
139 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
140 solib_add.
141 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
142 enable_break.
143 * solib-target.c (solib_target_solib_create_inferior_hook): New
144 parameter from_tty.
145 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
146 it to ops->solib_create_inferior_hook.
147 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
148 Move solib_add after solib_create_inferior_hook, call it now with
149 from_tty as 0. New comment there.
150 * solib.h (solib_create_inferior_hook): New parameter from_tty.
151 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
152 Likewise.
153
154 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
155
156 Fix multiexec race.
157 * infrun.c (handle_inferior_event): Use get_thread_regcache
158 with events ptid, not get_current_regcache.
159
160 2009-01-08 Joel Brobecker <brobecker@adacore.com>
161
162 GDB crash with empty executable name (MinGW).
163 * source.c (openp): Add assert that parameter string is not NULL.
164 if parameter string is an empty string, then return with a failure
165 immediately.
166
167 2009-01-08 Joel Brobecker <brobecker@adacore.com>
168
169 Get rid of support for VAX Floats.
170 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
171 (ada_vax_float_print_function): Delete.
172 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
173 (ada_vax_float_print_function): Delete.
174 * ada-typeprint.c (print_vax_floating_point_type): Delete.
175 (ada_print_type): Remove support for VAX floats.
176 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
177
178 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
179
180 * stabsread.c (read_args): Handle zero arguments.
181
182 2009-01-08 Joel Brobecker <brobecker@adacore.com>
183
184 Cannot find in-tree libiconv.a after reconfigure.
185 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
186 that we can use, then cache the path to this archive.
187 * configure: Regenerate.
188
189 2010-01-07 Stan Shebs <stan@codesourcery.com>
190
191 Make tracepoint operations go through target vector.
192 * target.h (enum trace_find_type): New enum.
193 (struct target_ops): New fields to_trace_init,
194 to_download_tracepoint, to_download_trace_state_variable,
195 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
196 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
197 to_set_disconnected_tracing.
198 (target_trace_init): New macro.
199 (target_download_tracepoint): New macro.
200 (target_download_trace_state_variable): New macro.
201 (target_trace_start): New macro.
202 (target_trace_set_readonly_regions): New macro.
203 (target_get_trace_status): New macro.
204 (target_trace_stop): New macro.
205 (target_trace_find): New macro.
206 (target_get_trace_state_variable_value): New macro.
207 (target_set_disconnected_tracing): New macro.
208 * target.c (update_current_target): Inherit and set defaults for
209 tracepoint operations.
210 * tracepoint.c (default_collect): Make globally visible.
211 (target_is_remote): Remove, along with all calls.
212 (tvariables_info): Call target_get_trace_state_variable_value.
213 (remote_set_transparent_ranges): Remove.
214 (trace_start_command): Call target_trace_init,
215 target_download_tracepoint, etc.
216 (download_tracepoint): Remove.
217 (trace_stop_command): Simplify.
218 (stop_tracing): Call target_trace_stop.
219 (get_trace_status): Call target_get_trace_status.
220 (trace_status_command): Add case for targets that cannot trace.
221 (finish_tfind_command): Change to take numerical arguments, call
222 target_trace_find.
223 (trace_find_command): Update call to finish_tfind_command.
224 (trace_find_pc_command): Ditto.
225 (trace_find_tracepoint_command): Ditto.
226 (trace_find_line_command): Ditto.
227 (trace_find_range_command): Ditto.
228 (trace_find_outside_command): Ditto.
229 (set_disconnected_tracing_value): Call
230 target_set_disconnected_tracing.
231 * remote.c: Add protocol encoding bits from tracepoint.c.
232 (trace_error): Move from tracepoint.c.
233 (remote_get_noisy_reply): Ditto.
234 (free_actions_list_cleanup_wrapper): Ditto.
235 (free_actions_list): Ditto.
236 (remote_trace_init): New function.
237 (remote_download_tracepoint): New function.
238 (remote_download_trace_state_variable): New function.
239 (remote_trace_set_readonly_regions): New function.
240 (remote_trace_start): New function.
241 (remote_get_trace_status): New function.
242 (remote_trace_stop): New function.
243 (remote_trace_find): New function.
244 (remote_download_trace_state_variable): New function.
245 (remote_set_disconnected_tracing): New function.
246 (init_remote_ops): Add tracepoint operations.
247
248 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
249
250 2010-01-07 Tristan Gingold <gingold@adacore.com>
251
252 * symfile.c (build_section_addr_info_from_objfile): New function.
253 (symbol_file_add_separate): Don't use offsets from objfile but
254 built an addr info.
255
256 2010-01-06 Stan Shebs <stan@codesourcery.com>
257
258 Support disconnected tracing.
259 * infcmd.c (detach_command): Ask whether to stop tracing.
260 * cli/cli-cmds.c (quit_command): Ditto.
261 * breakpoint.h (struct breakpoint): New field number_on_target.
262 * breakpoint.c (create_tracepoint_from_upload): New function.
263 (get_tracepoint_by_number_on_target): New function.
264 * remote.c (struct remote): New field disconnected_tracing.
265 (remote_disconnected_tracing_feature): New function.
266 (remote_protocol_features): Add DisconnectedTracing.
267 (struct uploaded_tp): New struct.
268 (uploaded_tps): New global.
269 (get_uploaded_tp): New function.
270 (find_matching_tracepoint): New function.
271 (remote_get_tracing_state): New function.
272 (remote_start_remote): Call it.
273 * tracepoint.c (disconnected_tracing): New global.
274 (trace_start_command): Initialize number_on_target.
275 (stop_tracing): New function, split out from...
276 (trace_stop_command): Call stop_tracing.
277 (get_trace_status): New function, split out from...
278 (trace_status_command): Call get_trace_status, add info on
279 disconnection behavior.
280 (disconnect_or_stop_tracing): New function.
281 (finish_tfind_command): Translate from number on target.
282 (trace_find_tracepoint_command): Translate to number on target.
283 (send_disconnected_tracing_value): New function.
284 (set_disconnected_tracing): New function.
285 (_initialize_tracepoint): Add disconnected-tracing variable.
286 * NEWS: Mention disconnected tracing.
287
288 2010-01-06 Tristan Gingold <gingold@adacore.com>
289
290 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
291 parameter to main_objfile. Iterate on all separate debug objfiles.
292 * symfile.h (symbol_file_add_separate)
293 (find_separate_debug_file_by_debuglink): Remove parameter names.
294 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
295 (reread_symbols): Use free_objfile_separate_debug.
296 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
297 Adjust comment.
298 (objfile_separate_debug_iterate, add_separate_debug_objfile)
299 (free_objfile_separate_debug): New prototypes.
300 * objfiles.c (objfile_separate_debug_iterate): New function.
301 (add_separate_debug_objfile, free_objfile_separate_debug): New
302 functions.
303 (free_objfile): Use free_objfile_separate_debug. Adjust for
304 multiple separate debug objfile.
305 (objfile_has_symbols): Adjust comment. Iterate on all separate
306 debug objfiles.
307 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
308 debug objfile.
309 (lookup_minimal_symbol_text): Ditto.
310 (lookup_minimal_symbol_by_pc_name): Ditto.
311 (lookup_minimal_symbol_solib_trampoline): Ditto.
312 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
313 debug objfiles.
314
315 2010-01-05 Stan Shebs <stan@codesourcery.com>
316
317 Add fast tracepoints.
318 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
319 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
320 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
321 * breakpoint.c (tracepoint_type): New function.
322 (ALL_TRACEPOINTS): Use it.
323 (should_be_inserted): Ditto.
324 (bpstat_check_location): Ditto.
325 (print_one_breakpoint_location): Ditto.
326 (user_settable_breakpoint): Ditto.
327 (set_breakpoint_location_function): Ditto.
328 (disable_breakpoints_in_shlibs): Ditto.
329 (delete_trace_command): Ditto.
330 (print_it_typical): Add bp_fast_tracepoint case.
331 (bpstat_what): Ditto.
332 (print_one_breakpoint_location): Ditto.
333 (allocate_bp_location): Ditto.
334 (mention): Ditto.
335 (breakpoint_re_set_one): Ditto.
336 (disable_command): Ditto.
337 (enable_command): Ditto.
338 (check_fast_tracepoint_sals): New function.
339 (break_command_really): Call it.
340 (ftrace_command): New function.
341 (_initialize_breakpoint): Add ftrace command.
342 * gdbarch.sh (fast_tracepoint_valid_at): New.
343 * gdbarch.h, gdbarch.c: Regenerate.
344 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
345 (i386_gdbarch_init): Use it.
346 * remote.c (struct remote_state): New field fast_tracepoints.
347 (PACKET_FastTracepoints): New packet config type.
348 (remote_fast_tracepoint_feature): New function.
349 (remote_protocol_features): Add FastTracepoints.
350 (remote_supports_fast_tracepoints): New function.
351 (_initialize_remote): Add FastTracepoints.
352 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
353 * NEWS: Mention fast tracepoints.
354
355 2010-01-06 Joel Brobecker <brobecker@adacore.com>
356
357 * gdb-gdb.py: New file.
358
359 2010-01-05 Michael Snyder <msnyder@vmware.com>
360
361 * infrun.c (handle_inferior_event): Fix typo in comment.
362
363 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
364
365 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
366
367 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
368
369 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
370 and s390x-linux64.
371 (s390-linux32-expedite): Define.
372 (s390-linux64-expedite): Define.
373 (s390x-linux64-expedite): Define.
374 * features/s390-acr.xml: New file.
375 * features/s390-fpr.xml: New file.
376 * features/s390-core32.xml: New file.
377 * features/s390-core64.xml: New file.
378 * features/s390x-core64.xml: New file.
379 * features/s390-linux32.xml: New file.
380 * features/s390-linux64.xml: New file.
381 * features/s390x-linux64.xml: New file.
382 * features/s390-linux32.c: New generated file.
383 * features/s390-linux64.c: New generated file.
384 * features/s390x-linux64.c: New generated file.
385
386 * regformats/s390-linux32.dat: New generated file.
387 * regformats/s390-linux64.dat: New generated file.
388 * regformats/s390x-linux64.dat: New generated file.
389 * regformats/reg-s390.dat: Remove.
390 * regformats/reg-s390x.dat: Remove.
391
392 * s390-nat.c: Include "auxv.h" and <elf.h>.
393 (HWCAP_S390_HIGH_GPRS): Define if undefined.
394 (s390_target_wordsize): New function.
395 (s390_auxv_parse): Likewise.
396 (s390_get_hwcap): Likewise.
397 (s390_read_description): Likewise.
398 (_initialize_s390_nat): Install s390_auxv_parse and
399 s390_read_description.
400
401 * s390-tdep.c: Include "features/s390-linux32.c",
402 "features/s390-linux64.c", and "features/s390x-linux64.c".
403 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
404 (s390_register_call_saved): New function.
405 (s390_register_name): Remove.
406 (s390_register_type): Remove.
407 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
408 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
409 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
410 (s390_pseudo_register_name): New function.
411 (s390_pseudo_register_type): New function.
412 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
413 Handle full GPR pesudos and varying pseudo register numbers.
414 (s390_pseudo_register_write): Likewise
415 (s390x_pseudo_register_read): Remove.
416 (s390x_pseudo_register_write): Likewise.
417 (s390_register_group): Remove.
418 (s390_pseudo_register_group): New function.
419 (s390_regmap_gregset): Add GPR upper halves.
420 (s390x_regmap_gregset): Likewise.
421 (s390_regmap_fpregset): Likewise.
422 (s390_regmap_upper): New global variable.
423 (s390_upper_regset): New global variable.
424 (s390_upper_regset_sections): New global variable.
425 (s390_regset_from_core_section): Handle GPR upper halves.
426 (s390_core_read_description): New function.
427 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
428 register information. Handle varying pseudo register numbers.
429 (s390_backchain_frame_unwind_cache): Likewise.
430 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
431 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
432 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
433 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
434 Handle varying pseudo register numbers.
435 (s390_unwind_pc): Handle varying pseudo register numbers.
436 (s390_dwarf2_prev_register): New function.
437 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
438 register information. Handle varying pseudo register numbers.
439 Install s390_dwarf2_prev_register to unwind full GPRs.
440 (s390_gdbarch_init): Handle target descriptions. Assign varying
441 pseudo register numbers. Install s390_adjust_frame_regnum.
442 (_initialize_s390_tdep): Initialize target descriptions.
443
444 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
445 (S390_NUM_REGS): Redefine to include upper half registers.
446 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
447 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
448 (tdesc_s390_linux32): Add declaration.
449 (tdesc_s390_linux64): Likewise.
450 (tdesc_s390x_linux64): Likewise.
451
452 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
453
454 * regset.h (struct core_regset_section): Add HUMAN_NAME.
455 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
456 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
457 (ppc_linux_vmx_regset_sections): Likewise.
458 (ppc_linux_fp_regset_sections): Likewise.
459
460 * corelow.c (get_core_register_section): Constify arguments.
461 (get_core_registers): Use gdbarch_core_regset_sections instead
462 of hard-coded platform-specific register section names.
463
464 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
465
466 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
467 a register, assume the least-significant part is used.
468 (write_pieced_value): Likewise.
469
470 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
471
472 * printcmd.c: Include "arch-utils.h".
473 (do_one_display): Re-parse expression if current architecture changed.
474
475 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
476 Joel Brobecker <brobecker@adacore.com>
477
478 * gdbtypes.c (check_typedef): New comment on type length.
479 * value.c (allocate_value_lazy): Remove the unused atype variable. New
480 comment on type length.
481 (value_primitive_field): Keep the original TYPE value, new comment.
482
483 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
484
485 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
486 p_start. Change != comparisons to > and < comparisons.
487
488 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
489
490 * cli/cli-script.c (process_next_line): Check P2 overrun.
491
492 2009-01-01 Joel Brobecker <brobecker@adacore.com>
493
494 Update the copyright hearder to add year 2010 for most GDB files.
495
496 2009-01-01 Joel Brobecker <brobecker@adacore.com>
497
498 Fix build failure in inf-ptrace.c.
499 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
500
501 2010-01-01 Joel Brobecker <brobecker@adacore.com>
502
503 * top.c (print_gdb_version): Update copyright year.
504
505 2010-01-01 Joel Brobecker <brobecker@adacore.com>
506
507 Fix break *FUN'address thread NUM.
508 * ada-lex.l (task): Expand rule to also match the thread keyword.
509
510 2010-01-01 Joel Brobecker <brobecker@adacore.com>
511
512 Fix break *FUN'address task NUM.
513 * ada-lex.l (task): New rule.
514 * ada-lang.c (valid_task_id): Make sure the Ada task list has
515 been built before using it.
516
517 For older changes see ChangeLog-2009.
518 \f
519 Local Variables:
520 mode: change-log
521 left-margin: 8
522 fill-column: 74
523 version-control: never
524 coding: utf-8
525 End: