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