1 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3 * dwarf2-frame.c (dwarf2_frame_cache): Use
4 get_frame_address_in_block instead of get_frame_pc as
5 the bound for executing the frame's FDE.
7 2012-08-16 Yao Qi <yao@codesourcery.com>
9 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
10 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
11 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
12 (c_type_print_varspec_suffix): Likewise.
13 * eval.c (evaluate_subexp_standard): Likewise.
14 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
15 (f_type_print_varspec_suffix): Likewise.
16 * gdbtypes.c (is_scalar_type): Likewise.
17 (recursive_dump_type): Likewise.
18 * infcall.c (value_arg_coerce): Likewise.
19 * m2-valprint.c (m2_val_print): Likewise.
20 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
21 (pascal_type_print_varspec_suffix): Likewise.
22 (pascal_type_print_base): Likewise.
23 * p-valprint.c (pascal_val_print): Likewise.
24 (pascal_val_print): Likewise.
25 * valops.c (value_slice): Likewise.
26 * valprint.c (scalar_type_p): Likewise.
27 * valarith.c (value_bitstring_subscript): Remove.
28 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
29 Remove comment on TYPE_CODE_BITSTRING.
31 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
34 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
37 2012-08-16 Yao Qi <yao@codesourcery.com>
39 * tracepoint.c (trace_find_none_command): Remove.
40 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
42 2012-08-16 Yao Qi <yao@codesourcery.com>
44 * remote.c (handle_notification): Remove parameter 'length'.
45 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
47 2012-08-15 Keith Seitz <keiths@redhat.com>
49 * gdbtypes.c (opaque_type_resolution): Make static.
51 (overload_debug): Add missing comment.
52 (show_opaque_type_resolution): Likewise.
53 (show_overload_debug): Likewise.
54 (print_bit_vector): Remove unnecessary forward declaration.
55 (print_arg_types): Likewise.
56 (dump_fn_fieldlists): Likewise.
57 (print_cplus_stuff): Likewise.
59 2012-08-15 Tom Tromey <tromey@redhat.com>
61 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
62 (gdb_bfd_ref): Initialize new field.
63 (gdb_bfd_unref): Unref the archive BFD.
64 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
67 2012-08-15 Tom Tromey <tromey@redhat.com>
70 * python/py-bpevent.c (create_breakpoint_event_object): Update
72 * python/py-event.c (evpy_add_attribute): Update comment.
73 * python/py-exitedevent.c (create_exited_event_object): Fix
74 reference counting and error handling.
75 * python/py-newobjfileevent.c (create_new_objfile_event_object):
76 Fix reference counting.
77 * python/py-signalevent.c (create_signal_event_object): Fix
78 reference counting and error handling.
79 * python/py-stopevent.c (emit_stop_event): Fix reference
81 * python/py-threadevent.c (get_event_thread): Return a
83 * python/py-type.c (convert_field): Fix reference counting.
85 2012-08-15 Tom Tromey <tromey@redhat.com>
87 * dwarf2read.c (dwarf_decode_macro_bytes)
88 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
91 2012-08-14 Mike Frysinger <vapier@gentoo.org>
93 * infcmd.c (_initialize_infcmd): Update help text for the signal,
94 stepi, nexti, finish, next, step, jump, and continue commands.
95 * infrun.c (_initialize_infrun): Update help text for the handle
98 2012-08-14 Doug Evans <dje@google.com>
100 * gdbtypes.c (struct extra): Delete, unused.
102 * gdbtypes.c: Whitespace cleanup.
103 (address_space_name_to_int): Remove "extern" from definition.
104 (_initialize_gdbtypes): Declare with initialize_file_ftype.
106 * gdbtypes.c (make_pointer_type): Remove redundant setting of
107 TYPE_POINTER_TYPE (type).
109 2012-08-14 Gary Benson <gbenson@redhat.com>
111 * solib-svr4.c (svr4_free_library_list): Use free_so.
113 2012-08-13 Mike Frysinger <vapier@gentoo.org>
115 * .gitignore: Add go-exp.c.
117 2012-08-13 Doug Evans <dje@google.com>
119 * value.c (show_convenience): Tweak comment.
120 (_initialize_values): Mention convenience functions in the help text
121 for "show convenience".
123 2012-08-13 Yao Qi <yao@codesourcery.com>
125 * std-operator.def: Remove TERNOP_SLICE_COUNT.
126 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
128 * eval.c (evaluate_subexp_standard): Likewise.
129 * expprint.c (print_subexp_standard): Likewise.
130 (dump_subexp_body_standard): Likewise.
131 * parse.c (operator_length_standard): Likewise.
133 2012-08-13 Yao Qi <yao@codesourcery.com>
135 * std-operator.def: Remove OP_BITSTRING.
136 * breakpoint.c (watchpoint_exp_is_const): Update.
137 * eval.c (evaluate_subexp_standard): Remove handling to
139 * expprint.c (print_subexp_standard): Likewise.
140 (dump_subexp_body_standard): Likewise.
141 * parse.c (operator_length_standard): Likewise.
142 * valops.c (value_bitstring): Remove.
143 * value.h: Remove the declaration of 'value_bitstring'.
145 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
147 * linespec.c (find_methods): Remove unused variables `i1' and
149 (decode_line_full): Likewise for `arg_start'.
151 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
153 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
154 (zlib_decompress_section): Likewise for `section_data'.
155 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
157 2012-08-10 Doug Evans <dje@google.com>
159 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
160 * NEWS: Document them.
161 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
163 * python/py-type.c (typy_array_1): New function.
164 (typy_array): Call it.
165 (typy_vector): New function.
166 (type_object_methods): Add "vector".
167 * python/lib/gdb/function/__init__.py: New file.
168 * python/lib/gdb/function/strfns.py: New file.
170 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
172 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
173 for TYPE_FIELD_BITPOS.
174 (typy_get_sizeof): Likewise for TYPE_LENGTH.
176 2012-08-10 Mike Frysinger <vapier@gentoo.org>
179 * common/vec.h (VEC_merge): Define.
180 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
181 (DEF_VEC_ALLOC_FUNC_P): Likewise.
182 (DEF_VEC_ALLOC_FUNC_O): Likewise.
183 * completer.c: Include gdb_signals.h.
184 (signal_completer): Define.
185 * completer.h (signal_completer): Add prototype.
186 * infcmd.c (_initialize_infcmd): Assign the command
187 completer for "signal" to handle_completer.
188 * infrun.c: Include completer.h.
189 (handle_completer): Define.
190 (_initialize_infrun): Declare a new local variable c. Store the
191 result of add_com("handle") to it. Assign the command
192 completer for "handle" to handle_completer.
194 2012-08-09 Yao Qi <yao@codesourcery.com>
196 * cli/cli-decode.c (set_cmd_prefix): New.
197 (lookup_cmd_for_prefixlist): New.
198 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
199 of each cmd_list_element in *prefixlist.
200 (add_setshow_cmd_full): set_cmd_prefix.
201 (add_alias_cmd): Likewise.
202 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
203 Declare 'auto_boolean_enums'.
204 * cli/cli-setshow.c: Include "observer.h".
205 (notify_command_param_changed_p): New.
206 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
208 (do_setshow_command): Split it to ...
209 (do_set_command, do_show_command): ... them. New.
210 (do_set_command): Call observer_notify_command_param_changed if
211 notify_command_param_changed_p returns true.
212 (cmd_show_list): Caller update.
213 * auto-load.c (set_auto_load_cmd): Likewise.
214 * remote.c (show_remote_cmd): Likewise.
215 * cli/cli-setshow.h: Update declarations.
216 * top.c (execute_command): Call do_set_command and do_show_command.
218 * NEWS: Mention new MI notification.
219 * mi/mi-interp.c: Declare mi_command_param_changed.
220 (mi_interpreter_init): Attach mi_command_param_changed to
221 observer command_param_changed.
222 (mi_command_param_changed): New.
223 Remove mi_suppress_breakpoint_notifications.
224 Define global variable mi_suppress_notification.
225 (mi_breakpoint_created): Update.
226 (mi_breakpoint_deleted): Likewise.
227 (mi_breakpoint_modified): Likewise.
228 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
229 'gdb-set' and set mi_suppress_notification.
230 * mi/mi-main.h: (mi_suppress_notification): New struct.
232 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
233 Jan Kratochvil <jan.kratochvil@redhat.com>
235 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
237 2012-08-09 Yao Qi <yao@codesourcery.com>
239 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
240 (skiplist): Move it to skip.c.
241 (init_cmd_lists): Remove code setting enablebreaklist and
243 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
244 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
246 * gdbcmd.h: Likewise.
247 * skip.c (_initialize_step_skip): Move 'skiplist' from
250 2012-08-09 Yao Qi <yao@codesourcery.com>
252 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
253 * gnu-nat.c, symfile.c: Likewise.
255 2012-08-08 Aaron Gamble <agamble@google.com>
257 * utils.c (prompt_for_continue_wait_time): New static global.
258 (make_command_stats_cleanup): Initialize it.
259 (report_command_stats): Subtract time waiting for user.
260 (prompt_for_continue): Track time waiting for user.
261 (defaulted_query): Track time waiting for user.
263 2012-08-08 Doug Evans <dje@google.com>
265 * eval.c (evaluate_subexp_standard): Fix thinko in handling
267 * expprint.c (print_subexp_standard, case OP_TYPE): New.
268 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
269 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
270 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
271 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
272 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
274 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
275 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
276 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
277 (dump_prefix_expression): Handle OP_TYPE.
279 2012-08-08 Keith Seitz <keiths@redhat.com>
281 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
284 2012-08-08 Doug Evans <dje@google.com>
286 * linux-thread-db.c: #include "gdb_vecs.h".
287 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
289 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
290 (thread_db_load_search): Use a vector to iterate over path elements.
291 Handle text appearing after "$pdir".
293 * gdb_string.h: Moved to ...
294 * common/gdb_string.h: ... here.
295 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
296 gdb_string.h and gdb_assert.h.
298 2012-08-08 Yao Qi <yao@codesourcery.com>
300 * tic6x-tdep.c (tic6x_register_to_value): Remove.
301 (tic6x_value_to_register): Likewise.
302 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
303 and set_gdbarch_value_to_register.
305 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
306 Jean-Marc Saffroy <saffroy@gmail.com>
309 * defs.h (find_memory_region_ftype): New comment. New arg modified.
310 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
311 * gcore.c (gcore_create_callback): New function comment. Add modified
312 parameter. Only write modified regions. Set SEC_READONLY exactly
313 according to MODIFIED.
314 (objfile_find_memory_regions): Ignore separate debug info files. Ass
315 the passed modified value to FUNC.
316 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
317 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
318 first. New variables modified and has_anonymous. Parse the lines of
319 smaps file. Add the passed MODIFIED value to FUNC.
320 * procfs.c (find_memory_regions_callback): Add the passed modified
323 2012-08-06 Tom Tromey <tromey@redhat.com>
325 * dwarf2-frame.c (clear_pointer_cleanup): New function.
326 (dwarf2_frame_cache): Use it.
327 * frame-unwind.h (frame_sniffer_ftype): Document prologue
328 cache initialization constraint.
330 2012-08-06 Tom Tromey <tromey@redhat.com>
333 * varobj.c (update_dynamic_varobj_children): Don't call
336 2012-08-06 Tom Tromey <tromey@redhat.com>
339 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
341 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
343 * NEWS: New entry for 'cd' default parameters.
344 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
346 2012-08-03 Tom Tromey <tromey@redhat.com>
348 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
351 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
353 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
354 to attempting lseek/write.
355 (inf_child_fileio_pread): Likewise for pread.
357 2012-08-02 Yao Qi <yao@codesourcery.com>
359 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
360 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
361 add_setshow_zinteger_cmd.
362 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
363 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
364 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
365 instead of add_setshow_zinteger_cmd.
366 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
367 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
368 instead of add_setshow_zinteger_cmd.
369 * frame.c (frame_debug): Add 'unsigned'.
370 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
371 add_setshow_zinteger_cmd.
372 * frame.h: Update the declaration of 'frame_debug'.
373 * gdbtypes.c (overload_debug): Add 'unsigned'.
374 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
375 add_setshow_zinteger_cmd.
376 * inferior.h: Update declaration of 'debug_infrun'.
377 * infrun.c (debug_infrun): Add 'unsigned'.
378 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
379 add_setshow_zinteger_cmd.
380 * jit.c (jit_debug): Add 'unsigned'.
381 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
382 add_setshow_zinteger_cmd.
383 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
384 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
385 instead of add_setshow_zinteger_cmd.
386 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
387 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
388 add_setshow_zinteger_cmd.
389 * machoread.c (mach_o_debug_level): Add 'unsigned'.
390 (_initialize_machoread): Call add_setshow_zuinteger_cmd
391 instead of add_setshow_zinteger_cmd.
392 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
393 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
394 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
395 intead of add_setshow_zinteger_cmd.
396 * mips-tdep.c (mips_debug): Add 'unsigned'.
397 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
398 instead of add_setshow_zinteger_cmd.
399 * monitor.c (monitor_debug): Add 'unsigned'.
400 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
401 add_setshow_zinteger_cmd.
402 * observer.c (observer_debug): Add 'unsigned'.
403 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
404 add_setshow_zinteger_cmd.
405 * parse.c (expressiondebug): Add 'unsigned'.
406 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
407 add_setshow_zinteger_cmd.
408 * record.c (record_debug): Add 'unsigned'.
409 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
410 add_setshow_zinteger_cmd.
411 * record.h: Update the declaration of 'record_debug'.
412 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
413 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
414 add_setshow_zinteger_cmd.
415 * serial.c (global_serial_debug_p): Add 'unsigned'.
416 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
417 add_setshow_zinteger_cmd.
418 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
419 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
420 add_setshow_zinteger_cmd.
421 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
422 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
423 add_setshow_zinteger_cmd.
424 * target.c (targetdebug): Add 'unsigned'.
425 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
426 add_setshow_zinteger_cmd.
427 * valops.c (overload_debug): Add 'unsigned'.
428 * varobj.c (varobjdebug): Add 'unsigned'.
429 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
430 add_setshow_zinteger_cmd.
431 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
432 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
433 instead of add_setshow_zinteger_cmd.
435 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
436 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
437 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
438 instead of add_setshow_zinteger_cmd.
439 * gdbarch.c, gdbarch.h: Re-generated.
441 2012-08-02 Yao Qi <yao@codesourcery.com>
443 * nto-tdep.c: Don't include cli/cli-decode.h and
445 (_initialize_nto_tdep): Remove.
446 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
448 Remove macro nto_internal_debugging.
450 2012-08-01 Richard Henderson <rth@redhat.com>
452 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
453 (mep-*-*) [gdb_target_obs]: Likewise.
455 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
457 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
458 linux_get_siginfo_type.
460 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
462 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
464 (call_function_by_hand) <ON_STACK>: Call write_memory with
465 gdbarch_breakpoint_from_pc, if possible.
466 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
469 2012-07-31 Yao Qi <yao@codesourcery.com>
471 * tracepoint.c: Add 'static' for some variables.
473 2012-07-31 Yao Qi <yao@codesourcery.com>
475 * go32-nat.c: Declare _initialize_go32_nat.
476 * ser-go32.c: Declare _initialize_ser_dos.
477 * top.c (do_chdir_cleanup): Add 'static'.
479 2012-07-30 Keith Seitz <keiths@redhat.com>
481 * linespec.c (linespec_lex_number): A number followed
482 by quotes is a valid number, too.
484 2012-07-30 Tom Tromey <tromey@redhat.com>
486 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
488 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
490 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
491 attempt to 4-byte-align HW breakpoint addresses for Thumb.
493 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
495 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
496 invalid or reevaluated to prevent prevent references to possibly
497 delete'd type objects being left in the varobj.
499 2012-07-27 Tom Tromey <tromey@redhat.com>
500 Jan Kratochvil <jan.kratochvil@redhat.com>
502 * copying.awk: Print buffer-read-only and vi ro markers.
503 * copying.c: Rebuild.
504 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
505 * gdbarch.c, gdbarch.h: Rebuild.
506 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
507 buffer-read-only and vi ro markers.
508 * features/arm-with-iwmmxt.c: Rebuild.
509 * features/arm-with-m-fpa-layout.c: Rebuild.
510 * features/arm-with-m-vfp-d16.c: Rebuild.
511 * features/arm-with-m.c: Rebuild.
512 * features/arm-with-neon.c: Rebuild.
513 * features/arm-with-vfpv2.c: Rebuild.
514 * features/arm-with-vfpv3.c: Rebuild.
515 * features/i386/amd64-avx-linux.c: Rebuild.
516 * features/i386/amd64-avx.c: Rebuild.
517 * features/i386/amd64-linux.c: Rebuild.
518 * features/i386/amd64.c: Rebuild.
519 * features/i386/i386-avx-linux.c: Rebuild.
520 * features/i386/i386-avx.c: Rebuild.
521 * features/i386/i386-linux.c: Rebuild.
522 * features/i386/i386-mmx-linux.c: Rebuild.
523 * features/i386/i386-mmx.c: Rebuild.
524 * features/i386/i386.c: Rebuild.
525 * features/i386/x32-avx-linux.c: Rebuild.
526 * features/i386/x32-avx.c: Rebuild.
527 * features/i386/x32-linux.c: Rebuild.
528 * features/i386/x32.c: Rebuild.
529 * features/mips-dsp-linux.c: Rebuild.
530 * features/mips-linux.c: Rebuild.
531 * features/mips64-dsp-linux.c: Rebuild.
532 * features/mips64-linux.c: Rebuild.
533 * features/rs6000/powerpc-32.c: Rebuild.
534 * features/rs6000/powerpc-32l.c: Rebuild.
535 * features/rs6000/powerpc-403.c: Rebuild.
536 * features/rs6000/powerpc-403gc.c: Rebuild.
537 * features/rs6000/powerpc-405.c: Rebuild.
538 * features/rs6000/powerpc-505.c: Rebuild.
539 * features/rs6000/powerpc-601.c: Rebuild.
540 * features/rs6000/powerpc-602.c: Rebuild.
541 * features/rs6000/powerpc-603.c: Rebuild.
542 * features/rs6000/powerpc-604.c: Rebuild.
543 * features/rs6000/powerpc-64.c: Rebuild.
544 * features/rs6000/powerpc-64l.c: Rebuild.
545 * features/rs6000/powerpc-7400.c: Rebuild.
546 * features/rs6000/powerpc-750.c: Rebuild.
547 * features/rs6000/powerpc-860.c: Rebuild.
548 * features/rs6000/powerpc-altivec32.c: Rebuild.
549 * features/rs6000/powerpc-altivec32l.c: Rebuild.
550 * features/rs6000/powerpc-altivec64.c: Rebuild.
551 * features/rs6000/powerpc-altivec64l.c: Rebuild.
552 * features/rs6000/powerpc-cell32l.c: Rebuild.
553 * features/rs6000/powerpc-cell64l.c: Rebuild.
554 * features/rs6000/powerpc-e500.c: Rebuild.
555 * features/rs6000/powerpc-e500l.c: Rebuild.
556 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
557 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
558 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
559 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
560 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
561 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
562 * features/rs6000/powerpc-vsx32.c: Rebuild.
563 * features/rs6000/powerpc-vsx32l.c: Rebuild.
564 * features/rs6000/powerpc-vsx64.c: Rebuild.
565 * features/rs6000/powerpc-vsx64l.c: Rebuild.
566 * features/rs6000/rs6000.c: Rebuild.
567 * features/s390-linux32.c: Rebuild.
568 * features/s390-linux32v1.c: Rebuild.
569 * features/s390-linux32v2.c: Rebuild.
570 * features/s390-linux64.c: Rebuild.
571 * features/s390-linux64v1.c: Rebuild.
572 * features/s390-linux64v2.c: Rebuild.
573 * features/s390x-linux64.c: Rebuild.
574 * features/s390x-linux64v1.c: Rebuild.
575 * features/s390x-linux64v2.c: Rebuild.
576 * features/tic6x-c62x-linux.c: Rebuild.
577 * features/tic6x-c62x.c: Rebuild.
578 * features/tic6x-c64x-linux.c: Rebuild.
579 * features/tic6x-c64x.c: Rebuild.
580 * features/tic6x-c64xp-linux.c: Rebuild.
581 * features/tic6x-c64xp.c: Rebuild.
583 2012-07-27 Tom Tromey <tromey@redhat.com>
585 * c-exp.y (classify_name): Avoid assignment in condition.
587 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
589 * amd64-windows-tdep.c: Include "frame.h".
590 (amd64_windows_skip_trampoline_code): New function.
591 (amd64_windows_init_abi): Add trampoline registration.
593 2012-07-27 Yao Qi <yao@codesourcery.com>
595 * tracepoint.c (cur_traceframe_number): Remove.
596 (set_tfile_traceframe): Remove.
597 (tfile_trace_find, tfile_fetch_registers): Update callers.
598 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
599 (tfile_open, tfile_trace_find): Likewise.
601 2012-07-27 Yao Qi <yao@codesourcery.com>
603 * thread.c (switch_to_thread): Don't call registers_changed.
605 2012-07-26 Tom Tromey <tromey@redhat.com>
607 * Makefile.in (SFILES): Remove objc-exp.y.
608 (YYFILES): Remove objc-exp.c.
609 (YYOBJ): Remove objc-exp.o.
610 (local-maintainer-clean): Don't mention objc-exp.c.
611 * c-exp.y: Include objc-lang.h.
612 (%union) <class>: New field.
613 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
614 (exp): Clone subscript production for OBJC_LBRAC. Add various
615 Objective C productions.
616 (msglist, msgarglist, msgarg): New productions.
617 (array_mod, func_mod, operator): Clone productions for
619 (parse_string_or_char): Handle '@' strings.
620 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
621 (classify_name): Check la_name_of_this. Recognize ObjC class
623 * objc-exp.y: Remove.
624 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
625 * objc-lang.h (objc_parse, objc_error): Don't declare.
627 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
629 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
631 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
633 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
636 2012-07-26 Tom Tromey <tromey@redhat.com>
638 * copying.c: Rebuild.
639 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
642 2012-07-26 Tom Tromey <tromey@redhat.com>
644 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
646 (print_objfile_statistics): Likewise.
647 (maintenance_print_symbols): Likewise.
648 (maintenance_print_msymbols): Likewise.
649 (maintenance_print_objfiles): Likewise.
650 * psymtab.c (print_partial_symbols): Call QUIT.
651 (maintenance_print_psymbols): Likewise. Don't modify
653 * copying.c (show_copying_command): Don't modify immediate_quit.
654 (show_warranty_command): Likewise.
655 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
657 2012-07-26 Keith Seitz <keiths@redhat.com>
659 * linespec.c (linespec_lexer_lex_number): The input
660 is also a valid number if the next character is a comma
663 2012-07-26 Joel Brobecker <brobecker@adacore.com>
665 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
668 2012-07-26 Tristan Gingold <gingold@adacore.com>
670 * machoread.c: Include gdb_bfd.h.
672 2012-07-26 Tristan Gingold <gingold@adacore.com>
674 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
677 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
679 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
681 (dwarf2_evaluate_loc_desc): Likewise.
682 (dwarf2_loc_desc_needs_frame): Likewise.
683 (locexpr_describe_location_1): Likewise.
684 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
686 (struct dwarf2_loclist_baton): Likewise.
687 * dwarf2read.c (struct dwarf_block): Likewise.
688 (dump_die_shallow): Use pulongest to print dwarf_block.size.
689 (decode_locdesc): Expand SIZE and I to size_t.
691 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
693 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
695 2012-07-25 Joel Brobecker <brobecker@adacore.com>
697 * doublest.c (convert_doublest_to_floatformat): If the exponent
698 is too small, treat the value as zero. If the exponent is too
699 large, treat the value as infinity.
701 2012-07-25 Joel Brobecker <brobecker@adacore.com>
703 * configure.ac: Add --enable-lmcheck configure option.
704 * configure: Regenerate.
706 2012-07-25 Tom Tromey <tromey@redhat.com>
708 * NEWS: Mention maint info bfds.
709 * gdb_bfd.c (all_bfds): New global.
710 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
711 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
714 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
716 * configure.tgt: Add v850*-*-rtems*.
718 2012-07-25 Tom Tromey <tromey@redhat.com>
720 * macrotab.c (macro_bcache_str): Remove cast.
722 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
724 * linespec.c (linespec_lexer_lex_number): Update comments,
725 change the return and add check to make sure the input is
727 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
728 false, call linespec_lexer_lex_string.
730 2012-07-24 Tom Tromey <tromey@redhat.com>
732 * symfile.c (symbol_file_add): Don't open BFD twice.
734 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
736 * breakpoint.c (create_breakpoint): Store condition for pending
739 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
741 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
742 (m68k_return_value): Handle complex types like structures.
743 (m68k_svr4_return_value): Likewise.
745 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
747 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
748 parameters to bfd_get_section_name.
750 2012-07-24 Yao Qi <yao@codesourcery.com>
752 * cli/cli-setshow.c: Handle case 'var_uinteger'
753 and 'var_zuninteger' together. Handle case 'var_integer' and
754 'var_zinteger' together.
756 2012-07-23 Keith Seitz <keiths@redhat.com>
758 * linespec.c (convert_linespec_to_sal): Don't add
759 any symbols to the result vector if symbol_to_sal
762 2012-07-23 Keith Seitz <keiths@redhat.com>
764 * linespec.c (decode_objc): Record the function name
767 2012-07-23 Tom Tromey <tromey@redhat.com>
769 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
771 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
772 (map_vmap): Acquire a reference to the BFD.
774 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
776 * p-valprint.c (pascal_object_print_value): Replace potentially
777 unsafe alloca with xmalloc/xfree.
778 * valops.c (search_struct_method): Likewise.
780 2012-07-23 Tom Tromey <tromey@redhat.com>
782 * solib-svr4.c (enable_break): Update.
783 * bfd-target.h (target_bfd_reopen): Update documentation.
785 2012-07-23 Tom Tromey <tromey@redhat.com>
787 * symfile.c (separate_debug_file_exists): Update.
788 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
789 (reread_symbols): Update.
790 * elfread.c (build_id_verify): Update.
791 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
792 bfd_open_maybe_remote.
794 2012-07-23 Tom Tromey <tromey@redhat.com>
796 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
798 2012-07-23 Tom Tromey <tromey@redhat.com>
800 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
802 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
804 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
805 * machoread.c (macho_add_oso_symfile): Make a cleanup for
807 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
808 * objfiles.c (allocate_objfile): Acquire a new reference.
809 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
810 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
811 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
812 a cleanup for 'nbfd'.
813 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
815 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
816 make a cleanup for 'abfd'.
817 (symbol_file_add): Make a BFD cleanup.
819 2012-07-23 Tom Tromey <tromey@redhat.com>
821 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
822 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
823 * corelow.c (core_open): Use gdb_bfd_fopen.
824 * dsrec.c (load_srec): Use gdb_bfd_openr.
825 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
826 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
827 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
828 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
829 (gdb_bfd_fdopenr): New functions.
830 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
831 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
832 (gdb_bfd_fdopenr): Declare.
833 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
834 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
835 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
836 gdb_bfd_openr_next_archived_file.
837 (macho_check_dsym): Use gdb_bfd_openr.
838 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
839 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
840 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
841 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
843 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
844 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
845 gdb_bfd_openr_next_archived_file.
846 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
848 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
850 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
851 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
852 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
853 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
854 (symfile_bfd_open): Use gdb_bfd_fopen.
855 (generic_load): Use gdb_bfd_openr.
856 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
858 2012-07-23 Tom Tromey <tromey@redhat.com>
860 * bfd-target.c (target_bfd_reopen): Update.
861 * cli/cli-dump.c (bfd_openr_with_cleanup)
862 (bfd_openw_with_cleanup): Update.
863 * corelow.c (core_open): Update.
864 * dsrec.c (load_srec): Update.
865 * exec.c (exec_file_attach): Update.
866 * gcore.c (create_gcore_bfd): Update.
867 * gdb_bfd.c (gdb_bfd_ref): Return void.
868 (gdb_bfd_open): Update.
869 * gdb_bfd.h (gdb_bfd_ref): Return void.
871 * jit.c (jit_bfd_try_read_symtab): Update.
872 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
873 * machoread.c (macho_symfile_read_all_oso): Update.
874 (macho_check_dsym): Update.
875 * procfs.c (insert_dbx_link_bpt_in_file): Update.
876 * remote-m32r-sdi.c (m32r_load): Update.
877 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
878 * rs6000-nat.c (add_vmap): Update.
879 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
881 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
882 * solib-spu.c (spu_bfd_open): Update.
883 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
884 * spu-linux-nat.c (spu_bfd_open): Update.
885 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
886 (generic_load): Update.
887 * windows-nat.c (windows_make_so): Update.
889 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
891 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
893 2012-07-20 Jeff Kenton <jkenton@tilera.com>
895 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
896 SIGTRAMP_FRAME unwinding.
898 2012-07-20 Doug Evans <dje@google.com>
900 * NEWS: Document new options "set/show use-deprecated-index-sections",
901 and delete reference to --use-deprecated-index-sections.
902 * symfile.h (use_deprecated_index_sections): Delete.
903 * dwarf2read.c (use_deprecated_index_sections): Make static.
904 (read_index_from_section): Update wording of how to load
905 deprecated index sections.
906 (_initialize_dwarf2_read): New options
907 "set/show use-deprecated-index-sections".
908 * main.c (captured_main): Delete --use-deprecated-index-sections.
910 2012-07-20 Pedro Alves <palves@redhat.com>
915 * infrun.c (handle_inferior_event) <new thread>: Don't special
917 <TARGET_WAITKIND_SPURIOUS>: Ditto.
918 * linux-thread-db.c (thread_get_info_callback): Don't return early
919 if the thread is zombie.
920 (thread_from_lwp): Change return type to void. Rewrite stale
922 (attach_thread): Don't return early if the thread is zombie,
923 instead set its "dying" flag.
924 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
925 (find_new_threads_callback): Don't return early if the thread is
928 2012-07-20 Pedro Alves <palves@redhat.com>
930 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
931 * target.c (target_wait): Likewise.
932 (str_comma_list_concat_elem, do_option, target_options_to_string):
934 * target.h (target_options_to_string): Declare.
936 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
937 Tom Tromey <tromey@redhat.com>
939 * dwarf2read.c (dwarf_decode_macros)
940 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
941 DW_MACRO_GNU_transparent_include_alt>: New cases.
942 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
943 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
945 2012-07-20 Tom Tromey <tromey@redhat.com>
947 * dwarf2read.c (try_open_dwo_file): Don't call
948 gdb_bfd_stash_filename.
950 2012-07-20 Pedro Alves <palves@redhat.com>
952 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
953 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
954 (i386_process_record): Tweak description comments.
956 2012-07-20 Pedro Alves <palves@redhat.com>
958 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
959 (i386_process_record): Use record_read_memory.
960 * record.c (record_read_memory): New function.
961 (record_arch_list_add_mem, record_exec_insn): Use
963 * record.h (record_read_memory): Declare.
965 2012-07-20 Yao Qi <yao@codesourcery.com>
967 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
970 2012-07-19 Pedro Alves <palves@redhat.com>
972 * record.c (record_resume): Ask the target beneath to report all
975 2012-07-19 Doug Evans <dje@google.com>
977 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
978 there's no section at address zero.
979 (dwarf2_record_block_ranges): Ditto.
981 2012-07-19 Yao Qi <yao@codesourcery.com>
983 * command.h, remote.c: Fix a typo in comment.
985 2012-07-19 Tom Tromey <tromey@redhat.com>
988 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
989 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
990 OP_DECLTYPE>: New cases.
991 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
992 (type_exp): Add new productions.
993 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
995 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
997 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
998 OP_DECLTYPE>: New case.
999 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
1001 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
1002 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
1004 2012-07-19 Tom Tromey <tromey@redhat.com>
1006 * c-exp.y (enum token_flags): New.
1007 (struct token) <cxx_only>: Remove.
1009 (tokentab3, tokentab2, ident_tokens): Update.
1010 (lex_one_token): Update. Handle FLAG_SHADOW.
1012 2012-07-19 Tom Tromey <tromey@redhat.com>
1014 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
1015 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
1016 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
1017 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
1018 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
1019 type_exp production where appropriate.
1020 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
1021 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
1022 <UNOP_MEMVAL_TYPE>: New case.
1023 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
1024 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
1025 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
1026 <UNOP_MEMVAL_TYPE>: New case.
1027 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
1028 UNOP_REINTERPRET_CAST>: Update.
1029 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
1030 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
1031 UNOP_REINTERPRET_CAST>: Update.
1032 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
1033 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
1034 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
1037 2012-07-19 Yao Qi <yao@codesourcery.com>
1038 Jan Kratochvil <jan.kratochvil@redhat.com>
1040 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
1041 and case 'var_optional_filename' together.
1042 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
1043 instead of add_setshow_optional_filename_cmd for setshow command
1044 'args'. Set completer for 'set args'.
1046 2012-07-18 Doug Evans <dje@google.com>
1048 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
1049 * common/gdb_vecs.c: New file, contents from utils.c.
1050 * common/host-defs.h: New file, contents from defs.h.
1051 * utils.h: New file, contents from defs.h.
1052 * defs.h: Move all declarations of objects defined in utils.c
1053 to utils.h (except QUIT() and related).
1054 #include "utils.h", "host-defs.h".
1055 * probe.h (probe_p): Move here from gdb_vecs.h.
1056 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
1057 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
1058 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
1059 * Makefile.in (SFILES): Add common/gdb_vecs.c.
1060 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
1061 (COMMON_OBS): Add gdb_vecs.o.
1062 (gdb_vecs.o): New rule.
1064 2012-07-18 Keith Seitz <keiths@redhat.com>
1066 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
1067 parameter. If non-zero, use SYMNAME as the canonical name
1070 (convert_linespec_to_sals): Use add_sal_to_sals for
1072 (decode_line_full): No need to "fill in missing canonical names"
1073 anymore. Simply make cleanups for the allocated names.
1075 2012-07-18 Keith Seitz <keiths@redhat.com>
1077 * linespec.c (struct linespec): Constify expression,
1078 source_filename, function_name, and label_name.
1079 (symbol_not_found_error): Make all parameters const.
1080 (linespec_parser_delete): No need to check for NULL
1081 when using xfree. Cast const char * to char * for xfree.
1083 2012-07-18 Keith Seitz <keiths@redhat.com>
1085 * breakpoint.c (invalid_thread_id_error): New function.
1086 (find_condition_and_thread): Use invalid_thread_id_error.
1087 (watch_command_1): Likewise.
1089 2012-07-18 Tom Tromey <tromey@redhat.com>
1091 * cc-with-index.sh, cc-with-dwz.sh: Remove.
1092 * contrib/cc-with-tweaks.sh: New file.
1094 2012-07-18 Tom Tromey <tromey@redhat.com>
1096 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
1097 (locate_dwz_sections): Recognize .gdb_index.
1098 (create_cus_from_index_list): New function.
1099 (create_cus_from_index): Use it. Handle .dwz data.
1100 (read_index_from_section): New function, extracted from
1102 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
1105 2012-07-18 Tom Tromey <tromey@redhat.com>
1107 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
1108 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
1109 <is_dwz>: New field.
1110 (struct dwz_file): New.
1111 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
1112 (locate_dwz_sections, dwarf2_get_dwz_file)
1113 (get_abbrev_section_for_cu): New functions.
1114 (error_check_comp_unit_head, read_and_check_comp_unit_head)
1115 (read_and_check_type_unit_head): Add abbrev_section argument.
1116 (create_debug_types_hash_table): Update.
1117 (init_cutu_and_read_dies): Use proper abbrev section.
1118 (init_cutu_and_read_dies_no_follow): Likewise.
1119 (set_partial_user): Do nothing if PST==NULL.
1120 (read_comp_units_from_section): New function.
1121 (create_all_comp_units): Use it.
1122 (scan_partial_symbols, partial_die_parent_scope): Update.
1123 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
1124 (process_imported_unit_die, read_partial_die): Handle .dwz files.
1125 (find_partial_die): Add offset_in_dwz argument. Update.
1126 (guess_partial_die_structure_name, fixup_partial_die): Update.
1127 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
1128 DW_FORM_GNU_strp_alt.
1129 (read_indirect_string_from_dwz): New function.
1130 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
1131 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
1132 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
1133 (follow_die_offset): Add offset_in_dwz argument.
1134 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
1135 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
1136 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
1137 Handle new macro forms.
1138 (dwarf_decode_macros): Update.
1139 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
1140 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
1141 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
1142 (create_debug_types_hash_table): Use correct abbrev section.
1143 (get_debug_line_section): New function.
1144 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
1145 (process_full_comp_unit): Pass 'required' argument to
1146 end_symtab_get_static_block.
1147 * buildsym.h (end_symtab_get_static_block): Update.
1148 * buildsym.c (end_symtab_get_static_block): Add 'required'
1150 (end_symtab, end_expandable_symtab): Update.
1152 2012-07-18 Tom Tromey <tromey@redhat.com>
1154 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
1156 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
1157 (zlib_decompress_section): Remove.
1158 (dwarf2_read_section): Use gdb_bfd_map_section.
1159 (munmap_section_buffer): Remove.
1160 (free_dwo_file, dwarf2_per_objfile_free): Don't use
1161 munmap_section_buffer.
1162 * gdb_bfd.c: Include zlib.h, sys/mman.h.
1163 (struct gdb_bfd_section_data): New.
1164 (free_one_bfd_section): New function.
1165 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
1166 (get_section_descriptor, zlib_decompress_section)
1167 (gdb_bfd_map_section): New functions.
1168 * gdb_bfd.h (gdb_bfd_map_section): Declare.
1170 2012-07-18 Tom Tromey <tromey@redhat.com>
1172 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
1174 2012-07-18 Tom Tromey <tromey@redhat.com>
1176 * gdb_bfd.c (struct gdb_bfd_data): New.
1177 (gdb_bfd_cache): New global.
1178 (struct gdb_bfd_cache_search): New.
1179 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
1180 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
1181 * gdb_bfd.h (gdb_bfd_open): Declare.
1183 2012-07-18 Tom Tromey <tromey@redhat.com>
1185 * utils.c (make_cleanup_bfd_unref): Rename from
1186 make_cleanup_bfd_close.
1187 * defs.h (make_cleanup_bfd_unref): Rename from
1188 make_cleanup_bfd_close.
1189 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
1190 (bfd_openw_with_cleanup): Update.
1191 * corelow.c (core_open): Update.
1192 * dsrec.c (load_srec): Update.
1193 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
1194 * remote-m32r-sdi.c (m32r_load): Update.
1195 * remote-mips.c (mips_load_srec): Update.
1196 (pmon_load_fast): Update.
1197 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1199 (darwin_bfd_open): Update.
1200 * solib.c (solib_bfd_fopen): Update.
1201 * symfile-mem.c (symbol_file_add_from_memory): Update.
1202 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
1203 (symfile_bfd_open): Update.
1204 (generic_load): Update.
1206 2012-07-18 Tom Tromey <tromey@redhat.com>
1208 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
1209 (pmon_load_fast): Likewise.
1210 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
1211 (m32r_upload_command): Likewise.
1212 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
1213 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1214 Use make_cleanup_bfd_close.
1216 2012-07-18 Tom Tromey <tromey@redhat.com>
1218 * symfile.c (symfile_bfd_open): Don't copy name. Call
1219 gdb_bfd_stash_filename.
1220 (load_command): Open the new BFD before freeing the old.
1221 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
1222 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
1223 Call gdb_bfd_stash_filename.
1224 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
1225 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
1226 gdb_bfd_stash_filename.
1227 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1228 Free found_pathname.
1229 * rs6000-nat.c (add_vmap): Don't copy filename. Call
1230 gdb_bfd_stash_filename.
1231 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
1232 * machoread.c (macho_add_oso_symfile): Call
1233 gdb_bfd_stash_filename.
1234 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
1235 gdb_bfd_stash_filename.
1236 (macho_check_dsym): Don't copy filename. Call
1237 gdb_bfd_stash_filename.
1238 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
1239 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
1240 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
1241 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
1242 * exec.c (exec_close): Don't free the BFD's filename.
1243 (exec_file_attach): Don't copy the filename. Call
1244 gdb_bfd_stash_filename.
1245 * corelow.c (core_close): Don't free the BFD's filename.
1246 (core_open): Call gdb_bfd_stash_filename.
1247 * corefile.c (reopen_exec_file): Remove #if 0 code.
1248 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
1250 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
1252 2012-07-18 Tom Tromey <tromey@redhat.com>
1254 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
1256 (free_dwo_file): Use gdb_bfd_unref.
1257 * cli/cli-dump.c: Include gdb_bfd.h.
1258 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
1259 (bfd_openr_with_cleanup): Likewise.
1260 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
1262 * utils.c: Include gdb_bfd.h.
1263 (do_bfd_close_cleanup): Use gdb_bfd_unref.
1264 * symfile.c: Include gdb_bfd.h.
1265 (separate_debug_file_exists): Use gdb_bfd_unref.
1266 (bfd_open_maybe_remote): Use gdb_bfd_ref.
1267 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
1268 (generic_load): Use gdb_bfd_ref.
1269 (reread_symbols): Use gdb_bfd_unref.
1270 * symfile-mem.c: Include gdb_bfd.h.
1271 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
1272 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
1273 * solib.c: Include gdb_bfd.h.
1274 (solib_bfd_fopen): Use gdb_bfd_ref.
1275 (solib_bfd_open): Use gdb_bfd_unref.
1276 (free_so_symbols): Use gdb_bfd_unref.
1277 (reload_shared_libraries_1): Use gdb_bfd_unref.
1278 * solib-spu.c: Include gdb_bfd.h.
1279 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
1280 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
1282 * solib-frv.c: Include gdb_bfd.h.
1283 (enable_break2): Use gdb_bfd_unref.
1284 * solib-dsbt.c: Include gdb_bfd.h.
1285 (enable_break2): Use gdb_bfd_unref.
1286 * solib-darwin.c: Include gdb_bfd.h.
1287 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
1289 (darwin_bfd_open): Use gdb_bfd_unref.
1290 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
1291 * remote-mips.c: Include gdb_bfd.h.
1292 (mips_load_srec): Use gdb_bfd_ref.
1293 (pmon_load_fast): Use gdb_bfd_ref.
1294 * remote-m32r-sdi.c: Include gdb_bfd.h.
1295 (m32r_load): Use gdb_bfd_ref.
1296 * record.c: Include gdb_bfd.h.
1297 (record_save_cleanups): Use gdb_bfd_unref.
1298 (cmd_record_save): Use gdb_bfd_unref.
1299 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
1301 * objfiles.h (gdb_bfd_close_or_warn): Remove.
1302 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
1303 * objfiles.c: Include gdb_bfd.h.
1304 (free_objfile): Use gdb_bfd_unref.
1305 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
1307 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
1308 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
1309 (macho_check_dsym): Likewise.
1310 * m32r-rom.c: Include gdb_bfd.h.
1311 (m32r_load): Use gdb_bfd_ref.
1312 (m32r_upload_command): Use gdb_bfd_ref.
1313 * jit.c: Include gdb_bfd.h.
1314 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
1315 * gdb_bfd.h: New file.
1316 * gdb_bfd.c: New file.
1317 * gcore.c: Include gdb_bfd.h.
1318 (create_gcore_bfd): Use gdb_bfd_ref.
1319 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
1320 (gcore_command): Use gdb_bfd_unref.
1321 * exec.c: Include gdb_bfd.h.
1322 (exec_close): Use gdb_bfd_unref.
1323 (exec_close_1): Use gdb_bfd_unref.
1324 (exec_file_attach): Use gdb_bfd_ref.
1325 * elfread.c: Include gdb_bfd.h.
1326 (build_id_verify): Use gdb_bfd_unref.
1327 * dsrec.c: Include gdb_bfd.h.
1328 (load_srec): Use gdb_bfd_ref.
1329 * corelow.c: Include gdb_bfd.h.
1330 (core_close): Use gdb_bfd_unref.
1331 (core_open): Use gdb_bfd_ref.
1332 * bfd-target.c: Include gdb_bfd.h.
1333 (target_bfd_xclose): Use gdb_bfd_unref.
1334 (target_bfd_reopen): Use gdb_bfd_ref.
1335 * Makefile.in (SFILES): Add gdb_bfd.c.
1336 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
1337 (COMMON_OBS): Add gdb_bfd.o.
1339 2012-07-18 Keith Seitz <keiths@redhat.com>
1341 * breakpoint.c (find_condition_and_thread): Initialize
1343 (create_breakpiont): find_condition_and_thread will now
1344 initialize COND_STRING, THREAD, and REST (and TASK).
1345 (addr_string_to_sals): Likewise.
1347 2012-07-18 Pedro Alves <palves@redhat.com>
1349 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
1350 Pull the single step breakpoints out of the target.
1352 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
1354 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
1355 * stap-probe.c (compile_probe_arg): Likewise.
1357 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
1359 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
1360 (elf_compile_to_ax): Likewise.
1361 * infrun.c (insert_exception_resume_from_probe): Likewise.
1362 (check_exception_resume): Remove `objfile' variable.
1363 * probe.c (find_probe_by_pc): Remove `objfile' argument.
1364 (struct probe_and_objfile, probe_and_objfile_s): Delete.
1365 (collect_probes): Adjust return value to `VEC (probe_p) *'.
1366 (compare_entries): Rename to...
1367 (compare_probes): ...this. Adjust function to work with
1368 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
1370 (gen_ui_out_table_header_info): Adjust `probes' argument to be
1372 (print_ui_out_info): Adjust argument to be `struct probe *'.
1373 (info_probes_for_ops): Adjust internal computations to use
1375 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
1376 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
1377 gen_info_probes_table_values>: Remove `objfile' argument.
1378 (struct probe) <objfile>: New field.
1379 (find_probe_by_pc): Remove `objfile' argument.
1380 * stap-probe.c (stap_parse_probe_arguments): Likewise.
1381 (stap_get_probe_argument_count): Likewise.
1382 (stap_get_arg): Likewise.
1383 (stap_evaluate_probe_argument): Likewise.
1384 (stap_compile_to_ax): Likewise.
1385 (compile_probe_arg): Refactor not to pass `objfile' anymore.
1386 (handle_stap_probe): Fill `objfile' field from `struct probe'.
1387 (stap_gen_info_probes_table_header): Remove `objfile' argument.
1388 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
1389 sym_compile_to_ax>: Likewise.
1391 2012-07-18 Terry Guo <terry.guo@arm.com>
1394 * defs.h (GDB_MI_MSG_WIDTH): New.
1395 * ser_base (ser_base_read_error_fd): New function.
1396 (do_ser_base_readchar): Poll error file descriptor as well as
1398 (generic_readchar): Refactor error handling.
1400 2012-07-18 Joel Brobecker <brobecker@adacore.com>
1402 * NEWS: Create a new section for the next release branch.
1403 Rename the section of the current branch, now that it has
1406 2012-07-18 Joel Brobecker <brobecker@adacore.com>
1408 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
1409 * version.in: Bump version to 7.5.50.20120718-cvs.
1411 2012-07-17 Keith Seitz <keiths@redhat.com>
1413 * linespec.c (linespec_parse_line_offset): Make parameter
1416 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1419 * f-valprint.c (info_common_command): New variable frame_id.
1420 Reinitialize FI form FRAME_ID after each print_variable_and_value.
1421 * printcmd.c (print_variable_and_value): Extend function comment.
1422 Add comment for invalidated FRAME.
1423 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
1424 FI form FRAME_ID after each print_frame_local_vars.
1425 (struct print_variable_and_value_data): Change frame to frame_id.
1426 (do_print_variable_and_value): New variable frame, initialize it from
1427 p->frame_id. Add comment for invalidated FRAME.
1428 (print_frame_local_vars, print_frame_arg_vars): New function comment.
1429 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
1430 for invalidated FRAME.
1432 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
1433 Pedro Alves <palves@redhat.com>
1435 * linux-nat.c (linux_nat_detach): Don't unregister from the event
1438 2012-07-16 Tom Tromey <tromey@redhat.com>
1440 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
1442 2012-07-15 Doug Evans <dje@google.com>
1444 * dwarf2read.c (stmt_list_hash): New struct.
1445 (type_unit_group): Embed "per_cu" member, remove pointer.
1446 New union member "t", move member "tus" into it, all uses updated.
1447 New member "hash", replaces member "line_offset, all uses updated.
1448 (quick_file_names): Replace member "offset" with "hash", all uses
1450 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
1451 (hash_file_name_entry, eq_file_name_entry): Call them.
1452 (hash_type_unit_group, eq_type_unit_group): Ditto.
1453 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
1454 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
1455 (dw2_get_file_names): Update.
1456 (create_type_unit_group): Replace "per_cu" arg with "cu".
1457 All callers updated. Fix "quick" (.gdb_index) handling.
1458 (get_type_unit_group): Replace "per_cu" arg with "cu".
1459 All callers updated.
1460 (build_type_unit_groups): Don't reset tu_stats.
1462 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
1463 "tab_cur_size". Change member "tab" to be a htab_t.
1464 (create_filename_seen_cache): Update.
1465 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
1466 (filename_seen): Update.
1468 2012-07-13 Doug Evans <dje@google.com>
1470 * symtab.c (filename_seen): Update comment.
1472 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1473 Doug Evans <dje@google.com>
1475 * buildsym.c (end_symtab_1): Split it to ...
1476 (end_symtab_get_static_block): ... this ...
1477 (end_symtab_from_static_block): ... and this function.
1478 (end_symtab, end_expandable_symtab): Call them.
1479 * buildsym.h (end_symtab_get_static_block)
1480 (end_symtab_from_static_block): New declarations.
1481 * dwarf2read.c (process_full_comp_unit): New variable static_block.
1482 Set its valid CU ranges.
1484 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1486 * dwarf2loc.c (disassemble_dwarf_expression): Handle
1487 DW_OP_GNU_parameter_ref.
1489 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1491 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
1492 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
1494 2012-07-13 Doug Evans <dje@google.com>
1496 * symtab.c (output_source_filename): Delete unnecessary forward decl.
1497 (filename_seen_cache): New struct.
1498 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
1499 (create_filename_seen_cache): New function.
1500 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
1501 (filename_seen): Delete arg "first". New arg "cache". All callers
1503 (output_source_filename_data): New struct.
1504 (output_source_filename): Delete arg "first". New arg "data".
1505 All callers updated.
1506 (sources_info): Delete local "first". New locals "data", "cleanups".
1507 Rewrite to use filename_seen_cache.
1508 (add_partial_filename_data): Delete member "first". New member
1509 "filename_seen_cache". All uses updated.
1510 (make_source_files_completion_list): Rewrite to use
1511 filename_seen_cache.
1513 2012-07-12 Doug Evans <dje@google.com>
1515 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
1517 2012-07-10 Doug Evans <dje@google.com>
1520 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
1521 all_type_unit_groups, type_unit_groups, tu_stats.
1522 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
1523 All uses updated. Add type_unit_group to union "s".
1524 (type_unit_group): New struct.
1525 (IS_TYPE_UNIT_GROUP): New macro.
1526 (abbrev_table): Delete unused member "section".
1527 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
1528 (dw2_get_cu): Assert not used with type_unit_group.
1529 (dw2_get_primary_cu): New function.
1530 (dw2_build_type_unit_groups_reader): New function.
1531 (dw2_build_type_unit_groups): New function.
1532 (dw2_get_file_names): Assert not called on type units.
1533 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
1534 Redo loop to iterate over type unit groups instead of type units.
1535 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
1536 (read_abbrev_offset): New function.
1537 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
1539 (create_partial_symtab): New function.
1540 (process_psymtab_comp_unit_reader): Assert not used with type units.
1541 Call create_partial_symtab.
1542 (process_psymtab_type_unit): Delete.
1543 (hash_type_unit_group, eq_type_unit_group): New functions.
1544 (allocate_type_unit_groups_table): New function.
1545 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
1546 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
1547 (create_type_unit_group, get_type_unit_group): New functions.
1548 (tu_abbrev_offset): New struct.
1549 (sort_tu_by_abbrev_offset): New function.
1550 (add_type_unit_group_to_table): New function.
1551 (build_type_unit_groups): New function.
1552 (build_type_psymtabs_reader): New function.
1553 (build_type_psymtab_dependencies): New function.
1554 (build_type_psymtabs): Rewrite.
1555 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
1556 is seen in a type unit.
1557 (process_queue): Move symtab expansion debugging printfs here.
1558 Call process_full_type_unit for type units.
1559 (compute_symtab_includes): Assert not called for type units.
1560 (process_cu_includes): Don't call compute_symtab_includes for
1562 (process_full_type_unit): New function.
1563 (process_imported_unit_die): Flag an error if called for type units.
1564 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
1565 updated. Assert not called for type units.
1566 (read_file_scope): Call dwarf2_start_symtab.
1567 (setup_type_unit_groups): New function.
1568 (read_type_unit_scope): Rewrite.
1569 (abbrev_table_read_table): Initialize abbrev_table->offset.
1570 (abbrev_table_free_cleanup): New function.
1571 (dwarf2_start_symtab): New function.
1572 (load_full_type_unit): Assert not called for type unit groups.
1573 * buildsym.c (finish_block_internal): New arg "expandable".
1574 All callers updated.
1575 (start_symtab): Move most contents to ...
1576 (restart_symtab): ... here. New function.
1577 (reset_symtab_globals): New function.
1578 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
1579 Call reset_symtab_globals.
1580 (end_symtab, end_expandable_symtab): New functions.
1581 (set_missing_symtab, augment_type_symtab): New functions.
1582 * buildsym.h (end_expandable_symtab): Declare.
1583 (augment_type_symtab, restart_symtab): Declare.
1584 * psympriv.h (struct partial_symtab): New member "anonymous".
1585 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
1587 (read_psymtabs_with_filename): Ditto.
1588 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
1589 (expand_symtabs_matching_via_partial): Ditto.
1590 (dump_psymtab): Update.
1591 * dictionary.c (dict_add_pending): New function.
1592 * dictionary.h (dict_add_pending): Declare.
1594 2012-07-09 Doug Evans <dje@google.com>
1596 * buildsym.c (start_subfile): Remove unnecessary check for
1599 * psymtab.c (allocate_psymtab): Use host_address_to_string.
1601 * dwarf2read.c (load_full_type_unit): Simplify.
1603 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
1604 to struct signatured_type **. All uses updated.
1606 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
1607 All callers updated.
1609 2012-07-09 Tom Tromey <tromey@redhat.com>
1611 * c-exp.y (check_parameter_typelist): New function.
1612 (parameter_typelist): Call it.
1613 * eval.c (make_params): Handle '(void)' case.
1614 * gdbtypes.c (lookup_function_type_with_arguments): Handle
1617 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1619 * common/linux-ptrace.c: Include gdb_assert.h.
1620 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
1621 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
1623 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
1625 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
1626 * linux-nat.c (linux_child_post_attach)
1627 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
1629 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1631 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
1632 nptl <2.7 bug workaround for core files.
1634 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1636 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
1638 (save_siginfo): Remove.
1639 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
1641 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
1642 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
1643 * linux-nat.h (struct lwp_info): Remove field siginfo.
1645 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1647 Code cleanup for the next patch.
1648 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
1649 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
1651 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
1652 (ia64_linux_stopped_data_address):
1653 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
1655 * linux-nat.h (linux_nat_get_siginfo): Likewise.
1656 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
1657 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
1660 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1663 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
1664 Increase buffer sizes to 2x we need, not just 2x of the previous size.
1666 2012-07-06 Tom Tromey <tromey@redhat.com>
1668 * c-exp.y (DOTDOTDOT): New token.
1669 (func_mod, exp): Use parameter_typelist.
1670 (parameter_typelist): New production.
1671 (tokentab3): Add "..." token.
1672 * eval.c (make_params): Handle varargs.
1673 * gdbtypes.c (lookup_function_type_with_arguments): Handle
1676 2012-07-06 Tom Tromey <tromey@redhat.com>
1679 * c-exp.y (%union) <tvec>: Change type.
1680 (func_mod): Now uses <tvec> type.
1681 (exp): Update for tvec change.
1682 (direct_abs_decl): Push the typelist.
1683 (func_mod): Return a typelist.
1684 (nonempty_typelist): Update for tvec change.
1685 * gdbtypes.c (lookup_function_type_with_arguments): New function.
1686 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
1687 * parse.c (pop_type_list): New function.
1688 (push_typelist): New function.
1689 (follow_types): Handle tp_function_with_arguments.
1690 * parser-defs.h (type_ptr): New typedef. Define a VEC.
1691 (enum type_pieces) <tp_function_with_arguments>: New constant.
1692 (union type_stack_elt) <typelist_val>: New field.
1693 (push_typelist): Declare.
1695 2012-07-06 Tom Tromey <tromey@redhat.com>
1697 * c-exp.y (%union) <type_stack>: New field.
1698 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
1699 (ptr_operator_ts): New production.
1701 * parse.c (type_stack_reserve): New function.
1702 (check_type_stack_depth): Use it.
1703 (pop_type_stack, append_type_stack, push_type_stack)
1704 (get_type_stack, type_stack_cleanup): New functions.
1705 (follow_types): Handle tp_type_stack.
1706 (_initialize_parse): Simplify initialization.
1707 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
1709 (union type_stack_elt) <stack_val>: New field.
1710 (get_type_stack, append_type_stack, push_type_stack)
1711 (type_stack_cleanup): Declare.
1713 2012-07-06 Tom Tromey <tromey@redhat.com>
1715 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
1717 (struct type_stack): New.
1718 * parse.c (type_stack, type_stack_size, type_stack_depth):
1720 (type_stack): New global.
1721 (parse_exp_in_context, check_type_stack_depth)
1722 (insert_into_type_stack, insert_type, push_type, push_type_int)
1723 (insert_type_address_space, pop_type, pop_type_int)
1724 (_initialize_parse): Update.
1726 2012-07-06 Tom Tromey <tromey@redhat.com>
1728 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
1731 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
1733 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
1735 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
1736 Jan Kratochvil <jan.kratochvil@redhat.com>
1738 * cp-valprint.c (cp_print_value): Replace potentially unsafe
1739 alloca with xmalloc/xfree.
1741 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
1743 * MAINTAINERS (Write After Approval): Add myself to the list.
1745 2012-07-05 Doug Evans <dje@google.com>
1747 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
1749 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
1751 * ax-gdb.c (cli/cli-utils.h): New include.
1752 (linespec.h): Ditto.
1753 (agent_eval_command_one): New function.
1754 (agent_command_1): Ditto.
1755 (agent_command): Call function agent_command_1.
1756 (agent_eval_command): Ditto.
1757 (_initialize_ax_gdb): Change help for "maint agent"
1758 and "maint agent-eval".
1760 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
1762 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
1763 * cli/cli-utils.c (check_for_argument): New function.
1764 * cli/cli-utils.h (check_for_argument): Ditto.
1766 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
1768 * NEWS: Mention x32 ABI support.
1770 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
1772 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
1773 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
1775 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
1776 and pc_regnum_from_eax to -1. Update SP regnum from
1777 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
1780 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
1783 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1785 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
1786 * dwarf2expr.h: Include gdbtypes.h.
1787 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
1788 these forward declarations.
1789 (cu_offset, sect_offset): Move these ...
1790 * gdbtypes.h: Remove include dwarf2expr.h.
1791 (cu_offset, sect_offset): ... here.
1793 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
1795 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
1796 (amd64_linux_sigtramp_code): This.
1797 (amd64_x32_linux_sigtramp_code): New.
1798 (LINUX_SIGTRAMP_LEN): Updated.
1799 (amd64_linux_sigtramp_start): Check x32 sigtramp.
1801 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1803 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
1805 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1807 * config.in: Regenerate.
1808 * configure: Regenerate.
1809 * configure.ac: Remove check for gnu/libc-version.h.
1810 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
1812 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
1813 variables libc_version, libc_major and libc_minor. Replace sscanf by
1814 inferior_has_bug. Extend the comment.
1816 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1818 * linux-thread-db.c (inferior_has_bug): New function.
1819 (thread_db_find_new_threads_silently): Return boolean as checked by
1820 inferior_has_bug, describe it in the comments.
1821 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
1822 earlier. Abort the initialization if it returned non-zero.
1823 (thread_db_new_objfile): Exclude debug files.
1824 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
1827 2012-07-02 Doug Evans <dje@google.com>
1829 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
1830 related to queue management.
1832 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
1833 instead of "debug dwarf2-die" in debugging printfs.
1834 (create_debug_info_hash_table_reader): Ditto.
1835 (create_debug_info_hash_table): Ditto.
1836 (init_dwo_file): Ditto.
1837 (init_cutu_and_read_dies): Add debugging printf.
1838 (init_cutu_and_read_dies_no_follow): Ditto.
1839 (process_psymtab_comp_unit_reader): Ditto.
1841 2012-07-02 Stan Shebs <stan@codesourcery.com>
1843 Add target-side support for dynamic printf.
1844 * NEWS: Mention the additional style.
1845 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
1846 (struct bp_location): New field cmd_bytecode.
1847 * breakpoint.c: Include format.h.
1848 (disconnected_dprintf): New global.
1849 (parse_cmd_to_aexpr): New function.
1850 (build_target_command_list): New function.
1851 (insert_bp_location): Call it.
1852 (remove_breakpoints_pid): Skip dprintf breakpoints.
1853 (print_one_breakpoint_location): Ditto.
1854 (dprintf_style_agent): New global.
1855 (dprintf_style_enums): Add dprintf_style_agent.
1856 (update_dprintf_command_list): Add agent case.
1857 (agent_printf_command): New function.
1858 (_initialize_breakpoint): Add new commands.
1859 * common/ax.def (printf): New bytecode.
1860 * ax.h (ax_string): Declare.
1861 * ax-gdb.h (gen_printf): Declare.
1862 * ax-gdb.c: Include cli-utils.h, format.h.
1863 (gen_printf): New function.
1864 (maint_agent_print_command): New function.
1865 (_initialize_ax_gdb): Add maint agent-printf command.
1866 * ax-general.c (ax_string): New function.
1867 (ax_print): Add printf disassembly.
1868 * Makefile.in (SFILES): Add format.c
1869 (COMMON_OBS): Add format.o.
1870 * common/format.h: New file.
1871 * common/format.c: New file.
1872 * printcmd.c: Include format.h.
1873 (ui_printf): Call parse_format_string.
1874 * remote.c (remote_state): New field breakpoint_commands.
1875 (PACKET_BreakpointCommands): New enum.
1876 (remote_breakpoint_commands_feature): New function.
1877 (remote_protocol_features): Add new BreakpointCommands entry.
1878 (remote_can_run_breakpoint_commands): New function.
1879 (remote_add_target_side_commands): New function.
1880 (remote_insert_breakpoint): Call it.
1881 (remote_insert_hw_breakpoint): Ditto.
1882 (_initialize_remote): Add new packet configuration for
1883 target-side breakpoint commands.
1884 * target.h (struct target_ops): New field
1885 to_can_run_breakpoint_commands.
1886 (target_can_run_breakpoint_commands): New macro.
1887 * target.c (update_current_target): Handle
1888 to_can_run_breakpoint_commands.
1890 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1892 Execute -ix and -iex only after system and user gdbinit files.
1893 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
1894 processing down after gdbinit files.
1896 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1898 Add fnmatch-gnu module.
1899 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
1900 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
1901 * gnulib/aclocal.m4: Regenerate.
1902 * gnulib/config.in: Regenerate.
1903 * gnulib/configure: Regenerate.
1904 * gnulib/import/dummy.c: Remove.
1905 * gnulib/import/Makefile.am: Regenerate.
1906 * gnulib/import/Makefile.in: Likewise.
1907 * gnulib/import/m4/gnulib-cache.m4: Likewise.
1908 * gnulib/import/m4/gnulib-comp.m4: Likewise.
1909 * gnulib/import/alloca.c: New file.
1910 * gnulib/import/alloca.in.h: Likewise.
1911 * gnulib/import/config.charset: Likewise.
1912 * gnulib/import/fnmatch.c: Likewise.
1913 * gnulib/import/fnmatch.in.h: Likewise.
1914 * gnulib/import/fnmatch_loop.c: Likewise.
1915 * gnulib/import/localcharset.c: Likewise.
1916 * gnulib/import/localcharset.h: Likewise.
1917 * gnulib/import/m4/alloca.m4: Likewise.
1918 * gnulib/import/m4/codeset.m4: Likewise.
1919 * gnulib/import/m4/configmake.m4: Likewise.
1920 * gnulib/import/m4/fcntl-o.m4: Likewise.
1921 * gnulib/import/m4/fnmatch.m4: Likewise.
1922 * gnulib/import/m4/glibc21.m4: Likewise.
1923 * gnulib/import/m4/localcharset.m4: Likewise.
1924 * gnulib/import/m4/locale-fr.m4: Likewise.
1925 * gnulib/import/m4/locale-ja.m4: Likewise.
1926 * gnulib/import/m4/locale-zh.m4: Likewise.
1927 * gnulib/import/m4/mbrtowc.m4: Likewise.
1928 * gnulib/import/m4/mbsinit.m4: Likewise.
1929 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
1930 * gnulib/import/m4/mbstate_t.m4: Likewise.
1931 * gnulib/import/m4/stdbool.m4: Likewise.
1932 * gnulib/import/m4/wchar_h.m4: Likewise.
1933 * gnulib/import/m4/wctype_h.m4: Likewise.
1934 * gnulib/import/m4/wint_t.m4: Likewise.
1935 * gnulib/import/mbrtowc.c: Likewise.
1936 * gnulib/import/mbsinit.c: Likewise.
1937 * gnulib/import/mbsrtowcs-impl.h: Likewise.
1938 * gnulib/import/mbsrtowcs-state.c: Likewise.
1939 * gnulib/import/mbsrtowcs.c: Likewise.
1940 * gnulib/import/ref-add.sin: Likewise.
1941 * gnulib/import/ref-del.sin: Likewise.
1942 * gnulib/import/stdbool.in.h: Likewise.
1943 * gnulib/import/streq.h: Likewise.
1944 * gnulib/import/strnlen1.c: Likewise.
1945 * gnulib/import/strnlen1.h: Likewise.
1946 * gnulib/import/verify.h: Likewise.
1947 * gnulib/import/wchar.in.h: Likewise.
1948 * gnulib/import/wctype.in.h: Likewise.
1950 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1952 Support shell wildcards for 'set auto-load safe-path'.
1953 * auto-load.c: Include fnmatch.h.
1954 (filename_is_in_dir): Rename to ...
1955 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
1956 it. Update function comment. Rename dir_len to pattern_len. New
1957 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
1958 messages. Use gdb_filename_fnmatch.
1959 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
1961 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
1962 * defs.h (gdb_filename_fnmatch): New declaration.
1963 * utils.c: Include fnmatch.h.
1964 (gdb_filename_fnmatch): New function.
1966 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
1968 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
1969 `-probe' and `-probe-stap' options.
1971 2012-07-01 Yao Qi <yao@codesourcery.com>
1973 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
1974 always_inserted_off, and always_inserted_enums.
1975 Change always_inserted_mode's type to 'enum auto_boolean'.
1976 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
1978 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
1979 of add_setshow_enum_cmd.
1980 * infrun.c: Remove can_use_displaced_stepping_auto,
1981 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
1982 can_use_displaced_stepping_enum.
1983 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
1984 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
1985 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
1986 add_setshow_enum_cmd.
1988 2012-06-30 Doug Evans <dje@google.com>
1990 * dwarf2read.c (signatured_type): Make "per_cu" member first.
1991 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
1992 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
1994 2012-06-29 Doug Evans <dje@google.com>
1996 * linespec.c: #include "stack.h".
1997 (decode_line_with_current_source): Moved here from symtab.c and
1998 renamed from decode_line_spec. All callers updated.
1999 (decode_line_with_last_displayed): Moved here from breakpoint.c and
2000 renamed from decode_line_spec_1. All callers updated.
2001 * linespec.h (decode_line_with_current_source): Move declaration here
2002 from symtab.h and renamed from decode_line_spec.
2003 (decode_line_with_last_displayed): Move declaration here from symtab.h
2004 and renamed from decode_line_spec_1.
2005 * macrocmd.c: #include "linespec.h".
2006 * symtab.c: Remove #include "linespec.h".
2008 2012-06-28 Doug Evans <dje@google.com>
2010 * dwarf2read.c (get_cu_length): New function.
2011 (offset_in_cu_p, error_check_comp_unit_head): Call it.
2012 (create_debug_types_hash_table): Ditto.
2013 (init_cutu_and_read_dies): Ditto.
2014 (init_cutu_and_read_dies_no_follow): Ditto.
2016 * dwarf2read.c (dwarf2_find_base_address): Move definition.
2018 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
2019 (struct abbrev_table): Define.
2020 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
2022 (init_cutu_and_read_dies): Update.
2023 (abbrev_table_alloc_abbrev): New function. Replaces
2024 dwarf_alloc_abbrev. All callers updated.
2025 (abbrev_table_add_abbrev): New function.
2026 (abbrev_table_lookup_abbrev): New function. Replaces
2027 dwarf2_lookup_abbrev. All callers updated.
2028 (abbrev_table_read_table): New function. Contents moved here from
2029 dwarf2_read_abbrevs.
2030 (dwarf2_read_abbrevs): Call it.
2031 (abbrev_table_free): New function.
2032 (dwarf2_free_abbrev_table): Call it.
2034 2012-06-28 Stan Shebs <stan@codesourcery.com>
2036 * osdata.c (info_osdata_command): Filter out "Title" columns
2038 * common/linux-osdata.c (struct osdata_type): Add title field.
2039 (osdata_table): Add titles to each entry.
2040 (linux_command_xfer_osdata): Add a column for title data.
2042 2012-06-28 Stan Shebs <stan@codesourcery.com>
2044 Make logging work for MI.
2046 * interps.h (interp_set_logging_ftype): New typedef.
2047 (struct interp_procs): New field set_logging_proc.
2048 (current_interp_set_logging): Declare.
2049 * interps.c (current_interp_set_logging): New function.
2050 * cli/cli-logging.c: Include interps.h.
2051 (set_logging_redirect): Call current_interp_set_logging.
2052 (pop_output_files): Ditto.
2053 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
2054 * mi/mi-console.h (mi_console_set_raw): Declare.
2055 * mi/mi-console.c (mi_console_set_raw): New function.
2056 * mi/mi-interp.c (saved_raw_stdout): New global.
2057 (mi_set_logging): New function.
2058 (_initialize_mi_interp): Add it to interp procs.
2060 2012-06-28 Doug Evans <dje@google.com>
2062 * symtab.c (lookup_symbol_aux_objfile): Use
2063 ALL_OBJFILE_PRIMARY_SYMTABS.
2065 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
2067 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2069 * common/buffer.c: Include inttypes.h and stdint.h.
2070 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
2072 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2073 Pedro Alves <palves@redhat.com>
2075 * gdbthread.h (ALL_THREADS): New macro.
2076 (thread_list): Declare.
2077 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
2078 going, but instead fall through to the stepping handling.
2079 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
2080 the passed in signal. Adjust debug output.
2081 (resume_callback): Rename to ...
2082 (linux_nat_resume_callback): ... this. Pass the thread's last
2083 stop signal, if in "pass" state.
2084 (linux_nat_resume): Adjust to rename.
2085 (stop_wait_callback): New assertion. Don't respawn signals;
2086 instead let the LWP remain with SIGNALLED set.
2087 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
2088 * remote.c (append_pending_thread_resumptions): New.
2089 (remote_vcont_resume): Call it.
2090 * target.h (target_resume): Extend comment.
2092 2012-06-28 Iain Sandoe <iain@codesourcery.com>
2094 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
2096 2012-06-27 Doug Evans <dje@google.com>
2098 * dwarf2read.c (dwarf2_cu): Add ranges_base.
2099 Delete have_addr_base, unused. All uses updated.
2100 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
2101 (dwarf2_get_pc_bounds): Add ranges_base.
2102 (dwarf2_record_block_ranges): Ditto.
2104 2012-06-27 Tom Tromey <tromey@redhat.com>
2107 * varobj.c (varobj_create): Update.
2108 (varobj_set_value): Update.
2109 * tracepoint.c (validate_actionline): Update.
2110 (encode_actions_1): Update.
2111 * parse.c (parse_exp_1): Add 'pc' argument.
2112 (parse_exp_in_context): Add 'pc' argument. Change how
2113 expression_context_pc is set.
2114 (parse_expression): Update.
2115 (parse_field_expression): Update.
2116 * expression.h (parse_exp_1): Update.
2117 * eval.c (parse_to_comma_and_eval): Update.
2118 * breakpoint.c (set_breakpoint_condition): Update.
2119 (update_watchpoint): Update.
2120 (init_breakpoint_sal): Update
2121 (find_condition_and_thread): Update.
2122 (watch_command_1): Update.
2123 (update_breakpoint_locations): Update.
2124 * ada-lang.c (ada_read_renaming_var_value): Update.
2125 (create_excep_cond_exprs): Update.
2127 2012-06-27 Doug Evans <dje@google.com>
2129 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
2132 2012-06-26 Doug Evans <dje@google.com>
2134 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
2136 (error_check_comp_unit_head): New arg abbrev_section. All callers
2138 (read_and_check_comp_unit_head): Ditto.
2139 (read_and_check_type_unit_head): Ditto.
2141 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2143 New attribute 'last' for gdb.Symtab_and_line.
2144 * NEWS (Python Scripting): Add entry about the new attribute.
2145 * python/py-symtab.c (salpy_get_last): New function which
2146 implements the get method for the 'last' attribute of
2147 gdb.Symtab_and_line.
2148 (sal_object_getset): Add entry for the 'last' attribute.
2150 2012-06-26 Doug Evans <dje@google.com>
2152 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
2153 (dwo_sections): Add macinfo, macro.
2154 (dwarf2_locate_dwo_sections): Watch for macro sections.
2155 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
2156 All callers updated. Handle DWO files.
2158 * NEWS: Mention new options "set debug dwarf2-read" and
2159 "set debug symtab-create".
2160 * dwarf2read.c (dwarf2_read_debug): New static global.
2161 (dwarf2_build_psymtabs_hard): Add debugging printfs.
2162 (process_queue): Ditto.
2163 (process_full_comp_unit): Ditto.
2164 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
2165 * elfread.c (elf_symfile_read): Add debugging printf.
2166 * minsyms.c (install_minimal_symbols): Ditto.
2167 * psymtab.c (allocate_psymtab): Ditto.
2168 * symfile.c (allocate_symtab): Ditto.
2169 * symtab.c (symtab_create_debug): New global.
2170 (_initialize_symtab): Add new option "set debug symtab-create".
2171 * symtab.h (symtab_create_debug): Declare.
2173 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
2174 (lookup_dwo_type_unit): Ditto.
2176 2012-06-26 Roland McGrath <roland@hack.frob.com>
2177 H.J. Lu <hongjiu.lu@intel.com>
2179 * amd64-linux-nat.c: Include <sys/user.h>.
2180 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
2181 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
2182 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
2184 * configure.ac: Check if the fs_base and gs_base members of
2185 `struct user_regs_struct' exist.
2186 * config.in: Regenerated.
2187 * configure: Likewise.
2189 2012-06-25 Michael Eager <eager@eagercon.com>
2192 * python/python.c (gdbpy_write): Check for interrupted output.
2194 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
2196 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
2197 register as a stack alignment in ARM mode.
2199 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2201 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
2202 * gnulib/config.in: Regenerate.
2203 * gnulib/configure: Likewise.
2204 * gnulib/import/m4/extensions.m4: Update it.
2205 * gnulib/import/m4/gnulib-common.m4: Likewise.
2206 * gnulib/import/m4/memmem.m4: Likewise.
2207 * gnulib/import/m4/mmap-anon.m4: Likewise.
2208 * gnulib/import/m4/multiarch.m4: Likewise.
2209 * gnulib/import/stdint.in.h: Likewise.
2211 2012-06-24 Yao Qi <yao@codesourcery.com>
2213 * corefile.c (write_memory_with_notification): New.
2214 * gdbcore.h: Declare write_memory_with_notification.
2215 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
2216 'observer_notify_memory_changed' with 'write_memory_with_notification'.
2217 * valops.c (value_assign): Likewise.
2218 * python/py-inferior.c (infpy_write_memory): Call
2219 'write_memory_with_notification'.
2221 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2223 * cc-with-index.sh: Use also -ex "set auto-load no".
2225 2012-06-23 Doug Evans <dje@google.com>
2228 * NEWS: Document additions to .gdb_index.
2229 * dwarf2read.c: #include "gdb/gdb-index.h".
2230 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
2231 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
2232 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
2233 (dwarf2_read_index): Recognize version 7.
2234 (dw2_do_expand_symtabs_matching): New args want_specific_block,
2235 block_kind, domain): All callers updated.
2236 (dw2_find_symbol_file): Handle new index CU values.
2237 (dw2_expand_symtabs_matching): Match symbol kind if requested.
2238 (add_index_entry): New args is_static, kind. All callers updated.
2239 (offset_type_compare, uniquify_cu_indices): New functions
2240 (symbol_kind): New function.
2241 (write_psymtabs_to_index): Remove duplicate CU values.
2242 (write_psymtabs_to_index): Write .gdb_index version 7.
2244 2012-06-22 Joel Brobecker <brobecker@adacore.com>
2246 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
2247 * configure: Regenerate.
2249 2012-06-20 Yao Qi <yao@codesourcery.com>
2251 * python/py-inferior.c: Update comments of infpy_read_memory
2252 and infpy_write_memory.
2254 2012-06-19 Tom Tromey <tromey@redhat.com>
2257 * parser-defs.h (insert_type, insert_type_address_space): Declare.
2258 (push_type_address_space): Remove.
2259 * parse.c (insert_into_type_stack): New function.
2260 (insert_type): Likewise.
2261 (insert_type_address_space): Rename from push_type_address_space.
2262 Insert tp_space_identifier.
2263 * c-exp.y (ptr_operator): New production.
2264 (abs_decl): Use ptr_operator.
2265 (space_identifier): Call insert_type_address_space.
2266 (ptype): Don't use const_or_volatile_or_space_identifier.
2267 (const_or_volatile_noopt): Call insert_type.
2268 (conversion_type_id, conversion_declarator): New productions.
2269 (operator): Use conversion_type_id.
2271 2012-06-18 Doug Evans <dje@google.com>
2273 * symtab.h (minimal_symbol): New member created_by_gdb.
2274 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
2276 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
2277 (search_symbols): Call it instead of lookup_symbol.
2278 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
2280 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
2281 Adjust address for DW_OP_GNU_addr_index.
2282 * dwarf2expr.h (dwarf_expr_context): Update comment.
2283 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
2284 all callers updated. Handle TLS vars described with
2285 DW_OP_GNU_const_index.
2286 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
2287 and DW_OP_GNU_const_index.
2288 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
2290 * block.c (find_block_in_blockvector): Make explicit the fact that we
2291 ignore GLOBAL_BLOCK.
2293 2012-06-18 Tom Tromey <tromey@redhat.com>
2295 * c-exp.y (operator): Remove trailing space after "delete" and
2298 2012-06-18 Mark Kettenis <kettenis@gnu.org>
2299 Jan Kratochvil <jan.kratochvil@redhat.com>
2301 Switch i386 and derived targets to ON_STACK.
2302 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
2303 (amd64_dicos_init_abi): Remove its installment.
2304 * dicos-tdep.c (dicos_init_abi): Remove the
2305 set_gdbarch_call_dummy_location call. Update the comment here.
2306 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
2307 (i386_dicos_init_abi): Remove its installment.
2308 * i386-tdep.c (i386_push_dummy_code): New function.
2309 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
2310 i386_push_dummy_code.
2312 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2314 Remove stale dummy frames.
2315 * breakpoint.c: Include dummy-frame.h.
2316 (longjmp_breakpoint_ops): New variable.
2317 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
2318 bp_longjmp_call_dummy.
2319 (bpstat_what, bptype_string, print_one_breakpoint_location)
2320 (init_bp_location): Support bp_longjmp_call_dummy.
2321 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
2322 (set_longjmp_breakpoint_for_call_dummy)
2323 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
2325 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
2326 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
2327 FIXME comment and extend the other comment for bp_call_dummy.
2328 (set_longjmp_breakpoint_for_call_dummy)
2329 (check_longjmp_breakpoint_for_call_dummy): New declarations.
2330 * dummy-frame.c: Include gdbthread.h.
2331 (pop_dummy_frame_bpt): New function.
2332 (pop_dummy_frame): Call pop_dummy_frame_bpt.
2333 (dummy_frame_discard): New function.
2334 (cleanup_dummy_frames): Update the comment about longjmps.
2335 * dummy-frame.h (dummy_frame_discard): New declaration.
2336 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
2337 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
2338 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
2339 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
2340 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
2341 keep_going if IS_LONGJMP and there is no other reason to stop.
2343 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
2345 * remote-sim.c (sim_command_completer): Initialize
2348 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2350 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
2351 * dwarf2loc.c (call_site_parameter_matches): Support
2352 CALL_SITE_PARAMETER_PARAM_OFFSET.
2353 (needs_dwarf_reg_entry_value): Push stub value.
2354 * dwarf2read.c (read_call_site_scope): New variable origin. Support
2355 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
2356 * gdbtypes.h (enum call_site_parameter_kind): New item
2357 CALL_SITE_PARAMETER_PARAM_OFFSET.
2358 (struct call_site.parameter.u): New field param_offset.
2360 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2362 Code cleanup: Generalize call_site.parameter key.
2363 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
2364 variable dwarf_reg. New variable kind_u. Update parameters to
2365 push_dwarf_reg_entry_value.
2366 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
2367 * dwarf2expr.h (enum call_site_parameter_kind)
2368 (union call_site_parameter_u): Forward declarations.
2369 (struct dwarf_expr_context_funcs): Update parameters and their
2370 description for push_dwarf_reg_entry_value.
2371 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
2372 * dwarf2loc.c (call_site_parameter_matches): New function.
2373 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
2374 description. Use call_site_parameter_matches.
2375 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
2376 Update parameters and their description.
2377 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
2378 New variable kind_u. Adjust the caller for updated parameters.
2379 (needs_dwarf_reg_entry_value): Update parameters.
2380 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
2381 instead of attr. Update for the changed fields of struct
2382 call_site_parameter.
2383 * gdbtypes.h: Include dwarf2expr.h.
2384 (enum call_site_parameter_kind): New.
2385 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
2386 fb_offset into new union u.
2388 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
2390 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
2391 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
2394 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
2396 * amd64-linux-nat.c (compat_x32_clock_t): New.
2397 (compat_x32_siginfo_t): Likewise.
2398 (compat_x32_siginfo_from_siginfo): Likewise.
2399 (siginfo_from_compat_x32_siginfo): Likewise.
2400 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
2401 and siginfo_from_compat_x32_siginfo for x32.
2403 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
2405 * tracepoint.c (tfile_xfer_partial): Add a lseek.
2407 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
2409 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
2410 instead of gdbarch_ptr_bit.
2411 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
2412 (amd64_supply_native_gregset): Likewise.
2413 (amd64_collect_native_gregset): Likewise.
2414 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
2415 (amd64_supply_xsave): Likewise.
2416 (amd64_collect_fxsave): Likewise.
2417 (amd64_collect_xsave): Likewise.
2419 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
2421 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
2422 (amd64_linux_read_description): Check DS segment register for
2425 2012-06-15 Tom Tromey <tromey@redhat.com>
2427 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
2428 init_cutu_and_read_dies.
2430 2012-06-15 Iain Sandoe <iain@codesourcery.com>
2432 * MAINTAINERS (Write After Approval): Add myself to the list.
2434 2012-06-15 Tom Tromey <tromey@redhat.com>
2436 * valops.c (value_find_oload_method_list): Now static.
2437 * value.h (value_find_oload_method_list): Don't declare.
2439 2012-06-15 Tom Tromey <tromey@redhat.com>
2441 * valops.c (find_overload_match): Use value_ind.
2443 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
2445 * infrun.c (handle_inferior_event): Correct indentation.
2447 2012-06-14 Doug Evans <dje@google.com>
2449 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
2450 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
2452 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
2453 updated. Handle DEBUG_LOC_START_LENGTH.
2454 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
2455 (loclist_describe_location): Ditto.
2457 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
2460 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
2461 after hiding inline functions.
2463 2012-06-13 Joel Brobecker <brobecker@adacore.com>
2465 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
2466 _initialize_inf_ttrace.
2468 2012-06-13 Joel Brobecker <brobecker@adacore.com>
2470 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
2471 _initialize_hppa_hpux_nat.
2473 2012-06-13 Joel Brobecker <brobecker@adacore.com>
2475 * remote-sim.c (sim_command_completer): Change type of return
2476 value to "VEC (char_ptr) *". Adjust implementation accordingly.
2478 2012-06-13 Mark Kettenis <kettenis@gnu.org>
2479 Jan Kratochvil <jan.kratochvil@redhat.com>
2482 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
2483 stack on a 16-byte boundary.
2485 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
2487 * jit.c (finalize_symtab): Set function's return type to 'void' by
2490 2012-06-13 Mark Kettenis <kettenis@gnu.org>
2491 H.J. Lu <hongjiu.lu@intel.com>
2493 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
2494 Move bits common to both the classic LP64 and the new x32 ILP32
2496 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
2497 (amd64_x32_linux_init_abi): New function.
2498 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
2501 * i386-tdep.h (i386_pseudo_register_name): New prototype.
2502 * i386-tdep.c (i386_pseudo_register_name): Make public.
2503 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
2504 * amd64-tdep.c (amd64_dword_names): Add "eip".
2505 (amd64_x32_pseudo_register_type): New function
2506 (amd64_x32_init_abi): New function.
2508 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2511 * inferior.h (struct inferior_suspend_state): Comment out.
2512 (struct inferior): Comment out the field suspend.
2513 * infrun.c (struct infcall_suspend_state): Comment out the field
2515 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
2518 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2520 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
2521 * c-exp.y (classify_inner_name): Remove caller assumptions in the
2522 function comment. Return ERROR for unresolved cases. Implement
2523 returning proper NAME.
2524 (yylex): Accept also NAME from classify_inner_name.
2525 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
2526 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
2528 * cp-support.h (cp_lookup_nested_type): Update its declaration.
2530 2012-06-13 Tom Tromey <tromey@redhat.com>
2532 * breakpoint.c (condition_completer): New function.
2533 (_initialize_breakpoint): Use it.
2534 * value.c (complete_internalvar): New function.
2535 * value.h (complete_internalvar): Declare.
2537 2012-06-13 Tom Tromey <tromey@redhat.com>
2539 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
2540 * breakpoint.c (catch_syscall_completer): Return a VEC.
2541 * cli/cli-cmds.c (complete_command): Update.
2542 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
2543 (complete_on_enum): Likewise.
2544 * command.h: Include gdb_vecs.h.
2545 (completer_ftype): Change return type.
2546 (complete_on_cmdlist, complete_on_enum): Likewise.
2547 * completer.c (noop_completer, filename_completer)
2548 (location_completer): Return a VEC.
2549 (add_struct_fields): Remove 'nextp' argument. Change 'output'
2551 (expression_completer, complete_line_internal, complete_line)
2552 (command_completer): Return a VEC.
2553 (gdb_completion_word_break_characters, line_completion_function):
2555 * completer.h: Include gdb_vecs.h.
2556 (complete_line, noop_completer, filename_completer)
2557 (expression_completer, location_completer, command_completer):
2559 * f-lang.c (f_word_break_characters): Return a VEC.
2560 * interps.c (interpreter_completer): Return a VEC.
2561 * language.h (struct language_defn)
2562 <la_make_symbol_completion_list>: Return a VEC.
2563 * python/py-cmd.c (cmdpy_completer): Return a VEC.
2564 * symtab.c (free_completion_list): Take a VEC.
2565 (return_val_size, return_val_index): Remove.
2566 (return_val): Now a VEC.
2567 (completion_list_add_name): Update.
2568 (default_make_symbol_completion_list_break_on)
2569 (default_make_symbol_completion_list, make_symbol_completion_list)
2570 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
2572 (add_filename_to_list): Update.
2573 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
2575 (maybe_add_partial_symtab_filename): Update.
2576 (make_source_files_completion_list): Return a VEC.
2577 * symtab.h (default_make_symbol_completion_list_break_on)
2578 (default_make_symbol_completion_list, make_symbol_completion_list)
2579 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
2580 (make_source_files_completion_list): Update.
2582 2012-06-13 Tom Tromey <tromey@redhat.com>
2584 * breakpoint.c (add_catch_command): Use completer_ftype.
2585 * breakpoint.h: Include command.h.
2586 (add_catch_command): Use completer_ftype.
2587 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
2588 * cli/cli-decode.h (struct cmd_list_element) <completer>:
2589 Use completer_ftype.
2590 * command.h (completer_ftype): New typedef.
2591 (set_cmd_completer): Use it.
2592 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
2595 2012-06-13 Pedro Alves <palves@redhat.com>
2597 Partial revert of previous change.
2599 * serial.c (scb_base): New global.
2600 (serial_for_fd): New.
2601 (serial_open, serial_fdopen_ops): Link new serial in open serials
2603 (do_serial_close): Unlink serial from the open serials chain.
2605 2012-06-12 Pedro Alves <palves@redhat.com>
2607 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
2609 (prepare_for_detach): No longer context switch here in non-stop
2611 (fetch_inferior_event): Ditto.
2612 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
2613 to the event thread before removing breakpoints. Switch to the
2614 event thread before inserting breakpoints and resuming.
2615 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
2616 event thread before resuming.
2617 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
2618 Switch to the event thread before removing breakpoints.
2620 2012-06-12 Eli Zaretskii <eliz@gnu.org>
2622 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
2623 special characters correctly for the Windows shells. See
2624 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
2626 [!__MINGW32__]: Remove extra double quote character from special
2629 2012-06-11 Stan Shebs <stan@codesourcery.com>
2631 * ui-out.h: Remove #if 0 declarations.
2632 * ui-out.c: Remove #if 0 functions.
2634 2012-06-11 Pedro Alves <palves@redhat.com>
2636 * ser-base.c (run_async_handler_and_reschedule): New.
2637 (fd_event, push_event): Use it.
2638 * serial.c (serial_open, serial_fdopen_ops): Set the initial
2639 reference count to 1.
2640 (do_serial_close): Set the bufp field to NULL. Use serial_unref
2642 (serial_is_open, serial_ref, serial_unref): New.
2643 * serial.h (serial_open): Adjust comment.
2644 (serial_is_open): Declare.
2645 (serial_close): Adjust comment.
2646 (serial_ref, serial_unref) Declare.
2647 (struct serial): New field 'refcnt'.
2649 2012-06-11 Pedro Alves <palves@redhat.com>
2651 Remove #if 0'd "connect" command, and unnecessary associated
2652 refcounting and serial reuse bits.
2654 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
2655 * serial.c (last_serial_opened): Delete.
2657 (serial_open): Adjust.
2658 (serial_for_fd): Delete.
2659 (serial_fdopen_ops, do_serial_close): Adjust.
2660 (serial_fdopen_ops): Adjust.
2662 2012-06-11 Pedro Alves <palves@redhat.com>
2664 * serial.c (do_serial_close): Remove early return when SCB is
2667 2012-06-11 Tom Tromey <tromey@redhat.com>
2669 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
2671 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2673 Fix regression by the "ambiguous linespec" series.
2674 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
2675 get_last_displayed_symtab and get_last_displayed_line and depending
2678 2012-06-11 Tom Tromey <tromey@redhat.com>
2680 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
2681 (dw2_find_symbol_file): Use it.
2683 2012-06-11 Michael Eager <eager@eagercon.com>
2685 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
2686 * mips-linux-tdep.h (mips_signals): New
2688 2012-06-11 Tom Tromey <tromey@redhat.com>
2690 * infrun.c (handle_inferior_event)
2691 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
2693 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
2694 exception logic in all cases. Update comments.
2695 (insert_longjmp_resume_breakpoint): Set the exception resume
2698 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
2700 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
2702 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
2704 * valarith.c (binop_types_user_defined_p): Fix a typo.
2706 2012-06-08 Yao Qi <yao@codesourcery.com>
2707 Chung-Lin Tang <cltang@codesourcery.com>
2709 * arch-utils.c (default_return_in_first_hidden_param_p): New.
2710 * arch-utils.h: Declare.
2711 * gdbarch.sh: Add return_in_first_hidden_param_p.
2712 * gdbarch.c, gdbarch.h: Regenerated.
2713 * infcall.c (call_function_by_hand): Call
2714 gdbarch_return_in_first_hidden_param_p instead of
2715 language_pass_by_reference.
2717 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
2718 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
2719 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
2720 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
2721 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
2722 `cplus_return_struct_by_reference'.
2723 (tic6x_return_value): Handle language cplusplus.
2724 (tic6x_return_in_first_hidden_param_p): New.
2725 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
2727 2012-06-07 Doug Evans <dje@google.com>
2729 * dwarf2read.c (dwarf2_cu): Add comment.
2731 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
2733 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
2735 (mips_eabi_push_dummy_call): Likewise.
2736 (mips_n32n64_push_dummy_call): Likewise.
2737 (mips_o32_push_dummy_call): Likewise.
2738 (mips_o64_push_dummy_call): Likewise.
2740 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
2742 * mips-tdep.c (mips_convert_register_p): Correct coding style.
2744 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
2746 * mips-tdep.c (mips_pseudo_register_type): Use
2747 mips_float_register_p.
2749 2012-06-06 Pedro Alves <palves@redhat.com>
2751 * infrun.c (handle_inferior_event): Remove calls to
2752 reinit_frame_cache that follow a context_switch call.
2754 2012-06-06 Pedro Alves <palves@redhat.com>
2756 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
2757 context_switch and remove stale comment.
2759 2012-06-06 Pedro Alves <palves@redhat.com>
2761 * infrun.c (struct execution_control_state): Remove
2762 `new_thread_event' field.
2763 (handle_inferior_event): Simplify new threads handling; don't
2764 resume the inferior if we find a new thread.
2766 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2768 * NEWS: Document the deprecation of SH's 'regs' command.
2769 * inferior.h (all_registers_info): Add function declaration.
2770 * sh-tdep.c (sh_show_regs): Remove variable.
2771 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
2772 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
2773 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
2774 (sh_show_regs_command): Remove functions.
2775 (sh_gdbarch_init): Don't set sh_show_regs.
2776 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
2777 'info all-registers'.
2778 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
2779 (sh64_show_regs): Remove functions.
2780 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
2782 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2784 * configure.ac: Move development=true below AC_INIT.
2785 * configure: Regenerate.
2787 2012-06-05 Stan Shebs <stan@codesourcery.com>
2789 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
2792 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
2794 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
2795 argument as ssize_t.
2796 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
2797 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
2798 * target.c (target_read_stack, target_write_memory)
2799 (target_write_raw_memory): Likewise.
2800 * target.h (target_read_stack, target_write_memory)
2801 (target_write_raw_memory): Likewise.
2803 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2805 * symfile-mem.c: Change gdb_static_assert to ssize_t.
2806 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
2807 * target.c (target_read_memory): Change LEN to ssize_t.
2808 * target.h (target_read_memory): Change LEN to ssize_t.
2810 2012-06-05 Pedro Alves <palves@redhat.com>
2814 * breakpoint.c (until_break_command): Only fetch the selected
2815 frame after decode_line_1.
2817 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
2819 * solib-svr4.c (enable_break): Don't fallback to setting the solib
2820 event breakpoint at _start, __start or main if a program
2821 interpreter is not found.
2823 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2825 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
2827 * windows-tdep.c: #include "objfiles.h".
2828 (windows_iterate_over_objfiles_in_search_order): New function.
2829 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
2830 iterate_over_objfiles_in_search_order gdbarch method to
2831 windows_iterate_over_objfiles_in_search_order.
2832 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
2834 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2836 * gdbarch.sh: Add generation of
2837 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
2838 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
2839 (iterate_over_objfiles_in_search_order): New gdbarch method.
2840 * gdbarch.h, gdbarch.c: Regenerate.
2841 * objfiles.h (default_iterate_over_objfiles_in_search_order):
2843 * objfiles.c (default_iterate_over_objfiles_in_search_order):
2845 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
2846 out of lookup_symbol_aux_symtabs.
2847 (lookup_symbol_aux_symtabs): Replace extracted-out code by
2848 call to lookup_symbol_aux_objfile.
2849 (struct global_sym_lookup_data): New type.
2850 (lookup_symbol_global_iterator_cb): New function.
2851 (lookup_symbol_global): Search for symbol using
2852 gdbarch_iterate_over_objfiles_in_search_order and
2853 lookup_symbol_global_iterator_cb.
2854 * findvar.c (struct minsym_lookup_data): New type.
2855 (minsym_lookup_iterator_cb): New function.
2856 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
2857 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
2858 and minsym_lookup_iterator_cb.
2860 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2862 Revert the following patch:
2863 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
2864 try locating the symbol in the symbol's own objfile first, before
2865 extending the search to all objfiles.
2866 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
2867 out of lookup_symbol_aux_symtabs.
2868 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
2869 Replace extracted-out code by call to lookup_symbol_aux_objfile.
2870 Do not search EXCLUDE_OBJFILE.
2871 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
2872 (lookup_symbol_global): Search for matches in the block's objfile
2873 first, before searching all other objfiles.
2875 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2877 * breakpoint.c (find_condition_and_thread): Stop parsing
2878 as soon as the first invalid keyword is found.
2880 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2882 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
2884 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2886 * config/djgpp/djcheck.sh: Add copyright header.
2888 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2890 * copyright.py (update_files, main): Fix path to update-copyright
2893 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2895 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
2896 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
2897 for which a reminder to update by hand is printed.
2899 2012-06-04 Doug Evans <dje@google.com>
2901 * buildsym.c (make_blockvector): Add comment.
2903 2012-06-04 Pedro Alves <palves@redhat.com>
2905 * arch-utils.c (default_gdb_signal_from_target): Delete.
2906 * arch-utils.h (default_gdb_signal_from_target): Delete.
2907 * corelow.c (core_open) <signal mapping>: Extended comment. Check
2908 gdbarch_gdb_signal_from_target_p.
2909 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
2911 * gdbarch.h: Regenerate.
2912 * gdbarch.c: Regenerate.
2914 2012-06-04 Pedro Alves <palves@redhat.com>
2916 * gdbarch.sh (gdb_signal_from_target): Mention that the
2917 implementation of the method must be host independent.
2918 * gdbarch.h: Regenerate.
2920 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2922 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
2924 (target_read_memory_bfd): New function.
2925 (symbol_file_add_from_memory): Use it.
2927 2012-06-03 Doug Evans <dje@google.com>
2929 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
2931 (basic_lookup_transparent_type): Ditto.
2933 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
2934 (ALL_PRIMARY_SYMTABS): Use it.
2935 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
2936 * dwarf2read.c (dw2_find_symbol_file): Ditto.
2937 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
2938 * symtab.c (lookup_symbol_aux_objfile): Ditto.
2939 (basic_lookup_transparent_type): Ditto.
2941 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
2943 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
2944 it to optimize resolution of demangled name.
2946 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2948 * configure.ac (development): Define new variable.
2949 Call AC_CHECK_LIB for mcheck if $development.
2950 (ERROR_ON_WARNING): Enable it by default only if $development.
2951 * config.in: Regenerate.
2952 * configure: Regenerate.
2954 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
2956 * target.c (target_read_memory): Make LEN argument as size_t.
2957 * target.h (target_read_memory): Likewise.
2959 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2961 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
2963 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
2965 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
2966 BookE interface for PowerPC server processors if not available
2967 in the Linux Kernel.
2969 2012-05-31 Keith Seitz <keiths@redhat.com>
2971 * linespec.c (decode_objc): Add cleanup to free
2973 (find_linespec_symbols): Add cleanup to free CLASSES.
2974 * symfile.c (find_separate_debug_file_by_debuglink): Add
2975 cleanup to free DEBUGLINK.
2976 * ui-out.c (clear_header_list): No need to check if
2977 HEADER_NEXT.COLHDR is NULL.
2978 Free HEADER_NEXT.COL_NAME.
2980 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2982 * ada-lang.c (standard_lookup): Prevent uninitialized variable
2985 2012-05-30 Jeff Kenton <jkenton@tilera.com>
2987 * configure.host (gdb_host_cpu): Handle tilegx*.
2988 (gdb_host): Handle tilegx-*-linux*.
2989 * tilegx-linux-nat.c: New file.
2990 * config/tilegx/linux.mh: New file.
2992 2012-05-30 Jeff Kenton <jkenton@tilera.com>
2994 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
2995 tilegx-linux-tdep.o.
2996 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
2997 tilegx-linux-tdep.c.
2998 * configure.tgt: Handle tilegx-*-linux*.
2999 * tilegx-tdep.h: New file.
3000 * tilegx-tdep.c: New file.
3001 * tilegx-linux-tdep.c: New file.
3002 * regformats/reg-tilegx.dat: New file.
3004 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
3006 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
3007 accounting of hw watchpoints on ppc.
3009 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3011 * source.c (openp): Expand tilde in path entries.
3013 2012-05-29 Doug Evans <dje@google.com>
3015 * buildsym.c (block_compar): Fix comment.
3016 (end_symtab): Fix and clarify some comments.
3018 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
3019 cleanup_undefined_types.
3020 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
3021 All callers updated.
3023 2012-05-29 Tom Tromey <tromey@redhat.com>
3025 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
3027 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
3028 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
3030 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
3033 2012-05-29 Tristan Gingold <gingold@adacore.com>
3035 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
3036 (struct darwin_info): ... New struct.
3037 (solib_darwin_pspace_data): New variable.
3038 (darwin_pspace_data_cleanup): New function.
3039 (get_darwin_info): Likewise.
3040 (darwin_dyld_version_ok, darwin_load_image_infos)
3041 (darwin_solib_get_all_image_info_addr_at_init)
3042 (darwin_solib_read_all_image_info_addr): Add info argument.
3044 (darwin_current_sos): Use per pspace structure.
3045 (darwin_solib_create_inferior_hook): Likewise.
3046 (darwin_clear_solib): Likewise.
3047 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
3049 2012-05-28 Pedro Alves <palves@redhat.com>
3051 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
3052 block that uses them. Clear ecss before handling each event.
3054 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3056 * solib-svr4.c (svr4_current_sos): New comment on
3057 svr4_current_sos_via_xfer_libraries fall back.
3059 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3061 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
3062 it as a fallback for TYPE_IS_OPAQUE.
3063 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
3064 symbols for lookup_symbol.
3066 2012-05-24 John Steele Scott <toojays@toojays.net>
3068 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
3069 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
3070 (producer_is_gxx_lt_4_6): Move the checking and caching to...
3071 (check_producer): ... this new function, which also checks for ICC
3072 and caches the result.
3073 (producer_is_icc): New function.
3074 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
3077 2012-05-24 Pedro Alves <palves@redhat.com>
3081 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
3082 (default_gdb_signal_to_target): ... this. Add comment.
3083 (default_gdb_signal_from_host): Rename to ...
3084 (default_gdb_signal_from_target): ... this. Add comment.
3085 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
3086 (default_gdb_signal_to_target): ... this.
3087 (default_gdb_signal_from_host): Rename to ...
3088 (default_gdb_signal_from_target): ... this.
3089 * corelow.c (core_open): Adjust to naming change. Replace comment.
3090 * gdbarch.sh (gdb_signal_from_host): Rename to ...
3091 (gdb_signal_from_target): ... this. Adjust to
3092 default_gdb_signal_from_host naming change. Extend comment.
3093 (gdb_signal_to_host): Rename to ...
3094 (gdb_signal_to_target): ... this. Adjust to
3095 default_gdb_signal_to_host naming change.
3096 * gdbarch.h, gdbarch.c: Renegerate.
3098 2012-05-24 Pedro Alves <palves@redhat.com>
3102 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
3104 2012-05-24 Pedro Alves <palves@redhat.com>
3108 Replace target_signal with gdb_signal throughout.
3110 2012-05-24 Pedro Alves <palves@redhat.com>
3114 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
3115 string, instead of reusing the va_list argument.
3117 2012-05-24 Tom Tromey <tromey@redhat.com>
3119 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
3122 2012-05-23 Doug Evans <dje@google.com>
3124 * symtab.c (search_symbols): Formatting fixes.
3125 (print_symbol_info): Formatting fixes.
3127 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
3128 int64_t change to leb128 API.
3129 (read_encoded_value, decode_frame_entry_1): Ditto.
3130 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
3131 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
3132 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
3133 (execute_stack_op): Ditto.
3134 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
3135 (safe_read_uleb128, safe_read_sleb128): Ditto.
3136 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
3137 (dwarf2_compile_expr_to_ax): Ditto.
3138 (locexpr_describe_location_piece): Ditto.
3139 (disassemble_dwarf_expression): Ditto.
3140 (locexpr_describe_location_1): Ditto.
3142 2012-05-23 Stan Shebs <stan@codesourcery.com>
3143 Kwok Cheung Yeung <kcy@codesourcery.com>
3145 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
3146 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
3147 (mi-cmd-info.o): New rule.
3148 * osdata.h (info_osdata_command): New declaration.
3149 * osdata.c (info_osdata_command): Change to non-static.
3150 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
3151 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
3152 * mi/mi-cmd-info.c: New file.
3154 2012-05-23 Doug Evans <dje@google.com>
3156 * symtab.c (search_symbols): Pass NULL for file_matcher to
3157 expand_symtabs_matching if there are no files to match.
3159 * gdbtypes.c (lookup_typename): Simplify.
3161 2012-05-23 Pedro Alves <palves@redhat.com>
3163 * arch-utils.h (default_target_signal_to_host): Delete.
3164 * arch-utils.c (default_target_signal_to_host): Delete.
3165 * gdbarch.sh (target_signal_to_host): Remove.
3166 * gdbarch.h, gdbarch.c: Regenerate.
3168 2012-05-22 Doug Evans <dje@google.com>
3170 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
3172 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
3173 (execute_cfa_program): Update to match API of leb128 functions.
3174 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
3176 (read_unsigned_leb128, read_signed_leb128): Delete.
3177 (read_initial_length): Change type of buf argument to
3179 (read_encoded_value): Update to match API of leb128 functions.
3180 (decode_frame_entry): Change result to "const gdb_byte *", and
3181 similarly for "start" parameter.
3182 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
3183 (dwarf2_build_frame_info): Change local frame_ptr to
3185 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
3186 read_uleb128, read_sleb128. All callers updated.
3187 (safe_skip_leb128): New function.
3188 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
3189 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
3190 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
3191 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
3192 read_uleb128, read_sleb128.
3193 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
3194 (execute_stack_op): Update to match API of leb128 functions.
3195 * dwarf2expr.h: #include "leb128.h".
3196 (read_uleb128, read_sleb128): Delete.
3197 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
3198 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
3199 * dwarf2loc.c (debug_loc_kind): New enum.
3200 (decode_debug_loc_addresses): New function.
3201 (decode_debug_loc_dwo_addresses): New function.
3202 (dwarf2_find_location_expression): Rewrite.
3203 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
3204 (locexpr_describe_location_piece): Ditto.
3205 (disassemble_dwarf_expression): Ditto.
3206 (locexpr_describe_location_1): Ditto.
3207 (loclist_describe_location): Rewrite.
3208 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
3209 * dwarf2read.c (die_reader_specs): New member "buffer_end".
3210 (dwarf2_section_buffer_overflow_complaint): Renamed from
3211 dwarf2_macros_too_long_complaint. All callers updated.
3212 (skip_leb128): Delete.
3213 (init_cu_die_reader): Initialize reader->buffer_end.
3214 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
3215 (skip_form_bytes): New arg buffer_end. All callers updated.
3216 Replace call to skip_leb128 with gdb_skip_leb128.
3217 (skip_unknown_opcode): New arg mac_end. All callers updated.
3218 (fill_in_loclist_baton): Initialize baton->from_dwo.
3220 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
3222 * mips-linux-nat.c (mips_linux_read_description): Use a more
3223 verbose error message.
3225 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
3227 * NEWS: Add MIPS/Linux DSP support.
3228 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
3229 (SIGCONTEXT_DSPCTL): New macro.
3230 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
3231 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
3232 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
3233 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
3234 (N64_SIGCONTEXT_HI3): Likewise.
3235 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
3236 (N64_SIGCONTEXT_LO3): Likewise.
3237 (N64_SIGCONTEXT_DSPCTL): Likewise.
3238 (N64_SIGCONTEXT_FPCSR): Clarify definition.
3239 (mips_linux_o32_sigframe_init): Handle DSP registers.
3240 (mips_linux_n32n64_sigframe_init): Likewise.
3242 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
3244 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
3247 2012-05-22 Pedro Alves <palves@redhat.com>
3249 * target.h (store_waitstatus): Move declaration ...
3250 * inf-child.h (store_waitstatus): ... here.
3251 * target.c: Move inclusion of gdb_wait.h, and ...
3252 (store_waitstatus): ... this ...
3253 * inf-child.c: ... here.
3254 * linux-nat.c: Include inf-child.h.
3255 * rs6000-nat.c: Include inf-child.h.
3256 * spu-linux-nat.c: Include inf-child.h.
3258 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
3260 * tracepoint.c (start_tracing): Add missing i18n markup.
3261 (stop_tracing, set_trace_user): Ditto.
3262 (set_trace_notes, set_trace_stop_notes): Ditto.
3264 2012-05-21 Tom Tromey <tromey@redhat.com>
3267 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
3269 * value.h (value_cast_pointers): Update.
3270 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
3271 (value_cast): Update.
3272 (update_search_result): New function.
3273 (do_search_struct_field): New, from search_struct_field. Check
3274 for ambiguous results.
3275 (search_struct_field): Rewrite.
3276 * infcall.c (value_arg_coerce): Update.
3277 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
3278 value_cast_pointers.
3279 * ada-lang.c (ada_convert_actual): Update.
3281 2012-05-21 Tom Tromey <tromey@redhat.com>
3283 * macroexp.c (macro_stringify): Terminate the string.
3285 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3287 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
3289 * auto-load.c (auto_load_expand_dir_vars): New function.
3290 (auto_load_safe_path_vec_update): Use it, remove the
3291 substitute_path_component call thanks to it.
3292 (auto_load_objfile_script): Remove the debug_file_directory processing.
3293 Use auto_load_expand_dir_vars, remove the substitute_path_component
3295 * configure: Regenerate.
3296 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
3297 path. Escape $ also for $debugdir.
3298 (--with_auto_load_safe_path): Escape $ also for $debugdir.
3299 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
3301 2012-05-20 Doug Evans <dje@google.com>
3303 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
3304 before use. Check for symtab->includes == NULL before scanning it.
3306 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
3308 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
3310 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
3312 * NEWS: Add microMIPS support and "set mips compression",
3313 "show mips compression" commands.
3314 * mips-tdep.h (mips_isa): New enum.
3315 (gdbarch_tdep): Add mips_isa.
3316 (mips_pc_is_mips16): Update prototype.
3317 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
3318 * mips-tdep.c (mips_compression_mips16): New variable.
3319 (mips_compression_micromips): Likewise.
3320 (mips_compression_strings): Likewise.
3321 (mips_compression_string): Likewise.
3322 (is_mips16_isa, is_micromips_isa): New functions.
3323 (is_mips16_addr): Rename to...
3324 (is_compact_addr): ... this.
3325 (unmake_mips16_addr): Likewise to...
3326 (unmake_compact_addr): ... this.
3327 (make_mips16_addr): Likewise to...
3328 (make_compact_addr): ... this.
3329 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
3331 (mips_elf_make_msymbol_special): Handle microMIPS code.
3332 (msymbol_is_special): Rename to...
3333 (msymbol_is_mips16): ... this.
3334 (mips_make_symbol_special, mips_pc_is_mips16): Update
3336 (msymbol_is_mips, msymbol_is_micromips): New functions.
3337 (mips16_to_32_reg): Rename to...
3338 (mips_reg3_to_reg): ... this.
3339 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
3340 (mips_pc_isa): Likewise.
3341 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
3343 (mips_fetch_instruction): Pass return status instead of printing
3344 an error message if requested. Handle microMIPS code. Bail out
3346 (micromips_op): New macro.
3347 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
3348 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
3349 (b6s4_op, b7s3_reg): Likewise.
3350 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
3351 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
3352 (mips_insn_size): New function.
3353 (mips32_next_pc): Update mips_fetch_instruction call.
3354 (micromips_relative_offset7): New function.
3355 (micromips_relative_offset10): Likewise.
3356 (micromips_relative_offset16): Likewise.
3357 (micromips_pc_insn_size): Likewise.
3358 (micromips_bc1_pc): Likewise.
3359 (micromips_next_pc): Likewise.
3360 (unpack_mips16): Update mips_fetch_instruction call.
3361 (extended_mips16_next_pc): Update according to change to
3363 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
3365 (mips16_scan_prologue): Update mips_fetch_instruction call.
3366 Update according to change to mips16_to_32_reg.
3367 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
3368 (mips_insn16_frame_base_sniffer): Likewise.
3369 (micromips_decode_imm9): New function.
3370 (micromips_scan_prologue): Likewise.
3371 (mips_micro_frame_cache): Likewise.
3372 (mips_micro_frame_this_id): Likewise.
3373 (mips_micro_frame_prev_register): Likewise.
3374 (mips_micro_frame_sniffer): Likewise.
3375 (mips_micro_frame_unwind): New variable.
3376 (mips_micro_frame_base_address): New function.
3377 (mips_micro_frame_base): New variable.
3378 (mips_micro_frame_base_sniffer): New function.
3379 (mips32_scan_prologue): Update mips_fetch_instruction call.
3380 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
3381 rather than for MIPS16.
3382 (mips_insn32_frame_base_sniffer): Likewise.
3383 (mips_addr_bits_remove): Handle microMIPS code.
3384 (deal_with_atomic_sequence): Rename to...
3385 (mips_deal_with_atomic_sequence): ... this. Update the type
3386 of the variable used to hold an instruction. Remove the ISA bit
3387 check. Update mips_fetch_instruction call.
3388 (micromips_deal_with_atomic_sequence): New function.
3389 (deal_with_atomic_sequence): Likewise.
3390 (mips_about_to_return): Handle microMIPS code. Update
3391 mips_fetch_instruction call.
3392 (heuristic_proc_start): Check for the standard MIPS ISA rather
3393 than for MIPS16. Update mips_pc_is_mips16 and
3394 mips_fetch_instruction calls. Handle microMIPS code.
3395 (mips_push_dummy_code): Handle microMIPS code.
3396 (mips_eabi_push_dummy_call): Likewise.
3397 (mips_o32_return_value): Update mips_pc_is_mips16 call.
3398 (mips_o64_push_dummy_call): Handle microMIPS code.
3399 (mips_o64_return_value): Update mips_pc_is_mips16 call.
3400 (is_delayed): Remove function.
3401 (mips_single_step_through_delay): Replace the call to is_delayed
3402 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
3403 Handle microMIPS code.
3404 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
3406 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
3408 (micromips_in_function_epilogue_p): New function.
3409 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
3411 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
3413 (gdb_print_insn_mips): Likewise.
3414 (mips_breakpoint_from_pc): Likewise.
3415 (mips_remote_breakpoint_from_pc): New function.
3416 (mips32_instruction_has_delay_slot): Simplify making use of the
3417 updated mips_fetch_instruction interface.
3418 (micromips_instruction_has_delay_slot): New function.
3419 (mips16_instruction_has_delay_slot): Simplify making use of the
3420 updated mips_fetch_instruction interface.
3421 (mips_adjust_breakpoint_address): Check for the standard MIPS
3422 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
3423 calls. Handle microMIPS code.
3424 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
3425 (mips_skip_trampoline_code): Handle microMIPS code.
3426 (global_mips_compression): New function.
3427 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
3428 file flags. Register the microMIPS remote breakpoint handler
3429 and heuristic frame unwinder.
3430 (show_mips_compression): New function.
3431 (_initialize_mips_tdep): Add the "set mips compression" and
3432 "show mips compression" commands.
3434 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
3439 * amd64-darwin-tdep.c:
3440 * arm-symbian-tdep.c:
3444 * bfin-linux-tdep.c:
3451 * dwarf2-frame-tailcall.c:
3480 * microblaze-tdep.c:
3481 * mips-linux-tdep.c:
3489 * python/py-finishbreakpoint.c:
3490 * python/py-inferior.c:
3491 * python/py-infthread.c:
3495 * remote-m32r-sdi.c:
3499 * rs6000-aix-tdep.c:
3525 * amd64-darwin-tdep.c:
3526 * arm-symbian-tdep.c:
3527 * arm-tdep.c: Delete unused variables.
3529 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3531 Rename $ddir to $datadir.
3532 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
3533 * auto-load.c (auto_load_safe_path_vec_update)
3534 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
3535 * configure: Regenerate.
3536 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
3537 Likewise. Remove the 'use $ddir' help string.
3539 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3541 * auto-load.c (show_auto_load_safe_path): Accept any combination of
3542 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
3544 2012-05-18 Tom Tromey <tromey@redhat.com>
3547 * valprint.h (struct value_print_options) <symbol_print>: New
3549 * valprint.c (user_print_options): Add default for symbol_print.
3550 (show_symbol_print): New function.
3551 (generic_val_print): Respect symbol_print.
3552 (_initialize_valprint): Add "print symbol" setting.
3553 * f-valprint.c (f_val_print): Respect symbol_print.
3554 * c-valprint.c (c_val_print): Respect symbol_print.
3556 * printcmd.c (print_address_symbolic): Return int. Ignore some
3558 (print_address_demangle): Return int.
3559 * defs.h: (print_address_symbolic): Return int.
3560 * value.h (print_address_demangle): Return int.
3562 2012-05-18 Tom Tromey <tromey@redhat.com>
3564 * valprint.c (val_print_string): Don't print leading space.
3565 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
3566 print space before string or vtbl.
3567 * m2-valprint.c (print_unpacked_pointer): Optionally print space
3569 * jv-valprint.c (java_value_print): Print space before string.
3570 * go-valprint.c (print_go_string): Print space before string.
3571 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
3572 space before string.
3573 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
3574 space before string or vtbl.
3575 * auxv.c (fprint_target_auxv): Print space after address.
3577 2012-05-18 Tom Tromey <tromey@redhat.com>
3579 * printcmd.c (print_address_demangle): Remove special case for 0.
3581 2012-05-18 Tom Tromey <tromey@redhat.com>
3583 * printcmd.c (print_address_demangle): Add 'opts' argument.
3584 * p-valprint.c (pascal_val_print): Update.
3585 * jv-valprint.c (java_val_print): Update.
3587 * valprint.c (generic_val_print): Update.
3588 (print_function_pointer_address): Add 'options' argument. Remove
3589 'addressprint' argument. Update.
3590 * m2-valprint.c (print_unpacked_pointer): Update.
3591 * gnu-v3-abi.c (print_one_vtable): Update.
3592 (gnuv3_print_method_ptr): Update.
3593 * f-valprint.c (f_val_print): Update.
3594 * cp-valprint.c (cp_print_value_fields): Update.
3595 * valprint.h (print_function_pointer_address): Update.
3596 * c-valprint.c (c_val_print): Update.
3598 2012-05-18 Tom Tromey <tromey@redhat.com>
3600 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
3601 directly corresponding to the found psymtab.
3602 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
3603 (dw2_find_pc_sect_symtab): Use it.
3604 * block.h (blockvector_contains_pc): Declare.
3605 * block.c (find_block_in_blockvector): New function.
3606 (blockvector_for_pc_sect): Use it.
3607 (blockvector_contains_pc): New function.
3609 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
3611 * mips-tdep.h (mips_write_pc): New prototype.
3612 * mips-tdep.c (mips_write_pc): Make external, add description.
3613 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
3616 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
3618 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
3620 (mips_unwind_pc, mips_write_pc): Likewise.
3621 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
3624 2012-05-17 Joel Brobecker <brobecker@adacore.com>
3626 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
3627 proc_warn, proc_error, proc_get_status, proc_flags,
3628 proc_why, proc_what, proc_nsysarg, proc_sysargs,
3629 proc_set_run_on_last_close, proc_unset_run_on_last_close,
3630 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
3631 proc_stop_process, proc_wait_for_stop, proc_run_process,
3632 proc_set_traced_signals, proc_set_traced_faults,
3633 proc_set_traced_sysentry, proc_set_traced_sysexit,
3634 proc_set_held_signals, proc_get_held_signals,
3635 proc_get_traced_signals, proc_get_traced_faults,
3636 proc_get_traced_sysentry, proc_get_traced_sysexit,
3637 proc_clear_current_fault, proc_set_current_signal,
3638 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
3639 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
3640 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
3641 proc_get_current_thread, proc_get_current_thread,
3642 proc_get_current_thread, proc_update_threads,
3643 proc_update_threads, proc_update_threads, proc_update_threads,
3644 proc_iterate_over_threads, procfs_find_new_threads,
3645 procfs_pid_to_str): Make static. Remove advance declaration.
3646 (proc_cursig): Make static. Conditionalized defintion on
3647 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
3648 (proc_syscall, proc_set_kill_on_last_close,
3649 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
3650 proc_get_pending_signals, proc_get_signal_actions,
3651 proc_trace_signal, proc_ignore_signal): Delete.
3653 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
3655 * coffread.c (cs_section_address): Passing proper argument for
3656 `bfd_get_section_vma'.
3657 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
3658 `bfd_get_section_flags'.
3659 * remote.c (remote_trace_set_readonly_regions): Likewise, for
3660 `bfd_get_section_vma'.
3662 2012-05-16 Tom Tromey <tromey@redhat.com>
3665 * macrotab.h: (macro_define_special): Declare.
3666 (enum macro_special_kind): New.
3667 (struct macro_definition) <argc, replacement>: Update comments.
3668 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
3669 (macro_define_object_internal): New function.
3670 (macro_define_object): Use it.
3671 (macro_define_special): New function.
3672 (fixup_definition): New function.
3673 (macro_lookup_definition, foreach_macro_in_scope)
3674 (foreach_macro): Use fixup_definition.
3675 * macroexp.h (macro_stringify): Declare.
3676 * macroexp.c (free_buffer_return_text): New function.
3677 (stringify): Constify "arg".
3678 (macro_stringify): New function.
3679 * dwarf2read.c (macro_start_file): Call macro_define_special.
3681 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
3682 Maciej W. Rozycki <macro@mips.com>
3684 * breakpoint.h (bp_location): Add related_address member.
3685 * inferior.h (get_return_value): Take a pointer to struct value
3686 instead of struct type for the function requested.
3687 * value.h (using_struct_return): Likewise.
3688 * gdbarch.sh (return_value): Take a pointer to struct value
3689 instead of struct type for the function requested.
3690 * breakpoint.c (set_breakpoint_location_function): Initialize
3691 related_address for bp_gnu_ifunc_resolver breakpoints.
3692 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
3693 requested function's address to gdbarch_return_value.
3694 * eval.c (evaluate_subexp_standard): Pass the requested
3695 function's address to using_struct_return.
3696 * infcall.c (call_function_by_hand): Pass the requested
3697 function's address to using_struct_return and
3698 gdbarch_return_value.
3699 * infcmd.c (get_return_value): Take a pointer to struct value
3700 instead of struct type for the function requested.
3701 (print_return_value): Update accordingly.
3702 (finish_command_continuation): Likewise.
3703 * stack.c (return_command): Pass the requested function's
3704 address to using_struct_return and gdbarch_return_value.
3705 * value.c (using_struct_return): Take a pointer to struct value
3706 instead of struct type for the function requested. Pass the
3707 requested function's address to gdbarch_return_value.
3708 * python/py-finishbreakpoint.c (finish_breakpoint_object):
3709 New function_value member, replacing function_type.
3710 (bpfinishpy_dealloc): Update accordingly.
3711 (bpfinishpy_pre_stop_hook): Likewise.
3712 (bpfinishpy_init): Likewise. Record the requested function's
3714 * mips-tdep.c (mips_fval_reg): New enum.
3715 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
3716 words put in GP registers.
3717 (mips_o64_push_dummy_call): Update a comment.
3718 (mips_o32_return_value): Take a pointer to struct value instead
3719 of struct type for the function requested and use it to check if
3720 using the MIPS16 calling convention. Return the designated
3721 general purpose registers for floating-point values returned in
3723 (mips_o64_return_value): Likewise.
3724 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
3725 (ppc_sysv_abi_broken_return_value): Likewise.
3726 (ppc64_sysv_abi_return_value): Likewise.
3727 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
3728 value instead of struct type for the function requested.
3729 * amd64-tdep.c (amd64_return_value): Likewise.
3730 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
3731 * arm-tdep.c (arm_return_value): Likewise.
3732 * avr-tdep.c (avr_return_value): Likewise.
3733 * bfin-tdep.c (bfin_return_value): Likewise.
3734 * cris-tdep.c (cris_return_value): Likewise.
3735 * frv-tdep.c (frv_return_value): Likewise.
3736 * h8300-tdep.c (h8300_return_value): Likewise.
3737 (h8300h_return_value): Likewise.
3738 * hppa-tdep.c (hppa32_return_value): Likewise.
3739 (hppa64_return_value): Likewise.
3740 * i386-tdep.c (i386_return_value): Likewise.
3741 * ia64-tdep.c (ia64_return_value): Likewise.
3742 * iq2000-tdep.c (iq2000_return_value): Likewise.
3743 * lm32-tdep.c (lm32_return_value): Likewise.
3744 * m32c-tdep.c (m32c_return_value): Likewise.
3745 * m32r-tdep.c (m32r_return_value): Likewise.
3746 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
3747 * m68k-tdep.c (m68k_return_value): Likewise.
3748 (m68k_svr4_return_value): Likewise.
3749 * m88k-tdep.c (m88k_return_value): Likewise.
3750 * mep-tdep.c (mep_return_value): Likewise.
3751 * microblaze-tdep.c (microblaze_return_value): Likewise.
3752 * mn10300-tdep.c (mn10300_return_value): Likewise.
3753 * moxie-tdep.c (moxie_return_value): Likewise.
3754 * mt-tdep.c (mt_return_value): Likewise.
3755 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
3756 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
3757 (ppc_sysv_abi_broken_return_value): Likewise.
3758 (ppc64_sysv_abi_return_value): Likewise.
3759 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
3760 * rl78-tdep.c (rl78_return_value): Likewise.
3761 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
3762 * rx-tdep.c (rx_return_value): Likewise.
3763 * s390-tdep.c (s390_return_value): Likewise.
3764 * score-tdep.c (score_return_value): Likewise.
3765 * sh-tdep.c (sh_return_value_nofpu): Likewise.
3766 (sh_return_value_fpu): Likewise.
3767 * sh64-tdep.c (sh64_return_value): Likewise.
3768 * sparc-tdep.c (sparc32_return_value): Likewise.
3769 * sparc64-tdep.c (sparc64_return_value): Likewise.
3770 * spu-tdep.c (spu_return_value): Likewise.
3771 * tic6x-tdep.c (tic6x_return_value): Likewise.
3772 * v850-tdep.c (v850_return_value): Likewise.
3773 * vax-tdep.c (vax_return_value): Likewise.
3774 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
3775 * xtensa-tdep.c (xtensa_return_value): Likewise.
3776 * gdbarch.c: Regenerate.
3777 * gdbarch.h: Regenerate.
3779 2012-05-15 Tom Tromey <tromey@redhat.com>
3781 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
3783 2012-05-15 Joel Brobecker <brobecker@adacore.com>
3785 * breakpoint.c (init_breakpoint_sal): Add quotes around part
3786 of command in two error message.
3788 2012-05-15 Joel Brobecker <brobecker@adacore.com>
3790 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
3792 2012-05-15 Joel Brobecker <brobecker@adacore.com>
3794 * breakpoint.c (find_condition_and_thread): Minor reformatting.
3796 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3798 * NEWS (show auto-load scripts-directory): Add forgotten command.
3800 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3802 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
3805 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
3807 * amd64-tdep.c: Include features/i386/x32.c and
3808 features/i386/x32-avx.c.
3809 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
3810 initialize_tdesc_x32_avx.
3812 2012-05-14 Stan Shebs <stan@codesourcery.com>
3815 * breakpoint.h (enum bptype): New type bp_dprintf.
3816 (struct breakpoint): New field extra_string.
3817 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
3818 (create_breakpoint): Add extra_string arg.
3819 * breakpoint.c (dprintf_breakpoint_ops): New.
3820 (is_breakpoint): Add bp_dprintf.
3821 (bpstat_what): Add dprintf case.
3822 (bptype_string): Ditto.
3823 (print_one_breakpoint_location): Ditto.
3824 (init_bp_location): Ditto.
3825 (bkpt_print_mention): Ditto.
3826 (dprintf_style_enums): New array.
3827 (dprintf_style): New global.
3828 (dprintf_function): New global.
3829 (dprintf_channel): New global.
3830 (update_dprintf_command_list): New function.
3831 (update_dprintf_commands): New function.
3832 (init_breakpoint_sal): Add extra_string argument, handle it.
3833 (create_breakpoint_sal): Add extra_string argument.
3834 (create_breakpoints_sal): Add extra_string argument, update callers.
3835 (find_condition_and_thread): Add extra argument.
3836 (create_breakpoint): Add extra_string argument, record it.
3837 (dprintf_command): New function.
3838 (break_command_1): Add arg to create_breakpoint call.
3839 (handle_gnu_v3_exceptions): Ditto.
3840 (trace_command): Ditto.
3841 (ftrace_command): Ditto.
3842 (strace_command): Ditto.
3843 (bkpt_print_mention): Add dprintf case.
3844 (create_breakpoint_sal_default): Add extra_string argument.
3845 (_initialize_breakpoint): Add new commands.
3846 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
3847 * python/py-breakpoint.c (bppy_init): Ditto.
3848 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
3850 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
3852 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
3854 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
3856 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
3859 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3861 Add a new function gdb.find_pc_line to the Python API.
3862 * NEWS (Python Scripting): Add entry about the new function.
3863 * python/python.c (gdbpy_find_pc_line): New function which
3864 implements gdb.find_pc_line.
3865 (GdbMethods): Add entry for the new function.
3867 2012-05-12 Pedro Alves <palves@redhat.com>
3869 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
3870 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
3872 2012-05-12 Eli Zaretskii <eliz@gnu.org>
3874 * inferior.c: Include completer.h
3875 (initialize_inferiors): Set completer of add-inferior to
3878 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
3880 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
3881 gdbarch_ptr_bit for x32 core dump.
3883 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
3885 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
3886 and features/i386/x32-avx-linux.c.
3888 2012-05-11 Stan Shebs <stan@codesourcery.com>
3889 Kwok Cheung Yeung <kcy@codesourcery.com>
3891 * NEWS: Describe new info os commands.
3892 * common/linux-osdata.c (PID_T, TIME_T): Define.
3893 (MAX_PID_T_STRLEN): New.
3894 (linux_common_core_of_thread): Add comment. Change to use PID_T and
3896 (command_from_pid): Add comment. Change to use PID_T.
3897 (commandline_from_pid): Change to use PID_T.
3898 (user_from_pid): Add comment.
3899 (get_process_owner): Add comment. Change to use PID_T and
3901 (get_number_of_cpu_cores): Add comment.
3902 (get_cores_used_by_process): Add comment. Change to use PID_T and
3904 (linux_xfer_osdata_processes): Change to use PID_T and
3906 (compare_processes): New function.
3907 (linux_xfer_osdata_processgroups): New function.
3908 (linux_xfer_osdata_threads): Change to use PID_T.
3909 (linux_xfer_osdata_fds): New function.
3910 (format_socket_state, print_sockets): New functions.
3911 (union socket_addr): New union.
3912 (linux_xfer_osdata_isockets): New function.
3913 (time_from_time_t, group_from_gid): New functions.
3914 (linux_xfer_osdata_shm): New function.
3915 (linux_xfer_osdata_sem): New function.
3916 (linux_xfer_osdata_msg): New function.
3917 (linux_xfer_osdata_modules): New function.
3918 (osdata_table): Add new entries.
3919 * common/buffer.c (buffer_xml_printf): Add support for long and
3920 long long format specifiers.
3922 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
3924 * amd64-linux-tdep.h (tdesc_x32_linux): New.
3925 (tdesc_x32_avx_linux): Likewise.
3927 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3929 Implement multi-component --with-auto-load-dir.
3930 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
3932 (--with-auto-load-safe-path): Update the default value description.
3933 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
3935 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
3936 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
3937 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
3938 (_initialize_auto_load): Initialize also auto_load_dir. Install new
3939 "set auto-load scripts-directory".
3940 * config.in: Regenerate.
3941 * configure: Regenerate.
3942 * configure.ac (--with-auto-load-dir): New configure option.
3943 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
3945 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3947 Provide $ddir substitution for --with-auto-load-safe-path.
3948 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
3950 * auto-load.c: Include observer.h.
3951 (auto_load_safe_path_vec_update): Call substitute_path_component for
3952 each component. New variable ddir_subst.
3953 (auto_load_gdb_datadir_changed): New function.
3954 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
3955 AUTO_LOAD_SAFE_PATH. New comment.
3956 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
3957 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
3958 * config.in: Regenerate.
3959 * configure: Regenerate.
3960 * configure.ac (--auto-load-safe-path): Rename
3961 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
3962 GDB_DATADIR/auto-load.
3963 * defs.h (substitute_path_component): New declaration.
3964 * top.c: Include observer.h.
3965 (set_gdb_datadir): New function.
3966 (init_main): Install it for "set data-directory".
3967 * utils.c (substitute_path_component): New function.
3969 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3971 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
3972 * auto-load.c (auto_load_objfile_script): Remove check for NULL
3973 DEBUG_FILE_DIRECTORY. Handle multiple components of
3974 DEBUG_FILE_DIRECTORY.
3976 2012-05-10 Tom Tromey <tromey@redhat.com>
3978 * dwarf2read.c (recursively_write_psymbols): New function.
3979 (write_psymtabs_to_index): Use it.
3981 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
3983 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
3984 (load_partial_comp_unit): Update.
3985 (queue_comp_unit): Add argument 'pretend_language'.
3986 (process_queue): Update.
3987 (psymtab_to_symtab_1): Skip dependencies that have a user.
3988 (load_partial_comp_unit_reader): Give meaning to the 'data'
3990 (load_full_comp_unit): Add 'pretend_language' argument.
3991 (process_full_comp_unit): Add 'pretend_language' argument. Set
3993 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
3995 (maybe_queue_comp_unit): Add 'pretend_language' argument.
3996 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
3998 (prepare_one_comp_unit): Add 'pretend_language' argument.
4000 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
4001 (struct dwarf2_per_objfile) <just_read_cus>: New field.
4002 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
4003 (dw2_do_instantiate_symtab): Check whether symtab was read in
4005 (dw2_instantiate_symtab): Add assertion. Call
4006 process_cu_includes.
4007 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
4008 (partial_symtab_p): New typedef.
4009 (set_partial_user): New function.
4010 (dwarf2_build_psymtabs_hard): Use set_partial_user.
4011 (scan_partial_symbols): Add imported CU to imported_symtabs.
4012 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
4013 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
4014 (get_symtab, recursively_compute_inclusions)
4015 (compute_symtab_includes, process_cu_includes)
4016 (process_imported_unit_die): New functions.
4017 (process_die) <DW_TAG_imported_unit>: New case.
4018 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
4020 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
4022 (struct partial_die_info) <locdesc>: Remove.
4024 (process_psymtab_comp_unit): Add 'read_partial' argument.
4026 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
4027 (scan_partial_symbols): Handle DW_TAG_imported_unit.
4028 (add_partial_symbol): Update.
4029 (process_die): Handle DW_TAG_partial_unit.
4030 (read_file_scope): Update comment.
4031 (load_partial_dies): Handle DW_TAG_imported_unit.
4032 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
4033 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
4035 2012-05-10 Tom Tromey <tromey@redhat.com>
4037 * cc-with-dwz.sh: New file.
4039 2012-05-10 Tom Tromey <tromey@redhat.com>
4041 * symtab.h (struct symtab) <includes, user>: New fields.
4042 * block.h (struct block_iterator) <d, idx, which>: New fields.
4043 * block.c (initialize_block_iterator, find_iterator_symtab)
4044 (block_iterator_step, block_iter_name_step)
4045 (block_iter_match_step): New functions.
4046 (block_iterator_first, block_iterator_next)
4047 (block_iter_name_first, block_iter_name_next)
4048 (block_iter_match_first, block_iter_match_next): Rewrite.
4049 (get_block_symtab): New function.
4051 2012-05-10 Tom Tromey <tromey@redhat.com>
4053 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
4055 * jit.c (finalize_symtab): Use allocate_global_block,
4057 * buildsym.c (finish_block_internal): New function, from old
4059 (finish_block): Rewrite.
4060 (end_symtab): Use finish_block_internal, set_block_symtab.
4061 * block.h (struct global_block): New.
4062 (allocate_global_block, set_block_symtab): Declare.
4063 * block.c (allocate_global_block, set_block_symtab): New
4066 2012-05-10 Tom Tromey <tromey@redhat.com>
4068 * psymtab.c (partial_map_expand_apply): Add assertion.
4069 (partial_map_symtabs_matching_filename): Skip included psymtabs.
4070 (psymtab_to_symtab): Find unshared psymtab.
4071 (dump_psymtab): Print including psymtabs.
4072 (recursively_search_psymtabs): New function.
4073 (expand_symtabs_matching_via_partial): Use it.
4074 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
4076 (enum psymtab_search_status): New.
4078 2012-05-10 Tom Tromey <tromey@redhat.com>
4080 * tracepoint.c (scope_info): Update.
4081 * symtab.c (lookup_block_symbol, iterate_over_symbols)
4082 (find_pc_sect_symtab, search_symbols)
4083 (default_make_symbol_completion_list_break_on)
4084 (make_file_symbol_completion_list): Update.
4085 * symmisc.c (dump_symtab_1): Update.
4086 * stack.c (print_frame_args, iterate_over_block_locals)
4087 (print_frame_labels, iterate_over_block_arg_vars): Update.
4088 * python/py-block.c (block_object) <dict>: Remove.
4090 <iter>: Change type.
4091 (blpy_iter): Update.
4092 (blpy_block_syms_iternext): Update.
4093 * psymtab.c (map_block): Use block iterators.
4094 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
4095 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
4096 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
4097 * infrun.c (check_exception_resume): Update.
4098 * cp-support.c (make_symbol_overload_list_block): Update.
4099 * coffread.c (patch_opaque_types): Update.
4100 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
4101 * block.h (struct block_iterator): New.
4102 (block_iterator_first, block_iterator_next, block_iter_name_first)
4103 (block_iter_name_next, block_iter_match_first)
4104 (block_iter_match_next): Declare.
4105 (ALL_BLOCK_SYMBOLS): Redefine.
4106 * block.c (block_iterator_first, block_iterator_next)
4107 (block_iter_name_first, block_iter_name_next)
4108 (block_iter_match_first, block_iter_match_next): New functions.
4109 * ada-lang.c (ada_add_block_symbols)
4110 (ada_make_symbol_completion_list): Use block iterator.
4112 2012-05-10 Tom Tromey <tromey@redhat.com>
4114 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
4115 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
4116 (lookup_partial_symbol, find_last_source_symtab_from_partial)
4117 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
4118 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
4121 2012-05-10 Joel Brobecker <brobecker@adacore.com>
4123 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
4124 print-file-var-lib2.c, print-file-var-main.c and
4125 print-file-var.exp (located in gdb/testsuite/gdb.base).
4127 2012-05-10 Joel Brobecker <brobecker@adacore.com>
4129 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4130 try locating the symbol in the symbol's own objfile first, before
4131 extending the search to all objfiles.
4132 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4133 out of lookup_symbol_aux_symtabs.
4134 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4135 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4136 Do not search EXCLUDE_OBJFILE.
4137 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4138 (lookup_symbol_global): Search for matches in the block's objfile
4139 first, before searching all other objfiles.
4141 2012-05-10 Tristan Gingold <gingold@adacore.com>
4143 * printcmd.c (set_command): Add pre/post inc/dec.
4145 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
4147 * gdb.1: Document -ex option.
4149 2012-05-09 Joel Brobecker <brobecker@adacore.com>
4151 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
4152 * inferior.h (AT_SYMBOL): Delete.
4154 2012-05-09 Joel Brobecker <brobecker@adacore.com>
4156 * mips-tdep.c (mips_push_dummy_code): New function.
4157 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
4158 ON_STACK and install mips_push_dummy_code as our gdbarch
4159 push_dummy_code routine.
4161 2012-05-09 Pedro Alves <palves@redhat.com>
4163 * target.c (set_maintenance_target_async_permitted): Rename to ...
4164 (set_target_async_command): ... this.
4165 (show_maintenance_target_async_permitted): Rename to ...
4166 (show_target_async_command): ... this.
4167 (initialize_targets): Adjust.
4169 2012-05-08 Doug Evans <dje@google.com>
4171 * go-exp.y (classify_name): Add missing assignment of fields of
4174 2012-05-08 Eli Zaretskii <eliz@gnu.org>
4176 Display the ">" prompt in interactive mode while reading canned
4177 commands, even when the current interpreter is MI.
4179 * interps.c (interp_set_temp): New function.
4181 * interps.h (interp_set_temp): Add prototype.
4183 * cli/cli-script.c (restore_interp): New cleanup function.
4184 (read_command_lines): Temporarily override the current interpreter
4185 with CLI and arrange for restoring the original one.
4187 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
4189 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
4191 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
4193 * probe.c (parse_probes): Move conditional to check for
4194 debuginfo files from here...
4195 * stap-probe.c (stap_get_probes): ... to here.
4197 2012-05-07 Mark Kettenis <kettenis@gnu.org>
4198 H.J. Lu <hongjiu.lu@intel.com>
4200 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
4201 `movl %esp, %ebp' for the X32 ABI.
4203 2012-05-07 Tom Tromey <tromey@redhat.com>
4205 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
4207 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
4208 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
4209 (dwarf_stack_op_name): Remove.
4210 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
4211 (decode_locdesc): Use get_DW_OP_name.
4212 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
4213 (dwarf2_compile_expr_to_ax): Likewise.
4214 (disassemble_dwarf_expression): Likewise.
4215 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
4217 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
4219 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
4220 (sh_linux_sigtramp_cache): New function.
4221 (sh_linux_sigreturn_init): New function.
4222 (sh_linux_rt_sigreturn_init): New function.
4223 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
4225 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
4227 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
4228 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
4229 (sh_linux_init_abi): Add init calls to register new tramp_frame
4230 definitions under 32-bit SH, update comments.
4232 2012-05-07 Pedro Alves <palves@redhat.com>
4236 * amd64-linux-tdep.c: Include glibc-tdep.h.
4237 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
4238 gdbarch_skip_solib_resolver callback.
4240 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4242 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
4243 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
4244 (show_auto_load_safe_path): Check any-directory by comparison with "/".
4245 (add_auto_load_safe_path): Change the error message.
4246 (_initialize_auto_load): Change the "safe-path" help text.
4247 * configure: Regenerate
4248 * configure.ac (--without-auto-load-safe-path): Set
4249 WITH_AUTO_LOAD_SAFE_PATH to /.
4251 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
4253 * stap-probe.h: Do not include unecessary `probe.h'.
4255 2012-05-05 Alan Modra <amodra@gmail.com>
4257 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
4258 bfd_und_section_ptr.
4259 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
4260 and bfd_com_section_ptr.
4262 2012-05-04 Joel Brobecker <brobecker@adacore.com>
4264 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
4266 2012-05-04 Joel Brobecker <brobecker@adacore.com>
4268 * windows-nat.h (segment_register_p_ftype): New typedef.
4269 (windows_set_segment_register_p): Add declaration.
4270 * windows-nat.c (segment_register_p): New static global.
4271 (windows_set_segment_register_p): New function.
4272 (do_windows_fetch_inferior_registers): Add special handling
4273 for segment registers.
4274 * amd64-windows-nat.c: #include "amd64-tdep.h".
4275 (amd64_windows_segment_register_p): New function.
4276 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
4277 * i386-windows-nat.c: #include "i386-tdep.h".
4278 (i386_windows_segment_register_p): New function.
4279 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
4281 2012-05-04 Tristan Gingold <gingold@adacore.com>
4283 * printcmd.c (set_command): Emit a warning if the expression is not
4286 2012-05-03 Joel Brobecker <brobecker@adacore.com>
4288 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
4291 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
4293 * stap-probe.c (stap_is_operator): Change declaration.
4294 (stap_get_opcode): Change return value.
4295 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
4296 `stap_parse_argument_1'.
4298 2012-05-03 Pedro Alves <pedro@codesourcery.com>
4300 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
4303 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4305 Add two new methods global_block and static_block to gdb.Symtab
4307 * NEWS (Python scripting): Add entry about the new methods.
4308 * python/py-symtab.c (stpy_global_block): New function which
4309 implements the gdb.Symtab.global_block() method.
4310 (stpy_static_block): New function which implements the
4311 gdb.Symtab.static_block() method.
4312 (symtab_object_methods): Add entries for the two new methods.
4314 2012-05-03 Doug Evans <dje@google.com>
4316 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
4319 2012-05-03 Yao Qi <yao@codesourcery.com>
4321 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
4323 (i386_process_record): Ditto.
4325 2012-05-02 Joel Brobecker <brobecker@adacore.com>
4327 * infcall.c (unwind_on_signal_p): Make static.
4329 2012-05-02 Joel Brobecker <brobecker@adacore.com>
4331 * sol-thread.c (solaris_pid_to_str): Make static.
4332 (_initialize_sol_thread): Add prototype.
4334 2012-05-02 Joel Brobecker <brobecker@adacore.com>
4336 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
4338 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
4340 * MAINTAINERS: Remove myself.
4342 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4344 Fix --without-auto-load-safe-path for MS-Windows host platform.
4345 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
4347 2012-05-02 Eli Zaretskii <eliz@gnu.org>
4349 * gdb_curses.h: Undefine KEY_EVENT before including curses
4350 headers. Move "#undef MOUSE_MOVED" before any curses header
4353 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
4355 * features/i386/i386-mmx-linux.c: Regenerate.
4356 * features/rs6000/powerpc-32.c: Likewise.
4357 * features/rs6000/powerpc-32l.c: Likewise.
4358 * features/rs6000/powerpc-403.c: Likewise.
4359 * features/rs6000/powerpc-403gc.c: Likewise.
4360 * features/rs6000/powerpc-405.c: Likewise.
4361 * features/rs6000/powerpc-505.c: Likewise.
4362 * features/rs6000/powerpc-601.c: Likewise.
4363 * features/rs6000/powerpc-602.c: Likewise.
4364 * features/rs6000/powerpc-603.c: Likewise.
4365 * features/rs6000/powerpc-604.c: Likewise.
4366 * features/rs6000/powerpc-64.c: Likewise.
4367 * features/rs6000/powerpc-64l.c: Likewise.
4368 * features/rs6000/powerpc-750.c: Likewise.
4369 * features/rs6000/powerpc-860.c: Likewise.
4370 * features/rs6000/powerpc-e500.c: Likewise.
4371 * features/rs6000/powerpc-e500l.c: Likewise.
4372 * features/rs6000/powerpc-isa205-32l.c: Likewise.
4373 * features/rs6000/powerpc-isa205-64l.c: Likewise.
4374 * features/rs6000/rs6000.c: Likewise.
4376 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
4378 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
4380 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
4381 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
4382 (stap_parse_argument) <e>: Likewise.
4383 (handle_stap_probe) <byte_order>: Likewise.
4385 2012-04-30 Doug Evans <dje@google.com>
4387 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
4388 init_and_read_dies_worker. All callers updated.
4389 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
4390 replaced with init_cutu_and_read_dies.
4391 (load_partial_comp_unit): Pass 1 for use_existing_cu.
4392 (find_partial_die): Remove FIXME. Don't free current CU.
4394 2012-04-30 Sterling Augustine <saugustine@google.com>
4396 * contrib: New directory.
4397 * contrib/test_pubnames_and_indexes.py: New file.
4399 2012-04-30 Doug Evans <dje@google.com>
4401 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
4402 All callers updated.
4403 (init_cu_die_reader): Verify the section is non-empty.
4404 (dwarf_decode_line_header): Don't dereference section->asection
4405 until we know the section is present.
4407 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
4409 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
4412 2012-04-29 Yao Qi <yao@codesourcery.com>
4414 * gdb-code-style.el: New hook gdb-markup-hook
4415 and gdb-comment-hook.
4417 2012-04-28 Doug Evans <dje@google.com>
4419 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
4420 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
4422 * symfile.h (dwarf2_debug_sections): New member addr.
4423 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
4424 (ctx_no_get_addr_index): New function.
4425 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
4426 (ctx_no_get_addr_index): Declare.
4427 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
4428 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
4429 (dwarf_expr_ctx_funcs): Update.
4430 (needs_get_addr_index): New function.
4431 (needs_frame_ctx_funcs): Update.
4432 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
4433 * dwarf2read.c: #include "gdbcore.h".
4434 (dwarf2_per_objfile): New members addr, dwo_files.
4435 (dwarf2_elf_names): Add entry for addr.
4436 (struct dwo_section_names): New type.
4437 (dwo_section_names): New static global.
4438 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
4439 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
4440 old debug_types_section member updated to use this.
4441 Rename member debug_types_section to info_or_types_section,
4443 (signatured_type): Rename member type_offset to type_offset_in_tu,
4444 all uses updated. New member type_offset_in_section.
4445 (struct dwo_sections): New type.
4446 (struct dwo_unit): New type.
4447 (struct dwo_file): New type.
4448 (die_reader_specs): New member dwo_file.
4449 (dwarf2_locate_sections): Watch for .debug_addr.
4450 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
4451 (dwarf2_read_section): Get bfd of section from bfd's asection,
4453 (create_cus_from_index): Initialize the_cu->info_or_types_section.
4454 (create_signatured_type_table_from_index): Initialize
4455 sig_type->info_or_types_section.
4456 (dw2_get_file_names): Statement lists for type units with DWO files
4457 live in the DWO file.
4458 (create_debug_types_hash_table): New function.
4459 (create_all_type_units): Rewrite.
4460 (init_cu_die_reader): New arg dwo_file, all callers updated.
4461 (init_and_read_dies_worker): Get section from
4462 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
4463 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
4464 continue reading the CU/TU from there.
4465 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
4466 updated. Get section from this_cu->info_or_types_section.
4467 (create_all_comp_units): Initialize this_cu->info_or_types_section.
4468 (skip_one_die): New cases DW_FORM_GNU_addr_index,
4469 DW_FORM_GNU_str_index.
4470 (hash_dwo_file, eq_dwo_file): New functions.
4471 (allocate_dwo_file_hash_table): New function.
4472 (hash_dwo_unit, eq_dwo_unit): New functions.
4473 (allocate_dwo_unit_table): New function.
4474 (dwarf2_locate_dwo_sections): New function.
4475 (struct create_dwo_info_table_data): New type.
4476 (create_debug_info_hash_table_reader): New function.
4477 (create_debug_info_hash_table): New function.
4478 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
4479 (lookup_dwo_file): New function.
4480 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
4481 (free_dwo_file, free_dwo_file_cleanup): New functions.
4482 (free_dwo_file_from_slot, free_dwo_files): New functions.
4483 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
4484 (dwarf2_record_block_ranges): Ditto.
4485 (read_partial_die): Ditto.
4486 (process_enumeration_scope): Update to use type_offset_in_section.
4487 (read_full_die_1): New function.
4488 (read_full_die): Rewrite.
4489 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
4490 DW_FORM_GNU_str_index.
4491 (read_addr_index_1, read_addr_index): New functions.
4492 (read_addr_index_from_leb128): New function.
4493 (struct dwarf2_read_addr_index_data): New type.
4494 (dwarf2_read_addr_index_reader): New function.
4495 (dwarf2_read_addr_index): New function.
4496 (read_str_index): New function.
4497 (leb128_size): New function.
4498 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
4499 If processing a type unit from a DWO file, get the line section
4501 (var_decode_location): Watch for DW_OP_GNU_addr_index.
4502 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
4503 DW_FORM_GNU_str_index.
4504 (lookup_die_type): Check whether section offset of type's die is
4505 known before looking it up. Remove assert. Condition can
4506 legimately happen for inter-cu type references.
4507 (dwarf_attr_name): Handle Fission attributes.
4508 (dwarf_form_name): Handle Fission forms.
4509 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
4510 DW_FORM_GNU_str_index.
4511 (follow_die_sig): Update to use type_offset_in_section.
4512 (decode_locdesc): New case DW_OP_GNU_addr_index.
4513 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
4514 DW_FORM_GNU_str_index.
4515 (cu_debug_loc_section): New function.
4516 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
4517 (dwarf2_per_objfile_free): Unmap .debug_addr section.
4518 Free DWO files if present.
4519 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
4521 Refactor DIE reading.
4522 * dwarf2read.c (dwarf2_per_objfile): Replace members
4523 debug_info_type_hash and debug_types_type_hash with die_type_hash.
4524 (die_reader_specs): New member "die_section". Temporarily make
4525 member "buffer" non-const, pending constifying all info_ptr uses.
4526 (die_reader_func_ftype): New typedef.
4527 (dw2_get_file_names_reader): New function.
4528 (dw2_get_file_names): Rewrite.
4529 (read_and_check_type_unit_head): Rename arg type_offset to
4531 (create_all_type_units): Improve debugging message.
4532 Improve dummy type unit check.
4533 (init_cu_die_reader): New arg "section". All callers updated.
4534 (init_and_read_dies_worker): New function.
4535 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
4536 (init_cutu_and_read_dies_no_follow): New function.
4537 (init_cutu_and_read_dies_simple): New function.
4538 (process_psymtab_comp_unit_reader): New function.
4539 (process_psymtab_comp_unit): Delete args section,
4540 is_debug_types_section. Rewrite. All callers updated.
4541 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
4542 All callers updated. Rewrite.
4543 (load_partial_comp_unit_reader): New function.
4544 (load_partial_comp_unit): Rewrite.
4545 (skip_children): New arg reader. Delete args buffer, cu.
4546 All callers updated.
4547 (skip_one_die): New arg reader. Delete args buffer, cu.
4548 All callers updated.
4549 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
4550 All callers updated.
4551 (load_full_comp_unit_reader): New function.
4552 (load_full_comp_unit): Rewrite.
4553 (read_comp_unit): Delete.
4554 (read_die_and_children_1): Delete, contents moved ...
4555 (read_die_and_children): ... here.
4556 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
4557 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
4558 All callers updated.
4559 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
4560 All callers updated.
4561 (find_partial_die): Rewrite load_all_dies support.
4562 (read_attribute_value): New arg reader. Delete args abfd, cu.
4563 All callers updated.
4564 (read_attribute): New arg reader. Delete args abfd, cu.
4565 All callers updated.
4566 (load_full_type_unit): Add assert.
4567 (read_signatured_type_reader): New function.
4568 (read_signatured_type): Rewrite.
4569 (free_stack_comp_unit): Remove call to age_cached_comp_units.
4570 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
4571 All callers updated. Set per_cu->cu = NULL after freeing it.
4572 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
4573 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
4574 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
4575 (set_die_type): Update.
4576 (get_die_type_at_offset): Update.
4577 (read_file_scope): Call prepare_one_comp_unit.
4578 (read_type_unit_scope): Ditto.
4579 (prepare_one_comp_unit): Set producer if present.
4581 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4583 * probe.c (compile_rx_or_error): Silence ARI warning about missing
4584 gettext function on `error'.
4586 2012-04-27 Doug Evans <dje@google.com>
4588 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
4591 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4592 Tom Tromey <tromey@redhat.com>
4594 * breakpoint.c (struct breakpoint_objfile_data)
4595 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
4596 <exception_probes>: New fields.
4597 (free_breakpoint_probes): New function.
4598 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
4599 `_Unwind_DebugHook'.
4600 (create_exception_master_breakpoint): Likewise.
4601 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
4602 * infrun.c: Including necessary header files for handling SystemTap
4604 (handle_inferior_event): Handling longjmp breakpoint and exceptions
4605 via SystemTap probes.
4606 (check_exception_resume): Remove `func' argument. Handle exception
4607 unwinding breakpoint set via a SystemTap probe.
4608 (insert_exception_resume_from_probe): New function.
4610 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4611 Tom Tromey <tromey@redhat.com>
4612 Jan Kratochvil <jan.kratochvil@redhat.com>
4614 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
4615 (COMMON_OBS): Likewise.
4616 (HFILES_NO_SRCDIR): Add `probe'.
4617 * NEWS: Mention support for static and SystemTap probes.
4618 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
4619 SystemTap probes' arguments parser.
4620 * arm-linux-tdep.c: Including headers needed to perform the parsing
4621 of SystemTap probes' arguments.
4622 (arm_stap_is_single_operand): New function.
4623 (arm_stap_parse_special_token): Likewise.
4624 (arm_linux_init_abi): Initializing proper fields used by SystemTap
4625 probes' arguments parser.
4626 * ax-gdb.c (require_rvalue): Removing static declaration.
4627 (gen_expr): Likewise.
4628 * ax-gdb.h (gen_expr): Declaring function.
4629 (require_rvalue): Likewise.
4630 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
4631 (bkpt_probe_breakpoint_ops): New variable.
4632 (momentary_breakpoint_from_master): Set the `probe' value.
4633 (add_location_to_breakpoint): Likewise.
4634 (break_command_1): Using proper breakpoint_ops according to the
4635 argument passed by the user in the command line.
4636 (bkpt_probe_insert_location): New function.
4637 (bkpt_probe_remove_location): Likewise.
4638 (bkpt_probe_create_sals_from_address): Likewise.
4639 (bkpt_probe_decode_linespec): Likewise.
4640 (tracepoint_probe_create_sals_from_address): Likewise.
4641 (tracepoint_probe_decode_linespec): Likewise.
4642 (tracepoint_probe_breakpoint_ops): New variable.
4643 (trace_command): Using proper breakpoint_ops according to the
4644 argument passed by the user in the command line.
4645 (initialize_breakpoint_ops): Initializing breakpoint_ops for
4646 static probes on breakpoints and tracepoints.
4647 * breakpoint.h (struct bp_location) <probe>: New field.
4648 * cli-utils.c (skip_spaces_const): New function.
4649 (extract_arg): Likewise.
4650 * cli-utils.h (skip_spaces_const): Likewise.
4651 (extract_arg): Likewise.
4652 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
4653 * configure.ac: Append `stap-probe.o' to be generated when ELF
4655 * configure: Regenerate.
4656 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
4657 * elfread.c: Include `probe.h' and `arch-utils.h'.
4658 (probe_key): New variable.
4659 (elf_get_probes): New function.
4660 (elf_get_probe_argument_count): Likewise.
4661 (elf_evaluate_probe_argument): Likewise.
4662 (elf_compile_to_ax): Likewise.
4663 (elf_symfile_relocate_probe): Likewise.
4664 (stap_probe_key_free): Likewise.
4665 (elf_probe_fns): New variable.
4666 (elf_sym_fns): Add `sym_probe_fns' value.
4667 (elf_sym_fns_lazy_psyms): Likewise.
4668 (elf_sym_fns_gdb_index): Likewise.
4669 (_initialize_elfread): Initialize objfile cache for static
4671 * gdb_vecs.h (struct probe): New forward declaration.
4672 (probe_p): New VEC declaration.
4673 * gdbarch.c: Regenerate.
4674 * gdbarch.h: Regenerate.
4675 * gdbarch.sh (stap_integer_prefix): New variable.
4676 (stap_integer_suffix): Likewise.
4677 (stap_register_prefix): Likewise.
4678 (stap_register_suffix): Likewise.
4679 (stap_register_indirection_prefix): Likewise.
4680 (stap_register_indirection_suffix): Likewise.
4681 (stap_gdb_register_prefix): Likewise.
4682 (stap_gdb_register_suffix): Likewise.
4683 (stap_is_single_operand): New function.
4684 (stap_parse_special_token): Likewise.
4685 (struct stap_parse_info): Forward declaration.
4686 * i386-tdep.c: Including headers needed to perform the parsing
4687 of SystemTap probes' arguments.
4688 (i386_stap_is_single_operand): New function.
4689 (i386_stap_parse_special_token): Likewise.
4690 (i386_elf_init_abi): Initializing proper fields used by SystemTap
4691 probes' arguments parser.
4692 * i386-tdep.h (i386_stap_is_single_operand): New function.
4693 (i386_stap_parse_special_token): Likewise.
4694 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
4695 * mipsread.c (ecoff_sym_fns): Likewise.
4696 * objfiles.c (objfile_relocate1): Support relocation for static
4698 * parse.c (prefixify_expression): Remove static declaration.
4699 (initialize_expout): Likewise.
4700 (reallocate_expout): Likewise.
4701 * parser-defs.h (initialize_expout): Declare function.
4702 (reallocate_expout): Likewise.
4703 (prefixify_expression): Likewise.
4704 * ppc-linux-tdep.c: Including headers needed to perform the parsing
4705 of SystemTap probes' arguments.
4706 (ppc_stap_is_single_operand): New function.
4707 (ppc_stap_parse_special_token): Likewise.
4708 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
4709 probes' arguments parser.
4710 * probe.c: New file, for generic statically defined probe support.
4711 * probe.h: Likewise.
4712 * s390-tdep.c: Including headers needed to perform the parsing of
4713 SystemTap probes' arguments.
4714 (s390_stap_is_single_operand): New function.
4715 (s390_gdbarch_init): Initializing proper fields used by SystemTap
4716 probes' arguments parser.
4717 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
4718 * stap-probe.c: New file, for SystemTap probe support.
4719 * stap-probe.h: Likewise.
4720 * symfile.h: Include `gdb_vecs.h'.
4721 (struct sym_probe_fns): New struct.
4722 (struct sym_fns) <sym_probe_fns>: New field.
4723 * symtab.c (init_sal): Initialize `probe' field.
4724 * symtab.h (struct probe): Forward declaration.
4725 (struct symtab_and_line) <probe>: New field.
4726 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
4728 (stop_tracing): Likewise.
4729 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
4731 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4732 Tom Tromey <tromey@redhat.com>
4734 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
4735 and to compile agent expressions.
4736 * infrun.c (siginfo_make_value): New argument `ignore'.
4737 (siginfo_funcs): New struct.
4738 (_initialize_infrun): New argument when calling
4739 `create_internalvar_type_lazy'.
4740 * thread.c (thread_id_make_value): New argument `ignore'.
4741 (thread_funcs): New struct.
4742 (_initialize_thread): New argument when calling
4743 `create_internalvar_type_lazy'.
4744 * tracepoint.c (sdata_make_value): New argument `ignore'.
4745 (sdata_funcs): New struct.
4746 (_initialize_tracepoint): New argument when calling
4747 `create_internalvar_type_lazy'.
4748 * value.c (make_value): New struct.
4749 (create_internalvar_type_lazy): New argument `data'.
4750 (compile_internalvar_to_ax): New function.
4751 (value_of_internalvar): Properly handling `make_value' case.
4752 (clear_internalvar): Likewise.
4753 (show_convenience): Adding `TRY_CATCH' block.
4754 * value.h (internalvar_make_value): Delete, replace by...
4755 (struct internalvar_funcs): ... this.
4756 (create_internalvar_type_lazy) <fun>: Delete argument.
4757 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
4758 (compile_internalvar_to_ax): New function.
4759 * windows-tdep.c (tlb_make_value): New argument `ignore'.
4760 (tlb_funcs): New struct.
4761 (_initialize_windows_tdep): New argument when calling
4762 `create_internalvar_type_lazy'.
4764 2012-04-27 Mark Wielaard <mjw@redhat.com>
4766 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
4767 see whether it is an address or a constant offset from DW_AT_low_pc.
4768 (dwarf2_record_block_ranges): Likewise.
4769 (read_partial_die): Likewise.
4771 2012-04-26 Mark Wielaard <mjw@redhat.com>
4773 * MAINTAINERS (Write After Approval): Add myself to the list.
4775 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
4777 * proc-utils.h (proc_prettyprint_signalset): New prototype.
4778 (proc_prettyprint_signal): Likewise.
4779 (proc_prettyprint_faultset): Likewise.
4780 (proc_prettyprint_fault): Likewise.
4781 (proc_prettyprint_actionset): Likewise.
4782 (proc_prettyprint_flags): Move to new proc-flags.c section.
4783 (proc_prettyfprint_flags): New prototype.
4784 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
4785 (proc_syscall, proc_cursig): Likewise.
4786 (proc_set_kill_on_last_close): Likewise.
4787 (proc_unset_kill_on_last_close): Likewise.
4788 (proc_set_watchpoint): Make static.
4789 (proc_delete_dead_threads): Likewise.
4790 (procfs_set_watchpoint): Likewise.
4791 (_initialize_procfs): Add prototype.
4792 * proc-events.c: Include proc-utils.h.
4793 (init_syscall_table): Make static.
4794 * proc-api.c (_initialize_proc_api): Add prototype.
4795 * proc-flags.c: Include proc-utils.h.
4797 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
4799 * configure.ac: Add AC_ARG_PROGRAM.
4800 * configure: Regenerate.
4802 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4804 Fix DW_AT_lower_bound defaults for DWARF-4+.
4805 * dwarf2read.c (read_subrange_type): Remove initialization of low and
4806 high. New variable low_default_is_valid. Implement DWARF-4+
4807 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
4808 no default by the DWARF standard.
4810 2012-04-26 Maciej W. Rozycki <macro@mips.com>
4811 Maciej W. Rozycki <macro@codesourcery.com>
4813 * infrun.c (handle_inferior_event): Move the check for return
4814 trampolines ahead of the check for function trampolines.
4815 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
4816 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
4817 (mips_str_mips16_ret_stub): Likewise.
4818 (mips_str_call_fp_stub): Likewise.
4819 (mips_str_call_stub): Likewise.
4820 (mips_str_fn_stub): Likewise.
4821 (mips_str_pic): Likewise.
4822 (mips_in_frame_stub): New function.
4823 (mips_unwind_pc): Return the return address rather than the PC
4824 if the PC of an intermediate frame is inside a call thunk.
4825 (mips_is_stub_suffix): New function.
4826 (mips_is_stub_mode): Likewise.
4827 (mips_get_mips16_fn_stub_pc): Likewise.
4828 (mips_skip_mips16_trampoline_code): Update to handle all the
4829 currently generated stub types. Don't recurse into __fn_stub
4830 thunks. Remove heuristics to handle stubs beyond etext/_etext.
4831 Use cooked register accesses.
4832 (mips_in_return_stub): Reintroduce function.
4833 (mips_skip_trampoline_code): Traverse trampolines recursively.
4834 (mips_gdbarch_init): Handle MIPS16 return trampolines.
4836 2012-04-26 Joel Brobecker <brobecker@adacore.com>
4840 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
4842 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
4843 * features/arm-with-m-vfp-d16.xml: New file. Describes
4844 Cortex-M with VFPv4-sp-d16 FPU register layout.
4845 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
4846 * features/arm-with-m-vfp-d16.c: New. Generated from above.
4847 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
4848 (arm-register_g_packet_guesses): Add vfp-d16 guess.
4849 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
4851 2012-04-25 Doug Evans <dje@google.com>
4853 * cli/cli-decode.c (print_doc_line): Use stream instead of
4856 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4858 * features/arm-with-iwmmxt.c: Regenerate.
4859 * features/arm-with-m-fpa-layout.c: Likewise.
4860 * features/arm-with-m.c: Likewise.
4861 * features/arm-with-neon.c: Likewise.
4862 * features/arm-with-vfpv2.c: Likewise.
4863 * features/arm-with-vfpv3.c: Likewise.
4864 * features/mips-dsp-linux.c: Likewise.
4865 * features/mips-linux.c: Likewise.
4866 * features/mips64-dsp-linux.c: Likewise.
4867 * features/mips64-linux.c: Likewise.
4868 * features/s390-linux32.c: Likewise.
4869 * features/s390-linux32v1.c: Likewise.
4870 * features/s390-linux32v2.c: Likewise.
4871 * features/s390-linux64.c: Likewise.
4872 * features/s390-linux64v1.c: Likewise.
4873 * features/s390-linux64v2.c: Likewise.
4874 * features/s390x-linux64.c: Likewise.
4875 * features/s390x-linux64v1.c: Likewise.
4876 * features/s390x-linux64v2.c: Likewise.
4877 * features/tic6x-c62x-linux.c: Likewise.
4878 * features/tic6x-c62x.c: Likewise.
4879 * features/tic6x-c64x-linux.c: Likewise.
4880 * features/tic6x-c64x.c: Likewise.
4881 * features/tic6x-c64xp-linux.c: Likewise.
4882 * features/tic6x-c64xp.c: Likewise.
4883 * target-descriptions.c: Only generate `field_type' and `type'
4884 variables when needed.
4886 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
4888 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
4890 2012-04-25 Doug Evans <dje@google.com>
4892 Initial pass at Go language support.
4894 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
4896 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
4897 (YYFILES): Add go-exp.c.
4898 (YYOBJ): Add go-exp.o.
4899 (local-maintainer-clean): Delete go-exp.c.
4900 * defs.h (enum language): Add language_go.
4901 * dwarf2read.c: #include "go-lang.h".
4902 (fixup_go_packaging): New function.
4903 (process_full_comp_unit): Call it when processing Go CUs.
4904 (dwarf2_physname): Add Go support.
4905 (read_file_scope): Handle missing language spec for GNU Go.
4906 (set_cu_language): Handle DW_LANG_Go.
4907 * go-exp.y: New file.
4908 * go-lang.h: New file.
4909 * go-lang.c: New file.
4910 * go-typeprint.c: New file.
4911 * go-valprint.c: New file.
4912 * symtab.c: #include "go-lang.h".
4913 (symbol_set_language): Handle language_go.
4914 (symbol_find_demangled_name, symbol_set_names): Ditto.
4915 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
4917 2012-04-24 Jim Meyering <meyering@redhat.com>
4919 avoid a few strncpy-induced buffer overruns
4920 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
4921 fname and psargs before trying to concatenate.
4922 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
4923 "name" before applying strchr.
4925 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
4927 * CONTRIBUTE: Use unified diff instead of context diff when
4930 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
4932 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
4933 code. Handle JR.HB correctly.
4935 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
4938 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
4939 with the other MIPS16 helpers.
4941 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
4943 * observer.sh: Conditionally declare `args', thus cleaning up
4944 unused instances of this variable.
4946 2012-04-24 Yao Qi <yao@codesourcery.com>
4948 Revert this patch to allow breakpoint always-inserted
4950 2011-12-05 Pedro Alves <pedro@codesourcery.com>
4951 * breakpoint.c: Include record.h.
4952 (breakpoints_always_inserted_mode): Return false when the record
4955 * breakpoint.c (iterate_over_bp_locations): New.
4956 * breakpoint.h: Declare.
4957 New typedef walk_bp_location_callback.
4958 * record.c (record_open): Call record_init_record_breakpoints.
4959 (record_sync_record_breakpoints): New.
4960 (record_init_record_breakpoints): New.
4961 * NEWS: Mention supporting breakpoint always-inserted mode in
4964 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
4966 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
4969 2012-04-24 Yao Qi <yao@codesourcery.com>
4971 * breakpoint.c (ep_is_catchpoint): Renamed to ...
4972 (is_catchpoint): ... it.
4973 (print_one_breakpoint_location): Caller update.
4974 * breakpoint.h: Update declaration.
4976 2012-04-23 David S. Miller <davem@davemloft.net>
4978 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
4980 2012-04-23 Tom Tromey <tromey@redhat.com>
4982 * buildsym.c (add_free_pendings): Remove.
4983 * buildsym.h (add_free_pendings): Remove.
4985 2012-04-23 Doug Evans <dje@google.com>
4987 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
4988 attr.u.unsnd instead of attr.u.addr.
4989 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
4990 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
4992 (dump_die_shallow): Update cases DW_FORM_ref_addr,
4993 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
4995 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
4997 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
4999 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
5000 (mips_o32_return_value): Likewise.
5001 (mips_o64_return_value): Likewise.
5003 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
5005 * ada-lang.c (ada_evaluate_subexp): Add cases for
5006 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
5007 their treatment in eval.c.
5009 2012-04-21 David S. Miller <davem@davemloft.net>
5011 * sparc-tdep.c (X_DISP10): Define.
5012 (sparc_analyze_control_transfer): Handle compare-and-branch.
5014 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
5016 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
5017 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
5019 2012-04-20 Nigel Stephens <nigel@mips.com>
5020 Maciej W. Rozycki <macro@codesourcery.com>
5022 * mips-tdep.c (mips_float_register_p): New function.
5023 (mips_convert_register_float_case_p): Use mips_float_register_p.
5024 (mips_register_type): Likewise.
5025 (mips_print_register): Likewise.
5026 (print_gp_register_row): Likewise.
5027 (mips_print_registers_info): Likewise.
5029 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
5031 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
5034 2012-04-20 Andrew Pinski <apinski@cavium.com>
5036 * MAINTAINERS (Write After Approval): Add myself to the list.
5038 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
5040 * MAINTAINERS: Update my e-mail address.
5042 2012-04-20 Pedro Alves <palves@redhat.com>
5044 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
5046 * configure: Regenerate.
5048 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
5050 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
5052 * gdb_vecs.h: Declare `const_char_ptr' VEC.
5054 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5056 Fix compilation compatibility with python-2.4
5057 * python/py-type.c (convert_field): Cast ADDRSTRING for
5058 PyObject_SetAttrString as non-const. New comment.
5060 2012-04-19 Tom Tromey <tromey@redhat.com>
5062 * top.c (quit_target): Use all_cleanups.
5063 * main.c (captured_command_loop): Use all_cleanups.
5064 * exceptions.c (throw_exception): Use all_cleanups.
5066 2012-04-19 Pedro Alves <palves@redhat.com>
5068 * Makefile.in (GNULIB_BUILDDIR): New.
5069 (LIBGNU, INCGNU, GNULIB_H): Adjust.
5070 (SUBDIRS): Add $(GNULIB_BUILDDIR).
5071 (CLEANDIRS). Remove gnulib/import.
5072 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
5074 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
5075 (gnulib/import/Makefile): Replace gnulib/import with
5076 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
5077 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
5078 (aclocal_m4_deps): Remove the gnulib dependencies. Add
5079 acx_configure_dir.m4.
5080 * acinclude.m4: Include acx_configure_dir.m4.
5081 * acx_configure_dir.m4: New file.
5082 * aclocal.m4: Regenerate.
5083 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
5084 calls. Configure gnulib using ACX_CONFIGURE_DIR.
5085 (GNULIB): New variable.
5086 (GNULIB_STDINT_H): Adjust.
5087 (AC_OUTPUT): Don't output gnulib/Makefile.
5088 * gdb/defs.h: Include build-gnulib/config.h.
5089 * aclocal.m4: Regenerate.
5090 * config.in: Regenerate.
5091 * configure: Regenerate.
5093 * gnulib/Makefile.in: New file.
5094 * gnulib/configure.ac: New file.
5095 * gnulib/aclocal.m4: New file.
5096 * gnulib/config.in: New file.
5097 * gnulib/configure: New file.
5098 * gnulib/: Re-run gnulib-tool to adjust.
5100 2012-04-19 Doug Evans <dje@google.com>
5102 * cleanups.h (struct cleanup): Move to cleanups.c.
5103 (make_cleanup_dtor_ftype): New typedef.
5104 (make_cleanup_dtor): Use it.
5105 (ALL_CLEANUPS): Replace with ...
5106 (all_cleanups): ... this. Declare. All uses updated.
5107 * cleanups.c: #include "gdb_assert.h".
5108 (sentinel_cleanup): New static global.
5109 (SENTINEL_CLEANUP): Define.
5110 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
5111 (make_my_cleanup2): Assert result is non-NULL.
5112 (all_cleanups): New function.
5113 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
5116 2012-04-19 Pedro Alves <palves@redhat.com>
5118 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
5119 Adjust paths to gnulib imported files.
5121 2012-04-19 Pedro Alves <palves@redhat.com>
5123 * gnulib/: Move whole directory ...
5124 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
5125 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
5126 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
5127 (aclocal_m4_deps): Adjust.
5128 * aclocal.m4: Regenerate.
5129 * configure: Regenerate.
5130 * configure.ac: Adjust AC_OUTPUT output.
5132 2012-04-19 Yao Qi <yao@codesourcery.com>
5134 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
5136 * vec.c: Move it ...
5137 * common/vec.c: ... here.
5138 * vec.h: Move it ...
5139 * common/vec.h: ... here.
5141 2012-04-19 Yao Qi <yao@codesourcery.com>
5143 * gdb-code-style.el: New.
5145 2012-04-18 Pedro Alves <palves@redhat.com>
5147 Update gnulib from latest git.
5148 (639ea5ae15e39fe48d43e04864b2997301e4b969)
5150 * gnulib/Makefile.am: Update.
5151 * gnulib/dummy.c: Update.
5152 * gnulib/extra/arg-nonnull.h: Update.
5153 * gnulib/extra/c++defs.h: Update.
5154 * gnulib/extra/update-copyright: Update.
5155 * gnulib/extra/warn-on-use.h: Update.
5156 * gnulib/inttypes.in.h: Update.
5157 * gnulib/m4/00gnulib.m4: Update.
5158 * gnulib/m4/extensions.m4: Update.
5159 * gnulib/m4/gnulib-cache.m4: Update.
5160 * gnulib/m4/gnulib-common.m4: Update.
5161 * gnulib/m4/gnulib-comp.m4: Update.
5162 * gnulib/m4/gnulib-tool.m4: Update.
5163 * gnulib/m4/include_next.m4: Update.
5164 * gnulib/m4/inttypes-pri.m4: Update.
5165 * gnulib/m4/inttypes.m4: Update.
5166 * gnulib/m4/longlong.m4: Update.
5167 * gnulib/m4/memchr.m4: Update.
5168 * gnulib/m4/memmem.m4: Update.
5169 * gnulib/m4/mmap-anon.m4: Update.
5170 * gnulib/m4/multiarch.m4: Update.
5171 * gnulib/m4/onceonly.m4: Update.
5172 * gnulib/m4/stddef_h.m4: Update.
5173 * gnulib/m4/stdint.m4: Update.
5174 * gnulib/m4/string_h.m4: Update.
5175 * gnulib/m4/warn-on-use.m4: Update.
5176 * gnulib/m4/wchar_h.m4: Update.
5177 * gnulib/m4/wchar_t.m4: Update.
5178 * gnulib/m4/wint_t.m4: Update.
5179 * gnulib/memchr.c: Update.
5180 * gnulib/memmem.c: Update.
5181 * gnulib/stddef.in.h: Update.
5182 * gnulib/stdint.in.h: Update.
5183 * gnulib/str-two-way.h: Update.
5184 * gnulib/string.in.h: Update.
5185 * gnulib/wchar.in.h: Update.
5187 * gnulib/extra/arg-nonnull.h: Delete.
5188 * gnulib/extra/c++defs.h: Delete.
5189 * gnulib/extra/warn-on-use.h: Delete.
5190 * gnulib/m4/wchar_h.m4: Delete.
5191 * gnulib/m4/wint_t.m4: Delete.
5192 * gnulib/wchar.in.h: Delete.
5194 * gnulib/extra/snippets/arg-nonnull.h: New.
5195 * gnulib/extra/snippets/c++defs.h: New.
5196 * gnulib/extra/snippets/warn-on-use.h: New.
5198 * aclocal.m4: Regenerate.
5199 * config.in: Regenerate.
5200 * configure: Regenerate.
5201 * gnulib/Makefile.in: Regenerate.
5203 2012-04-18 Pedro Alves <palves@redhat.com>
5205 Reimport the update-copyright module from gnulib
5206 (250b80067c1e1d8faa0c42fb572f721975b929c5).
5208 * configure: Regenerate.
5209 * gnulib/Makefile.am: Update.
5210 * gnulib/Makefile.in: Regenerate.
5211 * gnulib/extra/update-copyright: Update.
5212 * gnulib/m4/gnulib-cache.m4: Update.
5213 * gnulib/m4/gnulib-comp.m4: Update.
5215 2012-04-18 Tristan Gingold <gingold@adacore.com>
5217 * configure.ac (aix): Put -lpthread into libs.
5218 * configure: Regenerate.
5220 2012-04-18 Tom Tromey <tromey@redhat.com>
5222 * linespec.c (convert_linespec_to_sals): Don't use
5224 (compare_msymbols): Arguments are minsym_and_objfile, not
5225 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
5227 2012-04-18 Pedro Alves <palves@redhat.com>
5229 Revert gnulib/ part of:
5230 2011-01-01 Joel Brobecker <brobecker@adacore.com>
5231 Copyright year update in most files (performed by copyright.sh).
5233 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5235 Fix 64-bit constants on 32-bit hosts.
5236 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
5237 from unsigned long to ULONGEST.
5238 (read_signed_leb128): Change declaration return type from long to
5240 (dwarf2_const_value_attr): Change declaration parameter value from long
5242 (dwarf2_compute_name): Change variable value from long to LONGEST.
5243 (read_unsigned_leb128): Change return type, variable result and some
5244 casts from unsigned long to ULONGEST.
5245 (read_signed_leb128): Change return type, variable result and some
5246 casts from long to LONGEST.
5247 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
5248 value from long to LONGEST.
5249 (dwarf2_const_value): Change variable value from long to LONGEST.
5250 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
5251 plongest and hex_string.
5252 * symtab.h (struct general_symbol_info): Change ivalue from long to
5253 LONGEST, remove the comment.
5254 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
5255 Change SYMBOL_VALUE format strings to use plongest and hex_string.
5257 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
5260 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
5261 * ada-lang.c (ada_discrete_type_high_bound)
5262 (ada_discrete_type_low_bound): Fix function comment. Use
5263 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
5264 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
5265 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
5266 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
5267 Use TYPE_FIELD_ENUMVAL.
5268 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
5269 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
5270 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
5271 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
5273 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
5274 * dwarf2read.c (process_enumeration_scope): Likewise.
5275 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
5277 (class StructMainTypePrettyPrinter): Support also
5278 FIELD_LOC_KIND_ENUMVAL.
5279 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
5281 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
5282 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
5283 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
5284 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
5286 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
5287 accommodate enumval.
5288 (struct call_site): Adjust loc_kind to accommodate enumval.
5289 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
5290 (TYPE_FIELD_ENUMVAL): New macros.
5291 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
5292 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
5294 * p-typeprint.c (pascal_type_print_base): Likewise.
5295 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
5297 * python/lib/gdb/types.py (make_enum_dict): Likewise.
5298 * python/py-type.c (convert_field): New variable addrstring. Use
5299 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
5300 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
5301 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
5302 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
5304 * valprint.c (generic_val_print): Likewise.
5306 2012-04-17 Doug Evans <dje@google.com>
5308 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
5310 * dwarf2read.c: Whitespace fixes.
5311 (lookup_signatured_type): Tweak comment.
5312 (get_die_type_at_offset): Fix comment.
5314 2012-04-17 Joel Brobecker <brobecker@adacore.com>
5316 * xcoffread.c (xcoff_secnum_to_sections): New function.
5317 (secnum_to_section, secnum_to_bfd_section): Reimplement
5318 using xcoff_secnum_to_sections. Rename "secnum" parameter
5320 (RECORD_MINIMAL_SYMBOL): Delete.
5321 (record_minimal_symbol): New function.
5322 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
5323 by call to record_minimal_symbol and set misc_func_recorded
5324 to 1. Set last_csect_sec to the XCOFF section index instead
5325 of GDB's section_offset index. Update calls to
5326 prim_record_minimal_symbol_and_info to pass the BFD section
5329 2012-04-17 Joel Brobecker <brobecker@adacore.com>
5331 * xcoffread.c (read_xcoff_symtab): Delete variables
5332 last_csect_val and last_csect_sec and associated code.
5334 2012-04-17 Doug Evans <dje@google.com>
5336 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
5337 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
5338 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
5339 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
5341 * cleanups.h: New file.
5342 * cleanups.c: New file.
5343 * Makefile.in (SFILES): Add cleanups.c.
5344 (HFILES_NO_SRCDIR): Add cleanups.h.
5345 (COMMON_OBS): Add cleanups.o.
5346 * defs.h (struct cleanup): Moved to cleanups.h.
5347 (do_cleanups,do_final_cleanups): Ditto.
5348 (discard_cleanups,discard_final_cleanups): Ditto
5349 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
5350 (save_cleanups,save_final_cleanups): Ditto.
5351 (restore_cleanups,restore_final_cleanups): Ditto.
5352 (null_cleanup): Ditto.
5353 (make_my_cleanup,make_my_cleanup2): Ditto.
5354 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
5355 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
5356 (do_cleanups,do_final_cleanups): Ditto.
5357 (discard_cleanups,discard_final_cleanups): Ditto
5358 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
5359 (save_cleanups,save_final_cleanups): Ditto.
5360 (restore_cleanups,restore_final_cleanups): Ditto.
5361 (null_cleanup): Ditto.
5362 (make_my_cleanup,make_my_cleanup2): Ditto.
5363 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
5365 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
5367 (make_cleanup_dyn_string_delete): Ditto.
5368 (make_cleanup_ui_file_delete): Ditto.
5369 (make_cleanup_ui_out_redirect_pop): Ditto.
5370 (make_cleanup_free_section_addr_info): Ditto.
5371 (make_cleanup_restore_integer): Ditto.
5372 (make_cleanup_unpush_target): Ditto.
5373 (make_cleanup_value_free_to_mark): Ditto.
5374 (make_cleanup_value_free): Ditto.
5375 (make_cleanup_free_so): Ditto.
5377 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5379 New option "set debug auto-load".
5380 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
5381 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
5382 (auto_load_safe_path_vec_update)
5383 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
5385 (file_is_auto_load_safe): New parameters debug_fmt and ....
5386 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
5387 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
5388 caller by explanatory string.
5389 (_initialize_auto_load): Register "set debug auto-load".
5390 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
5392 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
5393 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
5394 by explanatory string.
5395 * main.c (captured_main): Likewise.
5396 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
5397 (source_section_scripts): Likewise.
5399 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5401 New option "set auto-load safe-path".
5402 * NEWS: New commands "set auto-load safe-path"
5403 and "show auto-load safe-path".
5404 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
5405 (auto_load_safe_path, auto_load_safe_path_vec)
5406 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
5407 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
5408 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
5409 (source_gdb_script_for_objfile): New variable is_safe. Call
5410 file_is_auto_load_safe. Return if it is not.
5411 (struct loaded_script): New field loaded.
5412 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
5413 (print_script): Use LOADED indicator instead of FULL_PATH. Change
5414 output "Missing" to "No".
5415 (_initialize_auto_load): New variable cmd. Initialize
5416 auto_load_safe_path. Register "set auto-load safe-path",
5417 "show auto-load safe-path" and "add-auto-load-safe-path".
5418 * auto-load.h (maybe_add_script): Add parameter loaded.
5419 (file_is_auto_load_safe): New declaration.
5420 * config.in: Regenerate.
5421 * configure: Regenerate.
5422 * configure.ac: New parameters --with-auto-load-safe-path
5423 and --without-auto-load-safe-path.
5424 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
5425 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
5426 * main.c (captured_main): Check file_is_auto_load_safe for
5428 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
5429 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
5430 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
5433 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5435 auto-load: Implementation.
5436 * NEWS: New descriptions for "info auto-load",
5437 "info auto-load gdb-scripts", "info auto-load python-scripts",
5438 "info auto-load local-gdbinit" and "info auto-load libthread-db".
5439 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
5440 and "show auto-load-scripts". New description for "set auto-load",
5441 "show auto-load", "set auto-load gdb-scripts",
5442 "show auto-load gdb-scripts", "set auto-load python-scripts",
5443 "show auto-load python-scripts", "set auto-load local-gdbinit",
5444 "show auto-load local-gdbinit", "set auto-load libthread-db" and
5445 "show auto-load libthread-db".
5446 * auto-load.c: Remove include python/python-internal.h. Add includes
5447 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
5449 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
5450 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
5451 (gdbpy_global_auto_load): Rename to ...
5452 (global_auto_load): ... here.
5453 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
5454 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
5455 (script_language_gdb, source_gdb_script_for_objfile): New.
5456 (struct loaded_script): New field language.
5457 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
5459 (maybe_add_script): Add parameter language. Drop redundant
5460 entry.full_path initialization. Initialize entry.language and
5462 (auto_load_objfile_script): Change parameter suffix to language.
5463 Remove the call of maybe_add_script.
5464 Call language->source_script_for_objfile.
5465 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
5467 (collect_matching_scripts): Adjust it for
5468 struct collect_matching_scripts_data.
5469 (auto_load_info_scripts_pattern_nl): New variable.
5470 (info_auto_load_scripts): Rename to ...
5471 (auto_load_info_scripts): ... here, add parameter language. Adjust it
5472 for struct collect_matching_scripts_data.
5473 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
5474 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
5475 (auto_load_show_cmdlist_get, info_auto_load_cmd)
5476 (auto_load_info_cmdlist_get): New.
5477 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
5478 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
5479 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
5480 "info auto-load local-gdbinit".
5481 * auto-load.h (struct script_language): New.
5482 (gdbpy_global_auto_load): Rename to ...
5483 (global_auto_load): ... here.
5484 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
5485 (auto_load_local_gdbinit_loaded): New declarations.
5486 (maybe_add_script): New parameter language.
5487 (auto_load_objfile_script): Change parameter suffix to language.
5488 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
5489 (auto_load_info_scripts, auto_load_set_cmdlist_get)
5490 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
5492 * linux-thread-db.c: Include auto-load.h and ctype.h.
5493 (auto_load_thread_db, show_auto_load_thread_db): New.
5494 (struct thread_db_info): New field filename.
5495 (delete_thread_db_info): Call xfree for FILENAME.
5496 (try_thread_db_load): Initialize FILENAME.
5497 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
5498 if !AUTO_LOAD_THREAD_DB.
5499 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
5500 (_initialize_thread_db): Install auto_load_thread_db
5501 as "set auto-load libthread-db" and install info_auto_load_libthread_db
5502 as "info auto-load libthread-db".
5503 * main.c (captured_main): Rename gdbpy_global_auto_load to
5504 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
5505 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
5506 (print_gdb_help): Extend the help for 'local init file'.
5507 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
5508 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
5509 (auto_load_scripts): Rename to ...
5510 (auto_load_python_scripts): ... here, update the comment.
5511 (gdbpy_load_auto_script_for_objfile): New declaration.
5512 (show_auto_load_python_scripts, script_language_python)
5513 (gdbpy_load_auto_script_for_objfile): New.
5514 (source_section_scripts): Refactor the code.
5515 (load_auto_scripts_for_objfile): Rename to ...
5516 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
5517 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
5518 (info_auto_load_python_scripts): New.
5519 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
5520 Rename "set auto-load-scripts" to "set auto-load python-scripts".
5521 Register "set auto-load-scripts" as its deprecated alias. Register
5522 "info auto-load python-scripts". Register "info auto-load-scripts" as
5523 its deprecated alias.
5524 (load_auto_scripts_for_objfile): Rename to ...
5525 (gdbpy_load_auto_scripts_for_objfile): ... here.
5526 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
5527 (gdbpy_load_auto_scripts_for_objfile): ... here.
5529 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5531 auto-load: Move files.
5532 * Makefile.in (SFILES): Add auto-load.c.
5533 (HFILES_NO_SRCDIR): Add auto-load.h.
5534 (COMMON_OBS): Add auto-load.o.
5535 (distclean): Change .gdbinit for gdb-gdb.gdb.
5536 * auto-load.c: New file, with parts from python/py-auto-load.c.
5537 * auto-load.h: New file, with parts from python/python.h.
5538 * configure: Regenerate.
5539 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
5540 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
5541 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
5542 * main.c: Include auto-load.h.
5543 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
5544 command.h, observer.h and progspace.h to auto-load.c. Add include
5546 (gdbpy_global_auto_load, struct auto_load_pspace_info)
5547 (struct loaded_script, auto_load_pspace_data)
5548 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
5549 (hash_loaded_script_entry, eq_loaded_script_entry)
5550 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
5551 (maybe_add_script): Move to auto-load.c.
5552 (source_section_scripts): Change maybe_add_script parameters passing,
5553 use script_not_found_warning_print.
5554 (clear_section_scripts, auto_load_objfile_script)
5555 (auto_load_new_objfile, loaded_script_ptr)
5556 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
5557 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
5558 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
5559 auto_load_new_objfile and info_auto_load_scripts initizations to
5561 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
5563 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5566 * charset.c (find_charset_names): Remove variables ix and elt.
5567 Use free_char_ptr_vec.
5568 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
5569 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
5570 debugdir_end. New variable debugdir_len.
5571 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
5572 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
5574 * progspace.c (clear_program_space_solib_cache): Remove variables ix
5575 and elt. Use free_char_ptr_vec.
5576 * source.c (add_path): Remove variables argv, arg and argv_index.
5577 New variables dir_vec, back_to, ix and name.
5578 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
5579 make_cleanup_freeargv. Remove variable separator. Simplify the code
5580 no longer expecting DIRNAME_SEPARATOR.
5581 (openp): Remove variable p, p1 and len. New variables dir_vec,
5582 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
5583 no longer expecting DIRNAME_SEPARATOR.
5584 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
5585 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
5587 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
5588 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
5589 (dirnames_to_char_ptr_vec): New functions.
5591 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5594 * source.c (add_path): Remove always true conditional 'p == 0' and
5595 unindent its code block.
5597 2012-04-17 Pedro Alves <palves@redhat.com>
5599 * gdbtypes.h (FIELD_BITPOS): Rename to ...
5600 (FIELD_BITPOS_LVAL): ... this.
5601 (FIELD_BITPOS): New.
5602 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
5603 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
5604 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
5606 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
5608 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
5609 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
5610 * target-descriptions.c (tdesc_gdb_type): Adjust to use
5613 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5615 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
5616 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
5617 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
5618 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
5619 * jv-lang.c (java_link_class_type): Likewise, once.
5620 * stabsread.c (read_enum_type): Likewise.
5622 2012-04-16 Yao Qi <yao@codesourcery.com>
5624 * common/agent.c (agent_run_command): Add one more parameter `len'.
5626 * common/agent.h: Update declaration.
5627 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
5629 (linux_child_static_tracepoint_markers_by_strid): Ditto.
5631 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
5634 * value.c (value_actual_type): New function.
5635 * value.h (value_actual_type): New declaration.
5636 * varobj.c (update_type_if_necessary): New function.
5637 (varobj_create): Call value_actual_type instead of
5639 (install_dynamic_child): distinct changed and type changed MI variable
5641 (update_dynamic_varobj_children): Updated for install_dynamic_child
5642 change. All callers updated.
5643 (varobj_update): Support for MI variable object type change if
5644 the value changed and RTTI is used to determine the type.
5645 (create_child_with_value): Call value_actual_type instead of
5647 (adjust_value_for_child_access): Extended with a new parameter which
5648 specify whether the given value should be casted to enclosing type.
5649 All callers updated.
5651 2012-04-14 Yao Qi <yao@codesourcery.com>
5653 Import gnulib module inttypes from git
5654 (250b80067c1e1d8faa0c42fb572f721975b929c5)
5655 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
5656 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
5657 gnulib/m4/inttypes-pri.m4
5658 * aclocal.m4, config.in, configure: Regenerated.
5659 * gnulib/Makefile.am: Update.
5660 * gnulib/Makefile.in: Update.
5661 * gnulib/m4/gnulib-cache.m4: Update.
5662 * gnulib/m4/gnulib-comp.m4: Update.
5663 * gnulib/inttypes.in.h: New.
5664 * gnulib/m4/inttypes-pri.m4: New.
5665 * gnulib/m4/inttypes.m4: New.
5667 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
5669 * infrun.c (resume): Update PC address to the real PC after
5670 preparing to do displaced stepping.
5672 2012-04-12 Doug Evans <dje@google.com>
5674 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
5675 All callers updated.
5677 2012-04-12 Mark Kettenis <kettenis@gnu.org>
5679 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
5681 2012-04-12 Doug Evans <dje@google.com>
5683 * dwarf2read.c (create_all_type_units): Renamed from
5684 create_debug_types_hash_table. All callers updated.
5686 * dwarf2read.c (create_signatured_type_table_from_index): Rename
5687 local type_sig to sig_type, type_offset to type_offset_in_tu.
5688 (hash_signatured_type): Renamed from hash_type_signature,
5689 all callers updated.
5690 (eq_signatured_type): Renamed from eq_type_signature,
5691 all callers updated.
5692 (create_debug_types_hash_table): Rename local type_sig to sig_type.
5693 (process_enumeration_scope): Ditto.
5694 (lookup_signatured_type_at_offset): Ditto.
5695 (load_full_type_unit, read_signatured_type): Ditto.
5697 2012-04-12 Yao Qi <yao@codesourcery.com>
5699 * remote.c (async_remote_interrupt): Correct function name in
5701 (async_remote_interrupt_twice): Ditto.
5703 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
5705 * source.c (find_and_open_source): Consistently pass resulting
5706 full path through xfullpath.
5708 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5710 Provide more specific displaced-stepping memory error message.
5711 * infrun.c (displaced_step_prepare): New variable status. Call
5712 target_read_memory instead of read_memory, provide more specific
5715 2012-04-11 Tristan Gingold <gingold@adacore.com>
5718 * darwin-nat.c (darwin_execvp): Revert previous patch.
5720 2012-04-11 Tristan Gingold <gingold@adacore.com>
5723 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
5726 2012-04-11 Tristan Gingold <gingold@adacore.com>
5728 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
5731 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
5733 New command 'explore' which helps explore values and types in
5735 * NEWS: Add an entry about the new 'explore' command.
5736 * data-directory/Makefile.in: Add gdb/command/explore.py
5737 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
5738 command using the GDB Python API.
5740 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
5742 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
5743 extension in jump target calculation.
5745 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
5747 * mips-tdep.c (mips32_next_pc): Handle JALX.
5749 2012-04-10 Yao Qi <yao@codesourcery.com>
5751 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
5753 2012-04-10 Yao Qi <yao@codesourcery.com>
5755 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
5756 and gnulib/m4/gnulib-tool.m4.
5758 2012-04-10 Doug Evans <dje@google.com>
5760 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
5761 (load_partial_dies): Clarify comment.
5762 (find_partial_die): Support rereading type units.
5763 Clarify CU handling, if we know offset is in CU, don't search for the
5764 containing CU. Add comment regarding memory waste.
5766 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
5768 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
5769 i386/x32-avx and i386/x32-avx-linux.
5770 (i386/x32-expedite): New.
5771 (i386/x32-linux-expedite): Likewise.
5772 (i386/x32-avx-expedite): Likewise.
5773 (i386/x32-avx-linux-expedite): Likewise.
5774 ($(outdir)/i386/x32.dat): Likewise.
5775 ($(outdir)/i386/x32-linux.dat): Likewise.
5776 ($(outdir)/i386/x32-avx.dat): Likewise.
5777 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
5779 * features/i386/x32-avx-linux.xml: New file.
5780 * features/i386/x32-avx.xml: Likewise.
5781 * features/i386/x32-core.xml: Likewise.
5782 * features/i386/x32-linux.xml: Likewise.
5783 * features/i386/x32.xml: Likewise.
5785 * features/i386/x32-avx-linux.c: New. Generated.
5786 * features/i386/x32-avx.c: Likewise.
5787 * features/i386/x32-linux.c: Likewise.
5788 * features/i386/x32.c: Likewise.
5789 * regformats/i386/x32-avx-linux.dat: Likewise.
5790 * regformats/i386/x32-avx.dat: Likewise.
5791 * regformats/i386/x32-linux.dat: Likewise.
5792 * regformats/i386/x32.dat: Likewise.
5794 2012-04-10 Tristan Gingold <gingold@adacore.com>
5796 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
5797 code to kill the inferior.
5799 2012-04-09 Mark Kettenis <kettenis@gnu.org>
5801 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5803 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5805 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
5806 (yyvsp): New defines.
5807 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5809 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5811 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5813 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5815 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5818 2012-04-09 Mark Kettenis <kettenis@gnu.org>
5820 * sparc64-tdep.c (sparc64_store_arguments)
5821 (sparc64_store_arguments): Fix coding style.
5823 2012-04-07 Mark Kettenis <kettenis@gnu.org>
5825 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
5826 complex floats, adjust some related comments and tighten a related
5828 (sparc64_extract_return_value): Handle complex floats.
5830 2012-04-07 Doug Evans <dje@google.com>
5832 * dwarf2read.c (load_partial_dies): Change condition to assert.
5834 2012-04-06 Doug Evans <dje@google.com>
5836 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
5839 2012-04-05 Kevin Buettner <kevinb@redhat.com>
5841 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
5843 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
5844 (v850_gdbarch_init): Set `num_regs' as appropriate for the
5847 2012-04-05 Keith Seitz <keiths@redhat.com>
5849 * linespec.c (decode_compound): Remove.
5850 (enum offset_relative_sign): New enum.
5851 (struct line_offset): New struct.
5852 (struct linespec): New struct.
5853 (struct linespec_state): Move file_symtabs,
5854 user_filename, and user_function into struct linespec.
5855 Make result an anonymous struct holding vectors of
5856 symbolp and minsym_and_objfile_d.
5857 Add language member.
5858 (enum ls_token_type): New enum.
5859 (linespec_keywords): New array.
5860 (struct ls_token): New struct.
5861 (struct ls_parser): New struct.
5862 (linespec_lexer_lex_number): New function.
5863 (linespec_lexer_lex_keyword): New function.
5864 (is_ada_operator): New function.
5865 (skip_quote_char): New function.
5866 (copy_token_string): New function.
5867 (is_closing_quote_enclosed): New function.
5868 (find_parameter_list_end): New function.
5869 (linespec_lexer_lex_string): New function.
5870 (linespec_lexer_lex_one): New function.
5871 (linespec_lexer_consume_token): New function.
5872 (linespec_lexer_peek_token): New function.
5873 (cplusplus_error): Remove unused function.
5874 (find_methods): Update comment.
5875 (find_toplevel_char): Return const.
5876 (is_objc_method_format): Remove unused function.
5877 (find_toplevel_string): New function.
5878 (is_linespec_boundary): Remove.
5879 (symbol_not_found_error): New function.
5880 (find_method_overload_end): Remove function.
5881 (unexpected_linespec_error): New function.
5882 (keep_name_info): Remove.
5883 (linespec_parse_line_offset): New function.
5884 (linespec_parse_basic): New function.
5885 (canonicalize_linespec): New function.
5886 (decode_line_internal): Remove.
5887 (create_sals_line_offset): New function adapted from
5889 (convert_linespec_to_sals): New function.
5890 (parse_linespec): New function.
5891 (linespec_parser_new): New function.
5892 (linespec_state_destructor): Change parameter type to
5893 struct linespec_state *.
5894 Add language parameter.
5895 Remove freeing of moved members.
5896 (linespec_parser_delete): New function.
5897 (decode_line_full): Use parse_linespec and linespec_parser_new.
5898 (decode_line_1): Likewise.
5899 (decode_indirect): Rename to ...
5900 (linespec_expression_to_pc): ... this and rewrite
5901 to simply find CORE_ADDR, storing this result for later
5903 (locate_first_half): Remove.
5904 (deocde_objc): Add parameter LS.
5905 Initialize new struct collect_info members.
5906 Handle minimal symbols, too.
5907 (decode_compound): Delete.
5908 (lookup_prefix_sym): Rewrite.
5909 (compare_msymbols): New function.
5910 (find_method): Rewrite.
5911 Do not call cplusplus_error.
5912 (symtabs_from_filename): Rewrite.
5913 (collect_function_symbols): Delete.
5914 (find_function_symbols): Rewrite without ARGPTR-style
5916 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
5917 (decode_dollar): Adapted and renamed to ...
5918 (linespec_parse_variable): ... this.
5919 (find_linespec_symbols): New function.
5920 (decode_label): Adapted and renamed to ...
5921 (find_label_symbols): ... this.
5922 (decode_digits_list_mode): Add and use LS argument.
5923 (decode_digits_ordinary): Likewise.
5924 (collect_symbols): Do not collect SALs, just symbols and msymbols.
5925 If in list mode, allow any symbol class. Otherwise, only
5926 permit LOC_BLOCK symbols.
5927 (minsym_found): Update comments.
5928 (search_minsyms_for_name): Do not convert the matching symbol
5929 into a SAL. Simply push the symbol and objfile into the
5931 (decode_variable): Delete. Contents adapted into
5932 find_linespec_symbols.
5934 * cp-support.c (SKIP_SPACE): Remove.
5935 (operator_tokens): Remove unused global.
5936 (cp_validate_operator): Remove.
5937 * cp-support.h (cp_validate_operator): Remove declaration.
5939 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5941 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
5942 for TYPE_VPTR_FIELDNO.
5943 * valprint.c (valprint_check_validity): Make it global, move the
5944 function comment ...
5945 * value.h (valprint_check_validity): ... to this new declaration.
5947 2012-04-02 Tristan Gingold <gingold@adacore.com>
5949 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
5950 the STATE32 api for i386 state.
5951 (i386_darwin_store_inferior_registers): Likewise.
5953 2012-04-02 Tristan Gingold <gingold@adacore.com>
5955 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
5957 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
5960 2012-04-02 Tristan Gingold <gingold@adacore.com>
5963 * darwin-nat.c (darwin_execvp): Set binary preference.
5965 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5967 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
5969 2012-03-30 Tom Tromey <tromey@redhat.com>
5971 * python/python.c (gdbpy_decode_line): Move cleanup creation out
5972 of TRY_CATCH. Fix error handling.
5973 * python/py-value.c (convert_value_from_python): Move 'old'
5974 declaration to innermost scope.
5976 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5977 Andrey Smirnov <andrew.smirnov@gmail.com>
5979 -Wshadow warning fix.
5980 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
5981 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
5982 Adjust code accordingly.
5984 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5986 * ada-lang.c (symbol_completion_add): Rename parameter
5987 "encoded" into "encoded_p". Ajust code and documentation
5990 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5991 Andrey Smirnov <andrew.smirnov@gmail.com>
5993 -Wshadow warning fix.
5994 * ada-lang.c (symbol_completion_add): Rename parameter
5995 "wild_match" into wild_match_p. Update code and documentation
5998 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6000 * ada-lang.c (symbol_completion_match): Rename parameter
6001 "encoded" into "encoded_p". Ajust code and documentation
6004 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6005 Andrey Smirnov <andrew.smirnov@gmail.com>
6007 -Wshadow warning fix.
6008 * ada-lang.c (symbol_completion_match): Rename parameter
6009 "wild_match" into "wild_match_p". Adjust code and function
6010 documentation accordingly.
6012 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6013 Andrey Smirnov <andrew.smirnov@gmail.com>
6015 -Wshadow warning fix.
6016 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
6017 "symbol_info" into "info". Adjust code accordingly.
6018 (ada_lookup_symbol): Likewise.
6020 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6022 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
6023 of this function's documentation.
6025 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6026 Andrey Smirnov <andrew.smirnov@gmail.com>
6028 -Wshadow warning fix.
6029 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
6030 variable into "wild_match_p". Adjust code accordingly.
6032 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6033 Andrey Smirnov <andrew.smirnov@gmail.com>
6035 -Wshadow warning fix.
6036 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
6037 parameter into "wild_match_p". Adjust code accordingly.
6038 Document this parameter in the function description.
6040 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6041 Andrey Smirnov <andrew.smirnov@gmail.com>
6043 -Wshadow warning fix.
6044 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
6045 "wild_match" parameter to "wild_match_p" (-Wshadow).
6047 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6049 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
6050 in function documentation.
6052 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6053 Andrey Smirnov <andrew.smirnov@gmail.com>
6055 -Wshadow warning fix.
6056 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
6057 variable into wild_match_p. Adjust code accordingly.
6059 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6060 Andrey Smirnov <andrew.smirnov@gmail.com>
6062 * ada-valprint.c (ada_val_print_1): Move the code handling
6063 TYPE_CODE_ENUM inside its own lexical block. Declare
6064 variables len and val there, instead of in the function's
6065 top level block. Avoid declaring deref_val again in a way
6066 that shadows another variable of the same name declared
6067 in one of the up-level blocks. Just re-use the up-level
6070 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6072 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
6073 Replace block_found argument by symbol_info. Adjust
6074 implementation accordingly. Add function documentation.
6075 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
6077 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
6078 * ada-exp.y (write_object_renaming): Adjust to new
6079 ada_lookup_encoded_symbol API.
6081 2012-03-29 Joel Brobecker <brobecker@adacore.com>
6083 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
6086 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
6088 * v850-tdep.c: Add the enum values for mpu and fpu registers.
6089 (v850_register_name): Add the mpu and fpu register names.
6090 (v850e_register_name): Add the mpu and fpu register names.
6091 (v850e2_register_name): New function.
6092 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
6095 2012-03-28 Joel Brobecker <brobecker@adacore.com>
6097 * NEWS: Add entry for Ada varobj support.
6099 2012-03-28 Joel Brobecker <brobecker@adacore.com>
6101 * varobj.c (default_value_is_changeable_p): New function,
6102 extracted from varobj_value_is_changeable_p. Add declaration.
6103 (ada_value_is_changeable_p): New function, extracted from
6104 varobj_value_is_changeable_p. Add declaration.
6105 (struct language_specific): New field "value_is_changeable_p".
6106 (languages): Add entries for new field.
6107 (varobj_create): Set language before calling install_new_value.
6108 (varobj_value_is_changeable_p): Reimplement to call the varobj's
6109 "value_is_changeable_p" language callback.
6111 2012-03-28 Joel Brobecker <brobecker@adacore.com>
6113 * ada-varobj.h, ada-varobj.c: New files.
6114 * Makefile.in (SFILES): Add ada-varobj.c.
6115 (HFILES_NO_SRCDIR): Add ada-varobj.h.
6116 (COMMON_OBS): Add ada-varobj.o.
6118 2012-03-28 Joel Brobecker <brobecker@adacore.com>
6120 * varobj.c (ada_value_has_mutated): Add declaration. New function.
6121 (struct language_specific): New field "value_has_mutated".
6122 (languages): Set field "value_has_mutated" in each entry of array.
6123 (varobj_value_has_mutated): New function.
6124 (varobj_udpdate): Add handling of type mutation.
6125 (value_of_root): Add handling of type mutation.
6126 (ada_value_has_mutated): New function.
6128 2012-03-28 Pedro Alves <palves@redhat.com>
6130 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
6131 Always supply $fr0 as 0.0 and $fr1 as 1.0.
6133 2012-03-28 Tom Tromey <tromey@redhat.com>
6135 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
6136 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
6139 2012-03-28 Tom Tromey <tromey@redhat.com>
6141 * .dir-locals.el: New file.
6143 2012-03-28 Pedro Alves <palves@redhat.com>
6145 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
6147 2012-03-28 Joel Brobecker <brobecker@adacore.com>
6149 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
6152 2012-03-27 Pedro Alves <palves@redhat.com>
6154 Eliminate struct ui_stream.
6156 * ui-out.h (struct ui_stream): Delete.
6157 (ui_out_field_stream): Adjust prototype.
6158 (ui_out_stream_new, ui_out_stream_delete)
6159 (make_cleanup_ui_out_stream_delete): Delete declarations.
6160 * ui-out.c (ui_out_field_stream): Change prototype to take a
6161 ui_file instead of a ui_stream. Adjust.
6162 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
6163 (make_cleanup_ui_out_stream_delete): Delete.
6164 * breakpoint.c (print_breakpoint_location)
6165 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
6166 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
6167 * disasm.c (dump_insns): Ditto.
6168 (do_mixed_source_and_assembly, do_assembly_only): Adjust
6170 (gdb_disassembly): Use ui_file/mem_fileopen instead of
6171 ui_stream/ui_out_stream_new.
6172 * infcmd.c (print_return_value): Ditto.
6173 * osdata.c (info_osdata_command): Don't allocate a local
6175 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
6176 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
6177 * tracepoint.c (print_one_static_tracepoint_marker): Don't
6178 allocate a local ui_stream.
6179 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
6180 instead of ui_stream/ui_out_stream_new.
6181 (list_args_or_locals): Don't allocate a local ui_stream.
6182 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
6183 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
6184 ui_stream/ui_out_stream_new.
6185 * cli/cli-setshow.c (do_setshow_command): Ditto.
6187 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
6189 * arm-linux-tdep.c (arm_linux_init_abi): Call
6190 set_gdbarch_process_record. Initialize `arm_swi_record' field.
6191 * arm-tdep.c (arm_process_record): New function.
6192 (deallocate_reg_mem): New function.
6193 (decode_insn): New function.
6194 (thumb_record_branch): New function.
6195 (thumb_record_ldm_stm_swi(): New function.
6196 (thumb_record_misc): New function.
6197 (thumb_record_ld_st_stack): New function.
6198 (thumb_record_ld_st_imm_offset): New function.
6199 (thumb_record_ld_st_reg_offset(): New function.
6200 (thumb_record_add_sub_cmp_mov): New function.
6201 (thumb_record_shift_add_sub): New function.
6202 (arm_record_coproc_data_proc): New function.
6203 (arm_record_coproc): New function.
6204 (arm_record_b_bl): New function.
6205 (arm_record_ld_st_multiple): New function.
6206 (arm_record_ld_st_reg_offset): New function.
6207 (arm_record_ld_st_imm_offset): New function.
6208 (arm_record_data_proc_imm): New function.
6209 (arm_record_data_proc_misc_ld_str): New function.
6210 (arm_record_extension_space): New function.
6211 (arm_record_strx): New function.
6212 (sbo_sbz): New function.
6213 (struct insn_decode_record): New structure for arm insn record.
6214 (REG_ALLOC): New macro for reg allocations.
6215 (MEM_ALLOC): New macro for memory allocations.
6216 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
6218 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
6220 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
6221 (store_register): Likewise.
6223 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
6225 * MAINTAINERS (Write After Approval): Add myself to the list.
6227 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6229 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
6230 Describe also the option "auto".
6232 2012-03-22 Richard Henderson <rth@redhat.com>
6234 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
6235 * sparc-nat.c (sparc_xfer_wcookie): Make static.
6237 2012-03-22 Richard Henderson <rth@redhat.com>
6239 * jit.c (jit_read_code_entry): Compute alignment and offset of
6240 int64_t member before computing entry_size.
6242 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
6244 Python scripting: Add new method Value.referenced_value to
6245 gdb.Value which can dereference pointer as well as reference
6247 * NEWS: Add entry under 'Python scripting' about the new method
6248 Value.referenced_value on gdb.Value objects.
6249 * python/py-value.c (valpy_referenced_value): New function
6250 defining a new method on gdb.Value objects which can dereference
6251 pointer and reference values.
6253 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
6255 * MAINTAINERS (Write After Approval): Add myself to the list.
6257 2012-03-21 Kevin Buettner <kevinb@redhat.com>
6259 * symtab.c (skip_prologue_sal): Change test to check for "main()"
6260 in addition to "main".
6262 2012-03-21 Joel Brobecker <brobecker@adacore.com>
6264 * expression.h (op_name): Add declaration.
6265 * expprint.c (op_name): Remove declaration. Make non-static.
6266 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
6268 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
6270 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
6272 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
6273 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
6274 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
6275 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
6276 (linux_nat_get_siginfo): Likewise.
6277 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
6278 (linux_nat_get_siginfo): Likewise.
6279 * linux-tdep.c (linux_get_siginfo_type): Likewise.
6280 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
6281 * procfs.c (gdb_siginfo_t): Likewise.
6283 2012-03-21 Mike Frysinger <vapier@gentoo.org>
6285 * .gitignore: Ignore more files.
6287 2012-03-20 Pedro Alves <palves@redhat.com>
6289 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
6292 2012-03-20 Yao Qi <yao@codesourcery.com>
6294 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
6297 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6299 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
6300 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
6301 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
6303 * dwarf2expr.h (cu_offset, sect_offset): New types.
6304 (struct dwarf_expr_context_funcs) <dwarf_call>
6305 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
6307 (struct dwarf_expr_context) <len>: Improve the comment.
6308 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
6309 cu_offset and sect_offset.
6310 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
6311 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
6312 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
6313 * dwarf2loc.h: Include dwarf2expr.h.
6314 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
6316 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
6317 Improve the comment.
6318 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
6319 (struct signatured_type, struct line_header, struct partial_die_info)
6320 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
6321 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
6322 (get_die_type_at_offset, create_cus_from_index)
6323 (create_signatured_type_table_from_index, dw2_get_file_names)
6324 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
6325 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
6326 (create_debug_types_hash_table, process_psymtab_comp_unit)
6327 (load_partial_comp_unit, create_all_comp_units)
6328 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
6329 (load_full_comp_unit, dwarf2_physname, read_import_statement)
6330 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
6331 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
6332 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
6333 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
6334 (find_partial_die, read_attribute_value, lookup_die_type)
6335 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
6336 (is_ref_attr): New function comment.
6337 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
6338 Use cu_offset and sect_offset.
6339 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
6340 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
6341 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
6342 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
6343 (offset_and_type_hash, offset_and_type_eq, set_die_type)
6344 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
6345 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
6348 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6351 * python/py-auto-load.c (source_section_scripts): New variable back_to.
6352 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
6354 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
6356 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6358 * NEWS: Describe new options --init-command=FILE, -ix and
6359 --init-eval-command=COMMAND, -iex.
6360 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
6361 CMDARG_INIT_COMMAND.
6362 (captured_main): New enum items OPT_IX and OPT_IEX. Add
6363 "init-command", "init-eval-command", "ix" and "iex" to the variable
6364 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
6365 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
6366 (print_gdb_help): Describe --init-command=FILE, -ix and
6367 --init-eval-command=COMMAND, -iex.
6369 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6372 * main.c (struct cmdarg): Move it here from main. Add more comments.
6373 (cmdarg_s, VEC (cmdarg_s)): New.
6374 (main): Move struct cmdarg from here. New variables cmdarg_vec and
6375 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
6376 Install cleanup for cmdarg_vec. Update filling for options 'x' and
6377 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
6380 2012-03-19 Tom Tromey <tromey@redhat.com>
6382 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
6384 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6387 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
6390 2012-03-16 Chris January <chris.january@allinea.com>
6392 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
6395 2012-03-16 Chris January <chris.january@allinea.com>
6397 * source.c (add_path): Use memmove instead of strcpy because the
6400 2012-03-16 Joel Brobecker <brobecker@adacore.com>
6402 * value.h (set_value_parent): Add declaration.
6403 * value.c (set_value_parent): New function.
6404 (value_address): If VALUE->PARENT is not NULL, then use it as
6405 the base address instead of VALUE->LOCATION.address.
6406 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
6407 the same as OBJ's address. Adjust V's offset accordingly.
6410 2012-03-16 Gary Benson <gbenson@redhat.com>
6412 PR breakpoints/10738
6413 * dwarf2read.c (use_deprecated_index_sections): New global.
6414 (struct partial_die_info): New member may_be_inlined.
6415 (read_partial_die): Set may_be_inlined where appropriate.
6416 (add_partial_subprogram): Add partial symbols for partial
6417 DIEs that may be inlined.
6418 (new_symbol_full): Add inlined subroutines to the current
6420 (write_psymtabs_to_index): Bump version number.
6421 (dwarf2_read_index): Read only version 6 indices unless
6422 use_deprecated_index_sections is set.
6423 * linespec.c (symbol_and_data_callback): New structure.
6424 (iterate_inline_only): New function.
6425 (iterate_over_all_matching_symtabs): New argument
6426 "include_inline". If nonzero, also call the callback for
6427 symbols representing inlined subroutines.
6428 (lookup_prefix_sym): Pass extra argument to the above.
6429 (find_function_symbols): Likewise.
6430 (add_matching_symbols_to_info): Likewise.
6431 * NEWS: Mention that GDB can now set breakpoints on inlined
6434 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
6436 * p-typeprint.c (pascal_type_print_method_args):
6437 Fix display of parameter of methods.
6439 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
6441 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
6442 Add missing prototype.
6444 2012-03-16 Yao Qi <yao@codesourcery.com>
6445 Jan Kratochvil <jan.kratochvil@redhat.com>
6447 Fix false compilation warning.
6448 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
6450 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
6451 Pedro Alves <pedro@codesourcery.com>
6453 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
6454 (arm_register_g_packet_guesses): New function.
6455 (arm_gdbarch_init): Don't force a target description with
6456 registers when the executable is detected as M-profile. Instead
6457 set gdbarch->tdep->is_m. Register `g' packet guesses.
6458 (_initialize_arm_tdep): Initialize the new target description.
6459 * features/arm-with-m-fpa-layout.xml: New description.
6460 * features/arm-with-m-fpa-layout.c: New, generated.
6462 2012-03-15 Joel Brobecker <brobecker@adacore.com>
6464 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
6465 Update function description.
6466 (insert_bp_location): Do not wipe bl->target_info out.
6467 * mem-break.c: #include "gdb_string.h".
6468 (default_memory_insert_breakpoint): Do not call target_read_memory
6469 with a pointer to the breakpoint's shadow_contents buffer. Use
6470 a local buffer instead.
6471 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
6473 2012-03-15 Tom Tromey <tromey@redhat.com>
6475 * NEWS: Mention "info vtbl", not "info vtable".
6476 * cp-support.c (info_vtbl_command): Fix comment.
6477 (_initialize_cp_support): Fix text.
6479 2012-03-15 Tom Tromey <tromey@redhat.com>
6481 * cp-valprint.c (cp_print_value_fields): Use
6482 print_function_pointer_address for vtable slot.
6484 2012-03-15 Tom Tromey <tromey@redhat.com>
6486 * gnu-v3-abi.c (struct value_and_voffset): New.
6487 (hash_value_and_voffset, eq_value_and_voffset)
6488 (compare_value_and_voffset, compute_vtable_size)
6489 (print_one_vtable, gnuv3_print_vtable): New functions.
6490 (init_gnuv3_ops): Initialize 'print_vtable' field.
6491 * cp-support.c (info_vtbl_command): New function.
6492 (_initialize_cp_support): Add "info vtbl".
6493 * cp-abi.h (cplus_print_vtable): Declare.
6494 (struct cp_abi_ops) <print_vtable>: New field.
6495 * cp-abi.c (cplus_print_vtable): New function.
6498 2012-03-15 Tom Tromey <tromey@redhat.com>
6500 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
6501 iterate_over_symbols.
6503 2012-03-14 Doug Evans <dje@google.com>
6505 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
6506 DW_OP_GNU_parameter_ref.
6508 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6510 Fix double prompt of 'interpreter-exec mi'.
6511 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
6512 (mi_interpreter_resume): use it.
6513 (mi_execute_command_input_handler): New function.
6514 * mi/mi-main.c (mi_execute_command): Move prompt printing to
6515 mi_execute_command_input_handler.
6517 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
6519 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
6521 (darwin_debug_port_info): Make static.
6522 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
6523 * machoread.c (_initialize_machoread): Add prototype.
6524 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
6525 (i386_darwin_set_control, i386_darwin_get_control)
6526 i386_darwin_dr_set_addr, i386_darwin_get_addr)
6527 i386_darwin_get_status, i386_darwin_get_control):
6528 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
6530 2012-03-13 Joel Brobecker <brobecker@adacore.com>
6532 * ax-gdb.c (gen_usual_unary): Remove special handling of
6533 enum and bool types.
6535 2012-03-13 Joel Brobecker <brobecker@adacore.com>
6537 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
6539 2012-03-13 Joel Brobecker <brobecker@adacore.com>
6541 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
6543 2012-03-13 Chris January <chris.january@allinea.com>
6545 * aix-thread.c (fill_sprs): Store the floating point registers
6546 at the correct offsets into vals.
6548 2012-03-13 Doug Evans <dje@google.com>
6550 * NEWS: Mention symbol-reloading has been deleted.
6551 * symfile.c (symbol_reloading): Delete.
6552 (show_symbol_reloading): Delete.
6553 (_initialize_symfile): Delete set/show symbol-reloading.
6555 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
6556 read_in_chain until we have successfully read it in.
6557 (load_full_comp_unit): Ditto.
6558 (read_signatured_type): Add comment.
6560 2012-03-13 Chris January <chris.january@allinea.com>
6562 * stabsread.c (fix_common_block): Change type of valu argument
6565 2012-03-13 Chris January <chris.january@allinea.com>
6567 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
6570 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6572 * common/linux-procfs.c (linux_proc_get_int): New, from
6573 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
6575 (linux_proc_get_tgid): Only call linux_proc_get_int.
6576 (linux_proc_get_tracerpid): New.
6577 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
6578 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
6579 linux_proc_pid_has_state.
6580 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
6581 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
6582 (linux_ptrace_attach_warnings): New.
6583 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
6585 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
6586 (linux_nat_attach): New variables ex, buffer, message and message_s.
6587 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
6589 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6591 * Makefile.in (linux-ptrace.o): New.
6592 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
6594 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
6595 * common/linux-ptrace.c: New file.
6596 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
6597 * config/arm/linux.mh: Likewise.
6598 * config/i386/linux.mh: Likewise.
6599 * config/i386/linux64.mh: Likewise.
6600 * config/ia64/linux.mh: Likewise.
6601 * config/m32r/linux.mh: Likewise.
6602 * config/m68k/linux.mh: Likewise.
6603 * config/mips/linux.mh: Likewise.
6604 * config/pa/linux.mh: Likewise.
6605 * config/powerpc/linux.mh: Likewise.
6606 * config/powerpc/ppc64-linux.mh: Likewise.
6607 * config/powerpc/spu-linux.mh: Likewise.
6608 * config/s390/s390.mh: Likewise.
6609 * config/sparc/linux.mh: Likewise.
6610 * config/sparc/linux64.mh: Likewise.
6611 * config/xtensa/linux.mh: Likewise.
6612 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
6613 common/linux-procfs.c.
6614 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
6616 2012-03-13 Hui Zhu <teawater@gmail.com>
6617 Pedro Alves <palves@redhat.com>
6619 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
6620 CREATE_BREAKPOINT_FLAGS_INSERTED.
6621 (create_breakpoint_sal, create_breakpoints_sal)
6622 (base_breakpoint_create_breakpoints_sal)
6623 (tracepoint_create_breakpoints_sal)
6624 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
6626 (break_command_1, handle_gnu_v3_exceptions, trace_command)
6627 (ftrace_command, strace_command): Adjust.
6628 (create_tracepoint_from_upload): Pass
6629 CREATE_BREAKPOINT_FLAGS_INSERTED.
6630 * breakpoint.h (enum breakpoint_create_flags): New.
6631 (create_breakpoint): New flags parameter.
6632 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
6633 * python/py-breakpoint.c (bppy_init): Adjust.
6634 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
6635 * spu-tdep.c (spu_catch_start): Adjust.
6637 2012-03-13 Pedro Alves <palves@redhat.com>
6638 Hui Zhu <teawater@gmail.com>
6639 Yao Qi <yao@codesourcery.com>
6641 * remote.c (struct remote_state): New field `starting_up'.
6642 (remote_start_remote): Set and clear it.
6643 (remote_can_download_tracepoint): If starting up, return false.
6645 2012-03-13 Yao Qi <yao@codesourcery.com>
6647 * inferior.h (struct inferior): Remove fields any_syscall_count,
6648 syscalls_counts and total_syscalls_count. Move them to new
6649 struct catch_syscall_inferior_data in breakpoint.c.
6650 * breakpoint.c: Call DEF_VEC_I(int).
6651 (struct catch_syscall_inferior_data): New.
6652 (get_catch_syscall_inferior_data): New.
6653 (catch_syscall_inferior_data_cleanup): New.
6654 (insert_catch_syscall): Update to access data in
6655 struct catch_syscall_inferior_data.
6656 (insert_catch_syscall): Likewise.
6657 (remove_catch_syscall): Likewise.
6658 (remove_catch_syscall): Likewise.
6659 (is_syscall_catchpoint_enabled): Likewise.
6660 (add_catch_command): Likewise.
6661 (_initialize_breakpoint): Register cleanup.
6662 * breakpoint.h: Removed DEF_VEC_I(int).
6663 * dwarf2loc.c: Call DEF_VEC_I(int).
6664 * mi/mi-main.c: Likewise.
6666 2012-03-12 Mark Kettenis <kettenis@gnu.org>
6668 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
6670 2012-03-12 Chris January <chris.january@allinea.com>
6672 * aix-thread.c (_initialize_aix_thread): Add prototype.
6673 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
6674 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
6676 2012-03-12 Joel Brobecker <brobecker@adacore.com>
6678 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
6679 include of "amd64-nat.h".
6681 2012-03-12 Tom Tromey <tromey@redhat.com>
6683 * buildsym.c (record_pending_block): Now static.
6684 * buildsym.h: (record_pending_block): Remove.
6686 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
6688 * amd64bsd-nat.c: Include amd64bsd-nat.h.
6690 2012-03-09 Tom Tromey <tromey@redhat.com>
6692 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
6693 producer_is_gxx_lt_4_6>: New fields.
6694 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
6696 2012-03-09 Tom Tromey <tromey@redhat.com>
6698 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
6700 2012-03-08 Joel Brobecker <brobecker@adacore.com>
6702 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
6705 2012-03-08 Joel Brobecker <brobecker@adacore.com>
6707 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
6709 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6711 Fix -Wmissing-prototypes build.
6712 * arm-linux-nat.c (get_thread_id): Make it static.
6713 * xtensa-linux-nat.c (get_thread_id): Likewise.
6715 2012-03-08 Joel Brobecker <brobecker@adacore.com>
6717 * server.c (process_point_options): If a conditional expression
6718 is found, only print a message if remote_debug is nonzero.
6720 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
6722 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
6723 of internal error for unknown/unsupported types.
6725 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6727 Fix CU relative vs. absolute DIE offsets.
6728 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
6729 offset to offset_in_cu.
6730 * dwarf2read.c (process_enumeration_scope): Add CU offset to
6732 (dwarf2_fetch_die_location_block): Rename parameter offset to
6733 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
6735 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6737 * libunwind-frame.c: Rename to ...
6738 * ia64-libunwind-tdep.c: ... here.
6739 * libunwind-frame.h: Rename to ...
6740 * ia64-libunwind-tdep.h: ... here.
6741 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
6742 ia64-libunwind-tdep.h.
6743 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
6744 * README (--with-libunwind): Rename to ...
6745 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
6746 * config.in: Regenerate.
6747 * configure: Regenerate.
6748 * configure.ac: New option --with-libunwind-ia64, make the
6749 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
6750 Remove AC_DEFINE for HAVE_LIBUNWIND.
6751 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
6752 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
6753 Rename libunwind-frame in the general comment.
6754 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
6755 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
6756 Move forward declarations inside #ifndef. Rename libunwind-frame in
6757 the general comment.
6758 * ia64-tdep.c: Rename libunwind-frame.h #include to
6759 ia64-libunwind-tdep.h.
6760 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
6761 (ia64_libunwind_descr): Rename libunwind-frame to
6762 ia64-libunwind-tdep in these function comments.
6763 * ia64-tdep.h: Rename libunwind-frame.h #include to
6764 ia64-libunwind-tdep.h.
6765 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
6766 ia64-libunwind-tdep in that data comment.
6768 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6770 * libunwind-frame.h (struct frame_unwind): New declaration.
6772 2012-03-08 Joel Brobecker <brobecker@adacore.com>
6774 * breakpoint.c (_initialize_breakpoint): Fix error in help of
6775 "set breakpoint condition-evaluation" command.
6777 2012-03-08 Tristan Gingold <gingold@adacore.com>
6779 * sparc-stub.c: Move to stubs/
6780 * sh-stub.c: Likewise.
6781 * m68k-stub.c: Likewise.
6782 * m32r-stub.c: Likewise.
6783 * i386-stub.c: Likewise.
6785 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
6787 * m68klinux-tdep.c (m68k_linux_init_abi): Register
6788 linux_get_siginfo_type.
6790 * m68klinux-nat.c: Include "gdb_proc_service.h".
6791 (PTRACE_GET_THREAD_AREA): Define.
6792 (ps_get_thread_area): New function.
6794 2012-03-08 Yao Qi <yao@codesourcery.com>
6796 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
6798 (remote_query_attached): Likewise.
6799 (remote_static_tracepoint_marker_at): Likewise.
6800 (remote_set_permissions): Likewise.
6801 (remote_detach_1, extended_remote_attach_1): Likewise.
6802 (send_g_packet, remote_vkill): Likewise.
6803 (extended_remote_disable_randomization): Likewise.
6804 (remote_add_target_side_condition): Likewise.
6805 (remote_insert_breakpoint): Likewise.
6806 (remote_remove_breakpoint): Likewise.
6807 (remote_insert_watchpoint): Likewise.
6808 (remote_remove_watchpoint): Likewise.
6809 (remote_insert_hw_breakpoint): Likewise.
6810 (remote_insert_hw_breakpoint): Likewise.
6811 (remote_remove_hw_breakpoint): Likewise.
6812 (remote_download_command_source): Likewise.
6813 (remote_download_tracepoint): Likewise.
6814 (remote_download_trace_state_variable): Likewise.
6815 (remote_disable_tracepoint): Likewise.
6816 (remote_trace_set_readonly_regions): Likewise.
6817 (remote_get_tracepoint_status): Likewise.
6818 (remote_trace_find): Likewise.
6819 (remote_get_trace_state_variable_value): Likewise.
6820 (remote_set_disconnected_tracing): Likewise.
6821 (remote_set_circular_trace_buffer): Likewise.
6822 (remote_get_min_fast_tracepoint_insn_len): Likewise.
6823 (remote_use_agent): Likewise.
6824 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
6827 2012-03-07 Pedro Alves <palves@redhat.com>
6829 * NEWS: Mention QProgramSignals.
6830 * inferior.h (update_signals_program_target): Declare.
6831 * infrun.c: (update_signals_program_target): New.
6832 (handle_command): Update the target of the new program signals
6834 * remote.c (PACKET_QProgramSignals): New enum.
6835 (last_program_signals_packet): New global.
6836 (remote_program_signals): New.
6837 (remote_start_remote): Update the target with the program signals
6839 (remote_protocol_features): Add entry for QPassSignals.
6840 (remote_open_1): Free anc clear last_program_signals_packet.
6841 (init_remote_ops): Install remote_program_signals.
6842 * target.c (update_current_target): Adjust.
6843 (target_program_signals): New.
6844 * target.h (struct target_ops) <to_program_signals>: New field.
6845 (target_program_signals): Declare.
6847 2012-03-07 Pedro Alves <palves@redhat.com>
6849 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
6852 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
6854 * m68klinux-nat.c (getregs_supplies): Make static.
6855 (getfpregs_supplies): Likewise.
6856 (have_ptrace_getregs): Likewise.
6858 2012-03-06 Joel Brobecker <brobecker@adacore.com>
6860 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
6861 in call to get_die_type_at_offset.
6863 2012-03-06 Stan Shebs <stan@codesourcery.com>
6865 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
6866 * mi/mi-cmd-disas.c: Ditto.
6867 * mi/mi-cmd-env.c: Ditto.
6868 * mi/mi-cmd-file.c: Ditto.
6869 * mi/mi-cmd-stack.c: Ditto.
6870 * mi/mi-cmd-target.c: Ditto.
6871 * mi/mi-cmd-var.c: Ditto.
6872 * mi/mi-cmds.c: Ditto.
6873 * mi/mi-cmds.h: Ditto.
6874 * mi/mi-console.c: Ditto.
6875 * mi/mi-getopt.c: Ditto.
6876 * mi/mi-getopt.h: Ditto.
6877 * mi/mi-interp.c: Ditto.
6878 * mi/mi-main.c: Ditto.
6879 * mi/mi-out.c: Ditto.
6880 * mi/mi-parse.c: Ditto.
6881 * mi/mi-parse.h: Ditto.
6882 * mi/mi-symbol-cmds.c: Ditto.
6884 * mi/mi-getopt.h: Move mi_opt struct up.
6885 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
6887 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
6889 2012-03-06 Tom Tromey <tromey@redhat.com>
6891 * proc-service.c (ps_pglobal_lookup): Set the current program
6894 2012-03-06 Pedro Alves <palves@redhat.com>
6896 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
6898 2012-03-05 Joel Brobecker <brobecker@adacore.com>
6900 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
6902 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6905 * common/linux-osdata.c (linux_common_core_of_thread): New function
6907 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
6908 call by linux_common_core_of_thread.
6909 (linux_nat_core_of_thread_1): Remove.
6910 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
6911 * linux-thread-db.c: Include linux-osdata.h.
6912 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
6913 linux_common_core_of_thread.
6915 2012-03-05 Tom Tromey <tromey@redhat.com>
6917 * value.c (value_primitive_field): Don't fetch contents for
6920 2012-03-05 Tom Tromey <tromey@redhat.com>
6922 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
6924 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
6926 * s390-nat.c: Include "gregset.h".
6928 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6930 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
6931 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
6932 (libunwind_load): New variable so_error, use it for dlerror. Try to
6933 load also LIBUNWIND_SO_7.
6935 2012-03-05 Pedro Alves <palves@redhat.com>
6937 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
6938 is not NULL, and remove resulting dead code.
6940 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
6942 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
6943 prologue to sh_analyze_prologue.
6944 (sh_analyze_prologue): Make better use of such an upper limit, and
6945 generally be more cautious about accessing memory.
6947 2012-03-05 Tom Tromey <tromey@redhat.com>
6949 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
6950 _initialize_ia64_hpux_tdep.
6952 2012-03-05 Pedro Alves <palves@redhat.com>
6956 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
6957 the register state is clear, supply explicit zero, instead of
6958 marking the register unavailable.
6960 2012-03-05 Tristan Gingold <gingold@adacore.com>
6962 * NEWS: Mention OpenVMS ia64 new target.
6964 2012-03-05 Tristan Gingold <gingold@adacore.com>
6966 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
6967 (ia64_unw_accessors, ia64_unw_rse_accessors)
6968 (ia64_libunwind_descr): Declare.
6969 * ia64-vms-tdep.c: New file.
6970 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
6971 (ia64_libunwind_descr): Make them public.
6972 * configure.tgt: Add ia64-*-*vms*.
6973 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
6974 (ALLDEPFILES): Add ia64-vms-tdep.c
6976 2012-03-05 Tristan Gingold <gingold@adacore.com>
6978 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
6979 * remote.c (PACKET_qXfer_uib): New enum value.
6980 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
6981 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
6982 (_initialize_remote): Call add_packet_config_cmd for
6985 2012-03-05 Tristan Gingold <gingold@adacore.com>
6987 * osabi.c (gdb_osabi_names): Add OpenVMS.
6988 (generic_elf_osabi_sniffer): Likewise.
6989 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
6991 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6993 Removed unused code.
6994 * libunwind-frame.c (libunwind_frame_unwind)
6995 (libunwind_frame_base_address): Remove.
6996 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
6998 2012-03-04 Yao Qi <yao@codesourcery.com>
7000 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
7001 remove trailing new line.
7002 (agent_run_command, agent_run_command): Add _ markup.
7003 (agent_capability_check): Likewise.
7005 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7007 * breakpoint.c (set_condition_evaluation_mode): Set
7008 CONDITION_EVALUATION_MODE unconditionally.
7010 2012-03-03 Yao Qi <yao@codesourcery.com>
7012 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
7013 * common/agent.h: Update declaration.
7014 * inf-child.c (inf_child_use_agent): New.
7015 (inf_child_can_use_agent): New.
7016 (inf_child_target): Initialize fields `to_use_agent'
7017 and `to_can_use_agent'.
7018 * agent.c (agent_new_objfile): New.
7019 (_initialize_agent): Add agent_new_objfile to new_objfile
7022 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7024 (linux_target_install_ops): Initialize field
7025 `to_static_tracepoint_markers_by_strid'.
7026 * remote.c (free_current_marker): Move it to ...
7027 * tracepoint.c (free_current_marker): ... here. New.
7028 (cleanup_target_stop): New.
7029 * tracepoint.h: Declare free_current_marker.
7030 * NEWS: Add one entry about `info static-tracepoint-marker'.
7032 2012-03-03 Yao Qi <yao@codesourcery.com>
7034 * common/agent.c (agent_loaded_p): New.
7035 (agent_look_up_symbols): New global.
7036 * common/agent.h: Declare agent_loaded_p.
7038 2012-03-03 Yao Qi <yao@codesourcery.com>
7040 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
7041 (agent_capability_check, agent_capability_invalidate): New.
7042 (symbol_list): New array element.
7043 * common/agent.h (enum agent_capa): New.
7044 * target.c (target_pre_inferior): Call agent_capability_invalidate.
7046 2012-03-03 Yao Qi <yao@codesourcery.com>
7048 * target.h (struct target_ops) <to_use_agent>: New field.
7049 (struct target_ops) <to_can_use_agent>: New field.
7050 (target_use_agent, target_can_use_agent): New macro.
7051 * target.c (update_current_target): Update.
7052 * remote.c: New enum `PACKET_QAgent'.
7053 (remote_protocol_features): Add a new element.
7054 (remote_use_agent, remote_can_use_agent): New.
7055 (init_remote_ops): Initialize field `can_use_agent' with
7056 remote_can_use_agent. Intiailize field `use_agent' with
7058 * common/agent.c (use_agent): New global.
7059 * common/agent.h: Declare it.
7060 * tracepoint.c (info_static_tracepoint_markers_command): Add
7062 * Makefile.in (SFILES): Add common/agent.c and agent.c.
7063 (COMMON_OBS): Add common/agent.o and agent.o
7064 (common-agent.o): New rule.
7067 2012-03-03 Yao Qi <yao@codesourcery.com>
7069 * common/agent.c: New.
7070 * common/agent.h: New.
7071 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
7073 * configure, configh.in: Regenerated.
7075 2012-03-02 Kevin Buettner <kevinb@redhat.com>
7077 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
7078 unless it exists for this architecture.
7080 2012-03-02 Joel Brobecker <brobecker@adacore.com>
7082 * language.h (struct language_defn): New "method" la_read_var_value.
7083 * findvar.c: #include "language.h".
7084 (default_read_var_value): Renames read_var_value. Rewrite
7085 function description.
7086 (read_var_value): New function.
7087 * value.h (default_read_var_value): Add prototype.
7088 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
7090 (ada_language_defn): Add entry for la_read_var_value.
7091 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
7092 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
7093 language_defn structures to add entry for new la_read_var_value
7096 2012-03-02 Tom Tromey <tromey@redhat.com>
7097 Pedro Alves <palves@redhat.com>
7099 PR breakpoints/13776:
7100 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
7102 (delete_longjmp_breakpoint_at_next_stop): New.
7103 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
7104 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
7105 before deleting the inferior. Add comments.
7106 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
7107 breakpoints immediately, but only on next stop. Move that code
7108 next to where we mark other breakpoints for deletion.
7110 2012-03-02 Joel Brobecker <brobecker@adacore.com>
7112 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
7114 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
7117 2012-03-02 Pedro Alves <palves@redhat.com>
7119 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
7121 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
7123 Fix -Wmissing-prototypes build.
7124 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
7125 * remote-sim.c (gdbsim_has_all_memory): Likewise.
7126 (gdbsim_has_memory): Likewise.
7128 2012-03-02 Yao Qi <yao@codesourcery.com>
7130 Fix -Wmissing-prototypes build.
7131 * charset.c (phony_iconv_open): Make static.
7132 (phony_iconv_close, phony_iconv): Likewise.
7133 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
7134 * i386-windows-nat.c (_initialize_i386_windows_nat): New
7136 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
7137 * ser-mingw.c (create_select_thread): Make static.
7138 * windows-termcap.c (tgetent): New prototype.
7139 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
7141 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
7143 Fix -Wmissing-prototypes build.
7144 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
7145 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
7146 (_initialize_loadable): New prototypes.
7148 2012-03-02 Doug Evans <dje@google.com>
7150 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
7151 abbrev table, read_comp_unit will do it.
7153 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7155 Fix -Wmissing-prototypes build.
7156 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
7157 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
7158 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
7159 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
7160 (_initialize_arm_symbian_tdep): New prototype.
7161 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
7162 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
7163 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
7165 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
7166 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
7168 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
7169 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
7170 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
7172 * moxie-tdep.c (moxie_process_record): Likewise.
7173 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
7174 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
7175 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
7176 (_initialize_rl78_tdep): New prototype.
7177 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
7178 (_initialize_rx_tdep): New prototype.
7179 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
7180 (_initialize_darwin_solib): New prototype.
7181 * solib-spu.c: Include solib-spu.h.
7182 (_initialize_spu_solib): New prototype.
7183 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
7184 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
7185 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
7186 (tic6x_software_single_step): Make it static.
7187 (_initialize_tic6x_tdep): New prototype.
7189 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7191 Fix -Wmissing-prototypes build.
7192 * cris-tdep.c (cris_can_use_hardware_watchpoint)
7193 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
7195 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7197 Fix -Wmissing-prototypes build.
7198 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
7199 (frv_have_stopped_data_address): Remove.
7201 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7203 Fix -Wmissing-prototypes build.
7204 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
7205 * sh-tdep.c: Include sh64-tdep.h.
7206 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
7207 * sh64-tdep.c: Include sh64-tdep.h.
7208 * sh64-tdep.h: New file.
7210 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
7212 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
7214 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
7216 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
7217 sp_regnum once the gdbarch_init_osabi hook has been called.
7219 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
7221 * mips-tdep.c (mips32_bc1_pc): New function.
7222 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
7223 BPOSGE32 and BPOSGE64 instructions.
7224 (deal_with_atomic_sequence): Likewise.
7225 (mips32_instruction_has_delay_slot): Likewise.
7227 2012-03-01 Maciej W. Rozycki <macro@mips.com>
7228 Chris Dearman <chris@mips.com>
7229 Maciej W. Rozycki <macro@codesourcery.com>
7230 Joseph Myers <joseph@codesourcery.com>
7232 * features/mips-dsp.xml: New file.
7233 * features/mips64-dsp.xml: New file.
7234 * features/mips-dsp-linux.xml: New file.
7235 * features/mips64-dsp-linux.xml: New file.
7236 * features/Makefile (WHICH): Add mips-dsp-linux and
7238 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
7239 * features/mips-dsp-linux.c: New file.
7240 * features/mips64-dsp-linux.c: New file.
7241 * regformats/mips-dsp-linux.dat: New file.
7242 * regformats/mips64-dsp-linux.dat: New file.
7243 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
7245 (mips64_linux_register_addr): Likewise.
7246 (mips64_linux_regsets_fetch_registers): Likewise.
7247 (mips64_linux_regsets_store_registers): Likewise.
7248 (mips64_linux_fetch_registers): Update call to
7249 mips64_linux_regsets_fetch_registers.
7250 (mips64_linux_store_registers): Update call to
7251 mips64_linux_regsets_store_registers.
7252 (mips_linux_read_description): Probe for DSP registers.
7253 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
7254 and initialize_tdesc_mips64_dsp_linux.
7255 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
7256 Remove padding of no longer used embedded register slots.
7257 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
7258 (MIPS_RESTART_REGNUM): Redefine enum value.
7259 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
7261 (mips_tx39_reg_names): Likewise.
7262 (mips_linux_reg_names): New array of register names for Linux
7264 (mips_register_name): Check for a null pointer in
7265 mips_processor_reg_names and return an empty string.
7266 (mips_register_type): Exclude embedded registers for the IRIX
7268 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
7269 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
7271 (mips_stab_reg_to_regnum): Handle DSP accumulators.
7272 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
7273 (mips_gdbarch_init): Likewise. Initialize internal register
7274 indices for the Linux ABI. Use dynamic numbers to refer to
7275 registers, as applicable, while parsing the target description.
7276 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
7278 2012-03-01 Joel Brobecker <brobecker@adacore.com>
7280 * frame.h (read_frame_register_unsigned): Fix typo in function
7283 2012-03-01 Pedro Alves <palves@redhat.com>
7285 * jit-reader.in [!__cplusplus]
7286 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
7288 2012-03-01 Pedro Alves <palves@redhat.com>
7290 * configure.ac (build_warnings): Add -Wmissing-prototypes.
7291 * configure: Regenerate.
7293 2012-03-01 Pedro Alves <palves@redhat.com>
7295 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
7296 * breakpoint.c (create_exception_master_breakpoint, trace_command)
7297 (ftrace_command, strace_command): Make static.
7298 * d-lang.c (_initialize_d_language): Declare.
7299 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
7300 * dwarf2loc.c (_initialize_dwarf2loc):
7301 * dwarf2read.c (process_psymtab_comp_unit): Make static.
7302 * exec.c (exec_get_section_table): Make static.
7303 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
7304 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
7305 * inferior.c (remove_inferior_command, add_inferior_command)
7306 (clone_inferior_command): Make static.
7307 * linux-nat.c (linux_nat_thread_address_space)
7308 (linux_nat_core_of_thread): Make static.
7309 * linux-tdep.c (_initialize_linux_tdep): Declare.
7310 * objc-lang.c (_initialize_objc_lang): Declare.
7311 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
7313 (_initialize_opencl_language): Declare.
7314 * record.c (_initialize_record): Declare.
7315 * remote.c (demand_private_info, remote_get_tib_address)
7316 (remote_supports_cond_tracepoints)
7317 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
7319 * skip.c (_initialize_step_skip): Declare.
7320 * symtab.c (skip_prologue_using_lineinfo): Make static.
7321 * tracepoint.c (delete_trace_state_variable)
7322 (trace_variable_command, delete_trace_variable_command)
7323 (get_uploaded_tsv, find_matching_tracepoint_location)
7324 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
7326 * value.c (pack_unsigned_long): Make static.
7327 * varobj.c (varobj_ensure_python_env): Make static.
7328 * windows-tdep.c (_initialize_windows_tdep): Declare.
7329 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
7331 2012-03-01 Pedro Alves <palves@redhat.com>
7333 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
7335 (linux_init_abi): Install it as has_shared_address_space gdbarch
7338 2012-03-01 Pedro Alves <palves@redhat.com>
7340 * observer.c (observer_test_first_notification_function)
7341 (observer_test_second_notification_function)
7342 (observer_test_third_notification_function): Add declarations.
7344 2012-03-01 Pedro Alves <palves@redhat.com>
7346 * common/signals.c (default_target_signal_to_host)
7347 (default_target_signal_from_host): Move ...
7348 * arch-utils.c: ... here.
7349 * arch-utils.h (default_target_signal_to_host)
7350 (default_target_signal_from_host): Declare.
7352 * common/signals.c (target_signal_from_command): Move ...
7353 * infrun.c: ... here.
7354 * inferior.h (target_signal_from_command): Declare.
7355 * target.h (target_signal_from_command)
7356 (default_target_signal_from_host, default_target_signal_to_host):
7357 Delete declarations.
7359 * common/signals.c (_initialize_signals): Delete.
7361 2012-03-01 Pedro Alves <palves@redhat.com>
7363 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
7364 both __cplusplus and !__cplusplus.
7366 2012-03-01 Pedro Alves <palves@redhat.com>
7368 * psymtab.c (find_and_open_source): Delete declaration.
7369 * source.c (find_and_open_source): Move comment ...
7370 * source.h (find_and_open_source): ... to this new declaration.
7372 2012-03-01 Pedro Alves <palves@redhat.com>
7374 * inline-frame.c: Include inline-frame.h.
7376 2012-03-01 Pedro Alves <palves@redhat.com>
7378 * tui/tui-data.c (set_gen_win_origin): Delete.
7379 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
7380 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
7382 2012-03-01 Pedro Alves <palves@redhat.com>
7384 * remote.c (encode_actions): Delete declaration.
7385 * tracepoint.c (encode_actions): Make extern.
7386 * tracepoint.h (encode_actions): Declare.
7388 2012-03-01 Pedro Alves <palves@redhat.com>
7390 * python/py-breakpoint.c: Include python.h.
7391 * python/py-continueevent.c (create_continue_event_object): Make
7393 * python/py-lazy-string.c (stpy_get_type): Make static.
7394 * python/py-newobjfileevent.c (create_new_objfile_event_object):
7396 * python/py-utils.c (unicode_to_target_python_string): Make
7398 * python/py-value.c: Include python.h.
7400 2012-03-01 Pedro Alves <palves@redhat.com>
7402 * inferior.c (delete_threads_of_inferior): Delete.
7404 2012-03-01 Pedro Alves <palves@redhat.com>
7406 Import fallback definitions from glibc.
7408 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
7409 ps_prochandle): Forward declare.
7410 (ps_err_e): Use glibc's comments.
7411 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
7412 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
7413 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
7414 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
7415 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
7416 (struct ps_prochandle): Adjust comment.
7418 2012-03-01 Pedro Alves <palves@redhat.com>
7420 * ada-lang.c (ada_modulus_from_name): Delete.
7421 * ada-lex.l (lexer_init): Make static.
7423 2012-03-01 Pedro Alves <palves@redhat.com>
7427 * frame.c (read_frame_register_unsigned): New.
7428 * frame.h (read_frame_register_unsigned): Declare.
7429 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
7431 (print_i387_control_word): New parameter `control_p'. Handle it.
7432 (i387_print_float_info): Handle unavailable float registers.
7434 2012-03-01 Keith Seitz <keiths@redhat.com>
7436 * linespec.c (decode_line_2): Sort the list of methods
7437 alphabetically before presenting the user with a selection
7440 2012-03-01 Doug Evans <dje@google.com>
7442 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
7444 (dwarf2_read_abbrevs): Remove corresponding initialization.
7446 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
7448 * NEWS: Mention new python command class gdb.COMMAND_USER.
7449 * cli/cli-cmds.c (show_user): Print error when used on a python
7451 (init_cli_cmds): Update documentation strings for "show user" and
7452 "set/show max-user-call-depth" to clarify that it does not apply to
7454 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
7456 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
7458 * top.c (execute_command): Only execute a user-defined command as a
7459 legacy macro if c->user_commands is set.
7461 2012-03-01 Tom Tromey <tromey@redhat.com>
7463 * valprint.h (struct generic_val_print_decorations): New.
7464 (generic_val_print): Declare.
7465 * valprint.c (generic_val_print): New function.
7466 * p-valprint.c (p_decorations): New global.
7467 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
7468 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
7469 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
7470 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
7471 * m2-valprint.c (m2_decorations): New global.
7472 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
7473 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
7474 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
7475 TYPE_CODE_ERROR>: Call generic_val_print.
7476 * f-valprint.c (f_decorations): New global.
7477 (f_val_print): Use print_function_pointer_address.
7478 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
7479 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
7480 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
7482 * c-valprint.c (c_decorations): New global.
7483 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
7484 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
7485 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
7486 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
7487 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
7488 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
7491 2012-03-01 Tom Tromey <tromey@redhat.com>
7493 * valprint.c (val_print): Update.
7494 * p-valprint (pascal_val_print): Return void.
7495 * p-lang.h (pascal_val_print): Return void.
7496 * m2-valprint.c (m2_val_print): Return void.
7497 * m2-lang.h (m2_val_print): Return void.
7498 * language.h (struct language_defn) <la_val_print>: Return void.
7499 * language.c (unk_lang_val_print): Return void.
7500 * jv-valprint.c (java_val_print): Return void.
7501 * jv-lang.h (java_val_print): Return void.
7502 * f-valprint.c (f_val_print): Return void.
7503 * f-lang.h (f_val_print): Return void.
7504 * d-valprint.c (d_val_print): Return void.
7505 (dynamic_array_type): Update.
7506 * d-lang.h (d_val_print): Return void.
7507 * c-valprint.c (c_val_print): Return void.
7508 * c-lang.h (c_val_print): Return void.
7509 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
7511 * ada-lang.h (ada_val_print): Return void.
7513 2012-03-01 Tom Tromey <tromey@redhat.com>
7515 * value.h (val_print): Return void.
7516 * valprint.c (val_print): Return void.
7518 2012-03-01 Tom Tromey <tromey@redhat.com>
7520 * value.h (common_val_print): Return void.
7521 * valprint.c (common_val_print): Return void.
7523 2012-03-01 Tom Tromey <tromey@redhat.com>
7525 * value.h (value_print): Return void.
7526 * valprint.c (value_print): Return void.
7527 * p-valprint.c (pascal_value_print): Return void.
7528 * p-lang.h (pascal_value_print): Return void.
7529 * language.h (struct language_defn) <la_value_print>: Return
7531 * language.c (unk_lang_value_print): Return void.
7532 * jv-valprint.c (java_value_print): Return void.
7533 * jv-lang.h (java_value_print): Return void.
7534 * f-valprint.c (c_value_print): Don't declare.
7536 * c-valprint.c (c_value_print): Return void.
7537 * c-lang.h (c_value_print): Return void.
7538 * ada-valprint.c (ada_value_print): Return void.
7539 * ada-lang.h (ada_value_print): Return void.
7541 2012-03-01 Tom Tromey <tromey@redhat.com>
7543 * value.c (value_primitive_field): Handle virtual base classes.
7545 2012-03-01 Tom Tromey <tromey@redhat.com>
7547 * gdbtypes.h (struct vbase): Remove.
7549 2012-03-01 Tom Tromey <tromey@redhat.com>
7551 * c-valprint.c (print_function_pointer_address): Move...
7552 * valprint.c: ... here. Make non-static.
7553 * m2-valprint.c (print_function_pointer_address): Remove.
7554 * valprint.h (print_function_pointer_address): Declare.
7556 2012-03-01 Joel Brobecker <brobecker@adacore.com>
7558 * NEWS: Document the fact that one can provide a condition when
7559 creating an Ada exception catchpoint.
7561 2012-03-01 Tom Tromey <tromey@redhat.com>
7563 * valprint.c (val_print_type_code_flags): Fix placement of
7566 2012-03-01 Joel Brobecker <brobecker@adacore.com>
7568 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
7569 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
7570 environment variable before calling update-copyright.
7572 2012-03-01 Joel Brobecker <brobecker@adacore.com>
7574 * gnulib/extra/update-copyright: Update to the latest from
7575 gnulib's git repository.
7576 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
7577 variable to 2 instead of 1.
7579 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7581 * varobj.c (c_value_of_variable): Remove dead code.
7583 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7585 * ada-lex.p (processId): Do not modify already encoded IDs.
7586 Update function documentation.
7588 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7590 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
7591 "name" with "struct symbol *name_sym".
7592 * ada-exp.y (write_var_or_type): Update call to
7593 ada_find_renaming_symbol.
7594 "name" with "struct symbol *name_sym". Adjust Implementation
7595 accordingly. Adjust the function documentation.
7597 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7599 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
7600 * ada-lang.c (ada_find_any_type): Add advance declaration.
7601 Make static. Replace ada_find_any_symbol by
7602 ada_find_any_type_symbol.
7603 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
7604 Improve function description. Make static.
7605 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
7606 Replace ada_find_any_symbol by ada_find_any_type_symbol.
7608 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7610 * ada-lang.c (struct tag_args): Delete.
7611 (ada_get_tsd_type): Function body moved up in source file.
7612 (ada_tag_name_1, ada_tag_name_2): Delete.
7613 (ada_get_tsd_from_tag): New function.
7614 (ada_tag_name_from_tsd): New function.
7615 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
7616 to determine the tag name.
7618 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7620 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
7622 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
7625 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7627 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
7629 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7631 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
7634 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7636 * ada-lang.c (constrained_packed_array_type): If there is a
7637 parallel XA type, use it to determine the array index type.
7639 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7641 * ada-valprint.c (ada_val_print_1): If our value is a reference
7642 to an array descriptor, dereference it before converting it
7645 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7647 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
7648 creating fixed value.
7649 (ada_value_ind, ada_coerce_ref, assign_component)
7650 (ada_evaluate_subexp): Remove call to unwrap_value before
7651 call to ada_to_fixed_value.
7653 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7655 * ada-lang.c (to_fixed_array_type): Set result's type name.
7657 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7659 * ada-lang.c (catch_ada_exception_command_split): Add new
7660 argument cond_string. Add support for condition at end of
7661 "catch exception" commands.
7662 (ada_decode_exception_location): Add new argument cond_string.
7663 Update call to catch_ada_exception_command_split.
7664 (create_ada_exception_catchpoint): Add new argument cond_string.
7665 Set the breakpoint condition if needed.
7666 (catch_ada_exception_command): Update call to
7667 ada_decode_exception_location.
7668 (ada_decode_assert_location): Add function documentation.
7669 Add support for condition at end of "catch assert" command.
7670 (catch_assert_command): Update calls to ada_decode_assert_location
7671 and create_ada_exception_catchpoint.
7673 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7675 Fix disp-step-syscall.exp: fork: single step over fork.
7676 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
7677 (i386_linux_get_syscall_number_from_regcache): ... here, new function
7678 comment, change parameters gdbarch and ptid to regcache. Remove
7679 parameter regcache, initialize gdbarch from regcache here.
7680 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
7682 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
7684 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
7685 'syscall'. Make the 'int' check more strict.
7687 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7689 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
7690 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
7691 (i386_linux_intx80_sysenter_syscall_record): ... here.
7692 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
7693 Use the renamed function name.
7695 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7697 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
7698 * breakpoint.c (until_break_command): Likewise.
7699 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
7700 * infcall.c (call_function_by_hand): Likewise.
7701 * infcmd.c (finish_forward): Likewise.
7702 * infrun.c (insert_exception_resume_breakpoint): Likewise.
7704 2012-02-28 Tristan Gingold <gingold@adacore.com>
7706 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
7707 avoid variable assignments inside condition.
7709 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7711 Fix static analysis issue found by cppcheck.
7712 * microblaze-tdep.c (microblaze_extract_return_value): Fix
7713 uninitialized BUF for size 2.
7715 2012-02-27 Chris Dearman <chris@mips.com>
7716 Nathan Froyd <froydnj@codesourcery.com>
7717 Maciej W. Rozycki <macro@codesourcery.com>
7719 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
7720 (mips16_instruction_has_delay_slot): Likewise.
7721 (mips_segment_boundary): Likewise.
7722 (mips_adjust_breakpoint_address): Likewise.
7723 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
7725 2012-02-27 Maciej W. Rozycki <macro@mips.com>
7726 Maciej W. Rozycki <macro@codesourcery.com>
7728 * infrun.c (handle_inferior_event): Don't proceed through
7729 shared library trampolines if stepping at the machine
7732 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
7734 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
7737 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
7739 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
7740 (sh_stub_unwind_sniffer): New functions.
7741 (sh_stub_unwind): New variable.
7742 (sh_gdbarch_init): Wire everything.
7744 2012-02-27 Pedro Alves <palves@redhat.com>
7746 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
7747 (linux_nat_post_attach_wait): Adjust to use
7748 linux_proc_pid_is_stopped.
7749 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
7750 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
7751 based on pid_is_stopped from both linux-nat.c and
7752 gdbserver/linux-low.c, and renamed.
7754 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
7756 * remote.c (remote_watchpoint_addr_within_range): New function.
7757 (init_remote_ops): Use it.
7759 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
7761 * target.h (target_watchpoint_addr_within_range): Document macro.
7763 2012-02-24 Pedro Alves <palves@redhat.com>
7765 * stack.c (set_last_displayed_sal): Issue internal_error instead
7766 of warning, and issue it after clearing the last displayed sal.
7768 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7769 Pedro Alves <palves@redhat.com>
7771 * breakpoint.c (until_break_command): Install breakpoints after
7772 all frame manipulations.
7774 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7776 * remote.c (remote_supports_cond_breakpoints): New forward
7778 (remote_add_target_side_condition): New function.
7779 (remote_insert_breakpoint): Add target-side breakpoint
7780 conditional if supported.
7781 (remote_insert_hw_breakpoint): Likewise.
7782 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
7785 * target.c (update_current_target): Inherit
7786 to_supports_evaluation_of_breakpoint_conditions.
7787 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
7789 * target.h (struct target_ops)
7790 <to_supports_evaluation_of_breakpoint_conditions>: New field.
7791 (target_supports_evaluation_of_breakpoint_conditions): New #define.
7793 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
7794 (condition_evaluation_both, condition_evaluation_auto,
7795 condition_evaluation_host, condition_evaluation_target,
7796 condition_evaluation_enums, condition_evaluation_mode_1,
7797 condition_evaluation_mode): New static globals.
7798 (translate_condition_evaluation_mode): New function.
7799 (breakpoint_condition_evaluation_mode): New function.
7800 (gdb_evaluates_breakpoint_condition_p): New function.
7801 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
7802 (mark_breakpoint_modified): New function.
7803 (mark_breakpoint_location_modified): New function.
7804 (set_condition_evaluation_mode): New function.
7805 (show_condition_evaluation_mode): New function.
7806 (bp_location_compare_addrs): New function.
7807 (get_first_location_gte_addr): New helper function.
7808 (set_breakpoint_condition): Free condition bytecode if locations
7809 has become unconditional. Call mark_breakpoint_modified (...).
7810 (condition_command): Call update_global_location_list (1) for
7812 (breakpoint_xfer_memory): Use is_breakpoint (...).
7813 (is_breakpoint): New function.
7814 (parse_cond_to_aexpr): New function.
7815 (build_target_condition_list): New function.
7816 (insert_bp_location): Handle target-side conditional
7817 breakpoints and call build_target_condition_list (...).
7818 (update_inserted_breakpoint_locations): New function.
7819 (insert_breakpoint_locations): Handle target-side conditional
7821 (bpstat_check_breakpoint_conditions): Add comment.
7822 (bp_condition_evaluator): New function.
7823 (bp_location_condition_evaluator): New function.
7824 (print_breakpoint_location): Print information on where the condition
7826 (print_one_breakpoint_location): Likewise.
7827 (init_bp_location): Call mark_breakpoint_location_modified (...) for
7828 breakpoint location.
7829 (force_breakpoint_reinsertion): New functions.
7830 (update_global_location_list): Handle target-side breakpoint
7832 Reinsert locations that are already inserted if conditions have
7834 (bp_location_dtor): Free agent expression bytecode.
7835 (disable_breakpoint): Call mark_breakpoint_modified (...).
7836 Call update_global_location_list (...) with parameter 1 for breakpoints.
7837 (disable_command): Call mark_breakpoint_location_modified (...).
7838 Call update_global_location_list (...) with parameter 1 for breakpoints.
7839 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
7840 (enable_command): mark_breakpoint_location_modified (...).
7841 (_initialize_breakpoint): Update documentation and add
7842 condition-evaluation breakpoint subcommand.
7844 * breakpoint.h: Include ax.h.
7845 (condition_list): New data structure.
7846 (condition_status): New enum.
7847 (bp_target_info) <cond_list>: New field.
7848 (bp_location) <condition_changed, cond_bytecode>: New fields.
7849 (is_breakpoint): New prototype.
7851 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7853 * remote.c (remote_state) <cond_breakpoints>: New field.
7854 (PACKET_ConditionalBreakpoints): New enum.
7855 (remote_cond_breakpoint_feature): New function.
7856 (remote_protocol_features): Add new ConditionalBreakpoints entry.
7857 (remote_supports_cond_breakpoints): New function.
7858 (_initialize_remote): Add new packet configuration for
7859 target-side conditional breakpoints.
7861 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7863 * NEWS: Mention target-side conditional breakpoint support,
7864 new condition-evaluation breakpoint subcommand and remote
7867 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7869 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
7872 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
7874 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
7875 (after_prologue): Remove.
7877 2012-02-23 Tom Tromey <tromey@redhat.com>
7879 * jv-valprint.c (java_val_print): Remove dead code.
7881 2012-02-23 Tristan Gingold <gingold@adacore.com>
7883 * ada-tasks.c (struct ada_tasks_inferior_data): Add
7884 known_tasks_element and known_tasks_length fields.
7885 (read_known_tasks_array): Change argument type. Use pointer type
7886 and number of elements from DATA. Adjust.
7887 (read_known_tasks_list): Likewise.
7888 (get_known_tasks_addr): Remove.
7889 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
7890 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
7891 type and array length. Merge former get_known_tasks_addr code.
7893 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7896 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
7897 it after set_momentary_breakpoint.
7899 2012-02-22 Sterling Augustine <saugustine@google.com>
7902 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
7904 2012-02-22 Gary Benson <gbenson@redhat.com>
7906 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
7907 (find_slot_in_mapped_hash): Likewise.
7909 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7912 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
7913 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
7914 * configure: Regenerate.
7916 2012-02-21 Tristan Gingold <gingold@adacore.com>
7917 Pedro Alves <palves@redhat.com>
7919 * ia64-tdep.c: Do not include libunwind-ia64.h.
7920 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
7921 Include libunwind-ia64.h instead of libunwind.h.
7922 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
7923 for libunwind.h existence.
7924 * configure, config.in: Regenerate.
7926 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
7928 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
7929 instead of value_rtti_target_type.
7930 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
7931 instead of value_rtti_target_type.
7932 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
7933 value_rtti_target_type.
7934 * valops.c (value_ind): Extract function readjust_indirect_value_type.
7935 (value_rtti_target_type): Rename to ...
7936 (value_rtti_indirect_type): ... here and make it indirect. Update
7938 * value.c (readjust_indirect_value_type): New function.
7939 (coerce_ref): Support for enclosing type setting for references
7940 with readjust_indirect_value_type.
7941 * value.h (readjust_value_type): New declaration.
7942 (value_rtti_target_type): Rename to ...
7943 (value_rtti_indirect_type): ... here.
7945 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
7947 * MAINTAINERS (Write After Approval): Add myself to the list.
7949 2012-02-20 Doug Evans <dje@google.com>
7951 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
7952 Rename objfile_p_char parameter to objfilep.
7953 (build_objfile_section_table): Result is now void. All callers
7955 * objfiles.h (struct objfile): Tweak comments, whitespace.
7956 (build_objfile_section_table): Update.
7958 * elfread.c (elf_symfile_segments): Fix warning text.
7960 2012-02-20 Tom Tromey <tromey@redhat.com>
7963 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
7964 particular set of file names once.
7965 (dw2_map_symbol_filenames): Likewise.
7967 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7970 * main.c (write_files): Remove the declaration.
7971 (external_editor_command): Move the declaration ...
7972 [GDBTK] (external_editor_command): ... here. Fix the comment.
7974 2012-02-20 Tom Tromey <tromey@redhat.com>
7976 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
7979 2012-02-20 Tristan Gingold <gingold@adacore.com>
7981 * darwin-nat.h (enum darwin_msg_state): Add comments.
7983 2012-02-20 Tristan Gingold <gingold@adacore.com>
7985 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
7988 2012-20-18 Joel Brobecker <brobecker@adacore.com>
7990 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
7991 between function description and implementation.
7993 2012-02-17 Tom Tromey <tromey@redhat.com>
7996 * python/py-event.c (event_object_getset): New global.
7997 (event_object_type): Reference it.
7998 * python/py-type.c (field_object_getset): New global.
7999 (field_object_type): Reference it.
8000 * python/python-internal.h (gdb_py_generic_dict): Declare.
8001 * python/py-utils.c (gdb_py_generic_dict): New function.
8003 2012-02-17 Tristan Gingold <gingold@adacore.com>
8005 * solib-darwin.c (darwin_current_sos): Check magic and filetype
8007 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
8009 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
8010 TYPE_CALLING_CONVENTION annotation.
8012 2012-02-16 Kevin Buettner <kevinb@redhat.com>
8014 * MAINTAINERS: Add rx to target ISA section.
8015 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
8016 (ALLDEPFILES): Add rx-tdep.c.
8018 2012-02-16 Tom Tromey <tromey@redhat.com>
8020 * symfile.c (symbol_file_add_main_1): Use inferior's
8022 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
8023 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
8025 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
8027 (follow_exec): Use inferior's symfile_flags.
8028 * inferior.h (struct inferior) <symfile_flags>: New field.
8030 2012-02-16 Mike Frysinger <vapier@gentoo.org>
8033 * remote-sim.c (gdbsim_create_inferior): Call error() when
8034 sim_create_inferior() fails.
8036 2012-02-16 Josh Matthews <josh@joshmatthews.net>
8038 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
8040 2012-02-16 Tom Tromey <tromey@redhat.com>
8043 * thread.c (struct current_thread_cleanup) <was_removable>: New
8045 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
8046 (make_cleanup_restore_current_thread): Initialize new field.
8048 2012-02-15 Kevin Buettner <kevinb@redhat.com>
8050 * MAINTAINERS: Add rl78 to target ISA section.
8051 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
8052 (ALLDEPFILES): Add rl78-tdep.c.
8053 * NEWS: Mention rl78 as a new target.
8055 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
8057 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
8059 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
8061 2012-02-15 Tom Tromey <tromey@redhat.com>
8064 * infcmd.c (registers_info): Print just the current register's
8067 2012-02-15 Tom Tromey <tromey@redhat.com>
8069 * python/py-symbol.c (sympy_value): Use _().
8071 2012-02-15 Pedro Alves <palves@redhat.com>
8073 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
8074 output to be like native targets'.
8075 (remote_pid_to_str): Special case the null ptid.
8077 2012-02-14 Stan Shebs <stan@codesourcery.com>
8079 * NEWS: Mention enable count command.
8080 * breakpoint.h (struct breakpoint): New field enable_count.
8081 * breakpoint.c (enable_breakpoint_disp): Add count argument.
8082 (enable_breakpoint): Add arg to call.
8083 (struct disp_data): New struct.
8084 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
8085 (do_map_enable_once_breakpoint): Create a struct and pass it.
8086 (do_map_enable_delete_breakpoint): Ditto.
8087 (do_map_enable_count_breakpoint): New function.
8088 (enable_count_command): New function.
8089 (bpstat_stop_status): Decrement enable_count.
8090 (print_one_breakpoint_location): Report enable count.
8091 (_initialize_breakpoint): Add enable count command.
8093 2012-02-14 Kevin Buettner <kevinb@redhat.com>
8095 * rl78-tdep.c (reggroups.h): Include.
8096 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
8097 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
8098 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
8099 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
8100 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
8101 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
8102 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
8103 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
8104 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
8105 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
8106 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
8107 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
8108 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
8109 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
8110 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
8111 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
8112 beginning of register list.
8113 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
8114 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
8115 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
8116 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
8117 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
8118 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
8119 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
8120 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
8121 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
8122 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
8123 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
8124 the pseudo registers. Rearrange other pseudo registers too so
8125 that the bank registers appear at the end.
8126 (rl78_register_type): Account for the fact that the byte sized
8127 bank registers are now pseudo-registers.
8128 (rl78_register_name): Rearrange the register name array. Make
8129 initial set of raw banked registers inaccessible.
8130 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
8131 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
8132 case for copying bytes back and forth between raw and pseudo
8133 versions of the banked registers. Update other cases to reflect
8135 (rl78_return_value): Update to account for changed names of
8137 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
8138 rl78_register_sim_regno().
8140 2012-02-14 Kevin Buettner <kevinb@redhat.com>
8142 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
8143 the name parameter being passed to find_pc_partial_function().
8145 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8147 * MAINTAINERS: Step down from being ia64 target maintainer.
8149 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8151 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
8152 compilation warning.
8154 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8156 Fix crash on loaded shlibs without loaded exec_bfd.
8157 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
8158 (set_section_command): Replace exec_bfd by p->bfd.
8160 2012-02-10 Tom Tromey <tromey@redhat.com>
8162 * linespec.c (decode_line_internal): Skip symtabs_from_filename
8163 when we have a C++ qualified name.
8165 2012-02-10 Pedro Alves <palves@redhat.com>
8167 * inferior.c (inferior_pid_to_str): New.
8168 (print_inferior, inferior_command): Use it.
8170 2012-02-10 Pedro Alves <palves@redhat.com>
8172 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
8174 * configure: Regenerate.
8176 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8178 * linespec.c (decode_line_internal): Fix comment correctness.
8180 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
8183 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
8184 * amd64bsd-nat.c: Add support for debug registers (adapted from
8186 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
8187 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
8188 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
8189 (amd64bsd_dr_get_control): New functions.
8190 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
8191 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
8192 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
8193 watchpoints initialization.
8194 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
8196 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8198 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
8200 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
8202 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8204 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
8206 2012-02-08 Joel Brobecker <brobecker@adacore.com>
8208 * language.h (symbol_name_cmp_ftype): Renames
8209 symbol_name_match_p_ftype.
8210 (struct language_defn)[la_get_symbol_name_cmp]: Renames
8211 la_get_symbol_name_match_p.
8212 * ada-lang.c (ada_get_symbol_name_cmp): Renames
8213 ada_get_symbol_name_match_p. Update comment.
8214 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
8215 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
8216 Renames symbol_name_match_p. Update field type.
8217 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
8218 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
8219 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
8220 "la_get_symbol_name_cmp" in comments.
8221 * language.c: Likewise.
8223 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8225 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
8227 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
8228 (amd64_sol2_gregset32_reg_offs): Likewise.
8230 2012-02-08 Joel Brobecker <brobecker@adacore.com>
8232 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
8233 of the returned BFD is allocated by GDB.
8235 2012-02-07 Tom Tromey <tromey@redhat.com>
8238 * python/python-internal.h (frame_object_type): Declare.
8239 * python/py-symbol.c (sympy_needs_frame): New function.
8240 (sympy_value): New function.
8241 (symbol_object_getset): Add "needs_frame".
8242 (symbol_object_methods): Add "value".
8243 * python/py-frame.c (frame_object_type): No longer static.
8245 2012-02-07 Tom Tromey <tromey@redhat.com>
8248 * python/py-symbol.c (sympy_line): New function.
8249 (symbol_object_getset): Add "line".
8251 2012-02-07 Tom Tromey <tromey@redhat.com>
8253 * charset.c (find_charset_names): Check 'in' against NULL.
8255 2012-02-06 Doug Evans <dje@google.com>
8257 * gdbtypes.h (struct main_type): Change type of name,tag_name,
8258 and fields.name members from char * to const char *. All uses updated.
8259 (struct cplus_struct_type): Change type of fn_fieldlists.name member
8260 from char * to const char *. All uses updated.
8261 (type_name_no_tag): Update.
8262 (lookup_unsigned_typename, lookup_signed_typename): Update.
8263 * gdbtypes.c (type_name_no_tag): Change result type
8264 from char * to const char *. All callers updated.
8265 (lookup_unsigned_typename, lookup_signed_typename): Change type of
8266 name parameter from char * to const char *.
8267 * symtab.h (struct cplus_specific): Change type of demangled_name
8268 member from char * to const char *. All uses updated.
8269 (struct general_symbol_info): Change type of name and
8270 mangled_lang.demangled_name members from char * to const char *.
8272 (symbol_get_demangled_name, symbol_natural_name): Update.
8273 (symbol_demangled_name, symbol_search_name): Update.
8274 * symtab.c (symbol_get_demangled_name): Change result type
8275 from char * to const char *. All callers updated.
8276 (symbol_natural_name, symbol_demangled_name): Ditto.
8277 (symbol_search_name): Ditto.
8278 (completion_list_add_name): Change type of symname,sym_text,
8279 text,word parameters from char * to const char *.
8280 (completion_list_objc_symbol): Change type of sym_text,
8281 text,word parameters from char * to const char *.
8282 * ada-lang.c (find_struct_field): Change type of name parameter
8283 from char * to const char *.
8284 (encoded_ordered_before): Similarly for N0,N1 parameters.
8285 (old_renaming_is_invisible): Similarly for function_name parameter.
8286 (ada_type_name): Change result type from char * to const char *.
8287 All callers updated.
8288 * ada-lang.h (ada_type_name): Update.
8289 * buildsym.c (hashname): Change type of name parameter
8290 from char * to const char *.
8291 * buildsym.h (hashname): Update.
8292 * dbxread.c (end_psymtab): Change type of include_list parameter
8293 from char ** to const char **.
8294 * dwarf2read.c (determine_prefix): Change result type
8295 from char * to const char *. All callers updated.
8296 * f-lang.c (find_common_for_function): Change type of name, funcname
8297 parameters from char * to const char *.
8298 * f-lang.c (find_common_for_function): Update.
8299 * f-valprint.c (list_all_visible_commons): Change type of funcname
8300 parameters from char * to const char *.
8301 * gdbarch.sh (static_transform_name): Change type of name parameter
8302 and result from char * to const char *.
8303 * gdbarch.c: Regenerate.
8304 * gdbarch.h: Regenerate.
8305 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
8306 of name parameter from char * to const char *.
8307 * jv-lang.c (java_primitive_type_from_name): Ditto.
8308 (java_demangled_signature_length): Similarly for signature parameter.
8309 (java_demangled_signature_copy): Ditto.
8310 (java_demangle_type_signature): Ditto.
8311 * jv-lang.h (java_primitive_type_from_name): Update.
8312 (java_demangle_type_signature): Update.
8313 * objc-lang.c (specialcmp): Change type of a,b parameters
8314 from char * to const char *.
8315 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
8316 from char * to const char *. All callers updated.
8317 * p-lang.h (is_pascal_string_type): Update.
8318 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
8319 of name parameter from char * to const char *.
8320 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
8321 * utils.c (fprintf_symbol_filtered): Ditto.
8322 * defs.h (fprintf_symbol_filtered): Update.
8323 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
8324 * stabsread.h (end_psymtab): Update.
8325 * stack.c (find_frame_funname): Change type of funname parameter
8326 from char ** to const char **.
8327 * stack.h (find_frame_funname): Update.
8328 * typeprint.c (type_print): Change type of varstring parameter
8329 from char * to const char *.
8330 * value.h (type_print): Update.
8331 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
8332 from char * to const char *. All callers updated.
8333 (xcoff_end_psymtab): Change type of include_list parameter
8334 from char ** to const char **. All callers updated.
8335 (swap_sym): Similarly for name parameter. All callers updated.
8336 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
8338 (process_coff_symbol): Use xstrdup.
8339 * stabsread.c (stabs_method_name_from_physname): Renamed from
8340 update_method_name_from_physname. Change result type from void
8341 to char *. All callers updated.
8342 (read_member_functions): In has_destructor case, store name in objfile
8343 obstack instead of malloc space. In !has_stub case, fix mem leak.
8345 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
8347 * configure: Rebuild.
8348 * configure.ac: Put -L../bfd and -L../libiberty at the front of
8351 2012-02-03 Kevin Buettner <kevinb@redhat.com>
8353 * configure.tgt (rl78-*-elf): New target.
8354 * rl78-tdep.c: New file.
8356 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8358 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
8359 and continue the loop. Add QUIT statement.
8361 2012-02-03 Tom Tromey <tromey@redhat.com>
8364 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
8365 bfd_lookup_symbol_from_symtab.
8366 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
8367 gdb_bfd_lookup_symbol_from_symtab.
8369 2012-02-03 Joel Brobecker <brobecker@adacore.com>
8371 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
8372 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
8373 symbol. Add assertion that sym2 is never NULL.
8375 2012-02-02 Doug Evans <dje@google.com>
8377 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
8378 "name" parameter to const char ** from char **. All callers updated.
8379 (find_pc_partial_function): Ditto.
8380 (cache_pc_function_name): Change type to const char * from char *.
8381 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
8382 (find_pc_partial_function): Update.
8383 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
8384 type of "name" parameter to const char * from char *.
8386 * arch-utils.c (generic_in_solib_return_trampoline): Change
8387 type of "name" parameter to const char * from char *.
8388 * arch-utils.h (generic_in_solib_return_trampoline): Update.
8389 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
8390 type of "name" parameter to const char * from char *.
8391 * gdbarch.sh (in_solib_return_trampoline): Ditto.
8392 * gdbarch.c: Regenerate.
8393 * gdbarch.h: Regenerate.
8394 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
8395 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
8396 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
8397 type of "name" parameter to const char * from char *.
8398 * skip.c (skip_function_pc): Ditto.
8399 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
8400 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
8401 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
8402 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
8403 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
8404 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
8405 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
8406 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
8407 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
8409 2012-02-02 Pedro Alves <palves@redhat.com>
8411 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
8412 the current inferior has no execution. Make sure the current
8413 remote process matches gdb's current inferior.
8415 2012-02-02 Tom Tromey <tromey@redhat.com>
8418 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
8421 2012-02-02 Tom Tromey <tromey@redhat.com>
8424 * symtab.c (lookup_language_this): Set block_found.
8426 2012-02-01 Tom Tromey <tromey@redhat.com>
8429 * jit.c (struct jit_inferior_data): Rewrite.
8430 (struct jit_objfile_data): New.
8431 (get_jit_objfile_data): New function.
8432 (add_objfile_entry): Update.
8433 (jit_read_descriptor): Return int. Replace descriptor_addr
8434 argument with inf_data. Update. Don't call error.
8435 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
8437 (jit_inferior_init): Don't look up descriptor. Don't call error.
8438 (jit_reset_inferior_data_and_breakpoints)
8439 (jit_inferior_created_observer): Remove.
8440 (jit_inferior_exit_hook): Update.
8441 (jit_executable_changed_observer): Remove.
8442 (jit_event_handler): Update.
8443 (free_objfile_data): Reset inferior data if needed.
8444 (_initialize_jit): Update.
8446 2012-02-01 Tom Tromey <tromey@redhat.com>
8448 * jit.c (bfd_open_from_target_memory): Move higher in file.
8450 2012-02-01 Tristan Gingold <gingold@adacore.com>
8452 * libunwind-frame.c (libunwind_load): Display message if dlopen
8455 2012-02-01 Gary Benson <gbenson@redhat.com>
8457 * symtab.h (symbol_found_callback_ftype): New typedef.
8458 (iterate_over_symbols): Use the above.
8459 * symtab.c (iterate_over_symbols): Likewise.
8460 * language.h (language_defn->la_iterate_over_symbols): Likewise.
8461 * ada-lang.c (ada_iterate_over_symbols): Likewise.
8462 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
8463 (iterate_name_matcher): Document return values.
8464 (collect_one_symbol): Likewise.
8465 (collect_function_symbols): Likewise.
8466 (collect_symbols): Likewise.
8468 2012-02-01 Tom Tromey <tromey@redhat.com>
8470 * ada-lang.c (resolve_subexp): Update.
8471 (ada_lookup_symbol_list): Add 'full_search' argument.
8472 (ada_iterate_over_symbols): Pass 0 as full_search argument to
8473 ada_lookup_symbol_list.
8474 (ada_lookup_encoded_symbol): Update.
8475 (get_var_value): Update.
8476 * ada-exp.y (block_lookup): Update.
8477 (write_var_or_type): Update.
8478 (write_name_assoc): Update.
8479 * ada-lang.h (ada_lookup_symbol_list): Update.
8481 2012-01-31 Tom Tromey <tromey@redhat.com>
8483 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
8486 2012-01-31 Doug Evans <dje@google.com>
8488 * symtab.h: Remove outdated comment.
8489 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
8491 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
8493 Fix build error in Darwin port.
8494 * i386-darwin-nat.c: Include i386-nat.h.
8496 2012-01-30 Tom Tromey <tromey@redhat.com>
8498 PR breakpoints/13568:
8499 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
8500 argument. Check for recursive includes.
8501 (dwarf_decode_macros): Create an include hash.
8503 2012-01-30 Michael Eager <eager@eagercon.com>
8505 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
8506 * ppc-linux-tdep.c: Include glibc-tdep.h.
8507 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
8508 (powerpc_linux_in_plt_stub): New function.
8509 (powerpc_linux_in_dynsym_resolve_code): New function.
8510 (ppc_skip_trampoline_code): New function.
8511 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
8512 Use glibc_skip_solib_resolver.
8514 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8516 Code cleanup: Make 1440 bytes of data segment read-only.
8517 * arch-utils.c (endian_enum): Make it const char *const [].
8518 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
8520 * breakpoint.c (always_inserted_enums): Likewise.
8521 * cli/cli-cmds.c (script_ext_enums): Likewise.
8522 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
8523 enumlist parameter const char *const *.
8524 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
8525 const char *const *.
8526 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
8527 parameter const char *const *.
8528 * cris-tdep.c (cris_modes): Make it const char *const [].
8529 * filesystem.c (target_file_system_kinds): Likewise.
8530 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
8531 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
8532 (can_use_displaced_stepping_enum, scheduler_enums)
8533 (exec_direction_names): Likewise.
8534 * language.c (_initialize_language): Make the type_or_range_names and
8535 case_sensitive_names variables const char *const [].
8536 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
8537 * python/python.c (python_excp_enums): Likewise.
8538 * remote.c (interrupt_sequence_modes): Likewise.
8539 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
8540 * serial.c (logbase_enums): Likewise.
8541 * sh-tdep.c (sh_cc_enum): Likewise.
8542 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
8544 * symtab.c (multiple_symbols_modes): Likewise.
8545 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
8547 * utils.c (internal_problem_modes): Likewise.
8549 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8551 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
8552 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
8555 2012-01-27 Doug Evans <dje@google.com>
8557 * configure.ac (with_python): Fix absolute path handling for win32.
8558 * configure: Regenerate.
8560 2012-01-26 Doug Evans <dje@google.com>
8562 * symtab.c: Whitespace cleanup, no code changes.
8564 * symtab.c (lookup_symbol_in_language): Improve comment.
8565 (lookup_symbol_aux): Fix comment.
8567 * psymtab.c (add_psymbol_to_list): Result is now "void".
8568 * psympriv.h (add_psymbol_to_list): Update.
8570 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
8572 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8574 Do not open script filenames twice.
8575 * cli/cli-cmds.c (source_script_from_stream): Pass to
8576 source_python_script also STREAM.
8577 * python/py-auto-load.c (source_section_scripts): Pass to
8578 source_python_script_for_objfile also STREAM.
8579 (auto_load_objfile_script): Pass to source_python_script_for_objfile
8581 * python/python-internal.h (source_python_script_for_objfile): New
8582 parameter file, rename parameter file to filename.
8583 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
8584 instead if !_WIN32. Update the function comment.
8585 (source_python_script, source_python_script_for_objfile)
8586 (source_python_script): New parameter file, rename parameter file to
8587 filename. Pass FILENAME to python_run_simple_file.
8588 * python/python.h (source_python_script): New parameter file, rename
8589 parameter file to filename.
8591 2012-01-26 Pedro Alves <palves@redhat.com>
8593 * corelow.c (core_has_fake_pid): Delete.
8594 (core_close): Delete references to `core_has_fake_pid'.
8595 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
8596 (core_open): Delete references to `core_has_fake_pid'.
8597 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
8600 2012-01-26 Joel Brobecker <brobecker@adacore.com>
8602 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
8603 Remove language parameter from name_matcher. Adjust the comment.
8604 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
8605 Remove language parameter.
8606 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
8607 * linespec.c (iterate_name_matcher): Likewise.
8608 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
8609 name_matcher. Adjust call accordingly.
8610 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
8611 (maintenance_check_symtabs): Adjust type of parameter "fun".
8612 * psymtab.h (maintenance_check_symtabs): Likewise.
8614 2012-01-26 Joel Brobecker <brobecker@adacore.com>
8616 * language.h (symbol_name_match_p_ftype): New typedef.
8617 (struct language_defn): Replace field la_symbol_name_compare
8618 by la_get_symbol_name_match_p.
8619 * ada-lang.c (ada_get_symbol_name_match_p): New function.
8620 (ada_language_defn): Use it.
8621 * linespec.c (struct symbol_matcher_data): New type.
8622 (iterate_name_matcher): Rewrite.
8623 (iterate_over_all_matching_symtabs): Pass a pointer to
8624 a symbol_matcher_data struct to expand_symtabs_matching
8625 instead of just the lookup name.
8626 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
8627 opencl-lang.c, p-lang.c, language.c: Delete field
8628 la_symbol_name_compare, and replace by NULL for new field
8629 la_get_symbol_name_match_p.
8630 * symfile.h (struct quick_symbol_functions): Update comment.
8632 2012-01-25 Tom Tromey <tromey@redhat.com>
8634 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
8637 2012-01-24 Tom Tromey <tromey@redhat.com>
8640 * solib.c (update_solib_list): Update the program space's
8641 added_solibs and deleted_solibs fields.
8642 * progspace.h (struct program_space) <added_solibs,
8643 deleted_solibs>: New fields.
8644 (clear_program_space_solib_cache): Declare.
8645 * progspace.c (release_program_space): Call
8646 clear_program_space_solib_cache.
8647 (clear_program_space_solib_cache): New function.
8648 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
8649 bpstat_stop_status. Use handle_solib_event.
8650 * breakpoint.c: Include gdb_regex.h.
8651 (print_solib_event): New function.
8652 (bpstat_print): Use print_solib_event.
8653 (bpstat_stop_status): Add special case for bp_shlib_event.
8654 (handle_solib_event): New function.
8655 (bpstat_what): Use handle_solib_event.
8656 (struct solib_catchpoint): New.
8657 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
8658 (breakpoint_hit_catch_solib, check_status_catch_solib)
8659 (print_it_catch_solib, print_one_catch_solib)
8660 (print_mention_catch_solib, print_recreate_catch_solib): New
8662 (catch_solib_breakpoint_ops): New global.
8663 (catch_load_or_unload, catch_load_command_1)
8664 (catch_unload_command_1): New functions.
8665 (internal_bkpt_check_status): Add special case for
8667 (internal_bkpt_print_it): Use print_solib_event.
8668 (initialize_breakpoint_ops): Initialize
8669 catch_solib_breakpoint_ops.
8670 (_initialize_breakpoint): Register "catch load" and "catch
8672 * breakpoint.h (handle_solib_event): Declare.
8673 * NEWS: Add entry for "catch load" and "catch unload".
8675 2012-01-24 Tom Tromey <tromey@redhat.com>
8677 * ada-lang.c: Include gdb_vecs.h.
8678 * charset.c: Include gdb_vecs.h.
8679 * tracepoint.h: Include gdb_vecs.h.
8680 * gdb_vecs.h: New file.
8682 2012-01-24 Pedro Alves <pedro@codesourcery.com>
8684 * breakpoint.c (breakpoint_hit_catch_fork)
8685 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
8686 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
8687 * infrun.c (inferior_has_forked, inferior_has_vforked)
8688 (inferior_has_execd, inferior_has_called_syscall): Delete.
8689 (handle_syscall_event): Get syscall_number from the execution
8690 control state's wait status.
8691 (wait_for_inferior): Don't clear syscall_number.
8693 2012-01-24 Pedro Alves <palves@redhat.com>
8695 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
8696 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
8697 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
8698 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
8700 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
8701 false for events other than TARGET_SIGNAL_TRAP.
8702 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
8704 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
8705 events other than TARGET_SIGNAL_TRAP.
8706 (tracepoint_breakpoint_hit): Add `ws' parameter.
8707 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
8709 (bpstat_stop_status): Same.
8710 (pc_at_non_inline_function): Same.
8711 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
8712 to pass the current event's waitstatus to bpstat_stop_status
8713 and pc_at_non_inline_function.
8715 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8718 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
8719 Update the function comment for it.
8720 (source_script_with_search): Call make_cleanup_fclose for STREAM.
8721 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
8724 2012-01-24 Pedro Alves <palves@redhat.com>
8726 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
8727 outside `bs->stop' block.
8728 (bpstat_what): Rework bp_shlib_event handling.
8729 (internal_bkpt_check_status): If the breakpoint is a
8730 bp_shlib_event, then set bs->stop and bs->print if
8731 stop_on_solib_events is set.
8733 2012-01-24 Gary Benson <gbenson@redhat.com>
8735 Delete #if 0'd out code.
8736 * stack.c (print_frame_label_vars): Remove.
8737 (catch_info): Likewise.
8738 (_initialize_stack): Remove "info catch" command.
8739 * NEWS: Mention the above.
8741 2012-01-24 Pedro Alves <palves@redhat.com>
8743 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
8745 (remote_notice_new_inferior): If the remote end doesn't support
8746 the multiprocess extensions, then the PID is fake.
8747 (add_current_inferior_and_thread): New.
8748 (remote_start_remote): Use it.
8749 (extended_remote_attach_1): Adjust.
8750 (extended_remote_create_inferior_1): Use
8751 add_current_inferior_and_thread.
8753 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8755 Fix watchpoints to be specific for each inferior.
8756 * breakpoint.c (watchpoint_in_thread_scope): Verify also
8757 current_program_space.
8758 * i386-nat.c (i386_inferior_data_cleanup): New.
8759 (i386_inferior_data_get): Replace variable inf_data_local by an
8761 (i386_use_watchpoints): Initialize i386_inferior_data.
8762 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
8763 specific iterate_over_lwps.
8765 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8767 Fix watchpoints across inferior fork.
8768 * amd64-linux-nat.c (update_debug_registers_callback): Update the
8769 comment for linux_nat_iterate_watchpoint_lwps.
8770 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
8771 linux_nat_iterate_watchpoint_lwps.
8772 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
8773 * i386-linux-nat.c (update_debug_registers_callback): Update the
8774 comment for linux_nat_iterate_watchpoint_lwps.
8775 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
8776 linux_nat_iterate_watchpoint_lwps.
8777 (i386_linux_prepare_to_resume): New comment on Linux kernel.
8778 * i386-nat.c: Include inferior.h.
8779 (dr_mirror): Remove.
8780 (i386_inferior_data, struct i386_inferior_data)
8781 (i386_inferior_data_get): New.
8782 (i386_debug_reg_state): Use i386_inferior_data_get.
8783 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
8784 (i386_insert_watchpoint, i386_remove_watchpoint)
8785 (i386_stopped_data_address, i386_insert_hw_breakpoint)
8786 (i386_remove_hw_breakpoint): New variable state, use
8787 i386_debug_reg_state instead of DR_MIRROR.
8788 * linux-nat.c (delete_lwp): New declaration.
8789 (num_lwps): Move here from downwards.
8790 (delete_lwp_cleanup): New.
8791 (linux_child_follow_fork): Create new child_lp, call
8792 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
8794 (num_lwps): Move upwards.
8795 (linux_nat_iterate_watchpoint_lwps): New.
8796 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
8797 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
8799 2012-01-24 Joel Brobecker <brobecker@adacore.com>
8803 2012-01-23 Pedro Alves <palves@redhat.com>
8805 * top.c (caution): Rename to ...
8806 (confirm): ... this.
8807 (show_caution): Rename to ...
8808 (show_confirm): ... this.
8809 (quit_cover): Adjust.
8810 (init_main): Adjust.
8811 * top.h (caution): Rename to ...
8812 (confirm): ... this.
8813 * utils.c (internal_vproblem, defaulted_query): Adjust.
8815 2012-01-23 Pedro Alves <palves@redhat.com>
8817 * top.c (caution): Update comment.
8818 (execute_command): Don't consider the current value of `caution'.
8820 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8822 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
8824 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
8826 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8827 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
8828 * target.c (target_fileio_pwrite): Remove buffer address from
8830 (target_fileio_pread): Likewise.
8832 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8834 * NEWS: Document remote "info proc" and "generate-core-file".
8836 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8838 * gdbarch.sh (find_memory_regions): New callback.
8839 * gdbarch.c, gdbarch.h: Regenerate.
8841 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
8842 callback before falling back to target method.
8844 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
8845 (linux_target_install_ops): No longer install it.
8847 * linux-tdep.c (linux_find_memory_regions): New function.
8848 (linux_init_abi): Install it.
8850 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8852 * gdbarch.sh (make_corefile_notes): New architecture callback.
8853 * gdbarch.c: Regenerate.
8854 * gdbarch.h: Likewise.
8856 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
8857 before target_make_corefile_notes. If NULL is returned, the
8858 target does not support core file generation.
8860 * linux-nat.c: Include "linux-tdep.h".
8861 (find_signalled_thread, find_stop_signal): Remove.
8862 (linux_nat_do_thread_registers): Likewise.
8863 (struct linux_nat_corefile_thread_data): Likewise.
8864 (linux_nat_corefile_thread_callback): Likewise.
8865 (iterate_over_spus): Likewise.
8866 (struct linux_spu_corefile_data): Likewise.
8867 (linux_spu_corefile_callback): Likewise.
8868 (linux_spu_make_corefile_notes): Likewise.
8869 (linux_nat_collect_thread_registers): New function.
8870 (linux_nat_make_corefile_notes): Replace contents by call to
8871 linux_make_corefile_notes passing linux_nat_collect_thread_registers
8872 as native-only callback.
8874 * linux-tdep.h: Include "bfd.h".
8875 (struct regcache): Add forward declaration.
8876 (linux_collect_thread_registers_ftype): New typedef.
8877 (linux_make_corefile_notes): Add prototype.
8878 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
8879 "regset.h", and "elf-bfd.h".
8880 (find_signalled_thread, find_stop_signal): New functions.
8881 (linux_spu_make_corefile_notes): Likewise.
8882 (linux_collect_thread_registers): Likewise.
8883 (struct linux_corefile_thread_data): New data structure.
8884 (linux_corefile_thread_callback): New funcion.
8885 (linux_make_corefile_notes): Likewise.
8886 (linux_make_corefile_notes_1): Likewise.
8887 (linux_init_abi): Install it.
8889 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8891 * gdbarch.sh (info_proc): New callback.
8892 * gdbarch.c, gdbarch.h: Regenerate.
8894 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
8895 before falling back to the target info_proc callback.
8897 * linux-nat.c: Do not include "cli/cli-utils.h".
8898 (linux_nat_info_proc): Remove.
8899 (linux_target_install_ops): No longer install it.
8901 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
8902 (read_mapping): New function.
8903 (linux_info_proc): Likewise.
8904 (linux_init_abi): Install it.
8906 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8908 * defs.h (enum info_proc_what): Moved here from linux-nat.c
8909 * infcmd.c: (info_proc_cmd_1): New function.
8910 (info_proc_cmd): New function, moved here from equivalent routine
8911 orignally in linux-nat.c.
8912 (info_proc_cmd_mappings): Likewise.
8913 (info_proc_cmd_stat): Likewise.
8914 (info_proc_cmd_status): Likewise.
8915 (info_proc_cmd_cwd): Likewise.
8916 (info_proc_cmd_cmdline): Likewise.
8917 (info_proc_cmd_exe): Likewise.
8918 (info_proc_cmd_all): Likewise.
8919 (_initialize_infcmd): Install "info proc" command and subcommands.
8921 * target.h (struct target_ops): Add to_info_proc.
8922 (target_info_proc): Add prototype.
8923 * target.c (target_info_proc): New function.
8925 * procfs.c (procfs_info_proc): Add prototype.
8926 (info_proc_cmd): Rename into ...
8927 (procfs_info_proc): ... this. Update argument types as appropriate
8928 for a to_info_proc implementation. Handle "what" argument.
8929 (procfs_target): Install procfs_info_proc.
8930 (_initialize_procfs): No longer install "info proc" command.
8932 * linux-nat.c: (enum info_proc_what): Remove.
8933 (linux_nat_info_proc_cmd_1): Rename into ...
8934 (linux_nat_info_proc): ... this. Update argument types as appropriate
8935 for a to_info_proc implementation.
8936 (linux_nat_info_proc_cmd): Remove.
8937 (linux_nat_info_proc_cmd_mappings): Likewise.
8938 (linux_nat_info_proc_cmd_stat): Likewise.
8939 (linux_nat_info_proc_cmd_status): Likewise.
8940 (linux_nat_info_proc_cmd_cwd): Likewise.
8941 (linux_nat_info_proc_cmd_cmdline): Likewise.
8942 (linux_nat_info_proc_cmd_exe): Likewise.
8943 (linux_nat_info_proc_cmd_all): Likewise.
8944 (linux_target_install_ops): Install linux_nat_info_proc.
8945 (_initialize_linux_nat): No longer install "info proc" command
8948 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8950 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
8951 * config.in, configure: Regenerate.
8953 * target.h (struct target_ops): Add to_fileio_readlink.
8954 (target_fileio_readlink): Add prototype.
8955 * target.c (target_fileio_readlink): New function.
8957 * inf-child.c: Conditionally include <sys/param.h>.
8958 (inf_child_fileio_readlink): New function.
8959 (inf_child_target): Install it.
8961 * remote.c (PACKET_vFile_readlink): New enum value.
8962 (remote_hostio_readlink): New function.
8963 (init_remote_ops): Install it.
8964 (_initialize_remote): Handle vFile:readlink packet type.
8966 2012-01-20 Pedro Alves <palves@redhat.com>
8967 Ulrich Weigand <ulrich.weigand@linaro.org>
8969 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
8970 * config.in, configure: Regenerate.
8972 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
8973 to_fileio_pread, to_fileio_close, to_fileio_unlink.
8974 (target_fileio_open): Add prototype.
8975 (target_fileio_pwrite): Likewise.
8976 (target_fileio_pread): Likewise.
8977 (target_fileio_close): Likewise.
8978 (target_fileio_unlink): Likewise.
8979 (target_fileio_read_alloc): Likewise.
8980 (target_fileio_read_stralloc): Likewise.
8982 * target.c: Include "gdb/fileio.h".
8983 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
8984 (default_fileio_target): New function.
8985 (target_fileio_open): Likewise.
8986 (target_fileio_pwrite): Likewise.
8987 (target_fileio_pread): Likewise.
8988 (target_fileio_close): Likewise.
8989 (target_fileio_unlink): Likewise.
8990 (target_fileio_close_cleanup): Likewise.
8991 (target_fileio_read_alloc_1): Likewise.
8992 (target_fileio_read_alloc): Likewise.
8993 (target_fileio_read_stralloc): Likewise.
8995 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
8996 <fcntl.h>, and <unistd.h>.
8997 (inf_child_fileio_open_flags_to_host): New function.
8998 (inf_child_errno_to_fileio_error): Likewise.
8999 (inf_child_fileio_open): Likewise.
9000 (inf_child_fileio_pwrite): Likewise.
9001 (inf_child_fileio_pread): Likewise.
9002 (inf_child_fileio_close): Likewise.
9003 (inf_child_fileio_unlink): Likewise.
9004 (inf_child_target): Install to_fileio routines.
9006 * remote.c (init_remote_ops): Install to_fileio routines.
9008 2012-01-20 Pedro Alves <palves@redhat.com>
9009 Ulrich Weigand <ulrich.weigand@linaro.org>
9011 * remote.c (remote_multi_process_p): Only check for multi-process
9012 protocol feature, do not check for extended protocol.
9013 (remote_supports_multi_process): Check for extended protocol here.
9014 (set_general_process): Likewise.
9015 (extended_remote_kill): Likewise.
9016 (remote_pid_to_str): Likewise.
9017 (remote_query_supported): Always query multiprocess mode.
9019 2012-01-20 Pedro Alves <palves@redhat.com>
9020 Ulrich Weigand <ulrich.weigand@linaro.org>
9022 * inferior.h (struct inferior): Add fake_pid_p.
9023 * inferior.c (exit_inferior_1): Clear fake_pid_p.
9024 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
9025 magic_null_ptid since the remote side doesn't provide a real PID.
9027 2012-01-19 Tom Tromey <tromey@redhat.com>
9029 * NEWS: Combine the two Python sections.
9031 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9033 * target.h (target_close): Update comment on the target's unpush state.
9035 2012-01-19 Pedro Alves <palves@redhat.com>
9037 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
9038 linux_nat_async directly instead of going through the target
9040 * target.c (unpush_target): Close target after unpushing it, not
9043 2012-01-19 Gary Benson <gbenson@redhat.com>
9045 * mdebugread.c (sort_blocks): Replace integer constants with ones
9046 derived from FIRST_LOCAL_BLOCK.
9048 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
9049 Jan Kratochvil <jan.kratochvil@redhat.com>
9052 * symfile.c (find_separate_debug_file): New function.
9053 (terminate_after_last_dir_separator): Likewise.
9054 (find_separate_debug_file_by_debuglink): Also try realpath.
9055 * configure.ac (AC_CHECK_FUNCS): Add lstat.
9056 * configure: Regenerate.
9057 * config.in: Regenerate.
9059 2012-01-18 Doug Evans <dje@google.com>
9061 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
9062 (main.o): Remove rule.
9063 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
9064 (--with-sysroot): Rewrite.
9065 * configure: Regenerate.
9066 * config.in: Regenerate.
9068 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
9070 * parse.c (initialize_expout): New function.
9071 (reallocate_expout): Likewise.
9072 (parse_exp_in_context): Use `initialize_expout' and
9073 `reallocate_expout' when appropriate.
9075 2012-01-18 Pedro Alves <palves@redhat.com>
9077 * record.c (struct record_breakpoint, record_breakpoint_p)
9078 (record_breakpoints): New.
9079 (record_insert_breakpoint, record_remove_breakpoint): Manage
9080 record breakpoints list. Only remove breakpoints from the
9081 inferior if they had been inserted there in the first place.
9083 2012-01-17 Doug Evans <dje@google.com>
9085 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
9086 if we know we don't have a file name to look for.
9088 2012-01-17 Pedro Alves <palves@redhat.com>
9090 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
9091 the frame's stop reason is UNWIND_UNAVAILABLE.
9093 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9095 Fix compilation error.
9096 * m2-exp.y (yyerror): Use ANSI C prototype.
9098 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
9100 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
9101 (growbuf_by_size): Likewise.
9102 (yyerror): Likewise.
9103 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
9104 (modblock): Remove variable (was #if 0'ed).
9105 (parse_number): Convert prototype from K&R to ANSI C.
9106 (yyerror): Likewise.
9107 * objc-exp.y (parse_number): Likewise.
9108 (yyerror): Likewise.
9109 (yylex): Remove #if 0'ed code.
9110 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
9111 (yyerror): Likewise.
9113 2012-01-16 Tom Tromey <tromey@redhat.com>
9116 * symtab.h (compare_filenames_for_search): Declare.
9117 * symtab.c (compare_filenames_for_search): New function.
9118 (iterate_over_some_symtabs): Use it.
9119 * symfile.h (struct quick_symbol_functions)
9120 <map_symtabs_matching_filename>: Change spec.
9121 * psymtab.c (partial_map_symtabs_matching_filename): Use
9122 compare_filenames_for_search. Update for new spec.
9123 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
9124 compare_filenames_for_search. Update for new spec.
9125 * breakpoint.c (clear_command): Use compare_filenames_for_search.
9127 2012-01-16 Tom Tromey <tromey@redhat.com>
9130 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
9131 (struct main_type) <flag_flag_enum>: New field.
9132 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
9133 * NEWS: Add entries.
9134 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
9136 * python/lib/gdb/printing.py (_EnumInstance): New class.
9137 (FlagEnumerationPrinter): Likewise.
9139 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
9141 * breakpoint.c (create_sals_from_address_default): New function.
9142 (create_breakpoints_sal_default): Likewise.
9143 (decode_linespec_default): Likewise.
9144 (is_marker_spec): Removed.
9145 (strace_marker_p): New function.
9146 (init_breakpoint_sal): Using `strace_marker_p' instead of
9148 (create_breakpoint): Call method `create_sals_from_address' from
9149 breakpoint_ops, replacing code that created SALs conditionally
9150 on the type of the breakpoint. Call method `create_breakpoints_sal',
9151 replacing code that created breakpoints conditionally on the type
9153 (base_breakpoint_create_sals_from_address): New function.
9154 (base_breakpoint_create_breakpoints_sal): Likewise.
9155 (base_breakpoint_decode_linespec): Likewise.
9156 (base_breakpoint_ops): Add methods
9157 `base_breakpoint_create_sals_from_address',
9158 `base_breakpoint_create_breakpoints_sal' and
9159 `base_breakpoint_decode_linespec'.
9160 (bkpt_create_sals_from_address): New function.
9161 (bkpt_create_breakpoints_sal): Likewise.
9162 (bkpt_decode_linespec): Likewise.
9163 (tracepoint_create_sals_from_address): Likewise.
9164 (tracepoint_create_breakpoints_sal): Likewise.
9165 (tracepoint_decode_linespec): Likewise.
9166 (strace_marker_create_sals_from_address): Likewise.
9167 (strace_marker_create_breakpoints_sal): Likewise.
9168 (strace_marker_decode_linespec): Likewise.
9169 (strace_marker_breakpoint_ops): New variable.
9170 (addr_string_to_sals): Remove `marker_spec'. Call method
9171 `decode_linespec' from breakpoint_ops, replacing code that decoded
9172 an address string into a SAL. Use `strace_marker_p' instead of
9174 (strace_command): Decide whether we are dealing with a static
9175 tracepoint with marker or not. Use the appropriate breakpoint_ops.
9176 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
9177 * breakpoint.h (linespec_result, linespec_sals): New forward
9179 (breakpoint_ops) <create_sals_from_address>,
9180 <create_breakpoints_sal>, <decode_linespec>: New methods.
9182 2012-01-14 Doug Evans <dje@google.com>
9184 * NEWS: Update text for "maint set python print-stack".
9185 It is deprecated in gdb 7.4 and deleted in 7.5.
9187 2012-01-13 Eli Zaretskii <eliz@gnu.org>
9189 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
9192 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9194 * configure: Regenerate.
9195 * config.in: Regenerate.
9197 2012-01-12 Keith Seitz <keiths@redhat.com>
9200 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
9201 (ANONYMOUS_UNION_NAME): Define.
9202 (is_path_expr_parent): New function.
9203 (get_path_expr_parent): New function.
9204 (is_anonymous_child): New function.
9205 (create_child_with_value): If the child is anonymous and without
9206 a name, assign an object name to it.
9207 (c_describe_child): Use get_path_expr_parent to determine
9208 the parent expression.
9209 If there field represents an anonymous struct or union and
9210 has no name, set an appropriate display name and expression.
9211 (cplus_describe_child): Likewise.
9213 2012-01-12 Pedro Alves <palves@redhat.com>
9215 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
9216 available when %ebp is found to be zero (outermost).
9218 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
9220 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
9221 an internal gdb_static_assert.
9222 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
9224 2012-01-11 Tom Tromey <tromey@redhat.com>
9227 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
9228 catch" and "catch throw".
9230 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
9232 * blockframe.c (block_innermost_frame): Start search from selected
9233 frame, if present, or otherwise the current frame.
9235 * c-exp.y (variable): Update innermost_block for
9236 'block COLONCOLON NAME' clause.
9237 * m2-exp.y (variable): Ditto.
9238 * objc-exp.y (variable): Ditto.
9240 2012-01-10 Tom Tromey <tromey@redhat.com>
9243 * python/python.c (finish_python_initialization): Set sys.argv.
9245 2012-01-10 Doug Evans <dje@google.com>
9247 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
9248 "want_line_info". All callers updated.
9249 (dwarf_decode_lines_1): New function.
9250 (handle_DW_AT_stmt_list): Add function comment.
9251 New arg "want_line_info". All callers updated.
9252 (read_file_scope,read_type_unit_scope): Move comment from
9253 handle_DW_AT_stmt_list to here.
9255 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9257 Fix regression after libiberty/ update for GCC PR 6057 and others.
9258 * c-exp.y (operator) <OPERATOR DELETE>
9259 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
9260 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
9261 (make_builtin_type, make_name): New variable i, add gdb_assert.
9262 (operator) <OPERATOR NEW>: Update ARGS to 3.
9263 (operator) <OPERATOR DELETE>: Add trailing space.
9264 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
9265 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
9266 * cp-support.c (cp_canonicalize_string): Check NULL from
9267 cp_comp_to_string, call warning and return.
9269 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9271 Fix duplicate .o files after omitting libbfd.a.
9272 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
9273 (SFILES): Add corelow.c.
9274 (COMMON_OBS): Add corelow.o.
9275 (ALLDEPFILES): Remove corelow.c.
9276 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
9277 * config/alpha/alpha-osf3.mh: Likewise.
9278 * config/alpha/fbsd.mh: Likewise.
9279 * config/arm/nbsdaout.mh: Likewise.
9280 * config/arm/nbsdelf.mh: Likewise.
9281 * config/i386/i386gnu.mh: Likewise.
9282 * config/ia64/hpux.mh: Likewise.
9283 * config/ia64/linux.mh: Likewise.
9284 * config/m32r/linux.mh: Likewise.
9285 * config/m68k/linux.mh: Likewise.
9286 * config/mips/irix5.mh: Likewise.
9287 * config/mips/irix6.mh: Likewise.
9288 * config/pa/hpux.mh: Likewise.
9289 * config/pa/linux.mh: Likewise.
9290 * config/powerpc/aix.mh: Likewise.
9291 * config/sparc/linux.mh: Likewise.
9292 * config/sparc/linux64.mh: Likewise.
9293 * config/sparc/sol2.mh: Likewise.
9294 * config/vax/vax.mh: Likewise.
9295 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
9296 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
9297 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
9298 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
9299 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
9300 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
9301 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
9302 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
9303 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
9304 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
9305 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
9306 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
9307 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
9308 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
9309 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
9310 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
9311 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
9312 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
9313 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
9314 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
9315 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
9316 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
9317 corelow.o from gdb_target_obs.
9318 * corefile.c (core_target): Update the comment on NULL value.
9319 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
9320 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
9321 MATCHES. Drop YUMMY set on NULL.
9322 (core_close): Do not call exit_inferior_silent on zero PID. Do not
9323 reclaim CORE_DATA if it is already NULL.
9325 2012-01-09 Doug Evans <dje@google.com>
9327 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
9328 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
9330 2012-01-09 Keith Seitz <keiths@redhat.com>
9332 * breakpoint.c (wrapper.h): Don't include.
9334 2012-01-09 Keith Seitz <keiths@redhat.com>
9336 * Makefile.in (SFILES): Remove wrapper.c.
9337 (HFILES_NO_SRCDIR): Remove wrapper.h.
9338 (COMMON_OBS): Remove wrapper.o.
9339 * cli/cli-interp.c: Don't inlude wrapper.h.
9340 * corelow.c: Likewise.
9341 (core_open): Replace gdb_target_find_new_threads with
9342 TRY_CATCH around target_find_new_threads.
9343 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
9344 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
9345 * varobj.c (varobj_create): Likewise for parse_exp_1 and
9346 evaluate_expression.
9347 (varobj_set_value): Likewise for evaluate_expression and
9349 (install_new_variable): Likewise for value_fetch_lazy.
9350 (adjust_value_for_child_access): Likewise for value_ind.
9351 (c_describe_child): Likewise for value_subscript and
9353 (c_value_of_root): Likewise for evaluate_expression.
9354 * wrapper.c: Remove.
9355 * wrapper.h: Remove.
9357 2012-01-09 Doug Evans <dje@google.com>
9359 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
9360 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
9361 "abfd" args with "section". All callers updated.
9362 Error checking code moved ...
9363 (error_check_comp_unit_head): ... here. New function.
9364 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
9365 Delete arg "abfd". New arg "type_offset". All callers updated.
9366 (create_debug_types_hash_table): Simplify by using
9367 read_and_check_type_unit_head.
9369 * parser-defs.h (namecopy): Delete.
9370 * parse.c (namecopy, namecopy_size): Move into copy_name.
9372 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9374 Partially fix duplicate .o files after omitting libbfd.a.
9375 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
9376 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
9377 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
9378 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
9379 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
9380 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
9381 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
9383 2012-01-09 Pedro Alves <palves@redhat.com>
9385 * MAINTAINERS: Update my email address.
9387 2012-01-08 Doug Evans <dje@google.com>
9389 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
9390 n_type_units. Rename type_comp_units to all_type_units.
9392 (add_signatured_type_cu_to_table): Renamed from
9393 add_signatured_type_cu_to_list. All callers updated.
9395 * gdbtypes.h (struct cplus_struct_type): Delete member
9396 nfn_fields_total. All uses removed.
9398 2012-01-06 Doug Evans <dje@google.com>
9400 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
9402 (dwarf2_find_comp_unit): Delete.
9403 (process_psymtab_comp_unit): Make result "void".
9404 Delete args buffer, info_ptr, buffer_size, and replace with
9405 "section". All callers updated.
9406 (dwarf2_build_psymtabs_hard): Simplify.
9408 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
9409 Thiago Jung Bauermann <bauerman@br.ibm.com>
9411 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
9412 before `struct gdb_exception'.
9413 * breakpoint.c (update_global_location_list_nothrow)
9414 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
9415 * cp-abi.c (value_rtti_type): Likewise.
9416 * cp-support.c (cp_validate_operator): Likewise.
9417 * infrun.c (insert_exception_resume_breakpoint)
9418 (check_exception_resume, keep_going): Likewise.
9419 * mi-interp.c (mi_breakpoint_created)
9420 (mi_breakpoint_modified): Likewise.
9421 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
9422 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
9423 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
9425 2012-01-05 Doug Evans <dje@google.com>
9427 * dwarf2read.c (statement_prologue): Delete, unused.
9429 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
9430 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
9432 * dwarf2read.c (comp_unit_header): Delete, unused.
9434 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
9436 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
9437 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
9439 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
9441 * infrun.c (normal_stop): Don't skip calling the normal_stop
9442 observers if the thread was doing a multi-step, but stopped for
9443 some reason other than stepping.
9445 2012-01-05 Pedro Alves <alves.ped@gmail.com>
9447 * cli/cli-decode.h: Add comments.
9448 (CMD_LIST_AMBIGUOUS): Moved to command.h
9449 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
9450 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
9451 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
9452 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
9453 (add_com, add_com_alias, add_info, add_info_alias)
9454 (complete_on_cmdlist, complete_on_enum, help_list): Remove
9456 * command.h: Add and adjust comments.
9457 (CMD_LIST_AMBIGUOUS): Moved here.
9458 (help_cmd, help_cmd_list): Delete declarations.
9460 2012-01-04 Doug Evans <dje@google.com>
9462 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
9463 All callers updated.
9464 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
9465 Replace all arguments with "per_cu". All callers updated.
9467 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
9469 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
9470 New arg "per_cu". All callers updated.
9472 Delete #if 0'd out code.
9473 * language.c (binop_result_type): Delete.
9474 (simple_type, ordered_type, same_type, integral_type): Delete.
9475 (numeric_type, character_type, string_type, boolean_type): Delete.
9476 (float_type, structured_type): Delete.
9477 * language.h: Update.
9479 2012-01-04 Tom Tromey <tromey@redhat.com>
9481 * python/py-value.c (valpy_binop): Initialize 'res_val'.
9483 2012-01-04 Joel Brobecker <brobecker@adacore.com>
9485 * corefile.c (close_exec_file): Delete.
9486 (reopen_exec_file): Remove commented out code that seems related
9487 to close_exec_file, which is being deleted here.
9488 * inferior.h (close_exec_file): Delete.
9489 * fork-child.c (fork_inferior): Remove call to fork_inferior.
9491 2012-01-04 Joel Brobecker <brobecker@adacore.com>
9493 * ada-lang.c: #include "cli/cli-utils.h".
9494 (get_selections): Use skip_spaces.
9495 (ada_get_next_arg): Use skip_spaces and skip_to_space.
9496 (catch_ada_exception_command_split): Use skip_spaces.
9497 (ada_decode_assert_location): Likewise.
9499 2012-01-04 Joel Brobecker <brobecker@adacore.com>
9501 * linespec.c (decode_line_internal): Check for C++ or Java
9502 compound constructs only if the current language is C, C++
9505 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9508 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9509 Joel Brobecker <brobecker@adacore.com>
9510 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
9511 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
9513 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
9514 fall through into AT_ENTRY_POINT.
9515 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
9517 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
9518 PPC_INSN_SIZE skip to 3 times.
9520 2012-01-04 Joel Brobecker <brobecker@adacore.com>
9522 * linespec.c (add_minsym): Preserve function descriptors.
9524 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
9526 * breakpoint.c (all_locations_are_pending): Consider locations
9527 in program spaces executing during startup pending as well.
9529 2012-01-04 Joel Brobecker <brobecker@adacore.com>
9531 Copyright year update in most files of the GDB Project.
9533 2012-01-04 Joel Brobecker <brobecker@adacore.com>
9535 * copyright.sh: Delete.
9536 * copyright.py: Rewrite.
9538 2012-01-04 Joel Brobecker <brobecker@adacore.com>
9540 * gnulib/extra/update-copyright: New file, imported from gnulib.
9542 2012-01-04 Joel Brobecker <brobecker@adacore.com>
9544 * README (Copyright and License Notices): New section.
9546 2012-01-03 Tom Tromey <tromey@redhat.com>
9549 * python/py-value.c (valpy_dereference, valpy_get_address
9550 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
9551 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
9552 (valpy_absolute, valpy_richcompare): Free intermediate values.
9554 2011-01-03 Joel Brobecker <brobecker@adacore.com>
9556 * ada-lang.c: Reformat the copyright notice.
9558 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9560 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
9561 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
9562 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
9563 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
9564 Revert this part of:
9565 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9566 Build gdb directly from *.o files not using libgdb.a.
9567 * Makefile.in (COMMON_OBS): Remove solib-target.o.
9569 2012-01-02 Joel Brobecker <brobecker@adacore.com>
9571 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
9572 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
9573 Reformat the copyright header.
9575 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9577 Revert this part of:
9578 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9579 Remove the gdbtui binary.
9580 * gdb.c (main): Remove args.interpreter_p initialization.
9581 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
9582 * main.h (struct captured_main_args): Remove interpreter_p.
9584 2012-01-02 Joel Brobecker <brobecker@adacore.com>
9586 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
9588 2012-01-02 Joel Brobecker <brobecker@adacore.com>
9590 * top.c (print_gdb_version): Update copyright year.
9592 2012-01-02 Yao Qi <yao@codesourcery.com>
9594 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
9596 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9597 Joel Brobecker <brobecker@adacore.com>
9599 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
9600 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
9602 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
9603 fall through into AT_ENTRY_POINT.
9604 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
9606 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
9607 PPC_INSN_SIZE skip to 3 times.
9609 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9611 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
9613 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
9615 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9617 Build gdb directly from *.o files not using libgdb.a.
9618 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
9619 (COMMON_OBS): Remove solib-target.o.
9620 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
9621 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
9622 (LIBGDB_OBS, libgdb.a): Move it above.
9623 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
9624 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
9625 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
9626 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
9627 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
9628 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
9629 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
9630 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
9631 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
9632 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
9633 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
9634 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
9635 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
9636 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
9637 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
9638 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
9639 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
9640 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
9641 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
9642 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
9643 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
9644 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
9645 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
9646 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
9647 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
9648 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
9649 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
9651 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9653 Remove the gdbtui binary.
9654 * .gitignore (/gdbtui): Remove.
9655 * Makefile.in (TUI): Remove.
9656 (SUBDIR_TUI_OBS): Remove tui-main.o.
9657 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
9658 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
9659 (tui-main.o): Remove.
9660 (all_object_files): Remove tui-main.o.
9661 * NEWS: New note for the gdbtui removal.
9662 * configure: Rebuilt.
9663 * configure.ac: No longer add all-tui, clean-tui, install-tui and
9664 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
9665 CONFIG_UNINSTALL respectively.
9666 * gdb.c (main): Remove args.interpreter_p initialization.
9667 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
9668 * main.h (struct captured_main_args): Remove interpreter_p.
9669 * tui/tui-main.c: Remove.
9671 2012-01-01 Doug Evans <dje@google.com>
9673 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
9674 (dwarf2_physname, read_import_statement): Ditto.
9675 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
9676 (process_structure_scope read_subroutine_type): Ditto.
9677 (read_typedef, load_partial_dies, read_partial_die): Ditto.
9678 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
9679 (dwarf2_fetch_die_location_block): Ditto.
9680 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
9682 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
9683 All callers updated.
9684 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
9685 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
9686 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
9688 * dwarf2read.c (load_cu): Move assert to more useful location.
9690 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
9691 All callers updated.
9693 * dwarf2read.c (dwarf2_per_objfile): Add comment.
9694 (dwarf2_elf_names): Minor reformat.
9695 (dwarf2_per_cu_data): Tweak comment.
9696 (dwarf2_read_section): Fix comment.
9697 (create_all_comp_units): Fix comment.
9698 (load_full_comp_unit): Fix comment.
9699 (process_full_comp_unit): Fix comment.
9700 (read_signatured_type): Fix comment.
9702 For older changes see ChangeLog-2011.
9708 version-control: never