PR gdb/14288
[binutils-gdb.git] / gdb / ChangeLog
1 2012-11-10 Keith Seitz <keiths@redhat.com>
2
3 PR gdb/14288
4 * c-valprint.c (c_val_print): For character arrays
5 with "print null" option on, print ellipses if
6 the output is truncated and the next character is not \000.
7 * valprint.c (MAX_WCHARS): Define.
8 (WCHAR_BUFLEN): Likewise.
9 (WCHAR_BUFLEN_MAX): Likewise.
10 (struct converted_character): New structure.
11 (count_next_character): New function.
12 (print_converted_chars_to_obstack): New function.
13 (generic_printstr): Rewrite using count_next_character
14 and print_converted_chars_to_obstack.
15
16 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
17
18 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
19 while executing the gdb command.
20 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
21 are called from prompt_for_continue.
22 * tui/tui-io.c (tui_redisplay_readline): Likewise.
23
24 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
25
26 PR tui/9584
27
28 * tui/tui.c (tui_rl_command_key): Do not call execute_command
29 but insert the command to execute in readline's buffer.
30
31 2012-11-09 Tom Tromey <tromey@redhat.com>
32
33 * gdbarch.sh (target_gdbarch): Remove macro.
34 (get_target_gdbarch): Rename to target_gdbarch.
35 * gdbarch.c, gdbarch.h: Rebuild.
36 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
37 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
38 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
39 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
40 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
41 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
42 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
43 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
44 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
45 procfs.c, progspace.c, ravenscar-thread.c, record.c,
46 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
47 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
48 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
49 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
50 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
51 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
52 target-descriptions.c, target.c, target.h, tracepoint.c,
53 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
54 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
55 python/py-inferior.c, python/python.c: Update.
56
57 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
58
59 * source.c (print_source_lines_base): Add fullname field giving
60 full path to file in mi output.
61 * NEWS: Mention the new fullname field.
62
63 2012-11-09 Yao Qi <yao@codesourcery.com>
64
65 * NEWS: Mention the fix to the ambiguity of 'fo' command.
66
67 2012-11-09 Pedro Alves <palves@redhat.com>
68
69 PR gdb/14306
70
71 * infrun.c: Include target-descriptions.h.
72 (follow_exec): Fetch new target description.
73
74 2012-11-09 Yao Qi <yao@codesourcery.com>
75
76 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
77 0x8d (lea).
78
79 2012-11-09 Yao Qi <yao@codesourcery.com>
80
81 * breakpoint.c: Declare set_tracepoint_count.
82 (install_breakpoint): Call set_tracepoint_count if B is a
83 tracepoint.
84 (trace_command): Don't call set_tracepoint_count. Re-indent.
85 (strace_command, ftrace_command):
86 (create_tracepoint_from_upload): Likewise.
87
88 2012-11-09 Pedro Alves <palves@redhat.com>
89
90 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
91 (get_target_gdbarch) <gdbarch.h>: New function.
92 (startup_gdbarch) <gdbarch.h>: Declare.
93 <gdbarch.c> (target_gdbarch): Delete.
94 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
95 current inferior's gdbarch.
96 <gdbarch.c> (get_target_gdbarch): New function.
97 * inferior.c: Include target-descriptions.h.
98 (free_inferior): Free target description info.
99 (add_inferior_with_spaces): Set the inferior's initial
100 architecture.
101 (clone_inferior_command): Copy the original inferior's target
102 description if it was user specified.
103 (initialize_inferiors): Add comment.
104 * inferior.h (struct target_desc_info): Forward declare.
105 (struct inferior) <gdbarch>: New field.
106 * linux-nat.c: Include target-descriptions.h.
107 (linux_child_follow_fork): Copy the parent's architecture and
108 target description to the child.
109 * target-descriptions.c: Include inferior.h.
110 (struct target_desc_info): New structure, holding the equivalents
111 of ...
112 (target_desc_fetched, current_target_desc)
113 (target_description_filename): ... these removed globals.
114 (get_tdesc_info, target_desc_info_from_user_p)
115 (copy_inferior_target_desc_info, target_desc_info_free): New.
116 (target_desc_fetched, current_target_desc)
117 (target_description_filename): Reimplemented as convenience
118 macros.
119 (tdesc_filename_cmd_string): New global.
120 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
121 tdescs filename ..." commands to the per-inferior equivalent.
122 (show_tdesc_filename_cmd): Get the value to show from the
123 per-inferior description filename.
124 (_initilize_target_descriptions): Change the "set/show tdesc
125 filename" commands' variable.
126 * target-descriptions.h (struct target_desc, struct target_desc_info)
127 (struct inferior): Forward declare.
128 (target_find_description, target_clear_description)
129 (target_current_description): Adjust comments.
130 (copy_inferior_target_desc_info, target_desc_info_free)
131 (target_desc_info_from_user_p). Declare.
132
133 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
134
135 * tui/tui-hooks.c (tui_about_to_proceed): New function.
136 (tui_target_wait_hook): Remove.
137 (tui_install_hooks): Install the about_to_proceed observer.
138 (tui_remove_hooks): And remove it here.
139
140 2012-11-08 Tom Tromey <tromey@redhat.com>
141
142 * linux-tdep.c (linux_make_siginfo_note): New function.
143 (linux_make_corefile_notes): Use it.
144 * corelow.c (get_core_siginfo): New function.
145 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
146
147 2012-11-08 Tom Tromey <tromey@redhat.com>
148
149 PR gdb/14704:
150 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
151 (zlib_decompress_section): Remove.
152 (gdb_bfd_map_section): Only check for compressed section
153 in mmap case. Use bfd_get_full_section_contents.
154 * osabi.c (check_note): Add 'sectsize' argument. Read
155 section data.
156 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
157 section data. Update for check_note change.
158 * xcoffread.c (xcoff_initial_scan): Use
159 bfd_get_full_section_contents.
160 * py-auto-load.c (auto_load_section_scripts): Use
161 bfd_get_full_section_contents.
162 * contrib/cc-with-tweaks.sh: Add -Z option.
163
164 2012-11-08 Tom Tromey <tromey@redhat.com>
165
166 * python/py-bpevent.c: Include defs.h.
167 * python/py-continueevent.c: Include defs.h.
168 * python/py-event.c: Include defs.h.
169 * python/py-event.h: Don't include defs.h.
170 * python/py-events.h: Don't include defs.h.
171 * python/py-evts.c: Include defs.h.
172 * python/py-exitedevent.c: Include defs.h.
173 * python/py-newobjfileevent.c: Include defs.h.
174 * python/py-signalevent.c: Include defs.h.
175 * python/py-stopevent.c: Include defs.h.
176 * python/py-threadevent.c: Include defs.h.
177
178 2012-11-08 Pierre Muller <muller@sourceware.org>
179
180 * update-web-ari.sh (print_heading): Add number of files
181 checked.
182 (nb_files): New variable counting the number of sources
183 files found by gdb_find.sh script.
184 (debug_awk): New variable to allow extra debug output.
185 (indexes): Add more information if DEBUG_AWK is set.
186
187 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
188
189 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
190 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
191 following the change in PLT call stubs on linker.
192
193 2012-11-08 Pierre Muller <muller@sourceware.org>
194
195 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
196 as default language.
197 (AWK): Use = instead of == for sh test to avoid warning.
198 (Linux rule): Correct [:digit] into [[:digit:]].
199 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
200 (vasprintf rule): Adapt to common subdirectory moves.
201 (xasprintf rule): Idem.
202 (xvasprintf rule): Idem.
203 (var_boolean rule): Accept occurence in == or != test.
204
205 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
206
207 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
208
209 * tui/tui-hooks.c (tui_inferior_exit): New function.
210 (tui_detach_hook): Remove.
211 (tui_install_hooks): Install the inferior exit observer.
212 (tui_remove_hooks): Remove it.
213
214 2012-11-08 Yao Qi <yao@codesourcery.com>
215
216 PR gdb/14777.
217 * source.c (_initialize_source): Call add_com_alias to abbreviate
218 'forward-search' as 'fo'.
219
220 2012-11-07 Pedro Alves <palves@redhat.com>
221
222 * arm-tdep.c: Make defs.h be the first include.
223 * coff-pe-read.c: Ditto.
224 * gnu-nat.c: Ditto.
225 * go32-nat.c: Ditto.
226 * i386-nat.c: Ditto.
227 * ppcnbsd-nat.c: Ditto.
228 * ada-varobj.h: Don't include defs.h.
229 * i386-darwin-tdep.h: Ditto.
230 * i386-nat.h: Ditto.
231
232 2012-11-07 Pedro Alves <palves@redhat.com>
233
234 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
235 Committee.
236
237 2012-11-07 Pierre Muller <muller@sourceware.org>
238
239 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
240 File already uses "gdb_dirent.h" header.
241
242 2012-11-07 Yao Qi <yao@codesourcery.com>
243
244 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
245 tracepoint_count'.
246
247 2012-11-06 Tom Tromey <tromey@redhat.com>
248
249 * target.h (inferior_has_forked, inferior_has_vforked)
250 (inferior_has_execd, inferior_has_called_syscall): Remove
251 declarations.
252
253 2012-11-06 Pierre Muller <muller@sourceware.org>
254
255 * remote.c (remote_insert_hw_breakpoint): ARI fix,
256 add missing internalization markup.
257
258 2012-11-06 Pedro Alves <palves@redhat.com>
259
260 PR gdb/14810
261
262 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
263
264 2012-11-06 Pierre Muller <muller@sourceware.org>
265
266 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
267 is not executable.
268
269 2012-11-05 Joel Brobecker <brobecker@adacore.com>
270
271 * gnulib/update-gnulib.sh: New script.
272
273 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
274
275 * MAINTAINERS: Update my email address.
276
277 2012-11-05 Tom Tromey <tromey@redhat.com>
278
279 * frame.c (put_frame_register): Don't use temporary buffer.
280
281 2012-11-05 Pedro Alves <palves@redhat.com>
282
283 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
284 child. Clear 'pending_detach'.
285 * infrun.c (handle_vfork_child_exec_or_exit): Clear
286 'pending_detach' in the vfork parent.
287
288 2012-11-05 Doug Evans <dje@google.com>
289
290 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
291 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
292 * dwarf2read.c: #include "elf-bfd.h".
293 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
294 (dwop_section_names): Renamed from dwo_section names. All uses
295 updated. Add entries for .debug_cu_index, .debug_tu_index.
296 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
297 All uses updated.
298 (struct dwp_sections): New type.
299 (struct virtual_dwo_sections): New type.
300 (struct dwp_hash_table): New type.
301 (struct dwp_file): New type.
302 (init_cutu_and_read_dies): Ensure DWO info/types section has been
303 read in. Handle DWOs coming from DWP files.
304 (lookup_dwo_file_slot): New function.
305 (dwarf2_locate_dwo_sections): Move definition closer to use.
306 (create_dwo_debug_info_hash_table_reader): Renamed from
307 create_debug_info_hash_table_reader. All callers updated.
308 (create_dwo_debug_info_hash_table): Renamed from
309 create_debug_info_hash_table. All callers updated.
310 (create_dwp_hash_table): New function.
311 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
312 (lookup_dwo_in_dwp): New function.
313 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
314 is_dwp. All callers updated.
315 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
316 (open_and_init_dwo_file): Renamed from init_dwo_file.
317 All callers updated.
318 (lookup_dwo_file): Delete.
319 (dwarf2_locate_dwp_sections): New function.
320 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
321 (allocate_dwp_loaded_cutus_table): New function.
322 (open_and_init_dwp_file): New function.
323 (lookup_dwo_cutu): New function.
324 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
325
326 2012-11-03 Yao Qi <yao@codesourcery.com>
327
328 Fix PR gdb/14617.
329 * breakpoint.c (trace_pass_set_count): Call
330 observer_notify_breakpoint_modified instead of
331 observer_notify_tracepoint_modified.
332 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
333
334 2012-11-02 Tom Tromey <tromey@redhat.com>
335
336 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
337 argument to complete_on_enum.
338
339 2012-11-02 Tom Tromey <tromey@redhat.com>
340
341 * configure: Rebuild.
342 * configure.ac (build_warnings): Add -Wempty-body.
343 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
344 * remote.c (handle_notification): Use braces for empty 'else' body.
345 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
346 'else' body.
347 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
348 'else' body.
349 * solib-som.c (som_relocate_section_addresses): Use braces
350 for empty 'else' body.
351 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
352 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
353
354 2012-11-02 Pedro Alves <palves@redhat.com>
355
356 PR gdb/14766
357
358 * infrun.c (handle_inferior_event)
359 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
360 null_ptid before handling a vfork child exec or exit. Switch to
361 the event ptid afterwards.
362
363 2012-11-02 Yao Qi <yao@codesourcery.com>
364
365 * std-operator.def: Remove OP_LABELED.
366 * eval.c: Remove the declaration of 'get_label'.
367 (get_label): Remove.
368 (evaluate_struct_tuple): Remove code handling OP_LABELED.
369 Update comment.
370 Remove local variable 'variantno' and related code.
371 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
372 with 'fieldno'.
373 * expprint.c (print_subexp_standard): Likewise.
374 (dump_subexp_body_standard): Likewise.
375 * parse.c (operator_length_standard): Likewise.
376
377 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
378
379 Incorporate ARI web page generator into GDB sources.
380 * contrib/ari/create-web-ari-in-src.sh: New file.
381 * contrib/ari/gdb_ari.sh: New file.
382 * contrib/ari/gdb_find.sh: New file.
383 * contrib/ari/update-web-ari.sh: New file.
384
385 2012-10-31 Tom Tromey <tromey@redhat.com>
386
387 * gdbarch.c: Rebuild.
388 * gdbarch.sh: Remove references to gdbarch_swap.
389 * corelow.c (core_open): Remove obsolete comment.
390
391 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
392
393 PR cli/14772
394 * c-typeprint.c (c_print_type): Don't print a space for vector
395 types, this is handled within the suffix.
396 (c_type_print_varspec_suffix): Add a space to vector suffix.
397
398 2012-10-26 Pedro Alves <palves@redhat.com>
399
400 * amd64-tdep.c (amd64_relocate_instruction): Use
401 store_unsigned_integer instead of memcpy.
402 * i386-tdep.c (i386_relocate_instruction): Ditto.
403
404 2012-10-26 Pedro Alves <palves@redhat.com>
405
406 * infrun.c (handle_inferior_event): Merge handling of
407 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
408 switch case.
409
410 2012-10-26 Pedro Alves <palves@redhat.com>
411
412 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
413 Remove comment.
414
415 2012-10-26 Pedro Alves <palves@redhat.com>
416
417 * target.c (target_waitstatus_to_string): Handle
418 TARGET_WAITKIND_VFORK_DONE.
419
420 2012-10-26 Pedro Alves <palves@redhat.com>
421
422 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
423 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
424
425 2012-10-24 Tristan Gingold <gingold@adacore.com>
426
427 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
428 Add comments.
429
430 2012-10-24 Joel Brobecker <brobecker@adacore.com>
431
432 * ravenscar-thread.c (ravenscar_wait): Only update the list
433 of threads and inferior_ptid if the inferior is still alive.
434
435 2012-10-24 Joel Brobecker <brobecker@adacore.com>
436
437 * ada-lang.c (is_known_support_routine): Use lbasename when
438 matching the symtab's filename against
439 known_runtime_file_name_patterns.
440
441 2012-10-24 Joel Brobecker <brobecker@adacore.com>
442
443 * ada-lang.c (ada_same_array_size_p): New function.
444 (ada_promote_array_of_integrals): New function.
445 (coerce_for_assign): Add handling of arrays where the elements
446 are integrals of a smaller size than the size of the target
447 array element type.
448
449 2012-10-24 Joel Brobecker <brobecker@adacore.com>
450
451 * doublest.c (convert_doublest_to_floatformat): Fix comparison
452 against maximum exponent value.
453
454 2012-10-24 Joel Brobecker <brobecker@adacore.com>
455
456 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
457 "unwind-seh.c".
458
459 2012-10-24 Joel Brobecker <brobecker@adacore.com>
460
461 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
462 strip typedef layer when computing the fixed type's field type,
463 only when computing its size.
464
465 2012-10-24 Mark Kettenis <kettenis@gnu.org>
466
467 PR gdb/12783
468 * i386-tdep.c (i386_return_value): Handle complex double and long
469 double.
470
471 2012-10-24 Joel Brobecker <brobecker@adacore.com>
472
473 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
474 New local variable args_len.
475 Quote the name of the executable when computing the command line.
476
477 2012-10-23 Mark Kettenis <kettenis@gnu.org>
478
479 PR gdb/12796
480 PR gdb/12798
481 PR gdb/12800
482 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
483 AMD64_FTAG_REGNUM.
484 * amd64-tdep.c (amd64_classify): Classify complex types.
485 (amd64_return_value): Handle the COMPLEX_X87 class.
486
487 2012-10-23 Joel Brobecker <brobecker@adacore.com>
488
489 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
490 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
491
492 2012-10-23 Joel Brobecker <brobecker@adacore.com>
493
494 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
495 function.
496 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
497 to amd64_windows_auto_wide_charset.
498
499 2012-10-23 Yao Qi <yao@codesourcery.com>
500
501 * event-top.c (mark_async_signal_handler_wrapper): Remove.
502 * event-top.h: Remove its declaration.
503 (async_request_quit): Call mark_async_signal_handler instead of
504 mark_async_signal_handler_wrapper.
505 (async_do_nothing, async_disconnect): Likewise.
506 (async_stop_sig): Likewise.
507 * remote.c (handle_remote_sigint): Likewise.
508 (handle_remote_sigint_twice): Likewise.
509
510 2012-10-23 Yao Qi <yao@codesourcery.com>
511
512 * event-top.c (sigint_token, sighup_token): Replace 'void *'
513 with 'static struct async_signal_handler *'.
514 (sighup_token, sigquit_token, sigstp_token): Likewise.
515
516 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
517
518 * gdbarch.sh (function_list): Use 'pstring' when printing
519 a variable which could return NULL.
520 * gdbarch.c: Regenerate.
521
522 2012-10-10 Joel Brobecker <brobecker@adacore.com>
523 Tom Tromey <tromey@redhat.com>
524
525 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
526 inneffective if condition by gdb assertion. Add function
527 description comment.
528
529 2012-10-19 Joel Brobecker <brobecker@adacore.com>
530
531 * parser-defs.h (struct exp_descriptor): Document constraint
532 on return value for "op_name" callbacks.
533
534 2012-10-18 Tom Tromey <tromey@redhat.com>
535
536 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
537 * symtab.c (iterate_over_some_symtabs): Constify.
538 * source.h (symtab_to_fullname): Return 'const char *'.
539 * source.c (symtab_to_fullname): Return 'const char *'.
540 * python/py-symtab.c (stpy_fullname): Constify.
541 * cli/cli-cmds.c (edit_command): Constify.
542 * breakpoint.c (print_breakpoint_location)
543 (update_static_tracepoint): Constify.
544
545 2012-10-18 Tom Tromey <tromey@redhat.com>
546
547 * breakpoint.c (compare_breakpoints): Fix comparison.
548
549 2012-10-18 Tom Tromey <tromey@redhat.com>
550
551 * valprint.c (generic_emit_char, generic_printstr): Pass size of
552 gdb_wchar_t to convert_between_encodings.
553
554 2012-10-17 Yao Qi <yao@codesourcery.com>
555
556 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
557 more parameter 'inferior'.
558 * corefile.c (write_memory_with_notification): Caller update.
559
560 * mi/mi-cmd-var.c: Include "mi-main.h".
561 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
562 to 1 and restore it later.
563 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
564 and "data-write-memory-bytes.
565 * mi/mi-interp.c: Include objfiles.h.
566 (mi_interpreter_init): Call observer_attach_memory_changed.
567 (mi_memory_changed): New.
568 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
569 New field.
570
571 * NEWS: Mention new MI notification "memory-changed".
572
573 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
574
575 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
576
577 2012-10-15 Doug Evans <dje@google.com>
578
579 New option -nh: inhibit loading of ~/.gdbinit.
580 * NEWS: Mention -nh.
581 * main.c (captured_main): Recognize and process -nh.
582 (print_gdb_help): Mention -nh.
583 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
584
585 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
586
587 PR backtrace/14646
588 PR gdb/14647
589 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
590 pc_regnum_from_eax.
591 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
592 nor pc_regnum_from_eax.
593 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
594 nor pc_regnum_from_eax.
595
596 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
597
598 Fix entry values resolving in inlined frames.
599 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
600 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
601 entries of FRAME.
602
603 2012-10-15 Joel Brobecker <brobecker@adacore.com>
604
605 * configure.ac: Build with -DMS_WIN64 if building with Python
606 enabled using GCC on amd64-windows.
607 * configure: Regenerate.
608
609 2012-10-15 Tom Tromey <tromey@redhat.com>
610
611 PR python/14635:
612 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
613 to Py_None.
614
615 2012-10-15 Tom Tromey <tromey@redhat.com>
616
617 PR python/14634:
618 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
619
620 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
621
622 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
623 reset thread numbering back to 1.
624
625 2012-10-11 Doug Evans <dje@google.com>
626
627 PR breakpoints/14643.
628 * linespec.c (struct ls_parser): New member keyword_ok.
629 (linespec_lexer_lex_string): Add comment.
630 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
631 for one.
632 (parse_linespec): Set keyword_ok.
633
634 2012-10-10 Doug Evans <dje@google.com>
635
636 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
637 "0x" prefix on address in log message.
638
639 * dwarf2read.c (read_1_byte): Add const to buf parameter.
640 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
641 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
642 (lookup_dwo_file): Add const to dwo_name parameter.
643 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
644
645 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
646
647 Fix crash during stepping on ppc32.
648 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
649 SYM.
650
651 2012-10-03 Doug Evans <dje@google.com>
652
653 PR symtab/14601
654 * buildsym.c (buildsym_init): Reset using_directives to NULL.
655
656 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
657
658 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
659 output and use uint32_t not long to ensure 4 byte size.
660
661 2012-10-02 Joel Brobecker <brobecker@adacore.com>
662
663 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
664 unref'ed it.
665
666 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
667
668 * target.c (simple_search_memory): Include access length in
669 warning message.
670
671 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
672 Edjunior Machado <emachado@linux.vnet.ibm.com>
673
674 PR gdb/13989
675 * solib.c (solib_find): Prevent GDB from loading native libraries when
676 debugging a cross-target corefile.
677
678 2012-09-28 selven <pcthegreat@gmail.com>
679
680 Make definition match declaration.
681
682 * regcache.c (regcache_register_status): Change return type to
683 enum register_status.
684
685 2012-09-28 Yao Qi <yao@codesourcery.com>
686
687 * mi/mi-main.c (mi_cmd_data_write_memory): Call
688 write_memory_with_notification instead of write_memory.
689 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
690 instead of target_write_memory.
691
692 2012-09-28 Yao Qi <yao@codesourcery.com>
693
694 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
695 when the length of content is not an even number.
696
697 2012-09-27 Tom Tromey <tromey@redhat.com>
698
699 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
700 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
701
702 2012-09-27 Joel Brobecker <brobecker@adacore.com>
703
704 * sol-thread.c (sol_thread_fetch_registers)
705 (sol_thread_store_registers): Delete commented out code.
706
707 2012-09-27 Joel Brobecker <brobecker@adacore.com>
708
709 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
710 Move these functions to sparc-sol-thread.c.
711 * sparc-sol-thread.c: New file.
712 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
713 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
714 configurations.
715 * configure: Regenerate.
716
717 2012-09-27 Joel Brobecker <brobecker@adacore.com>
718
719 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
720 Remove commented-out code.
721
722 2012-09-27 Joel Brobecker <brobecker@adacore.com>
723
724 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
725 Enable this code for sparc hosts only.
726
727 2012-09-27 Joel Brobecker <brobecker@adacore.com>
728
729 * procfs.h (procfs_find_LDT_entry): Add declaration.
730 * sol-thread.c (ps_lgetLDT): Delete local declaration of
731 function procfs_find_LDT_entry.
732
733 2012-09-27 Joel Brobecker <brobecker@adacore.com>
734
735 * procfs.c (proc_get_LDT_entry): Make static.
736
737 2012-09-27 Joel Brobecker <brobecker@adacore.com>
738
739 * procfs.c (proc_find_memory_regions): Fix declaration.
740
741 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
742
743 * amd64-tdep.c (amd64_return_value): Revert previous change
744 that used TYPE_LENGTH directly.
745 * bfin-tdep.c (bfin_extract_return_value): Likewise.
746 (bfin_store_return_value): Likewise.
747 * cris-tdep.c (cris_store_return_value): Likewise.
748 (cris_extract_return_value): Likewise.
749 * h8300-tdep.c (h8300_extract_return_value): Likewise.
750 * hppa-tdep.c (hppa64_return_value): Likewise.
751 * lm32-tdep.c (lm32_store_return_value): Likewise.
752 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
753 * spu-tdep.c (spu_value_from_register): Likewise.
754 * vax-tdep.c (vax_return_value): Likewise.
755
756 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
757
758 * gdbtypes.c (lookup_array_range_type): Expand parameters
759 LOW_BOUND and HIGH_BOUND to LONGEST.
760 (lookup_string_range_type): Likewise.
761 * gdbtypes.h (lookup_array_range_type): Likewise.
762 (lookup_string_range_type): Likewise.
763 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
764 Expand HIGHBOUND to ssize_t.
765 (value_string): Likewise.
766 * value.h (value_cstring): Expand parameter LEN to ssize_t.
767 (value_string): Likewise.
768
769 2012-09-27 Yao Qi <yao@codesourcery.com>
770
771 PR breakpoints/13898
772 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
773 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
774 per breakpoint type.
775
776 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
777
778 * procfs.c: Add gdb_bfd header.
779 * rs6000-nat.c: Likewise.
780 * solib-pa64.c: Likewise.
781 * spu-linux-nat.c: Likewise.
782 * windows-nat.c: Likewise.
783
784 2012-09-26 Tom Tromey <tromey@redhat.com>
785
786 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
787
788 2012-09-26 Tom Tromey <tromey@redhat.com>
789
790 * dwarf2read.c (mark_common_block_symbol_computed): New function.
791 (read_common_block): Handle child DIEs with
792 DW_AT_data_member_location.
793 (new_symbol_full): Add special case for common blocks.
794
795 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
796 Tom Tromey <tromey@redhat.com>
797
798 * dwarf2read.c (read_common_block): Rewrite.
799 (new_symbol_full): Handle DW_TAG_common_block.
800 * f-lang.c (head_common_list, find_common_for_function):
801 Remove.
802 * f-lang.h (struct common_entry, struct saved_f77_common,
803 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
804 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
805 BLANK_COMMON_NAME_LOCAL): Remove.
806 (struct common_block): New.
807 * f-valprint.c (list_all_visible_commons): Remove.
808 (info_common_command_for_block): New function.
809 (info_common_command): Use it.
810 * stack.c (iterate_over_block_locals): Special case for
811 COMMON_BLOCK_DOMAIN.
812 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
813 constant.
814 (struct general_symbol_info) <value.common_block>: New field.
815 (SYMBOL_VALUE_COMMON_BLOCK): New define.
816
817 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
818 Tom Tromey <tromey@redhat.com>
819
820 * f-lang.c (allocate_saved_bf_node,
821 allocate_saved_function_node, allocate_saved_f77_common_node,
822 allocate_common_entry_node, tail_common_list, current_common,
823 saved_bf_list, saved_bf_list_end, current_head_bf_list,
824 tmp_bf_ptr, add_common_block, add_common_entry,
825 find_first_common_named, patch_common_entries,
826 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
827 global_remote_debug, get_bf_for_fcn, saved_function_list,
828 saved_function_list_end, clear_function_list, struct saved_fcn,
829 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
830 SAVED_BF, SAVED_BF_PTR): Remove.
831 * f-lang.h (tail_common_list, current_common,
832 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
833 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
834 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
835 real_main_c_value): Remove.
836 * f-valprint.c (there_is_a_visible_common_named): Remove.
837
838 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
839
840 * breakpoint.c (update_global_location_list): Ignore previous
841 duplicate status of a breakpoint when starting a new scan for
842 duplicate breakpoints.
843
844 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
845 PR breakpoints/14419
846 * arm-tdep.c (arm_skip_prologue): Extending producer check to
847 support LLVM compiler.
848
849 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
850
851 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
852 * bfin-tdep.c (bfin_extract_return_value): Likewise.
853 (bfin_store_return_value): Likewise.
854 * cris-tdep.c (cris_store_return_value): Likewise.
855 (cris_extract_return_value): Likewise.
856 * h8300-tdep.c (h8300_extract_return_value): Likewise.
857 * hppa-tdep.c (hppa64_return_value): Likewise.
858 * lm32-tdep.c (lm32_store_return_value): Likewise.
859 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
860 * spu-tdep.c (spu_value_from_register): Likewise.
861 * vax-tdep.c (vax_return_value): Likewise.
862
863 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
864
865 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
866 parameter LEN to ssize_t.
867
868 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
869
870 * ada-valprint.c (ada_val_print_1): Eliminate single-use
871 variable LEN.
872 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
873 directly.
874 (alpha_store_return_value): Likewise.
875 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
876 (amd64_push_arguments): Likewise.
877 * ax-gdb.c (gen_trace_static_fields): Likewise.
878 (gen_traced_pop): Likewise.
879 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
880 * breakpoint.c (update_watchpoint): Likewise.
881 * findcmd.c (parse_find_args): Use local variable for type
882 instead of length.
883 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
884 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
885 (h8300_store_return_value): Likewise.
886 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
887 Use i386_darwin_arg_type_alignment directly.
888 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
889 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
890 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
891 (m68hc11_extract_return_value): Likewise.
892 * mep-tdep.c (mep_push_dummy_call): Likewise.
893 * printcmd.c (float_type_from_length): Likewise.
894 * s390-tdep.c (s390_value_from_register): Likewise.
895 * stack.c (read_frame_arg): Likewise.
896 * tracepoint.c (encode_actions_1): Likewise.
897 * valops.c (value_fetch_lazy): Use local variable for type
898 instead of length. Use TYPE_LENGTH directly.
899 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
900
901 2012-09-25 Joel Brobecker <brobecker@adacore.com>
902
903 * symtab.c (skip_prologue_sal): Fix typo in comment.
904
905 2012-09-25 Joel Brobecker <brobecker@adacore.com>
906
907 * linespec.c (create_sals_line_offset): Fix typo in comment.
908
909 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
910
911 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
912 use plongest to print the array size.
913
914 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
915
916 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
917 * p-valprint.c (pascal_type_print_base): Likewise.
918
919 2012-09-22 Yao Qi <yao@codesourcery.com>
920
921 * remote.c (remote_get_trace_status): Remove setting default
922 values of fields of 'ts'.
923
924 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
925
926 Fix internal error on canonicalization of clang types.
927 * cp-name-parser.y (operator): New comment at make_operator call for
928 new, delete, new[] and delete[].
929 (exp): Use "sizeof ". Add new comment at make_operator call.
930
931 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
932
933 Fix disassemble without parameters in tailcall frame.
934 * cli/cli-cmds.c (disassemble_current_function): Use
935 get_frame_address_in_block.
936
937 2012-09-21 Tom Tromey <tromey@redhat.com>
938
939 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
940 TYPE_CODE_UNION>: Unify, removing a goto.
941
942 2012-09-21 Tom Tromey <tromey@redhat.com>
943
944 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
945
946 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
947
948 * findvar.c (read_frame_register_value): Mark the result value as
949 optimized out if any of the input registers have been optimized out.
950
951 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
952
953 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
954
955 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
956
957 * eval.c (evaluate_subexp_standard): Eliminate single-use
958 variable LOWER.
959
960 2012-09-21 Yao Qi <yao@codesourcery.com>
961
962 * mi/mi-interp.c: Declare mi_record_changed.
963 (mi_interpreter_init): Call observer_attach_record_changed.
964 (mi_record_changed): New.
965 * record.c (record_open): Call observer_notify_record_changed.
966 (cmd_record_stop): Call observer_notify_record_changed.
967 * NEWS: Mention it.
968
969 2012-09-20 Tom Tromey <tromey@redhat.com>
970
971 * NEWS: Update.
972 * python/python.c (finalize_python): New function.
973 (_initialize_python): Make a final cleanup.
974
975 2012-09-19 Doug Evans <dje@google.com>
976
977 * buildsym.h (param_symbols): Delete, unused.
978 (context_stack): Delete member "params", unused.
979 * buildsym.c (push_context): Update.
980 * dwarf2read.c (read_func_scope): Update.
981
982 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
983
984 * sh-tdep.c (sh_register_convert_to_virtual)
985 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
986 all callers. Just do a memcpy if not the little-endian case.
987
988 * h8300-tdep.c (h8300_gdbarch_init): Invoke
989 set_gdbarch_double_format and set_gdbarch_long_double_format.
990 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
991 set_gdbarch_double_format.
992 * sh-tdep.c (sh_gdbarch_init): Likewise.
993
994 * NEWS: Document the removal of SH's 'regs' command.
995 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
996 command.
997
998 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
999
1000 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1001 `jump'.
1002
1003 2012-09-18 Joel Brobecker <brobecker@adacore.com>
1004
1005 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1006 language when iterating over symbols.
1007
1008 2012-09-18 Yao Qi <yao@codesourcery.com>
1009
1010 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1011 (mi_interpreter_init): Call observer_attach_tsv_created and
1012 observer_attach_tsv_deleted.
1013 (mi_tsv_created, mi_tsv_deleted): New.
1014 * tracepoint.c (delete_trace_state_variable): Call
1015 observer_notify_tsv_deleted.
1016 (trace_variable_command): Call observer_notify_tsv_created.
1017 (delete_trace_variable_command): Call
1018 observer_notify_tsv_deleted.
1019 (create_tsv_from_upload): Call observer_notify_tsv_created.
1020 * NEWS: Mention it.
1021
1022 2012-09-18 Yao Qi <yao@codesourcery.com>
1023
1024 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1025 if traceframe changed.
1026 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1027 "trace-find".
1028 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1029 (mi_interpreter_init): Hook mi_traceframe_changed to observer
1030 'traceframe_changed'.
1031 (mi_traceframe_changed): New.
1032 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1033 New field.
1034 * NEWS: Mention the new MI notification.
1035
1036 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
1037
1038 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1039
1040 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1041
1042 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1043 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
1044 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1045 Extend code also for PaX support. Convert all gdb_assert to warning
1046 calls.
1047
1048 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1049
1050 Implement auto-load user conveniences suggested by Doug Evans.
1051 * auto-load.c: Include top.h.
1052 (file_is_auto_load_safe): New variable advice_printed. Print advice.
1053 (_initialize_auto_load): New variable scripts_directory_help. Mention
1054 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1055 scripts-directory. Document in online help one can use also files for
1056 set auto-load safe-path.
1057 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1058 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1059
1060 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1061
1062 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1063 of LEN.
1064
1065 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1066
1067 * m2-valprint.c (m2_print_array_contents): Eliminate variable
1068 ELTLEN and use TYPE_LENGTH directly.
1069 (m2_val_print): Likewise.
1070 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1071 variable LEN and use TYPE_LENGTH directly.
1072 (m68k_svr4_store_return_value): Likewise.
1073 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1074 ARGLEN and use TYPE_LENGTH directly.
1075 (mips_o64_push_dummy_call): Likewise.
1076 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1077 variable LENGTH and use TYPE_LENGTH directly.
1078 (s390_function_arg_float): Likewise.
1079 (s390_function_arg_integer): Likewise.
1080 (s390_push_dummy_call): Likewise.
1081 (s390_return_value_convention): Likewise.
1082 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1083 TYPE_LENGTH directly.
1084
1085 2012-09-17 Yao Qi <yao@codesourcery.com>
1086
1087 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1088 Update comment to add_setshow_integer_cmd.
1089 * cli/cli-setshow.c (do_set_command): Handle case
1090 'var_zuinteger_unlimited'.
1091 (do_show_command): Likewise.
1092 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1093 for command 'remotetimeout'.
1094 * command.h (enum var_types): New zuinteger_unlimited. Update comment
1095 to var_integer.
1096 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1097 for command 'set listsize'.
1098
1099 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1100
1101 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1102 variable LEN.
1103
1104 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1105
1106 PR 14119
1107 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1108 (frame_pop): Drop also TAILCALL_FRAME frames.
1109 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1110
1111 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1112 Pedro Alves <palves@redhat.com>
1113
1114 PR 14548
1115 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1116 function start if we are already at function start. Both for
1117 reverse-next and for reverse-step into function without line number
1118 info.
1119
1120 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1121
1122 Code cleanup - rename 'inline' depth to 'artificial' depth.
1123 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1124 frame_id_artificial_p, extend the comment.
1125 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1126 * frame.c (fprint_frame_id): Rename at a user, change debug output
1127 text to "artificial=".
1128 (skip_inlined_frames): Rename to ...
1129 (skip_artificial_frames): ... here. Extend the comment.
1130 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1131 (frame_id_inlined_p): Rename to ...
1132 (frame_id_artificial_p): ... here. Rename at a user.
1133 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1134 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1135 at a user.
1136 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1137 Extend the comment.
1138 (frame_id_inlined_p): Rename to ...
1139 (frame_id_artificial_p): ... here.
1140 * inline-frame.c (inline_frame_this_id): Rename at a user.
1141
1142 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
1143
1144 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1145 vector variables using vector_size syntax rather than array
1146 syntax.
1147
1148 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1149
1150 * valarith.c (value_concat): Replace unsafe ALLOCA with
1151 XMALLOC/XFREE.
1152
1153 2012-09-14 Pedro Alves <palves@redhat.com>
1154
1155 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1156
1157 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
1158
1159 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1160 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1161 data-directory as appropriate.
1162
1163 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1164
1165 * printcmd.c (ui_printf): Eliminate single-use variable
1166 PARAM_LEN.
1167
1168 2012-09-14 Yao Qi <yao@codesourcery.com>
1169 Pedro Alves <palves@redhat.com>
1170
1171 * valops.c (value_assign): Move observer_notify_target_changed
1172 below to replace reinit_frame_cache.
1173
1174 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
1175
1176 Refactor Python "gdb" module into a proper Python package, by
1177 introducing a new "_gdb" module for code implemented in C, and
1178 using reload/__import__ instead of exec.
1179 * python/lib/gdb/__init__.py: Import * from _gdb.
1180 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1181 prompt_hook, sys.argv): Moved from finish_python_initialization.
1182 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1183 (packages, auto_load_packages): New list and function replacing
1184 module_dict and auto-loading code, using __file__ instead of
1185 gdb.PYTHONDIR and reload/__import__ instead of exec.
1186 (GdbSetPythonDirectory): Replacing function of the same name
1187 from finish_python_initialization, using reload/__import__ instead
1188 of exec, as well as call auto_load_packages.
1189 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1190 gdb_python_module and not gdb_module.
1191 * python/python-internal.h (gdb_python_module): Declare.
1192 * python/python.c (gdb_python_module): New global.
1193 (before_prompt_hook): Check gdb_python_module and not gdb_module.
1194 (_initialize_python): Rename gdb module to _gdb.
1195 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1196 (finish_python_initialization): Move Python code to
1197 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1198 __main__.
1199
1200 2012-09-13 Pedro Alves <palves@redhat.com>
1201
1202 * Makefile.in (COMMON_OBS): Add registry.o.
1203 * registry.c: New file.
1204 * registry.h (struct registry_container): Declare.
1205 (registry_data_callback): New typedef.
1206 (struct registry_data, struct registry_data_registration, struct
1207 registry_data_registry): New type.
1208 (register_data_with_cleanup, registry_alloc_data)
1209 (registry_callback_adaptor, registry_clear_data)
1210 (registry_container_free_data, registry_set_data, registry_data):
1211 Declare.
1212 (DEFINE_REGISTRY): Refactor structures and functions as shims over
1213 the new common structures and functions.
1214 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
1215 callback typedefs.
1216
1217 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
1218
1219 * remote.c (remote_insert_hw_breakpoint): Throw exception if
1220 there is an error inserting hardware breakpoints and use the
1221 error message from the target.
1222
1223 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1224 Catch this exception and print the error message contained within. Do not
1225 print the default hardware error breakpoint message in this case.
1226
1227 2012-09-12 Doug Evans <dje@google.com>
1228
1229 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1230 cu == NULL.
1231
1232 2012-09-11 Doug Evans <dje@google.com>
1233
1234 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1235 .gdb_index symbol attributes if there are none.
1236
1237 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1238
1239 * symtab.h (struct minimal_symbol) [has_size]: New field.
1240 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1241 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1242 * printcmd.c (build_address_symbolic): Only filter out zero-sized
1243 minimal symbols if the symbol's size is actually known.
1244 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1245 of msymbol's size field. Add comment.
1246 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1247 SET_MSYMBOL_SIZE to set the minimal symbol size.
1248
1249 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1250
1251 * minsyms.c (install_minimal_symbols): Use memset to fill entire
1252 minimal_symbol struct object, rather than setting some of its
1253 fields one by one.
1254
1255 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
1256
1257 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1258 passed_a_ptr flag when displaying typedef types.
1259
1260 2012-09-10 Joel Brobecker <brobecker@adacore.com>
1261
1262 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1263 the optimized_out flag is preserved.
1264
1265 2012-09-10 Anthony Green <green@moxielogic.com>
1266
1267 * moxie-tdep.c (moxie_analyze_prologue): Update for function
1268 prologue changes in GCC.
1269
1270 2012-09-10 Keith Seitz <keiths@redhat.com>
1271
1272 PR gdb/13483
1273 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1274 (BOOL_CONVERSION_BADNESS): ... this.
1275 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1276 (rank_one_type): Allow all boolean conversions
1277 permitted by the standard.
1278
1279 2012-09-06 Tom Tromey <tromey@redhat.com>
1280
1281 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1282 Don't decref py_objfile.
1283
1284 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
1285
1286 Do not enable -lmcheck by default when Python is enabled with
1287 threading support.
1288 * configure.ac: (python_has_threads) New variable, by testing
1289 if WITH_THREAD is defined in Python.h.
1290 Move --enable-lmcheck after --with-python.
1291 Do not enable -lmcheck by default if python_has_threads=yes.
1292 Warn if --enable-lmcheck and python_has_threads=yes.
1293 * configure: Regenerate.
1294
1295 2012-08-31 Yao Qi <yao@codesourcery.com>
1296
1297 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1298 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1299 Update some commands.
1300 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1301 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1302 to 1.
1303
1304 2012-08-31 Yao Qi <yao@codesourcery.com>
1305
1306 * mi/mi-cmds.c (mi_cmds): Add 'static'.
1307
1308 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
1309
1310 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1311
1312 2012-08-29 Doug Evans <dje@google.com>
1313
1314 * main.c (print_gdb_help): Remove reference to
1315 --use-deprecated-index-sections.
1316
1317 2012-08-28 Yao Qi <yao@codesourcery.com>
1318
1319 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1320 (init_cmds): Call add_setshow_uinteger_cmd for command
1321 'max-user-call-depth'.
1322 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1323 declaration of 'max_user_call_depth'.
1324 * frame.c (backtrace_limit): Add 'unsigned'.
1325 (_initialize_frame): Call add_setshow_uinteger_cmd for command
1326 'limit'.
1327 * remote.c (remoteaddresssize): Add 'unsigned'.
1328 (remote_address_masked): Change local var 'address_size' to
1329 'unsigned'.
1330 (_initialize_remote): Call add_setshow_uinteger_cmd for
1331 'remoteaddresssize'.
1332 * top.c (history_size): Add 'unsigned'.
1333 (show_commands): Change local variables to 'unsigned'.
1334 (set_history_size_command): Don't check history_size is negative.
1335 Adjust the condition to call unstifle_history and set history_size
1336 to UNIT_MAX.
1337
1338 2012-08-28 Pedro Alves <palves@redhat.com>
1339
1340 PR gdb/14428
1341
1342 * infcmd.c (default_print_one_register_info): New, factored out
1343 from default_print_registers_info.
1344 (default_print_registers_info): Use it. Mark value unavailable if
1345 necessary.
1346 (registers_info): Print user registers with
1347 default_print_one_register_info.
1348
1349 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
1350
1351 PR tui/14486
1352 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1353 is not NULL before referencing it.
1354
1355 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1356
1357 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1358 variable pc. Call find_pc_line instead of find_pc_overlay, restore
1359 original PC for it.
1360
1361 2012-08-27 Eli Zaretskii <eliz@gnu.org>
1362 Jan Kratochvil <jan.kratochvil@redhat.com>
1363
1364 * auto-load.c (auto_load_objfile_script): Rename to ...
1365 (auto_load_objfile_script_1): ... here, change variable realname to
1366 parameter realname, document it, add return value, add variable retval.
1367 (auto_load_objfile_script): New function.
1368
1369 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1370
1371 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1372 followed by a whitespace.
1373
1374 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1375
1376 PR gdb/14494.
1377 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1378 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1379 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1380 here.
1381
1382 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
1383
1384 * memattr.c (create_mem_region): Fix memory region overlapping
1385 checking.
1386
1387 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1388
1389 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1390 with xmalloc/cleanup.
1391 * mt-tdep.c (mt_push_dummy_call): Likewise.
1392 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1393 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1394
1395 2012-08-24 Yao Qi <yao@codesourcery.com>
1396
1397 * jv-exp.y (push_expression_name): Add "." at the end of error
1398 message.
1399
1400 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1401
1402 Document how to return from "python-interactive" to GDB.
1403 * python/python.c (_initialize_python): Update documentation.
1404
1405 2012-08-23 Pedro Alves <palves@redhat.com>
1406
1407 * infrun.c (_initialize_infrun) <handle command help text>:
1408 Mention that multiple signals are supported.
1409
1410 2012-08-23 Pedro Alves <palves@redhat.com>
1411
1412 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1413 string.
1414
1415 2012-08-23 Yao Qi <yao@codesourcery.com>
1416
1417 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1418 (tfind_1): Don't call registers_changed, set_traceframe_num,
1419 and clear_traceframe_info.
1420 Call set_current_traceframe.
1421 (set_current_traceframe): call set_traceframe_num.
1422
1423 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
1424
1425 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1426 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1427
1428 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1429
1430 Enable readline in Python in a GDB-specific way and block the
1431 standard Python readline module to prevent conflicts with GDB.
1432 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1433 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1434 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1435 * python/py-gdb-readline.c: New file.
1436 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1437 prototype.
1438 * python/python.c (_initialize_python): Call
1439 gdbpy_initialize_gdb_readline.
1440
1441 2012-08-22 Keith Seitz <keiths@redhat.com>
1442
1443 * defs.h: Include build-gnulib/config.h
1444
1445 2012-08-22 Joseph Myers <joseph@codesourcery.com>
1446
1447 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1448 and blx pc.
1449
1450 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1451
1452 Add a new "python-interactive" command that starts a standard
1453 Python interactive prompt with "pi" as alias, and add "py" as
1454 an alias to "python".
1455 * NEWS: Mention the new commands.
1456 * python/python.c (eval_python_command): New function.
1457 (python_interactive_command): For "python-interactive" with
1458 arguments, call eval_python_command. For "python-interactive"
1459 without arguments, call PyRun_InteractiveLoop.
1460 (_initialize_python): Add "python-interactive" command with
1461 "pi" as alias, and add "py" as an alias to "python".
1462
1463 2012-08-22 Tom Tromey <tromey@redhat.com>
1464
1465 * defs.h (quit_flag): Don't declare.
1466 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1467 (QUIT): Use new functions.
1468 * event-top.c (command_handler): Use clear_quit_flag.
1469 (handle_sigint): Use set_quit_flag.
1470 (async_request_quit): Use check_quit_flag. Don't check
1471 immediate_quit.
1472 * exceptions.c (throw_exception): Use clear_quit_flag.
1473 * main.c (captured_main): Use clear_quit_flag.
1474 * python/python.c (clear_quit_flag, set_quit_flag)
1475 (check_quit_flag): New functions.
1476 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1477 clear_quit_flag.
1478 * remote.c (remote_wait_as): Use check_quit_flag,
1479 clear_quit_flag.
1480 (remote_start_remote): Call QUIT.
1481 * symfile.c (load_progress): Use check_quit_flag.
1482 * top.c (command_loop): Use clear_quit_flag.
1483 (command_line_input): Call QUIT.
1484 * utils.c (quit_flag): Conditionally define.
1485 (clear_quit_flag, check_quit_flag, set_quit_flag): New
1486 functions.
1487 (prompt_for_continue): Call QUIT. Use quit, not
1488 async_request_quit.
1489 * remote-mips.c (mips_expect_timeout): Call QUIT.
1490 * monitor.c (monitor_expect): Call QUIT.
1491
1492 2012-08-22 Tom Tromey <tromey@redhat.com>
1493
1494 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1495 (async_init_signals): Update.
1496 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1497 (SIGWINCH_HANDLER_BODY): Remove.
1498
1499 2012-08-22 Tom Tromey <tromey@redhat.com>
1500
1501 * jit.c (jit_object_close_impl): Don't malloc the objfile
1502 name.
1503 * objfiles.c (allocate_objfile): Don't malloc the objfile
1504 name.
1505 (free_objfile): Don't free the objfile name.
1506 * objfiles.h (struct objfile) <name>: Update comment.
1507 * symfile.c (reread_symbols): Fix reference counting. Don't
1508 malloc objfile name.
1509
1510 2012-08-22 Tom Tromey <tromey@redhat.com>
1511
1512 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1513 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1514 (symfile_bfd_open): Likewise.
1515 (generic_load): Likewise.
1516 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1517 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1518 gdb_bfd_open.
1519 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1520 Use gdb_bfd_open.
1521 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1522 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1523 (pmon_load_fast): Likewise.
1524 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1525 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1526 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1527 (macho_check_dsym): Likewise.
1528 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1529 (m32r_upload_command): Likewise.
1530 * gdb_bfd.h (gdb_bfd_cache): Declare.
1531 * gdb_bfd.c (struct gdb_bfd_data): New.
1532 (gdb_bfd_cache): New global.
1533 (struct gdb_bfd_cache_search): New.
1534 (hash_bfd): New function.
1535 (eq_bfd): Likewise.
1536 (gdb_bfd_open): Likewise.
1537 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1538 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1539 gdb_bfd_data.
1540 * exec.c (exec_file_attach): Use gdb_bfd_open.
1541 * dsrec.c (load_srec): Use gdb_bfd_open.
1542
1543 2012-08-22 Tom Tromey <tromey@redhat.com>
1544
1545 * dwarf2read.c (macro_start_file): Update.
1546 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1547 (free_objfile_per_bfd_storage): Destroy macro_cache.
1548 (allocate_objfile, free_objfile): Update.
1549 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1550 New field.
1551 (struct objfile) <macro_cache>: Remove.
1552 * symfile.c (reread_symbols): Update.
1553 * symmisc.c (print_symbol_bcache_statistics): Update.
1554 (print_objfile_statistics): Update.
1555
1556 2012-08-22 Tom Tromey <tromey@redhat.com>
1557
1558 * elfread.c (elf_symtab_read): Update.
1559 * objfiles.c (objfiles_bfd_data): New global.
1560 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1561 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1562 (allocate_objfile, free_objfile): Update.
1563 (_initialize_objfiles): Initialize objfiles_bfd_data.
1564 * objfiles.h (struct objfile_per_bfd_storage): New.
1565 (struct objfile) <per_bfd>: New field.
1566 <filename_cache>: Remove.
1567 (set_objfile_per_bfd): Declare.
1568 * symfile.c (reread_symbols): Update. Call
1569 set_objfile_per_bfd.
1570 (allocate_symtab): Update.
1571 * symmisc.c (print_symbol_bcache_statistics): Update.
1572 (print_objfile_statistics): Print the size of the BFD obstack.
1573
1574 2012-08-22 Tom Tromey <tromey@redhat.com>
1575
1576 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1577 * gdb_bfd.c: Use DEFINE_REGISTRY.
1578 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1579 (gdb_bfd_ref): Call bfd_alloc_data.
1580 (gdb_bfd_unref): Call bfd_free_data.
1581
1582 2012-08-22 Tom Tromey <tromey@redhat.com>
1583
1584 * registry.h (struct registry_fields): New.
1585 (REGISTRY_FIELDS): Redefine.
1586 (REGISTRY_ACCESS_FIELD): New macro.
1587 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1588 functions.
1589
1590 2012-08-22 Tom Tromey <tromey@redhat.com>
1591
1592 * auto-load.c (_initialize_auto_load): Update.
1593 * solib-svr4.c (_initialize_svr4_solib): Update
1594 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1595 * solib-darwin.c (_initialize_darwin_solib): Update.
1596 * registry.h: New file.
1597 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1598 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1599 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1600 (register_program_space_data_with_cleanup)
1601 (register_program_space_data, program_space_alloc_data)
1602 (clear_program_space_data, set_program_space_data)
1603 (program_space_data): Don't declare.
1604 * progspace.c: Use DEFINE_REGISTRY.
1605 (struct program_space_data, struct
1606 program_space_data_registration, struct
1607 program_space_data_registry, program_space_data_registry)
1608 (register_program_space_data_with_cleanup)
1609 (register_program_space_data, program_space_alloc_data)
1610 (program_space_free_data, clear_program_space_data)
1611 (set_program_space_data, program_space_data): Remove.
1612 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1613 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1614 (register_objfile_data_with_cleanup, register_objfile_data)
1615 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1616 declare.
1617 * objfiles.c: Use DEFINE_REGISTRY.
1618 (struct objfile_data, struct objfile_data_registration, struct
1619 objfile_data_registry, objfile_data_registry)
1620 (register_objfile_data_with_cleanup, register_objfile_data)
1621 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1622 (set_objfile_data, objfile_data): Remove.
1623 (_initialize_objfiles): Update.
1624 * jit.c (_initialize_jit): Update.
1625 * inflow.c (_initialize_inflow): Update.
1626 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1627 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1628 (register_inferior_data_with_cleanup, register_inferior_data)
1629 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1630 declare.
1631 * inferior.c: Use DEFINE_REGISTRY.
1632 (struct inferior_data, struct inferior_data_registration, struct
1633 inferior_data_registry, inferior_data_registry)
1634 (register_inferior_data_with_cleanup, register_inferior_data)
1635 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1636 (set_inferior_data, inferior_data): Remove.
1637 * auxv.c (_initialize_auxv): Update.
1638 * ada-lang.c (_initialize_ada_language): Update.
1639 * breakpoint.c (_initialize_breakpoint): Update.
1640 * i386-nat.c (i386_use_watchpoints): Update.
1641
1642 2012-08-22 Tom Tromey <tromey@redhat.com>
1643
1644 * exec.c (exec_close, exec_file_attach): Update.
1645 (add_to_section_table): Initialize 'key' field.
1646 (add_target_sections, remove_target_sections): Add 'key' argument.
1647 * exec.h (add_target_sections, remove_target_sections): Add
1648 'key' argument.
1649 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1650 (reload_shared_libraries_1): Update.
1651 * target.h (struct target_section) <key>: New field.
1652
1653 2012-08-22 Tom Tromey <tromey@redhat.com>
1654
1655 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1656
1657 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1658
1659 * symfile.c (allocate_symtab): Use host_address_to_string
1660 function instead of cast of pointer to long which is not
1661 compatible with x86_64-w64-mingw32 build.
1662
1663 2012-08-19 Andrew Pinski <apinski@cavium.com>
1664
1665 * mips-tdep.c (is_octeon): New function.
1666 (is_octeon_bbit_op): New function.
1667 (mips32_next_pc): Handle Octeon's bbit instructions.
1668 (mips32_instruction_has_delay_slot): Likewise.
1669
1670 2012-08-19 Andrew Pinski <apinski@cavium.com>
1671
1672 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1673 before the function.
1674
1675 2012-08-19 Andrew Pinski <apinski@cavium.com>
1676
1677 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1678
1679 2012-08-19 Keith Seitz <keiths@redhat.com>
1680
1681 PR c++/14365
1682 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1683 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1684
1685 2012-08-18 Eli Zaretskii <eliz@gnu.org>
1686
1687 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1688 The typo broke "make TAGS".
1689
1690 2012-08-17 Joel Brobecker <brobecker@adacore.com>
1691
1692 GDB 7.5 released.
1693
1694 2012-08-17 Keith Seitz <keiths@redhat.com>
1695
1696 PR c++/13356
1697 * gdbtypes.c (strict_type_checking): New variable.
1698 (show_strict_type_checking): New function.
1699 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1700 if strict type checking is disabled.
1701 (_initialize_gdbtypes): Add "check type" subcommand.
1702 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1703
1704 2012-08-17 Keith Seitz <keiths@redhat.com>
1705
1706 * language.h (type_mode): Remove.
1707 (type_check): Remove.
1708 (struct language_defn): Remove la_type_check.
1709 (STRICT_TYPE): Remove unused macro.
1710 (type_error): Remove.
1711 * language.c (set_type_range_case): Renamed to ...
1712 (set_range_case): ... this. Update all callers.
1713 Remove type_mode/type_check.
1714 (type_mode): Remove.
1715 (type_check): Remove.
1716 (show_type_command): Remove.
1717 (set_type_command): Remove.
1718 (language_info): Remove type checking output.
1719 (type_error): Remove unused function.
1720 (range_error): Update comment.
1721 (unknown_language_defn): Remove la_type_check.
1722 (auto_language_defn): Likewise.
1723 (local_language_defn): Likewise.
1724 (_initialize_language): Remove "check type" subcommand.
1725 * ada-lang.c (ada_language_defn): Remove la_type_check.
1726 * c-lang.c (c_language_defn): Likewise.
1727 (cplus_language_defn): Likewise.
1728 (asm_language_defn): Likewise.
1729 (minimal_language_defn): Likewise.
1730 * d-lang.c (d_language_defn): Likewise.
1731 * f-lang.c (f_language_defn): Likewise.
1732 * go-lang.c (go_language_defn): Likewise.
1733 * jv-lang.c (java_language_defn): Likewise.
1734 * m2-lang.c (m2_language_defn): Likewise.
1735 * objc-lang.c (objc_language_defn): Likewise.
1736 * opencl-lang.c (opencl_language_defn): Likewise.
1737 * p-lang.c (pascal_language_defn): Likewise.
1738
1739 2012-08-16 Mike Frysinger <vapier@gentoo.org>
1740
1741 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1742
1743 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1744
1745 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1746 New function.
1747 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1748 using the regache. Use ia64_hpux_get_register_from_save_state_t
1749 to access the bsp and bspstore registers if not.
1750
1751 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1752
1753 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1754 * breakpoint.c (detach_breakpoints): Change pid parameter into
1755 a ptid. Adjust code accordingly.
1756 * infrun.c (handle_inferior_event): Delete variable child_pid.
1757 Update call to detach_breakpoints to pass the child ptid for
1758 fork events.
1759 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1760 assert that inferior_ptid's lwp is zero.
1761 (linux_handle_extended_wait): Update call to detach_breakpoints.
1762 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1763 detach_breakpoints.
1764
1765 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1766
1767 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1768 parent, only call detach_breakpoints if tts.tts_event ==
1769 TTEVT_VFORK.
1770
1771 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1772
1773 * dwarf2-frame.c (dwarf2_frame_cache): Use
1774 get_frame_address_in_block instead of get_frame_pc as
1775 the bound for executing the frame's FDE.
1776
1777 2012-08-16 Yao Qi <yao@codesourcery.com>
1778
1779 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1780 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1781 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1782 (c_type_print_varspec_suffix): Likewise.
1783 * eval.c (evaluate_subexp_standard): Likewise.
1784 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1785 (f_type_print_varspec_suffix): Likewise.
1786 * gdbtypes.c (is_scalar_type): Likewise.
1787 (recursive_dump_type): Likewise.
1788 * infcall.c (value_arg_coerce): Likewise.
1789 * m2-valprint.c (m2_val_print): Likewise.
1790 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1791 (pascal_type_print_varspec_suffix): Likewise.
1792 (pascal_type_print_base): Likewise.
1793 * p-valprint.c (pascal_val_print): Likewise.
1794 (pascal_val_print): Likewise.
1795 * valops.c (value_slice): Likewise.
1796 * valprint.c (scalar_type_p): Likewise.
1797 * valarith.c (value_bitstring_subscript): Remove.
1798 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1799 Remove comment on TYPE_CODE_BITSTRING.
1800
1801 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1802 TYPE_CODE_BITSTRING.
1803
1804 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1805 slot 0.
1806
1807 2012-08-16 Yao Qi <yao@codesourcery.com>
1808
1809 * tracepoint.c (trace_find_none_command): Remove.
1810 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1811
1812 2012-08-16 Yao Qi <yao@codesourcery.com>
1813
1814 * remote.c (handle_notification): Remove parameter 'length'.
1815 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1816
1817 2012-08-15 Keith Seitz <keiths@redhat.com>
1818
1819 * gdbtypes.c (opaque_type_resolution): Make static.
1820 Add missing comment.
1821 (overload_debug): Add missing comment.
1822 (show_opaque_type_resolution): Likewise.
1823 (show_overload_debug): Likewise.
1824 (print_bit_vector): Remove unnecessary forward declaration.
1825 (print_arg_types): Likewise.
1826 (dump_fn_fieldlists): Likewise.
1827 (print_cplus_stuff): Likewise.
1828
1829 2012-08-15 Tom Tromey <tromey@redhat.com>
1830
1831 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1832 (gdb_bfd_ref): Initialize new field.
1833 (gdb_bfd_unref): Unref the archive BFD.
1834 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1835 parent archive.
1836
1837 2012-08-15 Tom Tromey <tromey@redhat.com>
1838
1839 PR python/14387:
1840 * python/py-bpevent.c (create_breakpoint_event_object): Update
1841 comment.
1842 * python/py-event.c (evpy_add_attribute): Update comment.
1843 * python/py-exitedevent.c (create_exited_event_object): Fix
1844 reference counting and error handling.
1845 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1846 Fix reference counting.
1847 * python/py-signalevent.c (create_signal_event_object): Fix
1848 reference counting and error handling.
1849 * python/py-stopevent.c (emit_stop_event): Fix reference
1850 counting.
1851 * python/py-threadevent.c (get_event_thread): Return a
1852 borrowed reference.
1853 * python/py-type.c (convert_field): Fix reference counting.
1854
1855 2012-08-15 Tom Tromey <tromey@redhat.com>
1856
1857 * dwarf2read.c (dwarf_decode_macro_bytes)
1858 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1859 as hash key.
1860
1861 2012-08-14 Mike Frysinger <vapier@gentoo.org>
1862
1863 * infcmd.c (_initialize_infcmd): Update help text for the signal,
1864 stepi, nexti, finish, next, step, jump, and continue commands.
1865 * infrun.c (_initialize_infrun): Update help text for the handle
1866 command.
1867
1868 2012-08-14 Doug Evans <dje@google.com>
1869
1870 * gdbtypes.c (struct extra): Delete, unused.
1871
1872 * gdbtypes.c: Whitespace cleanup.
1873 (address_space_name_to_int): Remove "extern" from definition.
1874 (_initialize_gdbtypes): Declare with initialize_file_ftype.
1875
1876 * gdbtypes.c (make_pointer_type): Remove redundant setting of
1877 TYPE_POINTER_TYPE (type).
1878
1879 2012-08-14 Gary Benson <gbenson@redhat.com>
1880
1881 * solib-svr4.c (svr4_free_library_list): Use free_so.
1882
1883 2012-08-13 Mike Frysinger <vapier@gentoo.org>
1884
1885 * .gitignore: Add go-exp.c.
1886
1887 2012-08-13 Doug Evans <dje@google.com>
1888
1889 * value.c (show_convenience): Tweak comment.
1890 (_initialize_values): Mention convenience functions in the help text
1891 for "show convenience".
1892
1893 2012-08-13 Yao Qi <yao@codesourcery.com>
1894
1895 * std-operator.def: Remove TERNOP_SLICE_COUNT.
1896 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1897 TERNOP_SLICE_COUNT.
1898 * eval.c (evaluate_subexp_standard): Likewise.
1899 * expprint.c (print_subexp_standard): Likewise.
1900 (dump_subexp_body_standard): Likewise.
1901 * parse.c (operator_length_standard): Likewise.
1902
1903 2012-08-13 Yao Qi <yao@codesourcery.com>
1904
1905 * std-operator.def: Remove OP_BITSTRING.
1906 * breakpoint.c (watchpoint_exp_is_const): Update.
1907 * eval.c (evaluate_subexp_standard): Remove handling to
1908 OP_BITSTRING.
1909 * expprint.c (print_subexp_standard): Likewise.
1910 (dump_subexp_body_standard): Likewise.
1911 * parse.c (operator_length_standard): Likewise.
1912 * valops.c (value_bitstring): Remove.
1913 * value.h: Remove the declaration of 'value_bitstring'.
1914
1915 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1916
1917 * linespec.c (find_methods): Remove unused variables `i1' and
1918 `name_len'.
1919 (decode_line_full): Likewise for `arg_start'.
1920
1921 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1922
1923 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1924 (zlib_decompress_section): Likewise for `section_data'.
1925 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1926
1927 2012-08-10 Doug Evans <dje@google.com>
1928
1929 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1930 * NEWS: Document them.
1931 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1932 function/strfns.py.
1933 * python/py-type.c (typy_array_1): New function.
1934 (typy_array): Call it.
1935 (typy_vector): New function.
1936 (type_object_methods): Add "vector".
1937 * python/lib/gdb/function/__init__.py: New file.
1938 * python/lib/gdb/function/strfns.py: New file.
1939
1940 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1941
1942 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1943 for TYPE_FIELD_BITPOS.
1944 (typy_get_sizeof): Likewise for TYPE_LENGTH.
1945
1946 2012-08-10 Mike Frysinger <vapier@gentoo.org>
1947
1948 PR cli/10436:
1949 * common/vec.h (VEC_merge): Define.
1950 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1951 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1952 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1953 * completer.c: Include gdb_signals.h.
1954 (signal_completer): Define.
1955 * completer.h (signal_completer): Add prototype.
1956 * infcmd.c (_initialize_infcmd): Assign the command
1957 completer for "signal" to handle_completer.
1958 * infrun.c: Include completer.h.
1959 (handle_completer): Define.
1960 (_initialize_infrun): Declare a new local variable c. Store the
1961 result of add_com("handle") to it. Assign the command
1962 completer for "handle" to handle_completer.
1963
1964 2012-08-09 Yao Qi <yao@codesourcery.com>
1965
1966 * cli/cli-decode.c (set_cmd_prefix): New.
1967 (lookup_cmd_for_prefixlist): New.
1968 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1969 of each cmd_list_element in *prefixlist.
1970 (add_setshow_cmd_full): set_cmd_prefix.
1971 (add_alias_cmd): Likewise.
1972 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1973 Declare 'auto_boolean_enums'.
1974 * cli/cli-setshow.c: Include "observer.h".
1975 (notify_command_param_changed_p): New.
1976 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1977 Remove 'static'.
1978 (do_setshow_command): Split it to ...
1979 (do_set_command, do_show_command): ... them. New.
1980 (do_set_command): Call observer_notify_command_param_changed if
1981 notify_command_param_changed_p returns true.
1982 (cmd_show_list): Caller update.
1983 * auto-load.c (set_auto_load_cmd): Likewise.
1984 * remote.c (show_remote_cmd): Likewise.
1985 * cli/cli-setshow.h: Update declarations.
1986 * top.c (execute_command): Call do_set_command and do_show_command.
1987
1988 * NEWS: Mention new MI notification.
1989 * mi/mi-interp.c: Declare mi_command_param_changed.
1990 (mi_interpreter_init): Attach mi_command_param_changed to
1991 observer command_param_changed.
1992 (mi_command_param_changed): New.
1993 Remove mi_suppress_breakpoint_notifications.
1994 Define global variable mi_suppress_notification.
1995 (mi_breakpoint_created): Update.
1996 (mi_breakpoint_deleted): Likewise.
1997 (mi_breakpoint_modified): Likewise.
1998 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
1999 'gdb-set' and set mi_suppress_notification.
2000 * mi/mi-main.h: (mi_suppress_notification): New struct.
2001
2002 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
2003 Jan Kratochvil <jan.kratochvil@redhat.com>
2004
2005 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2006
2007 2012-08-09 Yao Qi <yao@codesourcery.com>
2008
2009 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2010 (skiplist): Move it to skip.c.
2011 (init_cmd_lists): Remove code setting enablebreaklist and
2012 skiplist to NULL.
2013 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2014 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2015 skiplist.
2016 * gdbcmd.h: Likewise.
2017 * skip.c (_initialize_step_skip): Move 'skiplist' from
2018 cli/cli-cmds.c.
2019
2020 2012-08-09 Yao Qi <yao@codesourcery.com>
2021
2022 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2023 * gnu-nat.c, symfile.c: Likewise.
2024
2025 2012-08-08 Aaron Gamble <agamble@google.com>
2026
2027 * utils.c (prompt_for_continue_wait_time): New static global.
2028 (make_command_stats_cleanup): Initialize it.
2029 (report_command_stats): Subtract time waiting for user.
2030 (prompt_for_continue): Track time waiting for user.
2031 (defaulted_query): Track time waiting for user.
2032
2033 2012-08-08 Doug Evans <dje@google.com>
2034
2035 * eval.c (evaluate_subexp_standard): Fix thinko in handling
2036 UNOP_MEMVAL_TYPE.
2037 * expprint.c (print_subexp_standard, case OP_TYPE): New.
2038 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2039 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2040 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2041 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2042 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2043 elt.
2044 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2045 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2046 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2047 (dump_prefix_expression): Handle OP_TYPE.
2048
2049 2012-08-08 Keith Seitz <keiths@redhat.com>
2050
2051 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2052 addr_start.
2053
2054 2012-08-08 Doug Evans <dje@google.com>
2055
2056 * linux-thread-db.c: #include "gdb_vecs.h".
2057 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
2058 updated.
2059 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
2060 (thread_db_load_search): Use a vector to iterate over path elements.
2061 Handle text appearing after "$pdir".
2062
2063 * gdb_string.h: Moved to ...
2064 * common/gdb_string.h: ... here.
2065 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2066 gdb_string.h and gdb_assert.h.
2067
2068 2012-08-08 Yao Qi <yao@codesourcery.com>
2069
2070 * tic6x-tdep.c (tic6x_register_to_value): Remove.
2071 (tic6x_value_to_register): Likewise.
2072 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2073 and set_gdbarch_value_to_register.
2074
2075 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2076 Jean-Marc Saffroy <saffroy@gmail.com>
2077
2078 PR 11804
2079 * defs.h (find_memory_region_ftype): New comment. New arg modified.
2080 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2081 * gcore.c (gcore_create_callback): New function comment. Add modified
2082 parameter. Only write modified regions. Set SEC_READONLY exactly
2083 according to MODIFIED.
2084 (objfile_find_memory_regions): Ignore separate debug info files. Ass
2085 the passed modified value to FUNC.
2086 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2087 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2088 first. New variables modified and has_anonymous. Parse the lines of
2089 smaps file. Add the passed MODIFIED value to FUNC.
2090 * procfs.c (find_memory_regions_callback): Add the passed modified
2091 value.
2092
2093 2012-08-06 Tom Tromey <tromey@redhat.com>
2094
2095 * dwarf2-frame.c (clear_pointer_cleanup): New function.
2096 (dwarf2_frame_cache): Use it.
2097 * frame-unwind.h (frame_sniffer_ftype): Document prologue
2098 cache initialization constraint.
2099
2100 2012-08-06 Tom Tromey <tromey@redhat.com>
2101
2102 PR python/14386:
2103 * varobj.c (update_dynamic_varobj_children): Don't call
2104 PyIter_Check.
2105
2106 2012-08-06 Tom Tromey <tromey@redhat.com>
2107
2108 PR cli/14392:
2109 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2110
2111 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2112
2113 * NEWS: New entry for 'cd' default parameters.
2114 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2115
2116 2012-08-03 Tom Tromey <tromey@redhat.com>
2117
2118 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2119 return.
2120
2121 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2122
2123 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2124 to attempting lseek/write.
2125 (inf_child_fileio_pread): Likewise for pread.
2126
2127 2012-08-02 Yao Qi <yao@codesourcery.com>
2128
2129 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2130 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2131 add_setshow_zinteger_cmd.
2132 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2133 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2134 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2135 instead of add_setshow_zinteger_cmd.
2136 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2137 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2138 instead of add_setshow_zinteger_cmd.
2139 * frame.c (frame_debug): Add 'unsigned'.
2140 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2141 add_setshow_zinteger_cmd.
2142 * frame.h: Update the declaration of 'frame_debug'.
2143 * gdbtypes.c (overload_debug): Add 'unsigned'.
2144 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2145 add_setshow_zinteger_cmd.
2146 * inferior.h: Update declaration of 'debug_infrun'.
2147 * infrun.c (debug_infrun): Add 'unsigned'.
2148 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2149 add_setshow_zinteger_cmd.
2150 * jit.c (jit_debug): Add 'unsigned'.
2151 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2152 add_setshow_zinteger_cmd.
2153 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2154 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2155 instead of add_setshow_zinteger_cmd.
2156 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2157 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2158 add_setshow_zinteger_cmd.
2159 * machoread.c (mach_o_debug_level): Add 'unsigned'.
2160 (_initialize_machoread): Call add_setshow_zuinteger_cmd
2161 instead of add_setshow_zinteger_cmd.
2162 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2163 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2164 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2165 intead of add_setshow_zinteger_cmd.
2166 * mips-tdep.c (mips_debug): Add 'unsigned'.
2167 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2168 instead of add_setshow_zinteger_cmd.
2169 * monitor.c (monitor_debug): Add 'unsigned'.
2170 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2171 add_setshow_zinteger_cmd.
2172 * observer.c (observer_debug): Add 'unsigned'.
2173 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2174 add_setshow_zinteger_cmd.
2175 * parse.c (expressiondebug): Add 'unsigned'.
2176 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2177 add_setshow_zinteger_cmd.
2178 * record.c (record_debug): Add 'unsigned'.
2179 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2180 add_setshow_zinteger_cmd.
2181 * record.h: Update the declaration of 'record_debug'.
2182 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2183 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2184 add_setshow_zinteger_cmd.
2185 * serial.c (global_serial_debug_p): Add 'unsigned'.
2186 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2187 add_setshow_zinteger_cmd.
2188 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2189 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2190 add_setshow_zinteger_cmd.
2191 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2192 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2193 add_setshow_zinteger_cmd.
2194 * target.c (targetdebug): Add 'unsigned'.
2195 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2196 add_setshow_zinteger_cmd.
2197 * valops.c (overload_debug): Add 'unsigned'.
2198 * varobj.c (varobjdebug): Add 'unsigned'.
2199 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2200 add_setshow_zinteger_cmd.
2201 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2202 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2203 instead of add_setshow_zinteger_cmd.
2204
2205 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2206 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2207 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2208 instead of add_setshow_zinteger_cmd.
2209 * gdbarch.c, gdbarch.h: Re-generated.
2210
2211 2012-08-02 Yao Qi <yao@codesourcery.com>
2212
2213 * nto-tdep.c: Don't include cli/cli-decode.h and
2214 cli/cli-cmds.h.
2215 (_initialize_nto_tdep): Remove.
2216 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2217 Remove field.
2218 Remove macro nto_internal_debugging.
2219
2220 2012-08-01 Richard Henderson <rth@redhat.com>
2221
2222 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2223 (mep-*-*) [gdb_target_obs]: Likewise.
2224
2225 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2226
2227 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2228 linux_get_siginfo_type.
2229
2230 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2231
2232 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2233 AT_ENTRY_POINT.
2234 (call_function_by_hand) <ON_STACK>: Call write_memory with
2235 gdbarch_breakpoint_from_pc, if possible.
2236 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2237 here.
2238
2239 2012-07-31 Yao Qi <yao@codesourcery.com>
2240
2241 * tracepoint.c: Add 'static' for some variables.
2242
2243 2012-07-31 Yao Qi <yao@codesourcery.com>
2244
2245 * go32-nat.c: Declare _initialize_go32_nat.
2246 * ser-go32.c: Declare _initialize_ser_dos.
2247 * top.c (do_chdir_cleanup): Add 'static'.
2248
2249 2012-07-30 Keith Seitz <keiths@redhat.com>
2250
2251 * linespec.c (linespec_lex_number): A number followed
2252 by quotes is a valid number, too.
2253
2254 2012-07-30 Tom Tromey <tromey@redhat.com>
2255
2256 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2257
2258 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
2259
2260 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2261 attempt to 4-byte-align HW breakpoint addresses for Thumb.
2262
2263 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
2264
2265 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2266 invalid or reevaluated to prevent prevent references to possibly
2267 delete'd type objects being left in the varobj.
2268
2269 2012-07-27 Tom Tromey <tromey@redhat.com>
2270 Jan Kratochvil <jan.kratochvil@redhat.com>
2271
2272 * copying.awk: Print buffer-read-only and vi ro markers.
2273 * copying.c: Rebuild.
2274 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2275 * gdbarch.c, gdbarch.h: Rebuild.
2276 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2277 buffer-read-only and vi ro markers.
2278 * features/arm-with-iwmmxt.c: Rebuild.
2279 * features/arm-with-m-fpa-layout.c: Rebuild.
2280 * features/arm-with-m-vfp-d16.c: Rebuild.
2281 * features/arm-with-m.c: Rebuild.
2282 * features/arm-with-neon.c: Rebuild.
2283 * features/arm-with-vfpv2.c: Rebuild.
2284 * features/arm-with-vfpv3.c: Rebuild.
2285 * features/i386/amd64-avx-linux.c: Rebuild.
2286 * features/i386/amd64-avx.c: Rebuild.
2287 * features/i386/amd64-linux.c: Rebuild.
2288 * features/i386/amd64.c: Rebuild.
2289 * features/i386/i386-avx-linux.c: Rebuild.
2290 * features/i386/i386-avx.c: Rebuild.
2291 * features/i386/i386-linux.c: Rebuild.
2292 * features/i386/i386-mmx-linux.c: Rebuild.
2293 * features/i386/i386-mmx.c: Rebuild.
2294 * features/i386/i386.c: Rebuild.
2295 * features/i386/x32-avx-linux.c: Rebuild.
2296 * features/i386/x32-avx.c: Rebuild.
2297 * features/i386/x32-linux.c: Rebuild.
2298 * features/i386/x32.c: Rebuild.
2299 * features/mips-dsp-linux.c: Rebuild.
2300 * features/mips-linux.c: Rebuild.
2301 * features/mips64-dsp-linux.c: Rebuild.
2302 * features/mips64-linux.c: Rebuild.
2303 * features/rs6000/powerpc-32.c: Rebuild.
2304 * features/rs6000/powerpc-32l.c: Rebuild.
2305 * features/rs6000/powerpc-403.c: Rebuild.
2306 * features/rs6000/powerpc-403gc.c: Rebuild.
2307 * features/rs6000/powerpc-405.c: Rebuild.
2308 * features/rs6000/powerpc-505.c: Rebuild.
2309 * features/rs6000/powerpc-601.c: Rebuild.
2310 * features/rs6000/powerpc-602.c: Rebuild.
2311 * features/rs6000/powerpc-603.c: Rebuild.
2312 * features/rs6000/powerpc-604.c: Rebuild.
2313 * features/rs6000/powerpc-64.c: Rebuild.
2314 * features/rs6000/powerpc-64l.c: Rebuild.
2315 * features/rs6000/powerpc-7400.c: Rebuild.
2316 * features/rs6000/powerpc-750.c: Rebuild.
2317 * features/rs6000/powerpc-860.c: Rebuild.
2318 * features/rs6000/powerpc-altivec32.c: Rebuild.
2319 * features/rs6000/powerpc-altivec32l.c: Rebuild.
2320 * features/rs6000/powerpc-altivec64.c: Rebuild.
2321 * features/rs6000/powerpc-altivec64l.c: Rebuild.
2322 * features/rs6000/powerpc-cell32l.c: Rebuild.
2323 * features/rs6000/powerpc-cell64l.c: Rebuild.
2324 * features/rs6000/powerpc-e500.c: Rebuild.
2325 * features/rs6000/powerpc-e500l.c: Rebuild.
2326 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2327 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2328 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2329 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2330 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2331 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2332 * features/rs6000/powerpc-vsx32.c: Rebuild.
2333 * features/rs6000/powerpc-vsx32l.c: Rebuild.
2334 * features/rs6000/powerpc-vsx64.c: Rebuild.
2335 * features/rs6000/powerpc-vsx64l.c: Rebuild.
2336 * features/rs6000/rs6000.c: Rebuild.
2337 * features/s390-linux32.c: Rebuild.
2338 * features/s390-linux32v1.c: Rebuild.
2339 * features/s390-linux32v2.c: Rebuild.
2340 * features/s390-linux64.c: Rebuild.
2341 * features/s390-linux64v1.c: Rebuild.
2342 * features/s390-linux64v2.c: Rebuild.
2343 * features/s390x-linux64.c: Rebuild.
2344 * features/s390x-linux64v1.c: Rebuild.
2345 * features/s390x-linux64v2.c: Rebuild.
2346 * features/tic6x-c62x-linux.c: Rebuild.
2347 * features/tic6x-c62x.c: Rebuild.
2348 * features/tic6x-c64x-linux.c: Rebuild.
2349 * features/tic6x-c64x.c: Rebuild.
2350 * features/tic6x-c64xp-linux.c: Rebuild.
2351 * features/tic6x-c64xp.c: Rebuild.
2352
2353 2012-07-27 Tom Tromey <tromey@redhat.com>
2354
2355 * c-exp.y (classify_name): Avoid assignment in condition.
2356
2357 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
2358
2359 * amd64-windows-tdep.c: Include "frame.h".
2360 (amd64_windows_skip_trampoline_code): New function.
2361 (amd64_windows_init_abi): Add trampoline registration.
2362
2363 2012-07-27 Yao Qi <yao@codesourcery.com>
2364
2365 * tracepoint.c (cur_traceframe_number): Remove.
2366 (set_tfile_traceframe): Remove.
2367 (tfile_trace_find, tfile_fetch_registers): Update callers.
2368 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2369 (tfile_open, tfile_trace_find): Likewise.
2370
2371 2012-07-27 Yao Qi <yao@codesourcery.com>
2372
2373 * thread.c (switch_to_thread): Don't call registers_changed.
2374
2375 2012-07-26 Tom Tromey <tromey@redhat.com>
2376
2377 * Makefile.in (SFILES): Remove objc-exp.y.
2378 (YYFILES): Remove objc-exp.c.
2379 (YYOBJ): Remove objc-exp.o.
2380 (local-maintainer-clean): Don't mention objc-exp.c.
2381 * c-exp.y: Include objc-lang.h.
2382 (%union) <class>: New field.
2383 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2384 (exp): Clone subscript production for OBJC_LBRAC. Add various
2385 Objective C productions.
2386 (msglist, msgarglist, msgarg): New productions.
2387 (array_mod, func_mod, operator): Clone productions for
2388 OBJC_LBRAC.
2389 (parse_string_or_char): Handle '@' strings.
2390 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
2391 (classify_name): Check la_name_of_this. Recognize ObjC class
2392 names.
2393 * objc-exp.y: Remove.
2394 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2395 * objc-lang.h (objc_parse, objc_error): Don't declare.
2396
2397 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2398
2399 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2400
2401 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2402
2403 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2404 and decrement.
2405
2406 2012-07-26 Tom Tromey <tromey@redhat.com>
2407
2408 * copying.c: Rebuild.
2409 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
2410 'no_class'.
2411
2412 2012-07-26 Tom Tromey <tromey@redhat.com>
2413
2414 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2415 immediate_quit.
2416 (print_objfile_statistics): Likewise.
2417 (maintenance_print_symbols): Likewise.
2418 (maintenance_print_msymbols): Likewise.
2419 (maintenance_print_objfiles): Likewise.
2420 * psymtab.c (print_partial_symbols): Call QUIT.
2421 (maintenance_print_psymbols): Likewise. Don't modify
2422 immediate_quit.
2423 * copying.c (show_copying_command): Don't modify immediate_quit.
2424 (show_warranty_command): Likewise.
2425 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2426
2427 2012-07-26 Keith Seitz <keiths@redhat.com>
2428
2429 * linespec.c (linespec_lexer_lex_number): The input
2430 is also a valid number if the next character is a comma
2431 or colon.
2432
2433 2012-07-26 Joel Brobecker <brobecker@adacore.com>
2434
2435 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2436 configure options.
2437
2438 2012-07-26 Tristan Gingold <gingold@adacore.com>
2439
2440 * machoread.c: Include gdb_bfd.h.
2441
2442 2012-07-26 Tristan Gingold <gingold@adacore.com>
2443
2444 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2445 offset.
2446
2447 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2448
2449 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2450 SIZE to size_t.
2451 (dwarf2_evaluate_loc_desc): Likewise.
2452 (dwarf2_loc_desc_needs_frame): Likewise.
2453 (locexpr_describe_location_1): Likewise.
2454 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2455 size_t.
2456 (struct dwarf2_loclist_baton): Likewise.
2457 * dwarf2read.c (struct dwarf_block): Likewise.
2458 (dump_die_shallow): Use pulongest to print dwarf_block.size.
2459 (decode_locdesc): Expand SIZE and I to size_t.
2460
2461 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2462
2463 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2464
2465 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2466
2467 * doublest.c (convert_doublest_to_floatformat): If the exponent
2468 is too small, treat the value as zero. If the exponent is too
2469 large, treat the value as infinity.
2470
2471 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2472
2473 * configure.ac: Add --enable-lmcheck configure option.
2474 * configure: Regenerate.
2475
2476 2012-07-25 Tom Tromey <tromey@redhat.com>
2477
2478 * NEWS: Mention maint info bfds.
2479 * gdb_bfd.c (all_bfds): New global.
2480 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2481 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2482 New functions.
2483
2484 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
2485
2486 * configure.tgt: Add v850*-*-rtems*.
2487
2488 2012-07-25 Tom Tromey <tromey@redhat.com>
2489
2490 * macrotab.c (macro_bcache_str): Remove cast.
2491
2492 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
2493
2494 * linespec.c (linespec_lexer_lex_number): Update comments,
2495 change the return and add check to make sure the input is
2496 the decimal numbers.
2497 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2498 false, call linespec_lexer_lex_string.
2499
2500 2012-07-24 Tom Tromey <tromey@redhat.com>
2501
2502 * symfile.c (symbol_file_add): Don't open BFD twice.
2503
2504 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
2505
2506 * breakpoint.c (create_breakpoint): Store condition for pending
2507 breakpoints.
2508
2509 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
2510
2511 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2512 (m68k_return_value): Handle complex types like structures.
2513 (m68k_svr4_return_value): Likewise.
2514
2515 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
2516
2517 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2518 parameters to bfd_get_section_name.
2519
2520 2012-07-24 Yao Qi <yao@codesourcery.com>
2521
2522 * cli/cli-setshow.c: Handle case 'var_uinteger'
2523 and 'var_zuninteger' together. Handle case 'var_integer' and
2524 'var_zinteger' together.
2525
2526 2012-07-23 Keith Seitz <keiths@redhat.com>
2527
2528 * linespec.c (convert_linespec_to_sal): Don't add
2529 any symbols to the result vector if symbol_to_sal
2530 returns zero.
2531
2532 2012-07-23 Keith Seitz <keiths@redhat.com>
2533
2534 * linespec.c (decode_objc): Record the function name
2535 in the linespec.
2536
2537 2012-07-23 Tom Tromey <tromey@redhat.com>
2538
2539 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2540 counting.
2541 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2542 (map_vmap): Acquire a reference to the BFD.
2543
2544 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2545
2546 * p-valprint.c (pascal_object_print_value): Replace potentially
2547 unsafe alloca with xmalloc/xfree.
2548 * valops.c (search_struct_method): Likewise.
2549
2550 2012-07-23 Tom Tromey <tromey@redhat.com>
2551
2552 * solib-svr4.c (enable_break): Update.
2553 * bfd-target.h (target_bfd_reopen): Update documentation.
2554
2555 2012-07-23 Tom Tromey <tromey@redhat.com>
2556
2557 * symfile.c (separate_debug_file_exists): Update.
2558 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2559 (reread_symbols): Update.
2560 * elfread.c (build_id_verify): Update.
2561 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2562 bfd_open_maybe_remote.
2563
2564 2012-07-23 Tom Tromey <tromey@redhat.com>
2565
2566 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2567
2568 2012-07-23 Tom Tromey <tromey@redhat.com>
2569
2570 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2571 and 'abfd'.
2572 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2573 and 'abfd'.
2574 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2575 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2576 'abfd'.
2577 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2578 * objfiles.c (allocate_objfile): Acquire a new reference.
2579 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2580 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2581 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2582 a cleanup for 'nbfd'.
2583 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2584 for 'nbfd'.
2585 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2586 make a cleanup for 'abfd'.
2587 (symbol_file_add): Make a BFD cleanup.
2588
2589 2012-07-23 Tom Tromey <tromey@redhat.com>
2590
2591 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2592 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2593 * corelow.c (core_open): Use gdb_bfd_fopen.
2594 * dsrec.c (load_srec): Use gdb_bfd_openr.
2595 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2596 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2597 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2598 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2599 (gdb_bfd_fdopenr): New functions.
2600 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2601 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2602 (gdb_bfd_fdopenr): Declare.
2603 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2604 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2605 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2606 gdb_bfd_openr_next_archived_file.
2607 (macho_check_dsym): Use gdb_bfd_openr.
2608 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2609 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2610 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2611 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2612 gdb_bfd_openr.
2613 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2614 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2615 gdb_bfd_openr_next_archived_file.
2616 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2617 Use gdb_bfd_openr.
2618 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2619 gdb_bfd_openr.
2620 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2621 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2622 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2623 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2624 (symfile_bfd_open): Use gdb_bfd_fopen.
2625 (generic_load): Use gdb_bfd_openr.
2626 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2627
2628 2012-07-23 Tom Tromey <tromey@redhat.com>
2629
2630 * bfd-target.c (target_bfd_reopen): Update.
2631 * cli/cli-dump.c (bfd_openr_with_cleanup)
2632 (bfd_openw_with_cleanup): Update.
2633 * corelow.c (core_open): Update.
2634 * dsrec.c (load_srec): Update.
2635 * exec.c (exec_file_attach): Update.
2636 * gcore.c (create_gcore_bfd): Update.
2637 * gdb_bfd.c (gdb_bfd_ref): Return void.
2638 (gdb_bfd_open): Update.
2639 * gdb_bfd.h (gdb_bfd_ref): Return void.
2640 Update comments.
2641 * jit.c (jit_bfd_try_read_symtab): Update.
2642 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2643 * machoread.c (macho_symfile_read_all_oso): Update.
2644 (macho_check_dsym): Update.
2645 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2646 * remote-m32r-sdi.c (m32r_load): Update.
2647 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2648 * rs6000-nat.c (add_vmap): Update.
2649 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2650 Update.
2651 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2652 * solib-spu.c (spu_bfd_open): Update.
2653 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2654 * spu-linux-nat.c (spu_bfd_open): Update.
2655 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2656 (generic_load): Update.
2657 * windows-nat.c (windows_make_so): Update.
2658
2659 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2660
2661 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2662
2663 2012-07-20 Jeff Kenton <jkenton@tilera.com>
2664
2665 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2666 SIGTRAMP_FRAME unwinding.
2667
2668 2012-07-20 Doug Evans <dje@google.com>
2669
2670 * NEWS: Document new options "set/show use-deprecated-index-sections",
2671 and delete reference to --use-deprecated-index-sections.
2672 * symfile.h (use_deprecated_index_sections): Delete.
2673 * dwarf2read.c (use_deprecated_index_sections): Make static.
2674 (read_index_from_section): Update wording of how to load
2675 deprecated index sections.
2676 (_initialize_dwarf2_read): New options
2677 "set/show use-deprecated-index-sections".
2678 * main.c (captured_main): Delete --use-deprecated-index-sections.
2679
2680 2012-07-20 Pedro Alves <palves@redhat.com>
2681
2682 PR threads/11692
2683 PR gdb/12203
2684
2685 * infrun.c (handle_inferior_event) <new thread>: Don't special
2686 case minus_one_ptid.
2687 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2688 * linux-thread-db.c (thread_get_info_callback): Don't return early
2689 if the thread is zombie.
2690 (thread_from_lwp): Change return type to void. Rewrite stale
2691 comment.
2692 (attach_thread): Don't return early if the thread is zombie,
2693 instead set its "dying" flag.
2694 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2695 (find_new_threads_callback): Don't return early if the thread is
2696 zombie.
2697
2698 2012-07-20 Pedro Alves <palves@redhat.com>
2699
2700 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2701 * target.c (target_wait): Likewise.
2702 (str_comma_list_concat_elem, do_option, target_options_to_string):
2703 New functions.
2704 * target.h (target_options_to_string): Declare.
2705
2706 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2707 Tom Tromey <tromey@redhat.com>
2708
2709 * dwarf2read.c (dwarf_decode_macros)
2710 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2711 DW_MACRO_GNU_transparent_include_alt>: New cases.
2712 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2713 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2714
2715 2012-07-20 Tom Tromey <tromey@redhat.com>
2716
2717 * dwarf2read.c (try_open_dwo_file): Don't call
2718 gdb_bfd_stash_filename.
2719
2720 2012-07-20 Pedro Alves <palves@redhat.com>
2721
2722 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2723 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2724 (i386_process_record): Tweak description comments.
2725
2726 2012-07-20 Pedro Alves <palves@redhat.com>
2727
2728 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2729 (i386_process_record): Use record_read_memory.
2730 * record.c (record_read_memory): New function.
2731 (record_arch_list_add_mem, record_exec_insn): Use
2732 record_read_memory.
2733 * record.h (record_read_memory): Declare.
2734
2735 2012-07-20 Yao Qi <yao@codesourcery.com>
2736
2737 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2738 NULL for xfree.
2739
2740 2012-07-19 Pedro Alves <palves@redhat.com>
2741
2742 * record.c (record_resume): Ask the target beneath to report all
2743 signals.
2744
2745 2012-07-19 Doug Evans <dje@google.com>
2746
2747 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2748 there's no section at address zero.
2749 (dwarf2_record_block_ranges): Ditto.
2750
2751 2012-07-19 Yao Qi <yao@codesourcery.com>
2752
2753 * command.h, remote.c: Fix a typo in comment.
2754
2755 2012-07-19 Tom Tromey <tromey@redhat.com>
2756
2757 PR exp/13206:
2758 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2759 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2760 OP_DECLTYPE>: New cases.
2761 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2762 (type_exp): Add new productions.
2763 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2764 and decltype.
2765 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2766 New case.
2767 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2768 OP_DECLTYPE>: New case.
2769 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2770 New case.
2771 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2772 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2773
2774 2012-07-19 Tom Tromey <tromey@redhat.com>
2775
2776 * c-exp.y (enum token_flags): New.
2777 (struct token) <cxx_only>: Remove.
2778 <flags>: New field.
2779 (tokentab3, tokentab2, ident_tokens): Update.
2780 (lex_one_token): Update. Handle FLAG_SHADOW.
2781
2782 2012-07-19 Tom Tromey <tromey@redhat.com>
2783
2784 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2785 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2786 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2787 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
2788 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
2789 type_exp production where appropriate.
2790 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2791 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2792 <UNOP_MEMVAL_TYPE>: New case.
2793 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2794 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2795 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2796 <UNOP_MEMVAL_TYPE>: New case.
2797 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2798 UNOP_REINTERPRET_CAST>: Update.
2799 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2800 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2801 UNOP_REINTERPRET_CAST>: Update.
2802 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2803 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2804 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2805 constants.
2806
2807 2012-07-19 Yao Qi <yao@codesourcery.com>
2808 Jan Kratochvil <jan.kratochvil@redhat.com>
2809
2810 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2811 and case 'var_optional_filename' together.
2812 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2813 instead of add_setshow_optional_filename_cmd for setshow command
2814 'args'. Set completer for 'set args'.
2815
2816 2012-07-18 Doug Evans <dje@google.com>
2817
2818 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2819 * common/gdb_vecs.c: New file, contents from utils.c.
2820 * common/host-defs.h: New file, contents from defs.h.
2821 * utils.h: New file, contents from defs.h.
2822 * defs.h: Move all declarations of objects defined in utils.c
2823 to utils.h (except QUIT() and related).
2824 #include "utils.h", "host-defs.h".
2825 * probe.h (probe_p): Move here from gdb_vecs.h.
2826 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2827 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2828 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2829 * Makefile.in (SFILES): Add common/gdb_vecs.c.
2830 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2831 (COMMON_OBS): Add gdb_vecs.o.
2832 (gdb_vecs.o): New rule.
2833
2834 2012-07-18 Keith Seitz <keiths@redhat.com>
2835
2836 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2837 parameter. If non-zero, use SYMNAME as the canonical name
2838 for the SaL.
2839 Update all callers.
2840 (convert_linespec_to_sals): Use add_sal_to_sals for
2841 expressions, too.
2842 (decode_line_full): No need to "fill in missing canonical names"
2843 anymore. Simply make cleanups for the allocated names.
2844
2845 2012-07-18 Keith Seitz <keiths@redhat.com>
2846
2847 * linespec.c (struct linespec): Constify expression,
2848 source_filename, function_name, and label_name.
2849 (symbol_not_found_error): Make all parameters const.
2850 (linespec_parser_delete): No need to check for NULL
2851 when using xfree. Cast const char * to char * for xfree.
2852
2853 2012-07-18 Keith Seitz <keiths@redhat.com>
2854
2855 * breakpoint.c (invalid_thread_id_error): New function.
2856 (find_condition_and_thread): Use invalid_thread_id_error.
2857 (watch_command_1): Likewise.
2858
2859 2012-07-18 Tom Tromey <tromey@redhat.com>
2860
2861 * cc-with-index.sh, cc-with-dwz.sh: Remove.
2862 * contrib/cc-with-tweaks.sh: New file.
2863
2864 2012-07-18 Tom Tromey <tromey@redhat.com>
2865
2866 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2867 (locate_dwz_sections): Recognize .gdb_index.
2868 (create_cus_from_index_list): New function.
2869 (create_cus_from_index): Use it. Handle .dwz data.
2870 (read_index_from_section): New function, extracted from
2871 dwarf2_read_index.
2872 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
2873 if needed.
2874
2875 2012-07-18 Tom Tromey <tromey@redhat.com>
2876
2877 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2878 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2879 <is_dwz>: New field.
2880 (struct dwz_file): New.
2881 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2882 (locate_dwz_sections, dwarf2_get_dwz_file)
2883 (get_abbrev_section_for_cu): New functions.
2884 (error_check_comp_unit_head, read_and_check_comp_unit_head)
2885 (read_and_check_type_unit_head): Add abbrev_section argument.
2886 (create_debug_types_hash_table): Update.
2887 (init_cutu_and_read_dies): Use proper abbrev section.
2888 (init_cutu_and_read_dies_no_follow): Likewise.
2889 (set_partial_user): Do nothing if PST==NULL.
2890 (read_comp_units_from_section): New function.
2891 (create_all_comp_units): Use it.
2892 (scan_partial_symbols, partial_die_parent_scope): Update.
2893 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2894 (process_imported_unit_die, read_partial_die): Handle .dwz files.
2895 (find_partial_die): Add offset_in_dwz argument. Update.
2896 (guess_partial_die_structure_name, fixup_partial_die): Update.
2897 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2898 DW_FORM_GNU_strp_alt.
2899 (read_indirect_string_from_dwz): New function.
2900 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2901 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2902 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2903 (follow_die_offset): Add offset_in_dwz argument.
2904 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2905 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2906 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2907 Handle new macro forms.
2908 (dwarf_decode_macros): Update.
2909 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2910 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2911 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2912 (create_debug_types_hash_table): Use correct abbrev section.
2913 (get_debug_line_section): New function.
2914 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2915 (process_full_comp_unit): Pass 'required' argument to
2916 end_symtab_get_static_block.
2917 * buildsym.h (end_symtab_get_static_block): Update.
2918 * buildsym.c (end_symtab_get_static_block): Add 'required'
2919 argument.
2920 (end_symtab, end_expandable_symtab): Update.
2921
2922 2012-07-18 Tom Tromey <tromey@redhat.com>
2923
2924 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2925 (pagesize): Remove.
2926 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2927 (zlib_decompress_section): Remove.
2928 (dwarf2_read_section): Use gdb_bfd_map_section.
2929 (munmap_section_buffer): Remove.
2930 (free_dwo_file, dwarf2_per_objfile_free): Don't use
2931 munmap_section_buffer.
2932 * gdb_bfd.c: Include zlib.h, sys/mman.h.
2933 (struct gdb_bfd_section_data): New.
2934 (free_one_bfd_section): New function.
2935 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2936 (get_section_descriptor, zlib_decompress_section)
2937 (gdb_bfd_map_section): New functions.
2938 * gdb_bfd.h (gdb_bfd_map_section): Declare.
2939
2940 2012-07-18 Tom Tromey <tromey@redhat.com>
2941
2942 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2943
2944 2012-07-18 Tom Tromey <tromey@redhat.com>
2945
2946 * gdb_bfd.c (struct gdb_bfd_data): New.
2947 (gdb_bfd_cache): New global.
2948 (struct gdb_bfd_cache_search): New.
2949 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2950 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2951 * gdb_bfd.h (gdb_bfd_open): Declare.
2952
2953 2012-07-18 Tom Tromey <tromey@redhat.com>
2954
2955 * utils.c (make_cleanup_bfd_unref): Rename from
2956 make_cleanup_bfd_close.
2957 * defs.h (make_cleanup_bfd_unref): Rename from
2958 make_cleanup_bfd_close.
2959 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2960 (bfd_openw_with_cleanup): Update.
2961 * corelow.c (core_open): Update.
2962 * dsrec.c (load_srec): Update.
2963 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2964 * remote-m32r-sdi.c (m32r_load): Update.
2965 * remote-mips.c (mips_load_srec): Update.
2966 (pmon_load_fast): Update.
2967 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2968 Update.
2969 (darwin_bfd_open): Update.
2970 * solib.c (solib_bfd_fopen): Update.
2971 * symfile-mem.c (symbol_file_add_from_memory): Update.
2972 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2973 (symfile_bfd_open): Update.
2974 (generic_load): Update.
2975
2976 2012-07-18 Tom Tromey <tromey@redhat.com>
2977
2978 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2979 (pmon_load_fast): Likewise.
2980 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2981 (m32r_upload_command): Likewise.
2982 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2983 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2984 Use make_cleanup_bfd_close.
2985
2986 2012-07-18 Tom Tromey <tromey@redhat.com>
2987
2988 * symfile.c (symfile_bfd_open): Don't copy name. Call
2989 gdb_bfd_stash_filename.
2990 (load_command): Open the new BFD before freeing the old.
2991 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2992 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2993 Call gdb_bfd_stash_filename.
2994 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2995 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
2996 gdb_bfd_stash_filename.
2997 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2998 Free found_pathname.
2999 * rs6000-nat.c (add_vmap): Don't copy filename. Call
3000 gdb_bfd_stash_filename.
3001 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3002 * machoread.c (macho_add_oso_symfile): Call
3003 gdb_bfd_stash_filename.
3004 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
3005 gdb_bfd_stash_filename.
3006 (macho_check_dsym): Don't copy filename. Call
3007 gdb_bfd_stash_filename.
3008 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3009 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3010 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3011 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3012 * exec.c (exec_close): Don't free the BFD's filename.
3013 (exec_file_attach): Don't copy the filename. Call
3014 gdb_bfd_stash_filename.
3015 * corelow.c (core_close): Don't free the BFD's filename.
3016 (core_open): Call gdb_bfd_stash_filename.
3017 * corefile.c (reopen_exec_file): Remove #if 0 code.
3018 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
3019 pathname.
3020 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3021
3022 2012-07-18 Tom Tromey <tromey@redhat.com>
3023
3024 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3025 gdb_bfd_unref.
3026 (free_dwo_file): Use gdb_bfd_unref.
3027 * cli/cli-dump.c: Include gdb_bfd.h.
3028 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3029 (bfd_openr_with_cleanup): Likewise.
3030 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3031 gdb_bfd_unref.
3032 * utils.c: Include gdb_bfd.h.
3033 (do_bfd_close_cleanup): Use gdb_bfd_unref.
3034 * symfile.c: Include gdb_bfd.h.
3035 (separate_debug_file_exists): Use gdb_bfd_unref.
3036 (bfd_open_maybe_remote): Use gdb_bfd_ref.
3037 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3038 (generic_load): Use gdb_bfd_ref.
3039 (reread_symbols): Use gdb_bfd_unref.
3040 * symfile-mem.c: Include gdb_bfd.h.
3041 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3042 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3043 * solib.c: Include gdb_bfd.h.
3044 (solib_bfd_fopen): Use gdb_bfd_ref.
3045 (solib_bfd_open): Use gdb_bfd_unref.
3046 (free_so_symbols): Use gdb_bfd_unref.
3047 (reload_shared_libraries_1): Use gdb_bfd_unref.
3048 * solib-spu.c: Include gdb_bfd.h.
3049 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3050 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3051 gdb_bfd_unref.
3052 * solib-frv.c: Include gdb_bfd.h.
3053 (enable_break2): Use gdb_bfd_unref.
3054 * solib-dsbt.c: Include gdb_bfd.h.
3055 (enable_break2): Use gdb_bfd_unref.
3056 * solib-darwin.c: Include gdb_bfd.h.
3057 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3058 gdb_bfd_unref.
3059 (darwin_bfd_open): Use gdb_bfd_unref.
3060 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3061 * remote-mips.c: Include gdb_bfd.h.
3062 (mips_load_srec): Use gdb_bfd_ref.
3063 (pmon_load_fast): Use gdb_bfd_ref.
3064 * remote-m32r-sdi.c: Include gdb_bfd.h.
3065 (m32r_load): Use gdb_bfd_ref.
3066 * record.c: Include gdb_bfd.h.
3067 (record_save_cleanups): Use gdb_bfd_unref.
3068 (cmd_record_save): Use gdb_bfd_unref.
3069 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3070 gdb_bfd_unref.
3071 * objfiles.h (gdb_bfd_close_or_warn): Remove.
3072 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3073 * objfiles.c: Include gdb_bfd.h.
3074 (free_objfile): Use gdb_bfd_unref.
3075 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3076 gdb_bfd.c.
3077 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3078 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3079 (macho_check_dsym): Likewise.
3080 * m32r-rom.c: Include gdb_bfd.h.
3081 (m32r_load): Use gdb_bfd_ref.
3082 (m32r_upload_command): Use gdb_bfd_ref.
3083 * jit.c: Include gdb_bfd.h.
3084 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3085 * gdb_bfd.h: New file.
3086 * gdb_bfd.c: New file.
3087 * gcore.c: Include gdb_bfd.h.
3088 (create_gcore_bfd): Use gdb_bfd_ref.
3089 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3090 (gcore_command): Use gdb_bfd_unref.
3091 * exec.c: Include gdb_bfd.h.
3092 (exec_close): Use gdb_bfd_unref.
3093 (exec_close_1): Use gdb_bfd_unref.
3094 (exec_file_attach): Use gdb_bfd_ref.
3095 * elfread.c: Include gdb_bfd.h.
3096 (build_id_verify): Use gdb_bfd_unref.
3097 * dsrec.c: Include gdb_bfd.h.
3098 (load_srec): Use gdb_bfd_ref.
3099 * corelow.c: Include gdb_bfd.h.
3100 (core_close): Use gdb_bfd_unref.
3101 (core_open): Use gdb_bfd_ref.
3102 * bfd-target.c: Include gdb_bfd.h.
3103 (target_bfd_xclose): Use gdb_bfd_unref.
3104 (target_bfd_reopen): Use gdb_bfd_ref.
3105 * Makefile.in (SFILES): Add gdb_bfd.c.
3106 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3107 (COMMON_OBS): Add gdb_bfd.o.
3108
3109 2012-07-18 Keith Seitz <keiths@redhat.com>
3110
3111 * breakpoint.c (find_condition_and_thread): Initialize
3112 TASK and REST.
3113 (create_breakpiont): find_condition_and_thread will now
3114 initialize COND_STRING, THREAD, and REST (and TASK).
3115 (addr_string_to_sals): Likewise.
3116
3117 2012-07-18 Pedro Alves <palves@redhat.com>
3118
3119 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3120 Pull the single step breakpoints out of the target.
3121
3122 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3123
3124 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3125 * stap-probe.c (compile_probe_arg): Likewise.
3126
3127 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3128
3129 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3130 (elf_compile_to_ax): Likewise.
3131 * infrun.c (insert_exception_resume_from_probe): Likewise.
3132 (check_exception_resume): Remove `objfile' variable.
3133 * probe.c (find_probe_by_pc): Remove `objfile' argument.
3134 (struct probe_and_objfile, probe_and_objfile_s): Delete.
3135 (collect_probes): Adjust return value to `VEC (probe_p) *'.
3136 (compare_entries): Rename to...
3137 (compare_probes): ...this. Adjust function to work with
3138 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
3139 respectively.
3140 (gen_ui_out_table_header_info): Adjust `probes' argument to be
3141 `VEC (probe_p) *'.
3142 (print_ui_out_info): Adjust argument to be `struct probe *'.
3143 (info_probes_for_ops): Adjust internal computations to use
3144 `VEC (probe_p) *'.
3145 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3146 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3147 gen_info_probes_table_values>: Remove `objfile' argument.
3148 (struct probe) <objfile>: New field.
3149 (find_probe_by_pc): Remove `objfile' argument.
3150 * stap-probe.c (stap_parse_probe_arguments): Likewise.
3151 (stap_get_probe_argument_count): Likewise.
3152 (stap_get_arg): Likewise.
3153 (stap_evaluate_probe_argument): Likewise.
3154 (stap_compile_to_ax): Likewise.
3155 (compile_probe_arg): Refactor not to pass `objfile' anymore.
3156 (handle_stap_probe): Fill `objfile' field from `struct probe'.
3157 (stap_gen_info_probes_table_header): Remove `objfile' argument.
3158 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3159 sym_compile_to_ax>: Likewise.
3160
3161 2012-07-18 Terry Guo <terry.guo@arm.com>
3162
3163 PR 14329
3164 * defs.h (GDB_MI_MSG_WIDTH): New.
3165 * ser_base (ser_base_read_error_fd): New function.
3166 (do_ser_base_readchar): Poll error file descriptor as well as
3167 standard output.
3168 (generic_readchar): Refactor error handling.
3169
3170 2012-07-18 Joel Brobecker <brobecker@adacore.com>
3171
3172 * NEWS: Create a new section for the next release branch.
3173 Rename the section of the current branch, now that it has
3174 been cut.
3175
3176 2012-07-18 Joel Brobecker <brobecker@adacore.com>
3177
3178 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3179 * version.in: Bump version to 7.5.50.20120718-cvs.
3180
3181 2012-07-17 Keith Seitz <keiths@redhat.com>
3182
3183 * linespec.c (linespec_parse_line_offset): Make parameter
3184 const.
3185
3186 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3187
3188 PR 11914
3189 * f-valprint.c (info_common_command): New variable frame_id.
3190 Reinitialize FI form FRAME_ID after each print_variable_and_value.
3191 * printcmd.c (print_variable_and_value): Extend function comment.
3192 Add comment for invalidated FRAME.
3193 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
3194 FI form FRAME_ID after each print_frame_local_vars.
3195 (struct print_variable_and_value_data): Change frame to frame_id.
3196 (do_print_variable_and_value): New variable frame, initialize it from
3197 p->frame_id. Add comment for invalidated FRAME.
3198 (print_frame_local_vars, print_frame_arg_vars): New function comment.
3199 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
3200 for invalidated FRAME.
3201
3202 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
3203 Pedro Alves <palves@redhat.com>
3204
3205 * linux-nat.c (linux_nat_detach): Don't unregister from the event
3206 loop.
3207
3208 2012-07-16 Tom Tromey <tromey@redhat.com>
3209
3210 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3211
3212 2012-07-15 Doug Evans <dje@google.com>
3213
3214 * dwarf2read.c (stmt_list_hash): New struct.
3215 (type_unit_group): Embed "per_cu" member, remove pointer.
3216 New union member "t", move member "tus" into it, all uses updated.
3217 New member "hash", replaces member "line_offset, all uses updated.
3218 (quick_file_names): Replace member "offset" with "hash", all uses
3219 updated.
3220 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3221 (hash_file_name_entry, eq_file_name_entry): Call them.
3222 (hash_type_unit_group, eq_type_unit_group): Ditto.
3223 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3224 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3225 (dw2_get_file_names): Update.
3226 (create_type_unit_group): Replace "per_cu" arg with "cu".
3227 All callers updated. Fix "quick" (.gdb_index) handling.
3228 (get_type_unit_group): Replace "per_cu" arg with "cu".
3229 All callers updated.
3230 (build_type_unit_groups): Don't reset tu_stats.
3231
3232 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3233 "tab_cur_size". Change member "tab" to be a htab_t.
3234 (create_filename_seen_cache): Update.
3235 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3236 (filename_seen): Update.
3237
3238 2012-07-13 Doug Evans <dje@google.com>
3239
3240 * symtab.c (filename_seen): Update comment.
3241
3242 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3243 Doug Evans <dje@google.com>
3244
3245 * buildsym.c (end_symtab_1): Split it to ...
3246 (end_symtab_get_static_block): ... this ...
3247 (end_symtab_from_static_block): ... and this function.
3248 (end_symtab, end_expandable_symtab): Call them.
3249 * buildsym.h (end_symtab_get_static_block)
3250 (end_symtab_from_static_block): New declarations.
3251 * dwarf2read.c (process_full_comp_unit): New variable static_block.
3252 Set its valid CU ranges.
3253
3254 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3255
3256 * dwarf2loc.c (disassemble_dwarf_expression): Handle
3257 DW_OP_GNU_parameter_ref.
3258
3259 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3260
3261 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3262 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3263
3264 2012-07-13 Doug Evans <dje@google.com>
3265
3266 * symtab.c (output_source_filename): Delete unnecessary forward decl.
3267 (filename_seen_cache): New struct.
3268 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3269 (create_filename_seen_cache): New function.
3270 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3271 (filename_seen): Delete arg "first". New arg "cache". All callers
3272 updated.
3273 (output_source_filename_data): New struct.
3274 (output_source_filename): Delete arg "first". New arg "data".
3275 All callers updated.
3276 (sources_info): Delete local "first". New locals "data", "cleanups".
3277 Rewrite to use filename_seen_cache.
3278 (add_partial_filename_data): Delete member "first". New member
3279 "filename_seen_cache". All uses updated.
3280 (make_source_files_completion_list): Rewrite to use
3281 filename_seen_cache.
3282
3283 2012-07-12 Doug Evans <dje@google.com>
3284
3285 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3286
3287 2012-07-10 Doug Evans <dje@google.com>
3288
3289 PR gdb/13498
3290 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3291 all_type_unit_groups, type_unit_groups, tu_stats.
3292 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3293 All uses updated. Add type_unit_group to union "s".
3294 (type_unit_group): New struct.
3295 (IS_TYPE_UNIT_GROUP): New macro.
3296 (abbrev_table): Delete unused member "section".
3297 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3298 (dw2_get_cu): Assert not used with type_unit_group.
3299 (dw2_get_primary_cu): New function.
3300 (dw2_build_type_unit_groups_reader): New function.
3301 (dw2_build_type_unit_groups): New function.
3302 (dw2_get_file_names): Assert not called on type units.
3303 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3304 Redo loop to iterate over type unit groups instead of type units.
3305 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3306 (read_abbrev_offset): New function.
3307 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
3308 updated.
3309 (create_partial_symtab): New function.
3310 (process_psymtab_comp_unit_reader): Assert not used with type units.
3311 Call create_partial_symtab.
3312 (process_psymtab_type_unit): Delete.
3313 (hash_type_unit_group, eq_type_unit_group): New functions.
3314 (allocate_type_unit_groups_table): New function.
3315 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3316 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3317 (create_type_unit_group, get_type_unit_group): New functions.
3318 (tu_abbrev_offset): New struct.
3319 (sort_tu_by_abbrev_offset): New function.
3320 (add_type_unit_group_to_table): New function.
3321 (build_type_unit_groups): New function.
3322 (build_type_psymtabs_reader): New function.
3323 (build_type_psymtab_dependencies): New function.
3324 (build_type_psymtabs): Rewrite.
3325 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3326 is seen in a type unit.
3327 (process_queue): Move symtab expansion debugging printfs here.
3328 Call process_full_type_unit for type units.
3329 (compute_symtab_includes): Assert not called for type units.
3330 (process_cu_includes): Don't call compute_symtab_includes for
3331 type units.
3332 (process_full_type_unit): New function.
3333 (process_imported_unit_die): Flag an error if called for type units.
3334 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
3335 updated. Assert not called for type units.
3336 (read_file_scope): Call dwarf2_start_symtab.
3337 (setup_type_unit_groups): New function.
3338 (read_type_unit_scope): Rewrite.
3339 (abbrev_table_read_table): Initialize abbrev_table->offset.
3340 (abbrev_table_free_cleanup): New function.
3341 (dwarf2_start_symtab): New function.
3342 (load_full_type_unit): Assert not called for type unit groups.
3343 * buildsym.c (finish_block_internal): New arg "expandable".
3344 All callers updated.
3345 (start_symtab): Move most contents to ...
3346 (restart_symtab): ... here. New function.
3347 (reset_symtab_globals): New function.
3348 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
3349 Call reset_symtab_globals.
3350 (end_symtab, end_expandable_symtab): New functions.
3351 (set_missing_symtab, augment_type_symtab): New functions.
3352 * buildsym.h (end_expandable_symtab): Declare.
3353 (augment_type_symtab, restart_symtab): Declare.
3354 * psympriv.h (struct partial_symtab): New member "anonymous".
3355 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3356 anonymous psymtabs.
3357 (read_psymtabs_with_filename): Ditto.
3358 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3359 (expand_symtabs_matching_via_partial): Ditto.
3360 (dump_psymtab): Update.
3361 * dictionary.c (dict_add_pending): New function.
3362 * dictionary.h (dict_add_pending): Declare.
3363
3364 2012-07-09 Doug Evans <dje@google.com>
3365
3366 * buildsym.c (start_subfile): Remove unnecessary check for
3367 name == NULL.
3368
3369 * psymtab.c (allocate_psymtab): Use host_address_to_string.
3370
3371 * dwarf2read.c (load_full_type_unit): Simplify.
3372
3373 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3374 to struct signatured_type **. All uses updated.
3375
3376 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3377 All callers updated.
3378
3379 2012-07-09 Tom Tromey <tromey@redhat.com>
3380
3381 * c-exp.y (check_parameter_typelist): New function.
3382 (parameter_typelist): Call it.
3383 * eval.c (make_params): Handle '(void)' case.
3384 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3385 '(void)' case.
3386
3387 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3388
3389 * common/linux-ptrace.c: Include gdb_assert.h.
3390 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3391 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3392 stdint.h.
3393 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3394 functions.
3395 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3396 * linux-nat.c (linux_child_post_attach)
3397 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3398
3399 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3400
3401 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3402 nptl <2.7 bug workaround for core files.
3403
3404 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3405
3406 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3407 clearing.
3408 (save_siginfo): Remove.
3409 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3410 call.
3411 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3412 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3413 * linux-nat.h (struct lwp_info): Remove field siginfo.
3414
3415 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3416
3417 Code cleanup for the next patch.
3418 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3419 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3420 call for it.
3421 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3422 (ia64_linux_stopped_data_address):
3423 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3424 the return value.
3425 * linux-nat.h (linux_nat_get_siginfo): Likewise.
3426 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3427 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3428 call for it.
3429
3430 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3431
3432 PR 14321
3433 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3434 Increase buffer sizes to 2x we need, not just 2x of the previous size.
3435
3436 2012-07-06 Tom Tromey <tromey@redhat.com>
3437
3438 * c-exp.y (DOTDOTDOT): New token.
3439 (func_mod, exp): Use parameter_typelist.
3440 (parameter_typelist): New production.
3441 (tokentab3): Add "..." token.
3442 * eval.c (make_params): Handle varargs.
3443 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3444 varargs.
3445
3446 2012-07-06 Tom Tromey <tromey@redhat.com>
3447
3448 PR exp/9608:
3449 * c-exp.y (%union) <tvec>: Change type.
3450 (func_mod): Now uses <tvec> type.
3451 (exp): Update for tvec change.
3452 (direct_abs_decl): Push the typelist.
3453 (func_mod): Return a typelist.
3454 (nonempty_typelist): Update for tvec change.
3455 * gdbtypes.c (lookup_function_type_with_arguments): New function.
3456 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3457 * parse.c (pop_type_list): New function.
3458 (push_typelist): New function.
3459 (follow_types): Handle tp_function_with_arguments.
3460 * parser-defs.h (type_ptr): New typedef. Define a VEC.
3461 (enum type_pieces) <tp_function_with_arguments>: New constant.
3462 (union type_stack_elt) <typelist_val>: New field.
3463 (push_typelist): Declare.
3464
3465 2012-07-06 Tom Tromey <tromey@redhat.com>
3466
3467 * c-exp.y (%union) <type_stack>: New field.
3468 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
3469 (ptr_operator_ts): New production.
3470 (ptype): Update.
3471 * parse.c (type_stack_reserve): New function.
3472 (check_type_stack_depth): Use it.
3473 (pop_type_stack, append_type_stack, push_type_stack)
3474 (get_type_stack, type_stack_cleanup): New functions.
3475 (follow_types): Handle tp_type_stack.
3476 (_initialize_parse): Simplify initialization.
3477 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3478 constant.
3479 (union type_stack_elt) <stack_val>: New field.
3480 (get_type_stack, append_type_stack, push_type_stack)
3481 (type_stack_cleanup): Declare.
3482
3483 2012-07-06 Tom Tromey <tromey@redhat.com>
3484
3485 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3486 Remove.
3487 (struct type_stack): New.
3488 * parse.c (type_stack, type_stack_size, type_stack_depth):
3489 Remove.
3490 (type_stack): New global.
3491 (parse_exp_in_context, check_type_stack_depth)
3492 (insert_into_type_stack, insert_type, push_type, push_type_int)
3493 (insert_type_address_space, pop_type, pop_type_int)
3494 (_initialize_parse): Update.
3495
3496 2012-07-06 Tom Tromey <tromey@redhat.com>
3497
3498 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3499 Remove %type.
3500
3501 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3502
3503 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3504
3505 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3506 Jan Kratochvil <jan.kratochvil@redhat.com>
3507
3508 * cp-valprint.c (cp_print_value): Replace potentially unsafe
3509 alloca with xmalloc/xfree.
3510
3511 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3512
3513 * MAINTAINERS (Write After Approval): Add myself to the list.
3514
3515 2012-07-05 Doug Evans <dje@google.com>
3516
3517 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3518
3519 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3520
3521 * ax-gdb.c (cli/cli-utils.h): New include.
3522 (linespec.h): Ditto.
3523 (agent_eval_command_one): New function.
3524 (agent_command_1): Ditto.
3525 (agent_command): Call function agent_command_1.
3526 (agent_eval_command): Ditto.
3527 (_initialize_ax_gdb): Change help for "maint agent"
3528 and "maint agent-eval".
3529
3530 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3531
3532 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3533 * cli/cli-utils.c (check_for_argument): New function.
3534 * cli/cli-utils.h (check_for_argument): Ditto.
3535
3536 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3537
3538 * NEWS: Mention x32 ABI support.
3539
3540 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3541
3542 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3543 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3544
3545 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3546 and pc_regnum_from_eax to -1. Update SP regnum from
3547 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3548 needed.
3549
3550 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3551 pc_regnum_from_eax.
3552
3553 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3554
3555 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3556 * dwarf2expr.h: Include gdbtypes.h.
3557 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3558 these forward declarations.
3559 (cu_offset, sect_offset): Move these ...
3560 * gdbtypes.h: Remove include dwarf2expr.h.
3561 (cu_offset, sect_offset): ... here.
3562
3563 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3564
3565 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3566 (amd64_linux_sigtramp_code): This.
3567 (amd64_x32_linux_sigtramp_code): New.
3568 (LINUX_SIGTRAMP_LEN): Updated.
3569 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3570
3571 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3572
3573 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3574
3575 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3576
3577 * config.in: Regenerate.
3578 * configure: Regenerate.
3579 * configure.ac: Remove check for gnu/libc-version.h.
3580 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3581 gnu/libc-version.h.
3582 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3583 variables libc_version, libc_major and libc_minor. Replace sscanf by
3584 inferior_has_bug. Extend the comment.
3585
3586 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3587
3588 * linux-thread-db.c (inferior_has_bug): New function.
3589 (thread_db_find_new_threads_silently): Return boolean as checked by
3590 inferior_has_bug, describe it in the comments.
3591 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3592 earlier. Abort the initialization if it returned non-zero.
3593 (thread_db_new_objfile): Exclude debug files.
3594 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3595 if UNTIL_NO_NEW,
3596
3597 2012-07-02 Doug Evans <dje@google.com>
3598
3599 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3600 related to queue management.
3601
3602 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3603 instead of "debug dwarf2-die" in debugging printfs.
3604 (create_debug_info_hash_table_reader): Ditto.
3605 (create_debug_info_hash_table): Ditto.
3606 (init_dwo_file): Ditto.
3607 (init_cutu_and_read_dies): Add debugging printf.
3608 (init_cutu_and_read_dies_no_follow): Ditto.
3609 (process_psymtab_comp_unit_reader): Ditto.
3610
3611 2012-07-02 Stan Shebs <stan@codesourcery.com>
3612
3613 Add target-side support for dynamic printf.
3614 * NEWS: Mention the additional style.
3615 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3616 (struct bp_location): New field cmd_bytecode.
3617 * breakpoint.c: Include format.h.
3618 (disconnected_dprintf): New global.
3619 (parse_cmd_to_aexpr): New function.
3620 (build_target_command_list): New function.
3621 (insert_bp_location): Call it.
3622 (remove_breakpoints_pid): Skip dprintf breakpoints.
3623 (print_one_breakpoint_location): Ditto.
3624 (dprintf_style_agent): New global.
3625 (dprintf_style_enums): Add dprintf_style_agent.
3626 (update_dprintf_command_list): Add agent case.
3627 (agent_printf_command): New function.
3628 (_initialize_breakpoint): Add new commands.
3629 * common/ax.def (printf): New bytecode.
3630 * ax.h (ax_string): Declare.
3631 * ax-gdb.h (gen_printf): Declare.
3632 * ax-gdb.c: Include cli-utils.h, format.h.
3633 (gen_printf): New function.
3634 (maint_agent_print_command): New function.
3635 (_initialize_ax_gdb): Add maint agent-printf command.
3636 * ax-general.c (ax_string): New function.
3637 (ax_print): Add printf disassembly.
3638 * Makefile.in (SFILES): Add format.c
3639 (COMMON_OBS): Add format.o.
3640 * common/format.h: New file.
3641 * common/format.c: New file.
3642 * printcmd.c: Include format.h.
3643 (ui_printf): Call parse_format_string.
3644 * remote.c (remote_state): New field breakpoint_commands.
3645 (PACKET_BreakpointCommands): New enum.
3646 (remote_breakpoint_commands_feature): New function.
3647 (remote_protocol_features): Add new BreakpointCommands entry.
3648 (remote_can_run_breakpoint_commands): New function.
3649 (remote_add_target_side_commands): New function.
3650 (remote_insert_breakpoint): Call it.
3651 (remote_insert_hw_breakpoint): Ditto.
3652 (_initialize_remote): Add new packet configuration for
3653 target-side breakpoint commands.
3654 * target.h (struct target_ops): New field
3655 to_can_run_breakpoint_commands.
3656 (target_can_run_breakpoint_commands): New macro.
3657 * target.c (update_current_target): Handle
3658 to_can_run_breakpoint_commands.
3659
3660 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3661
3662 Execute -ix and -iex only after system and user gdbinit files.
3663 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3664 processing down after gdbinit files.
3665
3666 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3667
3668 Add fnmatch-gnu module.
3669 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3670 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3671 * gnulib/aclocal.m4: Regenerate.
3672 * gnulib/config.in: Regenerate.
3673 * gnulib/configure: Regenerate.
3674 * gnulib/import/dummy.c: Remove.
3675 * gnulib/import/Makefile.am: Regenerate.
3676 * gnulib/import/Makefile.in: Likewise.
3677 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3678 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3679 * gnulib/import/alloca.c: New file.
3680 * gnulib/import/alloca.in.h: Likewise.
3681 * gnulib/import/config.charset: Likewise.
3682 * gnulib/import/fnmatch.c: Likewise.
3683 * gnulib/import/fnmatch.in.h: Likewise.
3684 * gnulib/import/fnmatch_loop.c: Likewise.
3685 * gnulib/import/localcharset.c: Likewise.
3686 * gnulib/import/localcharset.h: Likewise.
3687 * gnulib/import/m4/alloca.m4: Likewise.
3688 * gnulib/import/m4/codeset.m4: Likewise.
3689 * gnulib/import/m4/configmake.m4: Likewise.
3690 * gnulib/import/m4/fcntl-o.m4: Likewise.
3691 * gnulib/import/m4/fnmatch.m4: Likewise.
3692 * gnulib/import/m4/glibc21.m4: Likewise.
3693 * gnulib/import/m4/localcharset.m4: Likewise.
3694 * gnulib/import/m4/locale-fr.m4: Likewise.
3695 * gnulib/import/m4/locale-ja.m4: Likewise.
3696 * gnulib/import/m4/locale-zh.m4: Likewise.
3697 * gnulib/import/m4/mbrtowc.m4: Likewise.
3698 * gnulib/import/m4/mbsinit.m4: Likewise.
3699 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3700 * gnulib/import/m4/mbstate_t.m4: Likewise.
3701 * gnulib/import/m4/stdbool.m4: Likewise.
3702 * gnulib/import/m4/wchar_h.m4: Likewise.
3703 * gnulib/import/m4/wctype_h.m4: Likewise.
3704 * gnulib/import/m4/wint_t.m4: Likewise.
3705 * gnulib/import/mbrtowc.c: Likewise.
3706 * gnulib/import/mbsinit.c: Likewise.
3707 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3708 * gnulib/import/mbsrtowcs-state.c: Likewise.
3709 * gnulib/import/mbsrtowcs.c: Likewise.
3710 * gnulib/import/ref-add.sin: Likewise.
3711 * gnulib/import/ref-del.sin: Likewise.
3712 * gnulib/import/stdbool.in.h: Likewise.
3713 * gnulib/import/streq.h: Likewise.
3714 * gnulib/import/strnlen1.c: Likewise.
3715 * gnulib/import/strnlen1.h: Likewise.
3716 * gnulib/import/verify.h: Likewise.
3717 * gnulib/import/wchar.in.h: Likewise.
3718 * gnulib/import/wctype.in.h: Likewise.
3719
3720 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3721
3722 Support shell wildcards for 'set auto-load safe-path'.
3723 * auto-load.c: Include fnmatch.h.
3724 (filename_is_in_dir): Rename to ...
3725 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3726 it. Update function comment. Rename dir_len to pattern_len. New
3727 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3728 messages. Use gdb_filename_fnmatch.
3729 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3730 pattern.
3731 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3732 * defs.h (gdb_filename_fnmatch): New declaration.
3733 * utils.c: Include fnmatch.h.
3734 (gdb_filename_fnmatch): New function.
3735
3736 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3737
3738 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3739 `-probe' and `-probe-stap' options.
3740
3741 2012-07-01 Yao Qi <yao@codesourcery.com>
3742
3743 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3744 always_inserted_off, and always_inserted_enums.
3745 Change always_inserted_mode's type to 'enum auto_boolean'.
3746 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3747 callers.
3748 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3749 of add_setshow_enum_cmd.
3750 * infrun.c: Remove can_use_displaced_stepping_auto,
3751 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3752 can_use_displaced_stepping_enum.
3753 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3754 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3755 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3756 add_setshow_enum_cmd.
3757
3758 2012-06-30 Doug Evans <dje@google.com>
3759
3760 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3761 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3762 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3763
3764 2012-06-29 Doug Evans <dje@google.com>
3765
3766 * linespec.c: #include "stack.h".
3767 (decode_line_with_current_source): Moved here from symtab.c and
3768 renamed from decode_line_spec. All callers updated.
3769 (decode_line_with_last_displayed): Moved here from breakpoint.c and
3770 renamed from decode_line_spec_1. All callers updated.
3771 * linespec.h (decode_line_with_current_source): Move declaration here
3772 from symtab.h and renamed from decode_line_spec.
3773 (decode_line_with_last_displayed): Move declaration here from symtab.h
3774 and renamed from decode_line_spec_1.
3775 * macrocmd.c: #include "linespec.h".
3776 * symtab.c: Remove #include "linespec.h".
3777
3778 2012-06-28 Doug Evans <dje@google.com>
3779
3780 * dwarf2read.c (get_cu_length): New function.
3781 (offset_in_cu_p, error_check_comp_unit_head): Call it.
3782 (create_debug_types_hash_table): Ditto.
3783 (init_cutu_and_read_dies): Ditto.
3784 (init_cutu_and_read_dies_no_follow): Ditto.
3785
3786 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3787
3788 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3789 (struct abbrev_table): Define.
3790 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3791 abbrev_table.
3792 (init_cutu_and_read_dies): Update.
3793 (abbrev_table_alloc_abbrev): New function. Replaces
3794 dwarf_alloc_abbrev. All callers updated.
3795 (abbrev_table_add_abbrev): New function.
3796 (abbrev_table_lookup_abbrev): New function. Replaces
3797 dwarf2_lookup_abbrev. All callers updated.
3798 (abbrev_table_read_table): New function. Contents moved here from
3799 dwarf2_read_abbrevs.
3800 (dwarf2_read_abbrevs): Call it.
3801 (abbrev_table_free): New function.
3802 (dwarf2_free_abbrev_table): Call it.
3803
3804 2012-06-28 Stan Shebs <stan@codesourcery.com>
3805
3806 * osdata.c (info_osdata_command): Filter out "Title" columns
3807 from non-MI uses.
3808 * common/linux-osdata.c (struct osdata_type): Add title field.
3809 (osdata_table): Add titles to each entry.
3810 (linux_command_xfer_osdata): Add a column for title data.
3811
3812 2012-06-28 Stan Shebs <stan@codesourcery.com>
3813
3814 Make logging work for MI.
3815 * NEWS: Mention it.
3816 * interps.h (interp_set_logging_ftype): New typedef.
3817 (struct interp_procs): New field set_logging_proc.
3818 (current_interp_set_logging): Declare.
3819 * interps.c (current_interp_set_logging): New function.
3820 * cli/cli-logging.c: Include interps.h.
3821 (set_logging_redirect): Call current_interp_set_logging.
3822 (pop_output_files): Ditto.
3823 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3824 * mi/mi-console.h (mi_console_set_raw): Declare.
3825 * mi/mi-console.c (mi_console_set_raw): New function.
3826 * mi/mi-interp.c (saved_raw_stdout): New global.
3827 (mi_set_logging): New function.
3828 (_initialize_mi_interp): Add it to interp procs.
3829
3830 2012-06-28 Doug Evans <dje@google.com>
3831
3832 * symtab.c (lookup_symbol_aux_objfile): Use
3833 ALL_OBJFILE_PRIMARY_SYMTABS.
3834
3835 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3836
3837 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3838
3839 * common/buffer.c: Include inttypes.h and stdint.h.
3840 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3841
3842 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3843 Pedro Alves <palves@redhat.com>
3844
3845 * gdbthread.h (ALL_THREADS): New macro.
3846 (thread_list): Declare.
3847 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3848 going, but instead fall through to the stepping handling.
3849 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
3850 the passed in signal. Adjust debug output.
3851 (resume_callback): Rename to ...
3852 (linux_nat_resume_callback): ... this. Pass the thread's last
3853 stop signal, if in "pass" state.
3854 (linux_nat_resume): Adjust to rename.
3855 (stop_wait_callback): New assertion. Don't respawn signals;
3856 instead let the LWP remain with SIGNALLED set.
3857 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3858 * remote.c (append_pending_thread_resumptions): New.
3859 (remote_vcont_resume): Call it.
3860 * target.h (target_resume): Extend comment.
3861
3862 2012-06-28 Iain Sandoe <iain@codesourcery.com>
3863
3864 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3865
3866 2012-06-27 Doug Evans <dje@google.com>
3867
3868 * dwarf2read.c (dwarf2_cu): Add ranges_base.
3869 Delete have_addr_base, unused. All uses updated.
3870 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3871 (dwarf2_get_pc_bounds): Add ranges_base.
3872 (dwarf2_record_block_ranges): Ditto.
3873
3874 2012-06-27 Tom Tromey <tromey@redhat.com>
3875
3876 PR macros/7961:
3877 * varobj.c (varobj_create): Update.
3878 (varobj_set_value): Update.
3879 * tracepoint.c (validate_actionline): Update.
3880 (encode_actions_1): Update.
3881 * parse.c (parse_exp_1): Add 'pc' argument.
3882 (parse_exp_in_context): Add 'pc' argument. Change how
3883 expression_context_pc is set.
3884 (parse_expression): Update.
3885 (parse_field_expression): Update.
3886 * expression.h (parse_exp_1): Update.
3887 * eval.c (parse_to_comma_and_eval): Update.
3888 * breakpoint.c (set_breakpoint_condition): Update.
3889 (update_watchpoint): Update.
3890 (init_breakpoint_sal): Update
3891 (find_condition_and_thread): Update.
3892 (watch_command_1): Update.
3893 (update_breakpoint_locations): Update.
3894 * ada-lang.c (ada_read_renaming_var_value): Update.
3895 (create_excep_cond_exprs): Update.
3896
3897 2012-06-27 Doug Evans <dje@google.com>
3898
3899 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3900 type units.
3901
3902 2012-06-26 Doug Evans <dje@google.com>
3903
3904 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3905 prototype.
3906 (error_check_comp_unit_head): New arg abbrev_section. All callers
3907 updated.
3908 (read_and_check_comp_unit_head): Ditto.
3909 (read_and_check_type_unit_head): Ditto.
3910
3911 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3912
3913 New attribute 'last' for gdb.Symtab_and_line.
3914 * NEWS (Python Scripting): Add entry about the new attribute.
3915 * python/py-symtab.c (salpy_get_last): New function which
3916 implements the get method for the 'last' attribute of
3917 gdb.Symtab_and_line.
3918 (sal_object_getset): Add entry for the 'last' attribute.
3919
3920 2012-06-26 Doug Evans <dje@google.com>
3921
3922 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3923 (dwo_sections): Add macinfo, macro.
3924 (dwarf2_locate_dwo_sections): Watch for macro sections.
3925 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3926 All callers updated. Handle DWO files.
3927
3928 * NEWS: Mention new options "set debug dwarf2-read" and
3929 "set debug symtab-create".
3930 * dwarf2read.c (dwarf2_read_debug): New static global.
3931 (dwarf2_build_psymtabs_hard): Add debugging printfs.
3932 (process_queue): Ditto.
3933 (process_full_comp_unit): Ditto.
3934 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3935 * elfread.c (elf_symfile_read): Add debugging printf.
3936 * minsyms.c (install_minimal_symbols): Ditto.
3937 * psymtab.c (allocate_psymtab): Ditto.
3938 * symfile.c (allocate_symtab): Ditto.
3939 * symtab.c (symtab_create_debug): New global.
3940 (_initialize_symtab): Add new option "set debug symtab-create".
3941 * symtab.h (symtab_create_debug): Declare.
3942
3943 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3944 (lookup_dwo_type_unit): Ditto.
3945
3946 2012-06-26 Roland McGrath <roland@hack.frob.com>
3947 H.J. Lu <hongjiu.lu@intel.com>
3948
3949 * amd64-linux-nat.c: Include <sys/user.h>.
3950 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3951 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3952 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3953
3954 * configure.ac: Check if the fs_base and gs_base members of
3955 `struct user_regs_struct' exist.
3956 * config.in: Regenerated.
3957 * configure: Likewise.
3958
3959 2012-06-25 Michael Eager <eager@eagercon.com>
3960
3961 PR python/14291
3962 * python/python.c (gdbpy_write): Check for interrupted output.
3963
3964 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3965
3966 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3967 register as a stack alignment in ARM mode.
3968
3969 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3970
3971 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3972 * gnulib/config.in: Regenerate.
3973 * gnulib/configure: Likewise.
3974 * gnulib/import/m4/extensions.m4: Update it.
3975 * gnulib/import/m4/gnulib-common.m4: Likewise.
3976 * gnulib/import/m4/memmem.m4: Likewise.
3977 * gnulib/import/m4/mmap-anon.m4: Likewise.
3978 * gnulib/import/m4/multiarch.m4: Likewise.
3979 * gnulib/import/stdint.in.h: Likewise.
3980
3981 2012-06-24 Yao Qi <yao@codesourcery.com>
3982
3983 * corefile.c (write_memory_with_notification): New.
3984 * gdbcore.h: Declare write_memory_with_notification.
3985 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3986 'observer_notify_memory_changed' with 'write_memory_with_notification'.
3987 * valops.c (value_assign): Likewise.
3988 * python/py-inferior.c (infpy_write_memory): Call
3989 'write_memory_with_notification'.
3990
3991 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3992
3993 * cc-with-index.sh: Use also -ex "set auto-load no".
3994
3995 2012-06-23 Doug Evans <dje@google.com>
3996
3997 PR 14125
3998 * NEWS: Document additions to .gdb_index.
3999 * dwarf2read.c: #include "gdb/gdb-index.h".
4000 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4001 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4002 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4003 (dwarf2_read_index): Recognize version 7.
4004 (dw2_do_expand_symtabs_matching): New args want_specific_block,
4005 block_kind, domain): All callers updated.
4006 (dw2_find_symbol_file): Handle new index CU values.
4007 (dw2_expand_symtabs_matching): Match symbol kind if requested.
4008 (add_index_entry): New args is_static, kind. All callers updated.
4009 (offset_type_compare, uniquify_cu_indices): New functions
4010 (symbol_kind): New function.
4011 (write_psymtabs_to_index): Remove duplicate CU values.
4012 (write_psymtabs_to_index): Write .gdb_index version 7.
4013
4014 2012-06-22 Joel Brobecker <brobecker@adacore.com>
4015
4016 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4017 * configure: Regenerate.
4018
4019 2012-06-20 Yao Qi <yao@codesourcery.com>
4020
4021 * python/py-inferior.c: Update comments of infpy_read_memory
4022 and infpy_write_memory.
4023
4024 2012-06-19 Tom Tromey <tromey@redhat.com>
4025
4026 PR exp/9514:
4027 * parser-defs.h (insert_type, insert_type_address_space): Declare.
4028 (push_type_address_space): Remove.
4029 * parse.c (insert_into_type_stack): New function.
4030 (insert_type): Likewise.
4031 (insert_type_address_space): Rename from push_type_address_space.
4032 Insert tp_space_identifier.
4033 * c-exp.y (ptr_operator): New production.
4034 (abs_decl): Use ptr_operator.
4035 (space_identifier): Call insert_type_address_space.
4036 (ptype): Don't use const_or_volatile_or_space_identifier.
4037 (const_or_volatile_noopt): Call insert_type.
4038 (conversion_type_id, conversion_declarator): New productions.
4039 (operator): Use conversion_type_id.
4040
4041 2012-06-18 Doug Evans <dje@google.com>
4042
4043 * symtab.h (minimal_symbol): New member created_by_gdb.
4044 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4045 created by gdb.
4046 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4047 (search_symbols): Call it instead of lookup_symbol.
4048 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
4049
4050 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4051 Adjust address for DW_OP_GNU_addr_index.
4052 * dwarf2expr.h (dwarf_expr_context): Update comment.
4053 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4054 all callers updated. Handle TLS vars described with
4055 DW_OP_GNU_const_index.
4056 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4057 and DW_OP_GNU_const_index.
4058 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4059
4060 * block.c (find_block_in_blockvector): Make explicit the fact that we
4061 ignore GLOBAL_BLOCK.
4062
4063 2012-06-18 Tom Tromey <tromey@redhat.com>
4064
4065 * c-exp.y (operator): Remove trailing space after "delete" and
4066 "delete[]".
4067
4068 2012-06-18 Mark Kettenis <kettenis@gnu.org>
4069 Jan Kratochvil <jan.kratochvil@redhat.com>
4070
4071 Switch i386 and derived targets to ON_STACK.
4072 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4073 (amd64_dicos_init_abi): Remove its installment.
4074 * dicos-tdep.c (dicos_init_abi): Remove the
4075 set_gdbarch_call_dummy_location call. Update the comment here.
4076 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4077 (i386_dicos_init_abi): Remove its installment.
4078 * i386-tdep.c (i386_push_dummy_code): New function.
4079 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4080 i386_push_dummy_code.
4081
4082 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4083
4084 Remove stale dummy frames.
4085 * breakpoint.c: Include dummy-frame.h.
4086 (longjmp_breakpoint_ops): New variable.
4087 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4088 bp_longjmp_call_dummy.
4089 (bpstat_what, bptype_string, print_one_breakpoint_location)
4090 (init_bp_location): Support bp_longjmp_call_dummy.
4091 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
4092 (set_longjmp_breakpoint_for_call_dummy)
4093 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4094 functions.
4095 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4096 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
4097 FIXME comment and extend the other comment for bp_call_dummy.
4098 (set_longjmp_breakpoint_for_call_dummy)
4099 (check_longjmp_breakpoint_for_call_dummy): New declarations.
4100 * dummy-frame.c: Include gdbthread.h.
4101 (pop_dummy_frame_bpt): New function.
4102 (pop_dummy_frame): Call pop_dummy_frame_bpt.
4103 (dummy_frame_discard): New function.
4104 (cleanup_dummy_frames): Update the comment about longjmps.
4105 * dummy-frame.h (dummy_frame_discard): New declaration.
4106 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4107 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
4108 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
4109 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4110 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
4111 keep_going if IS_LONGJMP and there is no other reason to stop.
4112
4113 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
4114
4115 * remote-sim.c (sim_command_completer): Initialize
4116 variable 'result'.
4117
4118 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4119
4120 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4121 * dwarf2loc.c (call_site_parameter_matches): Support
4122 CALL_SITE_PARAMETER_PARAM_OFFSET.
4123 (needs_dwarf_reg_entry_value): Push stub value.
4124 * dwarf2read.c (read_call_site_scope): New variable origin. Support
4125 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4126 * gdbtypes.h (enum call_site_parameter_kind): New item
4127 CALL_SITE_PARAMETER_PARAM_OFFSET.
4128 (struct call_site.parameter.u): New field param_offset.
4129
4130 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4131
4132 Code cleanup: Generalize call_site.parameter key.
4133 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4134 variable dwarf_reg. New variable kind_u. Update parameters to
4135 push_dwarf_reg_entry_value.
4136 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4137 * dwarf2expr.h (enum call_site_parameter_kind)
4138 (union call_site_parameter_u): Forward declarations.
4139 (struct dwarf_expr_context_funcs): Update parameters and their
4140 description for push_dwarf_reg_entry_value.
4141 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4142 * dwarf2loc.c (call_site_parameter_matches): New function.
4143 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4144 description. Use call_site_parameter_matches.
4145 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4146 Update parameters and their description.
4147 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4148 New variable kind_u. Adjust the caller for updated parameters.
4149 (needs_dwarf_reg_entry_value): Update parameters.
4150 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
4151 instead of attr. Update for the changed fields of struct
4152 call_site_parameter.
4153 * gdbtypes.h: Include dwarf2expr.h.
4154 (enum call_site_parameter_kind): New.
4155 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
4156 fb_offset into new union u.
4157
4158 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4159
4160 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4161 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4162 for x32.
4163
4164 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4165
4166 * amd64-linux-nat.c (compat_x32_clock_t): New.
4167 (compat_x32_siginfo_t): Likewise.
4168 (compat_x32_siginfo_from_siginfo): Likewise.
4169 (siginfo_from_compat_x32_siginfo): Likewise.
4170 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4171 and siginfo_from_compat_x32_siginfo for x32.
4172
4173 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
4174
4175 * tracepoint.c (tfile_xfer_partial): Add a lseek.
4176
4177 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4178
4179 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4180 instead of gdbarch_ptr_bit.
4181 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4182 (amd64_supply_native_gregset): Likewise.
4183 (amd64_collect_native_gregset): Likewise.
4184 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4185 (amd64_supply_xsave): Likewise.
4186 (amd64_collect_fxsave): Likewise.
4187 (amd64_collect_xsave): Likewise.
4188
4189 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4190
4191 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4192 (amd64_linux_read_description): Check DS segment register for
4193 x32 process.
4194
4195 2012-06-15 Tom Tromey <tromey@redhat.com>
4196
4197 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4198 init_cutu_and_read_dies.
4199
4200 2012-06-15 Iain Sandoe <iain@codesourcery.com>
4201
4202 * MAINTAINERS (Write After Approval): Add myself to the list.
4203
4204 2012-06-15 Tom Tromey <tromey@redhat.com>
4205
4206 * valops.c (value_find_oload_method_list): Now static.
4207 * value.h (value_find_oload_method_list): Don't declare.
4208
4209 2012-06-15 Tom Tromey <tromey@redhat.com>
4210
4211 * valops.c (find_overload_match): Use value_ind.
4212
4213 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
4214
4215 * infrun.c (handle_inferior_event): Correct indentation.
4216
4217 2012-06-14 Doug Evans <dje@google.com>
4218
4219 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4220 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4221 All uses updated.
4222 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
4223 updated. Handle DEBUG_LOC_START_LENGTH.
4224 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4225 (loclist_describe_location): Ditto.
4226
4227 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
4228
4229 PR backtrace/13866
4230 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4231 after hiding inline functions.
4232
4233 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4234
4235 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4236 _initialize_inf_ttrace.
4237
4238 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4239
4240 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4241 _initialize_hppa_hpux_nat.
4242
4243 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4244
4245 * remote-sim.c (sim_command_completer): Change type of return
4246 value to "VEC (char_ptr) *". Adjust implementation accordingly.
4247
4248 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4249 Jan Kratochvil <jan.kratochvil@redhat.com>
4250
4251 PR tdep/14222
4252 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4253 stack on a 16-byte boundary.
4254
4255 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
4256
4257 * jit.c (finalize_symtab): Set function's return type to 'void' by
4258 default.
4259
4260 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4261 H.J. Lu <hongjiu.lu@intel.com>
4262
4263 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4264 Move bits common to both the classic LP64 and the new x32 ILP32
4265 ABI here.
4266 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4267 (amd64_x32_linux_init_abi): New function.
4268 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4269 subtype.
4270
4271 * i386-tdep.h (i386_pseudo_register_name): New prototype.
4272 * i386-tdep.c (i386_pseudo_register_name): Make public.
4273 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4274 * amd64-tdep.c (amd64_dword_names): Add "eip".
4275 (amd64_x32_pseudo_register_type): New function
4276 (amd64_x32_init_abi): New function.
4277
4278 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4279
4280 PR build/14003
4281 * inferior.h (struct inferior_suspend_state): Comment out.
4282 (struct inferior): Comment out the field suspend.
4283 * infrun.c (struct infcall_suspend_state): Comment out the field
4284 inferior_suspend.
4285 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4286 out its assignment.
4287
4288 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4289
4290 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4291 * c-exp.y (classify_inner_name): Remove caller assumptions in the
4292 function comment. Return ERROR for unresolved cases. Implement
4293 returning proper NAME.
4294 (yylex): Accept also NAME from classify_inner_name.
4295 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4296 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
4297 LOC_TYPEDEF type.
4298 * cp-support.h (cp_lookup_nested_type): Update its declaration.
4299
4300 2012-06-13 Tom Tromey <tromey@redhat.com>
4301
4302 * breakpoint.c (condition_completer): New function.
4303 (_initialize_breakpoint): Use it.
4304 * value.c (complete_internalvar): New function.
4305 * value.h (complete_internalvar): Declare.
4306
4307 2012-06-13 Tom Tromey <tromey@redhat.com>
4308
4309 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4310 * breakpoint.c (catch_syscall_completer): Return a VEC.
4311 * cli/cli-cmds.c (complete_command): Update.
4312 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4313 (complete_on_enum): Likewise.
4314 * command.h: Include gdb_vecs.h.
4315 (completer_ftype): Change return type.
4316 (complete_on_cmdlist, complete_on_enum): Likewise.
4317 * completer.c (noop_completer, filename_completer)
4318 (location_completer): Return a VEC.
4319 (add_struct_fields): Remove 'nextp' argument. Change 'output'
4320 to a VEC.
4321 (expression_completer, complete_line_internal, complete_line)
4322 (command_completer): Return a VEC.
4323 (gdb_completion_word_break_characters, line_completion_function):
4324 Update.
4325 * completer.h: Include gdb_vecs.h.
4326 (complete_line, noop_completer, filename_completer)
4327 (expression_completer, location_completer, command_completer):
4328 Update.
4329 * f-lang.c (f_word_break_characters): Return a VEC.
4330 * interps.c (interpreter_completer): Return a VEC.
4331 * language.h (struct language_defn)
4332 <la_make_symbol_completion_list>: Return a VEC.
4333 * python/py-cmd.c (cmdpy_completer): Return a VEC.
4334 * symtab.c (free_completion_list): Take a VEC.
4335 (return_val_size, return_val_index): Remove.
4336 (return_val): Now a VEC.
4337 (completion_list_add_name): Update.
4338 (default_make_symbol_completion_list_break_on)
4339 (default_make_symbol_completion_list, make_symbol_completion_list)
4340 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4341 Return a VEC.
4342 (add_filename_to_list): Update.
4343 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4344 <list>: Now a VEC.
4345 (maybe_add_partial_symtab_filename): Update.
4346 (make_source_files_completion_list): Return a VEC.
4347 * symtab.h (default_make_symbol_completion_list_break_on)
4348 (default_make_symbol_completion_list, make_symbol_completion_list)
4349 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4350 (make_source_files_completion_list): Update.
4351
4352 2012-06-13 Tom Tromey <tromey@redhat.com>
4353
4354 * breakpoint.c (add_catch_command): Use completer_ftype.
4355 * breakpoint.h: Include command.h.
4356 (add_catch_command): Use completer_ftype.
4357 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4358 * cli/cli-decode.h (struct cmd_list_element) <completer>:
4359 Use completer_ftype.
4360 * command.h (completer_ftype): New typedef.
4361 (set_cmd_completer): Use it.
4362 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4363 completer_ftype.
4364
4365 2012-06-13 Pedro Alves <palves@redhat.com>
4366
4367 Partial revert of previous change.
4368
4369 * serial.c (scb_base): New global.
4370 (serial_for_fd): New.
4371 (serial_open, serial_fdopen_ops): Link new serial in open serials
4372 chain.
4373 (do_serial_close): Unlink serial from the open serials chain.
4374
4375 2012-06-12 Pedro Alves <palves@redhat.com>
4376
4377 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4378 threads here.
4379 (prepare_for_detach): No longer context switch here in non-stop
4380 mode.
4381 (fetch_inferior_event): Ditto.
4382 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4383 to the event thread before removing breakpoints. Switch to the
4384 event thread before inserting breakpoints and resuming.
4385 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4386 event thread before resuming.
4387 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4388 Switch to the event thread before removing breakpoints.
4389
4390 2012-06-12 Eli Zaretskii <eliz@gnu.org>
4391
4392 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4393 special characters correctly for the Windows shells. See
4394 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4395 report.
4396 [!__MINGW32__]: Remove extra double quote character from special
4397 characters.
4398
4399 2012-06-11 Stan Shebs <stan@codesourcery.com>
4400
4401 * ui-out.h: Remove #if 0 declarations.
4402 * ui-out.c: Remove #if 0 functions.
4403
4404 2012-06-11 Pedro Alves <palves@redhat.com>
4405
4406 * ser-base.c (run_async_handler_and_reschedule): New.
4407 (fd_event, push_event): Use it.
4408 * serial.c (serial_open, serial_fdopen_ops): Set the initial
4409 reference count to 1.
4410 (do_serial_close): Set the bufp field to NULL. Use serial_unref
4411 instead of xfree.
4412 (serial_is_open, serial_ref, serial_unref): New.
4413 * serial.h (serial_open): Adjust comment.
4414 (serial_is_open): Declare.
4415 (serial_close): Adjust comment.
4416 (serial_ref, serial_unref) Declare.
4417 (struct serial): New field 'refcnt'.
4418
4419 2012-06-11 Pedro Alves <palves@redhat.com>
4420
4421 Remove #if 0'd "connect" command, and unnecessary associated
4422 refcounting and serial reuse bits.
4423
4424 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4425 * serial.c (last_serial_opened): Delete.
4426 (scb_base): Delete.
4427 (serial_open): Adjust.
4428 (serial_for_fd): Delete.
4429 (serial_fdopen_ops, do_serial_close): Adjust.
4430 (serial_fdopen_ops): Adjust.
4431
4432 2012-06-11 Pedro Alves <palves@redhat.com>
4433
4434 * serial.c (do_serial_close): Remove early return when SCB is
4435 null.
4436
4437 2012-06-11 Tom Tromey <tromey@redhat.com>
4438
4439 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4440
4441 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4442
4443 Fix regression by the "ambiguous linespec" series.
4444 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
4445 get_last_displayed_symtab and get_last_displayed_line and depending
4446 on CURSAL.
4447
4448 2012-06-11 Tom Tromey <tromey@redhat.com>
4449
4450 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4451 (dw2_find_symbol_file): Use it.
4452
4453 2012-06-11 Michael Eager <eager@eagercon.com>
4454
4455 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4456 * mips-linux-tdep.h (mips_signals): New
4457
4458 2012-06-11 Tom Tromey <tromey@redhat.com>
4459
4460 * infrun.c (handle_inferior_event)
4461 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4462 breakpoint.
4463 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4464 exception logic in all cases. Update comments.
4465 (insert_longjmp_resume_breakpoint): Set the exception resume
4466 breakpoint.
4467
4468 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
4469
4470 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4471
4472 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
4473
4474 * valarith.c (binop_types_user_defined_p): Fix a typo.
4475
4476 2012-06-08 Yao Qi <yao@codesourcery.com>
4477 Chung-Lin Tang <cltang@codesourcery.com>
4478
4479 * arch-utils.c (default_return_in_first_hidden_param_p): New.
4480 * arch-utils.h: Declare.
4481 * gdbarch.sh: Add return_in_first_hidden_param_p.
4482 * gdbarch.c, gdbarch.h: Regenerated.
4483 * infcall.c (call_function_by_hand): Call
4484 gdbarch_return_in_first_hidden_param_p instead of
4485 language_pass_by_reference.
4486
4487 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4488 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4489 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4490 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4491 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4492 `cplus_return_struct_by_reference'.
4493 (tic6x_return_value): Handle language cplusplus.
4494 (tic6x_return_in_first_hidden_param_p): New.
4495 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4496
4497 2012-06-07 Doug Evans <dje@google.com>
4498
4499 * dwarf2read.c (dwarf2_cu): Add comment.
4500
4501 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4502
4503 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4504 variable.
4505 (mips_eabi_push_dummy_call): Likewise.
4506 (mips_n32n64_push_dummy_call): Likewise.
4507 (mips_o32_push_dummy_call): Likewise.
4508 (mips_o64_push_dummy_call): Likewise.
4509
4510 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4511
4512 * mips-tdep.c (mips_convert_register_p): Correct coding style.
4513
4514 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4515
4516 * mips-tdep.c (mips_pseudo_register_type): Use
4517 mips_float_register_p.
4518
4519 2012-06-06 Pedro Alves <palves@redhat.com>
4520
4521 * infrun.c (handle_inferior_event): Remove calls to
4522 reinit_frame_cache that follow a context_switch call.
4523
4524 2012-06-06 Pedro Alves <palves@redhat.com>
4525
4526 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4527 context_switch and remove stale comment.
4528
4529 2012-06-06 Pedro Alves <palves@redhat.com>
4530
4531 * infrun.c (struct execution_control_state): Remove
4532 `new_thread_event' field.
4533 (handle_inferior_event): Simplify new threads handling; don't
4534 resume the inferior if we find a new thread.
4535
4536 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4537
4538 * NEWS: Document the deprecation of SH's 'regs' command.
4539 * inferior.h (all_registers_info): Add function declaration.
4540 * sh-tdep.c (sh_show_regs): Remove variable.
4541 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4542 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4543 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4544 (sh_show_regs_command): Remove functions.
4545 (sh_gdbarch_init): Don't set sh_show_regs.
4546 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4547 'info all-registers'.
4548 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4549 (sh64_show_regs): Remove functions.
4550 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4551
4552 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4553
4554 * configure.ac: Move development=true below AC_INIT.
4555 * configure: Regenerate.
4556
4557 2012-06-05 Stan Shebs <stan@codesourcery.com>
4558
4559 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4560 gdb_stdout.
4561
4562 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4563
4564 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4565 argument as ssize_t.
4566 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4567 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4568 * target.c (target_read_stack, target_write_memory)
4569 (target_write_raw_memory): Likewise.
4570 * target.h (target_read_stack, target_write_memory)
4571 (target_write_raw_memory): Likewise.
4572
4573 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4574
4575 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4576 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4577 * target.c (target_read_memory): Change LEN to ssize_t.
4578 * target.h (target_read_memory): Change LEN to ssize_t.
4579
4580 2012-06-05 Pedro Alves <palves@redhat.com>
4581
4582 PR backtrace/13866
4583
4584 * breakpoint.c (until_break_command): Only fetch the selected
4585 frame after decode_line_1.
4586
4587 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4588
4589 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4590 event breakpoint at _start, __start or main if a program
4591 interpreter is not found.
4592
4593 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4594
4595 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4596 Add declaration.
4597 * windows-tdep.c: #include "objfiles.h".
4598 (windows_iterate_over_objfiles_in_search_order): New function.
4599 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4600 iterate_over_objfiles_in_search_order gdbarch method to
4601 windows_iterate_over_objfiles_in_search_order.
4602 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4603
4604 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4605
4606 * gdbarch.sh: Add generation of
4607 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4608 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4609 (iterate_over_objfiles_in_search_order): New gdbarch method.
4610 * gdbarch.h, gdbarch.c: Regenerate.
4611 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4612 Add declaration.
4613 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4614 New function.
4615 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4616 out of lookup_symbol_aux_symtabs.
4617 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4618 call to lookup_symbol_aux_objfile.
4619 (struct global_sym_lookup_data): New type.
4620 (lookup_symbol_global_iterator_cb): New function.
4621 (lookup_symbol_global): Search for symbol using
4622 gdbarch_iterate_over_objfiles_in_search_order and
4623 lookup_symbol_global_iterator_cb.
4624 * findvar.c (struct minsym_lookup_data): New type.
4625 (minsym_lookup_iterator_cb): New function.
4626 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4627 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4628 and minsym_lookup_iterator_cb.
4629
4630 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4631
4632 Revert the following patch:
4633 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4634 try locating the symbol in the symbol's own objfile first, before
4635 extending the search to all objfiles.
4636 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4637 out of lookup_symbol_aux_symtabs.
4638 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4639 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4640 Do not search EXCLUDE_OBJFILE.
4641 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4642 (lookup_symbol_global): Search for matches in the block's objfile
4643 first, before searching all other objfiles.
4644
4645 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4646
4647 * breakpoint.c (find_condition_and_thread): Stop parsing
4648 as soon as the first invalid keyword is found.
4649
4650 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4651
4652 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4653
4654 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4655
4656 * config/djgpp/djcheck.sh: Add copyright header.
4657
4658 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4659
4660 * copyright.py (update_files, main): Fix path to update-copyright
4661 script.
4662
4663 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4664
4665 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4666 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4667 for which a reminder to update by hand is printed.
4668
4669 2012-06-04 Doug Evans <dje@google.com>
4670
4671 * buildsym.c (make_blockvector): Add comment.
4672
4673 2012-06-04 Pedro Alves <palves@redhat.com>
4674
4675 * arch-utils.c (default_gdb_signal_from_target): Delete.
4676 * arch-utils.h (default_gdb_signal_from_target): Delete.
4677 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4678 gdbarch_gdb_signal_from_target_p.
4679 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4680 predicate).
4681 * gdbarch.h: Regenerate.
4682 * gdbarch.c: Regenerate.
4683
4684 2012-06-04 Pedro Alves <palves@redhat.com>
4685
4686 * gdbarch.sh (gdb_signal_from_target): Mention that the
4687 implementation of the method must be host independent.
4688 * gdbarch.h: Regenerate.
4689
4690 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4691
4692 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4693 parameters.
4694 (target_read_memory_bfd): New function.
4695 (symbol_file_add_from_memory): Use it.
4696
4697 2012-06-03 Doug Evans <dje@google.com>
4698
4699 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4700 of primary symtab.
4701 (basic_lookup_transparent_type): Ditto.
4702
4703 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4704 (ALL_PRIMARY_SYMTABS): Use it.
4705 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4706 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4707 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4708 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4709 (basic_lookup_transparent_type): Ditto.
4710
4711 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
4712
4713 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4714 it to optimize resolution of demangled name.
4715
4716 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4717
4718 * configure.ac (development): Define new variable.
4719 Call AC_CHECK_LIB for mcheck if $development.
4720 (ERROR_ON_WARNING): Enable it by default only if $development.
4721 * config.in: Regenerate.
4722 * configure: Regenerate.
4723
4724 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4725
4726 * target.c (target_read_memory): Make LEN argument as size_t.
4727 * target.h (target_read_memory): Likewise.
4728
4729 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4730
4731 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4732
4733 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
4734
4735 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4736 BookE interface for PowerPC server processors if not available
4737 in the Linux Kernel.
4738
4739 2012-05-31 Keith Seitz <keiths@redhat.com>
4740
4741 * linespec.c (decode_objc): Add cleanup to free
4742 INFO.FILE_SYMTABS.
4743 (find_linespec_symbols): Add cleanup to free CLASSES.
4744 * symfile.c (find_separate_debug_file_by_debuglink): Add
4745 cleanup to free DEBUGLINK.
4746 * ui-out.c (clear_header_list): No need to check if
4747 HEADER_NEXT.COLHDR is NULL.
4748 Free HEADER_NEXT.COL_NAME.
4749
4750 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4751
4752 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4753 warning.
4754
4755 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4756
4757 * configure.host (gdb_host_cpu): Handle tilegx*.
4758 (gdb_host): Handle tilegx-*-linux*.
4759 * tilegx-linux-nat.c: New file.
4760 * config/tilegx/linux.mh: New file.
4761
4762 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4763
4764 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4765 tilegx-linux-tdep.o.
4766 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4767 tilegx-linux-tdep.c.
4768 * configure.tgt: Handle tilegx-*-linux*.
4769 * tilegx-tdep.h: New file.
4770 * tilegx-tdep.c: New file.
4771 * tilegx-linux-tdep.c: New file.
4772 * regformats/reg-tilegx.dat: New file.
4773
4774 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4775
4776 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4777 accounting of hw watchpoints on ppc.
4778
4779 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4780
4781 * source.c (openp): Expand tilde in path entries.
4782
4783 2012-05-29 Doug Evans <dje@google.com>
4784
4785 * buildsym.c (block_compar): Fix comment.
4786 (end_symtab): Fix and clarify some comments.
4787
4788 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4789 cleanup_undefined_types.
4790 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4791 All callers updated.
4792
4793 2012-05-29 Tom Tromey <tromey@redhat.com>
4794
4795 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4796 fails.
4797 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4798 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4799 fails.
4800 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4801 fails.
4802
4803 2012-05-29 Tristan Gingold <gingold@adacore.com>
4804
4805 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4806 (struct darwin_info): ... New struct.
4807 (solib_darwin_pspace_data): New variable.
4808 (darwin_pspace_data_cleanup): New function.
4809 (get_darwin_info): Likewise.
4810 (darwin_dyld_version_ok, darwin_load_image_infos)
4811 (darwin_solib_get_all_image_info_addr_at_init)
4812 (darwin_solib_read_all_image_info_addr): Add info argument.
4813 Adjust code.
4814 (darwin_current_sos): Use per pspace structure.
4815 (darwin_solib_create_inferior_hook): Likewise.
4816 (darwin_clear_solib): Likewise.
4817 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4818
4819 2012-05-28 Pedro Alves <palves@redhat.com>
4820
4821 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4822 block that uses them. Clear ecss before handling each event.
4823
4824 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4825
4826 * solib-svr4.c (svr4_current_sos): New comment on
4827 svr4_current_sos_via_xfer_libraries fall back.
4828
4829 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4830
4831 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
4832 it as a fallback for TYPE_IS_OPAQUE.
4833 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4834 symbols for lookup_symbol.
4835
4836 2012-05-24 John Steele Scott <toojays@toojays.net>
4837
4838 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4839 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4840 (producer_is_gxx_lt_4_6): Move the checking and caching to...
4841 (check_producer): ... this new function, which also checks for ICC
4842 and caches the result.
4843 (producer_is_icc): New function.
4844 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4845 producer was ICC.
4846
4847 2012-05-24 Pedro Alves <palves@redhat.com>
4848
4849 PR gdb/7205
4850
4851 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4852 (default_gdb_signal_to_target): ... this. Add comment.
4853 (default_gdb_signal_from_host): Rename to ...
4854 (default_gdb_signal_from_target): ... this. Add comment.
4855 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4856 (default_gdb_signal_to_target): ... this.
4857 (default_gdb_signal_from_host): Rename to ...
4858 (default_gdb_signal_from_target): ... this.
4859 * corelow.c (core_open): Adjust to naming change. Replace comment.
4860 * gdbarch.sh (gdb_signal_from_host): Rename to ...
4861 (gdb_signal_from_target): ... this. Adjust to
4862 default_gdb_signal_from_host naming change. Extend comment.
4863 (gdb_signal_to_host): Rename to ...
4864 (gdb_signal_to_target): ... this. Adjust to
4865 default_gdb_signal_to_host naming change.
4866 * gdbarch.h, gdbarch.c: Renegerate.
4867
4868 2012-05-24 Pedro Alves <palves@redhat.com>
4869
4870 PR gdb/7205
4871
4872 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
4873
4874 2012-05-24 Pedro Alves <palves@redhat.com>
4875
4876 PR gdb/7205
4877
4878 Replace target_signal with gdb_signal throughout.
4879
4880 2012-05-24 Pedro Alves <palves@redhat.com>
4881
4882 PR tui/14159
4883
4884 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4885 string, instead of reusing the va_list argument.
4886
4887 2012-05-24 Tom Tromey <tromey@redhat.com>
4888
4889 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4890 Remove.
4891
4892 2012-05-23 Doug Evans <dje@google.com>
4893
4894 * symtab.c (search_symbols): Formatting fixes.
4895 (print_symbol_info): Formatting fixes.
4896
4897 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4898 int64_t change to leb128 API.
4899 (read_encoded_value, decode_frame_entry_1): Ditto.
4900 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4901 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4902 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4903 (execute_stack_op): Ditto.
4904 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4905 (safe_read_uleb128, safe_read_sleb128): Ditto.
4906 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4907 (dwarf2_compile_expr_to_ax): Ditto.
4908 (locexpr_describe_location_piece): Ditto.
4909 (disassemble_dwarf_expression): Ditto.
4910 (locexpr_describe_location_1): Ditto.
4911
4912 2012-05-23 Stan Shebs <stan@codesourcery.com>
4913 Kwok Cheung Yeung <kcy@codesourcery.com>
4914
4915 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4916 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4917 (mi-cmd-info.o): New rule.
4918 * osdata.h (info_osdata_command): New declaration.
4919 * osdata.c (info_osdata_command): Change to non-static.
4920 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4921 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4922 * mi/mi-cmd-info.c: New file.
4923
4924 2012-05-23 Doug Evans <dje@google.com>
4925
4926 * symtab.c (search_symbols): Pass NULL for file_matcher to
4927 expand_symtabs_matching if there are no files to match.
4928
4929 * gdbtypes.c (lookup_typename): Simplify.
4930
4931 2012-05-23 Pedro Alves <palves@redhat.com>
4932
4933 * arch-utils.h (default_target_signal_to_host): Delete.
4934 * arch-utils.c (default_target_signal_to_host): Delete.
4935 * gdbarch.sh (target_signal_to_host): Remove.
4936 * gdbarch.h, gdbarch.c: Regenerate.
4937
4938 2012-05-22 Doug Evans <dje@google.com>
4939
4940 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4941 "const gdb_byte *".
4942 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4943 (execute_cfa_program): Update to match API of leb128 functions.
4944 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4945 "const gdb_byte *".
4946 (read_unsigned_leb128, read_signed_leb128): Delete.
4947 (read_initial_length): Change type of buf argument to
4948 "const gdb_byte *".
4949 (read_encoded_value): Update to match API of leb128 functions.
4950 (decode_frame_entry): Change result to "const gdb_byte *", and
4951 similarly for "start" parameter.
4952 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
4953 (dwarf2_build_frame_info): Change local frame_ptr to
4954 "const gdb_byte *".
4955 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4956 read_uleb128, read_sleb128. All callers updated.
4957 (safe_skip_leb128): New function.
4958 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4959 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4960 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4961 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
4962 read_uleb128, read_sleb128.
4963 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4964 (execute_stack_op): Update to match API of leb128 functions.
4965 * dwarf2expr.h: #include "leb128.h".
4966 (read_uleb128, read_sleb128): Delete.
4967 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4968 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4969 * dwarf2loc.c (debug_loc_kind): New enum.
4970 (decode_debug_loc_addresses): New function.
4971 (decode_debug_loc_dwo_addresses): New function.
4972 (dwarf2_find_location_expression): Rewrite.
4973 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4974 (locexpr_describe_location_piece): Ditto.
4975 (disassemble_dwarf_expression): Ditto.
4976 (locexpr_describe_location_1): Ditto.
4977 (loclist_describe_location): Rewrite.
4978 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4979 * dwarf2read.c (die_reader_specs): New member "buffer_end".
4980 (dwarf2_section_buffer_overflow_complaint): Renamed from
4981 dwarf2_macros_too_long_complaint. All callers updated.
4982 (skip_leb128): Delete.
4983 (init_cu_die_reader): Initialize reader->buffer_end.
4984 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4985 (skip_form_bytes): New arg buffer_end. All callers updated.
4986 Replace call to skip_leb128 with gdb_skip_leb128.
4987 (skip_unknown_opcode): New arg mac_end. All callers updated.
4988 (fill_in_loclist_baton): Initialize baton->from_dwo.
4989
4990 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4991
4992 * mips-linux-nat.c (mips_linux_read_description): Use a more
4993 verbose error message.
4994
4995 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4996
4997 * NEWS: Add MIPS/Linux DSP support.
4998 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4999 (SIGCONTEXT_DSPCTL): New macro.
5000 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5001 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5002 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5003 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5004 (N64_SIGCONTEXT_HI3): Likewise.
5005 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5006 (N64_SIGCONTEXT_LO3): Likewise.
5007 (N64_SIGCONTEXT_DSPCTL): Likewise.
5008 (N64_SIGCONTEXT_FPCSR): Clarify definition.
5009 (mips_linux_o32_sigframe_init): Handle DSP registers.
5010 (mips_linux_n32n64_sigframe_init): Likewise.
5011
5012 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5013
5014 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5015 call to abort.
5016
5017 2012-05-22 Pedro Alves <palves@redhat.com>
5018
5019 * target.h (store_waitstatus): Move declaration ...
5020 * inf-child.h (store_waitstatus): ... here.
5021 * target.c: Move inclusion of gdb_wait.h, and ...
5022 (store_waitstatus): ... this ...
5023 * inf-child.c: ... here.
5024 * linux-nat.c: Include inf-child.h.
5025 * rs6000-nat.c: Include inf-child.h.
5026 * spu-linux-nat.c: Include inf-child.h.
5027
5028 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5029
5030 * tracepoint.c (start_tracing): Add missing i18n markup.
5031 (stop_tracing, set_trace_user): Ditto.
5032 (set_trace_notes, set_trace_stop_notes): Ditto.
5033
5034 2012-05-21 Tom Tromey <tromey@redhat.com>
5035
5036 PR c++/7173:
5037 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5038 types.
5039 * value.h (value_cast_pointers): Update.
5040 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5041 (value_cast): Update.
5042 (update_search_result): New function.
5043 (do_search_struct_field): New, from search_struct_field. Check
5044 for ambiguous results.
5045 (search_struct_field): Rewrite.
5046 * infcall.c (value_arg_coerce): Update.
5047 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5048 value_cast_pointers.
5049 * ada-lang.c (ada_convert_actual): Update.
5050
5051 2012-05-21 Tom Tromey <tromey@redhat.com>
5052
5053 * macroexp.c (macro_stringify): Terminate the string.
5054
5055 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5056
5057 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5058 Describe it.
5059 * auto-load.c (auto_load_expand_dir_vars): New function.
5060 (auto_load_safe_path_vec_update): Use it, remove the
5061 substitute_path_component call thanks to it.
5062 (auto_load_objfile_script): Remove the debug_file_directory processing.
5063 Use auto_load_expand_dir_vars, remove the substitute_path_component
5064 call thanks to it.
5065 * configure: Regenerate.
5066 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5067 path. Escape $ also for $debugdir.
5068 (--with_auto_load_safe_path): Escape $ also for $debugdir.
5069 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5070
5071 2012-05-20 Doug Evans <dje@google.com>
5072
5073 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5074 before use. Check for symtab->includes == NULL before scanning it.
5075
5076 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5077
5078 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5079
5080 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5081
5082 * NEWS: Add microMIPS support and "set mips compression",
5083 "show mips compression" commands.
5084 * mips-tdep.h (mips_isa): New enum.
5085 (gdbarch_tdep): Add mips_isa.
5086 (mips_pc_is_mips16): Update prototype.
5087 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5088 * mips-tdep.c (mips_compression_mips16): New variable.
5089 (mips_compression_micromips): Likewise.
5090 (mips_compression_strings): Likewise.
5091 (mips_compression_string): Likewise.
5092 (is_mips16_isa, is_micromips_isa): New functions.
5093 (is_mips16_addr): Rename to...
5094 (is_compact_addr): ... this.
5095 (unmake_mips16_addr): Likewise to...
5096 (unmake_compact_addr): ... this.
5097 (make_mips16_addr): Likewise to...
5098 (make_compact_addr): ... this.
5099 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5100 functions.
5101 (mips_elf_make_msymbol_special): Handle microMIPS code.
5102 (msymbol_is_special): Rename to...
5103 (msymbol_is_mips16): ... this.
5104 (mips_make_symbol_special, mips_pc_is_mips16): Update
5105 accordingly.
5106 (msymbol_is_mips, msymbol_is_micromips): New functions.
5107 (mips16_to_32_reg): Rename to...
5108 (mips_reg3_to_reg): ... this.
5109 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5110 (mips_pc_isa): Likewise.
5111 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5112 code.
5113 (mips_fetch_instruction): Pass return status instead of printing
5114 an error message if requested. Handle microMIPS code. Bail out
5115 on an invalid ISA.
5116 (micromips_op): New macro.
5117 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5118 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5119 (b6s4_op, b7s3_reg): Likewise.
5120 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5121 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5122 (mips_insn_size): New function.
5123 (mips32_next_pc): Update mips_fetch_instruction call.
5124 (micromips_relative_offset7): New function.
5125 (micromips_relative_offset10): Likewise.
5126 (micromips_relative_offset16): Likewise.
5127 (micromips_pc_insn_size): Likewise.
5128 (micromips_bc1_pc): Likewise.
5129 (micromips_next_pc): Likewise.
5130 (unpack_mips16): Update mips_fetch_instruction call.
5131 (extended_mips16_next_pc): Update according to change to
5132 mips16_to_32_reg.
5133 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
5134 code.
5135 (mips16_scan_prologue): Update mips_fetch_instruction call.
5136 Update according to change to mips16_to_32_reg.
5137 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5138 (mips_insn16_frame_base_sniffer): Likewise.
5139 (micromips_decode_imm9): New function.
5140 (micromips_scan_prologue): Likewise.
5141 (mips_micro_frame_cache): Likewise.
5142 (mips_micro_frame_this_id): Likewise.
5143 (mips_micro_frame_prev_register): Likewise.
5144 (mips_micro_frame_sniffer): Likewise.
5145 (mips_micro_frame_unwind): New variable.
5146 (mips_micro_frame_base_address): New function.
5147 (mips_micro_frame_base): New variable.
5148 (mips_micro_frame_base_sniffer): New function.
5149 (mips32_scan_prologue): Update mips_fetch_instruction call.
5150 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5151 rather than for MIPS16.
5152 (mips_insn32_frame_base_sniffer): Likewise.
5153 (mips_addr_bits_remove): Handle microMIPS code.
5154 (deal_with_atomic_sequence): Rename to...
5155 (mips_deal_with_atomic_sequence): ... this. Update the type
5156 of the variable used to hold an instruction. Remove the ISA bit
5157 check. Update mips_fetch_instruction call.
5158 (micromips_deal_with_atomic_sequence): New function.
5159 (deal_with_atomic_sequence): Likewise.
5160 (mips_about_to_return): Handle microMIPS code. Update
5161 mips_fetch_instruction call.
5162 (heuristic_proc_start): Check for the standard MIPS ISA rather
5163 than for MIPS16. Update mips_pc_is_mips16 and
5164 mips_fetch_instruction calls. Handle microMIPS code.
5165 (mips_push_dummy_code): Handle microMIPS code.
5166 (mips_eabi_push_dummy_call): Likewise.
5167 (mips_o32_return_value): Update mips_pc_is_mips16 call.
5168 (mips_o64_push_dummy_call): Handle microMIPS code.
5169 (mips_o64_return_value): Update mips_pc_is_mips16 call.
5170 (is_delayed): Remove function.
5171 (mips_single_step_through_delay): Replace the call to is_delayed
5172 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
5173 Handle microMIPS code.
5174 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
5175 microMIPS code.
5176 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5177 call.
5178 (micromips_in_function_epilogue_p): New function.
5179 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5180 call.
5181 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5182 Handle microMIPS.
5183 (gdb_print_insn_mips): Likewise.
5184 (mips_breakpoint_from_pc): Likewise.
5185 (mips_remote_breakpoint_from_pc): New function.
5186 (mips32_instruction_has_delay_slot): Simplify making use of the
5187 updated mips_fetch_instruction interface.
5188 (micromips_instruction_has_delay_slot): New function.
5189 (mips16_instruction_has_delay_slot): Simplify making use of the
5190 updated mips_fetch_instruction interface.
5191 (mips_adjust_breakpoint_address): Check for the standard MIPS
5192 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
5193 calls. Handle microMIPS code.
5194 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5195 (mips_skip_trampoline_code): Handle microMIPS code.
5196 (global_mips_compression): New function.
5197 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5198 file flags. Register the microMIPS remote breakpoint handler
5199 and heuristic frame unwinder.
5200 (show_mips_compression): New function.
5201 (_initialize_mips_tdep): Add the "set mips compression" and
5202 "show mips compression" commands.
5203
5204 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
5205
5206 * ada-lang.c:
5207 * ada-tasks.c:
5208 * ada-varobj.c:
5209 * amd64-darwin-tdep.c:
5210 * arm-symbian-tdep.c:
5211 * arm-tdep.c:
5212 * avr-tdep.c:
5213 * ax-gdb.c:
5214 * bfin-linux-tdep.c:
5215 * breakpoint.c:
5216 * c-valprint.c:
5217 * cli/cli-cmds.c:
5218 * coffread.c:
5219 * cp-support.c:
5220 * cris-tdep.c:
5221 * dwarf2-frame-tailcall.c:
5222 * dwarf2-frame.c:
5223 * dwarf2expr.c:
5224 * dwarf2loc.c:
5225 * dwarf2read.c:
5226 * elfread.c:
5227 * eval.c:
5228 * expprint.c:
5229 * f-valprint.c:
5230 * frv-tdep.c:
5231 * h8300-tdep.c:
5232 * hppa-hpux-tdep.c:
5233 * hppa-tdep.c:
5234 * hppanbsd-tdep.c:
5235 * i386-nto-tdep.c:
5236 * i386-tdep.c:
5237 * i387-tdep.c:
5238 * ia64-tdep.c:
5239 * jit.c:
5240 * linespec.c:
5241 * linux-tdep.c:
5242 * lm32-tdep.c:
5243 * m2-valprint.c:
5244 * m32c-tdep.c:
5245 * m32r-rom.c:
5246 * m32r-tdep.c:
5247 * m68k-tdep.c:
5248 * m68klinux-tdep.c:
5249 * mi/mi-main.c:
5250 * microblaze-tdep.c:
5251 * mips-linux-tdep.c:
5252 * mips-tdep.c:
5253 * mn10300-tdep.c:
5254 * p-valprint.c:
5255 * parse.c:
5256 * ppc-linux-tdep.c:
5257 * ppc-sysv-tdep.c:
5258 * printcmd.c:
5259 * python/py-finishbreakpoint.c:
5260 * python/py-inferior.c:
5261 * python/py-infthread.c:
5262 * python/py-type.c:
5263 * python/python.c:
5264 * remote-fileio.c:
5265 * remote-m32r-sdi.c:
5266 * remote-mips.c:
5267 * reverse.c:
5268 * rl78-tdep.c:
5269 * rs6000-aix-tdep.c:
5270 * rs6000-tdep.c:
5271 * s390-tdep.c:
5272 * score-tdep.c:
5273 * sh64-tdep.c:
5274 * skip.c:
5275 * solib-darwin.c:
5276 * solib-dsbt.c:
5277 * solib-frv.c:
5278 * sparc-tdep.c:
5279 * spu-multiarch.c:
5280 * spu-tdep.c:
5281 * stack.c:
5282 * symfile.c:
5283 * symtab.c:
5284 * tic6x-tdep.c:
5285 * tracepoint.c:
5286 * v850-tdep.c:
5287 * valarith.c:
5288 * valprint.c:
5289 * value.c:
5290 * xcoffread.c:
5291 * xtensa-tdep.c:
5292 * ada-lang.c:
5293 * ada-tasks.c:
5294 * ada-varobj.c:
5295 * amd64-darwin-tdep.c:
5296 * arm-symbian-tdep.c:
5297 * arm-tdep.c: Delete unused variables.
5298
5299 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5300
5301 Rename $ddir to $datadir.
5302 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5303 * auto-load.c (auto_load_safe_path_vec_update)
5304 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5305 * configure: Regenerate.
5306 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5307 Likewise. Remove the 'use $ddir' help string.
5308
5309 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5310
5311 * auto-load.c (show_auto_load_safe_path): Accept any combination of
5312 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5313
5314 2012-05-18 Tom Tromey <tromey@redhat.com>
5315
5316 PR exp/13907:
5317 * valprint.h (struct value_print_options) <symbol_print>: New
5318 field.
5319 * valprint.c (user_print_options): Add default for symbol_print.
5320 (show_symbol_print): New function.
5321 (generic_val_print): Respect symbol_print.
5322 (_initialize_valprint): Add "print symbol" setting.
5323 * f-valprint.c (f_val_print): Respect symbol_print.
5324 * c-valprint.c (c_val_print): Respect symbol_print.
5325 * NEWS: Update.
5326 * printcmd.c (print_address_symbolic): Return int. Ignore some
5327 zero-size symbols.
5328 (print_address_demangle): Return int.
5329 * defs.h: (print_address_symbolic): Return int.
5330 * value.h (print_address_demangle): Return int.
5331
5332 2012-05-18 Tom Tromey <tromey@redhat.com>
5333
5334 * valprint.c (val_print_string): Don't print leading space.
5335 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5336 print space before string or vtbl.
5337 * m2-valprint.c (print_unpacked_pointer): Optionally print space
5338 before string.
5339 * jv-valprint.c (java_value_print): Print space before string.
5340 * go-valprint.c (print_go_string): Print space before string.
5341 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5342 space before string.
5343 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5344 space before string or vtbl.
5345 * auxv.c (fprint_target_auxv): Print space after address.
5346
5347 2012-05-18 Tom Tromey <tromey@redhat.com>
5348
5349 * printcmd.c (print_address_demangle): Remove special case for 0.
5350
5351 2012-05-18 Tom Tromey <tromey@redhat.com>
5352
5353 * printcmd.c (print_address_demangle): Add 'opts' argument.
5354 * p-valprint.c (pascal_val_print): Update.
5355 * jv-valprint.c (java_val_print): Update.
5356 * value.h: Update.
5357 * valprint.c (generic_val_print): Update.
5358 (print_function_pointer_address): Add 'options' argument. Remove
5359 'addressprint' argument. Update.
5360 * m2-valprint.c (print_unpacked_pointer): Update.
5361 * gnu-v3-abi.c (print_one_vtable): Update.
5362 (gnuv3_print_method_ptr): Update.
5363 * f-valprint.c (f_val_print): Update.
5364 * cp-valprint.c (cp_print_value_fields): Update.
5365 * valprint.h (print_function_pointer_address): Update.
5366 * c-valprint.c (c_val_print): Update.
5367
5368 2012-05-18 Tom Tromey <tromey@redhat.com>
5369
5370 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5371 directly corresponding to the found psymtab.
5372 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5373 (dw2_find_pc_sect_symtab): Use it.
5374 * block.h (blockvector_contains_pc): Declare.
5375 * block.c (find_block_in_blockvector): New function.
5376 (blockvector_for_pc_sect): Use it.
5377 (blockvector_contains_pc): New function.
5378
5379 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5380
5381 * mips-tdep.h (mips_write_pc): New prototype.
5382 * mips-tdep.c (mips_write_pc): Make external, add description.
5383 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5384 add description.
5385
5386 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5387
5388 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5389 mips_regnum->pc.
5390 (mips_unwind_pc, mips_write_pc): Likewise.
5391 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5392 gdbarch_read_pc.
5393
5394 2012-05-17 Joel Brobecker <brobecker@adacore.com>
5395
5396 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5397 proc_warn, proc_error, proc_get_status, proc_flags,
5398 proc_why, proc_what, proc_nsysarg, proc_sysargs,
5399 proc_set_run_on_last_close, proc_unset_run_on_last_close,
5400 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5401 proc_stop_process, proc_wait_for_stop, proc_run_process,
5402 proc_set_traced_signals, proc_set_traced_faults,
5403 proc_set_traced_sysentry, proc_set_traced_sysexit,
5404 proc_set_held_signals, proc_get_held_signals,
5405 proc_get_traced_signals, proc_get_traced_faults,
5406 proc_get_traced_sysentry, proc_get_traced_sysexit,
5407 proc_clear_current_fault, proc_set_current_signal,
5408 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5409 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5410 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5411 proc_get_current_thread, proc_get_current_thread,
5412 proc_get_current_thread, proc_update_threads,
5413 proc_update_threads, proc_update_threads, proc_update_threads,
5414 proc_iterate_over_threads, procfs_find_new_threads,
5415 procfs_pid_to_str): Make static. Remove advance declaration.
5416 (proc_cursig): Make static. Conditionalized defintion on
5417 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5418 (proc_syscall, proc_set_kill_on_last_close,
5419 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5420 proc_get_pending_signals, proc_get_signal_actions,
5421 proc_trace_signal, proc_ignore_signal): Delete.
5422
5423 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
5424
5425 * coffread.c (cs_section_address): Passing proper argument for
5426 `bfd_get_section_vma'.
5427 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5428 `bfd_get_section_flags'.
5429 * remote.c (remote_trace_set_readonly_regions): Likewise, for
5430 `bfd_get_section_vma'.
5431
5432 2012-05-16 Tom Tromey <tromey@redhat.com>
5433
5434 PR macros/13205:
5435 * macrotab.h: (macro_define_special): Declare.
5436 (enum macro_special_kind): New.
5437 (struct macro_definition) <argc, replacement>: Update comments.
5438 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5439 (macro_define_object_internal): New function.
5440 (macro_define_object): Use it.
5441 (macro_define_special): New function.
5442 (fixup_definition): New function.
5443 (macro_lookup_definition, foreach_macro_in_scope)
5444 (foreach_macro): Use fixup_definition.
5445 * macroexp.h (macro_stringify): Declare.
5446 * macroexp.c (free_buffer_return_text): New function.
5447 (stringify): Constify "arg".
5448 (macro_stringify): New function.
5449 * dwarf2read.c (macro_start_file): Call macro_define_special.
5450
5451 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5452 Maciej W. Rozycki <macro@mips.com>
5453
5454 * breakpoint.h (bp_location): Add related_address member.
5455 * inferior.h (get_return_value): Take a pointer to struct value
5456 instead of struct type for the function requested.
5457 * value.h (using_struct_return): Likewise.
5458 * gdbarch.sh (return_value): Take a pointer to struct value
5459 instead of struct type for the function requested.
5460 * breakpoint.c (set_breakpoint_location_function): Initialize
5461 related_address for bp_gnu_ifunc_resolver breakpoints.
5462 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5463 requested function's address to gdbarch_return_value.
5464 * eval.c (evaluate_subexp_standard): Pass the requested
5465 function's address to using_struct_return.
5466 * infcall.c (call_function_by_hand): Pass the requested
5467 function's address to using_struct_return and
5468 gdbarch_return_value.
5469 * infcmd.c (get_return_value): Take a pointer to struct value
5470 instead of struct type for the function requested.
5471 (print_return_value): Update accordingly.
5472 (finish_command_continuation): Likewise.
5473 * stack.c (return_command): Pass the requested function's
5474 address to using_struct_return and gdbarch_return_value.
5475 * value.c (using_struct_return): Take a pointer to struct value
5476 instead of struct type for the function requested. Pass the
5477 requested function's address to gdbarch_return_value.
5478 * python/py-finishbreakpoint.c (finish_breakpoint_object):
5479 New function_value member, replacing function_type.
5480 (bpfinishpy_dealloc): Update accordingly.
5481 (bpfinishpy_pre_stop_hook): Likewise.
5482 (bpfinishpy_init): Likewise. Record the requested function's
5483 address.
5484 * mips-tdep.c (mips_fval_reg): New enum.
5485 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5486 words put in GP registers.
5487 (mips_o64_push_dummy_call): Update a comment.
5488 (mips_o32_return_value): Take a pointer to struct value instead
5489 of struct type for the function requested and use it to check if
5490 using the MIPS16 calling convention. Return the designated
5491 general purpose registers for floating-point values returned in
5492 MIPS16 mode.
5493 (mips_o64_return_value): Likewise.
5494 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5495 (ppc_sysv_abi_broken_return_value): Likewise.
5496 (ppc64_sysv_abi_return_value): Likewise.
5497 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5498 value instead of struct type for the function requested.
5499 * amd64-tdep.c (amd64_return_value): Likewise.
5500 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5501 * arm-tdep.c (arm_return_value): Likewise.
5502 * avr-tdep.c (avr_return_value): Likewise.
5503 * bfin-tdep.c (bfin_return_value): Likewise.
5504 * cris-tdep.c (cris_return_value): Likewise.
5505 * frv-tdep.c (frv_return_value): Likewise.
5506 * h8300-tdep.c (h8300_return_value): Likewise.
5507 (h8300h_return_value): Likewise.
5508 * hppa-tdep.c (hppa32_return_value): Likewise.
5509 (hppa64_return_value): Likewise.
5510 * i386-tdep.c (i386_return_value): Likewise.
5511 * ia64-tdep.c (ia64_return_value): Likewise.
5512 * iq2000-tdep.c (iq2000_return_value): Likewise.
5513 * lm32-tdep.c (lm32_return_value): Likewise.
5514 * m32c-tdep.c (m32c_return_value): Likewise.
5515 * m32r-tdep.c (m32r_return_value): Likewise.
5516 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5517 * m68k-tdep.c (m68k_return_value): Likewise.
5518 (m68k_svr4_return_value): Likewise.
5519 * m88k-tdep.c (m88k_return_value): Likewise.
5520 * mep-tdep.c (mep_return_value): Likewise.
5521 * microblaze-tdep.c (microblaze_return_value): Likewise.
5522 * mn10300-tdep.c (mn10300_return_value): Likewise.
5523 * moxie-tdep.c (moxie_return_value): Likewise.
5524 * mt-tdep.c (mt_return_value): Likewise.
5525 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5526 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5527 (ppc_sysv_abi_broken_return_value): Likewise.
5528 (ppc64_sysv_abi_return_value): Likewise.
5529 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5530 * rl78-tdep.c (rl78_return_value): Likewise.
5531 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5532 * rx-tdep.c (rx_return_value): Likewise.
5533 * s390-tdep.c (s390_return_value): Likewise.
5534 * score-tdep.c (score_return_value): Likewise.
5535 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5536 (sh_return_value_fpu): Likewise.
5537 * sh64-tdep.c (sh64_return_value): Likewise.
5538 * sparc-tdep.c (sparc32_return_value): Likewise.
5539 * sparc64-tdep.c (sparc64_return_value): Likewise.
5540 * spu-tdep.c (spu_return_value): Likewise.
5541 * tic6x-tdep.c (tic6x_return_value): Likewise.
5542 * v850-tdep.c (v850_return_value): Likewise.
5543 * vax-tdep.c (vax_return_value): Likewise.
5544 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5545 * xtensa-tdep.c (xtensa_return_value): Likewise.
5546 * gdbarch.c: Regenerate.
5547 * gdbarch.h: Regenerate.
5548
5549 2012-05-15 Tom Tromey <tromey@redhat.com>
5550
5551 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5552
5553 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5554
5555 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5556 of command in two error message.
5557
5558 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5559
5560 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5561
5562 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5563
5564 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5565
5566 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5567
5568 * NEWS (show auto-load scripts-directory): Add forgotten command.
5569
5570 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5571
5572 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5573 parameters.
5574
5575 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5576
5577 * amd64-tdep.c: Include features/i386/x32.c and
5578 features/i386/x32-avx.c.
5579 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5580 initialize_tdesc_x32_avx.
5581
5582 2012-05-14 Stan Shebs <stan@codesourcery.com>
5583
5584 Add dynamic printf.
5585 * breakpoint.h (enum bptype): New type bp_dprintf.
5586 (struct breakpoint): New field extra_string.
5587 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5588 (create_breakpoint): Add extra_string arg.
5589 * breakpoint.c (dprintf_breakpoint_ops): New.
5590 (is_breakpoint): Add bp_dprintf.
5591 (bpstat_what): Add dprintf case.
5592 (bptype_string): Ditto.
5593 (print_one_breakpoint_location): Ditto.
5594 (init_bp_location): Ditto.
5595 (bkpt_print_mention): Ditto.
5596 (dprintf_style_enums): New array.
5597 (dprintf_style): New global.
5598 (dprintf_function): New global.
5599 (dprintf_channel): New global.
5600 (update_dprintf_command_list): New function.
5601 (update_dprintf_commands): New function.
5602 (init_breakpoint_sal): Add extra_string argument, handle it.
5603 (create_breakpoint_sal): Add extra_string argument.
5604 (create_breakpoints_sal): Add extra_string argument, update callers.
5605 (find_condition_and_thread): Add extra argument.
5606 (create_breakpoint): Add extra_string argument, record it.
5607 (dprintf_command): New function.
5608 (break_command_1): Add arg to create_breakpoint call.
5609 (handle_gnu_v3_exceptions): Ditto.
5610 (trace_command): Ditto.
5611 (ftrace_command): Ditto.
5612 (strace_command): Ditto.
5613 (bkpt_print_mention): Add dprintf case.
5614 (create_breakpoint_sal_default): Add extra_string argument.
5615 (_initialize_breakpoint): Add new commands.
5616 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5617 * python/py-breakpoint.c (bppy_init): Ditto.
5618 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5619
5620 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5621
5622 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5623
5624 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5625
5626 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5627 unsigned long long.
5628
5629 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5630
5631 Add a new function gdb.find_pc_line to the Python API.
5632 * NEWS (Python Scripting): Add entry about the new function.
5633 * python/python.c (gdbpy_find_pc_line): New function which
5634 implements gdb.find_pc_line.
5635 (GdbMethods): Add entry for the new function.
5636
5637 2012-05-12 Pedro Alves <palves@redhat.com>
5638
5639 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5640 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5641
5642 2012-05-12 Eli Zaretskii <eliz@gnu.org>
5643
5644 * inferior.c: Include completer.h
5645 (initialize_inferiors): Set completer of add-inferior to
5646 filename_completer.
5647
5648 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5649
5650 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5651 gdbarch_ptr_bit for x32 core dump.
5652
5653 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5654
5655 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5656 and features/i386/x32-avx-linux.c.
5657
5658 2012-05-11 Stan Shebs <stan@codesourcery.com>
5659 Kwok Cheung Yeung <kcy@codesourcery.com>
5660
5661 * NEWS: Describe new info os commands.
5662 * common/linux-osdata.c (PID_T, TIME_T): Define.
5663 (MAX_PID_T_STRLEN): New.
5664 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5665 MAX_PID_T_STRLEN.
5666 (command_from_pid): Add comment. Change to use PID_T.
5667 (commandline_from_pid): Change to use PID_T.
5668 (user_from_pid): Add comment.
5669 (get_process_owner): Add comment. Change to use PID_T and
5670 MAX_PID_T_STRLEN.
5671 (get_number_of_cpu_cores): Add comment.
5672 (get_cores_used_by_process): Add comment. Change to use PID_T and
5673 MAX_PID_T_STRLEN.
5674 (linux_xfer_osdata_processes): Change to use PID_T and
5675 MAX_PID_T_STRLEN.
5676 (compare_processes): New function.
5677 (linux_xfer_osdata_processgroups): New function.
5678 (linux_xfer_osdata_threads): Change to use PID_T.
5679 (linux_xfer_osdata_fds): New function.
5680 (format_socket_state, print_sockets): New functions.
5681 (union socket_addr): New union.
5682 (linux_xfer_osdata_isockets): New function.
5683 (time_from_time_t, group_from_gid): New functions.
5684 (linux_xfer_osdata_shm): New function.
5685 (linux_xfer_osdata_sem): New function.
5686 (linux_xfer_osdata_msg): New function.
5687 (linux_xfer_osdata_modules): New function.
5688 (osdata_table): Add new entries.
5689 * common/buffer.c (buffer_xml_printf): Add support for long and
5690 long long format specifiers.
5691
5692 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5693
5694 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5695 (tdesc_x32_avx_linux): Likewise.
5696
5697 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5698
5699 Implement multi-component --with-auto-load-dir.
5700 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5701 entries.
5702 (--with-auto-load-safe-path): Update the default value description.
5703 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5704 New.
5705 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5706 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5707 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5708 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5709 "set auto-load scripts-directory".
5710 * config.in: Regenerate.
5711 * configure: Regenerate.
5712 * configure.ac (--with-auto-load-dir): New configure option.
5713 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5714
5715 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5716
5717 Provide $ddir substitution for --with-auto-load-safe-path.
5718 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5719 entries.
5720 * auto-load.c: Include observer.h.
5721 (auto_load_safe_path_vec_update): Call substitute_path_component for
5722 each component. New variable ddir_subst.
5723 (auto_load_gdb_datadir_changed): New function.
5724 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5725 AUTO_LOAD_SAFE_PATH. New comment.
5726 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5727 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5728 * config.in: Regenerate.
5729 * configure: Regenerate.
5730 * configure.ac (--auto-load-safe-path): Rename
5731 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5732 GDB_DATADIR/auto-load.
5733 * defs.h (substitute_path_component): New declaration.
5734 * top.c: Include observer.h.
5735 (set_gdb_datadir): New function.
5736 (init_main): Install it for "set data-directory".
5737 * utils.c (substitute_path_component): New function.
5738
5739 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5740
5741 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5742 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5743 DEBUG_FILE_DIRECTORY. Handle multiple components of
5744 DEBUG_FILE_DIRECTORY.
5745
5746 2012-05-10 Tom Tromey <tromey@redhat.com>
5747
5748 * dwarf2read.c (recursively_write_psymbols): New function.
5749 (write_psymtabs_to_index): Use it.
5750
5751 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5752 field.
5753 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5754 (load_partial_comp_unit): Update.
5755 (queue_comp_unit): Add argument 'pretend_language'.
5756 (process_queue): Update.
5757 (psymtab_to_symtab_1): Skip dependencies that have a user.
5758 (load_partial_comp_unit_reader): Give meaning to the 'data'
5759 argument.
5760 (load_full_comp_unit): Add 'pretend_language' argument.
5761 (process_full_comp_unit): Add 'pretend_language' argument. Set
5762 language on CU.
5763 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5764 Update.
5765 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5766 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5767 Update.
5768 (prepare_one_comp_unit): Add 'pretend_language' argument.
5769
5770 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5771 (struct dwarf2_per_objfile) <just_read_cus>: New field.
5772 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5773 (dw2_do_instantiate_symtab): Check whether symtab was read in
5774 before queueing.
5775 (dw2_instantiate_symtab): Add assertion. Call
5776 process_cu_includes.
5777 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5778 (partial_symtab_p): New typedef.
5779 (set_partial_user): New function.
5780 (dwarf2_build_psymtabs_hard): Use set_partial_user.
5781 (scan_partial_symbols): Add imported CU to imported_symtabs.
5782 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5783 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5784 (get_symtab, recursively_compute_inclusions)
5785 (compute_symtab_includes, process_cu_includes)
5786 (process_imported_unit_die): New functions.
5787 (process_die) <DW_TAG_imported_unit>: New case.
5788 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5789
5790 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5791 comment.
5792 (struct partial_die_info) <locdesc>: Remove.
5793 <d>: New field.
5794 (process_psymtab_comp_unit): Add 'read_partial' argument.
5795 Update.
5796 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5797 (scan_partial_symbols): Handle DW_TAG_imported_unit.
5798 (add_partial_symbol): Update.
5799 (process_die): Handle DW_TAG_partial_unit.
5800 (read_file_scope): Update comment.
5801 (load_partial_dies): Handle DW_TAG_imported_unit.
5802 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5803 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5804
5805 2012-05-10 Tom Tromey <tromey@redhat.com>
5806
5807 * cc-with-dwz.sh: New file.
5808
5809 2012-05-10 Tom Tromey <tromey@redhat.com>
5810
5811 * symtab.h (struct symtab) <includes, user>: New fields.
5812 * block.h (struct block_iterator) <d, idx, which>: New fields.
5813 * block.c (initialize_block_iterator, find_iterator_symtab)
5814 (block_iterator_step, block_iter_name_step)
5815 (block_iter_match_step): New functions.
5816 (block_iterator_first, block_iterator_next)
5817 (block_iter_name_first, block_iter_name_next)
5818 (block_iter_match_first, block_iter_match_next): Rewrite.
5819 (get_block_symtab): New function.
5820
5821 2012-05-10 Tom Tromey <tromey@redhat.com>
5822
5823 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5824 set_block_symtab.
5825 * jit.c (finalize_symtab): Use allocate_global_block,
5826 set_block_symtab.
5827 * buildsym.c (finish_block_internal): New function, from old
5828 finish_block.
5829 (finish_block): Rewrite.
5830 (end_symtab): Use finish_block_internal, set_block_symtab.
5831 * block.h (struct global_block): New.
5832 (allocate_global_block, set_block_symtab): Declare.
5833 * block.c (allocate_global_block, set_block_symtab): New
5834 functions.
5835
5836 2012-05-10 Tom Tromey <tromey@redhat.com>
5837
5838 * psymtab.c (partial_map_expand_apply): Add assertion.
5839 (partial_map_symtabs_matching_filename): Skip included psymtabs.
5840 (psymtab_to_symtab): Find unshared psymtab.
5841 (dump_psymtab): Print including psymtabs.
5842 (recursively_search_psymtabs): New function.
5843 (expand_symtabs_matching_via_partial): Use it.
5844 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5845 fields.
5846 (enum psymtab_search_status): New.
5847
5848 2012-05-10 Tom Tromey <tromey@redhat.com>
5849
5850 * tracepoint.c (scope_info): Update.
5851 * symtab.c (lookup_block_symbol, iterate_over_symbols)
5852 (find_pc_sect_symtab, search_symbols)
5853 (default_make_symbol_completion_list_break_on)
5854 (make_file_symbol_completion_list): Update.
5855 * symmisc.c (dump_symtab_1): Update.
5856 * stack.c (print_frame_args, iterate_over_block_locals)
5857 (print_frame_labels, iterate_over_block_arg_vars): Update.
5858 * python/py-block.c (block_object) <dict>: Remove.
5859 <block>: New field.
5860 <iter>: Change type.
5861 (blpy_iter): Update.
5862 (blpy_block_syms_iternext): Update.
5863 * psymtab.c (map_block): Use block iterators.
5864 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5865 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5866 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5867 * infrun.c (check_exception_resume): Update.
5868 * cp-support.c (make_symbol_overload_list_block): Update.
5869 * coffread.c (patch_opaque_types): Update.
5870 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5871 * block.h (struct block_iterator): New.
5872 (block_iterator_first, block_iterator_next, block_iter_name_first)
5873 (block_iter_name_next, block_iter_match_first)
5874 (block_iter_match_next): Declare.
5875 (ALL_BLOCK_SYMBOLS): Redefine.
5876 * block.c (block_iterator_first, block_iterator_next)
5877 (block_iter_name_first, block_iter_name_next)
5878 (block_iter_match_first, block_iter_match_next): New functions.
5879 * ada-lang.c (ada_add_block_symbols)
5880 (ada_make_symbol_completion_list): Use block iterator.
5881
5882 2012-05-10 Tom Tromey <tromey@redhat.com>
5883
5884 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5885 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5886 (lookup_partial_symbol, find_last_source_symtab_from_partial)
5887 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5888 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5889 Update.
5890
5891 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5892
5893 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5894 print-file-var-lib2.c, print-file-var-main.c and
5895 print-file-var.exp (located in gdb/testsuite/gdb.base).
5896
5897 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5898
5899 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5900 try locating the symbol in the symbol's own objfile first, before
5901 extending the search to all objfiles.
5902 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5903 out of lookup_symbol_aux_symtabs.
5904 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5905 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5906 Do not search EXCLUDE_OBJFILE.
5907 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5908 (lookup_symbol_global): Search for matches in the block's objfile
5909 first, before searching all other objfiles.
5910
5911 2012-05-10 Tristan Gingold <gingold@adacore.com>
5912
5913 * printcmd.c (set_command): Add pre/post inc/dec.
5914
5915 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
5916
5917 * gdb.1: Document -ex option.
5918
5919 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5920
5921 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5922 * inferior.h (AT_SYMBOL): Delete.
5923
5924 2012-05-09 Joel Brobecker <brobecker@adacore.com>
5925
5926 * mips-tdep.c (mips_push_dummy_code): New function.
5927 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5928 ON_STACK and install mips_push_dummy_code as our gdbarch
5929 push_dummy_code routine.
5930
5931 2012-05-09 Pedro Alves <palves@redhat.com>
5932
5933 * target.c (set_maintenance_target_async_permitted): Rename to ...
5934 (set_target_async_command): ... this.
5935 (show_maintenance_target_async_permitted): Rename to ...
5936 (show_target_async_command): ... this.
5937 (initialize_targets): Adjust.
5938
5939 2012-05-08 Doug Evans <dje@google.com>
5940
5941 * go-exp.y (classify_name): Add missing assignment of fields of
5942 yylval.ssym.
5943
5944 2012-05-08 Eli Zaretskii <eliz@gnu.org>
5945
5946 Display the ">" prompt in interactive mode while reading canned
5947 commands, even when the current interpreter is MI.
5948
5949 * interps.c (interp_set_temp): New function.
5950
5951 * interps.h (interp_set_temp): Add prototype.
5952
5953 * cli/cli-script.c (restore_interp): New cleanup function.
5954 (read_command_lines): Temporarily override the current interpreter
5955 with CLI and arrange for restoring the original one.
5956
5957 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
5958
5959 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5960
5961 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5962
5963 * probe.c (parse_probes): Move conditional to check for
5964 debuginfo files from here...
5965 * stap-probe.c (stap_get_probes): ... to here.
5966
5967 2012-05-07 Mark Kettenis <kettenis@gnu.org>
5968 H.J. Lu <hongjiu.lu@intel.com>
5969
5970 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5971 `movl %esp, %ebp' for the X32 ABI.
5972
5973 2012-05-07 Tom Tromey <tromey@redhat.com>
5974
5975 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
5976 get_DW_TAG_name.
5977 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
5978 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
5979 (dwarf_stack_op_name): Remove.
5980 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
5981 (decode_locdesc): Use get_DW_OP_name.
5982 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5983 (dwarf2_compile_expr_to_ax): Likewise.
5984 (disassemble_dwarf_expression): Likewise.
5985 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5986
5987 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
5988
5989 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5990 (sh_linux_sigtramp_cache): New function.
5991 (sh_linux_sigreturn_init): New function.
5992 (sh_linux_rt_sigreturn_init): New function.
5993 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5994 patterns.
5995 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5996 syscall codes.
5997 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5998 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5999 (sh_linux_init_abi): Add init calls to register new tramp_frame
6000 definitions under 32-bit SH, update comments.
6001
6002 2012-05-07 Pedro Alves <palves@redhat.com>
6003
6004 PR gdb/10952
6005
6006 * amd64-linux-tdep.c: Include glibc-tdep.h.
6007 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6008 gdbarch_skip_solib_resolver callback.
6009
6010 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6011
6012 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6013 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6014 (show_auto_load_safe_path): Check any-directory by comparison with "/".
6015 (add_auto_load_safe_path): Change the error message.
6016 (_initialize_auto_load): Change the "safe-path" help text.
6017 * configure: Regenerate
6018 * configure.ac (--without-auto-load-safe-path): Set
6019 WITH_AUTO_LOAD_SAFE_PATH to /.
6020
6021 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
6022
6023 * stap-probe.h: Do not include unecessary `probe.h'.
6024
6025 2012-05-05 Alan Modra <amodra@gmail.com>
6026
6027 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6028 bfd_und_section_ptr.
6029 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6030 and bfd_com_section_ptr.
6031
6032 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6033
6034 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6035
6036 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6037
6038 * windows-nat.h (segment_register_p_ftype): New typedef.
6039 (windows_set_segment_register_p): Add declaration.
6040 * windows-nat.c (segment_register_p): New static global.
6041 (windows_set_segment_register_p): New function.
6042 (do_windows_fetch_inferior_registers): Add special handling
6043 for segment registers.
6044 * amd64-windows-nat.c: #include "amd64-tdep.h".
6045 (amd64_windows_segment_register_p): New function.
6046 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6047 * i386-windows-nat.c: #include "i386-tdep.h".
6048 (i386_windows_segment_register_p): New function.
6049 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6050
6051 2012-05-04 Tristan Gingold <gingold@adacore.com>
6052
6053 * printcmd.c (set_command): Emit a warning if the expression is not
6054 an assignment.
6055
6056 2012-05-03 Joel Brobecker <brobecker@adacore.com>
6057
6058 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6059 Make static.
6060
6061 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
6062
6063 * stap-probe.c (stap_is_operator): Change declaration.
6064 (stap_get_opcode): Change return value.
6065 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6066 `stap_parse_argument_1'.
6067
6068 2012-05-03 Pedro Alves <pedro@codesourcery.com>
6069
6070 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6071 debug log.
6072
6073 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6074
6075 Add two new methods global_block and static_block to gdb.Symtab
6076 objects.
6077 * NEWS (Python scripting): Add entry about the new methods.
6078 * python/py-symtab.c (stpy_global_block): New function which
6079 implements the gdb.Symtab.global_block() method.
6080 (stpy_static_block): New function which implements the
6081 gdb.Symtab.static_block() method.
6082 (symtab_object_methods): Add entries for the two new methods.
6083
6084 2012-05-03 Doug Evans <dje@google.com>
6085
6086 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6087 files.
6088
6089 2012-05-03 Yao Qi <yao@codesourcery.com>
6090
6091 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6092 space.
6093 (i386_process_record): Ditto.
6094
6095 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6096
6097 * infcall.c (unwind_on_signal_p): Make static.
6098
6099 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6100
6101 * sol-thread.c (solaris_pid_to_str): Make static.
6102 (_initialize_sol_thread): Add prototype.
6103
6104 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6105
6106 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6107
6108 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
6109
6110 * MAINTAINERS: Remove myself.
6111
6112 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6113
6114 Fix --without-auto-load-safe-path for MS-Windows host platform.
6115 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6116
6117 2012-05-02 Eli Zaretskii <eliz@gnu.org>
6118
6119 * gdb_curses.h: Undefine KEY_EVENT before including curses
6120 headers. Move "#undef MOUSE_MOVED" before any curses header
6121 inclusion.
6122
6123 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6124
6125 * features/i386/i386-mmx-linux.c: Regenerate.
6126 * features/rs6000/powerpc-32.c: Likewise.
6127 * features/rs6000/powerpc-32l.c: Likewise.
6128 * features/rs6000/powerpc-403.c: Likewise.
6129 * features/rs6000/powerpc-403gc.c: Likewise.
6130 * features/rs6000/powerpc-405.c: Likewise.
6131 * features/rs6000/powerpc-505.c: Likewise.
6132 * features/rs6000/powerpc-601.c: Likewise.
6133 * features/rs6000/powerpc-602.c: Likewise.
6134 * features/rs6000/powerpc-603.c: Likewise.
6135 * features/rs6000/powerpc-604.c: Likewise.
6136 * features/rs6000/powerpc-64.c: Likewise.
6137 * features/rs6000/powerpc-64l.c: Likewise.
6138 * features/rs6000/powerpc-750.c: Likewise.
6139 * features/rs6000/powerpc-860.c: Likewise.
6140 * features/rs6000/powerpc-e500.c: Likewise.
6141 * features/rs6000/powerpc-e500l.c: Likewise.
6142 * features/rs6000/powerpc-isa205-32l.c: Likewise.
6143 * features/rs6000/powerpc-isa205-64l.c: Likewise.
6144 * features/rs6000/rs6000.c: Likewise.
6145
6146 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6147
6148 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6149 variable.
6150 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6151 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6152 (stap_parse_argument) <e>: Likewise.
6153 (handle_stap_probe) <byte_order>: Likewise.
6154
6155 2012-04-30 Doug Evans <dje@google.com>
6156
6157 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6158 init_and_read_dies_worker. All callers updated.
6159 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
6160 replaced with init_cutu_and_read_dies.
6161 (load_partial_comp_unit): Pass 1 for use_existing_cu.
6162 (find_partial_die): Remove FIXME. Don't free current CU.
6163
6164 2012-04-30 Sterling Augustine <saugustine@google.com>
6165
6166 * contrib: New directory.
6167 * contrib/test_pubnames_and_indexes.py: New file.
6168
6169 2012-04-30 Doug Evans <dje@google.com>
6170
6171 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6172 All callers updated.
6173 (init_cu_die_reader): Verify the section is non-empty.
6174 (dwarf_decode_line_header): Don't dereference section->asection
6175 until we know the section is present.
6176
6177 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
6178
6179 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6180 probes.
6181
6182 2012-04-29 Yao Qi <yao@codesourcery.com>
6183
6184 * gdb-code-style.el: New hook gdb-markup-hook
6185 and gdb-comment-hook.
6186
6187 2012-04-28 Doug Evans <dje@google.com>
6188
6189 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
6190 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6191 objfile->obfd.
6192 * symfile.h (dwarf2_debug_sections): New member addr.
6193 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6194 (ctx_no_get_addr_index): New function.
6195 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6196 (ctx_no_get_addr_index): Declare.
6197 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6198 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6199 (dwarf_expr_ctx_funcs): Update.
6200 (needs_get_addr_index): New function.
6201 (needs_frame_ctx_funcs): Update.
6202 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6203 * dwarf2read.c: #include "gdbcore.h".
6204 (dwarf2_per_objfile): New members addr, dwo_files.
6205 (dwarf2_elf_names): Add entry for addr.
6206 (struct dwo_section_names): New type.
6207 (dwo_section_names): New static global.
6208 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6209 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6210 old debug_types_section member updated to use this.
6211 Rename member debug_types_section to info_or_types_section,
6212 all uses updated.
6213 (signatured_type): Rename member type_offset to type_offset_in_tu,
6214 all uses updated. New member type_offset_in_section.
6215 (struct dwo_sections): New type.
6216 (struct dwo_unit): New type.
6217 (struct dwo_file): New type.
6218 (die_reader_specs): New member dwo_file.
6219 (dwarf2_locate_sections): Watch for .debug_addr.
6220 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6221 (dwarf2_read_section): Get bfd of section from bfd's asection,
6222 instead of objfile.
6223 (create_cus_from_index): Initialize the_cu->info_or_types_section.
6224 (create_signatured_type_table_from_index): Initialize
6225 sig_type->info_or_types_section.
6226 (dw2_get_file_names): Statement lists for type units with DWO files
6227 live in the DWO file.
6228 (create_debug_types_hash_table): New function.
6229 (create_all_type_units): Rewrite.
6230 (init_cu_die_reader): New arg dwo_file, all callers updated.
6231 (init_and_read_dies_worker): Get section from
6232 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
6233 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6234 continue reading the CU/TU from there.
6235 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6236 updated. Get section from this_cu->info_or_types_section.
6237 (create_all_comp_units): Initialize this_cu->info_or_types_section.
6238 (skip_one_die): New cases DW_FORM_GNU_addr_index,
6239 DW_FORM_GNU_str_index.
6240 (hash_dwo_file, eq_dwo_file): New functions.
6241 (allocate_dwo_file_hash_table): New function.
6242 (hash_dwo_unit, eq_dwo_unit): New functions.
6243 (allocate_dwo_unit_table): New function.
6244 (dwarf2_locate_dwo_sections): New function.
6245 (struct create_dwo_info_table_data): New type.
6246 (create_debug_info_hash_table_reader): New function.
6247 (create_debug_info_hash_table): New function.
6248 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6249 (lookup_dwo_file): New function.
6250 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6251 (free_dwo_file, free_dwo_file_cleanup): New functions.
6252 (free_dwo_file_from_slot, free_dwo_files): New functions.
6253 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6254 (dwarf2_record_block_ranges): Ditto.
6255 (read_partial_die): Ditto.
6256 (process_enumeration_scope): Update to use type_offset_in_section.
6257 (read_full_die_1): New function.
6258 (read_full_die): Rewrite.
6259 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6260 DW_FORM_GNU_str_index.
6261 (read_addr_index_1, read_addr_index): New functions.
6262 (read_addr_index_from_leb128): New function.
6263 (struct dwarf2_read_addr_index_data): New type.
6264 (dwarf2_read_addr_index_reader): New function.
6265 (dwarf2_read_addr_index): New function.
6266 (read_str_index): New function.
6267 (leb128_size): New function.
6268 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6269 If processing a type unit from a DWO file, get the line section
6270 from the DWO file.
6271 (var_decode_location): Watch for DW_OP_GNU_addr_index.
6272 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6273 DW_FORM_GNU_str_index.
6274 (lookup_die_type): Check whether section offset of type's die is
6275 known before looking it up. Remove assert. Condition can
6276 legimately happen for inter-cu type references.
6277 (dwarf_attr_name): Handle Fission attributes.
6278 (dwarf_form_name): Handle Fission forms.
6279 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6280 DW_FORM_GNU_str_index.
6281 (follow_die_sig): Update to use type_offset_in_section.
6282 (decode_locdesc): New case DW_OP_GNU_addr_index.
6283 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6284 DW_FORM_GNU_str_index.
6285 (cu_debug_loc_section): New function.
6286 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6287 (dwarf2_per_objfile_free): Unmap .debug_addr section.
6288 Free DWO files if present.
6289 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6290
6291 Refactor DIE reading.
6292 * dwarf2read.c (dwarf2_per_objfile): Replace members
6293 debug_info_type_hash and debug_types_type_hash with die_type_hash.
6294 (die_reader_specs): New member "die_section". Temporarily make
6295 member "buffer" non-const, pending constifying all info_ptr uses.
6296 (die_reader_func_ftype): New typedef.
6297 (dw2_get_file_names_reader): New function.
6298 (dw2_get_file_names): Rewrite.
6299 (read_and_check_type_unit_head): Rename arg type_offset to
6300 type_offset_in_tu.
6301 (create_all_type_units): Improve debugging message.
6302 Improve dummy type unit check.
6303 (init_cu_die_reader): New arg "section". All callers updated.
6304 (init_and_read_dies_worker): New function.
6305 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6306 (init_cutu_and_read_dies_no_follow): New function.
6307 (init_cutu_and_read_dies_simple): New function.
6308 (process_psymtab_comp_unit_reader): New function.
6309 (process_psymtab_comp_unit): Delete args section,
6310 is_debug_types_section. Rewrite. All callers updated.
6311 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6312 All callers updated. Rewrite.
6313 (load_partial_comp_unit_reader): New function.
6314 (load_partial_comp_unit): Rewrite.
6315 (skip_children): New arg reader. Delete args buffer, cu.
6316 All callers updated.
6317 (skip_one_die): New arg reader. Delete args buffer, cu.
6318 All callers updated.
6319 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
6320 All callers updated.
6321 (load_full_comp_unit_reader): New function.
6322 (load_full_comp_unit): Rewrite.
6323 (read_comp_unit): Delete.
6324 (read_die_and_children_1): Delete, contents moved ...
6325 (read_die_and_children): ... here.
6326 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
6327 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
6328 All callers updated.
6329 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
6330 All callers updated.
6331 (find_partial_die): Rewrite load_all_dies support.
6332 (read_attribute_value): New arg reader. Delete args abfd, cu.
6333 All callers updated.
6334 (read_attribute): New arg reader. Delete args abfd, cu.
6335 All callers updated.
6336 (load_full_type_unit): Add assert.
6337 (read_signatured_type_reader): New function.
6338 (read_signatured_type): Rewrite.
6339 (free_stack_comp_unit): Remove call to age_cached_comp_units.
6340 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6341 All callers updated. Set per_cu->cu = NULL after freeing it.
6342 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6343 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6344 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6345 (set_die_type): Update.
6346 (get_die_type_at_offset): Update.
6347 (read_file_scope): Call prepare_one_comp_unit.
6348 (read_type_unit_scope): Ditto.
6349 (prepare_one_comp_unit): Set producer if present.
6350
6351 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6352
6353 * probe.c (compile_rx_or_error): Silence ARI warning about missing
6354 gettext function on `error'.
6355
6356 2012-04-27 Doug Evans <dje@google.com>
6357
6358 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6359 is empty.
6360
6361 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6362 Tom Tromey <tromey@redhat.com>
6363
6364 * breakpoint.c (struct breakpoint_objfile_data)
6365 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6366 <exception_probes>: New fields.
6367 (free_breakpoint_probes): New function.
6368 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6369 `_Unwind_DebugHook'.
6370 (create_exception_master_breakpoint): Likewise.
6371 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6372 * infrun.c: Including necessary header files for handling SystemTap
6373 probes.
6374 (handle_inferior_event): Handling longjmp breakpoint and exceptions
6375 via SystemTap probes.
6376 (check_exception_resume): Remove `func' argument. Handle exception
6377 unwinding breakpoint set via a SystemTap probe.
6378 (insert_exception_resume_from_probe): New function.
6379
6380 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6381 Tom Tromey <tromey@redhat.com>
6382 Jan Kratochvil <jan.kratochvil@redhat.com>
6383
6384 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6385 (COMMON_OBS): Likewise.
6386 (HFILES_NO_SRCDIR): Add `probe'.
6387 * NEWS: Mention support for static and SystemTap probes.
6388 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6389 SystemTap probes' arguments parser.
6390 * arm-linux-tdep.c: Including headers needed to perform the parsing
6391 of SystemTap probes' arguments.
6392 (arm_stap_is_single_operand): New function.
6393 (arm_stap_parse_special_token): Likewise.
6394 (arm_linux_init_abi): Initializing proper fields used by SystemTap
6395 probes' arguments parser.
6396 * ax-gdb.c (require_rvalue): Removing static declaration.
6397 (gen_expr): Likewise.
6398 * ax-gdb.h (gen_expr): Declaring function.
6399 (require_rvalue): Likewise.
6400 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6401 (bkpt_probe_breakpoint_ops): New variable.
6402 (momentary_breakpoint_from_master): Set the `probe' value.
6403 (add_location_to_breakpoint): Likewise.
6404 (break_command_1): Using proper breakpoint_ops according to the
6405 argument passed by the user in the command line.
6406 (bkpt_probe_insert_location): New function.
6407 (bkpt_probe_remove_location): Likewise.
6408 (bkpt_probe_create_sals_from_address): Likewise.
6409 (bkpt_probe_decode_linespec): Likewise.
6410 (tracepoint_probe_create_sals_from_address): Likewise.
6411 (tracepoint_probe_decode_linespec): Likewise.
6412 (tracepoint_probe_breakpoint_ops): New variable.
6413 (trace_command): Using proper breakpoint_ops according to the
6414 argument passed by the user in the command line.
6415 (initialize_breakpoint_ops): Initializing breakpoint_ops for
6416 static probes on breakpoints and tracepoints.
6417 * breakpoint.h (struct bp_location) <probe>: New field.
6418 * cli-utils.c (skip_spaces_const): New function.
6419 (extract_arg): Likewise.
6420 * cli-utils.h (skip_spaces_const): Likewise.
6421 (extract_arg): Likewise.
6422 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6423 * configure.ac: Append `stap-probe.o' to be generated when ELF
6424 support is present.
6425 * configure: Regenerate.
6426 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6427 * elfread.c: Include `probe.h' and `arch-utils.h'.
6428 (probe_key): New variable.
6429 (elf_get_probes): New function.
6430 (elf_get_probe_argument_count): Likewise.
6431 (elf_evaluate_probe_argument): Likewise.
6432 (elf_compile_to_ax): Likewise.
6433 (elf_symfile_relocate_probe): Likewise.
6434 (stap_probe_key_free): Likewise.
6435 (elf_probe_fns): New variable.
6436 (elf_sym_fns): Add `sym_probe_fns' value.
6437 (elf_sym_fns_lazy_psyms): Likewise.
6438 (elf_sym_fns_gdb_index): Likewise.
6439 (_initialize_elfread): Initialize objfile cache for static
6440 probes.
6441 * gdb_vecs.h (struct probe): New forward declaration.
6442 (probe_p): New VEC declaration.
6443 * gdbarch.c: Regenerate.
6444 * gdbarch.h: Regenerate.
6445 * gdbarch.sh (stap_integer_prefix): New variable.
6446 (stap_integer_suffix): Likewise.
6447 (stap_register_prefix): Likewise.
6448 (stap_register_suffix): Likewise.
6449 (stap_register_indirection_prefix): Likewise.
6450 (stap_register_indirection_suffix): Likewise.
6451 (stap_gdb_register_prefix): Likewise.
6452 (stap_gdb_register_suffix): Likewise.
6453 (stap_is_single_operand): New function.
6454 (stap_parse_special_token): Likewise.
6455 (struct stap_parse_info): Forward declaration.
6456 * i386-tdep.c: Including headers needed to perform the parsing
6457 of SystemTap probes' arguments.
6458 (i386_stap_is_single_operand): New function.
6459 (i386_stap_parse_special_token): Likewise.
6460 (i386_elf_init_abi): Initializing proper fields used by SystemTap
6461 probes' arguments parser.
6462 * i386-tdep.h (i386_stap_is_single_operand): New function.
6463 (i386_stap_parse_special_token): Likewise.
6464 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6465 * mipsread.c (ecoff_sym_fns): Likewise.
6466 * objfiles.c (objfile_relocate1): Support relocation for static
6467 probes.
6468 * parse.c (prefixify_expression): Remove static declaration.
6469 (initialize_expout): Likewise.
6470 (reallocate_expout): Likewise.
6471 * parser-defs.h (initialize_expout): Declare function.
6472 (reallocate_expout): Likewise.
6473 (prefixify_expression): Likewise.
6474 * ppc-linux-tdep.c: Including headers needed to perform the parsing
6475 of SystemTap probes' arguments.
6476 (ppc_stap_is_single_operand): New function.
6477 (ppc_stap_parse_special_token): Likewise.
6478 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6479 probes' arguments parser.
6480 * probe.c: New file, for generic statically defined probe support.
6481 * probe.h: Likewise.
6482 * s390-tdep.c: Including headers needed to perform the parsing of
6483 SystemTap probes' arguments.
6484 (s390_stap_is_single_operand): New function.
6485 (s390_gdbarch_init): Initializing proper fields used by SystemTap
6486 probes' arguments parser.
6487 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6488 * stap-probe.c: New file, for SystemTap probe support.
6489 * stap-probe.h: Likewise.
6490 * symfile.h: Include `gdb_vecs.h'.
6491 (struct sym_probe_fns): New struct.
6492 (struct sym_fns) <sym_probe_fns>: New field.
6493 * symtab.c (init_sal): Initialize `probe' field.
6494 * symtab.h (struct probe): Forward declaration.
6495 (struct symtab_and_line) <probe>: New field.
6496 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6497 locations.
6498 (stop_tracing): Likewise.
6499 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6500
6501 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6502 Tom Tromey <tromey@redhat.com>
6503
6504 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6505 and to compile agent expressions.
6506 * infrun.c (siginfo_make_value): New argument `ignore'.
6507 (siginfo_funcs): New struct.
6508 (_initialize_infrun): New argument when calling
6509 `create_internalvar_type_lazy'.
6510 * thread.c (thread_id_make_value): New argument `ignore'.
6511 (thread_funcs): New struct.
6512 (_initialize_thread): New argument when calling
6513 `create_internalvar_type_lazy'.
6514 * tracepoint.c (sdata_make_value): New argument `ignore'.
6515 (sdata_funcs): New struct.
6516 (_initialize_tracepoint): New argument when calling
6517 `create_internalvar_type_lazy'.
6518 * value.c (make_value): New struct.
6519 (create_internalvar_type_lazy): New argument `data'.
6520 (compile_internalvar_to_ax): New function.
6521 (value_of_internalvar): Properly handling `make_value' case.
6522 (clear_internalvar): Likewise.
6523 (show_convenience): Adding `TRY_CATCH' block.
6524 * value.h (internalvar_make_value): Delete, replace by...
6525 (struct internalvar_funcs): ... this.
6526 (create_internalvar_type_lazy) <fun>: Delete argument.
6527 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6528 (compile_internalvar_to_ax): New function.
6529 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6530 (tlb_funcs): New struct.
6531 (_initialize_windows_tdep): New argument when calling
6532 `create_internalvar_type_lazy'.
6533
6534 2012-04-27 Mark Wielaard <mjw@redhat.com>
6535
6536 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6537 see whether it is an address or a constant offset from DW_AT_low_pc.
6538 (dwarf2_record_block_ranges): Likewise.
6539 (read_partial_die): Likewise.
6540
6541 2012-04-26 Mark Wielaard <mjw@redhat.com>
6542
6543 * MAINTAINERS (Write After Approval): Add myself to the list.
6544
6545 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6546
6547 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6548 (proc_prettyprint_signal): Likewise.
6549 (proc_prettyprint_faultset): Likewise.
6550 (proc_prettyprint_fault): Likewise.
6551 (proc_prettyprint_actionset): Likewise.
6552 (proc_prettyprint_flags): Move to new proc-flags.c section.
6553 (proc_prettyfprint_flags): New prototype.
6554 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6555 (proc_syscall, proc_cursig): Likewise.
6556 (proc_set_kill_on_last_close): Likewise.
6557 (proc_unset_kill_on_last_close): Likewise.
6558 (proc_set_watchpoint): Make static.
6559 (proc_delete_dead_threads): Likewise.
6560 (procfs_set_watchpoint): Likewise.
6561 (_initialize_procfs): Add prototype.
6562 * proc-events.c: Include proc-utils.h.
6563 (init_syscall_table): Make static.
6564 * proc-api.c (_initialize_proc_api): Add prototype.
6565 * proc-flags.c: Include proc-utils.h.
6566
6567 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6568
6569 * configure.ac: Add AC_ARG_PROGRAM.
6570 * configure: Regenerate.
6571
6572 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6573
6574 Fix DW_AT_lower_bound defaults for DWARF-4+.
6575 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6576 high. New variable low_default_is_valid. Implement DWARF-4+
6577 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6578 no default by the DWARF standard.
6579
6580 2012-04-26 Maciej W. Rozycki <macro@mips.com>
6581 Maciej W. Rozycki <macro@codesourcery.com>
6582
6583 * infrun.c (handle_inferior_event): Move the check for return
6584 trampolines ahead of the check for function trampolines.
6585 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6586 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6587 (mips_str_mips16_ret_stub): Likewise.
6588 (mips_str_call_fp_stub): Likewise.
6589 (mips_str_call_stub): Likewise.
6590 (mips_str_fn_stub): Likewise.
6591 (mips_str_pic): Likewise.
6592 (mips_in_frame_stub): New function.
6593 (mips_unwind_pc): Return the return address rather than the PC
6594 if the PC of an intermediate frame is inside a call thunk.
6595 (mips_is_stub_suffix): New function.
6596 (mips_is_stub_mode): Likewise.
6597 (mips_get_mips16_fn_stub_pc): Likewise.
6598 (mips_skip_mips16_trampoline_code): Update to handle all the
6599 currently generated stub types. Don't recurse into __fn_stub
6600 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6601 Use cooked register accesses.
6602 (mips_in_return_stub): Reintroduce function.
6603 (mips_skip_trampoline_code): Traverse trampolines recursively.
6604 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6605
6606 2012-04-26 Joel Brobecker <brobecker@adacore.com>
6607
6608 GDB 7.4.1 released.
6609
6610 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6611
6612 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6613 * features/arm-with-m-vfp-d16.xml: New file. Describes
6614 Cortex-M with VFPv4-sp-d16 FPU register layout.
6615 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6616 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6617 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6618 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6619 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6620
6621 2012-04-25 Doug Evans <dje@google.com>
6622
6623 * cli/cli-decode.c (print_doc_line): Use stream instead of
6624 current_uiout.
6625
6626 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6627
6628 * features/arm-with-iwmmxt.c: Regenerate.
6629 * features/arm-with-m-fpa-layout.c: Likewise.
6630 * features/arm-with-m.c: Likewise.
6631 * features/arm-with-neon.c: Likewise.
6632 * features/arm-with-vfpv2.c: Likewise.
6633 * features/arm-with-vfpv3.c: Likewise.
6634 * features/mips-dsp-linux.c: Likewise.
6635 * features/mips-linux.c: Likewise.
6636 * features/mips64-dsp-linux.c: Likewise.
6637 * features/mips64-linux.c: Likewise.
6638 * features/s390-linux32.c: Likewise.
6639 * features/s390-linux32v1.c: Likewise.
6640 * features/s390-linux32v2.c: Likewise.
6641 * features/s390-linux64.c: Likewise.
6642 * features/s390-linux64v1.c: Likewise.
6643 * features/s390-linux64v2.c: Likewise.
6644 * features/s390x-linux64.c: Likewise.
6645 * features/s390x-linux64v1.c: Likewise.
6646 * features/s390x-linux64v2.c: Likewise.
6647 * features/tic6x-c62x-linux.c: Likewise.
6648 * features/tic6x-c62x.c: Likewise.
6649 * features/tic6x-c64x-linux.c: Likewise.
6650 * features/tic6x-c64x.c: Likewise.
6651 * features/tic6x-c64xp-linux.c: Likewise.
6652 * features/tic6x-c64xp.c: Likewise.
6653 * target-descriptions.c: Only generate `field_type' and `type'
6654 variables when needed.
6655
6656 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6657
6658 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6659
6660 2012-04-25 Doug Evans <dje@google.com>
6661
6662 Initial pass at Go language support.
6663 * NEWS: Mention Go.
6664 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6665 go-valprint.c.
6666 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6667 (YYFILES): Add go-exp.c.
6668 (YYOBJ): Add go-exp.o.
6669 (local-maintainer-clean): Delete go-exp.c.
6670 * defs.h (enum language): Add language_go.
6671 * dwarf2read.c: #include "go-lang.h".
6672 (fixup_go_packaging): New function.
6673 (process_full_comp_unit): Call it when processing Go CUs.
6674 (dwarf2_physname): Add Go support.
6675 (read_file_scope): Handle missing language spec for GNU Go.
6676 (set_cu_language): Handle DW_LANG_Go.
6677 * go-exp.y: New file.
6678 * go-lang.h: New file.
6679 * go-lang.c: New file.
6680 * go-typeprint.c: New file.
6681 * go-valprint.c: New file.
6682 * symtab.c: #include "go-lang.h".
6683 (symbol_set_language): Handle language_go.
6684 (symbol_find_demangled_name, symbol_set_names): Ditto.
6685 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6686
6687 2012-04-24 Jim Meyering <meyering@redhat.com>
6688
6689 avoid a few strncpy-induced buffer overruns
6690 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6691 fname and psargs before trying to concatenate.
6692 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6693 "name" before applying strchr.
6694
6695 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
6696
6697 * CONTRIBUTE: Use unified diff instead of context diff when
6698 generating patches.
6699
6700 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6701
6702 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6703 code. Handle JR.HB correctly.
6704
6705 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6706
6707 * mips-tdep.c
6708 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6709 with the other MIPS16 helpers.
6710
6711 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
6712
6713 * observer.sh: Conditionally declare `args', thus cleaning up
6714 unused instances of this variable.
6715
6716 2012-04-24 Yao Qi <yao@codesourcery.com>
6717
6718 Revert this patch to allow breakpoint always-inserted
6719 in record target.
6720 2011-12-05 Pedro Alves <pedro@codesourcery.com>
6721 * breakpoint.c: Include record.h.
6722 (breakpoints_always_inserted_mode): Return false when the record
6723 target is in use.
6724
6725 * breakpoint.c (iterate_over_bp_locations): New.
6726 * breakpoint.h: Declare.
6727 New typedef walk_bp_location_callback.
6728 * record.c (record_open): Call record_init_record_breakpoints.
6729 (record_sync_record_breakpoints): New.
6730 (record_init_record_breakpoints): New.
6731 * NEWS: Mention supporting breakpoint always-inserted mode in
6732 record target.
6733
6734 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
6735
6736 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6737 any thread.
6738
6739 2012-04-24 Yao Qi <yao@codesourcery.com>
6740
6741 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6742 (is_catchpoint): ... it.
6743 (print_one_breakpoint_location): Caller update.
6744 * breakpoint.h: Update declaration.
6745
6746 2012-04-23 David S. Miller <davem@davemloft.net>
6747
6748 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6749
6750 2012-04-23 Tom Tromey <tromey@redhat.com>
6751
6752 * buildsym.c (add_free_pendings): Remove.
6753 * buildsym.h (add_free_pendings): Remove.
6754
6755 2012-04-23 Doug Evans <dje@google.com>
6756
6757 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6758 attr.u.unsnd instead of attr.u.addr.
6759 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6760 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6761 DW_FORM_ref_udata.
6762 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6763 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6764 DW_FORM_ref_udata.
6765 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6766
6767 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
6768
6769 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6770 (mips_o32_return_value): Likewise.
6771 (mips_o64_return_value): Likewise.
6772
6773 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
6774
6775 * ada-lang.c (ada_evaluate_subexp): Add cases for
6776 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6777 their treatment in eval.c.
6778
6779 2012-04-21 David S. Miller <davem@davemloft.net>
6780
6781 * sparc-tdep.c (X_DISP10): Define.
6782 (sparc_analyze_control_transfer): Handle compare-and-branch.
6783
6784 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
6785
6786 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6787 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6788
6789 2012-04-20 Nigel Stephens <nigel@mips.com>
6790 Maciej W. Rozycki <macro@codesourcery.com>
6791
6792 * mips-tdep.c (mips_float_register_p): New function.
6793 (mips_convert_register_float_case_p): Use mips_float_register_p.
6794 (mips_register_type): Likewise.
6795 (mips_print_register): Likewise.
6796 (print_gp_register_row): Likewise.
6797 (mips_print_registers_info): Likewise.
6798
6799 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
6800
6801 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6802 of mips16 symbols.
6803
6804 2012-04-20 Andrew Pinski <apinski@cavium.com>
6805
6806 * MAINTAINERS (Write After Approval): Add myself to the list.
6807
6808 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6809
6810 * MAINTAINERS: Update my e-mail address.
6811
6812 2012-04-20 Pedro Alves <palves@redhat.com>
6813
6814 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6815 $srcdir.
6816 * configure: Regenerate.
6817
6818 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6819
6820 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
6821 declaration.
6822 * gdb_vecs.h: Declare `const_char_ptr' VEC.
6823
6824 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6825
6826 Fix compilation compatibility with python-2.4
6827 * python/py-type.c (convert_field): Cast ADDRSTRING for
6828 PyObject_SetAttrString as non-const. New comment.
6829
6830 2012-04-19 Tom Tromey <tromey@redhat.com>
6831
6832 * top.c (quit_target): Use all_cleanups.
6833 * main.c (captured_command_loop): Use all_cleanups.
6834 * exceptions.c (throw_exception): Use all_cleanups.
6835
6836 2012-04-19 Pedro Alves <palves@redhat.com>
6837
6838 * Makefile.in (GNULIB_BUILDDIR): New.
6839 (LIBGNU, INCGNU, GNULIB_H): Adjust.
6840 (SUBDIRS): Add $(GNULIB_BUILDDIR).
6841 (CLEANDIRS). Remove gnulib/import.
6842 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6843 (all-lib): Ditto.
6844 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6845 (gnulib/import/Makefile): Replace gnulib/import with
6846 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
6847 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6848 (aclocal_m4_deps): Remove the gnulib dependencies. Add
6849 acx_configure_dir.m4.
6850 * acinclude.m4: Include acx_configure_dir.m4.
6851 * acx_configure_dir.m4: New file.
6852 * aclocal.m4: Regenerate.
6853 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6854 calls. Configure gnulib using ACX_CONFIGURE_DIR.
6855 (GNULIB): New variable.
6856 (GNULIB_STDINT_H): Adjust.
6857 (AC_OUTPUT): Don't output gnulib/Makefile.
6858 * gdb/defs.h: Include build-gnulib/config.h.
6859 * aclocal.m4: Regenerate.
6860 * config.in: Regenerate.
6861 * configure: Regenerate.
6862
6863 * gnulib/Makefile.in: New file.
6864 * gnulib/configure.ac: New file.
6865 * gnulib/aclocal.m4: New file.
6866 * gnulib/config.in: New file.
6867 * gnulib/configure: New file.
6868 * gnulib/: Re-run gnulib-tool to adjust.
6869
6870 2012-04-19 Doug Evans <dje@google.com>
6871
6872 * cleanups.h (struct cleanup): Move to cleanups.c.
6873 (make_cleanup_dtor_ftype): New typedef.
6874 (make_cleanup_dtor): Use it.
6875 (ALL_CLEANUPS): Replace with ...
6876 (all_cleanups): ... this. Declare. All uses updated.
6877 * cleanups.c: #include "gdb_assert.h".
6878 (sentinel_cleanup): New static global.
6879 (SENTINEL_CLEANUP): Define.
6880 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6881 (make_my_cleanup2): Assert result is non-NULL.
6882 (all_cleanups): New function.
6883 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6884 of NULL.
6885
6886 2012-04-19 Pedro Alves <palves@redhat.com>
6887
6888 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6889 Adjust paths to gnulib imported files.
6890
6891 2012-04-19 Pedro Alves <palves@redhat.com>
6892
6893 * gnulib/: Move whole directory ...
6894 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6895 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6896 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6897 (aclocal_m4_deps): Adjust.
6898 * aclocal.m4: Regenerate.
6899 * configure: Regenerate.
6900 * configure.ac: Adjust AC_OUTPUT output.
6901
6902 2012-04-19 Yao Qi <yao@codesourcery.com>
6903
6904 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6905 (vec.o): New rule.
6906 * vec.c: Move it ...
6907 * common/vec.c: ... here.
6908 * vec.h: Move it ...
6909 * common/vec.h: ... here.
6910
6911 2012-04-19 Yao Qi <yao@codesourcery.com>
6912
6913 * gdb-code-style.el: New.
6914
6915 2012-04-18 Pedro Alves <palves@redhat.com>
6916
6917 Update gnulib from latest git.
6918 (639ea5ae15e39fe48d43e04864b2997301e4b969)
6919
6920 * gnulib/Makefile.am: Update.
6921 * gnulib/dummy.c: Update.
6922 * gnulib/extra/arg-nonnull.h: Update.
6923 * gnulib/extra/c++defs.h: Update.
6924 * gnulib/extra/update-copyright: Update.
6925 * gnulib/extra/warn-on-use.h: Update.
6926 * gnulib/inttypes.in.h: Update.
6927 * gnulib/m4/00gnulib.m4: Update.
6928 * gnulib/m4/extensions.m4: Update.
6929 * gnulib/m4/gnulib-cache.m4: Update.
6930 * gnulib/m4/gnulib-common.m4: Update.
6931 * gnulib/m4/gnulib-comp.m4: Update.
6932 * gnulib/m4/gnulib-tool.m4: Update.
6933 * gnulib/m4/include_next.m4: Update.
6934 * gnulib/m4/inttypes-pri.m4: Update.
6935 * gnulib/m4/inttypes.m4: Update.
6936 * gnulib/m4/longlong.m4: Update.
6937 * gnulib/m4/memchr.m4: Update.
6938 * gnulib/m4/memmem.m4: Update.
6939 * gnulib/m4/mmap-anon.m4: Update.
6940 * gnulib/m4/multiarch.m4: Update.
6941 * gnulib/m4/onceonly.m4: Update.
6942 * gnulib/m4/stddef_h.m4: Update.
6943 * gnulib/m4/stdint.m4: Update.
6944 * gnulib/m4/string_h.m4: Update.
6945 * gnulib/m4/warn-on-use.m4: Update.
6946 * gnulib/m4/wchar_h.m4: Update.
6947 * gnulib/m4/wchar_t.m4: Update.
6948 * gnulib/m4/wint_t.m4: Update.
6949 * gnulib/memchr.c: Update.
6950 * gnulib/memmem.c: Update.
6951 * gnulib/stddef.in.h: Update.
6952 * gnulib/stdint.in.h: Update.
6953 * gnulib/str-two-way.h: Update.
6954 * gnulib/string.in.h: Update.
6955 * gnulib/wchar.in.h: Update.
6956
6957 * gnulib/extra/arg-nonnull.h: Delete.
6958 * gnulib/extra/c++defs.h: Delete.
6959 * gnulib/extra/warn-on-use.h: Delete.
6960 * gnulib/m4/wchar_h.m4: Delete.
6961 * gnulib/m4/wint_t.m4: Delete.
6962 * gnulib/wchar.in.h: Delete.
6963
6964 * gnulib/extra/snippets/arg-nonnull.h: New.
6965 * gnulib/extra/snippets/c++defs.h: New.
6966 * gnulib/extra/snippets/warn-on-use.h: New.
6967
6968 * aclocal.m4: Regenerate.
6969 * config.in: Regenerate.
6970 * configure: Regenerate.
6971 * gnulib/Makefile.in: Regenerate.
6972
6973 2012-04-18 Pedro Alves <palves@redhat.com>
6974
6975 Reimport the update-copyright module from gnulib
6976 (250b80067c1e1d8faa0c42fb572f721975b929c5).
6977
6978 * configure: Regenerate.
6979 * gnulib/Makefile.am: Update.
6980 * gnulib/Makefile.in: Regenerate.
6981 * gnulib/extra/update-copyright: Update.
6982 * gnulib/m4/gnulib-cache.m4: Update.
6983 * gnulib/m4/gnulib-comp.m4: Update.
6984
6985 2012-04-18 Tristan Gingold <gingold@adacore.com>
6986
6987 * configure.ac (aix): Put -lpthread into libs.
6988 * configure: Regenerate.
6989
6990 2012-04-18 Tom Tromey <tromey@redhat.com>
6991
6992 * linespec.c (convert_linespec_to_sals): Don't use
6993 SYMBOL_OBJ_SECTION.
6994 (compare_msymbols): Arguments are minsym_and_objfile, not
6995 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
6996
6997 2012-04-18 Pedro Alves <palves@redhat.com>
6998
6999 Revert gnulib/ part of:
7000 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7001 Copyright year update in most files (performed by copyright.sh).
7002
7003 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7004
7005 Fix 64-bit constants on 32-bit hosts.
7006 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7007 from unsigned long to ULONGEST.
7008 (read_signed_leb128): Change declaration return type from long to
7009 LONGEST.
7010 (dwarf2_const_value_attr): Change declaration parameter value from long
7011 to LONGEST.
7012 (dwarf2_compute_name): Change variable value from long to LONGEST.
7013 (read_unsigned_leb128): Change return type, variable result and some
7014 casts from unsigned long to ULONGEST.
7015 (read_signed_leb128): Change return type, variable result and some
7016 casts from long to LONGEST.
7017 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7018 value from long to LONGEST.
7019 (dwarf2_const_value): Change variable value from long to LONGEST.
7020 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7021 plongest and hex_string.
7022 * symtab.h (struct general_symbol_info): Change ivalue from long to
7023 LONGEST, remove the comment.
7024 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7025 Change SYMBOL_VALUE format strings to use plongest and hex_string.
7026
7027 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7028
7029 PR symtab/7259:
7030 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7031 * ada-lang.c (ada_discrete_type_high_bound)
7032 (ada_discrete_type_low_bound): Fix function comment. Use
7033 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7034 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7035 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7036 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7037 Use TYPE_FIELD_ENUMVAL.
7038 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7039 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7040 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7041 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
7042 TYPE_CODE_ENUM.
7043 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7044 * dwarf2read.c (process_enumeration_scope): Likewise.
7045 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7046 field.bitpos.
7047 (class StructMainTypePrettyPrinter): Support also
7048 FIELD_LOC_KIND_ENUMVAL.
7049 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7050 TYPE_CODE_ENUM.
7051 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7052 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7053 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7054 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
7055 field enumval.
7056 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7057 accommodate enumval.
7058 (struct call_site): Adjust loc_kind to accommodate enumval.
7059 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7060 (TYPE_FIELD_ENUMVAL): New macros.
7061 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7062 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7063 TYPE_CODE_ENUM.
7064 * p-typeprint.c (pascal_type_print_base): Likewise.
7065 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7066 enumval.
7067 * python/lib/gdb/types.py (make_enum_dict): Likewise.
7068 * python/py-type.c (convert_field): New variable addrstring. Use
7069 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7070 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7071 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7072 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7073 TYPE_CODE_ENUM.
7074 * valprint.c (generic_val_print): Likewise.
7075
7076 2012-04-17 Doug Evans <dje@google.com>
7077
7078 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7079
7080 * dwarf2read.c: Whitespace fixes.
7081 (lookup_signatured_type): Tweak comment.
7082 (get_die_type_at_offset): Fix comment.
7083
7084 2012-04-17 Joel Brobecker <brobecker@adacore.com>
7085
7086 * xcoffread.c (xcoff_secnum_to_sections): New function.
7087 (secnum_to_section, secnum_to_bfd_section): Reimplement
7088 using xcoff_secnum_to_sections. Rename "secnum" parameter
7089 into "n_scnum".
7090 (RECORD_MINIMAL_SYMBOL): Delete.
7091 (record_minimal_symbol): New function.
7092 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7093 by call to record_minimal_symbol and set misc_func_recorded
7094 to 1. Set last_csect_sec to the XCOFF section index instead
7095 of GDB's section_offset index. Update calls to
7096 prim_record_minimal_symbol_and_info to pass the BFD section
7097 as well.
7098
7099 2012-04-17 Joel Brobecker <brobecker@adacore.com>
7100
7101 * xcoffread.c (read_xcoff_symtab): Delete variables
7102 last_csect_val and last_csect_sec and associated code.
7103
7104 2012-04-17 Doug Evans <dje@google.com>
7105
7106 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7107 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7108 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7109 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7110
7111 * cleanups.h: New file.
7112 * cleanups.c: New file.
7113 * Makefile.in (SFILES): Add cleanups.c.
7114 (HFILES_NO_SRCDIR): Add cleanups.h.
7115 (COMMON_OBS): Add cleanups.o.
7116 * defs.h (struct cleanup): Moved to cleanups.h.
7117 (do_cleanups,do_final_cleanups): Ditto.
7118 (discard_cleanups,discard_final_cleanups): Ditto
7119 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7120 (save_cleanups,save_final_cleanups): Ditto.
7121 (restore_cleanups,restore_final_cleanups): Ditto.
7122 (null_cleanup): Ditto.
7123 (make_my_cleanup,make_my_cleanup2): Ditto.
7124 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7125 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7126 (do_cleanups,do_final_cleanups): Ditto.
7127 (discard_cleanups,discard_final_cleanups): Ditto
7128 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7129 (save_cleanups,save_final_cleanups): Ditto.
7130 (restore_cleanups,restore_final_cleanups): Ditto.
7131 (null_cleanup): Ditto.
7132 (make_my_cleanup,make_my_cleanup2): Ditto.
7133 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7134
7135 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7136 make_my_cleanup.
7137 (make_cleanup_dyn_string_delete): Ditto.
7138 (make_cleanup_ui_file_delete): Ditto.
7139 (make_cleanup_ui_out_redirect_pop): Ditto.
7140 (make_cleanup_free_section_addr_info): Ditto.
7141 (make_cleanup_restore_integer): Ditto.
7142 (make_cleanup_unpush_target): Ditto.
7143 (make_cleanup_value_free_to_mark): Ditto.
7144 (make_cleanup_value_free): Ditto.
7145 (make_cleanup_free_so): Ditto.
7146
7147 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7148
7149 New option "set debug auto-load".
7150 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7151 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7152 (auto_load_safe_path_vec_update)
7153 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7154 if DEBUG_AUTO_LOAD.
7155 (file_is_auto_load_safe): New parameters debug_fmt and ....
7156 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7157 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7158 caller by explanatory string.
7159 (_initialize_auto_load): Register "set debug auto-load".
7160 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7161 and ....
7162 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7163 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7164 by explanatory string.
7165 * main.c (captured_main): Likewise.
7166 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7167 (source_section_scripts): Likewise.
7168
7169 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7170
7171 New option "set auto-load safe-path".
7172 * NEWS: New commands "set auto-load safe-path"
7173 and "show auto-load safe-path".
7174 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7175 (auto_load_safe_path, auto_load_safe_path_vec)
7176 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7177 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7178 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7179 (source_gdb_script_for_objfile): New variable is_safe. Call
7180 file_is_auto_load_safe. Return if it is not.
7181 (struct loaded_script): New field loaded.
7182 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
7183 (print_script): Use LOADED indicator instead of FULL_PATH. Change
7184 output "Missing" to "No".
7185 (_initialize_auto_load): New variable cmd. Initialize
7186 auto_load_safe_path. Register "set auto-load safe-path",
7187 "show auto-load safe-path" and "add-auto-load-safe-path".
7188 * auto-load.h (maybe_add_script): Add parameter loaded.
7189 (file_is_auto_load_safe): New declaration.
7190 * config.in: Regenerate.
7191 * configure: Regenerate.
7192 * configure.ac: New parameters --with-auto-load-safe-path
7193 and --without-auto-load-safe-path.
7194 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7195 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7196 * main.c (captured_main): Check file_is_auto_load_safe for
7197 LOCAL_GDBINIT.
7198 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7199 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
7200 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
7201 not.
7202
7203 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7204
7205 auto-load: Implementation.
7206 * NEWS: New descriptions for "info auto-load",
7207 "info auto-load gdb-scripts", "info auto-load python-scripts",
7208 "info auto-load local-gdbinit" and "info auto-load libthread-db".
7209 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7210 and "show auto-load-scripts". New description for "set auto-load",
7211 "show auto-load", "set auto-load gdb-scripts",
7212 "show auto-load gdb-scripts", "set auto-load python-scripts",
7213 "show auto-load python-scripts", "set auto-load local-gdbinit",
7214 "show auto-load local-gdbinit", "set auto-load libthread-db" and
7215 "show auto-load libthread-db".
7216 * auto-load.c: Remove include python/python-internal.h. Add includes
7217 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7218 cli/cli-setshow.h.
7219 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7220 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7221 (gdbpy_global_auto_load): Rename to ...
7222 (global_auto_load): ... here.
7223 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7224 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7225 (script_language_gdb, source_gdb_script_for_objfile): New.
7226 (struct loaded_script): New field language.
7227 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7228 LANGUAGE.
7229 (maybe_add_script): Add parameter language. Drop redundant
7230 entry.full_path initialization. Initialize entry.language and
7231 (*slot)->language.
7232 (auto_load_objfile_script): Change parameter suffix to language.
7233 Remove the call of maybe_add_script.
7234 Call language->source_script_for_objfile.
7235 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7236 New.
7237 (collect_matching_scripts): Adjust it for
7238 struct collect_matching_scripts_data.
7239 (auto_load_info_scripts_pattern_nl): New variable.
7240 (info_auto_load_scripts): Rename to ...
7241 (auto_load_info_scripts): ... here, add parameter language. Adjust it
7242 for struct collect_matching_scripts_data.
7243 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7244 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7245 (auto_load_show_cmdlist_get, info_auto_load_cmd)
7246 (auto_load_info_cmdlist_get): New.
7247 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7248 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
7249 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7250 "info auto-load local-gdbinit".
7251 * auto-load.h (struct script_language): New.
7252 (gdbpy_global_auto_load): Rename to ...
7253 (global_auto_load): ... here.
7254 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7255 (auto_load_local_gdbinit_loaded): New declarations.
7256 (maybe_add_script): New parameter language.
7257 (auto_load_objfile_script): Change parameter suffix to language.
7258 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7259 (auto_load_info_scripts, auto_load_set_cmdlist_get)
7260 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7261 declarations.
7262 * linux-thread-db.c: Include auto-load.h and ctype.h.
7263 (auto_load_thread_db, show_auto_load_thread_db): New.
7264 (struct thread_db_info): New field filename.
7265 (delete_thread_db_info): Call xfree for FILENAME.
7266 (try_thread_db_load): Initialize FILENAME.
7267 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7268 if !AUTO_LOAD_THREAD_DB.
7269 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7270 (_initialize_thread_db): Install auto_load_thread_db
7271 as "set auto-load libthread-db" and install info_auto_load_libthread_db
7272 as "info auto-load libthread-db".
7273 * main.c (captured_main): Rename gdbpy_global_auto_load to
7274 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7275 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7276 (print_gdb_help): Extend the help for 'local init file'.
7277 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7278 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7279 (auto_load_scripts): Rename to ...
7280 (auto_load_python_scripts): ... here, update the comment.
7281 (gdbpy_load_auto_script_for_objfile): New declaration.
7282 (show_auto_load_python_scripts, script_language_python)
7283 (gdbpy_load_auto_script_for_objfile): New.
7284 (source_section_scripts): Refactor the code.
7285 (load_auto_scripts_for_objfile): Rename to ...
7286 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7287 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7288 (info_auto_load_python_scripts): New.
7289 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7290 Rename "set auto-load-scripts" to "set auto-load python-scripts".
7291 Register "set auto-load-scripts" as its deprecated alias. Register
7292 "info auto-load python-scripts". Register "info auto-load-scripts" as
7293 its deprecated alias.
7294 (load_auto_scripts_for_objfile): Rename to ...
7295 (gdbpy_load_auto_scripts_for_objfile): ... here.
7296 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7297 (gdbpy_load_auto_scripts_for_objfile): ... here.
7298
7299 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7300
7301 auto-load: Move files.
7302 * Makefile.in (SFILES): Add auto-load.c.
7303 (HFILES_NO_SRCDIR): Add auto-load.h.
7304 (COMMON_OBS): Add auto-load.o.
7305 (distclean): Change .gdbinit for gdb-gdb.gdb.
7306 * auto-load.c: New file, with parts from python/py-auto-load.c.
7307 * auto-load.h: New file, with parts from python/python.h.
7308 * configure: Regenerate.
7309 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7310 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7311 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7312 * main.c: Include auto-load.h.
7313 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7314 command.h, observer.h and progspace.h to auto-load.c. Add include
7315 auto-load.h.
7316 (gdbpy_global_auto_load, struct auto_load_pspace_info)
7317 (struct loaded_script, auto_load_pspace_data)
7318 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7319 (hash_loaded_script_entry, eq_loaded_script_entry)
7320 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7321 (maybe_add_script): Move to auto-load.c.
7322 (source_section_scripts): Change maybe_add_script parameters passing,
7323 use script_not_found_warning_print.
7324 (clear_section_scripts, auto_load_objfile_script)
7325 (auto_load_new_objfile, loaded_script_ptr)
7326 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7327 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7328 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7329 auto_load_new_objfile and info_auto_load_scripts initizations to
7330 auto-load.c.
7331 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7332
7333 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7334
7335 Code cleanup.
7336 * charset.c (find_charset_names): Remove variables ix and elt.
7337 Use free_char_ptr_vec.
7338 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7339 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7340 debugdir_end. New variable debugdir_len.
7341 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7342 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7343 declarations.
7344 * progspace.c (clear_program_space_solib_cache): Remove variables ix
7345 and elt. Use free_char_ptr_vec.
7346 * source.c (add_path): Remove variables argv, arg and argv_index.
7347 New variables dir_vec, back_to, ix and name.
7348 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
7349 make_cleanup_freeargv. Remove variable separator. Simplify the code
7350 no longer expecting DIRNAME_SEPARATOR.
7351 (openp): Remove variable p, p1 and len. New variables dir_vec,
7352 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
7353 no longer expecting DIRNAME_SEPARATOR.
7354 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7355 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7356 debugdir_end.
7357 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7358 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7359 (dirnames_to_char_ptr_vec): New functions.
7360
7361 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7362
7363 Code cleanup.
7364 * source.c (add_path): Remove always true conditional 'p == 0' and
7365 unindent its code block.
7366
7367 2012-04-17 Pedro Alves <palves@redhat.com>
7368
7369 * gdbtypes.h (FIELD_BITPOS): Rename to ...
7370 (FIELD_BITPOS_LVAL): ... this.
7371 (FIELD_BITPOS): New.
7372 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7373 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7374 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7375 SET_FIELD_BITPOS.
7376 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7377 SET_FIELD_BITPOS.
7378 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7379 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7380 * target-descriptions.c (tdesc_gdb_type): Adjust to use
7381 SET_FIELD_BITPOS.
7382
7383 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7384
7385 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7386 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7387 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7388 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7389 * jv-lang.c (java_link_class_type): Likewise, once.
7390 * stabsread.c (read_enum_type): Likewise.
7391
7392 2012-04-16 Yao Qi <yao@codesourcery.com>
7393
7394 * common/agent.c (agent_run_command): Add one more parameter `len'.
7395 Update callers.
7396 * common/agent.h: Update declaration.
7397 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7398 Update.
7399 (linux_child_static_tracepoint_markers_by_strid): Ditto.
7400
7401 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7402
7403 PR mi/13393
7404 * value.c (value_actual_type): New function.
7405 * value.h (value_actual_type): New declaration.
7406 * varobj.c (update_type_if_necessary): New function.
7407 (varobj_create): Call value_actual_type instead of
7408 value_type.
7409 (install_dynamic_child): distinct changed and type changed MI variable
7410 objects.
7411 (update_dynamic_varobj_children): Updated for install_dynamic_child
7412 change. All callers updated.
7413 (varobj_update): Support for MI variable object type change if
7414 the value changed and RTTI is used to determine the type.
7415 (create_child_with_value): Call value_actual_type instead of
7416 value_type.
7417 (adjust_value_for_child_access): Extended with a new parameter which
7418 specify whether the given value should be casted to enclosing type.
7419 All callers updated.
7420
7421 2012-04-14 Yao Qi <yao@codesourcery.com>
7422
7423 Import gnulib module inttypes from git
7424 (250b80067c1e1d8faa0c42fb572f721975b929c5)
7425 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7426 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7427 gnulib/m4/inttypes-pri.m4
7428 * aclocal.m4, config.in, configure: Regenerated.
7429 * gnulib/Makefile.am: Update.
7430 * gnulib/Makefile.in: Update.
7431 * gnulib/m4/gnulib-cache.m4: Update.
7432 * gnulib/m4/gnulib-comp.m4: Update.
7433 * gnulib/inttypes.in.h: New.
7434 * gnulib/m4/inttypes-pri.m4: New.
7435 * gnulib/m4/inttypes.m4: New.
7436
7437 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
7438
7439 * infrun.c (resume): Update PC address to the real PC after
7440 preparing to do displaced stepping.
7441
7442 2012-04-12 Doug Evans <dje@google.com>
7443
7444 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7445 All callers updated.
7446
7447 2012-04-12 Mark Kettenis <kettenis@gnu.org>
7448
7449 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7450
7451 2012-04-12 Doug Evans <dje@google.com>
7452
7453 * dwarf2read.c (create_all_type_units): Renamed from
7454 create_debug_types_hash_table. All callers updated.
7455
7456 * dwarf2read.c (create_signatured_type_table_from_index): Rename
7457 local type_sig to sig_type, type_offset to type_offset_in_tu.
7458 (hash_signatured_type): Renamed from hash_type_signature,
7459 all callers updated.
7460 (eq_signatured_type): Renamed from eq_type_signature,
7461 all callers updated.
7462 (create_debug_types_hash_table): Rename local type_sig to sig_type.
7463 (process_enumeration_scope): Ditto.
7464 (lookup_signatured_type_at_offset): Ditto.
7465 (load_full_type_unit, read_signatured_type): Ditto.
7466
7467 2012-04-12 Yao Qi <yao@codesourcery.com>
7468
7469 * remote.c (async_remote_interrupt): Correct function name in
7470 debug message.
7471 (async_remote_interrupt_twice): Ditto.
7472
7473 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
7474
7475 * source.c (find_and_open_source): Consistently pass resulting
7476 full path through xfullpath.
7477
7478 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7479
7480 Provide more specific displaced-stepping memory error message.
7481 * infrun.c (displaced_step_prepare): New variable status. Call
7482 target_read_memory instead of read_memory, provide more specific
7483 error message.
7484
7485 2012-04-11 Tristan Gingold <gingold@adacore.com>
7486
7487 PR gdb/13901
7488 * darwin-nat.c (darwin_execvp): Revert previous patch.
7489
7490 2012-04-11 Tristan Gingold <gingold@adacore.com>
7491
7492 PR gdb/13901
7493 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7494 in case of change.
7495
7496 2012-04-11 Tristan Gingold <gingold@adacore.com>
7497
7498 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7499 warning.
7500
7501 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7502
7503 New command 'explore' which helps explore values and types in
7504 scope.
7505 * NEWS: Add an entry about the new 'explore' command.
7506 * data-directory/Makefile.in: Add gdb/command/explore.py
7507 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7508 command using the GDB Python API.
7509
7510 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7511
7512 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7513 extension in jump target calculation.
7514
7515 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7516
7517 * mips-tdep.c (mips32_next_pc): Handle JALX.
7518
7519 2012-04-10 Yao Qi <yao@codesourcery.com>
7520
7521 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7522
7523 2012-04-10 Yao Qi <yao@codesourcery.com>
7524
7525 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7526 and gnulib/m4/gnulib-tool.m4.
7527
7528 2012-04-10 Doug Evans <dje@google.com>
7529
7530 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7531 (load_partial_dies): Clarify comment.
7532 (find_partial_die): Support rereading type units.
7533 Clarify CU handling, if we know offset is in CU, don't search for the
7534 containing CU. Add comment regarding memory waste.
7535
7536 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7537
7538 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7539 i386/x32-avx and i386/x32-avx-linux.
7540 (i386/x32-expedite): New.
7541 (i386/x32-linux-expedite): Likewise.
7542 (i386/x32-avx-expedite): Likewise.
7543 (i386/x32-avx-linux-expedite): Likewise.
7544 ($(outdir)/i386/x32.dat): Likewise.
7545 ($(outdir)/i386/x32-linux.dat): Likewise.
7546 ($(outdir)/i386/x32-avx.dat): Likewise.
7547 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7548
7549 * features/i386/x32-avx-linux.xml: New file.
7550 * features/i386/x32-avx.xml: Likewise.
7551 * features/i386/x32-core.xml: Likewise.
7552 * features/i386/x32-linux.xml: Likewise.
7553 * features/i386/x32.xml: Likewise.
7554
7555 * features/i386/x32-avx-linux.c: New. Generated.
7556 * features/i386/x32-avx.c: Likewise.
7557 * features/i386/x32-linux.c: Likewise.
7558 * features/i386/x32.c: Likewise.
7559 * regformats/i386/x32-avx-linux.dat: Likewise.
7560 * regformats/i386/x32-avx.dat: Likewise.
7561 * regformats/i386/x32-linux.dat: Likewise.
7562 * regformats/i386/x32.dat: Likewise.
7563
7564 2012-04-10 Tristan Gingold <gingold@adacore.com>
7565
7566 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7567 code to kill the inferior.
7568
7569 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7570
7571 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7572 defines.
7573 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7574 defines.
7575 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7576 (yyvsp): New defines.
7577 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7578 defines.
7579 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7580 defines.
7581 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7582 defines.
7583 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7584 defines.
7585 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7586 defines.
7587
7588 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7589
7590 * sparc64-tdep.c (sparc64_store_arguments)
7591 (sparc64_store_arguments): Fix coding style.
7592
7593 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7594
7595 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7596 complex floats, adjust some related comments and tighten a related
7597 assertion.
7598 (sparc64_extract_return_value): Handle complex floats.
7599
7600 2012-04-07 Doug Evans <dje@google.com>
7601
7602 * dwarf2read.c (load_partial_dies): Change condition to assert.
7603
7604 2012-04-06 Doug Evans <dje@google.com>
7605
7606 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7607 "mov %rsp,%rbp".
7608
7609 2012-04-05 Kevin Buettner <kevinb@redhat.com>
7610
7611 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7612 fencepost error.
7613 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7614 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7615 architecture.
7616
7617 2012-04-05 Keith Seitz <keiths@redhat.com>
7618
7619 * linespec.c (decode_compound): Remove.
7620 (enum offset_relative_sign): New enum.
7621 (struct line_offset): New struct.
7622 (struct linespec): New struct.
7623 (struct linespec_state): Move file_symtabs,
7624 user_filename, and user_function into struct linespec.
7625 Make result an anonymous struct holding vectors of
7626 symbolp and minsym_and_objfile_d.
7627 Add language member.
7628 (enum ls_token_type): New enum.
7629 (linespec_keywords): New array.
7630 (struct ls_token): New struct.
7631 (struct ls_parser): New struct.
7632 (linespec_lexer_lex_number): New function.
7633 (linespec_lexer_lex_keyword): New function.
7634 (is_ada_operator): New function.
7635 (skip_quote_char): New function.
7636 (copy_token_string): New function.
7637 (is_closing_quote_enclosed): New function.
7638 (find_parameter_list_end): New function.
7639 (linespec_lexer_lex_string): New function.
7640 (linespec_lexer_lex_one): New function.
7641 (linespec_lexer_consume_token): New function.
7642 (linespec_lexer_peek_token): New function.
7643 (cplusplus_error): Remove unused function.
7644 (find_methods): Update comment.
7645 (find_toplevel_char): Return const.
7646 (is_objc_method_format): Remove unused function.
7647 (find_toplevel_string): New function.
7648 (is_linespec_boundary): Remove.
7649 (symbol_not_found_error): New function.
7650 (find_method_overload_end): Remove function.
7651 (unexpected_linespec_error): New function.
7652 (keep_name_info): Remove.
7653 (linespec_parse_line_offset): New function.
7654 (linespec_parse_basic): New function.
7655 (canonicalize_linespec): New function.
7656 (decode_line_internal): Remove.
7657 (create_sals_line_offset): New function adapted from
7658 decode_all_digits.
7659 (convert_linespec_to_sals): New function.
7660 (parse_linespec): New function.
7661 (linespec_parser_new): New function.
7662 (linespec_state_destructor): Change parameter type to
7663 struct linespec_state *.
7664 Add language parameter.
7665 Remove freeing of moved members.
7666 (linespec_parser_delete): New function.
7667 (decode_line_full): Use parse_linespec and linespec_parser_new.
7668 (decode_line_1): Likewise.
7669 (decode_indirect): Rename to ...
7670 (linespec_expression_to_pc): ... this and rewrite
7671 to simply find CORE_ADDR, storing this result for later
7672 conversion to SALs.
7673 (locate_first_half): Remove.
7674 (deocde_objc): Add parameter LS.
7675 Initialize new struct collect_info members.
7676 Handle minimal symbols, too.
7677 (decode_compound): Delete.
7678 (lookup_prefix_sym): Rewrite.
7679 (compare_msymbols): New function.
7680 (find_method): Rewrite.
7681 Do not call cplusplus_error.
7682 (symtabs_from_filename): Rewrite.
7683 (collect_function_symbols): Delete.
7684 (find_function_symbols): Rewrite without ARGPTR-style
7685 processing.
7686 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7687 (decode_dollar): Adapted and renamed to ...
7688 (linespec_parse_variable): ... this.
7689 (find_linespec_symbols): New function.
7690 (decode_label): Adapted and renamed to ...
7691 (find_label_symbols): ... this.
7692 (decode_digits_list_mode): Add and use LS argument.
7693 (decode_digits_ordinary): Likewise.
7694 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7695 If in list mode, allow any symbol class. Otherwise, only
7696 permit LOC_BLOCK symbols.
7697 (minsym_found): Update comments.
7698 (search_minsyms_for_name): Do not convert the matching symbol
7699 into a SAL. Simply push the symbol and objfile into the
7700 result vector.
7701 (decode_variable): Delete. Contents adapted into
7702 find_linespec_symbols.
7703
7704 * cp-support.c (SKIP_SPACE): Remove.
7705 (operator_tokens): Remove unused global.
7706 (cp_validate_operator): Remove.
7707 * cp-support.h (cp_validate_operator): Remove declaration.
7708
7709 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7710
7711 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7712 for TYPE_VPTR_FIELDNO.
7713 * valprint.c (valprint_check_validity): Make it global, move the
7714 function comment ...
7715 * value.h (valprint_check_validity): ... to this new declaration.
7716
7717 2012-04-02 Tristan Gingold <gingold@adacore.com>
7718
7719 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7720 the STATE32 api for i386 state.
7721 (i386_darwin_store_inferior_registers): Likewise.
7722
7723 2012-04-02 Tristan Gingold <gingold@adacore.com>
7724
7725 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7726 SS offset.
7727 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7728 format_string.
7729
7730 2012-04-02 Tristan Gingold <gingold@adacore.com>
7731
7732 PR gdb/13901
7733 * darwin-nat.c (darwin_execvp): Set binary preference.
7734
7735 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7736
7737 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7738
7739 2012-03-30 Tom Tromey <tromey@redhat.com>
7740
7741 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7742 of TRY_CATCH. Fix error handling.
7743 * python/py-value.c (convert_value_from_python): Move 'old'
7744 declaration to innermost scope.
7745
7746 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7747 Andrey Smirnov <andrew.smirnov@gmail.com>
7748
7749 -Wshadow warning fix.
7750 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7751 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7752 Adjust code accordingly.
7753
7754 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7755
7756 * ada-lang.c (symbol_completion_add): Rename parameter
7757 "encoded" into "encoded_p". Ajust code and documentation
7758 accordingly.
7759
7760 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7761 Andrey Smirnov <andrew.smirnov@gmail.com>
7762
7763 -Wshadow warning fix.
7764 * ada-lang.c (symbol_completion_add): Rename parameter
7765 "wild_match" into wild_match_p. Update code and documentation
7766 accordingly.
7767
7768 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7769
7770 * ada-lang.c (symbol_completion_match): Rename parameter
7771 "encoded" into "encoded_p". Ajust code and documentation
7772 accordingly.
7773
7774 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7775 Andrey Smirnov <andrew.smirnov@gmail.com>
7776
7777 -Wshadow warning fix.
7778 * ada-lang.c (symbol_completion_match): Rename parameter
7779 "wild_match" into "wild_match_p". Adjust code and function
7780 documentation accordingly.
7781
7782 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7783 Andrey Smirnov <andrew.smirnov@gmail.com>
7784
7785 -Wshadow warning fix.
7786 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7787 "symbol_info" into "info". Adjust code accordingly.
7788 (ada_lookup_symbol): Likewise.
7789
7790 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7791
7792 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7793 of this function's documentation.
7794
7795 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7796 Andrey Smirnov <andrew.smirnov@gmail.com>
7797
7798 -Wshadow warning fix.
7799 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7800 variable into "wild_match_p". Adjust code accordingly.
7801
7802 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7803 Andrey Smirnov <andrew.smirnov@gmail.com>
7804
7805 -Wshadow warning fix.
7806 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7807 parameter into "wild_match_p". Adjust code accordingly.
7808 Document this parameter in the function description.
7809
7810 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7811 Andrey Smirnov <andrew.smirnov@gmail.com>
7812
7813 -Wshadow warning fix.
7814 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7815 "wild_match" parameter to "wild_match_p" (-Wshadow).
7816
7817 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7818
7819 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7820 in function documentation.
7821
7822 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7823 Andrey Smirnov <andrew.smirnov@gmail.com>
7824
7825 -Wshadow warning fix.
7826 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7827 variable into wild_match_p. Adjust code accordingly.
7828
7829 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7830 Andrey Smirnov <andrew.smirnov@gmail.com>
7831
7832 * ada-valprint.c (ada_val_print_1): Move the code handling
7833 TYPE_CODE_ENUM inside its own lexical block. Declare
7834 variables len and val there, instead of in the function's
7835 top level block. Avoid declaring deref_val again in a way
7836 that shadows another variable of the same name declared
7837 in one of the up-level blocks. Just re-use the up-level
7838 variable instead.
7839
7840 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7841
7842 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7843 Replace block_found argument by symbol_info. Adjust
7844 implementation accordingly. Add function documentation.
7845 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7846 Fix documentation.
7847 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7848 * ada-exp.y (write_object_renaming): Adjust to new
7849 ada_lookup_encoded_symbol API.
7850
7851 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7852
7853 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
7854 documentation.
7855
7856 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
7857
7858 * v850-tdep.c: Add the enum values for mpu and fpu registers.
7859 (v850_register_name): Add the mpu and fpu register names.
7860 (v850e_register_name): Add the mpu and fpu register names.
7861 (v850e2_register_name): New function.
7862 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
7863 bfd_mach_v850e2v3.
7864
7865 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7866
7867 * NEWS: Add entry for Ada varobj support.
7868
7869 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7870
7871 * varobj.c (default_value_is_changeable_p): New function,
7872 extracted from varobj_value_is_changeable_p. Add declaration.
7873 (ada_value_is_changeable_p): New function, extracted from
7874 varobj_value_is_changeable_p. Add declaration.
7875 (struct language_specific): New field "value_is_changeable_p".
7876 (languages): Add entries for new field.
7877 (varobj_create): Set language before calling install_new_value.
7878 (varobj_value_is_changeable_p): Reimplement to call the varobj's
7879 "value_is_changeable_p" language callback.
7880
7881 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7882
7883 * ada-varobj.h, ada-varobj.c: New files.
7884 * Makefile.in (SFILES): Add ada-varobj.c.
7885 (HFILES_NO_SRCDIR): Add ada-varobj.h.
7886 (COMMON_OBS): Add ada-varobj.o.
7887
7888 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7889
7890 * varobj.c (ada_value_has_mutated): Add declaration. New function.
7891 (struct language_specific): New field "value_has_mutated".
7892 (languages): Set field "value_has_mutated" in each entry of array.
7893 (varobj_value_has_mutated): New function.
7894 (varobj_udpdate): Add handling of type mutation.
7895 (value_of_root): Add handling of type mutation.
7896 (ada_value_has_mutated): New function.
7897
7898 2012-03-28 Pedro Alves <palves@redhat.com>
7899
7900 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7901 Always supply $fr0 as 0.0 and $fr1 as 1.0.
7902
7903 2012-03-28 Tom Tromey <tromey@redhat.com>
7904
7905 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7906 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
7907 before returning.
7908
7909 2012-03-28 Tom Tromey <tromey@redhat.com>
7910
7911 * .dir-locals.el: New file.
7912
7913 2012-03-28 Pedro Alves <palves@redhat.com>
7914
7915 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7916
7917 2012-03-28 Joel Brobecker <brobecker@adacore.com>
7918
7919 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7920 handling for r0.
7921
7922 2012-03-27 Pedro Alves <palves@redhat.com>
7923
7924 Eliminate struct ui_stream.
7925
7926 * ui-out.h (struct ui_stream): Delete.
7927 (ui_out_field_stream): Adjust prototype.
7928 (ui_out_stream_new, ui_out_stream_delete)
7929 (make_cleanup_ui_out_stream_delete): Delete declarations.
7930 * ui-out.c (ui_out_field_stream): Change prototype to take a
7931 ui_file instead of a ui_stream. Adjust.
7932 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7933 (make_cleanup_ui_out_stream_delete): Delete.
7934 * breakpoint.c (print_breakpoint_location)
7935 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7936 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7937 * disasm.c (dump_insns): Ditto.
7938 (do_mixed_source_and_assembly, do_assembly_only): Adjust
7939 prototype.
7940 (gdb_disassembly): Use ui_file/mem_fileopen instead of
7941 ui_stream/ui_out_stream_new.
7942 * infcmd.c (print_return_value): Ditto.
7943 * osdata.c (info_osdata_command): Don't allocate a local
7944 ui_stream.
7945 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7946 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7947 * tracepoint.c (print_one_static_tracepoint_marker): Don't
7948 allocate a local ui_stream.
7949 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7950 instead of ui_stream/ui_out_stream_new.
7951 (list_args_or_locals): Don't allocate a local ui_stream.
7952 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7953 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7954 ui_stream/ui_out_stream_new.
7955 * cli/cli-setshow.c (do_setshow_command): Ditto.
7956
7957 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
7958
7959 * arm-linux-tdep.c (arm_linux_init_abi): Call
7960 set_gdbarch_process_record. Initialize `arm_swi_record' field.
7961 * arm-tdep.c (arm_process_record): New function.
7962 (deallocate_reg_mem): New function.
7963 (decode_insn): New function.
7964 (thumb_record_branch): New function.
7965 (thumb_record_ldm_stm_swi(): New function.
7966 (thumb_record_misc): New function.
7967 (thumb_record_ld_st_stack): New function.
7968 (thumb_record_ld_st_imm_offset): New function.
7969 (thumb_record_ld_st_reg_offset(): New function.
7970 (thumb_record_add_sub_cmp_mov): New function.
7971 (thumb_record_shift_add_sub): New function.
7972 (arm_record_coproc_data_proc): New function.
7973 (arm_record_coproc): New function.
7974 (arm_record_b_bl): New function.
7975 (arm_record_ld_st_multiple): New function.
7976 (arm_record_ld_st_reg_offset): New function.
7977 (arm_record_ld_st_imm_offset): New function.
7978 (arm_record_data_proc_imm): New function.
7979 (arm_record_data_proc_misc_ld_str): New function.
7980 (arm_record_extension_space): New function.
7981 (arm_record_strx): New function.
7982 (sbo_sbz): New function.
7983 (struct insn_decode_record): New structure for arm insn record.
7984 (REG_ALLOC): New macro for reg allocations.
7985 (MEM_ALLOC): New macro for memory allocations.
7986 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
7987
7988 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
7989
7990 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7991 (store_register): Likewise.
7992
7993 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
7994
7995 * MAINTAINERS (Write After Approval): Add myself to the list.
7996
7997 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7998
7999 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8000 Describe also the option "auto".
8001
8002 2012-03-22 Richard Henderson <rth@redhat.com>
8003
8004 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8005 * sparc-nat.c (sparc_xfer_wcookie): Make static.
8006
8007 2012-03-22 Richard Henderson <rth@redhat.com>
8008
8009 * jit.c (jit_read_code_entry): Compute alignment and offset of
8010 int64_t member before computing entry_size.
8011
8012 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8013
8014 Python scripting: Add new method Value.referenced_value to
8015 gdb.Value which can dereference pointer as well as reference
8016 values.
8017 * NEWS: Add entry under 'Python scripting' about the new method
8018 Value.referenced_value on gdb.Value objects.
8019 * python/py-value.c (valpy_referenced_value): New function
8020 defining a new method on gdb.Value objects which can dereference
8021 pointer and reference values.
8022
8023 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8024
8025 * MAINTAINERS (Write After Approval): Add myself to the list.
8026
8027 2012-03-21 Kevin Buettner <kevinb@redhat.com>
8028
8029 * symtab.c (skip_prologue_sal): Change test to check for "main()"
8030 in addition to "main".
8031
8032 2012-03-21 Joel Brobecker <brobecker@adacore.com>
8033
8034 * expression.h (op_name): Add declaration.
8035 * expprint.c (op_name): Remove declaration. Make non-static.
8036 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8037
8038 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8039
8040 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8041 of struct siginfo.
8042 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8043 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8044 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8045 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8046 (linux_nat_get_siginfo): Likewise.
8047 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8048 (linux_nat_get_siginfo): Likewise.
8049 * linux-tdep.c (linux_get_siginfo_type): Likewise.
8050 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8051 * procfs.c (gdb_siginfo_t): Likewise.
8052
8053 2012-03-21 Mike Frysinger <vapier@gentoo.org>
8054
8055 * .gitignore: Ignore more files.
8056
8057 2012-03-20 Pedro Alves <palves@redhat.com>
8058
8059 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8060 returns.
8061
8062 2012-03-20 Yao Qi <yao@codesourcery.com>
8063
8064 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8065 comment.
8066
8067 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8068
8069 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8070 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8071 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8072 sect_offset.
8073 * dwarf2expr.h (cu_offset, sect_offset): New types.
8074 (struct dwarf_expr_context_funcs) <dwarf_call>
8075 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8076 sect_offset.
8077 (struct dwarf_expr_context) <len>: Improve the comment.
8078 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8079 cu_offset and sect_offset.
8080 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8081 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8082 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8083 * dwarf2loc.h: Include dwarf2expr.h.
8084 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8085 and sect_offset.
8086 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8087 Improve the comment.
8088 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8089 (struct signatured_type, struct line_header, struct partial_die_info)
8090 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8091 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8092 (get_die_type_at_offset, create_cus_from_index)
8093 (create_signatured_type_table_from_index, dw2_get_file_names)
8094 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8095 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8096 (create_debug_types_hash_table, process_psymtab_comp_unit)
8097 (load_partial_comp_unit, create_all_comp_units)
8098 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8099 (load_full_comp_unit, dwarf2_physname, read_import_statement)
8100 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8101 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8102 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8103 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8104 (find_partial_die, read_attribute_value, lookup_die_type)
8105 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8106 (is_ref_attr): New function comment.
8107 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8108 Use cu_offset and sect_offset.
8109 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8110 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8111 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8112 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8113 (offset_and_type_hash, offset_and_type_eq, set_die_type)
8114 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8115 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8116 sect_offset.
8117
8118 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8119
8120 Code cleanup.
8121 * python/py-auto-load.c (source_section_scripts): New variable back_to.
8122 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8123 with xfree.
8124 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8125
8126 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8127
8128 * NEWS: Describe new options --init-command=FILE, -ix and
8129 --init-eval-command=COMMAND, -iex.
8130 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8131 CMDARG_INIT_COMMAND.
8132 (captured_main): New enum items OPT_IX and OPT_IEX. Add
8133 "init-command", "init-eval-command", "ix" and "iex" to the variable
8134 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
8135 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8136 (print_gdb_help): Describe --init-command=FILE, -ix and
8137 --init-eval-command=COMMAND, -iex.
8138
8139 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8140
8141 Code cleanup.
8142 * main.c (struct cmdarg): Move it here from main. Add more comments.
8143 (cmdarg_s, VEC (cmdarg_s)): New.
8144 (main): Move struct cmdarg from here. New variables cmdarg_vec and
8145 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
8146 Install cleanup for cmdarg_vec. Update filling for options 'x' and
8147 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
8148 of CMDARG.
8149
8150 2012-03-19 Tom Tromey <tromey@redhat.com>
8151
8152 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8153
8154 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8155
8156 PR symtab/13777
8157 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8158 GCC >=4.5.
8159
8160 2012-03-16 Chris January <chris.january@allinea.com>
8161
8162 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8163 of clear.
8164
8165 2012-03-16 Chris January <chris.january@allinea.com>
8166
8167 * source.c (add_path): Use memmove instead of strcpy because the
8168 strings overlap.
8169
8170 2012-03-16 Joel Brobecker <brobecker@adacore.com>
8171
8172 * value.h (set_value_parent): Add declaration.
8173 * value.c (set_value_parent): New function.
8174 (value_address): If VALUE->PARENT is not NULL, then use it as
8175 the base address instead of VALUE->LOCATION.address.
8176 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8177 the same as OBJ's address. Adjust V's offset accordingly.
8178 Set V's parent.
8179
8180 2012-03-16 Gary Benson <gbenson@redhat.com>
8181
8182 PR breakpoints/10738
8183 * dwarf2read.c (use_deprecated_index_sections): New global.
8184 (struct partial_die_info): New member may_be_inlined.
8185 (read_partial_die): Set may_be_inlined where appropriate.
8186 (add_partial_subprogram): Add partial symbols for partial
8187 DIEs that may be inlined.
8188 (new_symbol_full): Add inlined subroutines to the current
8189 scope.
8190 (write_psymtabs_to_index): Bump version number.
8191 (dwarf2_read_index): Read only version 6 indices unless
8192 use_deprecated_index_sections is set.
8193 * linespec.c (symbol_and_data_callback): New structure.
8194 (iterate_inline_only): New function.
8195 (iterate_over_all_matching_symtabs): New argument
8196 "include_inline". If nonzero, also call the callback for
8197 symbols representing inlined subroutines.
8198 (lookup_prefix_sym): Pass extra argument to the above.
8199 (find_function_symbols): Likewise.
8200 (add_matching_symbols_to_info): Likewise.
8201 * NEWS: Mention that GDB can now set breakpoints on inlined
8202 functions.
8203
8204 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8205
8206 * p-typeprint.c (pascal_type_print_method_args):
8207 Fix display of parameter of methods.
8208
8209 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8210
8211 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8212 Add missing prototype.
8213
8214 2012-03-16 Yao Qi <yao@codesourcery.com>
8215 Jan Kratochvil <jan.kratochvil@redhat.com>
8216
8217 Fix false compilation warning.
8218 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8219
8220 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
8221 Pedro Alves <pedro@codesourcery.com>
8222
8223 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8224 (arm_register_g_packet_guesses): New function.
8225 (arm_gdbarch_init): Don't force a target description with
8226 registers when the executable is detected as M-profile. Instead
8227 set gdbarch->tdep->is_m. Register `g' packet guesses.
8228 (_initialize_arm_tdep): Initialize the new target description.
8229 * features/arm-with-m-fpa-layout.xml: New description.
8230 * features/arm-with-m-fpa-layout.c: New, generated.
8231
8232 2012-03-15 Joel Brobecker <brobecker@adacore.com>
8233
8234 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8235 Update function description.
8236 (insert_bp_location): Do not wipe bl->target_info out.
8237 * mem-break.c: #include "gdb_string.h".
8238 (default_memory_insert_breakpoint): Do not call target_read_memory
8239 with a pointer to the breakpoint's shadow_contents buffer. Use
8240 a local buffer instead.
8241 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8242
8243 2012-03-15 Tom Tromey <tromey@redhat.com>
8244
8245 * NEWS: Mention "info vtbl", not "info vtable".
8246 * cp-support.c (info_vtbl_command): Fix comment.
8247 (_initialize_cp_support): Fix text.
8248
8249 2012-03-15 Tom Tromey <tromey@redhat.com>
8250
8251 * cp-valprint.c (cp_print_value_fields): Use
8252 print_function_pointer_address for vtable slot.
8253
8254 2012-03-15 Tom Tromey <tromey@redhat.com>
8255
8256 * gnu-v3-abi.c (struct value_and_voffset): New.
8257 (hash_value_and_voffset, eq_value_and_voffset)
8258 (compare_value_and_voffset, compute_vtable_size)
8259 (print_one_vtable, gnuv3_print_vtable): New functions.
8260 (init_gnuv3_ops): Initialize 'print_vtable' field.
8261 * cp-support.c (info_vtbl_command): New function.
8262 (_initialize_cp_support): Add "info vtbl".
8263 * cp-abi.h (cplus_print_vtable): Declare.
8264 (struct cp_abi_ops) <print_vtable>: New field.
8265 * cp-abi.c (cplus_print_vtable): New function.
8266 * NEWS: Update.
8267
8268 2012-03-15 Tom Tromey <tromey@redhat.com>
8269
8270 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8271 iterate_over_symbols.
8272
8273 2012-03-14 Doug Evans <dje@google.com>
8274
8275 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8276 DW_OP_GNU_parameter_ref.
8277
8278 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8279
8280 Fix double prompt of 'interpreter-exec mi'.
8281 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8282 (mi_interpreter_resume): use it.
8283 (mi_execute_command_input_handler): New function.
8284 * mi/mi-main.c (mi_execute_command): Move prompt printing to
8285 mi_execute_command_input_handler.
8286
8287 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
8288
8289 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8290 prototype.
8291 (darwin_debug_port_info): Make static.
8292 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8293 * machoread.c (_initialize_machoread): Add prototype.
8294 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8295 (i386_darwin_set_control, i386_darwin_get_control)
8296 i386_darwin_dr_set_addr, i386_darwin_get_addr)
8297 i386_darwin_get_status, i386_darwin_get_control):
8298 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8299
8300 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8301
8302 * ax-gdb.c (gen_usual_unary): Remove special handling of
8303 enum and bool types.
8304
8305 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8306
8307 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8308
8309 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8310
8311 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8312
8313 2012-03-13 Chris January <chris.january@allinea.com>
8314
8315 * aix-thread.c (fill_sprs): Store the floating point registers
8316 at the correct offsets into vals.
8317
8318 2012-03-13 Doug Evans <dje@google.com>
8319
8320 * NEWS: Mention symbol-reloading has been deleted.
8321 * symfile.c (symbol_reloading): Delete.
8322 (show_symbol_reloading): Delete.
8323 (_initialize_symfile): Delete set/show symbol-reloading.
8324
8325 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8326 read_in_chain until we have successfully read it in.
8327 (load_full_comp_unit): Ditto.
8328 (read_signatured_type): Add comment.
8329
8330 2012-03-13 Chris January <chris.january@allinea.com>
8331
8332 * stabsread.c (fix_common_block): Change type of valu argument
8333 to CORE_ADDR.
8334
8335 2012-03-13 Chris January <chris.january@allinea.com>
8336
8337 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8338 instruction.
8339
8340 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8341
8342 * common/linux-procfs.c (linux_proc_get_int): New, from
8343 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8344 field.
8345 (linux_proc_get_tgid): Only call linux_proc_get_int.
8346 (linux_proc_get_tracerpid): New.
8347 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8348 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8349 linux_proc_pid_has_state.
8350 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8351 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8352 (linux_ptrace_attach_warnings): New.
8353 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8354 New declaration.
8355 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8356 (linux_nat_attach): New variables ex, buffer, message and message_s.
8357 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8358
8359 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8360
8361 * Makefile.in (linux-ptrace.o): New.
8362 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8363 from linux-nat.c.
8364 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8365 * common/linux-ptrace.c: New file.
8366 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8367 * config/arm/linux.mh: Likewise.
8368 * config/i386/linux.mh: Likewise.
8369 * config/i386/linux64.mh: Likewise.
8370 * config/ia64/linux.mh: Likewise.
8371 * config/m32r/linux.mh: Likewise.
8372 * config/m68k/linux.mh: Likewise.
8373 * config/mips/linux.mh: Likewise.
8374 * config/pa/linux.mh: Likewise.
8375 * config/powerpc/linux.mh: Likewise.
8376 * config/powerpc/ppc64-linux.mh: Likewise.
8377 * config/powerpc/spu-linux.mh: Likewise.
8378 * config/s390/s390.mh: Likewise.
8379 * config/sparc/linux.mh: Likewise.
8380 * config/sparc/linux64.mh: Likewise.
8381 * config/xtensa/linux.mh: Likewise.
8382 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8383 common/linux-procfs.c.
8384 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8385
8386 2012-03-13 Hui Zhu <teawater@gmail.com>
8387 Pedro Alves <palves@redhat.com>
8388
8389 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
8390 CREATE_BREAKPOINT_FLAGS_INSERTED.
8391 (create_breakpoint_sal, create_breakpoints_sal)
8392 (base_breakpoint_create_breakpoints_sal)
8393 (tracepoint_create_breakpoints_sal)
8394 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
8395 down.
8396 (break_command_1, handle_gnu_v3_exceptions, trace_command)
8397 (ftrace_command, strace_command): Adjust.
8398 (create_tracepoint_from_upload): Pass
8399 CREATE_BREAKPOINT_FLAGS_INSERTED.
8400 * breakpoint.h (enum breakpoint_create_flags): New.
8401 (create_breakpoint): New flags parameter.
8402 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8403 * python/py-breakpoint.c (bppy_init): Adjust.
8404 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8405 * spu-tdep.c (spu_catch_start): Adjust.
8406
8407 2012-03-13 Pedro Alves <palves@redhat.com>
8408 Hui Zhu <teawater@gmail.com>
8409 Yao Qi <yao@codesourcery.com>
8410
8411 * remote.c (struct remote_state): New field `starting_up'.
8412 (remote_start_remote): Set and clear it.
8413 (remote_can_download_tracepoint): If starting up, return false.
8414
8415 2012-03-13 Yao Qi <yao@codesourcery.com>
8416
8417 * inferior.h (struct inferior): Remove fields any_syscall_count,
8418 syscalls_counts and total_syscalls_count. Move them to new
8419 struct catch_syscall_inferior_data in breakpoint.c.
8420 * breakpoint.c: Call DEF_VEC_I(int).
8421 (struct catch_syscall_inferior_data): New.
8422 (get_catch_syscall_inferior_data): New.
8423 (catch_syscall_inferior_data_cleanup): New.
8424 (insert_catch_syscall): Update to access data in
8425 struct catch_syscall_inferior_data.
8426 (insert_catch_syscall): Likewise.
8427 (remove_catch_syscall): Likewise.
8428 (remove_catch_syscall): Likewise.
8429 (is_syscall_catchpoint_enabled): Likewise.
8430 (add_catch_command): Likewise.
8431 (_initialize_breakpoint): Register cleanup.
8432 * breakpoint.h: Removed DEF_VEC_I(int).
8433 * dwarf2loc.c: Call DEF_VEC_I(int).
8434 * mi/mi-main.c: Likewise.
8435
8436 2012-03-12 Mark Kettenis <kettenis@gnu.org>
8437
8438 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8439
8440 2012-03-12 Chris January <chris.january@allinea.com>
8441
8442 * aix-thread.c (_initialize_aix_thread): Add prototype.
8443 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8444 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8445
8446 2012-03-12 Joel Brobecker <brobecker@adacore.com>
8447
8448 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8449 include of "amd64-nat.h".
8450
8451 2012-03-12 Tom Tromey <tromey@redhat.com>
8452
8453 * buildsym.c (record_pending_block): Now static.
8454 * buildsym.h: (record_pending_block): Remove.
8455
8456 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
8457
8458 * amd64bsd-nat.c: Include amd64bsd-nat.h.
8459
8460 2012-03-09 Tom Tromey <tromey@redhat.com>
8461
8462 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8463 producer_is_gxx_lt_4_6>: New fields.
8464 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8465
8466 2012-03-09 Tom Tromey <tromey@redhat.com>
8467
8468 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8469
8470 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8471
8472 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8473 prototype.
8474
8475 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8476
8477 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8478
8479 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8480
8481 Fix -Wmissing-prototypes build.
8482 * arm-linux-nat.c (get_thread_id): Make it static.
8483 * xtensa-linux-nat.c (get_thread_id): Likewise.
8484
8485 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8486
8487 * server.c (process_point_options): If a conditional expression
8488 is found, only print a message if remote_debug is nonzero.
8489
8490 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
8491
8492 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8493 of internal error for unknown/unsupported types.
8494
8495 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8496
8497 Fix CU relative vs. absolute DIE offsets.
8498 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8499 offset to offset_in_cu.
8500 * dwarf2read.c (process_enumeration_scope): Add CU offset to
8501 TYPE_OFFSET.
8502 (dwarf2_fetch_die_location_block): Rename parameter offset to
8503 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
8504
8505 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8506
8507 * libunwind-frame.c: Rename to ...
8508 * ia64-libunwind-tdep.c: ... here.
8509 * libunwind-frame.h: Rename to ...
8510 * ia64-libunwind-tdep.h: ... here.
8511 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8512 ia64-libunwind-tdep.h.
8513 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8514 * README (--with-libunwind): Rename to ...
8515 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8516 * config.in: Regenerate.
8517 * configure: Regenerate.
8518 * configure.ac: New option --with-libunwind-ia64, make the
8519 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
8520 Remove AC_DEFINE for HAVE_LIBUNWIND.
8521 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8522 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8523 Rename libunwind-frame in the general comment.
8524 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8525 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8526 Move forward declarations inside #ifndef. Rename libunwind-frame in
8527 the general comment.
8528 * ia64-tdep.c: Rename libunwind-frame.h #include to
8529 ia64-libunwind-tdep.h.
8530 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8531 (ia64_libunwind_descr): Rename libunwind-frame to
8532 ia64-libunwind-tdep in these function comments.
8533 * ia64-tdep.h: Rename libunwind-frame.h #include to
8534 ia64-libunwind-tdep.h.
8535 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8536 ia64-libunwind-tdep in that data comment.
8537
8538 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8539
8540 * libunwind-frame.h (struct frame_unwind): New declaration.
8541
8542 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8543
8544 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8545 "set breakpoint condition-evaluation" command.
8546
8547 2012-03-08 Tristan Gingold <gingold@adacore.com>
8548
8549 * sparc-stub.c: Move to stubs/
8550 * sh-stub.c: Likewise.
8551 * m68k-stub.c: Likewise.
8552 * m32r-stub.c: Likewise.
8553 * i386-stub.c: Likewise.
8554
8555 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8556
8557 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8558 linux_get_siginfo_type.
8559
8560 * m68klinux-nat.c: Include "gdb_proc_service.h".
8561 (PTRACE_GET_THREAD_AREA): Define.
8562 (ps_get_thread_area): New function.
8563
8564 2012-03-08 Yao Qi <yao@codesourcery.com>
8565
8566 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8567 `xsnprintf'.
8568 (remote_query_attached): Likewise.
8569 (remote_static_tracepoint_marker_at): Likewise.
8570 (remote_set_permissions): Likewise.
8571 (remote_detach_1, extended_remote_attach_1): Likewise.
8572 (send_g_packet, remote_vkill): Likewise.
8573 (extended_remote_disable_randomization): Likewise.
8574 (remote_add_target_side_condition): Likewise.
8575 (remote_insert_breakpoint): Likewise.
8576 (remote_remove_breakpoint): Likewise.
8577 (remote_insert_watchpoint): Likewise.
8578 (remote_remove_watchpoint): Likewise.
8579 (remote_insert_hw_breakpoint): Likewise.
8580 (remote_insert_hw_breakpoint): Likewise.
8581 (remote_remove_hw_breakpoint): Likewise.
8582 (remote_download_command_source): Likewise.
8583 (remote_download_tracepoint): Likewise.
8584 (remote_download_trace_state_variable): Likewise.
8585 (remote_disable_tracepoint): Likewise.
8586 (remote_trace_set_readonly_regions): Likewise.
8587 (remote_get_tracepoint_status): Likewise.
8588 (remote_trace_find): Likewise.
8589 (remote_get_trace_state_variable_value): Likewise.
8590 (remote_set_disconnected_tracing): Likewise.
8591 (remote_set_circular_trace_buffer): Likewise.
8592 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8593 (remote_use_agent): Likewise.
8594 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8595 Update callers.
8596
8597 2012-03-07 Pedro Alves <palves@redhat.com>
8598
8599 * NEWS: Mention QProgramSignals.
8600 * inferior.h (update_signals_program_target): Declare.
8601 * infrun.c: (update_signals_program_target): New.
8602 (handle_command): Update the target of the new program signals
8603 array changes.
8604 * remote.c (PACKET_QProgramSignals): New enum.
8605 (last_program_signals_packet): New global.
8606 (remote_program_signals): New.
8607 (remote_start_remote): Update the target with the program signals
8608 list.
8609 (remote_protocol_features): Add entry for QPassSignals.
8610 (remote_open_1): Free anc clear last_program_signals_packet.
8611 (init_remote_ops): Install remote_program_signals.
8612 * target.c (update_current_target): Adjust.
8613 (target_program_signals): New.
8614 * target.h (struct target_ops) <to_program_signals>: New field.
8615 (target_program_signals): Declare.
8616
8617 2012-03-07 Pedro Alves <palves@redhat.com>
8618
8619 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8620 extensions.
8621
8622 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8623
8624 * m68klinux-nat.c (getregs_supplies): Make static.
8625 (getfpregs_supplies): Likewise.
8626 (have_ptrace_getregs): Likewise.
8627
8628 2012-03-06 Joel Brobecker <brobecker@adacore.com>
8629
8630 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8631 in call to get_die_type_at_offset.
8632
8633 2012-03-06 Stan Shebs <stan@codesourcery.com>
8634
8635 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8636 * mi/mi-cmd-disas.c: Ditto.
8637 * mi/mi-cmd-env.c: Ditto.
8638 * mi/mi-cmd-file.c: Ditto.
8639 * mi/mi-cmd-stack.c: Ditto.
8640 * mi/mi-cmd-target.c: Ditto.
8641 * mi/mi-cmd-var.c: Ditto.
8642 * mi/mi-cmds.c: Ditto.
8643 * mi/mi-cmds.h: Ditto.
8644 * mi/mi-console.c: Ditto.
8645 * mi/mi-getopt.c: Ditto.
8646 * mi/mi-getopt.h: Ditto.
8647 * mi/mi-interp.c: Ditto.
8648 * mi/mi-main.c: Ditto.
8649 * mi/mi-out.c: Ditto.
8650 * mi/mi-parse.c: Ditto.
8651 * mi/mi-parse.h: Ditto.
8652 * mi/mi-symbol-cmds.c: Ditto.
8653
8654 * mi/mi-getopt.h: Move mi_opt struct up.
8655 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8656 return.
8657 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8658
8659 2012-03-06 Tom Tromey <tromey@redhat.com>
8660
8661 * proc-service.c (ps_pglobal_lookup): Set the current program
8662 space.
8663
8664 2012-03-06 Pedro Alves <palves@redhat.com>
8665
8666 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8667
8668 2012-03-05 Joel Brobecker <brobecker@adacore.com>
8669
8670 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8671
8672 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8673
8674 Code cleanup.
8675 * common/linux-osdata.c (linux_common_core_of_thread): New function
8676 comment.
8677 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8678 call by linux_common_core_of_thread.
8679 (linux_nat_core_of_thread_1): Remove.
8680 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8681 * linux-thread-db.c: Include linux-osdata.h.
8682 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8683 linux_common_core_of_thread.
8684
8685 2012-03-05 Tom Tromey <tromey@redhat.com>
8686
8687 * value.c (value_primitive_field): Don't fetch contents for
8688 non-virtual bases.
8689
8690 2012-03-05 Tom Tromey <tromey@redhat.com>
8691
8692 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8693
8694 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
8695
8696 * s390-nat.c: Include "gregset.h".
8697
8698 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8699
8700 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8701 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8702 (libunwind_load): New variable so_error, use it for dlerror. Try to
8703 load also LIBUNWIND_SO_7.
8704
8705 2012-03-05 Pedro Alves <palves@redhat.com>
8706
8707 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8708 is not NULL, and remove resulting dead code.
8709
8710 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
8711
8712 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8713 prologue to sh_analyze_prologue.
8714 (sh_analyze_prologue): Make better use of such an upper limit, and
8715 generally be more cautious about accessing memory.
8716
8717 2012-03-05 Tom Tromey <tromey@redhat.com>
8718
8719 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8720 _initialize_ia64_hpux_tdep.
8721
8722 2012-03-05 Pedro Alves <palves@redhat.com>
8723
8724 PR gdb/13766
8725
8726 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8727 the register state is clear, supply explicit zero, instead of
8728 marking the register unavailable.
8729
8730 2012-03-05 Tristan Gingold <gingold@adacore.com>
8731
8732 * NEWS: Mention OpenVMS ia64 new target.
8733
8734 2012-03-05 Tristan Gingold <gingold@adacore.com>
8735
8736 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8737 (ia64_unw_accessors, ia64_unw_rse_accessors)
8738 (ia64_libunwind_descr): Declare.
8739 * ia64-vms-tdep.c: New file.
8740 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8741 (ia64_libunwind_descr): Make them public.
8742 * configure.tgt: Add ia64-*-*vms*.
8743 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8744 (ALLDEPFILES): Add ia64-vms-tdep.c
8745
8746 2012-03-05 Tristan Gingold <gingold@adacore.com>
8747
8748 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8749 * remote.c (PACKET_qXfer_uib): New enum value.
8750 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8751 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8752 (_initialize_remote): Call add_packet_config_cmd for
8753 xfer:uib packet.
8754
8755 2012-03-05 Tristan Gingold <gingold@adacore.com>
8756
8757 * osabi.c (gdb_osabi_names): Add OpenVMS.
8758 (generic_elf_osabi_sniffer): Likewise.
8759 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
8760
8761 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8762
8763 Removed unused code.
8764 * libunwind-frame.c (libunwind_frame_unwind)
8765 (libunwind_frame_base_address): Remove.
8766 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8767
8768 2012-03-04 Yao Qi <yao@codesourcery.com>
8769
8770 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8771 remove trailing new line.
8772 (agent_run_command, agent_run_command): Add _ markup.
8773 (agent_capability_check): Likewise.
8774
8775 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8776
8777 * breakpoint.c (set_condition_evaluation_mode): Set
8778 CONDITION_EVALUATION_MODE unconditionally.
8779
8780 2012-03-03 Yao Qi <yao@codesourcery.com>
8781
8782 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8783 * common/agent.h: Update declaration.
8784 * inf-child.c (inf_child_use_agent): New.
8785 (inf_child_can_use_agent): New.
8786 (inf_child_target): Initialize fields `to_use_agent'
8787 and `to_can_use_agent'.
8788 * agent.c (agent_new_objfile): New.
8789 (_initialize_agent): Add agent_new_objfile to new_objfile
8790 observer.
8791
8792 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8793 New.
8794 (linux_target_install_ops): Initialize field
8795 `to_static_tracepoint_markers_by_strid'.
8796 * remote.c (free_current_marker): Move it to ...
8797 * tracepoint.c (free_current_marker): ... here. New.
8798 (cleanup_target_stop): New.
8799 * tracepoint.h: Declare free_current_marker.
8800 * NEWS: Add one entry about `info static-tracepoint-marker'.
8801
8802 2012-03-03 Yao Qi <yao@codesourcery.com>
8803
8804 * common/agent.c (agent_loaded_p): New.
8805 (agent_look_up_symbols): New global.
8806 * common/agent.h: Declare agent_loaded_p.
8807
8808 2012-03-03 Yao Qi <yao@codesourcery.com>
8809
8810 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8811 (agent_capability_check, agent_capability_invalidate): New.
8812 (symbol_list): New array element.
8813 * common/agent.h (enum agent_capa): New.
8814 * target.c (target_pre_inferior): Call agent_capability_invalidate.
8815
8816 2012-03-03 Yao Qi <yao@codesourcery.com>
8817
8818 * target.h (struct target_ops) <to_use_agent>: New field.
8819 (struct target_ops) <to_can_use_agent>: New field.
8820 (target_use_agent, target_can_use_agent): New macro.
8821 * target.c (update_current_target): Update.
8822 * remote.c: New enum `PACKET_QAgent'.
8823 (remote_protocol_features): Add a new element.
8824 (remote_use_agent, remote_can_use_agent): New.
8825 (init_remote_ops): Initialize field `can_use_agent' with
8826 remote_can_use_agent. Intiailize field `use_agent' with
8827 remote_use_agent.
8828 * common/agent.c (use_agent): New global.
8829 * common/agent.h: Declare it.
8830 * tracepoint.c (info_static_tracepoint_markers_command): Add
8831 comment.
8832 * Makefile.in (SFILES): Add common/agent.c and agent.c.
8833 (COMMON_OBS): Add common/agent.o and agent.o
8834 (common-agent.o): New rule.
8835 * agent.c: New.
8836
8837 2012-03-03 Yao Qi <yao@codesourcery.com>
8838
8839 * common/agent.c: New.
8840 * common/agent.h: New.
8841 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8842 AC_CHECK_HEADERS.
8843 * configure, configh.in: Regenerated.
8844
8845 2012-03-02 Kevin Buettner <kevinb@redhat.com>
8846
8847 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8848 unless it exists for this architecture.
8849
8850 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8851
8852 * language.h (struct language_defn): New "method" la_read_var_value.
8853 * findvar.c: #include "language.h".
8854 (default_read_var_value): Renames read_var_value. Rewrite
8855 function description.
8856 (read_var_value): New function.
8857 * value.h (default_read_var_value): Add prototype.
8858 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8859 New functions.
8860 (ada_language_defn): Add entry for la_read_var_value.
8861 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8862 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8863 language_defn structures to add entry for new la_read_var_value
8864 field.
8865
8866 2012-03-02 Tom Tromey <tromey@redhat.com>
8867 Pedro Alves <palves@redhat.com>
8868
8869 PR breakpoints/13776:
8870 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8871 breakpoints.
8872 (delete_longjmp_breakpoint_at_next_stop): New.
8873 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8874 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8875 before deleting the inferior. Add comments.
8876 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8877 breakpoints immediately, but only on next stop. Move that code
8878 next to where we mark other breakpoints for deletion.
8879
8880 2012-03-02 Joel Brobecker <brobecker@adacore.com>
8881
8882 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8883 marker.
8884 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8885 violation.
8886
8887 2012-03-02 Pedro Alves <palves@redhat.com>
8888
8889 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8890
8891 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8892
8893 Fix -Wmissing-prototypes build.
8894 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8895 * remote-sim.c (gdbsim_has_all_memory): Likewise.
8896 (gdbsim_has_memory): Likewise.
8897
8898 2012-03-02 Yao Qi <yao@codesourcery.com>
8899
8900 Fix -Wmissing-prototypes build.
8901 * charset.c (phony_iconv_open): Make static.
8902 (phony_iconv_close, phony_iconv): Likewise.
8903 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8904 * i386-windows-nat.c (_initialize_i386_windows_nat): New
8905 prototype.
8906 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8907 * ser-mingw.c (create_select_thread): Make static.
8908 * windows-termcap.c (tgetent): New prototype.
8909 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8910
8911 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
8912
8913 Fix -Wmissing-prototypes build.
8914 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8915 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8916 (_initialize_loadable): New prototypes.
8917
8918 2012-03-02 Doug Evans <dje@google.com>
8919
8920 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8921 abbrev table, read_comp_unit will do it.
8922
8923 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8924
8925 Fix -Wmissing-prototypes build.
8926 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8927 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8928 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8929 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8930 (_initialize_arm_symbian_tdep): New prototype.
8931 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8932 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8933 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8934 static.
8935 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8936 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8937 prototype.
8938 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8939 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8940 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8941 static.
8942 * moxie-tdep.c (moxie_process_record): Likewise.
8943 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8944 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8945 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8946 (_initialize_rl78_tdep): New prototype.
8947 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8948 (_initialize_rx_tdep): New prototype.
8949 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8950 (_initialize_darwin_solib): New prototype.
8951 * solib-spu.c: Include solib-spu.h.
8952 (_initialize_spu_solib): New prototype.
8953 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8954 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8955 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8956 (tic6x_software_single_step): Make it static.
8957 (_initialize_tic6x_tdep): New prototype.
8958
8959 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8960
8961 Fix -Wmissing-prototypes build.
8962 * cris-tdep.c (cris_can_use_hardware_watchpoint)
8963 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8964
8965 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8966
8967 Fix -Wmissing-prototypes build.
8968 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8969 (frv_have_stopped_data_address): Remove.
8970
8971 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8972
8973 Fix -Wmissing-prototypes build.
8974 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8975 * sh-tdep.c: Include sh64-tdep.h.
8976 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8977 * sh64-tdep.c: Include sh64-tdep.h.
8978 * sh64-tdep.h: New file.
8979
8980 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8981
8982 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8983
8984 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8985
8986 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8987 sp_regnum once the gdbarch_init_osabi hook has been called.
8988
8989 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8990
8991 * mips-tdep.c (mips32_bc1_pc): New function.
8992 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8993 BPOSGE32 and BPOSGE64 instructions.
8994 (deal_with_atomic_sequence): Likewise.
8995 (mips32_instruction_has_delay_slot): Likewise.
8996
8997 2012-03-01 Maciej W. Rozycki <macro@mips.com>
8998 Chris Dearman <chris@mips.com>
8999 Maciej W. Rozycki <macro@codesourcery.com>
9000 Joseph Myers <joseph@codesourcery.com>
9001
9002 * features/mips-dsp.xml: New file.
9003 * features/mips64-dsp.xml: New file.
9004 * features/mips-dsp-linux.xml: New file.
9005 * features/mips64-dsp-linux.xml: New file.
9006 * features/Makefile (WHICH): Add mips-dsp-linux and
9007 mips64-dsp-linux.
9008 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9009 * features/mips-dsp-linux.c: New file.
9010 * features/mips64-dsp-linux.c: New file.
9011 * regformats/mips-dsp-linux.dat: New file.
9012 * regformats/mips64-dsp-linux.dat: New file.
9013 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9014 registers.
9015 (mips64_linux_register_addr): Likewise.
9016 (mips64_linux_regsets_fetch_registers): Likewise.
9017 (mips64_linux_regsets_store_registers): Likewise.
9018 (mips64_linux_fetch_registers): Update call to
9019 mips64_linux_regsets_fetch_registers.
9020 (mips64_linux_store_registers): Update call to
9021 mips64_linux_regsets_store_registers.
9022 (mips_linux_read_description): Probe for DSP registers.
9023 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9024 and initialize_tdesc_mips64_dsp_linux.
9025 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9026 Remove padding of no longer used embedded register slots.
9027 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9028 (MIPS_RESTART_REGNUM): Redefine enum value.
9029 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9030 strings.
9031 (mips_tx39_reg_names): Likewise.
9032 (mips_linux_reg_names): New array of register names for Linux
9033 targets.
9034 (mips_register_name): Check for a null pointer in
9035 mips_processor_reg_names and return an empty string.
9036 (mips_register_type): Exclude embedded registers for the IRIX
9037 and Linux ABIs.
9038 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
9039 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
9040 DSP registers.
9041 (mips_stab_reg_to_regnum): Handle DSP accumulators.
9042 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9043 (mips_gdbarch_init): Likewise. Initialize internal register
9044 indices for the Linux ABI. Use dynamic numbers to refer to
9045 registers, as applicable, while parsing the target description.
9046 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9047
9048 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9049
9050 * frame.h (read_frame_register_unsigned): Fix typo in function
9051 description.
9052
9053 2012-03-01 Pedro Alves <palves@redhat.com>
9054
9055 * jit-reader.in [!__cplusplus]
9056 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9057
9058 2012-03-01 Pedro Alves <palves@redhat.com>
9059
9060 * configure.ac (build_warnings): Add -Wmissing-prototypes.
9061 * configure: Regenerate.
9062
9063 2012-03-01 Pedro Alves <palves@redhat.com>
9064
9065 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9066 * breakpoint.c (create_exception_master_breakpoint, trace_command)
9067 (ftrace_command, strace_command): Make static.
9068 * d-lang.c (_initialize_d_language): Declare.
9069 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9070 * dwarf2loc.c (_initialize_dwarf2loc):
9071 * dwarf2read.c (process_psymtab_comp_unit): Make static.
9072 * exec.c (exec_get_section_table): Make static.
9073 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9074 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9075 * inferior.c (remove_inferior_command, add_inferior_command)
9076 (clone_inferior_command): Make static.
9077 * linux-nat.c (linux_nat_thread_address_space)
9078 (linux_nat_core_of_thread): Make static.
9079 * linux-tdep.c (_initialize_linux_tdep): Declare.
9080 * objc-lang.c (_initialize_objc_lang): Declare.
9081 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9082 Make static.
9083 (_initialize_opencl_language): Declare.
9084 * record.c (_initialize_record): Declare.
9085 * remote.c (demand_private_info, remote_get_tib_address)
9086 (remote_supports_cond_tracepoints)
9087 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9088 Make static.
9089 * skip.c (_initialize_step_skip): Declare.
9090 * symtab.c (skip_prologue_using_lineinfo): Make static.
9091 * tracepoint.c (delete_trace_state_variable)
9092 (trace_variable_command, delete_trace_variable_command)
9093 (get_uploaded_tsv, find_matching_tracepoint_location)
9094 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9095 Make static.
9096 * value.c (pack_unsigned_long): Make static.
9097 * varobj.c (varobj_ensure_python_env): Make static.
9098 * windows-tdep.c (_initialize_windows_tdep): Declare.
9099 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9100
9101 2012-03-01 Pedro Alves <palves@redhat.com>
9102
9103 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
9104 gdbarch parameter.
9105 (linux_init_abi): Install it as has_shared_address_space gdbarch
9106 callback.
9107
9108 2012-03-01 Pedro Alves <palves@redhat.com>
9109
9110 * observer.c (observer_test_first_notification_function)
9111 (observer_test_second_notification_function)
9112 (observer_test_third_notification_function): Add declarations.
9113
9114 2012-03-01 Pedro Alves <palves@redhat.com>
9115
9116 * common/signals.c (default_target_signal_to_host)
9117 (default_target_signal_from_host): Move ...
9118 * arch-utils.c: ... here.
9119 * arch-utils.h (default_target_signal_to_host)
9120 (default_target_signal_from_host): Declare.
9121
9122 * common/signals.c (target_signal_from_command): Move ...
9123 * infrun.c: ... here.
9124 * inferior.h (target_signal_from_command): Declare.
9125 * target.h (target_signal_from_command)
9126 (default_target_signal_from_host, default_target_signal_to_host):
9127 Delete declarations.
9128
9129 * common/signals.c (_initialize_signals): Delete.
9130
9131 2012-03-01 Pedro Alves <palves@redhat.com>
9132
9133 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9134 both __cplusplus and !__cplusplus.
9135
9136 2012-03-01 Pedro Alves <palves@redhat.com>
9137
9138 * psymtab.c (find_and_open_source): Delete declaration.
9139 * source.c (find_and_open_source): Move comment ...
9140 * source.h (find_and_open_source): ... to this new declaration.
9141
9142 2012-03-01 Pedro Alves <palves@redhat.com>
9143
9144 * inline-frame.c: Include inline-frame.h.
9145
9146 2012-03-01 Pedro Alves <palves@redhat.com>
9147
9148 * tui/tui-data.c (set_gen_win_origin): Delete.
9149 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9150 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9151
9152 2012-03-01 Pedro Alves <palves@redhat.com>
9153
9154 * remote.c (encode_actions): Delete declaration.
9155 * tracepoint.c (encode_actions): Make extern.
9156 * tracepoint.h (encode_actions): Declare.
9157
9158 2012-03-01 Pedro Alves <palves@redhat.com>
9159
9160 * python/py-breakpoint.c: Include python.h.
9161 * python/py-continueevent.c (create_continue_event_object): Make
9162 static.
9163 * python/py-lazy-string.c (stpy_get_type): Make static.
9164 * python/py-newobjfileevent.c (create_new_objfile_event_object):
9165 Make static.
9166 * python/py-utils.c (unicode_to_target_python_string): Make
9167 static.
9168 * python/py-value.c: Include python.h.
9169
9170 2012-03-01 Pedro Alves <palves@redhat.com>
9171
9172 * inferior.c (delete_threads_of_inferior): Delete.
9173
9174 2012-03-01 Pedro Alves <palves@redhat.com>
9175
9176 Import fallback definitions from glibc.
9177
9178 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9179 ps_prochandle): Forward declare.
9180 (ps_err_e): Use glibc's comments.
9181 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9182 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9183 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9184 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9185 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9186 (struct ps_prochandle): Adjust comment.
9187
9188 2012-03-01 Pedro Alves <palves@redhat.com>
9189
9190 * ada-lang.c (ada_modulus_from_name): Delete.
9191 * ada-lex.l (lexer_init): Make static.
9192
9193 2012-03-01 Pedro Alves <palves@redhat.com>
9194
9195 PR gdb/13767
9196
9197 * frame.c (read_frame_register_unsigned): New.
9198 * frame.h (read_frame_register_unsigned): Declare.
9199 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9200 Handle it.
9201 (print_i387_control_word): New parameter `control_p'. Handle it.
9202 (i387_print_float_info): Handle unavailable float registers.
9203
9204 2012-03-01 Keith Seitz <keiths@redhat.com>
9205
9206 * linespec.c (decode_line_2): Sort the list of methods
9207 alphabetically before presenting the user with a selection
9208 menu.
9209
9210 2012-03-01 Doug Evans <dje@google.com>
9211
9212 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9213 has_namespace_info.
9214 (dwarf2_read_abbrevs): Remove corresponding initialization.
9215
9216 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
9217
9218 * NEWS: Mention new python command class gdb.COMMAND_USER.
9219 * cli/cli-cmds.c (show_user): Print error when used on a python
9220 command.
9221 (init_cli_cmds): Update documentation strings for "show user" and
9222 "set/show max-user-call-depth" to clarify that it does not apply to
9223 python commands.
9224 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9225 error check.
9226 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9227 gdb python api.
9228 * top.c (execute_command): Only execute a user-defined command as a
9229 legacy macro if c->user_commands is set.
9230
9231 2012-03-01 Tom Tromey <tromey@redhat.com>
9232
9233 * valprint.h (struct generic_val_print_decorations): New.
9234 (generic_val_print): Declare.
9235 * valprint.c (generic_val_print): New function.
9236 * p-valprint.c (p_decorations): New global.
9237 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9238 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9239 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9240 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9241 * m2-valprint.c (m2_decorations): New global.
9242 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9243 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9244 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9245 TYPE_CODE_ERROR>: Call generic_val_print.
9246 * f-valprint.c (f_decorations): New global.
9247 (f_val_print): Use print_function_pointer_address.
9248 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9249 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9250 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9251 generic_val_print.
9252 * c-valprint.c (c_decorations): New global.
9253 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9254 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9255 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9256 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9257 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9258 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9259 case.
9260
9261 2012-03-01 Tom Tromey <tromey@redhat.com>
9262
9263 * valprint.c (val_print): Update.
9264 * p-valprint (pascal_val_print): Return void.
9265 * p-lang.h (pascal_val_print): Return void.
9266 * m2-valprint.c (m2_val_print): Return void.
9267 * m2-lang.h (m2_val_print): Return void.
9268 * language.h (struct language_defn) <la_val_print>: Return void.
9269 * language.c (unk_lang_val_print): Return void.
9270 * jv-valprint.c (java_val_print): Return void.
9271 * jv-lang.h (java_val_print): Return void.
9272 * f-valprint.c (f_val_print): Return void.
9273 * f-lang.h (f_val_print): Return void.
9274 * d-valprint.c (d_val_print): Return void.
9275 (dynamic_array_type): Update.
9276 * d-lang.h (d_val_print): Return void.
9277 * c-valprint.c (c_val_print): Return void.
9278 * c-lang.h (c_val_print): Return void.
9279 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9280 void.
9281 * ada-lang.h (ada_val_print): Return void.
9282
9283 2012-03-01 Tom Tromey <tromey@redhat.com>
9284
9285 * value.h (val_print): Return void.
9286 * valprint.c (val_print): Return void.
9287
9288 2012-03-01 Tom Tromey <tromey@redhat.com>
9289
9290 * value.h (common_val_print): Return void.
9291 * valprint.c (common_val_print): Return void.
9292
9293 2012-03-01 Tom Tromey <tromey@redhat.com>
9294
9295 * value.h (value_print): Return void.
9296 * valprint.c (value_print): Return void.
9297 * p-valprint.c (pascal_value_print): Return void.
9298 * p-lang.h (pascal_value_print): Return void.
9299 * language.h (struct language_defn) <la_value_print>: Return
9300 void.
9301 * language.c (unk_lang_value_print): Return void.
9302 * jv-valprint.c (java_value_print): Return void.
9303 * jv-lang.h (java_value_print): Return void.
9304 * f-valprint.c (c_value_print): Don't declare.
9305 Include c-lang.h.
9306 * c-valprint.c (c_value_print): Return void.
9307 * c-lang.h (c_value_print): Return void.
9308 * ada-valprint.c (ada_value_print): Return void.
9309 * ada-lang.h (ada_value_print): Return void.
9310
9311 2012-03-01 Tom Tromey <tromey@redhat.com>
9312
9313 * value.c (value_primitive_field): Handle virtual base classes.
9314
9315 2012-03-01 Tom Tromey <tromey@redhat.com>
9316
9317 * gdbtypes.h (struct vbase): Remove.
9318
9319 2012-03-01 Tom Tromey <tromey@redhat.com>
9320
9321 * c-valprint.c (print_function_pointer_address): Move...
9322 * valprint.c: ... here. Make non-static.
9323 * m2-valprint.c (print_function_pointer_address): Remove.
9324 * valprint.h (print_function_pointer_address): Declare.
9325
9326 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9327
9328 * NEWS: Document the fact that one can provide a condition when
9329 creating an Ada exception catchpoint.
9330
9331 2012-03-01 Tom Tromey <tromey@redhat.com>
9332
9333 * valprint.c (val_print_type_code_flags): Fix placement of
9334 trailing brace.
9335
9336 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9337
9338 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9339 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9340 environment variable before calling update-copyright.
9341
9342 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9343
9344 * gnulib/extra/update-copyright: Update to the latest from
9345 gnulib's git repository.
9346 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9347 variable to 2 instead of 1.
9348
9349 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9350
9351 * varobj.c (c_value_of_variable): Remove dead code.
9352
9353 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9354
9355 * ada-lex.p (processId): Do not modify already encoded IDs.
9356 Update function documentation.
9357
9358 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9359
9360 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9361 "name" with "struct symbol *name_sym".
9362 * ada-exp.y (write_var_or_type): Update call to
9363 ada_find_renaming_symbol.
9364 "name" with "struct symbol *name_sym". Adjust Implementation
9365 accordingly. Adjust the function documentation.
9366
9367 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9368
9369 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9370 * ada-lang.c (ada_find_any_type): Add advance declaration.
9371 Make static. Replace ada_find_any_symbol by
9372 ada_find_any_type_symbol.
9373 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9374 Improve function description. Make static.
9375 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9376 Replace ada_find_any_symbol by ada_find_any_type_symbol.
9377
9378 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9379
9380 * ada-lang.c (struct tag_args): Delete.
9381 (ada_get_tsd_type): Function body moved up in source file.
9382 (ada_tag_name_1, ada_tag_name_2): Delete.
9383 (ada_get_tsd_from_tag): New function.
9384 (ada_tag_name_from_tsd): New function.
9385 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9386 to determine the tag name.
9387
9388 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9389
9390 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9391 declaration.
9392 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9393 function.
9394
9395 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9396
9397 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9398
9399 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9400
9401 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9402 full searches.
9403
9404 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9405
9406 * ada-lang.c (constrained_packed_array_type): If there is a
9407 parallel XA type, use it to determine the array index type.
9408
9409 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9410
9411 * ada-valprint.c (ada_val_print_1): If our value is a reference
9412 to an array descriptor, dereference it before converting it
9413 to a simple array.
9414
9415 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9416
9417 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9418 creating fixed value.
9419 (ada_value_ind, ada_coerce_ref, assign_component)
9420 (ada_evaluate_subexp): Remove call to unwrap_value before
9421 call to ada_to_fixed_value.
9422
9423 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9424
9425 * ada-lang.c (to_fixed_array_type): Set result's type name.
9426
9427 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9428
9429 * ada-lang.c (catch_ada_exception_command_split): Add new
9430 argument cond_string. Add support for condition at end of
9431 "catch exception" commands.
9432 (ada_decode_exception_location): Add new argument cond_string.
9433 Update call to catch_ada_exception_command_split.
9434 (create_ada_exception_catchpoint): Add new argument cond_string.
9435 Set the breakpoint condition if needed.
9436 (catch_ada_exception_command): Update call to
9437 ada_decode_exception_location.
9438 (ada_decode_assert_location): Add function documentation.
9439 Add support for condition at end of "catch assert" command.
9440 (catch_assert_command): Update calls to ada_decode_assert_location
9441 and create_ada_exception_catchpoint.
9442
9443 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9444
9445 Fix disp-step-syscall.exp: fork: single step over fork.
9446 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9447 (i386_linux_get_syscall_number_from_regcache): ... here, new function
9448 comment, change parameters gdbarch and ptid to regcache. Remove
9449 parameter regcache, initialize gdbarch from regcache here.
9450 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9451 New functions.
9452 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9453 instead.
9454 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9455 'syscall'. Make the 'int' check more strict.
9456
9457 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9458
9459 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9460 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9461 (i386_linux_intx80_sysenter_syscall_record): ... here.
9462 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9463 Use the renamed function name.
9464
9465 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9466
9467 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9468 * breakpoint.c (until_break_command): Likewise.
9469 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9470 * infcall.c (call_function_by_hand): Likewise.
9471 * infcmd.c (finish_forward): Likewise.
9472 * infrun.c (insert_exception_resume_breakpoint): Likewise.
9473
9474 2012-02-28 Tristan Gingold <gingold@adacore.com>
9475
9476 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9477 avoid variable assignments inside condition.
9478
9479 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9480
9481 Fix static analysis issue found by cppcheck.
9482 * microblaze-tdep.c (microblaze_extract_return_value): Fix
9483 uninitialized BUF for size 2.
9484
9485 2012-02-27 Chris Dearman <chris@mips.com>
9486 Nathan Froyd <froydnj@codesourcery.com>
9487 Maciej W. Rozycki <macro@codesourcery.com>
9488
9489 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9490 (mips16_instruction_has_delay_slot): Likewise.
9491 (mips_segment_boundary): Likewise.
9492 (mips_adjust_breakpoint_address): Likewise.
9493 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9494
9495 2012-02-27 Maciej W. Rozycki <macro@mips.com>
9496 Maciej W. Rozycki <macro@codesourcery.com>
9497
9498 * infrun.c (handle_inferior_event): Don't proceed through
9499 shared library trampolines if stepping at the machine
9500 instruction level.
9501
9502 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
9503
9504 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9505 too.
9506
9507 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
9508
9509 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9510 (sh_stub_unwind_sniffer): New functions.
9511 (sh_stub_unwind): New variable.
9512 (sh_gdbarch_init): Wire everything.
9513
9514 2012-02-27 Pedro Alves <palves@redhat.com>
9515
9516 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9517 (linux_nat_post_attach_wait): Adjust to use
9518 linux_proc_pid_is_stopped.
9519 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9520 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9521 based on pid_is_stopped from both linux-nat.c and
9522 gdbserver/linux-low.c, and renamed.
9523
9524 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9525
9526 * remote.c (remote_watchpoint_addr_within_range): New function.
9527 (init_remote_ops): Use it.
9528
9529 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9530
9531 * target.h (target_watchpoint_addr_within_range): Document macro.
9532
9533 2012-02-24 Pedro Alves <palves@redhat.com>
9534
9535 * stack.c (set_last_displayed_sal): Issue internal_error instead
9536 of warning, and issue it after clearing the last displayed sal.
9537
9538 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9539 Pedro Alves <palves@redhat.com>
9540
9541 * breakpoint.c (until_break_command): Install breakpoints after
9542 all frame manipulations.
9543
9544 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9545
9546 * remote.c (remote_supports_cond_breakpoints): New forward
9547 declaration.
9548 (remote_add_target_side_condition): New function.
9549 (remote_insert_breakpoint): Add target-side breakpoint
9550 conditional if supported.
9551 (remote_insert_hw_breakpoint): Likewise.
9552 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9553 hook.
9554
9555 * target.c (update_current_target): Inherit
9556 to_supports_evaluation_of_breakpoint_conditions.
9557 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9558
9559 * target.h (struct target_ops)
9560 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9561 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9562
9563 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9564 (condition_evaluation_both, condition_evaluation_auto,
9565 condition_evaluation_host, condition_evaluation_target,
9566 condition_evaluation_enums, condition_evaluation_mode_1,
9567 condition_evaluation_mode): New static globals.
9568 (translate_condition_evaluation_mode): New function.
9569 (breakpoint_condition_evaluation_mode): New function.
9570 (gdb_evaluates_breakpoint_condition_p): New function.
9571 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9572 (mark_breakpoint_modified): New function.
9573 (mark_breakpoint_location_modified): New function.
9574 (set_condition_evaluation_mode): New function.
9575 (show_condition_evaluation_mode): New function.
9576 (bp_location_compare_addrs): New function.
9577 (get_first_location_gte_addr): New helper function.
9578 (set_breakpoint_condition): Free condition bytecode if locations
9579 has become unconditional. Call mark_breakpoint_modified (...).
9580 (condition_command): Call update_global_location_list (1) for
9581 breakpoints.
9582 (breakpoint_xfer_memory): Use is_breakpoint (...).
9583 (is_breakpoint): New function.
9584 (parse_cond_to_aexpr): New function.
9585 (build_target_condition_list): New function.
9586 (insert_bp_location): Handle target-side conditional
9587 breakpoints and call build_target_condition_list (...).
9588 (update_inserted_breakpoint_locations): New function.
9589 (insert_breakpoint_locations): Handle target-side conditional
9590 breakpoints.
9591 (bpstat_check_breakpoint_conditions): Add comment.
9592 (bp_condition_evaluator): New function.
9593 (bp_location_condition_evaluator): New function.
9594 (print_breakpoint_location): Print information on where the condition
9595 will be evaluated.
9596 (print_one_breakpoint_location): Likewise.
9597 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9598 breakpoint location.
9599 (force_breakpoint_reinsertion): New functions.
9600 (update_global_location_list): Handle target-side breakpoint
9601 conditions.
9602 Reinsert locations that are already inserted if conditions have
9603 changed.
9604 (bp_location_dtor): Free agent expression bytecode.
9605 (disable_breakpoint): Call mark_breakpoint_modified (...).
9606 Call update_global_location_list (...) with parameter 1 for breakpoints.
9607 (disable_command): Call mark_breakpoint_location_modified (...).
9608 Call update_global_location_list (...) with parameter 1 for breakpoints.
9609 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9610 (enable_command): mark_breakpoint_location_modified (...).
9611 (_initialize_breakpoint): Update documentation and add
9612 condition-evaluation breakpoint subcommand.
9613
9614 * breakpoint.h: Include ax.h.
9615 (condition_list): New data structure.
9616 (condition_status): New enum.
9617 (bp_target_info) <cond_list>: New field.
9618 (bp_location) <condition_changed, cond_bytecode>: New fields.
9619 (is_breakpoint): New prototype.
9620
9621 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9622
9623 * remote.c (remote_state) <cond_breakpoints>: New field.
9624 (PACKET_ConditionalBreakpoints): New enum.
9625 (remote_cond_breakpoint_feature): New function.
9626 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9627 (remote_supports_cond_breakpoints): New function.
9628 (_initialize_remote): Add new packet configuration for
9629 target-side conditional breakpoints.
9630
9631 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9632
9633 * NEWS: Mention target-side conditional breakpoint support,
9634 new condition-evaluation breakpoint subcommand and remote
9635 packet extensions.
9636
9637 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9638
9639 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9640 number.
9641
9642 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9643
9644 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9645 (after_prologue): Remove.
9646
9647 2012-02-23 Tom Tromey <tromey@redhat.com>
9648
9649 * jv-valprint.c (java_val_print): Remove dead code.
9650
9651 2012-02-23 Tristan Gingold <gingold@adacore.com>
9652
9653 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9654 known_tasks_element and known_tasks_length fields.
9655 (read_known_tasks_array): Change argument type. Use pointer type
9656 and number of elements from DATA. Adjust.
9657 (read_known_tasks_list): Likewise.
9658 (get_known_tasks_addr): Remove.
9659 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9660 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9661 type and array length. Merge former get_known_tasks_addr code.
9662
9663 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9664
9665 PR backtrace/13716
9666 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9667 it after set_momentary_breakpoint.
9668
9669 2012-02-22 Sterling Augustine <saugustine@google.com>
9670
9671 PR 13689:
9672 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9673
9674 2012-02-22 Gary Benson <gbenson@redhat.com>
9675
9676 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9677 (find_slot_in_mapped_hash): Likewise.
9678
9679 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9680
9681 PR build/13638
9682 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9683 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9684 * configure: Regenerate.
9685
9686 2012-02-21 Tristan Gingold <gingold@adacore.com>
9687 Pedro Alves <palves@redhat.com>
9688
9689 * ia64-tdep.c: Do not include libunwind-ia64.h.
9690 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9691 Include libunwind-ia64.h instead of libunwind.h.
9692 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9693 for libunwind.h existence.
9694 * configure, config.in: Regenerate.
9695
9696 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9697
9698 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9699 instead of value_rtti_target_type.
9700 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9701 instead of value_rtti_target_type.
9702 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9703 value_rtti_target_type.
9704 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9705 (value_rtti_target_type): Rename to ...
9706 (value_rtti_indirect_type): ... here and make it indirect. Update
9707 function comment.
9708 * value.c (readjust_indirect_value_type): New function.
9709 (coerce_ref): Support for enclosing type setting for references
9710 with readjust_indirect_value_type.
9711 * value.h (readjust_value_type): New declaration.
9712 (value_rtti_target_type): Rename to ...
9713 (value_rtti_indirect_type): ... here.
9714
9715 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9716
9717 * MAINTAINERS (Write After Approval): Add myself to the list.
9718
9719 2012-02-20 Doug Evans <dje@google.com>
9720
9721 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9722 Rename objfile_p_char parameter to objfilep.
9723 (build_objfile_section_table): Result is now void. All callers
9724 updated.
9725 * objfiles.h (struct objfile): Tweak comments, whitespace.
9726 (build_objfile_section_table): Update.
9727
9728 * elfread.c (elf_symfile_segments): Fix warning text.
9729
9730 2012-02-20 Tom Tromey <tromey@redhat.com>
9731
9732 PR gdb/13498:
9733 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9734 particular set of file names once.
9735 (dw2_map_symbol_filenames): Likewise.
9736
9737 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9738
9739 Code cleanup.
9740 * main.c (write_files): Remove the declaration.
9741 (external_editor_command): Move the declaration ...
9742 [GDBTK] (external_editor_command): ... here. Fix the comment.
9743
9744 2012-02-20 Tom Tromey <tromey@redhat.com>
9745
9746 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9747 extraneous block.
9748
9749 2012-02-20 Tristan Gingold <gingold@adacore.com>
9750
9751 * darwin-nat.h (enum darwin_msg_state): Add comments.
9752
9753 2012-02-20 Tristan Gingold <gingold@adacore.com>
9754
9755 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9756 value.
9757
9758 2012-20-18 Joel Brobecker <brobecker@adacore.com>
9759
9760 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9761 between function description and implementation.
9762
9763 2012-02-17 Tom Tromey <tromey@redhat.com>
9764
9765 PR python/12070:
9766 * python/py-event.c (event_object_getset): New global.
9767 (event_object_type): Reference it.
9768 * python/py-type.c (field_object_getset): New global.
9769 (field_object_type): Reference it.
9770 * python/python-internal.h (gdb_py_generic_dict): Declare.
9771 * python/py-utils.c (gdb_py_generic_dict): New function.
9772
9773 2012-02-17 Tristan Gingold <gingold@adacore.com>
9774
9775 * solib-darwin.c (darwin_current_sos): Check magic and filetype
9776
9777 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
9778
9779 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9780 TYPE_CALLING_CONVENTION annotation.
9781
9782 2012-02-16 Kevin Buettner <kevinb@redhat.com>
9783
9784 * MAINTAINERS: Add rx to target ISA section.
9785 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9786 (ALLDEPFILES): Add rx-tdep.c.
9787
9788 2012-02-16 Tom Tromey <tromey@redhat.com>
9789
9790 * symfile.c (symbol_file_add_main_1): Use inferior's
9791 symfile_flags.
9792 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9793 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9794 inferior.
9795 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9796 inferior.
9797 (follow_exec): Use inferior's symfile_flags.
9798 * inferior.h (struct inferior) <symfile_flags>: New field.
9799
9800 2012-02-16 Mike Frysinger <vapier@gentoo.org>
9801
9802 PR gdb/9734:
9803 * remote-sim.c (gdbsim_create_inferior): Call error() when
9804 sim_create_inferior() fails.
9805
9806 2012-02-16 Josh Matthews <josh@joshmatthews.net>
9807
9808 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9809
9810 2012-02-16 Tom Tromey <tromey@redhat.com>
9811
9812 PR c++/13653:
9813 * thread.c (struct current_thread_cleanup) <was_removable>: New
9814 field.
9815 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9816 (make_cleanup_restore_current_thread): Initialize new field.
9817
9818 2012-02-15 Kevin Buettner <kevinb@redhat.com>
9819
9820 * MAINTAINERS: Add rl78 to target ISA section.
9821 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9822 (ALLDEPFILES): Add rl78-tdep.c.
9823 * NEWS: Mention rl78 as a new target.
9824
9825 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
9826
9827 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9828 data.
9829 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9830
9831 2012-02-15 Tom Tromey <tromey@redhat.com>
9832
9833 PR gdb/12659:
9834 * infcmd.c (registers_info): Print just the current register's
9835 name.
9836
9837 2012-02-15 Tom Tromey <tromey@redhat.com>
9838
9839 * python/py-symbol.c (sympy_value): Use _().
9840
9841 2012-02-15 Pedro Alves <palves@redhat.com>
9842
9843 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9844 output to be like native targets'.
9845 (remote_pid_to_str): Special case the null ptid.
9846
9847 2012-02-14 Stan Shebs <stan@codesourcery.com>
9848
9849 * NEWS: Mention enable count command.
9850 * breakpoint.h (struct breakpoint): New field enable_count.
9851 * breakpoint.c (enable_breakpoint_disp): Add count argument.
9852 (enable_breakpoint): Add arg to call.
9853 (struct disp_data): New struct.
9854 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9855 (do_map_enable_once_breakpoint): Create a struct and pass it.
9856 (do_map_enable_delete_breakpoint): Ditto.
9857 (do_map_enable_count_breakpoint): New function.
9858 (enable_count_command): New function.
9859 (bpstat_stop_status): Decrement enable_count.
9860 (print_one_breakpoint_location): Report enable count.
9861 (_initialize_breakpoint): Add enable count command.
9862
9863 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9864
9865 * rl78-tdep.c (reggroups.h): Include.
9866 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9867 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9868 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9869 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9870 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9871 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9872 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9873 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9874 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9875 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9876 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9877 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9878 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9879 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9880 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9881 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9882 beginning of register list.
9883 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9884 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9885 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9886 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9887 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9888 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9889 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9890 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9891 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9892 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9893 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9894 the pseudo registers. Rearrange other pseudo registers too so
9895 that the bank registers appear at the end.
9896 (rl78_register_type): Account for the fact that the byte sized
9897 bank registers are now pseudo-registers.
9898 (rl78_register_name): Rearrange the register name array. Make
9899 initial set of raw banked registers inaccessible.
9900 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9901 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9902 case for copying bytes back and forth between raw and pseudo
9903 versions of the banked registers. Update other cases to reflect
9904 the changed names.
9905 (rl78_return_value): Update to account for changed names of
9906 raw registers.
9907 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9908 rl78_register_sim_regno().
9909
9910 2012-02-14 Kevin Buettner <kevinb@redhat.com>
9911
9912 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9913 the name parameter being passed to find_pc_partial_function().
9914
9915 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9916
9917 * MAINTAINERS: Step down from being ia64 target maintainer.
9918
9919 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9920
9921 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9922 compilation warning.
9923
9924 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9925
9926 Fix crash on loaded shlibs without loaded exec_bfd.
9927 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9928 (set_section_command): Replace exec_bfd by p->bfd.
9929
9930 2012-02-10 Tom Tromey <tromey@redhat.com>
9931
9932 * linespec.c (decode_line_internal): Skip symtabs_from_filename
9933 when we have a C++ qualified name.
9934
9935 2012-02-10 Pedro Alves <palves@redhat.com>
9936
9937 * inferior.c (inferior_pid_to_str): New.
9938 (print_inferior, inferior_command): Use it.
9939
9940 2012-02-10 Pedro Alves <palves@redhat.com>
9941
9942 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9943 the test CFLAGS.
9944 * configure: Regenerate.
9945
9946 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9947
9948 * linespec.c (decode_line_internal): Fix comment correctness.
9949
9950 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
9951
9952 PR gdb/12953
9953 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9954 * amd64bsd-nat.c: Add support for debug registers (adapted from
9955 i386bsd-nat.c).
9956 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9957 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9958 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9959 (amd64bsd_dr_get_control): New functions.
9960 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9961 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9962 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9963 watchpoints initialization.
9964 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9965
9966 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9967
9968 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9969 flds_bnds.fields.
9970 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9971
9972 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9973
9974 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9975
9976 2012-02-08 Joel Brobecker <brobecker@adacore.com>
9977
9978 * language.h (symbol_name_cmp_ftype): Renames
9979 symbol_name_match_p_ftype.
9980 (struct language_defn)[la_get_symbol_name_cmp]: Renames
9981 la_get_symbol_name_match_p.
9982 * ada-lang.c (ada_get_symbol_name_cmp): Renames
9983 ada_get_symbol_name_match_p. Update comment.
9984 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9985 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9986 Renames symbol_name_match_p. Update field type.
9987 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9988 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9989 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9990 "la_get_symbol_name_cmp" in comments.
9991 * language.c: Likewise.
9992
9993 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9994
9995 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9996 %eflags offset.
9997 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9998 (amd64_sol2_gregset32_reg_offs): Likewise.
9999
10000 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10001
10002 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10003 of the returned BFD is allocated by GDB.
10004
10005 2012-02-07 Tom Tromey <tromey@redhat.com>
10006
10007 PR python/12027:
10008 * python/python-internal.h (frame_object_type): Declare.
10009 * python/py-symbol.c (sympy_needs_frame): New function.
10010 (sympy_value): New function.
10011 (symbol_object_getset): Add "needs_frame".
10012 (symbol_object_methods): Add "value".
10013 * python/py-frame.c (frame_object_type): No longer static.
10014
10015 2012-02-07 Tom Tromey <tromey@redhat.com>
10016
10017 PR python/13599:
10018 * python/py-symbol.c (sympy_line): New function.
10019 (symbol_object_getset): Add "line".
10020
10021 2012-02-07 Tom Tromey <tromey@redhat.com>
10022
10023 * charset.c (find_charset_names): Check 'in' against NULL.
10024
10025 2012-02-06 Doug Evans <dje@google.com>
10026
10027 * gdbtypes.h (struct main_type): Change type of name,tag_name,
10028 and fields.name members from char * to const char *. All uses updated.
10029 (struct cplus_struct_type): Change type of fn_fieldlists.name member
10030 from char * to const char *. All uses updated.
10031 (type_name_no_tag): Update.
10032 (lookup_unsigned_typename, lookup_signed_typename): Update.
10033 * gdbtypes.c (type_name_no_tag): Change result type
10034 from char * to const char *. All callers updated.
10035 (lookup_unsigned_typename, lookup_signed_typename): Change type of
10036 name parameter from char * to const char *.
10037 * symtab.h (struct cplus_specific): Change type of demangled_name
10038 member from char * to const char *. All uses updated.
10039 (struct general_symbol_info): Change type of name and
10040 mangled_lang.demangled_name members from char * to const char *.
10041 All uses updated.
10042 (symbol_get_demangled_name, symbol_natural_name): Update.
10043 (symbol_demangled_name, symbol_search_name): Update.
10044 * symtab.c (symbol_get_demangled_name): Change result type
10045 from char * to const char *. All callers updated.
10046 (symbol_natural_name, symbol_demangled_name): Ditto.
10047 (symbol_search_name): Ditto.
10048 (completion_list_add_name): Change type of symname,sym_text,
10049 text,word parameters from char * to const char *.
10050 (completion_list_objc_symbol): Change type of sym_text,
10051 text,word parameters from char * to const char *.
10052 * ada-lang.c (find_struct_field): Change type of name parameter
10053 from char * to const char *.
10054 (encoded_ordered_before): Similarly for N0,N1 parameters.
10055 (old_renaming_is_invisible): Similarly for function_name parameter.
10056 (ada_type_name): Change result type from char * to const char *.
10057 All callers updated.
10058 * ada-lang.h (ada_type_name): Update.
10059 * buildsym.c (hashname): Change type of name parameter
10060 from char * to const char *.
10061 * buildsym.h (hashname): Update.
10062 * dbxread.c (end_psymtab): Change type of include_list parameter
10063 from char ** to const char **.
10064 * dwarf2read.c (determine_prefix): Change result type
10065 from char * to const char *. All callers updated.
10066 * f-lang.c (find_common_for_function): Change type of name, funcname
10067 parameters from char * to const char *.
10068 * f-lang.c (find_common_for_function): Update.
10069 * f-valprint.c (list_all_visible_commons): Change type of funcname
10070 parameters from char * to const char *.
10071 * gdbarch.sh (static_transform_name): Change type of name parameter
10072 and result from char * to const char *.
10073 * gdbarch.c: Regenerate.
10074 * gdbarch.h: Regenerate.
10075 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10076 of name parameter from char * to const char *.
10077 * jv-lang.c (java_primitive_type_from_name): Ditto.
10078 (java_demangled_signature_length): Similarly for signature parameter.
10079 (java_demangled_signature_copy): Ditto.
10080 (java_demangle_type_signature): Ditto.
10081 * jv-lang.h (java_primitive_type_from_name): Update.
10082 (java_demangle_type_signature): Update.
10083 * objc-lang.c (specialcmp): Change type of a,b parameters
10084 from char * to const char *.
10085 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10086 from char * to const char *. All callers updated.
10087 * p-lang.h (is_pascal_string_type): Update.
10088 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10089 of name parameter from char * to const char *.
10090 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10091 * utils.c (fprintf_symbol_filtered): Ditto.
10092 * defs.h (fprintf_symbol_filtered): Update.
10093 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10094 * stabsread.h (end_psymtab): Update.
10095 * stack.c (find_frame_funname): Change type of funname parameter
10096 from char ** to const char **.
10097 * stack.h (find_frame_funname): Update.
10098 * typeprint.c (type_print): Change type of varstring parameter
10099 from char * to const char *.
10100 * value.h (type_print): Update.
10101 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10102 from char * to const char *. All callers updated.
10103 (xcoff_end_psymtab): Change type of include_list parameter
10104 from char ** to const char **. All callers updated.
10105 (swap_sym): Similarly for name parameter. All callers updated.
10106 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10107 Use xstrdup.
10108 (process_coff_symbol): Use xstrdup.
10109 * stabsread.c (stabs_method_name_from_physname): Renamed from
10110 update_method_name_from_physname. Change result type from void
10111 to char *. All callers updated.
10112 (read_member_functions): In has_destructor case, store name in objfile
10113 obstack instead of malloc space. In !has_stub case, fix mem leak.
10114
10115 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
10116
10117 * configure: Rebuild.
10118 * configure.ac: Put -L../bfd and -L../libiberty at the front of
10119 LDFLAGS.
10120
10121 2012-02-03 Kevin Buettner <kevinb@redhat.com>
10122
10123 * configure.tgt (rl78-*-elf): New target.
10124 * rl78-tdep.c: New file.
10125
10126 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10127
10128 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10129 and continue the loop. Add QUIT statement.
10130
10131 2012-02-03 Tom Tromey <tromey@redhat.com>
10132
10133 PR gdb/13596:
10134 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10135 bfd_lookup_symbol_from_symtab.
10136 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10137 gdb_bfd_lookup_symbol_from_symtab.
10138
10139 2012-02-03 Joel Brobecker <brobecker@adacore.com>
10140
10141 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10142 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10143 symbol. Add assertion that sym2 is never NULL.
10144
10145 2012-02-02 Doug Evans <dje@google.com>
10146
10147 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10148 "name" parameter to const char ** from char **. All callers updated.
10149 (find_pc_partial_function): Ditto.
10150 (cache_pc_function_name): Change type to const char * from char *.
10151 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10152 (find_pc_partial_function): Update.
10153 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10154 type of "name" parameter to const char * from char *.
10155 All uses updated.
10156 * arch-utils.c (generic_in_solib_return_trampoline): Change
10157 type of "name" parameter to const char * from char *.
10158 * arch-utils.h (generic_in_solib_return_trampoline): Update.
10159 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10160 type of "name" parameter to const char * from char *.
10161 * gdbarch.sh (in_solib_return_trampoline): Ditto.
10162 * gdbarch.c: Regenerate.
10163 * gdbarch.h: Regenerate.
10164 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10165 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10166 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10167 type of "name" parameter to const char * from char *.
10168 * skip.c (skip_function_pc): Ditto.
10169 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10170 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10171 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10172 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10173 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10174 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10175 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10176 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10177 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10178
10179 2012-02-02 Pedro Alves <palves@redhat.com>
10180
10181 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10182 the current inferior has no execution. Make sure the current
10183 remote process matches gdb's current inferior.
10184
10185 2012-02-02 Tom Tromey <tromey@redhat.com>
10186
10187 PR gdb/13405:
10188 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10189 read-only memory.
10190
10191 2012-02-02 Tom Tromey <tromey@redhat.com>
10192
10193 PR gdb/9307:
10194 * symtab.c (lookup_language_this): Set block_found.
10195
10196 2012-02-01 Tom Tromey <tromey@redhat.com>
10197
10198 PR gdb/13431:
10199 * jit.c (struct jit_inferior_data): Rewrite.
10200 (struct jit_objfile_data): New.
10201 (get_jit_objfile_data): New function.
10202 (add_objfile_entry): Update.
10203 (jit_read_descriptor): Return int. Replace descriptor_addr
10204 argument with inf_data. Update. Don't call error.
10205 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
10206 descriptor here.
10207 (jit_inferior_init): Don't look up descriptor. Don't call error.
10208 (jit_reset_inferior_data_and_breakpoints)
10209 (jit_inferior_created_observer): Remove.
10210 (jit_inferior_exit_hook): Update.
10211 (jit_executable_changed_observer): Remove.
10212 (jit_event_handler): Update.
10213 (free_objfile_data): Reset inferior data if needed.
10214 (_initialize_jit): Update.
10215
10216 2012-02-01 Tom Tromey <tromey@redhat.com>
10217
10218 * jit.c (bfd_open_from_target_memory): Move higher in file.
10219
10220 2012-02-01 Tristan Gingold <gingold@adacore.com>
10221
10222 * libunwind-frame.c (libunwind_load): Display message if dlopen
10223 failed.
10224
10225 2012-02-01 Gary Benson <gbenson@redhat.com>
10226
10227 * symtab.h (symbol_found_callback_ftype): New typedef.
10228 (iterate_over_symbols): Use the above.
10229 * symtab.c (iterate_over_symbols): Likewise.
10230 * language.h (language_defn->la_iterate_over_symbols): Likewise.
10231 * ada-lang.c (ada_iterate_over_symbols): Likewise.
10232 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10233 (iterate_name_matcher): Document return values.
10234 (collect_one_symbol): Likewise.
10235 (collect_function_symbols): Likewise.
10236 (collect_symbols): Likewise.
10237
10238 2012-02-01 Tom Tromey <tromey@redhat.com>
10239
10240 * ada-lang.c (resolve_subexp): Update.
10241 (ada_lookup_symbol_list): Add 'full_search' argument.
10242 (ada_iterate_over_symbols): Pass 0 as full_search argument to
10243 ada_lookup_symbol_list.
10244 (ada_lookup_encoded_symbol): Update.
10245 (get_var_value): Update.
10246 * ada-exp.y (block_lookup): Update.
10247 (write_var_or_type): Update.
10248 (write_name_assoc): Update.
10249 * ada-lang.h (ada_lookup_symbol_list): Update.
10250
10251 2012-01-31 Tom Tromey <tromey@redhat.com>
10252
10253 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10254 comment.
10255
10256 2012-01-31 Doug Evans <dje@google.com>
10257
10258 * symtab.h: Remove outdated comment.
10259 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10260
10261 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
10262
10263 Fix build error in Darwin port.
10264 * i386-darwin-nat.c: Include i386-nat.h.
10265
10266 2012-01-30 Tom Tromey <tromey@redhat.com>
10267
10268 PR breakpoints/13568:
10269 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10270 argument. Check for recursive includes.
10271 (dwarf_decode_macros): Create an include hash.
10272
10273 2012-01-30 Michael Eager <eager@eagercon.com>
10274
10275 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10276 * ppc-linux-tdep.c: Include glibc-tdep.h.
10277 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10278 (powerpc_linux_in_plt_stub): New function.
10279 (powerpc_linux_in_dynsym_resolve_code): New function.
10280 (ppc_skip_trampoline_code): New function.
10281 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10282 Use glibc_skip_solib_resolver.
10283
10284 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10285
10286 Code cleanup: Make 1440 bytes of data segment read-only.
10287 * arch-utils.c (endian_enum): Make it const char *const [].
10288 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10289 Likewise.
10290 * breakpoint.c (always_inserted_enums): Likewise.
10291 * cli/cli-cmds.c (script_ext_enums): Likewise.
10292 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10293 enumlist parameter const char *const *.
10294 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10295 const char *const *.
10296 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10297 parameter const char *const *.
10298 * cris-tdep.c (cris_modes): Make it const char *const [].
10299 * filesystem.c (target_file_system_kinds): Likewise.
10300 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10301 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10302 (can_use_displaced_stepping_enum, scheduler_enums)
10303 (exec_direction_names): Likewise.
10304 * language.c (_initialize_language): Make the type_or_range_names and
10305 case_sensitive_names variables const char *const [].
10306 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10307 * python/python.c (python_excp_enums): Likewise.
10308 * remote.c (interrupt_sequence_modes): Likewise.
10309 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10310 * serial.c (logbase_enums): Likewise.
10311 * sh-tdep.c (sh_cc_enum): Likewise.
10312 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10313 Likewise.
10314 * symtab.c (multiple_symbols_modes): Likewise.
10315 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10316 Likewise.
10317 * utils.c (internal_problem_modes): Likewise.
10318
10319 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10320
10321 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10322 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10323 result.
10324
10325 2012-01-27 Doug Evans <dje@google.com>
10326
10327 * configure.ac (with_python): Fix absolute path handling for win32.
10328 * configure: Regenerate.
10329
10330 2012-01-26 Doug Evans <dje@google.com>
10331
10332 * symtab.c: Whitespace cleanup, no code changes.
10333
10334 * symtab.c (lookup_symbol_in_language): Improve comment.
10335 (lookup_symbol_aux): Fix comment.
10336
10337 * psymtab.c (add_psymbol_to_list): Result is now "void".
10338 * psympriv.h (add_psymbol_to_list): Update.
10339
10340 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10341
10342 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10343
10344 Do not open script filenames twice.
10345 * cli/cli-cmds.c (source_script_from_stream): Pass to
10346 source_python_script also STREAM.
10347 * python/py-auto-load.c (source_section_scripts): Pass to
10348 source_python_script_for_objfile also STREAM.
10349 (auto_load_objfile_script): Pass to source_python_script_for_objfile
10350 also INPUT.
10351 * python/python-internal.h (source_python_script_for_objfile): New
10352 parameter file, rename parameter file to filename.
10353 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10354 instead if !_WIN32. Update the function comment.
10355 (source_python_script, source_python_script_for_objfile)
10356 (source_python_script): New parameter file, rename parameter file to
10357 filename. Pass FILENAME to python_run_simple_file.
10358 * python/python.h (source_python_script): New parameter file, rename
10359 parameter file to filename.
10360
10361 2012-01-26 Pedro Alves <palves@redhat.com>
10362
10363 * corelow.c (core_has_fake_pid): Delete.
10364 (core_close): Delete references to `core_has_fake_pid'.
10365 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10366 (core_open): Delete references to `core_has_fake_pid'.
10367 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10368 the removed global.
10369
10370 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10371
10372 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10373 Remove language parameter from name_matcher. Adjust the comment.
10374 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10375 Remove language parameter.
10376 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10377 * linespec.c (iterate_name_matcher): Likewise.
10378 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10379 name_matcher. Adjust call accordingly.
10380 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10381 (maintenance_check_symtabs): Adjust type of parameter "fun".
10382 * psymtab.h (maintenance_check_symtabs): Likewise.
10383
10384 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10385
10386 * language.h (symbol_name_match_p_ftype): New typedef.
10387 (struct language_defn): Replace field la_symbol_name_compare
10388 by la_get_symbol_name_match_p.
10389 * ada-lang.c (ada_get_symbol_name_match_p): New function.
10390 (ada_language_defn): Use it.
10391 * linespec.c (struct symbol_matcher_data): New type.
10392 (iterate_name_matcher): Rewrite.
10393 (iterate_over_all_matching_symtabs): Pass a pointer to
10394 a symbol_matcher_data struct to expand_symtabs_matching
10395 instead of just the lookup name.
10396 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10397 opencl-lang.c, p-lang.c, language.c: Delete field
10398 la_symbol_name_compare, and replace by NULL for new field
10399 la_get_symbol_name_match_p.
10400 * symfile.h (struct quick_symbol_functions): Update comment.
10401
10402 2012-01-25 Tom Tromey <tromey@redhat.com>
10403
10404 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10405 dereferencing.
10406
10407 2012-01-24 Tom Tromey <tromey@redhat.com>
10408
10409 PR symtab/12406:
10410 * solib.c (update_solib_list): Update the program space's
10411 added_solibs and deleted_solibs fields.
10412 * progspace.h (struct program_space) <added_solibs,
10413 deleted_solibs>: New fields.
10414 (clear_program_space_solib_cache): Declare.
10415 * progspace.c (release_program_space): Call
10416 clear_program_space_solib_cache.
10417 (clear_program_space_solib_cache): New function.
10418 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10419 bpstat_stop_status. Use handle_solib_event.
10420 * breakpoint.c: Include gdb_regex.h.
10421 (print_solib_event): New function.
10422 (bpstat_print): Use print_solib_event.
10423 (bpstat_stop_status): Add special case for bp_shlib_event.
10424 (handle_solib_event): New function.
10425 (bpstat_what): Use handle_solib_event.
10426 (struct solib_catchpoint): New.
10427 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10428 (breakpoint_hit_catch_solib, check_status_catch_solib)
10429 (print_it_catch_solib, print_one_catch_solib)
10430 (print_mention_catch_solib, print_recreate_catch_solib): New
10431 functions.
10432 (catch_solib_breakpoint_ops): New global.
10433 (catch_load_or_unload, catch_load_command_1)
10434 (catch_unload_command_1): New functions.
10435 (internal_bkpt_check_status): Add special case for
10436 bp_shlib_event.
10437 (internal_bkpt_print_it): Use print_solib_event.
10438 (initialize_breakpoint_ops): Initialize
10439 catch_solib_breakpoint_ops.
10440 (_initialize_breakpoint): Register "catch load" and "catch
10441 unload".
10442 * breakpoint.h (handle_solib_event): Declare.
10443 * NEWS: Add entry for "catch load" and "catch unload".
10444
10445 2012-01-24 Tom Tromey <tromey@redhat.com>
10446
10447 * ada-lang.c: Include gdb_vecs.h.
10448 * charset.c: Include gdb_vecs.h.
10449 * tracepoint.h: Include gdb_vecs.h.
10450 * gdb_vecs.h: New file.
10451
10452 2012-01-24 Pedro Alves <pedro@codesourcery.com>
10453
10454 * breakpoint.c (breakpoint_hit_catch_fork)
10455 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10456 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10457 * infrun.c (inferior_has_forked, inferior_has_vforked)
10458 (inferior_has_execd, inferior_has_called_syscall): Delete.
10459 (handle_syscall_event): Get syscall_number from the execution
10460 control state's wait status.
10461 (wait_for_inferior): Don't clear syscall_number.
10462
10463 2012-01-24 Pedro Alves <palves@redhat.com>
10464
10465 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10466 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10467 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10468 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10469 `ws' parameter.
10470 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
10471 false for events other than TARGET_SIGNAL_TRAP.
10472 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10473 Add `ws' parameter.
10474 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
10475 events other than TARGET_SIGNAL_TRAP.
10476 (tracepoint_breakpoint_hit): Add `ws' parameter.
10477 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10478 parameter.
10479 (bpstat_stop_status): Same.
10480 (pc_at_non_inline_function): Same.
10481 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10482 to pass the current event's waitstatus to bpstat_stop_status
10483 and pc_at_non_inline_function.
10484
10485 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10486
10487 Code cleanup.
10488 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10489 Update the function comment for it.
10490 (source_script_with_search): Call make_cleanup_fclose for STREAM.
10491 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10492 for STREAM.
10493
10494 2012-01-24 Pedro Alves <palves@redhat.com>
10495
10496 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10497 outside `bs->stop' block.
10498 (bpstat_what): Rework bp_shlib_event handling.
10499 (internal_bkpt_check_status): If the breakpoint is a
10500 bp_shlib_event, then set bs->stop and bs->print if
10501 stop_on_solib_events is set.
10502
10503 2012-01-24 Gary Benson <gbenson@redhat.com>
10504
10505 Delete #if 0'd out code.
10506 * stack.c (print_frame_label_vars): Remove.
10507 (catch_info): Likewise.
10508 (_initialize_stack): Remove "info catch" command.
10509 * NEWS: Mention the above.
10510
10511 2012-01-24 Pedro Alves <palves@redhat.com>
10512
10513 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
10514 it.
10515 (remote_notice_new_inferior): If the remote end doesn't support
10516 the multiprocess extensions, then the PID is fake.
10517 (add_current_inferior_and_thread): New.
10518 (remote_start_remote): Use it.
10519 (extended_remote_attach_1): Adjust.
10520 (extended_remote_create_inferior_1): Use
10521 add_current_inferior_and_thread.
10522
10523 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10524
10525 Fix watchpoints to be specific for each inferior.
10526 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10527 current_program_space.
10528 * i386-nat.c (i386_inferior_data_cleanup): New.
10529 (i386_inferior_data_get): Replace variable inf_data_local by an
10530 inferior_data call.
10531 (i386_use_watchpoints): Initialize i386_inferior_data.
10532 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10533 specific iterate_over_lwps.
10534
10535 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10536
10537 Fix watchpoints across inferior fork.
10538 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10539 comment for linux_nat_iterate_watchpoint_lwps.
10540 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10541 linux_nat_iterate_watchpoint_lwps.
10542 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10543 * i386-linux-nat.c (update_debug_registers_callback): Update the
10544 comment for linux_nat_iterate_watchpoint_lwps.
10545 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10546 linux_nat_iterate_watchpoint_lwps.
10547 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10548 * i386-nat.c: Include inferior.h.
10549 (dr_mirror): Remove.
10550 (i386_inferior_data, struct i386_inferior_data)
10551 (i386_inferior_data_get): New.
10552 (i386_debug_reg_state): Use i386_inferior_data_get.
10553 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10554 (i386_insert_watchpoint, i386_remove_watchpoint)
10555 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10556 (i386_remove_hw_breakpoint): New variable state, use
10557 i386_debug_reg_state instead of DR_MIRROR.
10558 * linux-nat.c (delete_lwp): New declaration.
10559 (num_lwps): Move here from downwards.
10560 (delete_lwp_cleanup): New.
10561 (linux_child_follow_fork): Create new child_lp, call
10562 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10563 PTRACE_DETACH.
10564 (num_lwps): Move upwards.
10565 (linux_nat_iterate_watchpoint_lwps): New.
10566 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10567 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10568
10569 2012-01-24 Joel Brobecker <brobecker@adacore.com>
10570
10571 GDB 7.4 released.
10572
10573 2012-01-23 Pedro Alves <palves@redhat.com>
10574
10575 * top.c (caution): Rename to ...
10576 (confirm): ... this.
10577 (show_caution): Rename to ...
10578 (show_confirm): ... this.
10579 (quit_cover): Adjust.
10580 (init_main): Adjust.
10581 * top.h (caution): Rename to ...
10582 (confirm): ... this.
10583 * utils.c (internal_vproblem, defaulted_query): Adjust.
10584
10585 2012-01-23 Pedro Alves <palves@redhat.com>
10586
10587 * top.c (caution): Update comment.
10588 (execute_command): Don't consider the current value of `caution'.
10589
10590 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10591
10592 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10593
10594 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10595
10596 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10597 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10598 * target.c (target_fileio_pwrite): Remove buffer address from
10599 debug output.
10600 (target_fileio_pread): Likewise.
10601
10602 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10603
10604 * NEWS: Document remote "info proc" and "generate-core-file".
10605
10606 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10607
10608 * gdbarch.sh (find_memory_regions): New callback.
10609 * gdbarch.c, gdbarch.h: Regenerate.
10610
10611 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10612 callback before falling back to target method.
10613
10614 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10615 (linux_target_install_ops): No longer install it.
10616
10617 * linux-tdep.c (linux_find_memory_regions): New function.
10618 (linux_init_abi): Install it.
10619
10620 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10621
10622 * gdbarch.sh (make_corefile_notes): New architecture callback.
10623 * gdbarch.c: Regenerate.
10624 * gdbarch.h: Likewise.
10625
10626 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10627 before target_make_corefile_notes. If NULL is returned, the
10628 target does not support core file generation.
10629
10630 * linux-nat.c: Include "linux-tdep.h".
10631 (find_signalled_thread, find_stop_signal): Remove.
10632 (linux_nat_do_thread_registers): Likewise.
10633 (struct linux_nat_corefile_thread_data): Likewise.
10634 (linux_nat_corefile_thread_callback): Likewise.
10635 (iterate_over_spus): Likewise.
10636 (struct linux_spu_corefile_data): Likewise.
10637 (linux_spu_corefile_callback): Likewise.
10638 (linux_spu_make_corefile_notes): Likewise.
10639 (linux_nat_collect_thread_registers): New function.
10640 (linux_nat_make_corefile_notes): Replace contents by call to
10641 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10642 as native-only callback.
10643
10644 * linux-tdep.h: Include "bfd.h".
10645 (struct regcache): Add forward declaration.
10646 (linux_collect_thread_registers_ftype): New typedef.
10647 (linux_make_corefile_notes): Add prototype.
10648 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10649 "regset.h", and "elf-bfd.h".
10650 (find_signalled_thread, find_stop_signal): New functions.
10651 (linux_spu_make_corefile_notes): Likewise.
10652 (linux_collect_thread_registers): Likewise.
10653 (struct linux_corefile_thread_data): New data structure.
10654 (linux_corefile_thread_callback): New funcion.
10655 (linux_make_corefile_notes): Likewise.
10656 (linux_make_corefile_notes_1): Likewise.
10657 (linux_init_abi): Install it.
10658
10659 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10660
10661 * gdbarch.sh (info_proc): New callback.
10662 * gdbarch.c, gdbarch.h: Regenerate.
10663
10664 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10665 before falling back to the target info_proc callback.
10666
10667 * linux-nat.c: Do not include "cli/cli-utils.h".
10668 (linux_nat_info_proc): Remove.
10669 (linux_target_install_ops): No longer install it.
10670
10671 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10672 (read_mapping): New function.
10673 (linux_info_proc): Likewise.
10674 (linux_init_abi): Install it.
10675
10676 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10677
10678 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10679 * infcmd.c: (info_proc_cmd_1): New function.
10680 (info_proc_cmd): New function, moved here from equivalent routine
10681 orignally in linux-nat.c.
10682 (info_proc_cmd_mappings): Likewise.
10683 (info_proc_cmd_stat): Likewise.
10684 (info_proc_cmd_status): Likewise.
10685 (info_proc_cmd_cwd): Likewise.
10686 (info_proc_cmd_cmdline): Likewise.
10687 (info_proc_cmd_exe): Likewise.
10688 (info_proc_cmd_all): Likewise.
10689 (_initialize_infcmd): Install "info proc" command and subcommands.
10690
10691 * target.h (struct target_ops): Add to_info_proc.
10692 (target_info_proc): Add prototype.
10693 * target.c (target_info_proc): New function.
10694
10695 * procfs.c (procfs_info_proc): Add prototype.
10696 (info_proc_cmd): Rename into ...
10697 (procfs_info_proc): ... this. Update argument types as appropriate
10698 for a to_info_proc implementation. Handle "what" argument.
10699 (procfs_target): Install procfs_info_proc.
10700 (_initialize_procfs): No longer install "info proc" command.
10701
10702 * linux-nat.c: (enum info_proc_what): Remove.
10703 (linux_nat_info_proc_cmd_1): Rename into ...
10704 (linux_nat_info_proc): ... this. Update argument types as appropriate
10705 for a to_info_proc implementation.
10706 (linux_nat_info_proc_cmd): Remove.
10707 (linux_nat_info_proc_cmd_mappings): Likewise.
10708 (linux_nat_info_proc_cmd_stat): Likewise.
10709 (linux_nat_info_proc_cmd_status): Likewise.
10710 (linux_nat_info_proc_cmd_cwd): Likewise.
10711 (linux_nat_info_proc_cmd_cmdline): Likewise.
10712 (linux_nat_info_proc_cmd_exe): Likewise.
10713 (linux_nat_info_proc_cmd_all): Likewise.
10714 (linux_target_install_ops): Install linux_nat_info_proc.
10715 (_initialize_linux_nat): No longer install "info proc" command
10716 and subcommands.
10717
10718 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10719
10720 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10721 * config.in, configure: Regenerate.
10722
10723 * target.h (struct target_ops): Add to_fileio_readlink.
10724 (target_fileio_readlink): Add prototype.
10725 * target.c (target_fileio_readlink): New function.
10726
10727 * inf-child.c: Conditionally include <sys/param.h>.
10728 (inf_child_fileio_readlink): New function.
10729 (inf_child_target): Install it.
10730
10731 * remote.c (PACKET_vFile_readlink): New enum value.
10732 (remote_hostio_readlink): New function.
10733 (init_remote_ops): Install it.
10734 (_initialize_remote): Handle vFile:readlink packet type.
10735
10736 2012-01-20 Pedro Alves <palves@redhat.com>
10737 Ulrich Weigand <ulrich.weigand@linaro.org>
10738
10739 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10740 * config.in, configure: Regenerate.
10741
10742 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10743 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10744 (target_fileio_open): Add prototype.
10745 (target_fileio_pwrite): Likewise.
10746 (target_fileio_pread): Likewise.
10747 (target_fileio_close): Likewise.
10748 (target_fileio_unlink): Likewise.
10749 (target_fileio_read_alloc): Likewise.
10750 (target_fileio_read_stralloc): Likewise.
10751
10752 * target.c: Include "gdb/fileio.h".
10753 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10754 (default_fileio_target): New function.
10755 (target_fileio_open): Likewise.
10756 (target_fileio_pwrite): Likewise.
10757 (target_fileio_pread): Likewise.
10758 (target_fileio_close): Likewise.
10759 (target_fileio_unlink): Likewise.
10760 (target_fileio_close_cleanup): Likewise.
10761 (target_fileio_read_alloc_1): Likewise.
10762 (target_fileio_read_alloc): Likewise.
10763 (target_fileio_read_stralloc): Likewise.
10764
10765 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10766 <fcntl.h>, and <unistd.h>.
10767 (inf_child_fileio_open_flags_to_host): New function.
10768 (inf_child_errno_to_fileio_error): Likewise.
10769 (inf_child_fileio_open): Likewise.
10770 (inf_child_fileio_pwrite): Likewise.
10771 (inf_child_fileio_pread): Likewise.
10772 (inf_child_fileio_close): Likewise.
10773 (inf_child_fileio_unlink): Likewise.
10774 (inf_child_target): Install to_fileio routines.
10775
10776 * remote.c (init_remote_ops): Install to_fileio routines.
10777
10778 2012-01-20 Pedro Alves <palves@redhat.com>
10779 Ulrich Weigand <ulrich.weigand@linaro.org>
10780
10781 * remote.c (remote_multi_process_p): Only check for multi-process
10782 protocol feature, do not check for extended protocol.
10783 (remote_supports_multi_process): Check for extended protocol here.
10784 (set_general_process): Likewise.
10785 (extended_remote_kill): Likewise.
10786 (remote_pid_to_str): Likewise.
10787 (remote_query_supported): Always query multiprocess mode.
10788
10789 2012-01-20 Pedro Alves <palves@redhat.com>
10790 Ulrich Weigand <ulrich.weigand@linaro.org>
10791
10792 * inferior.h (struct inferior): Add fake_pid_p.
10793 * inferior.c (exit_inferior_1): Clear fake_pid_p.
10794 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10795 magic_null_ptid since the remote side doesn't provide a real PID.
10796
10797 2012-01-19 Tom Tromey <tromey@redhat.com>
10798
10799 * NEWS: Combine the two Python sections.
10800
10801 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10802
10803 * target.h (target_close): Update comment on the target's unpush state.
10804
10805 2012-01-19 Pedro Alves <palves@redhat.com>
10806
10807 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10808 linux_nat_async directly instead of going through the target
10809 vector.
10810 * target.c (unpush_target): Close target after unpushing it, not
10811 before.
10812
10813 2012-01-19 Gary Benson <gbenson@redhat.com>
10814
10815 * mdebugread.c (sort_blocks): Replace integer constants with ones
10816 derived from FIRST_LOCAL_BLOCK.
10817
10818 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
10819 Jan Kratochvil <jan.kratochvil@redhat.com>
10820
10821 PR gdb/9538
10822 * symfile.c (find_separate_debug_file): New function.
10823 (terminate_after_last_dir_separator): Likewise.
10824 (find_separate_debug_file_by_debuglink): Also try realpath.
10825 * configure.ac (AC_CHECK_FUNCS): Add lstat.
10826 * configure: Regenerate.
10827 * config.in: Regenerate.
10828
10829 2012-01-18 Doug Evans <dje@google.com>
10830
10831 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10832 (main.o): Remove rule.
10833 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10834 (--with-sysroot): Rewrite.
10835 * configure: Regenerate.
10836 * config.in: Regenerate.
10837
10838 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
10839
10840 * parse.c (initialize_expout): New function.
10841 (reallocate_expout): Likewise.
10842 (parse_exp_in_context): Use `initialize_expout' and
10843 `reallocate_expout' when appropriate.
10844
10845 2012-01-18 Pedro Alves <palves@redhat.com>
10846
10847 * record.c (struct record_breakpoint, record_breakpoint_p)
10848 (record_breakpoints): New.
10849 (record_insert_breakpoint, record_remove_breakpoint): Manage
10850 record breakpoints list. Only remove breakpoints from the
10851 inferior if they had been inserted there in the first place.
10852
10853 2012-01-17 Doug Evans <dje@google.com>
10854
10855 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10856 if we know we don't have a file name to look for.
10857
10858 2012-01-17 Pedro Alves <palves@redhat.com>
10859
10860 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10861 the frame's stop reason is UNWIND_UNAVAILABLE.
10862
10863 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10864
10865 Fix compilation error.
10866 * m2-exp.y (yyerror): Use ANSI C prototype.
10867
10868 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10869
10870 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10871 (growbuf_by_size): Likewise.
10872 (yyerror): Likewise.
10873 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10874 (modblock): Remove variable (was #if 0'ed).
10875 (parse_number): Convert prototype from K&R to ANSI C.
10876 (yyerror): Likewise.
10877 * objc-exp.y (parse_number): Likewise.
10878 (yyerror): Likewise.
10879 (yylex): Remove #if 0'ed code.
10880 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10881 (yyerror): Likewise.
10882
10883 2012-01-16 Tom Tromey <tromey@redhat.com>
10884
10885 * NEWS: Add item.
10886 * symtab.h (compare_filenames_for_search): Declare.
10887 * symtab.c (compare_filenames_for_search): New function.
10888 (iterate_over_some_symtabs): Use it.
10889 * symfile.h (struct quick_symbol_functions)
10890 <map_symtabs_matching_filename>: Change spec.
10891 * psymtab.c (partial_map_symtabs_matching_filename): Use
10892 compare_filenames_for_search. Update for new spec.
10893 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10894 compare_filenames_for_search. Update for new spec.
10895 * breakpoint.c (clear_command): Use compare_filenames_for_search.
10896
10897 2012-01-16 Tom Tromey <tromey@redhat.com>
10898
10899 PR python/13281:
10900 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10901 (struct main_type) <flag_flag_enum>: New field.
10902 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10903 * NEWS: Add entries.
10904 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10905 enums.
10906 * python/lib/gdb/printing.py (_EnumInstance): New class.
10907 (FlagEnumerationPrinter): Likewise.
10908
10909 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10910
10911 * breakpoint.c (create_sals_from_address_default): New function.
10912 (create_breakpoints_sal_default): Likewise.
10913 (decode_linespec_default): Likewise.
10914 (is_marker_spec): Removed.
10915 (strace_marker_p): New function.
10916 (init_breakpoint_sal): Using `strace_marker_p' instead of
10917 `is_marker_spec'.
10918 (create_breakpoint): Call method `create_sals_from_address' from
10919 breakpoint_ops, replacing code that created SALs conditionally
10920 on the type of the breakpoint. Call method `create_breakpoints_sal',
10921 replacing code that created breakpoints conditionally on the type
10922 wanted.
10923 (base_breakpoint_create_sals_from_address): New function.
10924 (base_breakpoint_create_breakpoints_sal): Likewise.
10925 (base_breakpoint_decode_linespec): Likewise.
10926 (base_breakpoint_ops): Add methods
10927 `base_breakpoint_create_sals_from_address',
10928 `base_breakpoint_create_breakpoints_sal' and
10929 `base_breakpoint_decode_linespec'.
10930 (bkpt_create_sals_from_address): New function.
10931 (bkpt_create_breakpoints_sal): Likewise.
10932 (bkpt_decode_linespec): Likewise.
10933 (tracepoint_create_sals_from_address): Likewise.
10934 (tracepoint_create_breakpoints_sal): Likewise.
10935 (tracepoint_decode_linespec): Likewise.
10936 (strace_marker_create_sals_from_address): Likewise.
10937 (strace_marker_create_breakpoints_sal): Likewise.
10938 (strace_marker_decode_linespec): Likewise.
10939 (strace_marker_breakpoint_ops): New variable.
10940 (addr_string_to_sals): Remove `marker_spec'. Call method
10941 `decode_linespec' from breakpoint_ops, replacing code that decoded
10942 an address string into a SAL. Use `strace_marker_p' instead of
10943 `marker_spec'.
10944 (strace_command): Decide whether we are dealing with a static
10945 tracepoint with marker or not. Use the appropriate breakpoint_ops.
10946 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10947 * breakpoint.h (linespec_result, linespec_sals): New forward
10948 declarations.
10949 (breakpoint_ops) <create_sals_from_address>,
10950 <create_breakpoints_sal>, <decode_linespec>: New methods.
10951
10952 2012-01-14 Doug Evans <dje@google.com>
10953
10954 * NEWS: Update text for "maint set python print-stack".
10955 It is deprecated in gdb 7.4 and deleted in 7.5.
10956
10957 2012-01-13 Eli Zaretskii <eliz@gnu.org>
10958
10959 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10960 including curses.h.
10961
10962 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10963
10964 * configure: Regenerate.
10965 * config.in: Regenerate.
10966
10967 2012-01-12 Keith Seitz <keiths@redhat.com>
10968
10969 PR mi/10586
10970 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10971 (ANONYMOUS_UNION_NAME): Define.
10972 (is_path_expr_parent): New function.
10973 (get_path_expr_parent): New function.
10974 (is_anonymous_child): New function.
10975 (create_child_with_value): If the child is anonymous and without
10976 a name, assign an object name to it.
10977 (c_describe_child): Use get_path_expr_parent to determine
10978 the parent expression.
10979 If there field represents an anonymous struct or union and
10980 has no name, set an appropriate display name and expression.
10981 (cplus_describe_child): Likewise.
10982
10983 2012-01-12 Pedro Alves <palves@redhat.com>
10984
10985 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10986 available when %ebp is found to be zero (outermost).
10987
10988 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
10989
10990 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10991 an internal gdb_static_assert.
10992 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10993
10994 2012-01-11 Tom Tromey <tromey@redhat.com>
10995
10996 PR gdb/9598:
10997 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10998 catch" and "catch throw".
10999
11000 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
11001
11002 * blockframe.c (block_innermost_frame): Start search from selected
11003 frame, if present, or otherwise the current frame.
11004
11005 * c-exp.y (variable): Update innermost_block for
11006 'block COLONCOLON NAME' clause.
11007 * m2-exp.y (variable): Ditto.
11008 * objc-exp.y (variable): Ditto.
11009
11010 2012-01-10 Tom Tromey <tromey@redhat.com>
11011
11012 PR python/13199:
11013 * python/python.c (finish_python_initialization): Set sys.argv.
11014
11015 2012-01-10 Doug Evans <dje@google.com>
11016
11017 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
11018 "want_line_info". All callers updated.
11019 (dwarf_decode_lines_1): New function.
11020 (handle_DW_AT_stmt_list): Add function comment.
11021 New arg "want_line_info". All callers updated.
11022 (read_file_scope,read_type_unit_scope): Move comment from
11023 handle_DW_AT_stmt_list to here.
11024
11025 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11026
11027 Fix regression after libiberty/ update for GCC PR 6057 and others.
11028 * c-exp.y (operator) <OPERATOR DELETE>
11029 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11030 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11031 (make_builtin_type, make_name): New variable i, add gdb_assert.
11032 (operator) <OPERATOR NEW>: Update ARGS to 3.
11033 (operator) <OPERATOR DELETE>: Add trailing space.
11034 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11035 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11036 * cp-support.c (cp_canonicalize_string): Check NULL from
11037 cp_comp_to_string, call warning and return.
11038
11039 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11040
11041 Fix duplicate .o files after omitting libbfd.a.
11042 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11043 (SFILES): Add corelow.c.
11044 (COMMON_OBS): Add corelow.o.
11045 (ALLDEPFILES): Remove corelow.c.
11046 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11047 * config/alpha/alpha-osf3.mh: Likewise.
11048 * config/alpha/fbsd.mh: Likewise.
11049 * config/arm/nbsdaout.mh: Likewise.
11050 * config/arm/nbsdelf.mh: Likewise.
11051 * config/i386/i386gnu.mh: Likewise.
11052 * config/ia64/hpux.mh: Likewise.
11053 * config/ia64/linux.mh: Likewise.
11054 * config/m32r/linux.mh: Likewise.
11055 * config/m68k/linux.mh: Likewise.
11056 * config/mips/irix5.mh: Likewise.
11057 * config/mips/irix6.mh: Likewise.
11058 * config/pa/hpux.mh: Likewise.
11059 * config/pa/linux.mh: Likewise.
11060 * config/powerpc/aix.mh: Likewise.
11061 * config/sparc/linux.mh: Likewise.
11062 * config/sparc/linux64.mh: Likewise.
11063 * config/sparc/sol2.mh: Likewise.
11064 * config/vax/vax.mh: Likewise.
11065 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11066 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11067 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11068 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11069 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11070 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11071 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11072 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11073 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11074 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11075 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11076 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11077 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11078 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11079 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11080 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11081 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11082 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11083 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11084 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11085 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11086 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11087 corelow.o from gdb_target_obs.
11088 * corefile.c (core_target): Update the comment on NULL value.
11089 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11090 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11091 MATCHES. Drop YUMMY set on NULL.
11092 (core_close): Do not call exit_inferior_silent on zero PID. Do not
11093 reclaim CORE_DATA if it is already NULL.
11094
11095 2012-01-09 Doug Evans <dje@google.com>
11096
11097 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11098 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11099
11100 2012-01-09 Keith Seitz <keiths@redhat.com>
11101
11102 * breakpoint.c (wrapper.h): Don't include.
11103
11104 2012-01-09 Keith Seitz <keiths@redhat.com>
11105
11106 * Makefile.in (SFILES): Remove wrapper.c.
11107 (HFILES_NO_SRCDIR): Remove wrapper.h.
11108 (COMMON_OBS): Remove wrapper.o.
11109 * cli/cli-interp.c: Don't inlude wrapper.h.
11110 * corelow.c: Likewise.
11111 (core_open): Replace gdb_target_find_new_threads with
11112 TRY_CATCH around target_find_new_threads.
11113 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11114 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11115 * varobj.c (varobj_create): Likewise for parse_exp_1 and
11116 evaluate_expression.
11117 (varobj_set_value): Likewise for evaluate_expression and
11118 value_assign.
11119 (install_new_variable): Likewise for value_fetch_lazy.
11120 (adjust_value_for_child_access): Likewise for value_ind.
11121 (c_describe_child): Likewise for value_subscript and
11122 value_ind.
11123 (c_value_of_root): Likewise for evaluate_expression.
11124 * wrapper.c: Remove.
11125 * wrapper.h: Remove.
11126
11127 2012-01-09 Doug Evans <dje@google.com>
11128
11129 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11130 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
11131 "abfd" args with "section". All callers updated.
11132 Error checking code moved ...
11133 (error_check_comp_unit_head): ... here. New function.
11134 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11135 Delete arg "abfd". New arg "type_offset". All callers updated.
11136 (create_debug_types_hash_table): Simplify by using
11137 read_and_check_type_unit_head.
11138
11139 * parser-defs.h (namecopy): Delete.
11140 * parse.c (namecopy, namecopy_size): Move into copy_name.
11141
11142 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11143
11144 Partially fix duplicate .o files after omitting libbfd.a.
11145 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11146 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11147 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11148 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11149 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11150 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11151 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11152
11153 2012-01-09 Pedro Alves <palves@redhat.com>
11154
11155 * MAINTAINERS: Update my email address.
11156
11157 2012-01-08 Doug Evans <dje@google.com>
11158
11159 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11160 n_type_units. Rename type_comp_units to all_type_units.
11161 All uses updated.
11162 (add_signatured_type_cu_to_table): Renamed from
11163 add_signatured_type_cu_to_list. All callers updated.
11164
11165 * gdbtypes.h (struct cplus_struct_type): Delete member
11166 nfn_fields_total. All uses removed.
11167
11168 2012-01-06 Doug Evans <dje@google.com>
11169
11170 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11171 to top of file.
11172 (dwarf2_find_comp_unit): Delete.
11173 (process_psymtab_comp_unit): Make result "void".
11174 Delete args buffer, info_ptr, buffer_size, and replace with
11175 "section". All callers updated.
11176 (dwarf2_build_psymtabs_hard): Simplify.
11177
11178 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
11179 Thiago Jung Bauermann <bauerman@br.ibm.com>
11180
11181 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11182 before `struct gdb_exception'.
11183 * breakpoint.c (update_global_location_list_nothrow)
11184 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11185 * cp-abi.c (value_rtti_type): Likewise.
11186 * cp-support.c (cp_validate_operator): Likewise.
11187 * infrun.c (insert_exception_resume_breakpoint)
11188 (check_exception_resume, keep_going): Likewise.
11189 * mi-interp.c (mi_breakpoint_created)
11190 (mi_breakpoint_modified): Likewise.
11191 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11192 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11193 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11194
11195 2012-01-05 Doug Evans <dje@google.com>
11196
11197 * dwarf2read.c (statement_prologue): Delete, unused.
11198
11199 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11200 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11201
11202 * dwarf2read.c (comp_unit_header): Delete, unused.
11203
11204 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
11205
11206 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11207 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11208
11209 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
11210
11211 * infrun.c (normal_stop): Don't skip calling the normal_stop
11212 observers if the thread was doing a multi-step, but stopped for
11213 some reason other than stepping.
11214
11215 2012-01-05 Pedro Alves <alves.ped@gmail.com>
11216
11217 * cli/cli-decode.h: Add comments.
11218 (CMD_LIST_AMBIGUOUS): Moved to command.h
11219 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11220 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11221 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11222 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11223 (add_com, add_com_alias, add_info, add_info_alias)
11224 (complete_on_cmdlist, complete_on_enum, help_list): Remove
11225 declarations.
11226 * command.h: Add and adjust comments.
11227 (CMD_LIST_AMBIGUOUS): Moved here.
11228 (help_cmd, help_cmd_list): Delete declarations.
11229
11230 2012-01-04 Doug Evans <dje@google.com>
11231
11232 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11233 All callers updated.
11234 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11235 Replace all arguments with "per_cu". All callers updated.
11236
11237 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11238
11239 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11240 New arg "per_cu". All callers updated.
11241
11242 Delete #if 0'd out code.
11243 * language.c (binop_result_type): Delete.
11244 (simple_type, ordered_type, same_type, integral_type): Delete.
11245 (numeric_type, character_type, string_type, boolean_type): Delete.
11246 (float_type, structured_type): Delete.
11247 * language.h: Update.
11248
11249 2012-01-04 Tom Tromey <tromey@redhat.com>
11250
11251 * python/py-value.c (valpy_binop): Initialize 'res_val'.
11252
11253 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11254
11255 * corefile.c (close_exec_file): Delete.
11256 (reopen_exec_file): Remove commented out code that seems related
11257 to close_exec_file, which is being deleted here.
11258 * inferior.h (close_exec_file): Delete.
11259 * fork-child.c (fork_inferior): Remove call to fork_inferior.
11260
11261 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11262
11263 * ada-lang.c: #include "cli/cli-utils.h".
11264 (get_selections): Use skip_spaces.
11265 (ada_get_next_arg): Use skip_spaces and skip_to_space.
11266 (catch_ada_exception_command_split): Use skip_spaces.
11267 (ada_decode_assert_location): Likewise.
11268
11269 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11270
11271 * linespec.c (decode_line_internal): Check for C++ or Java
11272 compound constructs only if the current language is C, C++
11273 or Java.
11274
11275 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11276
11277 Revert:
11278 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11279 Joel Brobecker <brobecker@adacore.com>
11280 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11281 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11282 3 times.
11283 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11284 fall through into AT_ENTRY_POINT.
11285 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11286 DUMMY_ADDR with it.
11287 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11288 PPC_INSN_SIZE skip to 3 times.
11289
11290 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11291
11292 * linespec.c (add_minsym): Preserve function descriptors.
11293
11294 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11295
11296 * breakpoint.c (all_locations_are_pending): Consider locations
11297 in program spaces executing during startup pending as well.
11298
11299 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11300
11301 Copyright year update in most files of the GDB Project.
11302
11303 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11304
11305 * copyright.sh: Delete.
11306 * copyright.py: Rewrite.
11307
11308 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11309
11310 * gnulib/extra/update-copyright: New file, imported from gnulib.
11311
11312 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11313
11314 * README (Copyright and License Notices): New section.
11315
11316 2012-01-03 Tom Tromey <tromey@redhat.com>
11317
11318 PR python/12533:
11319 * python/py-value.c (valpy_dereference, valpy_get_address
11320 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11321 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11322 (valpy_absolute, valpy_richcompare): Free intermediate values.
11323
11324 2011-01-03 Joel Brobecker <brobecker@adacore.com>
11325
11326 * ada-lang.c: Reformat the copyright notice.
11327
11328 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11329
11330 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11331 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11332 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11333 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11334 Revert this part of:
11335 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11336 Build gdb directly from *.o files not using libgdb.a.
11337 * Makefile.in (COMMON_OBS): Remove solib-target.o.
11338
11339 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11340
11341 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11342 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11343 Reformat the copyright header.
11344
11345 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11346
11347 Revert this part of:
11348 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11349 Remove the gdbtui binary.
11350 * gdb.c (main): Remove args.interpreter_p initialization.
11351 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11352 * main.h (struct captured_main_args): Remove interpreter_p.
11353
11354 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11355
11356 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11357
11358 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11359
11360 * top.c (print_gdb_version): Update copyright year.
11361
11362 2012-01-02 Yao Qi <yao@codesourcery.com>
11363
11364 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11365
11366 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11367 Joel Brobecker <brobecker@adacore.com>
11368
11369 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11370 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11371 3 times.
11372 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11373 fall through into AT_ENTRY_POINT.
11374 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11375 DUMMY_ADDR with it.
11376 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11377 PPC_INSN_SIZE skip to 3 times.
11378
11379 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11380
11381 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11382 the return value.
11383 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11384
11385 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11386
11387 Build gdb directly from *.o files not using libgdb.a.
11388 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11389 (COMMON_OBS): Remove solib-target.o.
11390 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11391 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11392 (LIBGDB_OBS, libgdb.a): Move it above.
11393 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11394 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11395 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11396 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11397 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11398 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11399 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11400 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11401 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11402 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11403 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11404 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11405 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11406 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11407 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11408 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11409 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11410 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11411 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11412 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11413 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11414 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11415 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11416 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11417 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11418 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11419 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11420
11421 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11422
11423 Remove the gdbtui binary.
11424 * .gitignore (/gdbtui): Remove.
11425 * Makefile.in (TUI): Remove.
11426 (SUBDIR_TUI_OBS): Remove tui-main.o.
11427 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11428 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11429 (tui-main.o): Remove.
11430 (all_object_files): Remove tui-main.o.
11431 * NEWS: New note for the gdbtui removal.
11432 * configure: Rebuilt.
11433 * configure.ac: No longer add all-tui, clean-tui, install-tui and
11434 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11435 CONFIG_UNINSTALL respectively.
11436 * gdb.c (main): Remove args.interpreter_p initialization.
11437 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11438 * main.h (struct captured_main_args): Remove interpreter_p.
11439 * tui/tui-main.c: Remove.
11440
11441 2012-01-01 Doug Evans <dje@google.com>
11442
11443 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11444 (dwarf2_physname, read_import_statement): Ditto.
11445 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11446 (process_structure_scope read_subroutine_type): Ditto.
11447 (read_typedef, load_partial_dies, read_partial_die): Ditto.
11448 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11449 (dwarf2_fetch_die_location_block): Ditto.
11450 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11451
11452 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11453 All callers updated.
11454 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11455 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11456 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11457
11458 * dwarf2read.c (load_cu): Move assert to more useful location.
11459
11460 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11461 All callers updated.
11462
11463 * dwarf2read.c (dwarf2_per_objfile): Add comment.
11464 (dwarf2_elf_names): Minor reformat.
11465 (dwarf2_per_cu_data): Tweak comment.
11466 (dwarf2_read_section): Fix comment.
11467 (create_all_comp_units): Fix comment.
11468 (load_full_comp_unit): Fix comment.
11469 (process_full_comp_unit): Fix comment.
11470 (read_signatured_type): Fix comment.
11471
11472 For older changes see ChangeLog-2011.
11473 \f
11474 Local Variables:
11475 mode: change-log
11476 left-margin: 8
11477 fill-column: 74
11478 version-control: never
11479 coding: utf-8
11480 End: