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