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