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