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