* gdbtypes.c (arch_flags_type): Fix comment.
[binutils-gdb.git] / gdb / ChangeLog
1 2010-01-14 Doug Evans <dje@google.com>
2
3 * gdbtypes.c (arch_flags_type): Fix comment.
4 * gdbtypes.h (arch_composite_type): Fix comment.
5
6 2009-01-14 Tristan Gingold <gingold@adacore.com>
7
8 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
9 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
10 to symbol_file_add_from_bfd. Add OSO as separate objfile.
11 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
12 macho_add_oso_symfile.
13 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
14
15 2010-01-14 Joel Brobecker <brobecker@adacore.com>
16
17 Tru64: Dead threads are never deleted.
18 * dec-thread.c (dec_thread_ptid_is_alive): New function.
19 (dec_thread_count_gdb_threads): Fix counter increment.
20 (dec_thread_add_gdb_thread): Fix *listp increment.
21 (resync_thread_list): Fix bug in deletion of dead threads that
22 caused all threads to be deleted, instead of just the dead ones.
23
24 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
25
26 PR python/10705
27
28 * python/python-internal.h: Add lazy_string_object_type
29 definition.
30 (create_lazy_string_object, gdbpy_initialize_lazy_string)
31 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
32 * python/py-value.c (valpy_lazy_string): New function.
33 (convert_value_from_python): Add lazy string conversion.
34 * python/py-prettyprint.c (pretty_print_one_value): Check if
35 return is also a lazy string.
36 (print_string_repr): Add lazy string printing branch.
37 (print_children): Likewise.
38 * python/py-lazy-string.c: New file. Implement lazy strings.
39 * python/python.c (_initialize_python): Call
40 gdbpy_initialize_lazy_string.
41 * varobj.c (value_get_print_value): Add lazy string printing
42 branch. Account for encoding.
43 * c-lang.c (c_printstr): Account for new encoding argument. If
44 encoding is NULL, find encoding suited for type, otherwise use
45 user encoding.
46 * language.h (language_defn): Add encoding argument.
47 (LA_PRINT_STRING): Likewise.
48 * language.c (unk_lang_printstr): Update to reflect new encoding
49 argument to language_defn.
50 * ada-lang.h (ada_printstr): Likewise.
51 * c-lang.h (c_printstr): Likewise.
52 * p-lang.h (pascal_printstr);
53 * f-lang.c (f_printstr): Likewise.
54 * m2-lang.c (m2_printstr): Likewise.
55 * objc-lang.c (objc_printstr): Likewise.
56 * p-lang.c (pascal_printstr): Likewise.
57 * scm-lang.c (scm_printstr): Likewise.
58 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
59 encoding argument.
60 * ada-valprint.c (ada_printstr): Likewise.
61 * f-valprint.c (f_val_print): Likewise
62 * m2-valprint.c (m2_val_print): Likewise.
63 * p-valprint.c (pascal_val_print): Likewise.
64 * expprint.c (print_subexp_standard): Likewise.
65 * valprint.c (val_print_string): Likewise.
66 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
67 (SUBDIR_PYTHON_SRCS): Likewise.
68 (py-lazy-string.o): New rule.
69
70
71 2010-01-13 Doug Evans <dje@google.com>
72
73 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
74 uninitialized" warning from gcc on local `tree'.
75
76 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
77
78 Implement core awareness.
79
80 * bcache.c (compare_ints): Remove
81 (print_percentage): Use compare_positive_ints.
82 * defs.h (compare_positive_ints): Declare.
83 * linux-nat.h (struct lin_lwp): New field core.
84 (linux_nat_core_of_thread_1): Declare.
85 * linux-nat.c (add_lwp): Init the 'core' field.
86 (linux_nat_wait_1): Record the core.
87 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
88 (linux_nat_add_target): Register the above.
89 * linux-thread-db.c (update_thread_core): New.
90 (thread_db_find_new_threads): Update core information for
91 every thread.
92 * remote.c (struct private_thread_info): New.
93 (free_private_thread_info, demand_private_info): New.
94 (PACKET_qXfer_threads, use_osdata_threads): New.
95 (struct thread_item, threads_parsing_context
96 (start_thread, end_thread, thread_attributes)
97 (thread_children, threads_children, threads_elements): New.
98 (remote_threads_info): Try qXfer:threads before anything
99 else.
100 (remote_protocol_packets): Register qXfer:threads.
101 (remote_open_1): Init use_osdata_threads.
102 (struct stop_reply): New field 'core'.
103 (remote_parse_stop_reply): Parse core number.
104 (process_stop_reply): Record core number.
105 (remote_xfer_partial): Handle qXfer:threads.
106 (remote_core_of_thread): New.
107 (init_remote_ops): Register remote_core_of_thread.
108 (_initialize_remote): Register qXfer:read.
109 * target.c (target_core_of_thread): New
110 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
111 (struct target_ops): New field to_core_of_threads.
112 (target_core_of_thread): Declare.
113 * gdbthread.h (struct thread_info): New field private_dtor.
114 * thread.c (print_thread_info): Report the core.
115 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
116 * utils.c (compare_positive_ints): New.
117 * features/threads.dtd: New.
118 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
119 * mi/mi-main.c (struct collect_cores_data, collect_cores)
120 (do_nothing, free_vector_of_osdata_items)
121 (splay_tree_int_comparator, free_splay_tree): New.
122 (print_one_inferior_data): Implemented printing of selected
123 inferiors. Collect and print cores.
124 (output_cores): New.
125 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
126 thread groups together with --available.
127
128 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
129
130 * configure: Regenerate (for _STRUCTURED_PROC).
131
132 2010-01-12 Joel Brobecker <brobecker@adacore.com>
133
134 Delete dead function.
135 * ada-lang.c (extract_string): Delete. No longer used.
136
137 2010-01-12 Joel Brobecker <brobecker@adacore.com>
138
139 Fix -Wunused warning in dec-thread.c.
140 * dec-thread.c (dec_thread_count_gdb_threads)
141 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
142
143 2010-01-12 Joel Brobecker <brobecker@adacore.com>
144
145 * ada-valprint.c (ada_print_floating): Remove trailing space.
146
147 2010-01-12 Joel Brobecker <brobecker@adacore.com>
148
149 Add support for DW_AT_GNAT_descriptive_type.
150 * gdbtypes.h (enum type_specific_kind): New enum.
151 (struct main_type) [type_specific_field]: New component.
152 [type_specific]: Add new component "gnat_stuff".
153 (struct gnat_aux_type): New type.
154 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
155 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
156 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
157 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
158 (TYPE_SPECIFIC_FIELD): New macros.
159 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
160 type does not hold any cplus-specific data.
161 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
162 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
163 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
164 cplus-specific data.
165 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
166 Set new component TYPE_SPECIFIC_FIELD (type).
167 (gnat_aux_default): New constant.
168 (allocate_gnat_aux_type): New function.
169 (init_type): Add initialization the type-specific stuff for
170 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
171 (print_gnat_stuff): New function.
172 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
173 specific data. Adjust code that prints the contents of the
174 type-specific union using the TYPE_SPECIFIC_FIELD value.
175 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
176 the type cplus stuff for Ada types.
177 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
178 Error out if these routines are called with an Ada type.
179 (read_structure_type, read_array_type, read_subrange_type):
180 Add call to set_descriptive_type.
181 (set_die_type): Initialize the gnat-specific data if necessary.
182 (need_gnat_info, die_descriptive_type, set_descriptive_type):
183 New functions.
184 * ada-lang.c (decode_constrained_packed_array_type): Use
185 decode_constrained_packed_array_type instead of doing a standard
186 lookup to locate a parallel type.
187 (find_parallel_type_by_descriptive_type): New function.
188 (ada_find_parallel_type_with_name): New function.
189 (ada_find_parallel_type): Reimplement using
190 ada_find_parallel_type_with_name.
191 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
192 to check if type has a cplus stuff.
193 * linespec.c (total_number_of_methods): Likewise.
194 * mdebugread.c (new_type): Likewise.
195
196 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
197
198 * NEWS: Document the 0b binary number prefix parsing.
199
200 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
201
202 * objfiles.c (objfile_relocate1): Change the return type to int.
203 Describe the new return value. Return non-zero if data changed.
204 (objfile_relocate): New variable changed. Set it. Call
205 breakpoint_re_set depending on CHANGED.
206
207 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
208
209 Implement binary numbers parsing.
210 * c-exp.y (parse_number): New case 'b' and 'B'.
211
212 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
213 Tristan Gingold <gingold@adacore.com>
214
215 * solib.c (info_sharedlibrary_command): Replace
216 objfile_has_partial_symbols and objfile_has_full_symbols calls by
217 objfile_has_symbols.
218
219 2010-01-10 Joel Brobecker <brobecker@adacore.com>
220
221 * NEWS: Document the improvements made to the mips-irix port.
222
223 2010-01-09 Joel Brobecker <brobecker@adacore.com>
224
225 Fix the documentation of valprint.c:value_print.
226 * valprint.c (value_print): Update the function description to
227 mention that the syntax of the output follows the current_language,
228 not necessarily C.
229
230 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
231
232 Fix displacement of separate debug info files.
233 * objfiles.c (objfile_relocate): Rename to ...
234 (objfile_relocate1): ... here and make it static. Extend the comment.
235 (objfile_relocate): New function.
236 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
237 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
238 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
239 allocated using alloca.
240 * symfile.c (copy_section_addr_info): Remove.
241 (build_section_addr_info_from_objfile): Make it global. New variables
242 addr_bit and mask, use them.
243 * symfile.h (build_section_addr_info_from_objfile): New prototype.
244 (copy_section_addr_info): Remove.
245
246 2010-01-09 Joel Brobecker <brobecker@adacore.com>
247
248 Signal unwinder for mips-irix N32.
249 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
250 tramp-frame.h.
251 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
252 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
253 (SIGCONTEXT_LO_OFF): New macros.
254 (mips_irix_n32_tramp_frame_init): New function.
255 (mips_irix_n32_tramp_frame): New static constant.
256 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
257
258 2010-01-09 Joel Brobecker <brobecker@adacore.com>
259
260 Breakpoint in shared library does not work on mips-irix.
261 * procfs.c: #include "observer.h".
262 (procfs_inferior_created): New function, moving here the code
263 which unsets the syssgi syscall-exit notifications.
264 (procfs_create_inferior): Remove the code which unsets the syssgi
265 syscall-exit notifications. It is too early to do this here.
266 (_initialize_procfs): Attach the procfs_inferior_created observer.
267
268 2010-01-09 Joel Brobecker <brobecker@adacore.com>
269
270 Wrong return convention for arrays (mips-irix).
271 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
272 128 bits or smaller are returned the same way as structs
273 and unions of the the same size.
274
275 2010-01-09 Joel Brobecker <brobecker@adacore.com>
276
277 Cannot set the PC on mips-irix.
278 * irix5-nat.c (fill_gregset): Check regno against the raw PC
279 register number, no the cooked one.
280
281 2010-01-09 Joel Brobecker <brobecker@adacore.com>
282
283 Error while loading core file on mips-irix.
284 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
285 if debugging from a core file.
286
287 2010-01-09 Joel Brobecker <brobecker@adacore.com>
288
289 GDB hangs when attaching to process on mips-irix.
290 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
291 attaching to a process.
292
293 2010-01-09 Joel Brobecker <brobecker@adacore.com>
294
295 Use the correct breakpoint instruction on mips-irix.
296 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
297 containing the correct breakpoint instruction to use on mips-irix.
298 Use it when the osabi is GDB_OSABI_IRIX.
299
300 2010-01-09 Joel Brobecker <brobecker@adacore.com>
301
302 -Wunused warning in procfs.c (mips-irix only).
303 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
304 throughout instead of using praddset and prdelset respectively.
305
306 2010-01-09 Joel Brobecker <brobecker@adacore.com>
307
308 GDB crash while stepping into function.
309 * infrun.c (handle_inferior_event): Refetch the current frame
310 after handling what.main_action, in case that pointer became
311 dangling.
312
313 2010-01-09 Joel Brobecker <brobecker@adacore.com>
314
315 Fix build failure of solaris-hosted cross debuggers.
316 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
317
318 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
319
320 Fix build failure on sparc-solaris.
321 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
322
323 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
324
325 Move some symfile code into subroutines.
326 * symfile.h (relative_addr_info_to_section_offsets)
327 (addr_info_make_relative): New prototypes.
328 * symfile.c (default_symfile_offsets): Move a part to ...
329 (relative_addr_info_to_section_offsets): ... this new function.
330 (default_symfile_offsets): Call it.
331 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
332 this part to ...
333 (addr_info_make_relative): ... this new function.
334
335 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
336
337 Add from_tty to solib_create_inferior_hook.
338 * infcmd.c (post_create_inferior): Move solib_add after
339 solib_create_inferior_hook. Pass from_tty to
340 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
341 0 from_tty and comment why.
342 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
343 * linux-nat.c (linux_child_follow_fork): Likewise.
344 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
345 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
346 from_tty.
347 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
348 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
349 * solib-null.c (null_solib_create_inferior_hook): Likewise.
350 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
351 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
352 * solib-som.c (som_solib_create_inferior_hook): Likewise.
353 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
354 Pass it to svr4_so_ops.solib_create_inferior_hook.
355 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
356 from_tty.
357 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
358 solib_add.
359 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
360 enable_break.
361 * solib-target.c (solib_target_solib_create_inferior_hook): New
362 parameter from_tty.
363 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
364 it to ops->solib_create_inferior_hook.
365 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
366 Move solib_add after solib_create_inferior_hook, call it now with
367 from_tty as 0. New comment there.
368 * solib.h (solib_create_inferior_hook): New parameter from_tty.
369 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
370 Likewise.
371
372 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
373
374 Fix multiexec race.
375 * infrun.c (handle_inferior_event): Use get_thread_regcache
376 with events ptid, not get_current_regcache.
377
378 2009-01-08 Joel Brobecker <brobecker@adacore.com>
379
380 GDB crash with empty executable name (MinGW).
381 * source.c (openp): Add assert that parameter string is not NULL.
382 if parameter string is an empty string, then return with a failure
383 immediately.
384
385 2009-01-08 Joel Brobecker <brobecker@adacore.com>
386
387 Get rid of support for VAX Floats.
388 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
389 (ada_vax_float_print_function): Delete.
390 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
391 (ada_vax_float_print_function): Delete.
392 * ada-typeprint.c (print_vax_floating_point_type): Delete.
393 (ada_print_type): Remove support for VAX floats.
394 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
395
396 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
397
398 * stabsread.c (read_args): Handle zero arguments.
399
400 2009-01-08 Joel Brobecker <brobecker@adacore.com>
401
402 Cannot find in-tree libiconv.a after reconfigure.
403 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
404 that we can use, then cache the path to this archive.
405 * configure: Regenerate.
406
407 2010-01-07 Stan Shebs <stan@codesourcery.com>
408
409 Make tracepoint operations go through target vector.
410 * target.h (enum trace_find_type): New enum.
411 (struct target_ops): New fields to_trace_init,
412 to_download_tracepoint, to_download_trace_state_variable,
413 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
414 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
415 to_set_disconnected_tracing.
416 (target_trace_init): New macro.
417 (target_download_tracepoint): New macro.
418 (target_download_trace_state_variable): New macro.
419 (target_trace_start): New macro.
420 (target_trace_set_readonly_regions): New macro.
421 (target_get_trace_status): New macro.
422 (target_trace_stop): New macro.
423 (target_trace_find): New macro.
424 (target_get_trace_state_variable_value): New macro.
425 (target_set_disconnected_tracing): New macro.
426 * target.c (update_current_target): Inherit and set defaults for
427 tracepoint operations.
428 * tracepoint.c (default_collect): Make globally visible.
429 (target_is_remote): Remove, along with all calls.
430 (tvariables_info): Call target_get_trace_state_variable_value.
431 (remote_set_transparent_ranges): Remove.
432 (trace_start_command): Call target_trace_init,
433 target_download_tracepoint, etc.
434 (download_tracepoint): Remove.
435 (trace_stop_command): Simplify.
436 (stop_tracing): Call target_trace_stop.
437 (get_trace_status): Call target_get_trace_status.
438 (trace_status_command): Add case for targets that cannot trace.
439 (finish_tfind_command): Change to take numerical arguments, call
440 target_trace_find.
441 (trace_find_command): Update call to finish_tfind_command.
442 (trace_find_pc_command): Ditto.
443 (trace_find_tracepoint_command): Ditto.
444 (trace_find_line_command): Ditto.
445 (trace_find_range_command): Ditto.
446 (trace_find_outside_command): Ditto.
447 (set_disconnected_tracing_value): Call
448 target_set_disconnected_tracing.
449 * remote.c: Add protocol encoding bits from tracepoint.c.
450 (trace_error): Move from tracepoint.c.
451 (remote_get_noisy_reply): Ditto.
452 (free_actions_list_cleanup_wrapper): Ditto.
453 (free_actions_list): Ditto.
454 (remote_trace_init): New function.
455 (remote_download_tracepoint): New function.
456 (remote_download_trace_state_variable): New function.
457 (remote_trace_set_readonly_regions): New function.
458 (remote_trace_start): New function.
459 (remote_get_trace_status): New function.
460 (remote_trace_stop): New function.
461 (remote_trace_find): New function.
462 (remote_download_trace_state_variable): New function.
463 (remote_set_disconnected_tracing): New function.
464 (init_remote_ops): Add tracepoint operations.
465
466 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
467
468 2010-01-07 Tristan Gingold <gingold@adacore.com>
469
470 * symfile.c (build_section_addr_info_from_objfile): New function.
471 (symbol_file_add_separate): Don't use offsets from objfile but
472 built an addr info.
473
474 2010-01-06 Stan Shebs <stan@codesourcery.com>
475
476 Support disconnected tracing.
477 * infcmd.c (detach_command): Ask whether to stop tracing.
478 * cli/cli-cmds.c (quit_command): Ditto.
479 * breakpoint.h (struct breakpoint): New field number_on_target.
480 * breakpoint.c (create_tracepoint_from_upload): New function.
481 (get_tracepoint_by_number_on_target): New function.
482 * remote.c (struct remote): New field disconnected_tracing.
483 (remote_disconnected_tracing_feature): New function.
484 (remote_protocol_features): Add DisconnectedTracing.
485 (struct uploaded_tp): New struct.
486 (uploaded_tps): New global.
487 (get_uploaded_tp): New function.
488 (find_matching_tracepoint): New function.
489 (remote_get_tracing_state): New function.
490 (remote_start_remote): Call it.
491 * tracepoint.c (disconnected_tracing): New global.
492 (trace_start_command): Initialize number_on_target.
493 (stop_tracing): New function, split out from...
494 (trace_stop_command): Call stop_tracing.
495 (get_trace_status): New function, split out from...
496 (trace_status_command): Call get_trace_status, add info on
497 disconnection behavior.
498 (disconnect_or_stop_tracing): New function.
499 (finish_tfind_command): Translate from number on target.
500 (trace_find_tracepoint_command): Translate to number on target.
501 (send_disconnected_tracing_value): New function.
502 (set_disconnected_tracing): New function.
503 (_initialize_tracepoint): Add disconnected-tracing variable.
504 * NEWS: Mention disconnected tracing.
505
506 2010-01-06 Tristan Gingold <gingold@adacore.com>
507
508 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
509 parameter to main_objfile. Iterate on all separate debug objfiles.
510 * symfile.h (symbol_file_add_separate)
511 (find_separate_debug_file_by_debuglink): Remove parameter names.
512 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
513 (reread_symbols): Use free_objfile_separate_debug.
514 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
515 Adjust comment.
516 (objfile_separate_debug_iterate, add_separate_debug_objfile)
517 (free_objfile_separate_debug): New prototypes.
518 * objfiles.c (objfile_separate_debug_iterate): New function.
519 (add_separate_debug_objfile, free_objfile_separate_debug): New
520 functions.
521 (free_objfile): Use free_objfile_separate_debug. Adjust for
522 multiple separate debug objfile.
523 (objfile_has_symbols): Adjust comment. Iterate on all separate
524 debug objfiles.
525 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
526 debug objfile.
527 (lookup_minimal_symbol_text): Ditto.
528 (lookup_minimal_symbol_by_pc_name): Ditto.
529 (lookup_minimal_symbol_solib_trampoline): Ditto.
530 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
531 debug objfiles.
532
533 2010-01-05 Stan Shebs <stan@codesourcery.com>
534
535 Add fast tracepoints.
536 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
537 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
538 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
539 * breakpoint.c (tracepoint_type): New function.
540 (ALL_TRACEPOINTS): Use it.
541 (should_be_inserted): Ditto.
542 (bpstat_check_location): Ditto.
543 (print_one_breakpoint_location): Ditto.
544 (user_settable_breakpoint): Ditto.
545 (set_breakpoint_location_function): Ditto.
546 (disable_breakpoints_in_shlibs): Ditto.
547 (delete_trace_command): Ditto.
548 (print_it_typical): Add bp_fast_tracepoint case.
549 (bpstat_what): Ditto.
550 (print_one_breakpoint_location): Ditto.
551 (allocate_bp_location): Ditto.
552 (mention): Ditto.
553 (breakpoint_re_set_one): Ditto.
554 (disable_command): Ditto.
555 (enable_command): Ditto.
556 (check_fast_tracepoint_sals): New function.
557 (break_command_really): Call it.
558 (ftrace_command): New function.
559 (_initialize_breakpoint): Add ftrace command.
560 * gdbarch.sh (fast_tracepoint_valid_at): New.
561 * gdbarch.h, gdbarch.c: Regenerate.
562 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
563 (i386_gdbarch_init): Use it.
564 * remote.c (struct remote_state): New field fast_tracepoints.
565 (PACKET_FastTracepoints): New packet config type.
566 (remote_fast_tracepoint_feature): New function.
567 (remote_protocol_features): Add FastTracepoints.
568 (remote_supports_fast_tracepoints): New function.
569 (_initialize_remote): Add FastTracepoints.
570 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
571 * NEWS: Mention fast tracepoints.
572
573 2010-01-06 Joel Brobecker <brobecker@adacore.com>
574
575 * gdb-gdb.py: New file.
576
577 2010-01-05 Michael Snyder <msnyder@vmware.com>
578
579 * infrun.c (handle_inferior_event): Fix typo in comment.
580
581 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
582
583 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
584
585 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
586
587 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
588 and s390x-linux64.
589 (s390-linux32-expedite): Define.
590 (s390-linux64-expedite): Define.
591 (s390x-linux64-expedite): Define.
592 * features/s390-acr.xml: New file.
593 * features/s390-fpr.xml: New file.
594 * features/s390-core32.xml: New file.
595 * features/s390-core64.xml: New file.
596 * features/s390x-core64.xml: New file.
597 * features/s390-linux32.xml: New file.
598 * features/s390-linux64.xml: New file.
599 * features/s390x-linux64.xml: New file.
600 * features/s390-linux32.c: New generated file.
601 * features/s390-linux64.c: New generated file.
602 * features/s390x-linux64.c: New generated file.
603
604 * regformats/s390-linux32.dat: New generated file.
605 * regformats/s390-linux64.dat: New generated file.
606 * regformats/s390x-linux64.dat: New generated file.
607 * regformats/reg-s390.dat: Remove.
608 * regformats/reg-s390x.dat: Remove.
609
610 * s390-nat.c: Include "auxv.h" and <elf.h>.
611 (HWCAP_S390_HIGH_GPRS): Define if undefined.
612 (s390_target_wordsize): New function.
613 (s390_auxv_parse): Likewise.
614 (s390_get_hwcap): Likewise.
615 (s390_read_description): Likewise.
616 (_initialize_s390_nat): Install s390_auxv_parse and
617 s390_read_description.
618
619 * s390-tdep.c: Include "features/s390-linux32.c",
620 "features/s390-linux64.c", and "features/s390x-linux64.c".
621 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
622 (s390_register_call_saved): New function.
623 (s390_register_name): Remove.
624 (s390_register_type): Remove.
625 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
626 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
627 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
628 (s390_pseudo_register_name): New function.
629 (s390_pseudo_register_type): New function.
630 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
631 Handle full GPR pesudos and varying pseudo register numbers.
632 (s390_pseudo_register_write): Likewise
633 (s390x_pseudo_register_read): Remove.
634 (s390x_pseudo_register_write): Likewise.
635 (s390_register_group): Remove.
636 (s390_pseudo_register_group): New function.
637 (s390_regmap_gregset): Add GPR upper halves.
638 (s390x_regmap_gregset): Likewise.
639 (s390_regmap_fpregset): Likewise.
640 (s390_regmap_upper): New global variable.
641 (s390_upper_regset): New global variable.
642 (s390_upper_regset_sections): New global variable.
643 (s390_regset_from_core_section): Handle GPR upper halves.
644 (s390_core_read_description): New function.
645 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
646 register information. Handle varying pseudo register numbers.
647 (s390_backchain_frame_unwind_cache): Likewise.
648 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
649 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
650 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
651 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
652 Handle varying pseudo register numbers.
653 (s390_unwind_pc): Handle varying pseudo register numbers.
654 (s390_dwarf2_prev_register): New function.
655 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
656 register information. Handle varying pseudo register numbers.
657 Install s390_dwarf2_prev_register to unwind full GPRs.
658 (s390_gdbarch_init): Handle target descriptions. Assign varying
659 pseudo register numbers. Install s390_adjust_frame_regnum.
660 (_initialize_s390_tdep): Initialize target descriptions.
661
662 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
663 (S390_NUM_REGS): Redefine to include upper half registers.
664 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
665 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
666 (tdesc_s390_linux32): Add declaration.
667 (tdesc_s390_linux64): Likewise.
668 (tdesc_s390x_linux64): Likewise.
669
670 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
671
672 * regset.h (struct core_regset_section): Add HUMAN_NAME.
673 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
674 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
675 (ppc_linux_vmx_regset_sections): Likewise.
676 (ppc_linux_fp_regset_sections): Likewise.
677
678 * corelow.c (get_core_register_section): Constify arguments.
679 (get_core_registers): Use gdbarch_core_regset_sections instead
680 of hard-coded platform-specific register section names.
681
682 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
683
684 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
685 a register, assume the least-significant part is used.
686 (write_pieced_value): Likewise.
687
688 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
689
690 * printcmd.c: Include "arch-utils.h".
691 (do_one_display): Re-parse expression if current architecture changed.
692
693 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
694 Joel Brobecker <brobecker@adacore.com>
695
696 * gdbtypes.c (check_typedef): New comment on type length.
697 * value.c (allocate_value_lazy): Remove the unused atype variable. New
698 comment on type length.
699 (value_primitive_field): Keep the original TYPE value, new comment.
700
701 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
702
703 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
704 p_start. Change != comparisons to > and < comparisons.
705
706 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
707
708 * cli/cli-script.c (process_next_line): Check P2 overrun.
709
710 2009-01-01 Joel Brobecker <brobecker@adacore.com>
711
712 Update the copyright hearder to add year 2010 for most GDB files.
713
714 2009-01-01 Joel Brobecker <brobecker@adacore.com>
715
716 Fix build failure in inf-ptrace.c.
717 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
718
719 2010-01-01 Joel Brobecker <brobecker@adacore.com>
720
721 * top.c (print_gdb_version): Update copyright year.
722
723 2010-01-01 Joel Brobecker <brobecker@adacore.com>
724
725 Fix break *FUN'address thread NUM.
726 * ada-lex.l (task): Expand rule to also match the thread keyword.
727
728 2010-01-01 Joel Brobecker <brobecker@adacore.com>
729
730 Fix break *FUN'address task NUM.
731 * ada-lex.l (task): New rule.
732 * ada-lang.c (valid_task_id): Make sure the Ada task list has
733 been built before using it.
734
735 For older changes see ChangeLog-2009.
736 \f
737 Local Variables:
738 mode: change-log
739 left-margin: 8
740 fill-column: 74
741 version-control: never
742 coding: utf-8
743 End: