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