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