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