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