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