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