* symtab.c (do_free_search_symbols_cleanup): Change arg to,
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-08-01 Doug Evans <dje@google.com>
2
3 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
4 effectively, struct symbol_search **.
5 (make_cleanup_free_search_symbols): Change arg to struct
6 symbol_search **. All callers updated.
7 (compare_search_syms): Compare symtab file name and block as well.
8 (search_symbols_equal): New function.
9 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
10 New args new_head, new_tail. Result is now void. Remove dups after
11 sorting the symbols.
12 (search_symbols): Sort all found symbols once, after all have been
13 found, and remove duplicates. Simplify cleanup tracking of result.
14 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
15
16 Further workarounds for binutils/15021.
17 * dwarf2read.c (recursively_compute_inclusions): Change type of result
18 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
19 Watch for duplicate symtabs coming from type units.
20 (compute_symtab_includes): Update call to
21 recursively_compute_inclusions. Build vector of included symtabs
22 instead of per_cus.
23 * symtab.h (symtab_ptr): New typedef.
24 (DEF_VEC_P (symtab_ptr)): New VEC type.
25 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
26 instead.
27
28 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
29
30 * cli/cli-script.c (script_from_file): Remove use of
31 error_pre_print.
32 * main.c (captured_main): Remove use of error_pre_print and
33 quit_pre_print.
34 * utils.c (error_pre_print, quit_pre_print): Remove.
35 * utils.h (error_pre_print, quit_pre_print): Likewise.
36
37 2013-08-01 Yao Qi <yao@codesourcery.com>
38
39 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
40 with mi_getopt.
41 (mi_cmd_stack_list_variables): Likewise.
42
43 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
44
45 * exceptions.c (deprecated_throw_reason): Remove.
46 * exceptions.h (deprecated_throw_reason): Remove.
47
48 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
49
50 * remote-mips.c (mips_error): Replace use of
51 deprecated_throw_reason with throw_verror. Use the error message
52 passed to mips_error as the error message for throw_verror.
53
54 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
55
56 * monitor.c (monitor_interrupt_query): Replace use of
57 deprecated_throw_reason with quit.
58 * nto-procfs.c (interrupt_query): Likewise.
59 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
60 * remote-mips.c (mips_kill): Likewise.
61 * remote.c (interrupt_query): Likewise.
62
63 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
64
65 * utils.c (internal_verror): Replace use of deprecated_throw_reason
66 with call to fatal.
67
68 2013-07-31 Pedro Alves <pedro@codesourcery.com>
69 Yao Qi <yao@codesourcery.com>
70
71 * tracepoint.c (trace_dump_command): Select the current frame.
72
73 2013-07-30 Doug Evans <dje@google.com>
74
75 * dwarf2read.c (process_queue): Add type signature to debug output.
76
77 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
78
79 * value.c (value_fetch_lazy): Mark optimized out values as such
80 rather than raising an error.
81
82 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
83
84 * value.c (value_fetch_lazy): Ensure parent value is not lazy
85 before checking which bits of the parent, not the child, value are
86 valid.
87
88 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
89
90 PR gdb/15715
91 * top.c: Include "filenames.h".
92 (set_history_filename): New function.
93 (init_main): Install it as set hook of the "set history filename"
94 command.
95
96 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
97
98 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
99 attribute parameter.
100 (dwarf2_const_value_data): Constify struct attribute parameter.
101 (dwarf2_const_value): Constify struct attribute parameter.
102 (dwarf2_const_value_attr): Constify struct attribute parameter.
103 (lookup_die_type): Constify struct attribute parameter.
104 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
105 (follow_die_ref_or_sig): Constify struct attribute parameter.
106 (follow_die_ref): Constify struct attribute parameter.
107 (follow_die_sig): Constify struct attribute parameter.
108 (get_DW_AT_signature_type): Constify struct attribute parameter.
109 (get_type_unit_group): Constify struct attribute parameter.
110 (fill_in_loclist_baton): Constify struct attribute parameter.
111 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
112 (type_unit_group): Constify struct attribute parameter.
113
114 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
115
116 * dwarf2read.c (attr_form_is_block): Make argument const.
117 (attr_form_is_section_offset): Make argument const.
118 (attr_form_is_constant): Make argument const.
119 (attr_form_is_ref): Make argument const.
120
121 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
122
123 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
124 All uses updated.
125 (attr_form_is_ref): Moved below attr_form_is_constant.
126
127 2013-07-29 Doug Evans <dje@google.com>
128
129 * main.c (captured_command_loop): Tweak comment.
130
131 * target.c (target_async_permitted_1): Fix comment.
132
133 * symtab.c (iterate_over_some_symtabs): Add comment.
134
135 * symtab.c (iterate_over_some_symtabs): Fix indentation.
136
137 2013-07-27 Yao Qi <yao@codesourcery.com>
138
139 * NEWS: Mention that GDBserver now supports hardware
140 watchpoints on the MIPS GNU/Linux target.
141
142 2013-07-27 Yao Qi <yao@codesourcery.com>
143
144 * Makefile.in (HFILES_NO_SRCDIR): Add
145 common/mips-linux-watch.h.
146 (mips-linux-watch.o): New rule.
147 * common/mips-linux-watch.c: New.
148 * common/mips-linux-watch.h: New.
149 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
150 * mips-linux-nat.c: Include mips-linux-watch.h.
151 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
152 to common/mips-linux-watch.h.
153 (MAX_DEBUG_REGISTER): Likewise.
154 (enum pt_watch_style): Likewise.
155 (struct mips32_watch_regs): Likewise.
156 (struct mips64_watch_regs): Likewise.
157 (struct pt_watch_regs): Likewise.
158 (struct mips_watchpoint): Likewise.
159 (mips_linux_watch_get_irw_mask): Move to
160 common/mips-linux-watch.c.
161 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
162 (mips_linux_watch_get_watchlo): Likewise.
163 (mips_linux_watch_set_watchlo): Likewise.
164 (mips_linux_watch_get_watchhi): Likewise.
165 (mips_linux_watch_set_watchhi): Likewise.
166 (mips_linux_read_watch_registers): Likewise.
167 (mips_linux_watch_type_to_irw): Likewise.
168 (mips_linux_stopped_data_address, fill_mask): Likewise.
169 (mips_linux_watch_try_one_watch): Likewise.
170 (mips_linux_watch_populate_regs): Likewise.
171
172 2013-07-27 Yao Qi <yao@codesourcery.com>
173
174 * mips-linux-nat.c (get_irw_mask): Rename to ...
175 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
176 'set' to 'n'. Update function comment. All callers changed.
177 (get_reg_mask): Rename parameter 'set' to 'n'. Update
178 function comment. All callers changed.
179 (get_num_valid): Rename to ...
180 (mips_linux_watch_get_num_valid): ... this. Rename parameter
181 'set' to 'n'. Update function comment. All callers changed.
182 (get_watchlo): Rename to ...
183 (mips_linux_watch_get_watchlo): ... this. Rename parameter
184 'set' to 'n'. Update function comment. All callers changed.
185 (set_watchlo): Rename to ...
186 (mips_linux_watch_set_watchlo): ... this. Rename parameter
187 'set' to 'n'. Update function comment. All callers changed.
188 (get_watchhi): Rename to ...
189 (mips_linux_watch_get_watchhi): ... this. Update function
190 comment. All callers changed.
191 (set_watchhi): Rename to ...
192 (mips_linux_watch_set_watchhi): ... this. Update function
193 comment. All callers changed.
194 (mips_linux_read_watch_registers): Update function comment.
195 Add new parameters 'lwpid', 'watch_readback', and
196 'watch_readback_valid'. Update.
197 (type_to_irw): Rename to ...
198 (mips_linux_watch_type_to_irw): ... this. Update function
199 comment. All callers changed.
200 (fill_mask): Update function comment.
201 (try_one_watch): Rename to ...
202 (mips_linux_watch_try_one_watch): ... this. Change the type
203 of parameter 'irw' from 'unsigned' to 'uint32_t'.
204 (populate_regs_from_watches): Rename to ...
205 (mips_linux_watch_populate_regs): ... this. Add parameter
206 'current_watches'. All callers changed.
207
208 2013-07-27 Yao Qi <yao@codesourcery.com>
209
210 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
211 the code.
212 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
213 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
214 (struct pt_watch_regs): Likewise.
215 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
216 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
217 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
218 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
219 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
220
221 2013-07-27 Yao Qi <yao@codesourcery.com>
222
223 * breakpoint.h: Include break-common.h.
224 (enum target_hw_bp_type): Move to ...
225 * common/break-common.h: ... here. New.
226
227 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
228
229 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
230 process group regardless of having tty on stdin.
231
232 2013-07-25 Doug Evans <dje@google.com>
233
234 * linux-fork.h (detach_fork): Delete.
235
236 2013-07-25 Tom Tromey <tromey@redhat.com>
237
238 PR remote/15256, PR remote/15266:
239 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
240 * monitor.c (monitor_detach): Use unpush_target.
241 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
242 * remote-mips.c (mips_detach): Use unpush_target. Don't
243 call mips_close.
244 * remote-sim.c (gdbsim_detach): Use unpush_target.
245 * target.c (pop_target): Remove.
246 (pop_all_targets_above): Don't call target_close.
247 (target_close): Assert that the target is unpushed.
248 * target.h (pop_target): Don't declare.
249 * tracepoint.c (tfile_open): Use unpush_target.
250
251 2013-07-25 Tom Tromey <tromey@redhat.com>
252
253 * linux-thread-db.c (init_thread_db_ops): Call
254 complete_target_initialization.
255 (_initialize_thread_db): Don't call add_target.
256 * target.c (complete_target_initialization): New function.
257 (add_target_with_completer): Call it.
258 * target.h (complete_target_initialization): Declare.
259
260 2013-07-25 Mark Kettenis <kettenis@gnu.org>
261
262 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
263 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
264 (HPPANBSD_SIZEOF_GREGS): New define.
265 (hppaobsd_supply_gregset): Handle additional registers.
266 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
267 we provide more registers now.
268 (hppabsd_supply_gregset): Supply additional registers.
269 (hppabsd_collect_gregset): Collect additional registers.
270
271 2013-07-25 Mark Kettenis <kettenis@gnu.org>
272
273 * hppabsd-tdep.c: Include "dwarf2-frame.h".
274 (hppabsd_dwarf2_frame_init_reg): New function.
275 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
276
277 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
278
279 * mi/mi-main.c (output_register): Make MI 'r' format use standard
280 'z' format code. Remove error for optimized out values, standard
281 code will handle these fine.
282
283 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
284
285 * NEWS: Mention new 'z' formatter.
286 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
287 (_initialize_printcmd): Mention 'z' formatter in help text of the
288 'x' command.
289
290 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
291
292 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
293 formatting.
294
295 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
296
297 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
298 interface can evaluate arguments. Fallback to the old mode if it
299 cannot.
300 (create_exception_master_breakpoint): Likewise.
301 * elfread.c (elf_can_evaluate_probe_arguments): New function.
302 (struct sym_probe_fns elf_probe_fns): Export function above to the
303 probe interface.
304 * probe.c (can_evaluate_probe_arguments): New function.
305 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
306 function pointer.
307 (can_evaluate_probe_arguments): New function prototype.
308 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
309 probe interface can evaluate arguments. Fallback to the old mode
310 if it cannot.
311 * stap-probe.c (stap_get_probe_argument_count): Check if probe
312 interface can evaluate arguments. Warning the user if it cannot.
313 (stap_can_evaluate_probe_arguments): New function.
314 (struct probe_ops stap_probe_ops): Export function above to the
315 probe interface.
316 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
317 New function pointer.
318
319 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
320
321 * Makefile.in (SFILES): Add common/target-common.c.
322 Add common/target-common.h to headers.
323 (COMMON_OBS): Add target-common.o.
324 (target-common.o): New target.
325 * linux-nat.h (resume_kind): Move to common/target-common.h.
326 * target.c (target_waitstatus_to_string): Move to
327 common/target-common.c.
328 * target.h: Include target-common.h.
329 (target_waitkind): Move to common/target-common.h.
330 (target_waitstatus): Likewise.
331 (TARGET_WNOHANG): Likewise.
332 * common/target-common.c: New file.
333 * common/target-common.h: New file.
334
335 2013-07-24 Doug Evans <dje@google.com>
336
337 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
338 a warning.
339
340 2013-07-23 Yao Qi <yao@codesourcery.com>
341
342 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
343 parameter 'gdbarch'.
344 (i386_stack_tramp_frame_sniffer): Caller update.
345 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
346 parameter 'gdbarch' and 'target'.
347 (i386_linux_core_read_description): Caller update.
348 * amd64-linux-tdep.c (amd64_linux_core_read_description):
349 Likewise.
350 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
351 declaration.
352
353 2013-07-23 Tom Tromey <tromey@redhat.com>
354
355 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
356 2013-07-22.
357
358 2013-07-22 Doug Evans <dje@google.com>
359
360 * exec.h (remove_target_sections): Delete arg abfd.
361 * exec.c (exec_close): Update call to remove_target_sections.
362 (remove_target_sections): Delete arg abfd.
363 * solib.c (update_solib_list): Ditto.
364 (reload_shared_libraries_1): Ditto.
365 (clear_solib): Ditto, and unconditionally call remove_target_sections.
366 * target.h (struct target_section): Rename key to owner.
367 All uses updated.
368
369 2013-07-22 Tom Tromey <tromey@redhat.com>
370
371 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
372
373 2013-07-22 Tom Tromey <tromey@redhat.com>
374
375 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
376 Simplify cleanup handling.
377
378 2013-07-22 Tom Tromey <tromey@redhat.com>
379
380 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
381 on all return paths.
382
383 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
384
385 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
386 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
387 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
388
389 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
390
391 * top.c (print_gdb_version): Add help, apropos description and
392 url to online documentation.
393
394 2013-07-19 Hui Zhu <hui@codesourcery.com>
395
396 PR gdb/15692
397 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
398
399 2013-07-19 Yao Qi <yao@codesourcery.com>
400
401 * target.c (update_current_target): Change the default action
402 of 'to_traceframe_info' from tcomplain to return_zero.
403 * target.h (struct target_ops) <to_traceframe_info>: Add more
404 comments.
405 * valops.c (read_value_memory): Call
406 traceframe_available_memory unconditionally.
407
408 2013-07-18 Yao Qi <yao@codesourcery.com>
409
410 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
411 if the name is prefixed by "__imp_" or "_imp_", look for minimal
412 symbol without prefix. If found, set its type to
413 'mst_solib_trampoline'.
414
415 2013-07-17 Doug Evans <dje@google.com>
416
417 * NEWS: Mention "set print raw frame-arguments".
418 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
419 * stack.c (print_raw_frame_arguments): New static global.
420 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
421 (_initialize_stack): New command "set/show print raw frame-arguments".
422 * valprint.c (setprintrawlist, showprintrawlist): New globals.
423 (set_print_raw, show_print_raw): New functions.
424 (_initialize_valprint): New prefix command "set/show print raw".
425 * valprint.h (value_print_options): Improve comments.
426
427 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
428 of all *list variables.
429
430 * gdbcmd.h (togglelist): Delete.
431 * cli/cli-cmds.c (togglelist): Delete.
432 (init_cmd_lists): Update.
433 * cli/cli-cmds.h (togglelist): Delete.
434
435 2013-07-17 Tom Tromey <tromey@redhat.com>
436
437 * dwarf2read.c (dwarf2_per_objfile_free): Clear
438 dwarf2_per_objfile.
439
440 2013-07-16 Doug Evans <dje@google.com>
441
442 * nto-tdep.c (nto_relocate_section_addresses): Update,
443 target_section.bfd deleted.
444 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
445 * s390-tdep.c (s390_load): Ditto.
446 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
447
448 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
449
450 * common/format.c (parse_format_string): Add checks for NULL
451 character before calling strchr.
452
453 2013-07-16 Doug Evans <dje@google.com>
454
455 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
456 temp_pathname argument.
457 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
458 when opening the file fails.
459
460 * target.h (struct target_section): Delete member bfd.
461 All users updated to use the_bfd_section->owner instead.
462 * exec.c (add_to_section_table): Assert bfd is expected value.
463 Remove initialization of target_section.bfd.
464 (remove_target_sections): Update.
465 (section_table_available_memory): Update.
466 (section_table_xfer_memory_partial): Update.
467 (print_section_info): Update.
468 (exec_set_section_address): Update.
469 * record-full.c (record_full_core_xfer_partial): Update.
470 * solib-svr4.c (svr4_relocate_section_addresses): Update.
471 * solib-target.c (solib_target_relocate_section_addresses): Update.
472 * symfile.c (build_section_addr_info_from_section_table): Update.
473 * target.c (memory_xfer_live_readonly_partial): Update.
474 (memory_xfer_partial_1): Update.
475
476 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
477
478 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
479 now available for embedded (BookE) and server (BookS) processors,
480 correct mentions of 'booke' and adjust comments accordingly in order to
481 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
482 (have_ptrace_booke_interface): Rename function and variable
483 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
484 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
485 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
486 'hwdebug_point_cmp'. Update all uses.
487 (booke_find_thread_points_by_tid): Rename function
488 'booke_find_thread_points_by_tid' to
489 'hwdebug_find_thread_points_by_tid'. Update all uses.
490 (booke_insert_point): Rename function 'booke_insert_point' to
491 'hwdebug_insert_point'. Update all uses.
492 (booke_remove_point): Rename function 'booke_remove_point' to
493 'hwdebug_remove_point'. Update all uses.
494
495 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
496
497 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
498 numbers with enum values.
499
500 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
501
502 PR threads/13217
503 * thread.c (thread_apply_all_command): Check for valid threads
504 and thread count.
505 (thread_array_cleanup): New struct.
506 (set_thread_refcount): New function.
507
508 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
509
510 * infcmd.c (default_print_one_register_info): Reuse function
511 print_hex_chars.
512
513 2013-07-10 Tom Tromey <tromey@redhat.com>
514
515 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
516 (ada-exp.o): New target.
517
518 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
519
520 * mt-tdep.c (mt_registers_info): Call
521 get_no_prettyformat_print_options instead of
522 get_raw_print_options (regression by last patch from Doug
523 Evans).
524
525 2013-07-09 Pedro Alves <palves@redhat.com>
526
527 Checked in by Joel Brobecker <brobecker@adacore.com>.
528 * ada-lang.c (coerce_unspec_val_to_type): Use
529 value_optimized_out_const.
530 * value.c (value_optimized_out_const): New function.
531 * value.h (value_optimized_out_const): New declaration.
532
533 2013-07-09 Doug Evans <dje@google.com>
534
535 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
536 Enum values rename as well. All uses updated.
537 * valprint.h (value_print_options): Rename member pretty to
538 pretty format. Rename member prettyprint_arrays to
539 prettyformat_arrays. Rename member prettyprint_structs to
540 prettyformat_structs. All uses updated.
541 (get_no_prettyformat_print_options): Renamed from
542 get_raw_print_options.
543 * valprint.c (get_no_prettyformat_print_options): Renamed from
544 get_raw_print_options. All callers updated.
545 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
546 All callers updated.
547 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
548 All callers updated.
549 (_initialize_valprint): Improve help text for "set print pretty" and
550 "set print arrays".
551
552 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
553
554 * value.c (value_bits_valid): Revert previous change, and change
555 by Pedro on 2013-07-04, due to regressions in
556 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
557
558 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
559 Pedro Alves <palves@redhat.com>
560
561 * value.c (value_bits_valid): If the value is not lval_computed
562 or has no check validity handler then the answer is the
563 optimized_out flag, otherwise defer to the handler.
564
565 2013-07-06 Eli Zaretskii <eliz@gnu.org>
566
567 * top.c (print_gdb_configuration): Explain in output of
568 --configuration what does "relocatable" mean.
569
570 * main.c (print_gdb_help): Regroup options in the --help text.
571 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
572 the relevant discussions.
573
574 2013-07-06 Yao Qi <yao@codesourcery.com>
575
576 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
577 Remove parameter 'lsal'.
578 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
579 to inner block. Caller update.
580 (base_breakpoint_create_breakpoints_sal): Update.
581 (bkpt_create_breakpoints_sal): Likewise.
582 (tracepoint_create_breakpoints_sal): Likewise.
583 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
584 element 0 of vector 'canonical->sals'.
585
586 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
587
588 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
589 register number instead of the pseudo register one.
590 (rs6000_dwarf2_reg_to_regnum): Likewise.
591
592 2013-07-04 Pedro Alves <palves@redhat.com>
593
594 * findvar.c (value_of_register): Use allocate_optimized_out_value
595 if the register has been optimized out, instead of
596 set_value_optimized_out.
597 * frame-unwind.c (frame_unwind_got_optimized): Use
598 allocate_optimized_out_value.
599
600 2013-07-04 Pedro Alves <palves@redhat.com>
601
602 * value.c (value_bits_valid): If the value is not lval_computed,
603 or doesn't have a check_validity hook, assume the value is entirely
604 valid.
605
606 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
607
608 * stack.c (read_frame_arg): No longer fetch lazy values.
609 * value.c (value_optimized_out): If the value is not already
610 marked optimized out, and is lazy then fetch it.
611 (value_primitive_field): Move optimized out check to later in the
612 function, after we have loaded any lazy values.
613 (value_fetch_lazy): Use optimized out flag directly rather than
614 calling optimized_out method.
615
616 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
617
618 * valops.c: Don't include "user-regs.h".
619 (value_fetch_lazy): Moved to value.c.
620 * value.c: Include "user-regs.h".
621 (value_fetch_lazy): Moved from valops.c.
622
623 2013-07-04 Yao Qi <yao@codesourcery.com>
624
625 Revert:
626 2013-06-27 Yao Qi <yao@codesourcery.com>
627
628 * common/create-version.sh: Update comments. Handle the case
629 that TARGET_ALIAS is empty.
630
631 2013-07-03 Pedro Alves <palves@redhat.com>
632
633 * Makefile.in (config.status): Depend on development.sh.
634 (aclocal_m4_deps): Add libmcheck.m4.
635 * acinclude.m4: Include libmcheck.m4.
636 * configure.ac: Source development.sh instead of setting
637 'development' here. --enable-libmcheck/--disable-libmcheck code
638 factored out to GDB_AC_LIBMCHECK. Run it.
639 * development.sh: New file.
640 * libmcheck.m4: New file.
641 * configure: Regenerate.
642
643 2013-07-02 Tom Tromey <tromey@redhat.com>
644
645 * contrib/ari/update-web-ari.sh: Update for version.in change.
646
647 2013-07-02 Tom Tromey <tromey@redhat.com>
648
649 * common/ptid.h: Comment fixes.
650
651 2013-07-01 Tom Tromey <tromey@redhat.com>
652
653 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
654 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
655 (dwarf2_read_index, create_all_comp_units): Update.
656
657 2013-07-01 Tom Tromey <tromey@redhat.com>
658
659 * configure.ac (build_warnings): Add -Wold-style-definition.
660 * configure: Rebuild.
661 * machoread.c (_initialize_machoread): Use "(void)".
662 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
663 use "(void)".
664
665 2013-07-01 Tom Tromey <tromey@redhat.com>
666
667 * configure.ac (build_warnings): Add -Wold-style-declaration.
668 * configure: Rebuild.
669 * dsrec.c (make_srec): Use "static const", not "const static".
670 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
671 not "const static".
672 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
673 Use "static const", not "const static".
674 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
675 not "const static".
676 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
677 not "const static".
678 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
679 not "const static".
680 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
681 not "const static".
682 (v850_dbtrap_breakpoint_from_pc): Likewise.
683 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
684 not "const static".
685
686 2013-07-01 Tom Tromey <tromey@redhat.com>
687
688 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
689 * configure: Rebuild.
690
691 2013-07-01 Pedro Alves <palves@redhat.com>
692
693 * defs.h: Include "pathmax.h".
694 * utils.c: Don't include sys/param.h.
695 (gdb_realpath): Remove code that checks for MAXPATHLEN.
696 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
697 instead of MAXPATHLEN.
698 * solib-sunos.c: Don't include sys/param.h.
699 * xcoffread.c: Don't include sys/param.h.
700 * bsd-kvm.c: Don't include sys/param.h.
701 * darwin-nat.c: Don't include sys/param.h.
702 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
703 * darwin-nat-info.c: Don't include sys/param.h.
704 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
705 MAXPATHLEN.
706 * i386obsd-nat.c: Don't include sys/param.h.
707 * inf-child.c: Don't include sys/param.h.
708 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
709 * linux-fork.c: Don't include sys/param.h.
710 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
711 * linux-nat.c: Don't include sys/param.h.
712 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
713 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
714 * m68klinux-nat.c: Don't include sys/param.h.
715 * nbsd-nat.c: Don't include sys/param.h.
716 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
717 * ppc-linux-nat.c: Don't include sys/param.h.
718 * rs6000-nat.c: Don't include sys/param.h.
719 * spu-linux-nat.c. Don't include sys/param.h.
720 * windows-nat.c: Don't include sys/param.h.
721 * xtensa-linux-nat.c: Don't include sys/param.h.
722 * config/i386/nm-fbsd.h: Don't include sys/param.h.
723
724 2013-07-01 Pedro Alves <palves@redhat.com>
725
726 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
727 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
728 * gnulib/aclocal.m4: Regenerate.
729 * gnulib/config.in: Regenerate.
730 * gnulib/configure: Regenerate.
731 * gnulib/import/pathmax.h: New file.
732 * gnulib/import/Makefile.am: Regenerate.
733 * gnulib/import/Makefile.in: Regenerate.
734 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
735 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
736 * gnulib/import/m4/pathmax.m4: New file.
737
738 2013-07-01 Pedro Alves <palves@redhat.com>
739
740 * configure.ac (GDBINIT): Define, depending on host.
741 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
742 * top.c (PATH_MAX): Delete fallback definition.
743 (GDBINIT_FILENAME): Delete.
744 (gdbinit): Reimplement as const char array set to the GDBINIT
745 string constant.
746 * top.h (gdbinit): Make const.
747 * configure, config.in: Regenerate.
748
749 2013-07-01 Pedro Alves <palves@redhat.com>
750
751 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
752 * cli/cli-cmds.h (source_script): Likewise.
753 * exceptions.c (catch_command_errors_const): New function.
754 * exceptions.h (catch_command_errors_const): Declare.
755 * main.c (get_init_files): Make parameters const, and adjust.
756 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
757 'local_gdbinit' locals const. Adjust to use
758 catch_command_errors_const.
759 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
760 'local_gdbinit' locals const.
761
762 2013-07-01 Pedro Alves <palves@redhat.com>
763
764 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
765 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
766 * tracepoint.c: Don't check HAVE_UNISTD_H before including
767 <unistd.h>.
768
769 2013-07-01 Pedro Alves <palves@redhat.com>
770
771 Import the "unistd" gnulib module.
772 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
773 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
774 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
775 import/m4/unistd_h.m4.
776 * gnulib/aclocal.m4: Renenerate.
777 * gnulib/config.in: Renenerate.
778 * gnulib/configure: Renenerate.
779 * gnulib/import/Makefile.am: Renenerate.
780 * gnulib/import/Makefile.in: Renenerate.
781 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
782 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
783 * gnulib/import/m4/off_t.m4: New file.
784 * gnulib/import/m4/ssize_t.m4: New file.
785 * gnulib/import/m4/sys_types_h.m4: New file.
786 * gnulib/import/m4/unistd_h.m4: New file.
787 * gnulib/import/sys_types.in.h: New file.
788 * gnulib/import/unistd.c: New file.
789 * gnulib/import/unistd.in.h: New file.
790
791 2013-07-01 Pedro Alves <palves@redhat.com>
792
793 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
794 defined instead of checking HAVE_UNISTD_H.
795
796 2013-07-01 Pedro Alves <palves@redhat.com>
797
798 Reimport gnulib from scratch.
799 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
800 import/m4/onceonly.m4.
801 * gnulib/aclocal.m4: Renegerate.
802 * gnulib/config.in: Renegerate.
803 * gnulib/configure: Renegerate.
804 * gnulib/import/Makefile.in: Renegerate.
805 * gnulib/import/extra/update-copyright: Renegerate.
806 * gnulib/import/m4/onceonly.m4: Delete.
807
808 2013-07-01 Pedro Alves <palves@redhat.com>
809
810 * tui/tui-regs.c (pagination_enabled): Delete declaration.
811
812 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
813
814 Code cleanup.
815 * remote.c (async_remote_interrupt_twice): Make it static.
816 * remote.h (async_remote_interrupt_twice): Remove the declaration.
817
818 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
819
820 * ia64-linux-tdep.c: Include <ctype.h>.
821 (ia64_linux_stap_is_single_operand): New function.
822 (ia64_linux_init_abi): Initialize SystemTap related attributes.
823
824 2013-06-28 Tom Tromey <tromey@redhat.com>
825
826 * Makefile.in (version.c): Use version.in, not
827 common/version.in.
828 * common/create-version.sh: Likewise.
829 * common/version.in: Move...
830 * version.in: ...here.
831
832 2013-06-28 Pedro Alves <palves@redhat.com>
833
834 * infrun.c (set_observer_mode): Don't declare pagination_enabled
835 here.
836 * utils.h (pagination_enabled): Declare.
837
838 2013-06-28 Pedro Alves <palves@redhat.com>
839
840 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
841 Move higher up in file.
842
843 2013-06-28 Tom Tromey <tromey@redhat.com>
844
845 * tracepoint.c (deprecated_readline_begin_hook)
846 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
847 declare.
848
849 2013-06-28 Pedro Alves <palves@redhat.com>
850
851 PR tui/14880
852 * tui/tui-regs.c (tui_get_register): Fetch value contents before
853 checking if they're available.
854 * value.c (value_available_contents_eq): Change comment.
855 * value.h (value_available_contents_eq): Expand comment.
856
857 2013-06-27 Tom Tromey <tromey@redhat.com>
858
859 * target.c (find_run_target): Remove.
860 * target.h (find_run_target): Remove.
861
862 2013-06-27 Tom Tromey <tromey@redhat.com>
863
864 * corelow.c (core_gdbarch): Now static.
865
866 2013-06-27 Tom Tromey <tromey@redhat.com>
867
868 * target.c (target_struct_index): Remove.
869
870 2013-06-27 Pedro Alves <palves@redhat.com>
871
872 * infrun.c: Remove comment describing the 'stepping over runtime
873 loader dynamic symbol resolution code' mechanism; moved to
874 gdbint.texinfo.
875
876 2013-06-27 Pedro Alves <palves@redhat.com>
877
878 * exceptions.c (catch_command_errors): Remove spurious space.
879 * exceptions.h (catch_command_errors): Second parameter is "arg",
880 not "command".
881
882 2013-06-27 Yao Qi <yao@codesourcery.com>
883
884 * common/create-version.sh: Update comments. Handle the case
885 that TARGET_ALIAS is empty.
886
887 2013-06-26 Pedro Alves <palves@redhat.com>
888
889 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
890 comment.
891
892 2013-06-26 Pedro Alves <palves@redhat.com>
893
894 * infrun.c: Update comments on stepping over runtime loader
895 dynamic symbol resolution code.
896
897 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
898
899 * ax-gdb.h (union exp_element): Forward declare.
900 * parser-defs.h: Include expression.h.
901
902 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
903
904 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
905
906 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
907
908 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
909
910 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
911
912 Fix trace-status to output proper start-time and stop-time.
913 * tracepoint.c (trace_status_command): Fix type of printf arg to
914 prevent improper type conversion.
915 (trace_status_mi): Likewise.
916
917 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
918
919 * mips-tdep.c (mips_next_pc): Fix a typo.
920
921 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
922
923 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
924
925 2013-06-26 Pedro Alves <pedro@codesourcery.com>
926 Yao Qi <yao@codesourcery.com>
927
928 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
929 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
930 * mi/mi-main.c (print_variable_or_computed): New function.
931 (mi_cmd_trace_frame_collected): New function.
932 * tracepoint.c (find_trace_state_variable_by_number): New.
933 (struct traceframe_info): Move to tracepoint.h
934 (struct collection_list): Likewise.
935 (do_collect_symbol): Include locals and arguments in the
936 collected variables list.
937 (clear_collection_list): Clear wholly collected variables list
938 and computed variables list.
939 (append_exp): New function.
940 (encode_actions_1): Include variables in the wholly
941 collected variables list. Include memory ranges and
942 full-fledged expressions in the computed expressions list.
943 (encode_actions): Move some code to ...
944 Return the cleanup chain.
945 (encode_actions_rsp): ... here. New function.
946 (get_traceframe_location, get_traceframe_info): Remove static.
947 * tracepoint.h (struct memrange): Moved from tracepoint.c.
948 (struct collection_list): Moved from tracepoint.c. Add two
949 new fields 'wholly_collected' and 'computed'.
950 (find_trace_state_variable_by_number): Declare.
951 (encode_actions): Adjust declaration.
952 (encode_actions_rsp): Declare.
953 (get_traceframe_info, get_traceframe_location): Declare.
954
955 * NEWS: Mention new MI command -trace-frame-collected.
956
957 2013-06-26 Pedro Alves <pedro@codesourcery.com>
958 Yao Qi <yao@codesourcery.com>
959
960 * ctf.c (ctf_traceframe_info): Push trace state variables
961 present in the trace data into the traceframe info object.
962 * breakpoint.c (DEF_VEC_I): Remove.
963 * common/filestuff.c (DEF_VEC_I): Likewise.
964 * dwarf2loc.c (DEF_VEC_I): Likewise.
965 * mi/mi-main.c (DEF_VEC_I): Likewise.
966 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
967 * features/traceframe-info.dtd: Add tvar element and its
968 attributes.
969 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
970 (build_traceframe_info): Push trace state variables present in
971 the trace data into the traceframe info object.
972 (traceframe_info_start_tvar): New function.
973 (tvar_attributes): New.
974 (traceframe_info_children): Add "tvar" element.
975 * tracepoint.h (struct traceframe_info) <tvars>: New field.
976
977 * NEWS: Mention the change in GDB and GDBserver.
978
979 2013-06-26 Pedro Alves <pedro@codesourcery.com>
980 Yao Qi <yao@codesourcery.com>
981
982 * tracepoint.c (trace_dump_command): Move code to ...
983 (get_traceframe_location): ... here. New.
984
985 2013-06-26 Pedro Alves <pedro@codesourcery.com>
986 Yao Qi <yao@codesourcery.com>
987
988 * tracepoint.c (trace_dump_command): GDB emits an error
989 instead of a warning when a traceframe is not selected.
990
991 2013-06-26 Pedro Alves <pedro@codesourcery.com>
992 Yao Qi <yao@codesourcery.com>
993
994 * tracepoint.c (tracepoint_list, stepping_list): Remove.
995 (clear_collection_list): Free fields 'aexpre_list' and 'list'
996 in collection_list.
997 (do_clear_collection_list, init_collection_list): New.
998 (encode_actions): Add local variables 'tracepoint_list' and
999 'stepping_list'. Call init_collection_list and make cleanup
1000 which calls do_clear_collection_list. Don't call
1001 clear_collection_list.
1002 (_initialize_tracepoint): Delete references to
1003 'tracepoint_list' and 'stepping_list'.
1004
1005 2013-06-25 Tom Tromey <tromey@redhat.com>
1006
1007 * common/create-version.sh (date): Use "$", not "$$" in sed
1008 expression.
1009
1010 2013-06-25 Kevin Buettner <kevinb@redhat.com>
1011
1012 * NEWS (New targets): Add entry for TI MSP430.
1013
1014 2013-06-25 Yao Qi <yao@codesourcery.com>
1015
1016 * remote.c (remote_start_remote): Move code to upload tsv
1017 earlier.
1018
1019 2013-06-25 Yao Qi <yao@codesourcery.com>
1020 Hui Zhu <hui@codesourcery.com>
1021 Pedro Alves <palves@redhat.com>
1022
1023 PR breakpoints/15075
1024 PR breakpoints/15434
1025 * breakpoint.c (bpstat_stop_status): Call
1026 b->ops->after_condition_true.
1027 (update_dprintf_command_list): Don't append "continue" command
1028 to the command list of dprintf breakpoint.
1029 (base_breakpoint_after_condition_true): New function.
1030 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
1031 (dprintf_after_condition_true): New function.
1032 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
1033 * breakpoint.h (breakpoint_ops): Add after_condition_true.
1034
1035 2013-06-24 Kevin Buettner <kevinb@redhat.com>
1036
1037 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
1038 (ALLDEPFILES): Add msp430-tdep.c.
1039 * configure.tgt (msp430*-*-elf): New target.
1040 * msp430-tdep.c: New file.
1041
1042 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
1043
1044 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
1045 microMIPS synthetic symbols.
1046
1047 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
1048
1049 * objfiles.h (pc_in_section): New prototype.
1050 (in_plt_section): Remove name argument, replace prototype with
1051 static inline function.
1052 * mips-tdep.h: Include "objfiles.h".
1053 (in_mips_stubs_section): New function.
1054 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
1055 in_solib_call_trampoline member.
1056 (hppa_in_solib_call_trampoline): Remove name argument.
1057 * objfiles.c (pc_in_section): New function.
1058 (in_plt_section): Remove function.
1059 * mips-linux-tdep.c: Include "objfiles.h".
1060 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
1061 name argument. Return 1 rather than the low 16-bit halfword of
1062 any instruction examined.
1063 (mips_linux_in_dynsym_resolve_code): Update
1064 mips_linux_in_dynsym_stub call accordingly.
1065 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
1066 rather than an equivalent hand-coded sequence.
1067 * hppa-hpux-tdep.c (in_opd_section): Remove function.
1068 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
1069 (hppa64_hpux_in_solib_call_trampoline): Likewise.
1070 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
1071 in_opd_section.
1072 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
1073 on call to tdep->in_solib_call_trampoline.
1074 (hppa_in_solib_call_trampoline): Remove name argument, update
1075 according to in_plt_section change.
1076 (hppa_skip_trampoline_code): Update according to in_plt_section
1077 change.
1078 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
1079 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
1080 Likewise.
1081 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
1082 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
1083 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
1084 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
1085 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
1086 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
1087 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
1088 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
1089 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
1090 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
1091 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
1092 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
1093 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
1094
1095 2013-06-24 Joel Brobecker <brobecker@adacore.com>
1096
1097 * common/create-version.sh: Fix expansion of $host_alias
1098 and $target_alias in generation of HOST_NAME and TARGET_NAME
1099 (resp.).
1100
1101 2013-06-24 Tom Tromey <tromey@redhat.com>
1102
1103 * common/create-version.sh: New file.
1104 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
1105 create-version.sh.
1106 (HFILES_NO_SRCDIR): Use common/version.h.
1107 * version.in: Move to ...
1108 * common/version.in: ... here. Replace date with "DATE".
1109 * version.h: Move to ...
1110 * common/version.h: ... here.
1111
1112 2013-06-21 Joel Brobecker <brobecker@adacore.com>
1113
1114 * gdb/gnulib/Makefile.in: Update date in copyright header.
1115 * gdb/gnulib/configure.ac: Ditto.
1116 * gdb/gnulib/update-gnulib.sh: Ditto.
1117
1118 2013-06-21 Joel Brobecker <brobecker@adacore.com>
1119
1120 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
1121 "gdb/gnulib/import".
1122
1123 2013-06-21 Will Newton <will.newton@linaro.org>
1124
1125 * doublest.c (ldfrexp): Remove function.
1126 (convert_doublest_to_floatformat): Call frexpl instead of
1127 ldfrexp.
1128
1129 2013-06-21 Will Newton <will.newton@linaro.org>
1130
1131 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
1132 * gnulib/aclocal.m4: Regenerate.
1133 * gnulib/config.in: Regenerate.
1134 * gnulib/configure: Regenerate.
1135 * gnulib/import/Makefile.am: Update.
1136 * gnulib/import/Makefile.in: Update.
1137 * gnulib/import/m4/gnulib-cache.m4: Update.
1138 * gnulib/import/m4/gnulib-comp.m4: Update.
1139 * gnulib/import/float+.h: Import.
1140 * gnulib/import/float.c: Import.
1141 * gnulib/import/float.in.h: Import.
1142 * gnulib/import/fpucw.h: Import.
1143 * gnulib/import/frexp.c: Import.
1144 * gnulib/import/frexpl.c: Import.
1145 * gnulib/import/isnan.c: Import.
1146 * gnulib/import/isnand-nolibm.h: Import.
1147 * gnulib/import/isnand.c: Import.
1148 * gnulib/import/isnanl-nolibm.h: Import.
1149 * gnulib/import/isnanl.c: Import.
1150 * gnulib/import/itold.c: Import.
1151 * gnulib/import/m4/exponentd.m4: Import.
1152 * gnulib/import/m4/exponentl.m4: Import.
1153 * gnulib/import/m4/float_h.m4: Import.
1154 * gnulib/import/m4/fpieee.m4: Import.
1155 * gnulib/import/m4/frexp.m4: Import.
1156 * gnulib/import/m4/frexpl.m4: Import.
1157 * gnulib/import/m4/isnand.m4: Import.
1158 * gnulib/import/m4/isnanl.m4: Import.
1159 * gnulib/import/m4/math_h.m4: Import.
1160 * gnulib/import/math.c: Import.
1161 * gnulib/import/math.in.h: Import.
1162
1163 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1164
1165 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
1166 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
1167 signature_INTEL_edx comparisons.
1168
1169 2013-06-20 Doug Evans <dje@google.com>
1170
1171 symtab/15652
1172 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
1173 All callers updated.
1174 (open_dwp_file): If we can't find the dwp file, search the basename
1175 in debug-file-directory.
1176
1177 * dwarf2read.c (struct dwp_file): Fix comment.
1178 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
1179
1180 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
1181 better.
1182
1183 2013-06-20 Yao Qi <yao@codesourcery.com>
1184
1185 * breakpoint.c (create_breakpoint): Fix code indentation.
1186
1187 2013-06-20 Yao Qi <yao@codesourcery.com>
1188
1189 * breakpoint.c (create_breakpoints_sal_default): Remove
1190 parameter 'lsal'. Update declaration.
1191 (bkpt_create_breakpoints_sal): Caller update.
1192 (tracepoint_create_breakpoints_sal): Likewise.
1193
1194 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1195 Yao Qi <yao@codesourcery.com>
1196
1197 * NEWS: Mention the new option '--skip-unavailable' of command
1198 -data-list-register-values.
1199 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
1200 --skip-unavailable option. Adjust to use output_register.
1201 (output_register): Add new 'skip_unavailable' parameter.
1202 Handle it.
1203
1204 2013-06-19 Mike Frysinger <vapier@gentoo.org>
1205
1206 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
1207 common/i386-gcc-cpuid.h.
1208 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
1209 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
1210 Copy the latest version from upstream gcc.
1211 * common/linux-btrace.c: Include i386-cpuid.h.
1212 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
1213 call to i386_cpuid.
1214 (cpu_supports_btrace): Likewise.
1215 * go32-nat.c: Include i386-cpuid.h.
1216 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
1217
1218 2013-06-19 Doug Evans <dje@google.com>
1219
1220 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
1221 (get_section_index): Ditto.
1222
1223 2013-06-19 Tom Tromey <tromey@redhat.com>
1224
1225 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
1226 "dprintf" help.
1227
1228 2013-06-18 Doug Evans <dje@google.com>
1229
1230 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
1231 before using it.
1232 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
1233 Move test of cu_index closer to use. Print complaint if cu_index
1234 is bad.
1235
1236 2013-06-18 Joel Brobecker <brobecker@adacore.com>
1237
1238 * machoread.c (oso_vector): Delete this global.
1239 (macho_register_oso): Add new parameter "oso_vector_ptr".
1240 Use it instead of the "oso_vector" global.
1241 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
1242 (macho_symfile_read): Use a local oso_vector, to be free'ed
1243 at the end of this function, in place of the old "oso_vector"
1244 global. Update various function calls accordingly. Use one
1245 single cleanup chain for the entire function.
1246
1247 2013-06-18 Joel Brobecker <brobecker@adacore.com>
1248
1249 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
1250 DWARF2_PER_OBJFILE by uses of DATA instead.
1251
1252 2013-06-18 Tom Tromey <tromey@redhat.com>
1253
1254 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
1255 argument.
1256 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
1257 Special case signals other than GDB_SIGNAL_TRAP.
1258 (explains_signal_watchpoint): New function.
1259 (base_breakpoint_explains_signal): Add 'sig' argument.
1260 (initialize_breakpoint_ops): Set 'explains_signal' method for
1261 watchpoints.
1262 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
1263 signal argument.
1264 (bpstat_explains_signal): Likewise.
1265 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
1266
1267 2013-06-18 Tom Tromey <tromey@redhat.com>
1268
1269 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
1270
1271 2013-06-18 Tom Tromey <tromey@redhat.com>
1272
1273 * python/python.c (finish_python_initialization): Decref
1274 'pythondir' on failure path as well.
1275
1276 2013-06-18 Tom Tromey <tromey@redhat.com>
1277
1278 PR symtab/15391:
1279 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
1280 after taking bits_to_skip into account. Sign extend byte_offset.
1281 * utils.h (gdb_sign_extend): Declare.
1282 * utils.c (gdb_sign_extend): New function.
1283
1284 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1285
1286 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
1287
1288 2013-06-17 Pierre Muller <muller@sourceware.org>
1289
1290 * corelow.c (core_open): Print GDB signal name instead of target
1291 signal number.
1292
1293 2013-06-17 Mike Frysinger <vapier@gentoo.org>
1294
1295 * .gitignore: Add /gcore.
1296
1297 2013-06-13 Doug Evans <dje@google.com>
1298
1299 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
1300 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
1301
1302 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
1303
1304 * stack.c (backtrace_command_1): Fix indentation.
1305
1306 2013-06-11 Joel Brobecker <brobecker@adacore.com>
1307
1308 * window-nat.c (thread_rec): Add missing empty line after
1309 local variable declaration.
1310
1311 2013-06-11 Joel Brobecker <brobecker@adacore.com>
1312
1313 * windows-nat.c (thread_rec): Revert format used to print
1314 error code returned by SuspendThread from %d back to %u.
1315
1316 2013-06-11 Joel Brobecker <brobecker@adacore.com>
1317
1318 * windows-nat.c (windows_continue): Add "0x" prefix for thread
1319 ID in debug trace.
1320 (get_windows_debug_event): Likewise, for all debug traces.
1321
1322 2013-06-11 Joel Brobecker <brobecker@adacore.com>
1323
1324 * window-nat.c (thread_rec): Add thread ID in SuspendThread
1325 warning message.
1326
1327 2013-06-08 Pedro Alves <pedro@codesourcery.com>
1328 Yao Qi <yao@codesourcery.com>
1329
1330 * mi/mi-main.c (get_register): Remove declaration.
1331 (output_register): Declare.
1332 (mi_cmd_data_list_register_values): Remove local variable
1333 'tuple_cleanup'. Move some code into output_register.
1334 (get_register): Renamed to ...
1335 (output_register): ... this. Output the register's
1336 "number" ui_out tuple here.
1337
1338 2013-06-07 Pedro Alves <palves@redhat.com>
1339
1340 * darwin-nat.c: Fix formating in copyright header.
1341 * darwin-nat.h: Likewise.
1342 * gnu-nat.c: Likewise.
1343 * machoread.c: Likewise.
1344
1345 2013-06-07 Pedro Alves <palves@redhat.com>
1346
1347 PR server/14823
1348 * regformats/regdat.sh: Output #include tdesc.h. Make globals
1349 static. Output a global target description pointer.
1350 (init_registers_${name}): Adjust to initialize a
1351 target description structure.
1352
1353 2013-06-07 Will Newton <will.newton@linaro.org>
1354
1355 * printcmd.c (build_address_symbolic): Call
1356 gdbarch_addr_bits_remove for text minimal symbols.
1357
1358 2013-06-07 Will Newton <will.newton@linaro.org>
1359
1360 * MAINTAINERS: Add myself to Write After Approval.
1361
1362 2013-06-07 Yao Qi <yao@codesourcery.com>
1363
1364 * tracepoint.c (start_tracing): Move code to ...
1365 (trace_reset_local_state): ... here. New.
1366 (disconnect_tracing): Don't call set_current_traceframe,
1367 set_tracepoint_num, and set_traceframe_context. Call
1368 trace_reset_local_state instead.
1369 (tfile_close): Call trace_reset_local_state.
1370 * ctf.c (ctf_close): Likewise.
1371 * remote.c (remote_close): Likewise.
1372 * tracepoint.h (trace_reset_local_state): Declare.
1373
1374 2013-06-06 Doug Evans <dje@google.com>
1375
1376 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
1377 and fix header docs.
1378
1379 2013-06-05 Doug Evans <dje@google.com>
1380 Keith Seitz <keiths@redhat.com>
1381
1382 PR 15519
1383 * cp-namespace.c (find_symbol_in_baseclass): Call
1384 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
1385 Check result of call to lookup_symbol_static.
1386 Call lookup_static_symbol_aux unconditionally.
1387 Call check_typedef on base types before accessing them.
1388 (cp_lookup_nested_symbol): Fix comment.
1389
1390 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
1391
1392 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
1393 minimal symbols pointing to function descriptors.
1394
1395 2013-06-05 Tom Tromey <tromey@redhat.com>
1396
1397 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
1398
1399 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
1400 Pedro Alves <palves@redhat.com>
1401
1402 * remote.c (remote_wait_as): Restore signal handler before returning
1403 when GDB gets a notification.
1404
1405 2013-06-04 Gary Benson <gbenson@redhat.com>
1406
1407 PR 2328
1408 * breakpoint.h (handle_solib_event): Moved function declaration
1409 to solib.h.
1410 * breakpoint.c (handle_solib_event): Moved function to solib.c.
1411 (bpstat_stop_status): Pass new argument to handle_solib_event.
1412 * solib.h (update_solib_breakpoints): New function declaration.
1413 (handle_solib_event): Moved function declaration from
1414 breakpoint.h.
1415 * solib.c (update_solib_breakpoints): New function.
1416 (handle_solib_event): Moved function from breakpoint.c.
1417 Updated to call solib_ops->handle_event if not NULL.
1418 * solist.h (target_so_ops): New fields "update_breakpoints" and
1419 "handle_event".
1420 * infrun.c (set_stop_on_solib_events): New function.
1421 (_initialize_infrun): Use the above for "set
1422 stop-on-solib-events".
1423 (handle_inferior_event): Pass new argument to handle_solib_event.
1424 * solib-svr4.c (probe.h): New include.
1425 (svr4_free_library_list): New forward declaration.
1426 (probe_action): New enum.
1427 (probe_info): New struct.
1428 (probe_info): New static variable.
1429 (NUM_PROBES): New definition.
1430 (svr4_info): New fields "using_xfer", "probes_table" and
1431 "solib_list".
1432 (free_probes_table): New function.
1433 (free_solib_list): New function.
1434 (svr4_pspace_data_cleanup): Free probes table and solib list.
1435 (svr4_copy_library_list): New function.
1436 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
1437 (svr4_read_so_list): New parameter "prev_lm".
1438 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
1439 (svr4_current_sos): New function.
1440 (probe_and_action): New struct.
1441 (hash_probe_and_action): New function.
1442 (equal_probe_and_action): Likewise.
1443 (register_solib_event_probe): Likewise.
1444 (solib_event_probe_at): Likewise.
1445 (solib_event_probe_action): Likewise.
1446 (solist_update_full): Likewise.
1447 (solist_update_incremental): Likewise.
1448 (disable_probes_interface_cleanup): Likewise.
1449 (svr4_handle_solib_event): Likewise.
1450 (svr4_update_solib_event_breakpoint): Likewise.
1451 (svr4_update_solib_event_breakpoints): Likewise.
1452 (svr4_create_solib_event_breakpoints): Likewise.
1453 (enable_break): Free probes table before creating breakpoints.
1454 Use svr4_create_solib_event_breakpoints to create breakpoints.
1455 (svr4_solib_create_inferior_hook): Free the solib list.
1456 (_initialize_svr4_solib): Initialise
1457 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
1458
1459 2013-06-04 Gary Benson <gbenson@redhat.com>
1460
1461 * target.h (target_ops): New field
1462 "to_augmented_libraries_svr4_read".
1463 (target_augmented_libraries_svr4_read): New macro.
1464 * target.c (update_current_target): Handle
1465 to_augmented_libraries_svr4_read.
1466 * remote.c (remote_state): New field
1467 "augmented_libraries_svr4_read".
1468 (remote_augmented_libraries_svr4_read_feature): New function.
1469 (remote_protocol_features): Add entry for
1470 "augmented-libraries-svr4-read".
1471 (remote_augmented_libraries_svr4_read): New function.
1472 (init_remote_ops): Initialize
1473 remote_ops.to_augmented_libraries_svr4_read.
1474
1475 2013-06-04 Gary Benson <gbenson@redhat.com>
1476
1477 * NEWS: Update.
1478
1479 2013-06-04 Gary Benson <gbenson@redhat.com>
1480
1481 * objfiles.h (inhibit_section_map_updates): New function
1482 declaration.
1483 (resume_section_map_updates): Likewise.
1484 (resume_section_map_updates_cleanup): Likewise.
1485 * objfiles.c (objfile_pspace_info): Removed field
1486 "objfiles_changed_p". New fields "new_objfiles_available",
1487 "section_map_dirty" and "inhibit_updates".
1488 (allocate_objfile): Set new_objfiles_available.
1489 (free_objfile): Set section_map_dirty.
1490 (objfile_relocate1): Likewise.
1491 (in_plt_section): Likewise.
1492 (find_pc_section): Update the conditions under which the
1493 section map will be updated.
1494 (inhibit_section_map_updates): New function.
1495 (resume_section_map_updates): Likewise.
1496 (resume_section_map_updates_cleanup): Likewise.
1497
1498 2013-06-04 Gary Benson <gbenson@redhat.com>
1499
1500 * probe.h (get_probe_argument_count): New declaration.
1501 (evaluate_probe_argument): Likewise.
1502 * probe.c (get_probe_argument_count): New function.
1503 (evaluate_probe_argument): Likewise.
1504 (probe_safe_evaluate_at_pc): Use the above new functions.
1505
1506 2013-06-04 Alan Modra <amodra@gmail.com>
1507
1508 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
1509 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
1510 (ppc_insns_match_pattern): Add frame param. Avoid multiple
1511 target mem reads on optional insns.
1512 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
1513 ppc_insns_match_pattern calls.
1514 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
1515 Add match for power7 thread safety insns, and new order of
1516 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
1517 invocation in comment, and update rest of comment.
1518 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
1519 PPC64_STANDARD_LINKAGE3_LEN): Delete.
1520 (ppc64_standard_linkage2_target): Update insn offsets.
1521 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
1522 stubs first. Update calls.
1523
1524 2013-06-04 Yao Qi <yao@codesourcery.com>
1525
1526 * solib.c (solib_find): Don't need dir separator if path has
1527 drive spec.
1528
1529 2013-06-03 Joel Brobecker <brobecker@adacore.com>
1530
1531 Revert (indirectly causes a SIGSEGV):
1532 * machoread.c (macho_symfile_read): Assign first cleanup to
1533 'back_to'.
1534
1535 2013-06-03 Yao Qi <yao@codesourcery.com>
1536
1537 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
1538 mi-parse.c. Make them static.
1539 (mi_all_values): Likewise.
1540 (mi_parse_values_option): Move to mi-parse.c. Rename it to
1541 mi_parse_print_values. Make it external.
1542 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
1543 Remove the declarations.
1544 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
1545 * mi/mi-parse.h (mi_parse_print_values): Declare.
1546 * mi/mi-cmd-stack.c: Include mi-parse.h.
1547 (parse_print_values): Remove
1548 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
1549 of parse_print_values.
1550 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
1551
1552 2013-05-31 Pedro Alves <pedro@codesourcery.com>
1553 Yao Qi <yao@codesourcery.com>
1554
1555 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
1556 (encode_actions): Move code to ...
1557 (all_tracepoint_actions_and_cleanup): ... here. New.
1558 (trace_dump_command): Likewise.
1559
1560 2013-05-30 Tom Tromey <tromey@redhat.com>
1561
1562 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
1563
1564 2013-05-30 Tom Tromey <tromey@redhat.com>
1565
1566 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
1567 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
1568 'old_chain' argument. Add 'parser_result' argument.
1569 (gdb_xml_create_parser_and_cleanup): Remove old version.
1570 (gdb_xml_parse_quick): Update.
1571 (xml_process_xincludes): Update.
1572 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
1573 declare.
1574
1575 2013-05-30 Tom Tromey <tromey@redhat.com>
1576
1577 * probe.c (collect_probes): Check arguments for NULL before
1578 calling compile_rx_or_error.
1579 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
1580 Remove NULL return.
1581
1582 2013-05-30 Tom Tromey <tromey@redhat.com>
1583
1584 * infrun.c (adjust_pc_after_break): Introduce an outer null
1585 cleanup.
1586
1587 2013-05-30 Tom Tromey <tromey@redhat.com>
1588
1589 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
1590
1591 2013-05-30 Tom Tromey <tromey@redhat.com>
1592
1593 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
1594 for 'old_chain'. Do not check 'head' before processing
1595 cleanups.
1596
1597 2013-05-30 Tom Tromey <tromey@redhat.com>
1598
1599 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
1600 "cleanup_tuple".
1601
1602 2013-05-30 Tom Tromey <tromey@redhat.com>
1603
1604 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
1605 inner scope. Unconditionally call do_cleanups.
1606
1607 2013-05-30 Tom Tromey <tromey@redhat.com>
1608
1609 * source.c (find_and_open_source): Call do_cleanups.
1610
1611 2013-05-30 Tom Tromey <tromey@redhat.com>
1612
1613 * linux-thread-db.c (thread_db_load_search): Unconditionally
1614 call do_cleanups.
1615
1616 2013-05-30 Tom Tromey <tromey@redhat.com>
1617
1618 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
1619 for 'cleanup'; instead use a later one.
1620
1621 2013-05-30 Tom Tromey <tromey@redhat.com>
1622
1623 * python/py-breakpoint.c (bppy_get_commands): Use
1624 explicit, unconditional return.
1625 * python/py-frame.c (frapy_read_var): Likewise.
1626 * python/python.c (gdbpy_decode_line): Likewise.
1627
1628 2013-05-30 Tom Tromey <tromey@redhat.com>
1629
1630 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
1631 do_cleanups on all return paths.
1632
1633 2013-05-30 Tom Tromey <tromey@redhat.com>
1634
1635 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
1636
1637 2013-05-30 Tom Tromey <tromey@redhat.com>
1638
1639 * stabsread.c (read_struct_type): Call do_cleanups along
1640 all return paths.
1641
1642 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
1643
1644 * mips-linux-tdep.c: Adjust formatting throughout.
1645
1646 2013-05-30 Tom Tromey <tromey@redhat.com>
1647
1648 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
1649 along all return paths.
1650
1651 2013-05-30 Tom Tromey <tromey@redhat.com>
1652
1653 * symfile.c (find_separate_debug_file): Call do_cleanups
1654 along all return paths.
1655
1656 2013-05-30 Tom Tromey <tromey@redhat.com>
1657
1658 * symtab.c (search_symbols): Introduce a null cleanup for
1659 'retval_chain'.
1660
1661 2013-05-30 Tom Tromey <tromey@redhat.com>
1662
1663 * python/py-value.c (valpy_binop): Call do_cleanups before
1664 exiting loop.
1665
1666 2013-05-30 Tom Tromey <tromey@redhat.com>
1667
1668 * python/py-prettyprint.c (print_children): Remove extra
1669 do_cleanups call.
1670
1671 2013-05-30 Tom Tromey <tromey@redhat.com>
1672
1673 * python/py-frame.c (frapy_read_var): Call do_cleanups along
1674 all return paths.
1675
1676 2013-05-30 Tom Tromey <tromey@redhat.com>
1677
1678 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
1679 along all return paths.
1680
1681 2013-05-30 Tom Tromey <tromey@redhat.com>
1682
1683 * cli/cli-logging.c (set_logging_redirect): Unconditionally
1684 call do_cleanups.
1685
1686 2013-05-30 Tom Tromey <tromey@redhat.com>
1687
1688 * varobj.c (c_value_of_root): Call do_cleanups along all
1689 return paths.
1690
1691 2013-05-30 Tom Tromey <tromey@redhat.com>
1692
1693 * tracepoint.c (trace_dump_command): Unconditionally call
1694 do_cleanups.
1695
1696 2013-05-30 Tom Tromey <tromey@redhat.com>
1697
1698 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
1699 do_cleanups earlier.
1700
1701 2013-05-30 Tom Tromey <tromey@redhat.com>
1702
1703 * machoread.c (macho_symfile_read): Assign first cleanup to
1704 'back_to'.
1705
1706 2013-05-30 Tom Tromey <tromey@redhat.com>
1707
1708 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
1709
1710 2013-05-30 Tom Tromey <tromey@redhat.com>
1711
1712 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
1713
1714 2013-05-30 Tom Tromey <tromey@redhat.com>
1715
1716 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
1717 call discard_cleanups.
1718 (inf_ptrace_attach): Likewise.
1719
1720 2013-05-30 Tom Tromey <tromey@redhat.com>
1721
1722 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
1723 return paths.
1724 (mips_initialize): Likewise.
1725 (common_open): Call do_cleanups.
1726
1727 2013-05-30 Tom Tromey <tromey@redhat.com>
1728
1729 * utils.c (internal_vproblem): Call do_cleanups.
1730
1731 2013-05-30 Tom Tromey <tromey@redhat.com>
1732
1733 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
1734
1735 2013-05-30 Tom Tromey <tromey@redhat.com>
1736
1737 * cli/cli-script.c (setup_user_args): Don't return after error.
1738
1739 2013-05-30 Tom Tromey <tromey@redhat.com>
1740
1741 * somread.c (som_symtab_read): Call do_cleanups.
1742
1743 2013-05-30 Tom Tromey <tromey@redhat.com>
1744
1745 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
1746
1747 2013-05-30 Tom Tromey <tromey@redhat.com>
1748
1749 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
1750 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
1751 * interps.c (interpreter_exec_cmd): Call do_cleanups.
1752 * source.c (show_substitute_path_command): Call do_cleanups.
1753 (unset_substitute_path_command, set_substitute_path_command):
1754 Likewise.
1755 * symfile.c (load_command): Call do_cleanups.
1756
1757 2013-05-30 Tom Tromey <tromey@redhat.com>
1758
1759 * contrib/cleanup_check.py: New file.
1760 * contrib/gcc-with-excheck: Add option parsing.
1761
1762 2013-05-30 Joel Brobecker <brobecker@adacore.com>
1763
1764 * windows-nat.c (windows_delete_thread): Add missing space
1765 in cast expression.
1766
1767 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
1768
1769 * inferior.c (top level): Include tilde.h.
1770 (add_inferior_command): Call tilde_expand on the value of 'exec'
1771 argument.
1772
1773 2013-05-30 Pedro Alves <pedro@codesourcery.com>
1774 Yao Qi <yao@codesourcery.com>
1775
1776 * tracepoint.c (encode_actions_1): Remove parameter 't'.
1777 Caller update.
1778 (encode_actions): Likewise.
1779 * remote.c (remote_download_tracepoint): Caller update.
1780 * tracepoint.h (encode_actions): Update declaration.
1781
1782 2013-05-30 Pedro Alves <palves@redhat.com>
1783
1784 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
1785 pointer.
1786
1787 2013-05-30 Yao Qi <yao@codesourcery.com>
1788
1789 * remote.c (remote_check_symbols): Remove unused parameter
1790 'objfile'.
1791 Declaration update.
1792 (remote_start_remote, remote_new_objfile): Caller update.
1793
1794 2013-05-30 Yao Qi <yao@codesourcery.com>
1795
1796 * mi/mi-cmds.c (mi_cmds): Define MI command
1797 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
1798 DEF_MI_CMD_CLI.
1799
1800 2013-05-29 Pedro Alves <palves@redhat.com>
1801
1802 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
1803 (remote_insert_watchpoint, remote_remove_watchpoint)
1804 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
1805 (remote_verify_memory, compare_sections_command)
1806 (remote_search_memory): Set the general process/thread on the
1807 remote side.
1808
1809 2013-05-29 Pedro Alves <palves@redhat.com>
1810
1811 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
1812 (_initialize_aarch64_tdep): Don't call
1813 initialize_tdesc_aarch64_without_fpu.
1814 * features/Makefile (WHICH): Remove reference to
1815 aarch64-without-fpu.
1816 * features/aarch64-without-fpu.c: Delete file.
1817 * regformats/aarch64-without-fpu.dat: Delete file.
1818
1819 2013-05-28 Yao Qi <yao@codesourcery.com>
1820
1821 * tracepoint.c (stringify_collection_list): Remove parameter
1822 'string'.
1823 (encode_actions): Caller update. Remove local variables.
1824
1825 2013-05-24 Yao Qi <yao@codesourcery.com>
1826
1827 * tracepoint.c (TFILE_PID): Remove.
1828 (tfile_open): Don't add thread and inferior.
1829 (tfile_close): Don't set 'inferior_ptid'. Don't call
1830 exit_inferior_silent.
1831 (tfile_thread_alive): Remove.
1832 (init_tfile_ops): Don't set field 'to_thread_alive' of
1833 tfile_ops.
1834
1835 2013-05-23 Doug Evans <dje@google.com>
1836
1837 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
1838
1839 2013-05-23 Pedro Alves <palves@redhat.com>
1840
1841 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
1842 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
1843 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
1844 Only define if HAVE_SOCKETS is defined.
1845 * configure.ac: Check for sys/socket.h.
1846 * config.in, configure: Regenerate.
1847
1848 2013-05-23 Pedro Alves <palves@redhat.com>
1849
1850 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
1851 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
1852 printing uint32_t variables.
1853
1854 2013-05-23 Pedro Alves <palves@redhat.com>
1855
1856 * NEWS: Mention GDBserver range stepping support.
1857
1858 2013-05-23 Yao Qi <yao@codesourcery.com>
1859 Pedro Alves <palves@redhat.com>
1860
1861 * gdbthread.h (struct thread_control_state) <may_range_step>: New
1862 field.
1863 * infcmd.c (step_once, until_next_command): Enable range stepping.
1864 * infrun.c (displaced_step_prepare): Disable range stepping.
1865 (resume): Disable range stepping if stepping over a breakpoint or
1866 we have software watchpoints. If range stepping is enabled,
1867 assert the thread is in the stepping range.
1868 (clear_proceed_status_thread): Clear may_range_step.
1869 (handle_inferior_event): Disable range stepping as soon as we know
1870 the thread that hit the event. Re-enable it whenever we're going
1871 to step with a step range.
1872 * remote.c (struct vCont_action_support) <r>: New field.
1873 (use_range_stepping): New global.
1874 (remote_vcont_probe): Handle 'r' action.
1875 (append_resumption): Append an 'r' action if the thread may range
1876 step.
1877 (show_range_stepping): New function.
1878 (set_range_stepping): New function.
1879 (_initialize_remote): Call add_setshow_boolean_cmd to register the
1880 'set range-stepping' and 'show range-stepping' commands.
1881 * NEWS: Mention range stepping, the new vCont;r action, and the
1882 new "set/show range-stepping" commands.
1883
1884 2013-05-23 Yao Qi <yao@codesourcery.com>
1885 Pedro Alves <palves@redhat.com>
1886
1887 * remote.c (struct vCont_action_support): New struct.
1888 (struct remote_state) <support_vCont_t>: Remove field.
1889 <vCont_actions_support>: New field.
1890 (remote_vcont_probe, remote_stop_ns): Update.
1891
1892 2013-05-23 Yao Qi <yao@codesourcery.com>
1893 Pedro Alves <palves@redhat.com>
1894
1895 * gdbthread.h (pc_in_thread_step_range): New declaration.
1896 * thread.c (pc_in_thread_step_range): New function.
1897 * infrun.c (handle_inferior_event): Use it.
1898
1899 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1900
1901 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
1902 of sprintf.
1903
1904 2013-05-22 Keith Seitz <keiths@redhat.com>
1905
1906 * ada-lang.c (is_known_support_routine): Add explicit free of
1907 'func_name' from find_frame_funname.
1908 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
1909 for func_name from find_frame_funname.
1910 * python/py-frame.c (frapy_name): Add explicit free of
1911 'name' from find_frame_funname.
1912 * stack.c (find_frame_funname): Add comment explaining that
1913 funcp must be freed by the caller.
1914 Return copy of symbol names instead of pointers.
1915 (print_frame): Add a cleanup for 'funname' from
1916 find_frame_funname.
1917 * stack.h (find_frame_funname): Remove "const" from
1918 'funname' parameter.
1919
1920 2013-05-22 Tom Tromey <tromey@redhat.com>
1921
1922 PR c++/15401:
1923 * c-valprint.c (c_value_print): Use value_addr for
1924 references. Convert back to reference type with value_ref.
1925
1926 2013-05-22 Eli Zaretskii <eliz@gnu.org>
1927
1928 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
1929 unloaded DLL, it will be done by handle_solib_event. See
1930 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
1931 details.
1932
1933 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
1934
1935 * ui-out.c: Create typedef ui_out_level_p and define vector
1936 operations for that type.
1937 (struct ui_out): Use a vector instead of an array.
1938 (current_level): Return level from a vector.
1939 (push_level): Create a level in a vector.
1940 (pop_level): Delete a level in a vector.
1941 (ui_out_new): Create initial level zero level, and store in a
1942 vector.
1943 (ui_out_destroy): Add vector cleanup.
1944
1945 2013-05-22 Pedro Alves <palves@redhat.com>
1946
1947 * python/python-internal.h (gdb_Py_DECREF): Tag with
1948 "ARI: editCase function".
1949
1950 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1951
1952 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
1953
1954 2013-05-21 Pedro Alves <palves@redhat.com>
1955
1956 * python/py-prettyprint.c (apply_val_pretty_printer): Check
1957 whether PRINTER is NULL before installing a Py_DECREF cleanup.
1958 * python/py-utils.c (py_decref): Don't check for NULL before
1959 calling Py_DECREF.
1960
1961 2013-05-21 Pedro Alves <palves@redhat.com>
1962
1963 * python/py-utils.c (py_decref): Remove extra braces.
1964 (gdb_pymodule_addobject): Remove extra braces.
1965 * python-internal.h (gdb_Py_DECREF): New static inline function.
1966 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
1967
1968 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1969
1970 * breakpoints.c (detach_breakpoints): Do not
1971 detach breakpoints locations with loc_type bp_loc_other.
1972
1973 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1974
1975 Workaround Python 2.6.
1976 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
1977 a block.
1978
1979 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1980
1981 Code cleanup: constification.
1982 * solib.c (solib_ops): Make return type and ops variable type const.
1983 (set_solib_ops): Make the new_ops parameter and ops variable const.
1984 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
1985 (solib_add, solib_keep_data_in_core, clear_solib)
1986 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
1987 (reload_shared_libraries, solib_global_lookup): Make the ops variable
1988 const.
1989 * solib.h (set_solib_ops): Make the new_ops parameter const.
1990
1991 2013-05-21 Joel Brobecker <brobecker@adacore.com>
1992
1993 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
1994 variable.
1995 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
1996 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
1997 (SYSTEM_GDBINIT_FILES): New variables.
1998 (all): Add stamp-system-gdbinit.
1999 (stamp-system-gdbinit): New rule.
2000 (clean-system-gdbinit, install-system-gdbinit)
2001 (uninstall-system-gdbinit): New rules. Make them .PHONY.
2002 (install-only): Add dependency on install-system-gdbinit.
2003 (uninstall): Add dependency on uninstall-system-gdbinit.
2004 (clean): Add dependency on clean-system-gdbinit.
2005 * system-gdbinit/elinos.py: New file.
2006 * system-gdbinit/wrs-linux.py: New file.
2007
2008 2013-05-21 Joel Brobecker <brobecker@adacore.com>
2009
2010 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
2011
2012 2013-05-21 Hui Zhu <hui@codesourcery.com>
2013
2014 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
2015 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
2016 * mi/mi-cmd-break.c (ctype.h): New include.
2017 (gdb_obstack.h): New include.
2018 (mi_argv_to_format, mi_cmd_break_insert_1): New.
2019 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
2020 (mi_cmd_dprintf_insert): New.
2021 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
2022 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
2023
2024 2013-05-20 Tom Tromey <tromey@redhat.com>
2025
2026 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
2027
2028 2013-05-20 Tom Tromey <tromey@redhat.com>
2029
2030 * python/py-value.c (valpy_get_dynamic_type): Simplify
2031 dynamic_type assignment. Use Py_XINCREF.
2032
2033 2013-05-20 Tom Tromey <tromey@redhat.com>
2034
2035 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
2036
2037 2013-05-20 Tom Tromey <tromey@redhat.com>
2038
2039 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
2040 (gdbpy_selected_frame): Move object-construction code
2041 out of TRY_CATCH.
2042
2043 2013-05-20 Tom Tromey <tromey@redhat.com>
2044
2045 * python/py-arch.c (gdbpy_initialize_arch): Use
2046 gdb_pymodule_addobject.
2047 * python/py-block.c (gdbpy_initialize_blocks): Use
2048 gdb_pymodule_addobject.
2049 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
2050 gdb_pymodule_addobject.
2051 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
2052 gdb_pymodule_addobject.
2053 * python/py-event.c (gdbpy_initialize_event_generic): Use
2054 gdb_pymodule_addobject.
2055 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
2056 gdb_pymodule_addobject.
2057 * python/py-evts.c (add_new_registry): Use
2058 gdb_pymodule_addobject.
2059 (gdbpy_initialize_py_events): Likewise.
2060 * python/py-finishbreakpoint.c
2061 (gdbpy_initialize_finishbreakpoints): Use
2062 gdb_pymodule_addobject.
2063 * python/py-frame.c (gdbpy_initialize_frames): Use
2064 gdb_pymodule_addobject.
2065 * python/py-function.c (gdbpy_initialize_functions): Use
2066 gdb_pymodule_addobject.
2067 * python/py-inferior.c (gdbpy_initialize_inferior): Use
2068 gdb_pymodule_addobject.
2069 * python/py-infthread.c (gdbpy_initialize_thread): Use
2070 gdb_pymodule_addobject.
2071 * python/py-objfile.c (gdbpy_initialize_objfile): Use
2072 gdb_pymodule_addobject.
2073 * python/py-param.c (gdbpy_initialize_parameters): Use
2074 gdb_pymodule_addobject.
2075 * python/py-progspace.c (gdbpy_initialize_pspace): Use
2076 gdb_pymodule_addobject.
2077 * python/py-symbol.c (gdbpy_initialize_symbols): Use
2078 gdb_pymodule_addobject.
2079 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
2080 gdb_pymodule_addobject.
2081 * python/py-type.c (gdbpy_initialize_types): Use
2082 gdb_pymodule_addobject.
2083 * python/py-utils.c (gdb_pymodule_addobject): New function.
2084 * python/py-value.c (gdbpy_initialize_values): Use
2085 gdb_pymodule_addobject.
2086 * python/python-internal.h (gdb_pymodule_addobject): Declare.
2087 * python/python.c (_initialize_python): Use
2088 gdb_pymodule_addobject.
2089
2090 2013-05-20 Tom Tromey <tromey@redhat.com>
2091
2092 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
2093 * python/py-param.c (get_set_value, get_show_value): Use
2094 explicit decrefs.
2095 * python/python.c (start_type_printers, apply_type_printers):
2096 Use explicit decrefs.
2097
2098 2013-05-20 Tom Tromey <tromey@redhat.com>
2099
2100 * python/py-evts.c (gdbpy_initialize_py_events): Don't
2101 incref the module.
2102
2103 2013-05-20 Tom Tromey <tromey@redhat.com>
2104
2105 * python/python.c (gdbpy_run_events): Decref the result
2106 of PyObject_CallObject.
2107
2108 2013-05-20 Tom Tromey <tromey@redhat.com>
2109
2110 * python/py-symtab.c (set_sal): Use
2111 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
2112 (symtab_and_line_to_sal_object): Update.
2113
2114 2013-05-20 Tom Tromey <tromey@redhat.com>
2115
2116 * python/py-param.c (compute_enum_values): Decref 'item'.
2117
2118 2013-05-20 Tom Tromey <tromey@redhat.com>
2119
2120 * mi/mi-main.c: Include python-internal.h.
2121 (mi_cmd_list_features): Check gdb_python_initialized.
2122 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
2123 (python_inferior_exit, python_new_objfile, add_thread_object)
2124 (delete_thread_object, py_free_inferior): Check
2125 gdb_python_initialized.
2126 * python/py-prettyprint.c (apply_val_pretty_printer): Check
2127 gdb_python_initialized.
2128 * python/py-type.c (save_objfile_types): Check
2129 gdb_python_initialized.
2130 * python/python-internal.h (gdb_python_initialized): Declare.
2131 * python/python.c (ensure_python_env): Throw exception if
2132 Python not initialized.
2133 (before_prompt_hook, source_python_script_for_objfile)
2134 (start_type_printers, apply_type_printers,
2135 free_type_printers): Check gdb_python_initialized.
2136 * varobj.c (varobj_get_display_hint)
2137 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
2138 (install_new_value_visualizer, varobj_set_visualizer)
2139 (value_get_print_value): Check gdb_python_initialized.
2140
2141 2013-05-20 Tom Tromey <tromey@redhat.com>
2142
2143 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
2144 Check errors.
2145 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
2146 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
2147 Check errors.
2148 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
2149 Check errors.
2150 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
2151 Check errors.
2152 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
2153 Check errors.
2154 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
2155 init function to return 'int'.
2156 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
2157 Return 'int'. Check errors.
2158 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
2159 Check errors.
2160 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
2161 Return 'int'. Check errors.
2162 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
2163 Check errors.
2164 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
2165 Check errors.
2166 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
2167 Check errors.
2168 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
2169 Check errors.
2170 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
2171 Check errors.
2172 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
2173 Check errors.
2174 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
2175 Check errors.
2176 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
2177 Check errors.
2178 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
2179 Check errors.
2180 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
2181 Check errors.
2182 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
2183 Check errors.
2184 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
2185 Check errors.
2186 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
2187 Check errors.
2188 * python/python-internal.h (gdbpy_initialize_auto_load,
2189 gdbpy_initialize_values, gdbpy_initialize_frames,
2190 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
2191 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
2192 gdbpy_initialize_blocks, gdbpy_initialize_types,
2193 gdbpy_initialize_functions, gdbpy_initialize_pspace,
2194 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
2195 gdbpy_initialize_finishbreakpoints,
2196 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
2197 gdbpy_initialize_thread, gdbpy_initialize_inferior,
2198 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
2199 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
2200 gdbpy_initialize_signal_event,
2201 gdbpy_initialize_breakpoint_event,
2202 gdbpy_initialize_continue_event,
2203 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
2204 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
2205 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
2206 * python/python.c (gdb_python_initialized): New global.
2207 (gdbpy_initialize_events): Return 'int'. Check errors.
2208 (_initialize_python): Check errors. Set
2209 gdb_python_initialized.
2210
2211 2013-05-20 Tom Tromey <tromey@redhat.com>
2212
2213 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
2214 Decref the reslut of PyObject_CallMethod.
2215
2216 2013-05-20 Tom Tromey <tromey@redhat.com>
2217
2218 * python/py-event.c (gdbpy_initialize_event_generic): Return
2219 early if PyType_Ready fails.
2220
2221 2013-05-20 Tom Tromey <tromey@redhat.com>
2222
2223 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
2224 as 'default' in the switch.
2225
2226 2013-05-20 Tom Tromey <tromey@redhat.com>
2227
2228 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
2229 get_addr_from_python calls out of TRY_CATCH.
2230 (infpy_write_memory, infpy_search_memory): Likewise.
2231 * python/py-utils.c (get_addr_from_python): Return negative
2232 value on error. Use TRY_CATCH.
2233 * python/python-internal.h (get_addr_from_python): Use
2234 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
2235
2236 2013-05-20 Tom Tromey <tromey@redhat.com>
2237
2238 * python/py-event.c (evpy_emit_event): Decref the
2239 result of PyObject_CallFunctionObjArgs.
2240
2241 2013-05-20 Tom Tromey <tromey@redhat.com>
2242
2243 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
2244 Correctly decref.
2245
2246 2013-05-20 Tom Tromey <tromey@redhat.com>
2247
2248 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
2249
2250 2013-05-20 Tom Tromey <tromey@redhat.com>
2251
2252 * python/py-event.h (gdbpy_initialize_event_generic): Use
2253 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
2254 * python/py-evts.c (add_new_registry): Use
2255 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
2256 * python/python-internal.h
2257 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
2258
2259 2013-05-20 Tom Tromey <tromey@redhat.com>
2260
2261 * python/py-arch.c (archpy_disassemble): Update.
2262 * python/py-type.c (typy_get_composite, typy_lookup_typename)
2263 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
2264 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
2265 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
2266 macro.
2267 (GDB_PY_HANDLE_EXCEPTION): Update.
2268 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
2269
2270 2013-05-20 Tom Tromey <tromey@redhat.com>
2271
2272 * python/python-internal.h (events_object_type): Remove.
2273
2274 2013-05-20 Tom Tromey <tromey@redhat.com>
2275
2276 * python/py-event.h (evpy_emit_event): Use
2277 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
2278 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
2279 New macro.
2280
2281 2013-05-20 Tom Tromey <tromey@redhat.com>
2282
2283 * py-evtregistry.c (create_event_object): Decref
2284 eventregistry_object if PyList_New fails.
2285
2286 2013-05-20 Tom Tromey <tromey@redhat.com>
2287
2288 * py-cmd.c (gdbpy_string_to_argv): Check result of
2289 PyList_New.
2290
2291 2013-05-20 Tom Tromey <tromey@redhat.com>
2292
2293 * python/python.c (before_prompt_hook): Add cleanup to
2294 decref 'hook'.
2295
2296 2013-05-20 Tom Tromey <tromey@redhat.com>
2297
2298 * python/py-function.c (fnpy_init): Decref result of
2299 PyObject_GetAttrString.
2300
2301 2013-05-20 Tom Tromey <tromey@redhat.com>
2302
2303 * python/py-threadevent.c (get_event_thread): Use
2304 CPYCHECKER_RETURNS_BORROWED_REF.
2305 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
2306 New define.
2307 (pspace_to_pspace_object, objfile_to_objfile_object)
2308 (find_thread_object): Use it.
2309
2310 2013-05-20 Tom Tromey <tromey@redhat.com>
2311
2312 * python/py-arch.c (arch_object_type): Use
2313 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2314 * python/py-block.c (block_syms_iterator_object_type):
2315 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2316 * python/py-bpevent.c (breakpoint_event_object_type):
2317 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2318 * python/py-cmd.c (cmdpy_object_type): Use
2319 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2320 * python/py-continueevent.c (continue_event_object_type):
2321 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2322 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
2323 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2324 * python/py-events.h (thread_event_object_type):
2325 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2326 * python/py-evtregistry.c (eventregistry_object_type): Use
2327 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2328 * python/py-exitedevent.c (exited_event_object_type):
2329 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2330 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
2331 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2332 * python/py-function.c (fnpy_object_type): Use
2333 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2334 * python/py-inferior.c (inferior_object_type, membuf_object_type):
2335 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2336 * python/py-infthread.c (thread_object_type): Use
2337 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2338 * python/py-lazy-string.c (lazy_string_object_type):
2339 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2340 * python/py-newobjfileevent.c (new_objfile_event_object_type):
2341 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2342 * python/py-objfile.c (objfile_object_type): Use
2343 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2344 * python/py-param.c (parmpy_object_type):
2345 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2346 * python/py-progspace.c (pspace_object_type):
2347 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2348 * python/py-signalevent.c (signal_event_object_type):
2349 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2350 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
2351 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2352 * python/py-type.c (type_object_type, field_object_type)
2353 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2354 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
2355 define.
2356 (value_object_type, block_object_type, symbol_object_type)
2357 (event_object_type, stop_event_object_type, breakpoint_object_type)
2358 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2359
2360 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
2361
2362 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
2363 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
2364
2365 2013-05-20 Doug Evans <dje@google.com>
2366
2367 When reading CU, stay in DWO. Be more tolerent of bad debug info.
2368 For Fission.
2369 * dwarf2read.c (struct dwarf2_per_cu_data): New member
2370 reading_dwo_directly.
2371 (struct signatured_type): New member dwo_unit.
2372 (struct die_reader_specs): New member comp_dir.
2373 (create_signatured_type_table_from_index): Use malloc for
2374 all_type_units instead of objfile's obstack.
2375 (create_all_type_units): Ditto.
2376 (fill_in_sig_entry_from_dwo_entry): New function.
2377 (add_type_unit): New function.
2378 (lookup_dwo_signatured_type): New function.
2379 (lookup_dwp_signatured_type): New function.
2380 (lookup_signatured_type): New arg cu. All callers updated.
2381 (init_cu_die_reader): Initialize comp_dir.
2382 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
2383 Change assert of matching type signatures to call error on mismatch.
2384 (lookup_dwo_unit): Add assert.
2385 (init_tu_and_read_dwo_dies): New function.
2386 (init_cutu_and_read_dies): Call it.
2387 (build_type_unit_groups): Handle case of no type unit groups created.
2388 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
2389 (lookup_dwo_cutu): Tweak complaint.
2390 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
2391 (dwarf2_per_objfile_free): Free all_type_units.
2392
2393 2013-05-20 Joel Brobecker <brobecker@adacore.com>
2394
2395 * windows-nat.c (handle_unload_dll): Add missing empty line.
2396
2397 2013-05-20 Joel Brobecker <brobecker@adacore.com>
2398
2399 * dwarf2read.c (prototyped_function_p): New function.
2400 (read_subroutine_type): Use it.
2401
2402 2013-05-20 Joel Brobecker <brobecker@adacore.com>
2403
2404 * rs6000-aix-tdep.c: De-indent some example code provided
2405 as a comment.
2406
2407 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
2408
2409 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
2410 region is ok for a hardware watchpoint using the new ptrace interface
2411 on Power servers.
2412
2413 2013-05-17 Doug Evans <dje@google.com>
2414
2415 * NEWS: Mention new maintenance commands check-symtabs, and
2416 expand-symtabs, and renamed check-psymtabs.
2417 * psymtab.c (maintenance_check_psymtabs): Renamed from
2418 maintenance_check_symtabs. Only process already-expanded symbol
2419 tables.
2420 (_initialize_psymtab): Update.
2421 * symmisc.c (maintenance_check_symtabs): New function.
2422 (maintenance_expand_name_matcher): New function
2423 (maintenance_expand_file_matcher): New function
2424 (maintenance_expand_symtabs): New function.
2425 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
2426 commands.
2427
2428 2013-05-17 Tom Tromey <tromey@redhat.com>
2429
2430 * python/py-inferior.c (infpy_read_memory): Don't call
2431 PyErr_SetString if PyObject_New fails.
2432 * python/py-frame.c (frame_info_to_frame_object): Don't call
2433 PyErr_SetString if PyObject_New fails.
2434
2435 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
2436
2437 * acinclude.m4: Add check for dlopen in libdl.
2438 * configure.ac: Ditto.
2439 * configure: Regenerate.
2440
2441 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
2442
2443 * frame.c (frame_stash): Convert to htab.
2444 (frame_addr_hash): New function.
2445 (frame_addr_hash_eq): New function.
2446 (frame_stash_create): Convert function to create
2447 a hash table.
2448 (frame_stash_add): Convert function to add an entry to a hash
2449 table.
2450 (frame_stash_find): Convert function to search the hash table.
2451 (frame_stash_invalidate): Convert function to empty the hash
2452 table.
2453 (get_frame_id): Only add to stash if a frame_id is created.
2454 (_initialize_frame): Call frame_stash_create.
2455
2456 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
2457
2458 * configure.ac: Ensure MIG is available when building for GNU Hurd
2459 hosts.
2460 * configure: Regenerate.
2461
2462 2013-05-16 Joel Brobecker <brobecker@adacore.com>
2463
2464 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
2465
2466 2013-05-16 Joel Brobecker <brobecker@adacore.com>
2467
2468 * ada-lang.c (ada_make_symbol_completion_list): Make sure
2469 all cleanups are done before returning from this function.
2470
2471 2013-05-15 Joel Brobecker <brobecker@adacore.com>
2472
2473 * utils.h: #include "exceptions.h".
2474 (enum errors): Remove partial declaration.
2475
2476 2013-05-15 Joel Brobecker <brobecker@adacore.com>
2477
2478 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
2479 * gdbarch.h, gdbarch.c: Regenerate.
2480 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
2481 handling.
2482
2483 * rs6000-aix-tdep.h: New file.
2484 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
2485 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
2486 "xml-utils.h".
2487 (struct field_info, struct ld_info_desc): New types.
2488 (ld_info32_desc, ld_info64_desc): New static constants.
2489 (struct ld_info): New type.
2490 (rs6000_aix_extract_ld_info): New function.
2491 (rs6000_aix_shared_library_to_xml): Likewise.
2492 (rs6000_aix_ld_info_to_xml): Likewise.
2493 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2494 (rs6000_aix_init_osabi): Add call to
2495 set_gdbarch_core_xfer_shared_libraries_aix.
2496 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
2497 Remove "xml-utils.h" include.
2498 (LdInfo): Delete typedef.
2499 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
2500 Delete macros.
2501 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
2502 Adjust code accordingly.
2503 (rs6000_core_ldinfo): Delete, folded into
2504 rs6000_aix_core_xfer_shared_libraries_aix.
2505 (rs6000_xfer_shared_library): Delete.
2506 (rs6000_xfer_shared_libraries): Reimplement.
2507
2508 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2509
2510 * record.c (record_goto_cmdlist): New.
2511 (cmd_record_goto): Split into this ...
2512 (cmd_record_goto_begin): ... this
2513 (cmd_record_goto_end): ... and this.
2514 (_initialize_record): Change "record goto" to prefix command.
2515 Add commands for "record goto begin" and "record goto end".
2516 Add an alias for "record goto start" to "record goto begin".
2517
2518 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2519
2520 * linespec.c (convert_linespec_to_sals): New comment for
2521 SOURCE_FILENAME assignment.
2522
2523 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2524
2525 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
2526 internal_warning.
2527
2528 2013-05-14 Tom Tromey <tromey@redhat.com>
2529
2530 * eval.c (parse_and_eval_long): Make 'exp' const.
2531 * value.h (parse_and_eval_long): Update.
2532
2533 2013-05-14 Tom Tromey <tromey@redhat.com>
2534
2535 * ui-file.c (gdb_fopen): Make arguments const.
2536 * ui-file.h (gdb_fopen): Make arguments const.
2537
2538 2013-05-14 Tom Tromey <tromey@redhat.com>
2539
2540 * remote.c (remote_set_trace_notes): Make arguments const.
2541 * target.c (update_current_target): Update cast.
2542 * target.h (to_set_trace_notes): Make arguments const.
2543
2544 2013-05-14 Tom Tromey <tromey@redhat.com>
2545
2546 * go32-nat.c (go32_terminal_info): Make 'args' const.
2547 * inferior.h (child_terminal_info): Update.
2548 * inflow.c (child_terminal_info): Make 'args' const.
2549 * target.c (default_terminal_info): Make 'args' const.
2550 (debug_to_terminal_save_ours): Likewise.
2551 * target.h (struct target_ops) <to_terminal_info>: Make argument
2552 const.
2553
2554 2013-05-13 Tom Tromey <tromey@redhat.com>
2555
2556 * gcore.c (create_gcore_bfd): Make 'filename' const.
2557 * gcore.h (create_gcore_bfd): Make 'filename' const.
2558 * record-full.c (record_full_save): Make 'recfilename' const.
2559 * target.c (target_save_record): Make 'filename' const.
2560 * target.h (struct target_ops) <to_save_record>: Make 'filename'
2561 const.
2562 (target_save_record): Likewise.
2563
2564 2013-05-13 Tom Tromey <tromey@redhat.com>
2565
2566 PR gdb/15338:
2567 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
2568 ranges section has been read.
2569
2570 2013-05-13 Tom Tromey <tromey@redhat.com>
2571
2572 PR exp/15364:
2573 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
2574 STRUCTOP_PTR>: Return a not_lval value for
2575 EVAL_AVOID_SIDE_EFFECTS.
2576 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
2577 for EVAL_AVOID_SIDE_EFFECTS.
2578
2579 2013-05-13 Joel Brobecker <brobecker@adacore.com>
2580
2581 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
2582 floating point registers to register type before storing
2583 value.
2584 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
2585 Likewise.
2586
2587 2013-05-10 Joel Brobecker <brobecker@adacore.com>
2588 Tom Tromey <tromey@redhat.com>
2589
2590 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
2591 New functions.
2592 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
2593 Declare.
2594 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
2595 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
2596 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
2597 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
2598
2599 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
2600 Tom Tromey <tromey@redhat.com>
2601
2602 PR build/15414:
2603 * configure: Rebuild.
2604 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
2605 with -Wno-format.
2606
2607 2013-05-10 Pedro Alves <palves@redhat.com>
2608
2609 * remote.c (_initialize_remote): Fix spelling of
2610 qXfer:traceframe-info:read packet in packet config command.
2611
2612 2013-05-10 David Taylor <dtaylor@emc.com>
2613
2614 PR remote/15455
2615
2616 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
2617 "QTro" at start of packet.
2618
2619 2013-05-10 Joel Brobecker <brobecker@adacore.com>
2620
2621 * solib-aix.c (solib_aix_relocate_section_addresses):
2622 For the .bss section action, apply the same offset as
2623 the .data section.
2624
2625 2013-05-10 Joel Brobecker <brobecker@adacore.com>
2626
2627 * solib-aix.c (solib_aix_relocate_section_addresses):
2628 Remove FIXME comment.
2629
2630 2013-05-10 Joel Brobecker <brobecker@adacore.com>
2631
2632 PR tdep/15420:
2633 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2634 New functions, directly copied from sparc-sol-thread.c.
2635 * sparc-sol-thread.c: Delete.
2636 * configure.ac: Remove code handling sparc-solaris-thread.c.
2637 * configure: Regenerate.
2638
2639 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2640
2641 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
2642 filter logic.
2643 (backtrace_command): Add "no-filters" option parsing.
2644 (_initialize_stack): Alter help to reflect "no-filters" option.
2645 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
2646 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
2647 (py-frame.o): Add target
2648 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
2649 filter files.
2650 * python/python.h: Add new frame filter constants, and flag enum.
2651 (apply_frame_filter): Add definition.
2652 * python/python.c (apply_frame_filter): New non-Python
2653 enabled function.
2654 * python/py-utils.c (py_xdecref): New function.
2655 (make_cleanup_py_xdecref): Ditto.
2656 * python/py-objfile.c: Declare frame_filters dictionary.
2657 (objfpy_dealloc): Add frame_filters dealloc.
2658 (objfpy_new): Initialize frame_filters attribute.
2659 (objfile_to_objfile_object): Ditto.
2660 (objfpy_get_frame_filters): New function.
2661 (objfpy_set_frame_filters): New function.
2662 * python/py-progspace.c: Declare frame_filters dictionary.
2663 (pspy_dealloc): Add frame_filters dealloc.
2664 (pspy_new): Initialize frame_filters attribute.
2665 (pspacee_to_pspace_object): Ditto.
2666 (pspy_get_frame_filters): New function.
2667 (pspy_set_frame_filters): New function.
2668 * python/py-framefilter.c: New file.
2669 * python/lib/gdb/command/frame_filters.py: New file.
2670 * python/lib/gdb/frames.py: New file.
2671 * python/lib/gdb/__init__.py: Initialize global frame_filters
2672 dictionary
2673 * python/lib/gdb/FrameDecorator.py: New file.
2674 * python/lib/gdb/FrameIterator.py: New file.
2675 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
2676 * mi/mi-cmds.h: Declare.
2677 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
2678 --no-frame-filter logic, and Python frame filter logic.
2679 (stack_enable_frame_filters): New function.
2680 (parse_no_frame_option): Ditto.
2681 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
2682 filter logic.
2683 (mi_cmd_stack_list_locals): Ditto.
2684 (mi_cmd_stack_list_args): Ditto.
2685 (mi_cmd_stack_list_variables): Ditto.
2686 * NEWS: Add frame filter note.
2687
2688 2013-05-09 Doug Evans <dje@google.com>
2689
2690 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
2691 All callers updated.
2692 (syms_from_objfile): Ditto. Make static.
2693 (symbol_file_add_with_addrs): Renamed from
2694 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
2695 num_offsets. All callers updated.
2696 * symfile.h (syms_from_objfile): Delete.
2697
2698 * symfile.c (decrement_reading_symtab): Add assert.
2699 (increment_reading_symtab): Ditto.
2700
2701 2013-05-09 Joel Brobecker <brobecker@adacore.com>
2702
2703 * source.c (forward_search_command): Replace call to getc
2704 by call to fgetc.
2705 (reverse_search_command): Likewise.
2706
2707 2013-05-08 Doug Evans <dje@google.com>
2708
2709 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
2710 matching test.
2711
2712 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2713
2714 * sol-thread.c (info_cb): Factorize the code a little.
2715
2716 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2717
2718 * sol-thread.c (info_cb): Rework the output of the "maintenance
2719 info sol-threads" command a bit.
2720
2721 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2722
2723 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
2724 Replace ti.ti_startfunc by ti.ti_pc.
2725
2726 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2727
2728 * solib-aix.c (solib_aix_free_library_list): New function
2729 for the case where HAVE_LIBEXPAT is not defined.
2730
2731 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
2732
2733 PR breakpoints/15413:
2734 * breakpoint.c (condition_completer): Simplify the code to
2735 disconsider multiple locations of breakpoints when completing the
2736 "condition" command.
2737
2738 2013-05-07 Pierre Muller <muller@sourceware.org>
2739
2740 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
2741 instead of <sys/wait.h>.
2742
2743 2013-05-07 Pierre Muller <muller@sourceware.org>
2744
2745 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
2746 trailing new line from warning message.
2747
2748 2013-05-07 Pierre Muller <muller@sourceware.org>
2749
2750 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
2751 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
2752
2753 2013-05-07 Joel Brobecker <brobecker@adacore.com>
2754
2755 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
2756 error message (ARI fix).
2757
2758 2013-05-07 Joel Brobecker <brobecker@adacore.com>
2759
2760 * features/library-list-aix.dtd: Replace library-list by
2761 library-list-aix.
2762 * rs6000-nat.c: Replace library-list by library-list-aix
2763 throughout.
2764 * solib-aix.c: Likewise.
2765
2766 2013-05-07 Joel Brobecker <brobecker@adacore.com>
2767
2768 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
2769 Renames TARGET_OBJECT_AIX_LIBRARIES.
2770 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
2771 TARGET_OBJECT_LIBRARIES_AIX throughout.
2772 * solib-aix.c: Likwise.
2773
2774 2013-05-07 Yao Qi <yao@codesourcery.com>
2775
2776 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
2777 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
2778
2779 2013-05-07 Yao Qi <yao@codesourcery.com>
2780
2781 * solib-dsbt.c (enable_break): Declare.
2782 (dsbt_current_sos): Remove call to enable_break2.
2783 (enable_break2): Rename to enable_break. Set solib breakpoint
2784 on '_dl_debug_state'.
2785 (enable_break): Remove.
2786
2787 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
2788
2789 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
2790 debug state prior to replicating existing hardware watchpoints or
2791 breakpoints.
2792
2793 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2794
2795 * gcore.c (gcore_create_callback): Ignore sections with
2796 separate_debug_objfile_backlink != NULL.
2797
2798 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2799 Andrew Jenner <andrew@codesourcery.com>
2800 Chung-Lin Tang <cltang@codesourcery.com>
2801 Julian Brown <julian@codesourcery.com>
2802
2803 Based on the nios2-elf port from Altera Corporation.
2804
2805 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
2806 nios2-linux-tdep.o.
2807 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
2808 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
2809 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
2810 * nios2-tdep.h: New.
2811 * nios2-tdep.c: New.
2812 * nios2-linux-tdep.c: New.
2813 * features/Makefile (WHICH): Add nios2-linux.
2814 (nios2-linux-expedite): Set.
2815 * features/nios2-cpu.xml: New.
2816 * features/nios2.xml: New.
2817 * features/nios2-linux.xml: New.
2818 * features/nios2.c: New (autogenerated).
2819 * features/nios2-linux.c: New (autogenerated).
2820 * regformats/nios2-linux.dat: New (autogenerated).
2821 * NEWS (Changes since GDB 7.6): Add new Nios II targets
2822 and commands.
2823
2824 2013-05-06 Doug Evans <dje@google.com>
2825
2826 * symfile.c: Whitespace cleanup.
2827
2828 * solist.h (struct target_so_ops): New member clear_so.
2829 * solib-svr4.c (svr4_clear_so): New function.
2830 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
2831 * solib.c (clear_so): Renamed from free_so_symbols.
2832 All callers updated. Call target clear_so if it exists.
2833
2834 2013-05-06 Tom Tromey <tromey@redhat.com>
2835
2836 * ada-lang.c (ada_value_primitive_packed_val): Don't
2837 call value_incref.
2838 * value.c (set_value_parent): Incref the new parent and decref
2839 the old parent.
2840 (value_copy, value_primitive_field): Use set_value_parent.
2841
2842 2013-05-06 Tom Tromey <tromey@redhat.com>
2843
2844 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
2845 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
2846 if needed.
2847 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
2848 * dwarf2read.c (write_constant_as_bytes)
2849 (dwarf2_fetch_constant_bytes): New functions.
2850
2851 2013-05-06 Tom Tromey <tromey@redhat.com>
2852
2853 * dwarf2read.c (dwarf2_const_value_data): Remove unused
2854 parameters.
2855 (dwarf2_const_value_attr): Update.
2856
2857 2013-05-06 Tom Tromey <tromey@redhat.com>
2858
2859 * somread.c (som_symfile_offsets): Add 'const' to addrs.
2860 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
2861 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
2862 Remove declaration.
2863
2864 2013-05-06 Tom Tromey <tromey@redhat.com>
2865
2866 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
2867 objfile's obstack.
2868
2869 2013-05-06 Doug Evans <dje@google.com>
2870
2871 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
2872 * stabsread.h (process_one_symbol): Update declaration.
2873 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
2874 * elfread.c (elf_symfile_relocate_probe): Ditto.
2875 * psymtab.c (relocate_psymtabs): Ditto.
2876 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
2877 (objfile_relocate): Ditto.
2878 * objfiles.h (objfile_relocate): Update declaration.
2879 * symfile.c (relative_addr_info_to_section_offsets): Constify
2880 addrs parameter.
2881 (default_symfile_offsets): Ditto.
2882 (syms_from_objfile_1): Constify offsets parameter.
2883 (syms_from_objfile): Ditto.
2884 (symbol_file_add_with_addrs_or_offsets): Ditto.
2885 (symfile_map_offsets_to_segments): Constify data parameter.
2886 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
2887 delta parameters of member relocate.
2888 (struct sym_probe_fns): Constify new_offsets,
2889 delta parameters of member sym_relocate_probe.
2890 (struct sym_fns): Constify section_addr_info parameter of member
2891 sym_offsets.
2892 (relative_addr_info_to_section_offsets): Update declaration.
2893 (default_symfile_offsets): Ditto.
2894 (syms_from_objfile): Ditto.
2895 (symfile_map_offsets_to_segments): Ditto.
2896
2897 * symfile.c (syms_from_objfile_1): Use correct section count when
2898 objfile->sf == NULL.
2899
2900 2013-05-06 Mike Frysinger <vapier@gentoo.org>
2901
2902 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
2903
2904 2013-05-06 Doug Evans <dje@google.com>
2905
2906 * psympriv.h (struct partial_symtab): Augment comment for member
2907 section_offsets.
2908
2909 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2910
2911 Reimplement shared library support on ppc-aix...
2912 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
2913 * features/library-list-aix.dtd: New file.
2914 * solib-aix.h, solib-aix.c: New file.
2915 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
2916 (rs6000_find_toc_address_hook): Delete.
2917 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
2918 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
2919 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
2920 "xml-utils.h".
2921 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
2922 (vmap_symtab, fixup_breakpoints): Delete.
2923 (rs6000_xfer_shared_libraries): New function.
2924 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
2925 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
2926 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
2927 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
2928 (rs6000_xfer_shared_library): New function.
2929 (find_toc_address): Delete.
2930 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
2931 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
2932 * xcoffread.c (record_minimal_symbol): Reloate symbol address
2933 before creating minimal symbol. Adjust function description
2934 accordingly.
2935 (scan_xcoff_symtab): Replace call to
2936 prim_record_minimal_symbol_and_info by call to
2937 record_minimal_symbol.
2938 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
2939 around default_symfile_offsets.
2940 * configure.tgt: Add solib-aix.o to gdb_target_obs for
2941 powerpc-aix targets.
2942 * config/rs6000/nm-rs6000.h: Delete.
2943 * config/powerpc/aix.mh (NAT_FILE): Delete.
2944 (NATDEPFILES): Remove xcoffsolib.o.
2945 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
2946 (ALL_TARGET_OBS): Add solib-aix.o.
2947 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
2948 config/rs6000/nm-rs6000.h. Add solib-aix.h.
2949 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
2950 * xcoffsolib.h, xcoffsolib.c: Delete.
2951
2952 * solib.c (reload_shared_libraries): Remove reference to
2953 SOLIB_CREATE_INFERIOR_HOOK.
2954 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
2955 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
2956 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
2957 comment.
2958 * corelow.c (deprecated_core_resize_section_table): Delete.
2959 * exec.c: Remove include of xcoffsolib.h".
2960 (map_vmap, vmap): Delete.
2961 (exec_close_1): Remove references to vmap.
2962 (exec_file_attach): Remove vmap handling code, and reference
2963 to DEPRECATED_IBM6000_TARGET.
2964 (bfdsec_to_vmap): Delete.
2965 (exec_files_info): Remove block of code handling VMAP.
2966 * infcmd.c (post_create_inferior): Remove reference to
2967 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
2968 * infrun.c (follow_exec): Remove reference to
2969 SOLIB_CREATE_INFERIOR_HOOK.
2970 * stack.c (print_frame): Remove reference to PC_SOLIB.
2971 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
2972 (dsbt_relocate_main_executable): Likewise.
2973 * solib-frv.c (frv_current_sos): Likewise.
2974
2975 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2976
2977 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
2978 to target_write_memory and target_read_memory.
2979
2980 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2981
2982 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
2983 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
2984
2985 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2986
2987 * darwin-nat.c: Replace all "%x" instances in format strings
2988 into "0x%x" throughout.
2989
2990 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2991
2992 * darwin-nat.c (darwin_mourn_inferior): Replace call to
2993 gdb_assert by call to MACH_CHECK_ERROR.
2994 (darwin_attach_pid): Raise an error rather than a failed
2995 assertion when various system calls failed. Report a warning
2996 instead of raising a failed assertion when PREV_NOT is not NULL
2997 after call to mach_port_request_notification.
2998 (darwin_ptrace_me): Raise an error rather than a failed
2999 assertion when read returns nonzero.
3000
3001 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3002
3003 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
3004
3005 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3006
3007 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
3008
3009 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3010
3011 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
3012 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
3013 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
3014 a stale cleanup. Fix double free of NAME.
3015
3016 2013-05-04 Eli Zaretskii <eliz@gnu.org>
3017
3018 * windows-nat.c (windows_delete_thread): Accept an additional
3019 argument, the thread's exit code, and announce thread death when
3020 print_thread_events is non-zero and we are deleting a thread that
3021 is not the main thread.
3022 (get_windows_debug_event): Pass thread exit code to
3023 windows_delete_thread.
3024
3025 2013-05-03 Kevin Buettner <kevinb@redhat.com>
3026
3027 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
3028 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
3029 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
3030 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
3031 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
3032 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
3033 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
3034 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
3035 (gdbarch_tdep): New struct.
3036 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
3037 E_NUM_REGS.
3038 (v850e3v5_register_name): New function.
3039 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
3040 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
3041 code handling the struct return conventions for the RH850 ABI.
3042 Update all callers.
3043 (v850_eight_byte_align_p): New function.
3044 (v850_push_call_dummy): Push structs by value, not by reference
3045 for the RH850 ABI. Add support for eight byte alignment.
3046 (v850_dbtrap_breakpoint_from_pc): New function.
3047 (v850_gdbarch_init): Add ABI detection code. Register
3048 v850e3v5_register_name for the v850e3v5 architecture. Set the
3049 number of registers for v850e3v5. Register
3050 v850_dbtrap_breakpoint_from_pc as appropriate.
3051 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
3052
3053 2013-05-03 Doug Evans <dje@google.com>
3054
3055 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
3056 of bfd_count_sections.
3057 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
3058 * symfile.c (default_symfile_offsets): Ditto.
3059 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
3060 one entry, not bfd_count_sections entries.
3061
3062 2013-05-03 Kevin Buettner <kevinb@redhat.com>
3063
3064 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
3065 `save' and `restore' register groups. Don't include SPL
3066 or SPH in these groups.
3067 (rl78_dwarf_reg_to_regnum): Adjust mapping for
3068 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
3069 RL78_ES_REGNUM, and RL78_CS_REGNUM.
3070 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
3071 dwarf2_append_unwinders().
3072
3073 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3074
3075 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
3076 ignore SIGINT and SIGTRAP in case these internal signals are
3077 caught explicitely.
3078
3079 2013-05-01 Joel Brobecker <brobecker@adacore.com>
3080
3081 * darwin-nat.c (darwin_read_write_inferior): Change types
3082 of parameters rdaddr and wraddr to "gdb_byte *". Change type
3083 of copy_count to "mach_msg_type_number_t".
3084 (darwin_read_dyld_info): Change type of parameter
3085 rdaddr to "gdb_byte *".
3086
3087 2013-05-01 Joel Brobecker <brobecker@adacore.com>
3088
3089 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
3090 of &info->load_map from "char *" to "gdb_byte *".
3091
3092 2013-05-01 Joel Brobecker <brobecker@adacore.com>
3093
3094 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
3095 from "char *" to "gdb_byte *".
3096 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
3097
3098 2013-04-30 Doug Evans <dje@google.com>
3099
3100 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
3101 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
3102 DWO stub. If DWO isn't found, just use stub.
3103 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
3104
3105 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
3106 calling init_cutu_and_read_dies.
3107
3108 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3109
3110 * target-descriptions.c (maint_print_c_tdesc_cmd):
3111 Add case to parse structures as register types and
3112 bitfields.
3113
3114 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
3115
3116 * MAINTAINERS (Write After Approval): Add myself to the list.
3117
3118 2013-04-30 Joel Brobecker <brobecker@adacore.com>
3119
3120 * sol-thread.c (rw_common): Change type of parameter "buf"
3121 to "gdb_byte *".
3122 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
3123 rw_common to "gdb_byte *" instead of "char *".
3124
3125 2013-04-30 Joel Brobecker <brobecker@adacore.com>
3126
3127 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
3128 of local variable msym to const struct bound_minimal_symbol.
3129 Adjust use accordingly.
3130 [ti.ti_state == TD_THR_SLEEP]: Likewise.
3131
3132 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
3133
3134 * i386gnu-nat.c (CREG_OFFSET): New macro.
3135 (creg_offset): New array.
3136 (CREG_ADDR): Use creg_offset instead of reg_offset.
3137
3138 2013-04-30 Joel Brobecker <brobecker@adacore.com>
3139
3140 * mep-tdep.c (mep_write_pc): Delete.
3141 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
3142 Add call to set_gdbarch_pc_regnum.
3143
3144 2013-04-30 Joel Brobecker <brobecker@adacore.com>
3145
3146 * common/filestuff.c: Replace #include <dirent.h> by
3147 #include "gdb_dirent.h".
3148
3149 2013-04-30 Joel Brobecker <brobecker@adacore.com>
3150
3151 * common/filestuff.c: Replace #include <sys/stat.h> by
3152 #include "gdb_stat.h".
3153
3154 2013-04-29 Pierre Muller <muller@sourceware.org>
3155
3156 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
3157 editCase function rule.
3158 (get_DW_AT_signature_type): Likewise.
3159
3160 2013-04-29 Joel Brobecker <brobecker@adacore.com>
3161
3162 * m32r-tdep.c (m32r_write_pc): Delete.
3163 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
3164 Add call to set_gdbarch_pc_regnum.
3165
3166 2013-04-29 Pierre Muller <muller@sourceware.org>
3167
3168 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
3169
3170 2013-04-29 Joel Brobecker <brobecker@adacore.com>
3171
3172 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
3173
3174 2013-04-28 Yao Qi <yao@codesourcery.com>
3175
3176 * solib-dsbt.c (fetch_loadmap): Re-indent.
3177 (displacement_from_map, enable_break2): Likewise.
3178 (dsbt_relocate_section_addresses): Likewise.
3179
3180 2013-04-26 Joel Brobecker <brobecker@adacore.com>
3181
3182 GDB 7.6 released.
3183
3184 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
3185
3186 PR corefiles/14983:
3187 * dwarf2read.c (process_full_comp_unit): Always create a static
3188 block.
3189
3190 2013-04-25 Hui Zhu <hui@codesourcery.com>
3191
3192 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
3193 to loc->cmd_bytecode.
3194
3195 2013-04-24 Doug Evans <dje@google.com>
3196
3197 * dwarf2read.c (setup_type_unit_groups): Fix comment.
3198
3199 2013-04-22 Keith Seitz <keiths@redhat.com>
3200
3201 * tracepoint.c (trace_save): Call the writer's start method.
3202
3203 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
3204
3205 PR gdb/10462
3206 * cli/cli-decode.c (lookup_command): Show an error if there is no space
3207 before argument.
3208
3209 2013-04-23 Tom Tromey <tromey@redhat.com>
3210
3211 * common/filestuff.c: Check USE_WIN32API before including
3212 sys/socket.h.
3213 (HAVE_F_GETFD): New define.
3214 (mark_cloexec): Check HAVE_F_GETFD.
3215 (gdb_open_cloexec): Change 'mode' to unsigned long.
3216 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
3217 (gdb_pipe_cloexec): Check HAVE_PIPE.
3218 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
3219 long.
3220
3221 2013-04-23 Hui Zhu <hui@codesourcery.com>
3222
3223 PR gdb/15293
3224 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
3225
3226 2013-04-23 Hui Zhu <hui@codesourcery.com>
3227
3228 PR gdb/15165
3229 * breakpoint.c (dprintf_print_recreate): New.
3230 (save_breakpoints): Let it not save dprintf commands.
3231 (initialize_breakpoint_ops): Set dprintf_print_recreate.
3232
3233 2013-04-22 Tom Tromey <tromey@redhat.com>
3234
3235 PR gdb/7912:
3236 * Makefile.in (SFILES): Add filestuff.c
3237 (COMMON_OBS): Add filestuff.o.
3238 (filestuff.o): New target.
3239 * auto-load.c (auto_load_objfile_script_1): Use
3240 gdb_fopen_cloexec.
3241 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
3242 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
3243 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
3244 * common/agent.c (gdb_connect_sync_socket): Use
3245 gdb_socket_cloexec.
3246 * common/filestuff.c: New file.
3247 * common/filestuff.h: New file.
3248 * common/linux-osdata.c (linux_common_core_of_thread)
3249 (command_from_pid, commandline_from_pid, print_source_lines)
3250 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
3251 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
3252 gdb_fopen_cloexec.
3253 * common/linux-procfs.c (linux_proc_get_int)
3254 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
3255 * config.in, configure: Rebuild.
3256 * configure.ac: Don't check for sys/socket.h. Check for
3257 fdwalk, pipe2.
3258 * corelow.c (core_open): Use gdb_open_cloexec.
3259 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
3260 * fork-child.c (fork_inferior): Call close_most_fds.
3261 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
3262 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
3263 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
3264 Use gdb_fopen_cloexec.
3265 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
3266 gdb_open_cloexec.
3267 (linux_async_pipe): Use gdb_pipe_cloexec.
3268 * remote-fileio.c (remote_fileio_func_open): Use
3269 gdb_open_cloexec.
3270 * remote.c (remote_file_put, remote_file_get): Use
3271 gdb_fopen_cloexec.
3272 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
3273 close_most_fds.
3274 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
3275 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
3276 * solib.c (solib_find): Use gdb_open_cloexec.
3277 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
3278 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
3279 (tfile_open): Use gdb_open_cloexec.
3280 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
3281 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
3282 * xml-support.c (xml_fetch_content_from_file): Use
3283 gdb_fopen_cloexec.
3284 * main.c (captured_main): Call notice_open_fds.
3285
3286 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
3287
3288 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
3289 'char *' to 'gdb_byte *'.
3290 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
3291 'gdb_byte'.
3292
3293 2013-04-22 Yao Qi <yao@codesourcery.com>
3294
3295 * infrun.c: Fix typo in comment.
3296
3297 2013-04-22 Andrew Haley <aph@redhat.com>
3298
3299 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
3300 instead of "long".
3301
3302 2013-04-20 Yao Qi <yao@codesourcery.com>
3303
3304 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
3305 'char *' to 'gdb_byte *'. Cast the return value of
3306 'bt_ctf_get_char_array' to 'gdb_byte *'.
3307
3308 2013-04-19 Pedro Alves <palves@redhat.com>
3309
3310 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
3311 -Wpointer-sign.
3312 * configure: Regenerate.
3313
3314 2013-04-19 Pedro Alves <palves@redhat.com>
3315
3316 * ser-tcp.c (net_read_prim): Cast second argument to recv to
3317 'void *'.
3318
3319 2013-04-19 Pedro Alves <palves@redhat.com>
3320
3321 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
3322 Change type of 'myaddr' parameter to gdb_byte pointer.
3323 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
3324 to 'long long' pointer instead of to 'unsigned long long'.
3325 (monitor_write_memory_block, monitor_read_memory_single)
3326 (monitor_read_memory): Change type of 'myaddr' parameter to
3327 gdb_byte pointer.
3328
3329 2013-04-19 Pedro Alves <palves@redhat.com>
3330
3331 * record.c (validate_history_size): Make parameter 'setting'
3332 unsigned.
3333
3334 2013-04-19 Pedro Alves <palves@redhat.com>
3335
3336 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
3337 to 'gdb_byte *'.
3338
3339 2013-04-19 Pedro Alves <palves@redhat.com>
3340
3341 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
3342 local to int.
3343
3344 2013-04-19 Pedro Alves <palves@redhat.com>
3345
3346 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
3347 * ada-tasks.c (read_fat_string_value): Likewise.
3348
3349 2013-04-19 Pedro Alves <palves@redhat.com>
3350
3351 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
3352 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
3353 'offset', and adjust.
3354
3355 2013-04-19 Pedro Alves <palves@redhat.com>
3356
3357 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
3358 (read_index_from_section): Add cast to 'char *'.
3359
3360 2013-04-19 Pedro Alves <palves@redhat.com>
3361
3362 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
3363
3364 2013-04-19 Pedro Alves <palves@redhat.com>
3365
3366 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
3367
3368 2013-04-19 Pedro Alves <palves@redhat.com>
3369
3370 * record-full.c (record_full_get_bookmark): Change local 'ret'
3371 type to char * and add cast to gdb_byte *.
3372 (record_full_goto_bookmark): Handle 'bookmark' argument as a
3373 string.
3374 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
3375
3376 2013-04-19 Pedro Alves <palves@redhat.com>
3377
3378 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
3379 * python/py-prettyprint.c (print_string_repr): Change type of
3380 'output' local to char *. Add cast to gdb_byte * in
3381 LA_PRINT_STRING call.
3382 (print_children): Change type of 'output' local to char *.
3383 * python/py-value.c (valpy_string): Add cast to const char * in
3384 PyUnicode_Decode call.
3385
3386 2013-04-19 Pedro Alves <palves@redhat.com>
3387
3388 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
3389 and change its type to 'const char *'. Adjust.
3390 (mips_send_packet): Add cast to 'char *', and remove cast to
3391 'unsigned char *'.
3392 (mips_receive_packet): Remove cast to 'unsigned char *'.
3393 (mips_load_srec): Use bfd_byte.
3394 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
3395 (pmon_checkset): Make 'value' parameter unsigned.
3396
3397 2013-04-19 Pedro Alves <palves@redhat.com>
3398
3399 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
3400
3401 2013-04-19 Pedro Alves <palves@redhat.com>
3402
3403 * remote.c (remote_write_bytes_aux, compare_sections_command)
3404 (remote_read_qxfer)
3405 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
3406 (remote_hostio_readlink, remote_bfd_iovec_pread)
3407 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
3408 binary buffer, and char when buffer is used as string.
3409 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
3410 (trace_save, tfile_open, traceframe_walk_blocks)
3411 (tfile_fetch_registers): Likewise.
3412
3413 2013-04-19 Pedro Alves <palves@redhat.com>
3414
3415 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
3416 buffer and size_t size. Adjust.
3417 * ser-base.h (ser_base_write): Adjust.
3418 * ser-go32.c (cnts): Change type to size_t.
3419 (dos_write): Change prototype -- take 'void *'
3420 buffer and size_t size. Adjust.
3421 (dos_info): Print elements of 'cnts' as unsigned long.
3422 * serial.c (serial_write): Likewise.
3423 * serial.h (serial_write): Adjust.
3424 (struct serial_ops) <write>: Change prototype -- take 'void *'
3425 buffer and size_t size. Adjust.
3426
3427 2013-04-19 Pedro Alves <palves@redhat.com>
3428
3429 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
3430 gdb_byte *.
3431 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
3432
3433 2013-04-19 Pedro Alves <palves@redhat.com>
3434
3435 * alpha-tdep.c (alpha_extract_return_value): Use
3436 regcache_cooked_read_unsigned to read 'v0'.
3437
3438 2013-04-19 Pedro Alves <palves@redhat.com>
3439
3440 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
3441 parameters 'at', 'as' and 'offset' to uint32_t.
3442
3443 2013-04-19 Pedro Alves <palves@redhat.com>
3444
3445 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
3446 'is64' to signed 'int'.
3447
3448 2013-04-19 Pedro Alves <palves@redhat.com>
3449
3450 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
3451 parameter to int *.
3452
3453 2013-04-19 Pedro Alves <palves@redhat.com>
3454
3455 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
3456 'insnbuf' buffer type to unsigned int[].
3457
3458 2013-04-19 Pedro Alves <palves@redhat.com>
3459
3460 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
3461
3462 2013-04-19 Pedro Alves <palves@redhat.com>
3463
3464 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
3465 unsigned long *.
3466
3467 2013-04-19 Pedro Alves <palves@redhat.com>
3468
3469 * alpha-tdep.c (heuristic_fence_post): Change type to int.
3470 (alpha_heuristic_proc_start): Adjust to check -1 instead of
3471 UINT_MAX.
3472 * mips-tdep.c (heuristic_fence_post): Change type to int.
3473 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
3474
3475 2013-04-19 Pedro Alves <palves@redhat.com>
3476
3477 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
3478 (struct gdbarch_tdep) <cris_version>: Make unsigned.
3479 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
3480
3481 2013-04-19 Pedro Alves <palves@redhat.com>
3482
3483 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
3484 it to get a string view of the byte buffer.
3485 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
3486 type to gdb_byte *. Adjust.
3487 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
3488 Change local to char *.
3489 * solib-darwin.c (find_program_interpreter): Change return type to
3490 char *. Adjust.
3491 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
3492 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
3493 * solib-frv.c (enable_break2): Change local 'buf' to char *.
3494 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
3495 * solib-svr4.c (find_program_interpreter): Change return type to
3496 char *. Adjust.
3497 (enable_break): Change local 'interp_name' to char *.
3498 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
3499 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
3500 (spu_pseudo_register_write_spu): Use char for string buffer.
3501 Adjust.
3502 (info_spu_event_command, info_spu_signal_command): Add casts to
3503 'char *'.
3504
3505 2013-04-19 Pedro Alves <palves@redhat.com>
3506
3507 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
3508 gdb_byte[].
3509 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
3510 * ada-lang.c (ada_value_assign): Use gdb_byte.
3511 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
3512 (alphanbsd_sigtramp_offset): Use gdb_byte.
3513 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
3514 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
3515 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
3516 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
3517 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
3518 * arm-tdep.c (arm_stub_unwind_sniffer)
3519 (arm_displaced_init_closure): Use gdb_byte.
3520 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
3521 (arm_default_thumb_le_breakpoint)
3522 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
3523 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
3524 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
3525 * arm-wince-tdep.c (arm_wince_le_breakpoint)
3526 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
3527 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
3528 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
3529 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
3530 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
3531 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
3532 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
3533 (cris_store_return_value, cris_extract_return_value): Use
3534 gdb_byte.
3535 (constraint): Change type of parameter to char * from signed
3536 char*. Use gdb_byte.
3537 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
3538 of local buffer to gdb_byte *.
3539 * dwarf2read.c (read_index_from_section): Use gdb_byte.
3540 (create_dwp_hash_table): Change type of locals to gdb_byte *.
3541 (add_address_entry): Change type of local buffer to gdb_byte[].
3542 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
3543 (frv_push_dummy_call): Use gdb_byte.
3544 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
3545 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
3546 (hppa_hpux_supply_save_state): Use gdb_byte.
3547 * hppa-tdep.c (hppa32_push_dummy_call)
3548 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
3549 * ia64-tdep.c (extract_bit_field, replace_bit_field)
3550 (slotN_contents, replace_slotN_contents): Change type of parameter
3551 to gdb_byte *.
3552 (fetch_instruction, ia64_pseudo_register_write)
3553 (ia64_register_to_value, ia64_value_to_register)
3554 (ia64_extract_return_value, ia64_store_return_value)
3555 (ia64_push_dummy_call): Use gdb_byte.
3556 * m32c-tdep.c (m32c_return_value): Remove cast.
3557 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
3558 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
3559 gdb_byte.
3560 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
3561 * mn10300-tdep.c (mn10300_store_return_value)
3562 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
3563 gdb_byte.
3564 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
3565 (moxie_process_record): Remove casts.
3566 * ppc-ravenscar-thread.c (supply_register_at_address)
3567 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
3568 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
3569 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
3570 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
3571 * remote.c (compare_sections_command): Use gdb_byte.
3572 * score-tdep.c (score7_free_memblock): Change type of parameter to
3573 gdb_byte *.
3574 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
3575 gdb_byte *. Use gdb_byte.
3576 (sh_push_dummy_call_fpu): Use gdb_byte.
3577 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
3578 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
3579 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
3580 Change parameter type to 'gdb_byte *'. Use gdb_byte.
3581 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
3582 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
3583 (sh64_store_return_value, sh64_register_convert_to_virtual):
3584 Change parameter type to 'gdb_byte *'. Use gdb_byte.
3585 (sh64_pseudo_register_write): Use gdb_byte.
3586 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
3587 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
3588 buffer.
3589 (irix_current_sos): Use gdb_byte.
3590 * solib-som.c (som_current_sos): Use gdb_byte.
3591 * sparc-ravenscar-thread.c (supply_register_at_address)
3592 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
3593 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
3594 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
3595 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
3596 'gdb_byte *'.
3597 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
3598 'gdb_byte *'.
3599 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
3600 * xstormy16-tdep.c (xstormy16_extract_return_value)
3601 (xstormy16_store_return_value): Change parameter type to
3602 'gdb_byte *'. Adjust.
3603 (xstormy16_push_dummy_call): Use gdb_byte.
3604 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
3605 (call0_analyze_prologue, execute_code): Use gdb_byte.
3606
3607 2013-04-19 Vladimir Kargov <kargov@gmail.com>
3608 Pedro Alves <palves@redhat.com>
3609
3610 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
3611 value contents.
3612
3613 2013-04-17 Doug Evans <dje@google.com>
3614
3615 * dwarf2read.c (struct signatured_type): New member type.
3616 (struct attribute): Replace member signatured_type with signature.
3617 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
3618 (read_call_site_scope): Call follow_die_ref instead of
3619 follow_die_ref_or_sig.
3620 (read_structure_type): Rewrite handling of signatured types.
3621 (read_enumeration_type): Ditto.
3622 (read_attribute_value): Update.
3623 (build_error_marker_type): New function.
3624 (lookup_die_type): Add assert. Rewrite handling of signatured types.
3625 Don't call error for bad types, just build an error marker type.
3626 (dump_die_shallow): Update.
3627 (follow_die_sig_1): Renamed from follow_die_sig.
3628 Don't call error for bad types, instead return NULL.
3629 (follow_die_sig): New function.
3630 (get_signatured_type, get_DW_AT_signature_type): New functions.
3631
3632 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
3633
3634 * aarch64-tdep.c (aarch64_write_pc): Removed.
3635 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
3636 function.
3637
3638 2013-04-17 Yao Qi <yao@codesourcery.com>
3639
3640 * top.c (print_gdb_configuration): Print configure-time
3641 parameter on using libbabeltrace or not.
3642
3643 2013-04-16 Pedro Alves <palves@redhat.com>
3644
3645 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
3646
3647 2013-04-16 Pedro Alves <palves@redhat.com>
3648
3649 * common/glibc_thread_db.h: Update from upstream glibc
3650 (git 568035b7874a099087b77f7bba3e36a1173787b0).
3651
3652 2013-04-16 Pedro Alves <palves@redhat.com>
3653
3654 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
3655 * common/glibc_thread_db.h: ... this new file ...
3656 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
3657
3658 2013-04-16 Will Newton <will.newton@gmail.com>
3659 Pedro Alves <palves@redhat.com>
3660
3661 PR build/11881
3662
3663 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
3664 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
3665 HAVE_THREAD_DB_H.
3666
3667 2013-04-16 Pedro Alves <palves@redhat.com>
3668 Eli Zaretskii <eliz@gnu.org>
3669
3670 * NEWS: Mention "set foo unlimited".
3671
3672 2013-04-15 Doug Evans <dje@google.com>
3673
3674 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
3675 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
3676 (create_dwo_cu_reader): Renamed from
3677 create_dwo_debug_info_hash_table_reader.
3678 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
3679 Remove support for multiple CUs in a DWO file.
3680 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
3681
3682 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
3683 instead of phex.
3684 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
3685 (create_dwo_in_dwp): Ditto.
3686
3687 2013-04-15 Tom Tromey <tromey@redhat.com>
3688
3689 * NEWS: Move recent entries into "since 7.6" section.
3690
3691 2013-04-15 Tom Tromey <tromey@redhat.com>
3692
3693 PR c++/13588:
3694 * NEWS: Update.
3695 * break-catch-throw.c (struct exception_catchpoint)
3696 <exception_rx, pattern>: New fields.
3697 (fetch_probe_arguments, dtor_exception_catchpoint)
3698 (check_status_exception_catchpoint)
3699 (print_one_detail_exception_catchpoint): New functions.
3700 (handle_gnu_v3_exceptions): Add "except_rx" argument.
3701 Compile regular expression if needed.
3702 (extract_exception_regexp): New function.
3703 (catch_exception_command_1): Use extract_exception_regexp.
3704 (compute_exception): Use fetch_probe_arguments.
3705 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
3706 and check_status fields.
3707 * cp-abi.c (cplus_typename_from_type_info): New function.
3708 * cp-abi.h (cplus_typename_from_type_info): Declare.
3709 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
3710 * gdb_regex.h (compile_rx_or_error): Declare.
3711 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
3712 comment.
3713 (init_gnuv3_ops): Set get_type_from_type_info field.
3714 * probe.c (compile_rx_or_error): Move...
3715 * utils.c (compile_rx_or_error): ... here.
3716
3717 2013-04-15 Tom Tromey <tromey@redhat.com>
3718
3719 PR c++/15176:
3720 * NEWS: Update.
3721 * break-catch-throw.c (compute_exception): New function.
3722 (exception_funcs): New global.
3723 (_initialize_break_catch_throw): Create $_exception.
3724 * cp-abi.c (cplus_type_from_type_info): New function.
3725 * cp-abi.h (cplus_type_from_type_info): Declare.
3726 (struct cp_abi_ops) <get_type_from_type_info>: New field.
3727 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
3728 (gnuv3_get_type_from_type_info): New functions.
3729 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
3730
3731 2013-04-15 Tom Tromey <tromey@redhat.com>
3732
3733 * break-catch-throw.c (struct exception_names): New.
3734 (exception_functions): Change type.
3735 (re_set_exception_catchpoint): Look for SDT probes.
3736
3737 2013-04-15 Tom Tromey <tromey@redhat.com>
3738
3739 PR c++/10119:
3740 * break-catch-throw.c (exception_functions): New global.
3741 (gnu_v3_exception_catchpoint_ops): Move earlier.
3742 (struct exception_catchpoint): New.
3743 (classify_exception_breakpoint): Rewrite.
3744 (re_set_exception_catchpoint): New function.
3745 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
3746 Allocate a struct exception_catchpoint.
3747 (catch_exception_command_1): Update.
3748 (initialize_throw_catchpoint_ops): Set 're_set' method.
3749
3750 2013-04-15 Tom Tromey <tromey@redhat.com>
3751
3752 * Makefile.in (SFILES): Add break-catch-throw.c
3753 (COMMON_OBS): Add break-catch-throw.o.
3754 * break-catch-throw.c: New file.
3755 * breakpoint.c: Move exception-catching code to new file.
3756 (ep_parse_optional_if_clause): No longer static.
3757 * breakpoint.h (ep_parse_optional_if_clause): Declare.
3758
3759 2013-04-15 Tom Tromey <tromey@redhat.com>
3760
3761 PR c++/9065:
3762 * NEWS: Update.
3763 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
3764 * c-exp.y (TYPEID): New token.
3765 (exp): Add new TYPEID productions.
3766 (ident_tokens): Add "typeid".
3767 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
3768 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
3769 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
3770 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
3771 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
3772 case.
3773 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
3774 (build_std_type_info_type, gnuv3_get_typeid_type)
3775 (gnuv3_get_typeid): New functions.
3776 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
3777 new fields on ABI object.
3778 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
3779 * std-operator.def (OP_TYPEID): New.
3780
3781 2013-04-15 Tom Tromey <tromey@redhat.com>
3782
3783 * elfread.c (elf_symtab_read): Install versioned symbol under
3784 unversioned name as well.
3785
3786 2013-04-15 Tom Tromey <tromey@redhat.com>
3787
3788 PR c++/11990:
3789 * c-lang.c (cplus_language_defn): Use gdb_demangle.
3790 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
3791 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
3792 (gdb_demangle): New function.
3793 * cp-support.h (gdb_demangle): Declare.
3794 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
3795 (dwarf2_name): Use gdb_demangle.
3796 * gdbtypes.c (check_stub_method): Use gdb_demangle.
3797 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
3798 suffixes from name.
3799 (gnuv3_print_method_ptr): Use gdb_demangle.
3800 * jv-lang.c (java_demangle): Use gdb_demangle.
3801 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
3802 * language.c (unk_lang_demangle): Use gdb_demangle.
3803 * symtab.c (symbol_find_demangled_name)
3804 (demangle_for_lookup): Use gdb_demangle.
3805
3806 2013-04-15 Tom Tromey <tromey@redhat.com>
3807
3808 PR c++/12824:
3809 * NEWS: Update.
3810 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
3811 New constant.
3812 (classify_exception_breakpoint): New function.
3813 (print_it_exception_catchpoint, print_one_exception_catchpoint)
3814 (print_mention_exception_catchpoint)
3815 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
3816 (catch_exception_command_1): Handle "rethrow" catchpoint.
3817 (catch_rethrow_command): New function.
3818 (_initialize_breakpoint): Add "catch rethrow" command.
3819
3820 2013-04-15 Pierre Muller <muller@sourceware.org>
3821
3822 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
3823 set_gdbarch_write_pc as deprecated anymore.
3824
3825 2013-04-15 Joel Brobecker <brobecker@adacore.com>
3826
3827 * spu-tdep.c (spu_write_pc): Add empty line after local variable
3828 declarations.
3829
3830 2013-04-13 Yao Qi <yao@codesourcery.com>
3831
3832 * ctf.c (_initialize_ctf): Include "completer.h".
3833 Call add_target_with_completer instead of add_target.
3834
3835 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3836
3837 Fix GDB regression related to PR binutils/14813.
3838 * jit.c (mem_bfd_iovec_close): Return 0 for success.
3839 * minidebug.c (lzma_close): Add return value comment.
3840 * remote.c (remote_bfd_iovec_close): Return 0 for success.
3841 * solib-spu.c (spu_bfd_iovec_close): Likewise.
3842 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
3843
3844 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3845
3846 * config.in: Regenerate.
3847
3848 2013-04-12 Tom Tromey <tromey@redhat.com>
3849
3850 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
3851 const.
3852 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
3853 (struct die_reader_specs) <buffer>: Likewise.
3854 (die_reader_func_ftype): Make 'info_ptr' const.
3855 (struct line_header) <include_dirs, statement_program_start,
3856 statement_program_end>: Now const.
3857 (struct file_entry) <name>: Likewise.
3858 (struct partial_die_info) <sibling>: Likewise.
3859 (struct dwarf_block) <data>: Likewise.
3860 (dwarf2_read_section): Remove cast.
3861 (dwarf2_get_section_info): Make 'bufp' const.
3862 (read_index_from_section): Constify.
3863 (dw2_get_file_names_reader): Make 'info_ptr' const.
3864 (dw2_get_primary_filename_reader): Likewise.
3865 (read_comp_unit_head): Make 'info_ptr' and return type const.
3866 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
3867 Likewise.
3868 (read_abbrev_offset): Constify.
3869 (dwarf2_create_include_psymtab): Make 'name' const.
3870 (create_debug_types_hash_table): Update.
3871 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
3872 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
3873 Constify.
3874 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
3875 (load_partial_comp_unit_reader): Make 'info_ptr' const.
3876 (read_comp_units_from_section): Constify.
3877 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
3878 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
3879 const.
3880 (dwarf2_compute_name, setup_type_unit_groups): Constify.
3881 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
3882 (create_dwp_hash_table, dwarf2_ranges_read)
3883 (dwarf2_record_block_ranges): Constify.
3884 (read_die_and_children, read_die_and_siblings_1)
3885 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
3886 const.
3887 (read_full_die_1, read_full_die): Make 'info_ptr' const.
3888 (abbrev_table_read_table): Constify.
3889 (load_partial_dies): Make 'info_ptr' const.
3890 (read_partial_die, read_attribute_value, read_attribute): Make
3891 'info_ptr' and return type const.
3892 (read_address, read_initial_length)
3893 (read_checked_initial_length_and_offset, read_offset)
3894 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
3895 const.
3896 (read_direct_string): Make 'buf' and return type const.
3897 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
3898 (read_indirect_string): Make return type const.
3899 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
3900 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
3901 'info_ptr' const.
3902 (read_str_index): Make return type const.
3903 (add_include_dir): Make 'include_dir' const.
3904 (add_file_name): Make 'name' const.
3905 (dwarf_decode_line_header): Constify.
3906 (psymtab_include_file_name): Make return type const.
3907 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
3908 (dwarf2_start_subfile): Make 'filename' const.
3909 (dwarf2_const_value_attr): Make 'bytes' const.
3910 (read_signatured_type_reader): Make 'info_ptr' const.
3911 (decode_locdesc): Constify.
3912 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
3913 const.
3914 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
3915 'mac_end', and return type const.
3916 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
3917 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
3918 type const.
3919 (per_cu_header_read_in): Constify.
3920 * symfile.h (dwarf2_get_section_info): Update.
3921
3922 2013-04-12 Tom Tromey <tromey@redhat.com>
3923
3924 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
3925
3926 2013-04-12 Eli Zaretskii <eliz@gnu.org>
3927
3928 * NEWS: Mention "show configuration", --configuration.
3929 * top.c (print_gdb_configuration): New function, displays the
3930 details about GDB configure-time parameters.
3931 (print_gdb_version): Mention "show configuration".
3932 * cli/cli-cmds.c (show_configuration): New function.
3933 (_initialize_cli_cmds): Add the "show configuration" command.
3934 * main.c (captured_main) <print_configuration>: New static var.
3935 <long_options>: Use it.
3936 If --configuration was given, call print_gdb_configuration.
3937
3938 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3939 Pedro Alves <palves@redhat.com>
3940
3941 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
3942 (generated_files): Add gcore.
3943 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
3944 HAVE_NATIVE_GCORE_HOST.
3945 (gcore): New.
3946 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
3947 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
3948 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
3949 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
3950 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
3951 Add HAVE_NATIVE_GCORE_HOST.
3952 * configure: Regenerate.
3953 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
3954 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
3955 AC_CONFIG_FILES for gcore.
3956 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
3957 gdb_have_gcore.
3958 * gdb_gcore.sh: Rename to ...
3959 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
3960 and GCORE_TRANSFORM_NAME substitutions.
3961
3962 Fix parsing tabs in ${gdb_target_obs}.
3963 * configure.tgt (gdb_have_gcore): Replace case with for and if.
3964
3965 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3966
3967 * remote.c (unpush_and_perror): Add output message final dot.
3968
3969 2013-04-11 Yao Qi <yao@codesourcery.com>
3970
3971 * tracepoint.c (tfile_interp_line): Fit parameters line and
3972 utpp in one line.
3973
3974 2013-04-10 Joel Brobecker <brobecker@adacore.com>
3975
3976 * solib.c (solib_map_sections): Remove code overwriting
3977 SO->SO_NAME with the bfd's filename.
3978
3979 2013-04-10 Pedro Alves <palves@redhat.com>
3980
3981 * cli/cli-decode.c (integer_unlimited_completer): New function.
3982 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
3983 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
3984 completer.
3985 * cli/cli-setshow.c: Include "cli/cli-utils.h".
3986 (is_unlimited_literal): New function.
3987 (do_set_command): Handle literal "unlimited" arguments.
3988 * frame.c (_initialize_frame) <set backtrace limit>: Document
3989 "unlimited".
3990 * printcmd.c (_initialize_printcmd) <set print
3991 max-symbolic-offset>: Add help text.
3992 * record-full.c (_initialize_record_full) <set record full
3993 insn-number-max>: Likewise.
3994 * record.c (_initialize_record) <set record
3995 instruction-history-size, set record function-call-history-size>:
3996 Add help text.
3997 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
3998 help text.
3999 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
4000 Likewise.
4001 * source.c (_initialize_source) <set listsize>: Add help text.
4002 * utils.c (initialize_utils) <set height, set width>: Likewise.
4003 <set pagination>: Mention "set height unlimited".
4004 * valprint.c (_initialize_valprint) <set print elements, set print
4005 repeats>: Document "unlimited".
4006
4007 2013-04-10 Pedro Alves <palves@redhat.com>
4008
4009 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
4010 instead of disconnect_tracing.
4011 * infcmd.c (detach_command, disconnect_command): Call
4012 query_if_trace_running. Adjust.
4013 * top.c: Include "tracepoint.h".
4014 (quit_target): Delete. Contents moved ...
4015 (quit_force): ... here. Wrap each stage of teardown in
4016 TRY_CATCH. Call disconnect_tracing before detaching.
4017
4018 2013-04-10 Hui Zhu <hui@codesourcery.com>
4019 Yao Qi <yao@codesourcery.com>
4020
4021 * configure.ac: Check libbabeltrace is installed.
4022 * config.in: Regenerate.
4023 * configure: Regenerate.
4024 * Makefile.in (LIBBABELTRACE): New.
4025 (CLIBS): Add LIBBABELTRACE.
4026 * ctf.c: Include "exec.h".
4027 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
4028 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
4029 (ctf_save_metadata_header): Define new type aliases in
4030 metadata.
4031 (ctf_write_header): Define event type "tsv_def" and "tp_def"
4032 in metadata. Start a new faked packet for trace status.
4033 (ctf_write_status): Write trace status to CTF.
4034 (ctf_write_uploaded_tsv): Write TSV to CTF.
4035 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
4036 (ctf_write_definition_end): End the faked packet.
4037
4038 (ctx, ctf_iter, trace_dirname): New.
4039 (start_pos): New variable.
4040 (ctf_destroy, ctf_open_dir, ctf_open): New.
4041 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
4042 macros.
4043 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
4044 (ctf_fetch_registers, ctf_xfer_partial): New.
4045 (ctf_get_trace_state_variable_value): New.
4046 (ctf_get_tpnum_from_frame_event): New.
4047 (ctf_get_traceframe_address): New.
4048 (ctf_trace_find, ctf_has_stack): New.
4049 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
4050 (ctf_get_trace_status, ctf_read_status): New.
4051 (_initialize_ctf): New.
4052 * tracepoint.c (get_tracepoint_number): New
4053 (get_uploaded_tsv): Remove 'static'.
4054 (struct traceframe_info, trace_regblock_size): Move it to ...
4055 * tracepoint.h: ... here.
4056 (get_tracepoint_number): Declare it.
4057 (get_uploaded_tsv): Declare it.
4058
4059 * NEWS: Mention new configure option.
4060
4061 2013-04-10 Pedro Alves <palves@redhat.com>
4062 Hui Zhu <hui@codesourcery.com>
4063
4064 * breakpoint.c (dprintf_re_set): New.
4065 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
4066 to dprintf_re_set.
4067
4068 2013-04-09 Joel Brobecker <brobecker@adacore.com>
4069
4070 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
4071 Remove solib-svr4.o from the list.
4072
4073 2013-04-09 Joel Brobecker <brobecker@adacore.com>
4074
4075 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
4076 Use gdb_assert_not_reached instead of invalid boolean expression.
4077
4078 2013-04-09 Pedro Alves <palves@redhat.com>
4079
4080 * remote.c (unpush_and_perror): New function.
4081 (readchar, remote_serial_write): Use it.
4082
4083 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
4084
4085 * NEWS: Mention new btrace RSP packets.
4086
4087 2013-04-08 Tom Tromey <tromey@redhat.com>
4088
4089 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
4090 long.
4091
4092 2013-04-08 Tom Tromey <tromey@redhat.com>
4093
4094 * maint.c (print_bfd_section_info): Print the section index.
4095 * symmisc.c (dump_msymbols): Print the section index.
4096
4097 2013-04-08 Tom Tromey <tromey@redhat.com>
4098
4099 PR symtab/8424:
4100 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
4101 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
4102 * breakpoint.c (resolve_sal_pc): Update.
4103 * elfread.c (elf_gnu_ifunc_record_cache): Update.
4104 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
4105 (minsym_lookup_iterator_cb): Use it.
4106 (default_read_var_value): Update.
4107 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
4108 Update.
4109 * infcmd.c (jump_command): Update.
4110 * linespec.c (minsym_found): Update.
4111 * maint.c (maintenance_translate_address): Update.
4112 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
4113 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
4114 * parse.c (write_exp_msymbol): Update.
4115 * printcmd.c (address_info): Update.
4116 * psymtab.c (find_pc_sect_psymbol): Update.
4117 (fixup_psymbol_section): Check SYMBOL_SECTION, not
4118 SYMBOL_OBJ_SECTION.
4119 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
4120 Don't initialize SYMBOL_OBJ_SECTION.
4121 * spu-tdep.c (spu_catch_start): Update.
4122 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
4123 * symmisc.c (dump_msymbols, print_symbol): Update.
4124 * symtab.c (fixup_section): Don't set 'obj_section'. Change
4125 how fallback section is computed.
4126 (fixup_symbol_section): Update.
4127 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
4128 Update.
4129 (allocate_symbol, initialize_symbol, allocate_template_symbol):
4130 Initialize SYMBOL_SECTION.
4131 * symtab.h (struct general_symbol_info) <section>: Update comment.
4132 <obj_section>: Remove.
4133 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
4134 (SYMBOL_OBJFILE): New macro.
4135
4136 2013-04-08 Tom Tromey <tromey@redhat.com>
4137
4138 * coffread.c (record_minimal_symbol): Update.
4139 * dbxread.c (record_minimal_symbol): Update.
4140 * elfread.c (record_minimal_symbol): Update.
4141 * machoread.c (macho_symtab_add_minsym): Update.
4142 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
4143 Update.
4144 * minsyms.c (prim_record_minimal_symbol): Update.
4145 (prim_record_minimal_symbol_full): Remove 'bfd_section'
4146 argument.
4147 (prim_record_minimal_symbol_and_info): Likewise.
4148 * minsyms.h (prim_record_minimal_symbol_full)
4149 (prim_record_minimal_symbol_and_info): Update.
4150 * symtab.c (allocate_symbol, initialize_symbol)
4151 (allocate_template_symbol): Initialize SYMBOL_SECTION.
4152 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
4153 Update.
4154
4155 2013-04-08 Tom Tromey <tromey@redhat.com>
4156
4157 PR symtab/8423:
4158 * solib-som.c (som_solib_section_offsets): Use BFD section
4159 indices. Set offsets for all sections.
4160 * somread.c (som_symtab_read): Compute BFD section for
4161 symbol. Use prim_record_minimal_symbol_and_info.
4162 (som_symfile_read): Fix comment.
4163 (struct find_section_offset_arg): New.
4164 (find_section_offset, set_section_index): New functions.
4165 (som_symfile_offsets): Use set_section_index to compute
4166 section indices.
4167
4168 2013-04-08 Tom Tromey <tromey@redhat.com>
4169
4170 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
4171 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
4172 gdb_bfd_section_index.
4173 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
4174 New functions.
4175 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
4176 Declare.
4177 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
4178 Update.
4179 * objfiles.c (add_to_objfile_sections_full): New function.
4180 (add_to_objfile_sections): Use it.
4181 (build_section_table): Rewrite.
4182 (objfile_relocate1): Use gdb_bfd_section_index. Update.
4183 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
4184 (struct objfile) <sections>: Update comment.
4185 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
4186 is NULL.
4187 (ALL_OBJSECTIONS): Use it.
4188 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
4189 * solib-frv.c (frv_relocate_main_executable): Update.
4190 * solib-target.c (solib_target_relocate_section_addresses):
4191 Use gdb_bfd_section_index.
4192 * symfile.c (build_section_addr_info_from_section_table):
4193 Use gdb_bfd_section_index.
4194 (build_section_addr_info_from_bfd, place_section): Likewise.
4195 * symtab.c (fixup_section): Update.
4196 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
4197
4198 2013-04-08 Tom Tromey <tromey@redhat.com>
4199
4200 * minsyms.h (struct bound_minimal_symbol): New.
4201 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
4202 Remove objfile argument.
4203 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
4204 Return bound_minimal_symbol.
4205 * minsyms.c (lookup_minimal_symbol_by_pc_1)
4206 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
4207 Return bound_minimal_symbol.
4208 (in_gnu_ifunc_stub): Update.
4209 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
4210 Remove 'objfile_p' argument.
4211 (lookup_solib_trampoline_symbol_by_pc): Update.
4212 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
4213 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
4214 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
4215 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
4216 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
4217 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
4218 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
4219 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
4220 stack.c, symtab.c, tui/tui-disasm.c: Update.
4221
4222 2013-04-08 Tom Tromey <tromey@redhat.com>
4223
4224 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
4225 Use symbol's obstack, not an objfile.
4226 * coffread.c (process_coff_symbol): Update.
4227 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
4228 * jv-lang.c (add_class_symbol): Update.
4229 * mdebugread.c (new_symbol): Update.
4230 * minsyms.c (prim_record_minimal_symbol_full)
4231 (terminate_minimal_symbol_table): Update.
4232 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
4233 * stabsread.c (define_symbol, read_enum_type): Update.
4234 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
4235 Handle Ada specially.
4236 (symbol_set_language): Add 'obstack' argument.
4237 (symbol_set_names): Update.
4238 (symbol_natural_name, symbol_demangled_name): Always use
4239 ada_decode_symbol.
4240 * symtab.h (struct general_symbol_info)
4241 <language_specific::obstack>: New field.
4242 <ada_mangled>: New field.
4243 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
4244 (symbol_set_language): Update.
4245
4246 2013-04-08 Tom Tromey <tromey@redhat.com>
4247
4248 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
4249 Take an obstack, not an objfile.
4250 (symbol_set_names): Update.
4251 * symtab.h (symbol_set_demangled_name): Update.
4252
4253 2013-04-08 Tom Tromey <tromey@redhat.com>
4254
4255 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
4256 allocate_symbol.
4257 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
4258 (read_func_scope): Call allocate_template_symbol.
4259 (new_symbol_full): Call allocate_symbol.
4260 * jit.c (finalize_symtab): Call allocate_symbol.
4261 * jv-lang.c (add_class_symbol): Call allocate_symbol.
4262 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
4263 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
4264 (common_block_end): Call allocate_symbol.
4265 * symtab.c (allocate_symbol, initialize_symbol)
4266 (allocate_template_symbol): New functions.
4267 * symtab.c (allocate_symbol, initialize_symbol)
4268 (allocate_template_symbol): Declare.
4269 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
4270
4271 2013-04-08 Pedro Alves <palves@redhat.com>
4272 Keith Seitz <keiths@redhat.com>
4273
4274 * breakpoint.c (create_breakpoint): Rename
4275 "parse_condition_and_thread" parameter to "parse_arg". Update
4276 describing comment. If !PARSE_ARG, then error out if ARG is not
4277 the empty string after extracting the location.
4278 * breakpoint.h (create_breakpoint): Rename
4279 "parse_condition_and_thread" parameter to "parse_arg".
4280
4281 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
4282
4283 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
4284
4285 2013-04-07 Yao Qi <yao@codesourcery.com>
4286
4287 * remote.c (remote_trace_find): Change type of parameters 'addr1'
4288 and 'addr2' to CORE_ADDR.
4289 * target.c (update_current_target): Update.
4290 * target.h (struct target_ops) <to_trace_find>: Change parameter
4291 type to CORE_ADDR.
4292 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
4293 'addr2' to CORE_ADDR.
4294 (tfile_trace_find): Likewise.
4295 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
4296 Change local variable 'addr' to type CORE_ADDR.
4297 * tracepoint.h (tfind_1): Update declaration.
4298
4299 2013-04-06 Eli Zaretskii <eliz@gnu.org>
4300
4301 * windows-nat.c (windows_get_absolute_argv0): Move from here...
4302 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
4303 Include main.h.
4304
4305 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
4306 here...
4307 * main.h (windows_get_absolute_argv0): ...to here.
4308
4309 2013-04-05 Doug Evans <dje@google.com>
4310
4311 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
4312 (read_cutu_die_from_dwo): Add comments.
4313 (read_structure_type): Update comment.
4314 (read_enumeration_type, read_namespace_type): Update comment.
4315 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
4316
4317 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4318
4319 Convert man pages to texinfo, new gdbinit.5 texinfo page.
4320 * Makefile.in (gdb.z): Remove.
4321 (install-only): Remove $(man1dir) and gdb.1 installation.
4322 * gdb.1: Remove.
4323
4324 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4325
4326 Fix compatibility with Linux kernel 3.8.3.
4327 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
4328 to more inner block. Remove parsing of NUMBER from outer block.
4329 Parse NUMBER only if KEYWORD has been identified.
4330
4331 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4332
4333 Fix variable name shadowing.
4334 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
4335 filename to mapsfilename and update its uses.
4336
4337 2013-04-05 Eli Zaretskii <eliz@gnu.org>
4338
4339 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
4340 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
4341 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
4342 details of the problem.
4343
4344 2013-04-04 Pedro Alves <palves@redhat.com>
4345 Hui Zhu <hui@codesourcery.com>
4346
4347 * breakpoint.c (validate_commands_for_breakpoint): If validating a
4348 tracepoint, reset its STEP_COUNT and call validate_actionline.
4349
4350 2013-04-03 Doug Evans <dje@google.com>
4351
4352 * dwarf2read.c (read_die_and_siblings_1): Renamed from
4353 read_die_and_siblings.
4354 (read_die_and_siblings): New function.
4355 (read_cutu_die_from_dwo): Dump die if requested.
4356 (read_die_and_children): Call read_full_die_1 and
4357 read_die_and_siblings_1.
4358 (read_full_die): Dump die if requested.
4359
4360 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
4361
4362 * dwarf2read.c (struct dwo_file): New member comp_dir.
4363 Rename member name to dwo_name. All uses updated.
4364 (hash_dwo_file): Include comp_dir in computation.
4365 (eq_dwo_file): Ditto.
4366 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
4367 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
4368
4369 * psymtab.c (read_psymtabs_with_fullname): Don't call
4370 psymtab_to_fullname if the basenames are different.
4371
4372 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4373
4374 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
4375 New entry about "fullname" presence.
4376
4377 2013-04-03 Pedro Alves <palves@redhat.com>
4378
4379 * NEWS: Mention x86_64/Cygwin as new native configuration.
4380
4381 2013-04-02 Doug Evans <dje@google.com>
4382
4383 * dwarf2read.c (read_structure_type): Fix typo in comment.
4384
4385 2013-04-02 Pedro Alves <palves@redhat.com>
4386
4387 * NEWS: Mention "set/show debug aarch64", "set/show debug
4388 coff-pe-read" and "set/show debug mach-o".
4389
4390 2013-04-02 Pedro Alves <palves@redhat.com>
4391
4392 * NEWS: Mention "set/show remote trace-buffer-size-packet".
4393
4394 2013-04-02 Eli Zaretskii <eliz@gnu.org>
4395
4396 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
4397 gdb_string.h is now in common/.
4398
4399 2013-04-02 Pedro Alves <palves@redhat.com>
4400
4401 * NEWS: Move "set debug notification" and "set trace-buffer-size"
4402 under "New options".
4403
4404 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4405
4406 Revert this patch:
4407 PR gdb/15275
4408 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
4409
4410 2013-04-02 Pedro Alves <palves@redhat.com>
4411
4412 PR gdb/15275
4413
4414 * remote.c (send_interrupt_sequence): Use remote_serial_write.
4415 (remote_serial_write): New function.
4416 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
4417
4418 2013-04-01 Jiong Wang <jiwang@tilera.com>
4419
4420 * NEWS: Mention TILE-Gx in "New native configurations" and
4421 "New targets" sections.
4422
4423 2013-04-01 Doug Evans <dje@google.com>
4424
4425 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
4426 (process_enumeration_scope): Simplify.
4427
4428 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
4429 type_unit_group ...
4430 (struct signatured_type): ... to here.
4431 (sig_type_ptr): New typedef.
4432 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
4433 out of union 't'. All uses updated.
4434 (dw2_get_file_names_reader): Assert not called for a type unit.
4435 (dw2_get_file_names): Assert not called for a type unit or type
4436 unit group.
4437 (build_type_psymtabs_reader): Assert called for a type unit.
4438 (build_type_psymtab_dependencies): Assert called for a type unit group.
4439
4440 * dwarf2read.c (free_dwo_file): Add comment.
4441 (dwarf2_per_objfile_free): Unref dwp bfd.
4442
4443 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
4444
4445 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
4446 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
4447 (read_pe_exported_syms): Remove unused 'exportix'.
4448 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
4449 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
4450 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
4451
4452 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
4453
4454 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
4455 (print_it_watchpoint): Remove unused 'bl'.
4456 (say_where): Remove unused 'uiout'.
4457 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
4458 (bkpt_breakpoint_hit): Remove unused 'b'.
4459 (internal_bkpt_print_it): Remove unused 'uiout'.
4460 * buildsym.c (augment_type_symtab): Remove unused 'i'.
4461
4462 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
4463
4464 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
4465 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
4466
4467 2013-03-29 Doug Evans <dje@google.com>
4468
4469 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
4470 Delete arg is_dwp. All callers updated.
4471 (open_dwp_file): New function.
4472 (open_and_init_dwp_file): Call it.
4473 (get_dwp_file): New function.
4474 (lookup_dwo_cutu): Call it.
4475
4476 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
4477 unnecessary, cleanup.
4478
4479 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
4480
4481 * dwarf2read.c (read_cutu_die_from_dwo): New function.
4482 (lookup_dwo_unit): New function.
4483 (init_cutu_and_read_dies): Move DWO handling to new functions.
4484
4485 * dwarf2read.c (struct signatured_type): Tweak comment.
4486 (struct dwo_unit): Tweak comment.
4487 (create_debug_types_hash_table): Tweak comment. Reformat long line.
4488 (create_dwo_debug_info_hash_table): Tweak comment.
4489 (dwarf2_per_cu_offset_and_type): Tweak comment.
4490
4491 * dwarf2read.c (lookup_signatured_type): Remove complaint about
4492 missing .debug_types section.
4493
4494 2013-03-29 Yao Qi <yao@codesourcery.com>
4495
4496 * corelow.c: Include "completer.h".
4497 (_initialize_corelow): Call add_target_with_completer with
4498 argument 'filename_completer'.
4499 * tracepoint.c: Likewise.
4500 * exec.c (_initialize_exec): Likewise.
4501 * target.c (add_target): Rename to ...
4502 (add_target_with_completer): ... this. Call set_cmd_completer
4503 if parameter completer is not NULL.
4504 (add_target): New.
4505 * target.h: Include "command.h".
4506 (add_target_with_completer): Declare it.
4507
4508 2013-03-28 Joel Brobecker <brobecker@adacore.com>
4509
4510 * coffread.c (is_import_fixup_symbol): New function.
4511 (record_minimal_symbol): Use is_import_fixup_symbol to
4512 detect import fixup symbols, and discard them.
4513
4514 2013-03-28 Doug Evans <dje@google.com>
4515
4516 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
4517 types hash table until we know we need it.
4518
4519 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
4520 index numbers.
4521
4522 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
4523 All callers updated.
4524 (dw2_print_stats): Print #read CUs too.
4525 (dump_die_shallow): Print signatured types better.
4526
4527 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
4528 info_or_types_section to section. All uses updated.
4529 (struct dwo_unit): Ditto.
4530
4531 2013-03-28 Pedro Alves <palves@redhat.com>
4532
4533 * NEWS (New options): New section.
4534 (New options): Mention set/show remote trace-status-packet.
4535 * remote.c (PACKET_qTStatus): New enumeration value.
4536 (remote_get_trace_status): Skip sending qTStatus if the packet is
4537 disabled. Use packet_ok.
4538 (_initialize_remote): Register a configuration command for
4539 qTStatus packet.
4540
4541 2013-03-28 Doug Evans <dje@google.com>
4542
4543 * symfile.c (find_separate_debug_file): Add comment.
4544 (terminate_after_last_dir_separator): Tweak comment.
4545
4546 * dwarf2read.c (create_partial_symtab): Add forward decl.
4547 (create_partial_symtab): Move to be closer to other psymtab functions.
4548 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
4549
4550 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
4551 (compute_symtab_includes): Remove unnecessary forward declaration.
4552 (die_needs_namespace): Add comment marking group of functions for
4553 dwarf2 name computation.
4554
4555 * typeprint.c (_initialize_typeprint): Improve type help text.
4556
4557 * python/python.c (finish_python_initialization): Provide suggestion
4558 for how to tell gdb to find its python files.
4559
4560 2013-03-28 Pedro Alves <palves@redhat.com>
4561
4562 PR gdb/15294
4563
4564 * source.c (_initialize_source): Change back "set listsize" to an
4565 integer command.
4566
4567 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
4568
4569 PR gdb/15275
4570 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
4571
4572 2013-03-27 Pedro Alves <palves@redhat.com>
4573
4574 * top.c (history_size): Rename to ...
4575 (history_size_setshow_var): ... this. Add comment.
4576 (show_commands): Use readline's 'history_length' instead of
4577 computing the history length by calling history_get in a loop.
4578 (set_history_size_command): Error out for sizes over INT_MAX.
4579 Restore previous history size on invalid size.
4580 (init_history): If HISTSIZE is negative, leave the history size as
4581 zero. Add comments.
4582 (init_main): Adjust.
4583
4584 2013-03-27 Pedro Alves <palves@redhat.com>
4585
4586 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
4587 coff_pe_read" command to "set debug coff-pe-read".
4588
4589 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
4590
4591 * record.c (command_size_to_target_size): Fix size comparison.
4592 Change parameter type from pointer to integer to integer.
4593 Update all users.
4594
4595 2013-03-27 Pierre Muller <muller@sourceware.org>
4596
4597 * windows-nat.c (handle_output_debug_string): Avoid typecast
4598 from integer of different size warning.
4599
4600 2013-03-26 Joel Brobecker <brobecker@adacore.com>
4601
4602 * windows-nat.c (handle_output_debug_string): Add empty line
4603 after local block variable definition.
4604
4605 2013-03-26 Pedro Alves <palves@redhat.com>
4606
4607 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
4608 (net_open): Make 'polls' local unsigned.
4609
4610 2013-03-26 Pedro Alves <palves@redhat.com>
4611
4612 * remote.c (_initialize_remote): Make "set remoteaddresssize"
4613 a zuinteger command instead of uinteger.
4614
4615 2013-03-26 Pedro Alves <palves@redhat.com>
4616
4617 * record-full.c (record_full_insn_num): Make it unsigned.
4618 (record_full_check_insn_num, record_full_message)
4619 (record_full_registers_change, record_full_xfer_partial): Remove
4620 record_full_insn_max_num check (it's always != 0).
4621 (record_full_info, record_full_restore): Use %u as format string.
4622 (): Use %u as format string.
4623 (set_record_full_insn_max_num): Remove record_full_insn_max_num
4624 check (it's always != 0).
4625
4626 2013-03-26 Pedro Alves <palves@redhat.com>
4627
4628 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
4629 and "set dcache size" commands zuinteger instead of uinteger.
4630
4631 2013-03-26 Pedro Alves <palves@redhat.com>
4632
4633 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
4634 command zuinteger instead of uinteger.
4635
4636 2013-03-26 Pedro Alves <palves@redhat.com>
4637
4638 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
4639 zuinteger instead of uinteger.
4640
4641 2013-03-26 Pedro Alves <palves@redhat.com>
4642
4643 * record.c (record_insn_history_size_setshow_var)
4644 (record_call_history_size_setshow_var): New globals.
4645 (command_size_to_target_size): New function.
4646 (cmd_record_insn_history, cmd_record_call_history): Use
4647 command_size_to_target_size instead of cast.
4648 (validate_history_size, set_record_insn_history_size)
4649 (set_record_call_history_size): New functions.
4650 (_initialize_record): Install set_record_insn_history_size and
4651 set_record_call_history_size as "set" hooks of "set record
4652 instruction-history-size" and "set record
4653 function-call-history-size".
4654
4655 2013-03-26 Pedro Alves <palves@redhat.com>
4656
4657 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
4658 use with history_max_entries use. Remove FIXME note.
4659
4660 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
4661
4662 * record-btrace.c (record_btrace_close): Call
4663 record_btrace_auto_disable.
4664
4665 2013-03-25 Joel Brobecker <brobecker@adacore.com>
4666
4667 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
4668
4669 2013-03-25 Doug Evans <dje@google.com>
4670
4671 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
4672
4673 2013-03-25 Tom Tromey <tromey@redhat.com>
4674
4675 PR symtab/11462:
4676 * c-exp.y (exp): Add new productions for destructors after '.' and
4677 '->'.
4678 (write_destructor_name): New function.
4679
4680 2013-03-25 Tom Tromey <tromey@redhat.com>
4681
4682 PR c++/9197:
4683 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
4684 value_struct_elt, not lookup_struct_elt_type.
4685 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
4686 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
4687 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
4688
4689 2013-03-25 Yao Qi <yao@codesourcery.com>
4690
4691 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
4692 instead of '_mkdir'.
4693
4694 2013-03-23 Eli Zaretskii <eliz@gnu.org>
4695
4696 * windows-nat.c (windows_get_absolute_argv0): New function.
4697 * windows-nat.h: Add its prototype.
4698
4699 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
4700 Use IS_DIR_SEPARATOR instead of looking for a character inside
4701 SLASH_STRING. Include filenames.h.
4702 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
4703 relocate_gdb_directory works when passed gdb_program_name.
4704 Include windows-nat.h.
4705
4706 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4707
4708 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
4709 * remote.c (trace_error): Remove the special handling of '2'.
4710 (readchar) <SERIAL_EOF>
4711 (readchar) <SERIAL_ERROR>
4712 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
4713 (remote_get_trace_status): Call throw_exception if EX is
4714 TARGET_CLOSE_ERROR.
4715 * utils.c (perror_with_name): Rename to ...
4716 (throw_perror_with_name): ... here. New parameter errcode, describe it
4717 in the function comment.
4718 (perror_with_name): New function wrapper.
4719 * utils.h (enum errors): New stub declaration.
4720 (throw_perror_with_name): New declaration.
4721
4722 2013-03-22 Pedro Alves <palves@redhat.com>
4723 Yao Qi <yao@codesourcery.com>
4724 Mark Kettenis <kettenis@gnu.org>
4725
4726 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
4727 Don't let the user set the value to UINT_MAX directly.
4728 <var_integer>: Don't let the user set the value to INT_MAX
4729 directly.
4730
4731 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4732
4733 * remote.c (remote_unpush_target): New function.
4734 (remote_open_1): Remove two pop_target calls, update one comment, add
4735 comment to target_preopen call. Replace pop_target call by
4736 remote_unpush_target call.
4737 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
4738 pop_target calls by remote_unpush_target calls.
4739
4740 2013-03-22 Pedro Alves <palves@redhat.com>
4741
4742 * linux-nat.c (linux_child_follow_fork): Don't call
4743 linux_enable_event_reporting.
4744 (linux_handle_extended_wait): Don't call
4745 linux_enable_event_reporting.
4746
4747 2013-03-22 Pedro Alves <palves@redhat.com>
4748
4749 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
4750 use it to rewrite the trampoline buffers with type gdb_byte[], and
4751 undefine the macro. Remove char* cast.
4752
4753 2013-03-21 Doug Evans <dje@google.com>
4754
4755 New commands "mt set per-command {space,time,symtab} {on,off}".
4756 * NEWS: Add entry.
4757 * event-top.c: #include "maint.h".
4758 * main.c: #include "maint.h".
4759 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
4760 timeval-utils.h, maint.h, cli/cli-setshow.h.
4761 (per_command_time, per_command_space): New static globals.
4762 (per_command_symtab): New static global.
4763 (per_command_setlist, per_command_showlist): New static globals.
4764 (struct cmd_stats): Move here from utils.c.
4765 (set_per_command_time): Renamed from set_display_time in utils.c
4766 and moved here. All callers updated.
4767 (set_per_command_space): Renamed from set_display_space in utils.c
4768 and moved here. All callers updated.
4769 (count_symtabs_and_blocks): New function.
4770 (report_command_stats): Moved here from utils.c. Add support for
4771 printing symtab stats. Only print data if enabled before command
4772 executed.
4773 (make_command_stats_cleanup): Ditto.
4774 (sert_per_command_cmd, show_per_command_cmd): New functions.
4775 (_initialize_maint_cmds): Add new commands
4776 mt set per-command {space,time,symtab} {on,off}.
4777 * maint.h: New file.
4778 * top.c: #include "maint.h".
4779 * utils.c (reset_prompt_for_continue_wait_time): New function.
4780 (get_prompt_for_continue_wait_time): New function.
4781 * utils.h (reset_prompt_for_continue_wait_time): Declare
4782 (get_prompt_for_continue_wait_time): Declare.
4783 (make_command_stats_cleanup): Moved to maint.h.
4784 (set_display_time, set_display_space): Moved to maint.h and renamed
4785 to set_per_command_time, set_per_command_space.
4786 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
4787 parse_binary_operation and made non-static. Don't call error,
4788 just return an error marker. All callers updated.
4789 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
4790
4791 2013-03-21 Tom Tromey <tromey@redhat.com>
4792
4793 * symfile.c (alloc_section_addr_info): Update header. Don't set
4794 'num_sections' field.
4795 (build_section_addr_info_from_section_table): Set 'num_sections'.
4796 (build_section_addr_info_from_bfd): Likewise.
4797 (build_section_addr_info_from_objfile): Remove dead loop
4798 condition.
4799 (free_section_addr_info): Unconditionally call xfree.
4800 (relative_addr_info_to_section_offsets, addrs_section_sort)
4801 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
4802 condition.
4803 (syms_from_objfile_1): Remove dead 'if' condition. Check
4804 'num_sections'.
4805 (add_symbol_file_command): Set 'num_sections'.
4806 * symfile-mem.c (symbol_file_add_from_memory): Set
4807 'num_sections'.
4808 * somread.c (som_symfile_offsets): Remove dead loop condition.
4809 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
4810 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
4811
4812 2013-03-21 Tom Tromey <tromey@redhat.com>
4813
4814 * tracepoint.h (decode_agent_options): Add 'trace_string'
4815 argument.
4816 * tracepoint.c (decode_agent_options): Add 'trace_string'
4817 argument.
4818 (validate_actionline): Update.
4819 (collect_symbol): Add 'trace_string' argument.
4820 (struct add_local_symbols_data) <trace_string>: New field.
4821 (do_collect_symbol): Update.
4822 (add_local_symbols): Add 'trace_string' argument.
4823 (encode_actions_1): Update.
4824 (trace_dump_actions): Update.
4825 * dwarf2loc.c (access_memory): Update.
4826 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
4827 * ax-general.c (new_agent_expr): Update.
4828 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
4829 (gen_trace_for_return_address): Add argument.
4830 (trace_kludge, trace_string_kludge): Remove.
4831 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
4832 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
4833 (gen_trace_for_var): Add 'trace_string' argument.
4834 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
4835 (gen_printf, agent_eval_command_one): Update.
4836
4837 2013-03-21 Tom Tromey <tromey@redhat.com>
4838
4839 PR exp/15109:
4840 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
4841 Handle FILENAME token.
4842
4843 2013-03-21 Tom Tromey <tromey@redhat.com>
4844
4845 * c-exp.y (YYPRINT): Define.
4846 (c_print_token): New function.
4847
4848 2013-03-21 Tom Tromey <tromey@redhat.com>
4849
4850 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
4851
4852 2013-03-21 Yao Qi <yao@codesourcery.com>
4853
4854 * ctf.c: Include "gdb_stat.h".
4855 [USE_WIN32API]: New macro 'mkdir'.
4856 (ctf_start): Use permission bits macros if they are defined.
4857
4858 2013-03-20 Keith Seitz <keiths@redhat.com>
4859
4860 * breakpoint.h (struct breakpoint): Add comment to
4861 extra_string indicating that this member is mallod'd.
4862 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
4863
4864 2013-03-20 Pedro Alves <palves@redhat.com>
4865
4866 PR gdb/15289
4867
4868 * cli/cli-setshow.c (do_set_command)
4869 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
4870 the result of parsing the command argument. Throw error if the
4871 value is greater than UINT_MAX. Print the invalid value with
4872 plongest.
4873 <var_integer, var_zinteger>: Use LONGEST for variable holding the
4874 result of parsing the command argument. Throw error if the value
4875 is greater than INT_MAX, not greater or equal. Also throw error
4876 if the value is less than INT_MIN. Print the invalid value with
4877 plongest.
4878 <var_zuinteger_unlimited>: Throw error if the value is greater
4879 than INT_MAX, not greater or equal.
4880 (do_show_command) <var_integer, var_zinteger,
4881 var_zuinteger_unlimited>: Use %d for printing int, not %u.
4882
4883 2013-03-20 Tom Tromey <tromey@redhat.com>
4884
4885 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
4886 if possible.
4887 * dwarf2read.c (read_func_scope): Remove old FIXME.
4888 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
4889 not LOC_COMPUTED.
4890 * findvar.c (symbol_read_needs_frame, default_read_var_value):
4891 Unconditionally call via computed ops, if possible.
4892 * printcmd.c (address_info): Unconditionally call via computed ops,
4893 if possible.
4894 * stack.c (read_frame_arg): Unconditionally call via computed ops,
4895 if possible.
4896 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
4897 * tracepoint.c (scope_info): Unconditionally call via computed ops,
4898 if possible.
4899
4900 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4901 Tom Tromey <tromey@redhat.com>
4902
4903 PR symtab/8421:
4904 * coffread.c (coff_register_index): New global.
4905 (process_coff_symbol, coff_read_enum_type): Set
4906 SYMBOL_ACLASS_INDEX.
4907 (_initialize_coffread): Initialize new global.
4908 * dwarf2loc.c (locexpr_find_frame_base_location)
4909 (dwarf2_block_frame_base_locexpr_funcs)
4910 (loclist_find_frame_base_location)
4911 (dwarf2_block_frame_base_loclist_funcs): New.
4912 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
4913 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
4914 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
4915 (dwarf2_block_frame_base_loclist_funcs): New.
4916 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
4917 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
4918 globals.
4919 (read_func_scope): Update.
4920 (fixup_go_packaging, mark_common_block_symbol_computed)
4921 (var_decode_location, new_symbol_full, dwarf2_const_value):
4922 Set SYMBOL_ACLASS_INDEX.
4923 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
4924 (_initialize_dwarf2_read): Initialize new globals.
4925 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
4926 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
4927 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
4928 globals.
4929 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
4930 (_initialize_mdebugread): Initialize new globals.
4931 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
4932 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
4933 (stab_register_index, stab_regparm_index): New globals.
4934 (define_symbol, read_enum_type, common_block_end): Set
4935 SYMBOL_ACLASS_INDEX.
4936 (_initialize_stabsread): Initialize new globals.
4937 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
4938 globals.
4939 (MAX_SYMBOL_IMPLS): New define.
4940 (register_symbol_computed_impl, register_symbol_block_impl)
4941 (register_symbol_register_impl)
4942 (initialize_ordinary_address_classes): New functions.
4943 (_initialize_symtab): Call initialize_ordinary_address_classes.
4944 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
4945 (struct symbol_impl): New.
4946 (SYMBOL_ACLASS_BITS): New define.
4947 (struct symbol) <aclass, ops>: Remove fields.
4948 <aclass_index>: New field.
4949 (symbol_impls): Declare.
4950 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
4951 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
4952 (register_symbol_computed_impl, register_symbol_block_impl)
4953 (register_symbol_register_impl): Declare.
4954 (struct symbol_computed_ops): Add location_has_loclist.
4955 (struct symbol_block_ops): New.
4956 (SYMBOL_BLOCK_OPS): New.
4957 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
4958
4959 2013-03-20 Tom Tromey <tromey@redhat.com>
4960
4961 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
4962 (print_partial_symbols, recursively_search_psymtabs): Use
4963 PSYMBOL_CLASS.
4964
4965 2013-03-20 Pierre Muller <muller@sourceware.org>
4966
4967 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
4968 addtion, subtraction, multiplication and division binary operator.
4969
4970 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4971
4972 Code cleanup.
4973 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
4974 * bsd-kvm.c (bsd_kvm_close): Likewise.
4975 * bsd-uthread.c (bsd_uthread_close): Likewise.
4976 * corelow.c (core_close): Likewise.
4977 (core_close_cleanup): Remove parameter quitting from a caller.
4978 * event-top.c (async_disconnect): Likewise.
4979 * exec.c (exec_close_1): Remove parameter quitting.
4980 * go32-nat.c (go32_close): Likewise.
4981 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
4982 parameter quitting from a caller.
4983 * mips-linux-nat.c (super_close): Remove parameter quitting from the
4984 variable.
4985 (mips_linux_close): Remove parameter quitting. Remove parameter
4986 quitting from a caller.
4987 * monitor.c (monitor_close): Remove parameter quitting.
4988 * monitor.h (monitor_close): Likewise.
4989 * record-btrace.c (record_btrace_close): Likewise.
4990 * record-full.c (record_full_close): Likewise.
4991 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
4992 it also from fprintf_unfiltered.
4993 * remote-mips.c (mips_close): Remove parameter quitting.
4994 (mips_detach): Remove parameter quitting from a caller.
4995 * remote-sim.c (gdbsim_close): Remove parameter quitting.
4996 (gdbsim_close): Remove duplicate function comment. Remove parameter
4997 quitting and remove it also from printf_filtered.
4998 * remote.c (remote_close): Remove parameter quitting.
4999 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
5000 * target.c (update_current_target): Remove parameter int from to_close
5001 de_fault.
5002 (push_target, unpush_target, pop_target): Remove parameter quitting from
5003 a caller.
5004 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
5005 Remove parameter quitting from a caller.
5006 (target_preopen): Remove parameter quitting from a caller.
5007 (target_close): Remove parameter quitting. Remove parameter quitting
5008 from a caller two times. Remove parameter quitting also from
5009 fprintf_unfiltered.
5010 * target.h (struct target_ops): Remove parameter quitting and as int
5011 from fields to_xclose and to_close.
5012 (extern struct target_ops current_target):
5013 (target_close, pop_all_targets): Remove parameter quitting. Update the
5014 comment.
5015 (pop_all_targets_above): Remove parameter quitting.
5016 * top.c (quit_target): Remove parameter quitting from a caller.
5017 * tracepoint.c (tfile_close): Remove parameter quitting.
5018 * windows-nat.c (windows_close): Remove parameter quitting.
5019
5020 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
5021
5022 * windows-nat.c (handle_output_debug_string): Replace call
5023 to string_to_core_addr with call to strtoull.
5024
5025 2013-03-20 Yao Qi <yao@codesourcery.com>
5026
5027 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
5028 and write it to CTF metadata.
5029
5030 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
5031
5032 * windows-nat.c (handle_output_debug_string): Change type of n to
5033 SIZE_T to avoid crash on 64 bit systems.
5034
5035 2013-03-17 Eli Zaretskii <eliz@gnu.org>
5036
5037 * python/python-internal.h (HAVE_SNPRINTF)
5038 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
5039 about redefinition of snprintf by pyerrors.h.
5040
5041 2013-03-15 Steve Ellcey <sellcey@mips.com>
5042
5043 * remote-sim.c (sim_command_completer): Make char arguments const.
5044
5045 2013-03-15 Tom Tromey <tromey@redhat.com>
5046
5047 PR c++/15116:
5048 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
5049
5050 2013-03-14 Tom Tromey <tromey@redhat.com>
5051
5052 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
5053 New fields.
5054 (get_file_crc): Move from symfile.c.
5055 (gdb_bfd_crc): New function.
5056 * gdb_bfd.h (gdb_bfd_crc): Declare.
5057 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
5058 * symfile.c (get_file_crc): Move to gdb_bfd.c.
5059 (separate_debug_file_exists): Use gdb_bfd_crc.
5060
5061 2013-03-14 Tom Tromey <tromey@redhat.com>
5062
5063 * symfile.c (get_debug_link_info): Remove.
5064 (find_separate_debug_file_by_debuglink): Use
5065 bfd_get_debug_link_info.
5066
5067 2013-03-14 Tom Tromey <tromey@redhat.com>
5068
5069 * symtab.c (error_in_psymtab_expansion): New function.
5070 (lookup_symbol_aux_quick)
5071 (basic_lookup_transparent_type_quick): Remove "last resort"
5072 code. Use error_in_psymtab_expansion.
5073
5074 2013-03-14 Doug Evans <dje@google.com>
5075 Jan Kratochvil <jan.kratochvil@redhat.com>
5076
5077 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
5078 any successful compare_filenames_for_search or FILENAME_CMP.
5079 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
5080 * symtab.c (iterate_over_some_symtabs): Likewise.
5081
5082 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5083
5084 * source.c (print_source_lines_base): Make a local copy of
5085 symtab_to_fullname.
5086
5087 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
5088 Jan Kratochvil <jan.kratochvil@redhat.com>
5089
5090 * source.c (print_source_lines_base): Suppress "file" for TUI.
5091
5092 2013-03-14 Keith Seitz <keiths@redhat.com>
5093 Alan Matsuoka <alanm@redhat.com>
5094
5095 PR c++/15203
5096 PR c++/15210
5097 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
5098 TYPE_CODE_METHOD.
5099 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
5100 symbols.
5101
5102 2013-03-14 Yao Qi <yao@codesourcery.com>
5103
5104 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
5105 status to tfile if trace is stopped by command 'tstop'.
5106
5107 2013-03-14 Yao Qi <yao@codesourcery.com>
5108
5109 * tracepoint.c (tfile_write_status): Write trace notes and user
5110 name into tfile if they are not NULL.
5111
5112 2013-03-14 Hui Zhu <hui@codesourcery.com>
5113 Yao Qi <yao@codesourcery.com>
5114
5115 * Makefile.in (REMOTE_OBS): Add ctf.o.
5116 (SFILES): Add ctf.c.
5117 (HFILES_NO_SRCDIR): Add ctf.h.
5118 * ctf.c, ctf.h: New files.
5119 * tracepoint.c: Include 'ctf.h'.
5120 (collect_pseudocommand): Remove static.
5121 (trace_save_command): Parse option "-ctf".
5122 Produce different trace file writers per option.
5123 Adjust output message.
5124 (trace_save_tfile, trace_save_ctf): New.
5125 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
5126 * mi/mi-main.c: Include 'ctf.h'.
5127 (mi_cmd_trace_save): Handle option '-ctf'. Call either
5128 trace_save_tfile or trace_save_ctf.
5129 * NEWS: Mention these changes.
5130
5131 2013-03-14 Yao Qi <yao@codesourcery.com>
5132
5133 * tracepoint.c (trace_file_writer_xfree): New.
5134 (struct tfile_writer_data): New.
5135 (tfile_dtor, tfile_can_target_save, tfile_start): New.
5136 (tfile_write_header, tfile_write_regblock_type): New.
5137 (tfile_write_status, tfile_write_uploaded_tsv): New.
5138 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
5139 (tfile_write_raw_data, (tfile_end): New.
5140 (tfile_write_ops): New global variable.
5141 (TRACE_WRITE_R_BLOCK): New macro.
5142 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
5143 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
5144 (TRACE_WRITE_V_BLOCK): New macro.
5145 (trace_save): Add extra one parameter WRITER. Make it static.
5146 Use WRITER to writer trace.
5147 (tfile_trace_file_writer_new): New.
5148 (trace_save_command): Caller update.
5149 (trace_save_tfile): Write trace data in TFILE format.
5150 * tracepoint.h (struct trace_frame_write_ops): New.
5151 (struct trace_file_write_ops): New.
5152 (struct trace_file_writer): New.
5153 (trace_save): Remove its declaration.
5154 (trace_save_tfile): Declare it.
5155 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
5156 instead of trace_save.
5157
5158 2013-03-13 Pedro Alves <palves@redhat.com>
5159
5160 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
5161
5162 2013-03-13 Pedro Alves <palves@redhat.com>
5163
5164 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
5165 commented out code.
5166 * demangle.c (current_demangling_style_string): Make it const.
5167 (set_demangling_command): Assert the demangling style is known.
5168 Remove all handling of unknown styles. Set
5169 'current_demangling_style_string' to an element of the
5170 demangling_style_names array.
5171 (set_demangling_style): Delete.
5172 (_initialize_demangler): Set current_demangling_style_string to the
5173 element of the demangling_style_names array that corresponds to
5174 the default demangling style. Remove FIXME note. Don't call
5175 set_demangling_style.
5176 * gdb-demangle.h (set_demangling_style): Remove declaration.
5177
5178 2013-03-13 Pedro Alves <palves@redhat.com>
5179
5180 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
5181 fields const.
5182 (ada_make_symbol_completion_list): Make "text0" parameter const.
5183 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
5184 * breakpoint.c (condition_completer): Make "text" and "word"
5185 parameters const. Adjust.
5186 (check_tracepoint_command): Adjust to validate_actionline
5187 prototype change.
5188 (catch_syscall_completer): Make "text" and "word" parameters
5189 const.
5190 * cli/cli-cmds.c (show_user): Make "comname" local const.
5191 (valid_command_p): Make "command" parameter const.
5192 (alias_command): Make "alias_prefix" and "command_prefix" locals
5193 const.
5194 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
5195 (add_alias_cmd): Make "name" and "oldname" parameters const.
5196 Adjust. No longer make copy of OLDNAME.
5197 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
5198 (add_setshow_cmd_full, add_setshow_enum_cmd)
5199 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
5200 (add_setshow_filename_cmd, add_setshow_string_cmd)
5201 (add_setshow_string_noescape_cmd)
5202 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
5203 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
5204 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
5205 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
5206 Make "name" parameter const.
5207 (help_cmd): Rename "command" parameter to "arg". New const local
5208 "command".
5209 (find_cmd): Make "command" parameter const.
5210 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
5211 deprecated_cmd_warning prototype change.
5212 (undef_cmd_error): Make "cmdtype" parameter const.
5213 (lookup_cmd): Make "line" parameter const.
5214 (deprecated_cmd_warning): Change type of "text" parameter to
5215 pointer to const char, from pointer to pointer to char. Adjust.
5216 (lookup_cmd_composition): Make "text" parameter const.
5217 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
5218 parameters const.
5219 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
5220 const.
5221 * cli/cli-script.c (validate_comname): Make "tem" local const.
5222 (define_command): New const local "tem_c". Use it in calls to
5223 lookup_cmd.
5224 (document_command): Make "tem" and "comfull" locals const.
5225 (show_user_1): Make "prefix" and "name" parameters const.
5226 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
5227 const.
5228 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
5229 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
5230 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
5231 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
5232 (complete_on_enum, add_setshow_enum_cmd)
5233 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
5234 (add_setshow_filename_cmd, add_setshow_string_cmd)
5235 (add_setshow_string_noescape_cmd)
5236 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
5237 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
5238 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
5239 Change prototypes, constifying strings.
5240 * completer.c (noop_completer, filename_completer): Make "text"
5241 and "prefix" parameters const.
5242 (location_completer, expression_completer)
5243 (complete_line_internal): Make "text" and "prefix" parameters
5244 const and adjust.
5245 (command_completer, signal_completer): Make "text" and "prefix"
5246 parameters const.
5247 * completer.h (noop_completer, filename_completer)
5248 (expression_completer, location_completer, command_completer)
5249 (signal_completer): Change prototypes.
5250 * corefile.c (complete_set_gnutarget): Make "text" and "word"
5251 parameters const.
5252 * cp-abi.c (cp_abi_completer): Likewise.
5253 * expression.h (parse_expression_for_completion): Change
5254 prototype.
5255 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
5256 parameters const.
5257 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
5258 * infrun.c (handle_completer): Make "text" and "word" parameters
5259 const.
5260 * interps.c (interpreter_completer): Make "text" and "word"
5261 parameters const.
5262 * language.h (struct language_defn)
5263 <la_make_symbol_completion_list>: Make "text" and "word"
5264 parameters const.
5265 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
5266 (parse_exp_in_context): Rename to ...
5267 (parse_exp_in_context_1): ... this.
5268 (parse_exp_in_context): Reimplement, with const hack from
5269 parse_exp_1.
5270 (parse_expression_for_completion): Make "string" parameter const.
5271 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
5272 to pointer to const char. Adjust.
5273 (print_command_1): Make "exp" parameter const.
5274 (output_command): Rename to ...
5275 (output_command_const): ... this. Make "exp" parameter const.
5276 (output_command): Reimplement.
5277 (x_command): Adjust.
5278 (display_command): Rename "exp" parameter to "arg". New "exp"
5279 local, const version of "arg".
5280 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
5281 "cmd_name" local const.
5282 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
5283 call.
5284 (cmdpy_completer): Make "text" and "word" parameters const.
5285 (gdbpy_parse_command_name): Make "prefix_text2" local const.
5286 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
5287 const.
5288 * remote.c (_initialize_remote): Make "cmd_name" local const.
5289 * symtab.c (language_search_unquoted_string): Make "text" and "p"
5290 parameters const. Adjust.
5291 (completion_list_add_fields): Make "sym_text", "text" and "word"
5292 parameters const.
5293 (struct add_name_data) <sym_text, text, word>: Make fields const.
5294 (default_make_symbol_completion_list_break_on): Make "text" and
5295 "word" parameters const. Adjust locals.
5296 (default_make_symbol_completion_list)
5297 (make_symbol_completion_list, make_symbol_completion_type)
5298 (make_symbol_completion_list_fn): Make "text" and "word"
5299 parameters const.
5300 (make_file_symbol_completion_list): Make "text", "word" and
5301 "srcfile" parameters const. Adjust locals.
5302 (add_filename_to_list): Make "text" and "word" parameters const.
5303 (struct add_partial_filename_data) <text, word>: Make fields
5304 const.
5305 (make_source_files_completion_list): Make "text" and "word"
5306 parameters const.
5307 * symtab.h (default_make_symbol_completion_list_break_on)
5308 (default_make_symbol_completion_list, make_symbol_completion_list)
5309 (make_symbol_completion_type enum type_code)
5310 (make_symbol_completion_list_fn make_file_symbol_completion_list)
5311 (make_source_files_completion_list): Change prototype.
5312 * top.c (execute_command): Adjust to pass pointer to pointer to
5313 const char to lookup_cmd, and to deprecated_cmd_warning prototype
5314 change.
5315 (set_verbose): Make "cmdname" local const.
5316 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
5317 and adjust.
5318 (validate_actionline): Make "line" parameter a pointer to const
5319 char, and adjust.
5320 (encode_actions_1): Make "action_exp" local const, and adjust.
5321 (encode_actions): Adjust.
5322 (replace_comma): Delete.
5323 (trace_dump_actions): Make "action_exp" and "next_comma" locals
5324 const, and adjust. Don't frob the action string while splitting
5325 it at commas. Instead, make a copy of each split substring in
5326 turn.
5327 (trace_dump_command): Adjust to validate_actionline prototype
5328 change.
5329 * tracepoint.h (decode_agent_options, decode_agent_options)
5330 (encode_actions, validate_actionline): Change prototypes.
5331 * valprint.h (output_command): Delete declaration.
5332 (output_command_const): Declare.
5333 * value.c (function_destroyer): Cast const away in xfree call.
5334
5335 2013-03-13 Pedro Alves <palves@redhat.com>
5336
5337 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
5338 rather than casting 'const char * const *' to 'const char **'.
5339 * ada-lex.l (processInt): Make "trailer" local const. Remove
5340 'const char **' cast.
5341 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
5342 locals, and use those as strtol output pointer, instead than doing
5343 invalid casts to from 'const char **' to 'char **'.
5344 (_initialize_demangle): Remove cast.
5345 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
5346 locals, and use those as strtol output pointer, instead than doing
5347 invalid casts to from 'const char **' to 'char **'.
5348 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
5349 casts.
5350 * stap-probe.c (stap_parse_register_operand)
5351 (stap_parse_single_operand): Likewise.
5352
5353 2013-03-13 Yao Qi <yao@codesourcery.com>
5354
5355 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
5356 the last matched 'V' blcok in trace frame.
5357
5358 2013-03-12 Joel Brobecker <brobecker@adacore.com>
5359
5360 * NEWS: Create a new section for the next release branch.
5361 Rename the section of the current branch, now that it has
5362 been cut.
5363
5364 2013-03-12 Joel Brobecker <brobecker@adacore.com>
5365
5366 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
5367 * version.in: Bump version to 7.6.50.20130312-cvs.
5368
5369 2013-03-12 Keith Seitz <keiths@redhat.com>
5370
5371 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
5372 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
5373 Remove temporary copy of input string.
5374 (mi_execute_command_wrapper): Make "cmd" const.
5375 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
5376 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
5377 Use const strings.
5378 (mi_parse): Make "cmd" const.
5379 Use const strings.
5380 * mi/mi-parse.h (mi_parse): Make "cmd" const.
5381
5382 2013-03-12 Keith Seitz <keiths@redhat.com>
5383
5384 * ada-lang.c (ada_read_renaming_var_value): Pass const
5385 pointer to expression string to parse_exp_1.
5386 (create_excep_cond_exprs): Likewise.
5387 * ax-gdb.c (agent_eval_command_one): Likewise.
5388 (maint_agent_printf_command): Likewise.
5389 Constify much of the string handling/parsing.
5390 * breakpoint.c (set_breakpoint_condition): Pass const
5391 pointer to expression string to parse_exp_1.
5392 (update_watchpoint): Likewise.
5393 (parse_cmd_to_aexpr): Constify string handling.
5394 Pass const pointer to parse_exp_1.
5395 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
5396 (find_condition_and_thread): Likewise.
5397 Make TOK const.
5398 (watch_command_1): Make "arg" const.
5399 Constify string handling.
5400 Copy the expression string instead of changing the input
5401 string.
5402 (update_breakpoint_location): Pass const pointer to
5403 parse_exp_1.
5404 * eval.c (parse_and_eval_address): Make "exp" const.
5405 (parse_to_comma_and_eval): Make "expp" const.
5406 (parse_and_eval): Make "exp" const.
5407 * expression.h (parse_expression): Make argument const.
5408 (parse_exp_1): Make first argument const.
5409 * findcmd.c (parse_find_args): Treat "args" as const.
5410 * linespec.c (parse_linespec): Pass const pointer to
5411 linespec_expression_to_pc.
5412 (linespec_expression_to_pc): Make "exp_ptr" const.
5413 * parse.c (parse_exp_1): Make "stringptr" const.
5414 Make a copy of the expression to pass to parse_exp_in_context until
5415 this whole interface can be constified.
5416 (parse_expression): Make "string" const.
5417 * printcmd.c (ui_printf): Treat "arg" as const.
5418 Handle const strings.
5419 * tracepoint.c (validate_actionline): Pass const pointer to
5420 all calls to parse_exp_1.
5421 (encode_actions_1): Likewise.
5422 * value.h (parse_to_comma_and_eval): Make argument const.
5423 (parse_and_eval_address): Likewise.
5424 (parse_and_eval): Likewise.
5425 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
5426 (varobj_set_value): Likewise.
5427 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
5428 constify string handling.
5429 Pass const pointers to parse_and_eval_address and
5430 parse_to_comman_and_eval.
5431 * cli/cli-utils.c (skip_to_space): Rename to ...
5432 (skip_to_space_const): ... this. Handle const strings.
5433 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
5434 skip_to_space_const.
5435 (skip_to_space_const): Declare.
5436 * common/format.c (parse_format_string): Make "arg" const.
5437 Handle const strings.
5438 * common/format.h (parse_format_string): Make "arg" const.
5439 * gdbserver/ax.c (ax_printf): Make "format" const.
5440 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
5441 of the expression string.
5442
5443 2013-03-12 Hui Zhu <hui@codesourcery.com>
5444
5445 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
5446
5447 2013-03-12 Yao Qi <yao@codesourcery.com>
5448 Hui Zhu <hui@codesourcery.com>
5449
5450 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
5451 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
5452 DW_OP_deref_size.
5453
5454 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
5455
5456 * ada-lex.l (rules): Only recognize 'thread' as a
5457 delimiter when followed by numerals, as for c-exp.y.
5458 Use new rewind_to_char function to rewind the input for
5459 expression-delimiting tokens.
5460 (rewind_to_char): New function.
5461
5462 2013-03-11 Pedro Alves <palves@redhat.com>
5463 Jan Kratochvil <jan.kratochvil@redhat.com>
5464
5465 * configure: Regenerate.
5466 * configure.ac (check dynamic export flag): Link python test with
5467 $PYTHON_LIBS.
5468
5469 2013-03-11 Doug Evans <dje@google.com>
5470 Keith Seitz <keiths@redhat.com>
5471
5472 * linespec.c (find_linespec_symbols): Call find_function_symbols
5473 first, and then call lookup_prefix_sym/find_method.
5474
5475 2013-03-11 Pedro Alves <palves@redhat.com>
5476
5477 * charset.c (convert_between_encodings): Don't cast between
5478 different pointer to pointer types. Instead, make the 'inp' local
5479 be of the type iconv expects.
5480 (wchar_iterate): Don't cast between different pointer to pointer
5481 types. Instead, use new pointer local of the type iconv expects.
5482 * target.c (target_read_stralloc, target_fileio_read_stralloc):
5483 Add new local of type char pointer, and use it to get a
5484 char/string view of the byte buffer, instead of casting between
5485 pointer to pointer types.
5486
5487 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
5488
5489 * remote.c (remote_set_trace_buffer_size): Move != operator
5490 to the start of next line to fix an ARI warning.
5491
5492 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5493
5494 * NEWS: Add record changes.
5495
5496 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5497
5498 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
5499 the instruction history disassembly.
5500 * disasm.c (dump_insns): Omit the pc prefix, if requested.
5501 * disasm.h (DISASSEMBLY_OMIT_PC): New.
5502
5503 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5504
5505 * Makefile.in (SFILES): Add record-btrace.c
5506 (COMMON_OBS): Add record-btrace.o
5507 * record-btrace.c: New.
5508 * objfiles.c: Include btrace.h.
5509 (free_objfile): call btrace_free_objfile.
5510
5511 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5512
5513 * target.c (target_call_history, target_call_history_from,
5514 target_call_history_range): New.
5515 * target.h (target_ops) <to_call_history, to_call_history_from,
5516 to_call_history_range>: New fields.
5517 (target_call_history, target_call_history_from,
5518 target_call_history_range): New declaration.
5519 * record.c (get_call_history_modifiers, cmd_record_call_history,
5520 record_call_history_size): New.
5521 (_initialize_record): Add the "record function-call-history" command.
5522 Add "set/show record function-call-history-size" commands.
5523 * record.h (record_print_flag): New.
5524
5525 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5526
5527 * target.h (target_ops) <to_insn_history, to_insn_history_from,
5528 to_insn_history_range>: New fields.
5529 (target_insn_history): New.
5530 (target_insn_history_from): New.
5531 (target_insn_history_range): New.
5532 * target.c (target_insn_history): New.
5533 (target_insn_history_from): New.
5534 (target_insn_history_range): New.
5535 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
5536 (record_insn_history_size): New.
5537 (get_insn_number): New.
5538 (get_context_size): New.
5539 (no_chunk): New.
5540 (get_insn_history_modifiers): New.
5541 (cmd_record_insn_history): New.
5542 (_initialize_record): Add "set/show record instruction-history-size"
5543 command. Add "record instruction-history" command.
5544
5545 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5546
5547 * record.h (record_disconnect): New.
5548 (record_detach): New.
5549 (record_mourn_inferior): New.
5550 (record_kill): New.
5551 * record-full.c (record_disconnect, record_detach,
5552 record_mourn_inferior, record_kill): Move to...
5553 * record.c: ...here.
5554 (DEBUG): New.
5555 (record_stop): New.
5556 (record_unpush): New.
5557 (cmd_record_stop): Call record_stop. Replace unpush_target
5558 call with record_unpush call.
5559 (record_disconnect, record_detach): Assert that the target
5560 is of record stratum. Call record_unpush, record_stop, and
5561 DEBUG.
5562 (record_mourn_inferior, record_kill): Assert that the target
5563 is of record stratum. Call record_unpush and DEBUG.
5564
5565 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5566
5567 * record-full.h, record-full.c (record_memory_query): Rename
5568 to ...
5569 (record_full_memory_query): ...this. Update all users.
5570 (record_arch_list_add_reg): Rename to ...
5571 (record_full_arch_list_add_reg): ...this. Update all users.
5572 (record_arch_list_add_mem): Rename to ...
5573 (record_full_arch_list_add_mem): ...this. Update all users.
5574 (record_arch_list_add_end): Rename to ...
5575 (record_full_arch_list_add_end): ...this. Update all users.
5576 (record_gdb_operation_disable_set): Rename to ...
5577 (record_full_gdb_operation_disable_set): ...this.
5578 Update all users.
5579
5580 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5581
5582 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
5583 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
5584 (RECORD_IS_REPLAY): Renamed to ...
5585 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
5586 (RECORD_FILE_MAGIC): Renamed to ...
5587 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
5588 (record_mem_entry): Renamed to ...
5589 (record_full_mem_entry): ... this. Updated all users.
5590 (record_reg_entry): Renamed to ...
5591 (record_full_reg_entry): ... this. Updated all users.
5592 (record_end_entry): Renamed to ...
5593 (record_full_end_entry): ... this. Updated all users.
5594 (record_type) <record_end, record_reg, record_mem>: Renamed
5595 to ...
5596 (record_full_type) <record_full_end, record_full_reg,
5597 record_full_mem>: ... this. Updated all users.
5598 (record_entry): Renamed to ...
5599 (record_full_entry): ... this. Updated all users.
5600 (record_core_buf_entry): Renamed to ...
5601 (record_full_core_buf_entry): ... this. Updated all users.
5602 (record_core_regbuf): Renamed to ...
5603 (record_full_core_regbuf): ... this. Updated all users.
5604 (record_core_start): Renamed to ...
5605 (record_full_core_start): ... this. Updated all users.
5606 (record_core_end): Renamed to ...
5607 (record_full_core_end): ... this. Updated all users.
5608 (record_core_buf_list): Renamed to ...
5609 (record_full_core_buf_list): ... this. Updated all users.
5610 (record_first): Renamed to ...
5611 (record_full_first): ... this. Updated all users.
5612 (record_list): Renamed to ...
5613 (record_full_list): ... this. Updated all users.
5614 (record_arch_list_head): Renamed to ...
5615 (record_full_arch_list_head): ... this. Updated all users.
5616 (record_arch_list_tail): Renamed to ...
5617 (record_full_arch_list_tail): ... this. Updated all users.
5618 (record_stop_at_limit): Renamed to ...
5619 (record_full_stop_at_limit): ... this. Updated all users.
5620 (record_insn_max_num): Renamed to ...
5621 (record_full_insn_max_num): ... this. Updated all users.
5622 (record_insn_num): Renamed to ...
5623 (record_full_insn_num): ... this. Updated all users.
5624 (record_insn_count): Renamed to ...
5625 (record_full_insn_count): ... this. Updated all users.
5626 (record_ops): Renamed to ...
5627 (record_full_ops): ... this. Updated all users.
5628 (record_core_ops): Renamed to ...
5629 (record_full_core_ops): ... this. Updated all users.
5630 (set_record_cmdlist): Renamed to ...
5631 (set_record_full_cmdlist): ... this. Updated all users.
5632 (show_record_cmdlist): Renamed to ...
5633 (show_record_full_cmdlist): ... this. Updated all users.
5634 (record_cmdlist): Renamed to ...
5635 (record_full_cmdlist): ... this. Updated all users.
5636 (record_beneath_to_resume_ops): Renamed to ...
5637 (record_full_beneath_to_resume_ops): ... this. Updated all users.
5638 (record_beneath_to_resume): Renamed to ...
5639 (record_full_beneath_to_resume): ... this. Updated all users.
5640 (record_beneath_to_wait_ops): Renamed to ...
5641 (record_full_beneath_to_wait_ops): ... this. Updated all users.
5642 (record_beneath_to_wait): Renamed to ...
5643 (record_full_beneath_to_wait): ... this. Updated all users.
5644 (record_beneath_to_store_registers_ops): Renamed to ...
5645 (record_full_beneath_to_store_registers_ops): ... this.
5646 Updated all users.
5647 (record_beneath_to_store_registers): Renamed to ...
5648 (record_full_beneath_to_store_registers): ... this.
5649 Updated all users.
5650 (record_beneath_to_xfer_partial_ops): Renamed to ...
5651 (record_full_beneath_to_xfer_partial_ops): ... this.
5652 Updated all users.
5653 (record_beneath_to_xfer_partial): Renamed to ...
5654 (record_full_beneath_to_xfer_partial): ... this.
5655 Updated all users.
5656 (record_beneath_to_insert_breakpoint): Renamed to ...
5657 (record_full_beneath_to_insert_breakpoint): ... this.
5658 Updated all users.
5659 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
5660 (record_full_beneath_to_stopped_by_watchpoint): ... this.
5661 Updated all users.
5662 (record_beneath_to_stopped_data_address): Renamed to ...
5663 (record_full_beneath_to_stopped_data_address): ... this.
5664 Updated all users.
5665 (record_beneath_to_async): Renamed to ...
5666 (record_full_beneath_to_async): ... this. Updated all users.
5667 (record_goto_insn): Renamed to ...
5668 (record_full_goto_insn): ... this. Updated all users.
5669 (record_save): Renamed to ...
5670 (record_full_save): ... this. Updated all users.
5671 (record_reg_alloc): Renamed to ...
5672 (record_full_reg_alloc): ... this. Updated all users.
5673 (record_reg_release): Renamed to ...
5674 (record_full_reg_release): ... this. Updated all users.
5675 (record_mem_alloc): Renamed to ...
5676 (record_full_mem_alloc): ... this. Updated all users.
5677 (record_mem_release): Renamed to ...
5678 (record_full_mem_release): ... this. Updated all users.
5679 (record_end_alloc): Renamed to ...
5680 (record_full_end_alloc): ... this. Updated all users.
5681 (record_end_release): Renamed to ...
5682 (record_full_end_release): ... this. Updated all users.
5683 (record_entry_release): Renamed to ...
5684 (record_full_entry_release): ... this. Updated all users.
5685 (record_list_release): Renamed to ...
5686 (record_full_list_release): ... this. Updated all users.
5687 (record_list_release_following): Renamed to ...
5688 (record_full_list_release_following): ... this.
5689 Updated all users.
5690 (record_list_release_first): Renamed to ...
5691 (record_full_list_release_first): ... this. Updated all users.
5692 (record_arch_list_add): Renamed to ...
5693 (record_full_arch_list_add): ... this. Updated all users.
5694 (record_get_loc): Renamed to ...
5695 (record_full_get_loc): ... this. Updated all users.
5696 (record_check_insn_num): Renamed to ...
5697 (record_full_check_insn_num): ... this. Updated all users.
5698 (record_arch_list_cleanups): Renamed to ...
5699 (record_full_arch_list_cleanups): ... this. Updated all users.
5700 (record_message): Renamed to ...
5701 (record_full_message): ... this. Updated all users.
5702 (record_message_wrapper): Renamed to ...
5703 (record_full_message_wrapper): ... this. Updated all users.
5704 (record_message_wrapper_safe): Renamed to ...
5705 (record_full_message_wrapper_safe): ... this. Updated all users.
5706 (record_gdb_operation_disable): Renamed to ...
5707 (record_full_gdb_operation_disable): ... this. Updated all users.
5708 (record_hw_watchpoint): Renamed to ...
5709 (record_full_hw_watchpoint): ... this. Updated all users.
5710 (record_exec_insn): Renamed to ...
5711 (record_full_exec_insn): ... this. Updated all users.
5712 (record_restore): Renamed to ...
5713 (record_full_restore): ... this. Updated all users.
5714 (record_async_inferior_event_token): Renamed to ...
5715 (record_full_async_inferior_event_token): ... this.
5716 Updated all users.
5717 (record_async_inferior_event_handler): Renamed to ...
5718 (record_full_async_inferior_event_handler): ... this.
5719 Updated all users.
5720 (record_core_open_1): Renamed to ...
5721 (record_full_core_open_1): ... this. Updated all users.
5722 (record_open_1): Renamed to ...
5723 (record_full_open_1): ... this. Updated all users.
5724 (record_open): Renamed to ...
5725 (record_full_open): ... this. Updated all users.
5726 (record_close): Renamed to ...
5727 (record_full_close): ... this. Updated all users.
5728 (record_resume_step): Renamed to ...
5729 (record_full_resume_step): ... this. Updated all users.
5730 (record_resumed): Renamed to ...
5731 (record_full_resumed): ... this. Updated all users.
5732 (record_execution_dir): Renamed to ...
5733 (record_full_execution_dir): ... this. Updated all users.
5734 (record_resume): Renamed to ...
5735 (record_full_resume): ... this. Updated all users.
5736 (record_get_sig): Renamed to ...
5737 (record_full_get_sig): ... this. Updated all users.
5738 (record_sig_handler): Renamed to ...
5739 (record_full_sig_handler): ... this. Updated all users.
5740 (record_wait_cleanups): Renamed to ...
5741 (record_full_wait_cleanups): ... this. Updated all users.
5742 (record_wait_1): Renamed to ...
5743 (record_full_wait_1): ... this. Updated all users.
5744 (record_wait): Renamed to ...
5745 (record_full_wait): ... this. Updated all users.
5746 (record_stopped_by_watchpoint): Renamed to ...
5747 (record_full_stopped_by_watchpoint): ... this. Updated all users.
5748 (record_disconnect): Renamed to ...
5749 (record_full_disconnect): ... this. Updated all users.
5750 (record_detach): Renamed to ...
5751 (record_full_detach): ... this. Updated all users.
5752 (record_mourn_inferior): Renamed to ...
5753 (record_full_mourn_inferior): ... this. Updated all users.
5754 (record_kill): Renamed to ...
5755 (record_full_kill): ... this. Updated all users.
5756 (record_stopped_data_address): Renamed to ...
5757 (record_full_stopped_data_address): ... this. Updated all users.
5758 (record_registers_change): Renamed to ...
5759 (record_full_registers_change): ... this. Updated all users.
5760 (record_store_registers): Renamed to ...
5761 (record_full_store_registers): ... this. Updated all users.
5762 (record_xfer_partial): Renamed to ...
5763 (record_full_xfer_partial): ... this. Updated all users.
5764 (record_breakpoint): Renamed to ...
5765 (record_full_breakpoint): ... this. Updated all users.
5766 (record_breakpoint_p): Renamed to ...
5767 (record_full_breakpoint_p): ... this. Updated all users.
5768 (record_breakpoints): Renamed to ...
5769 (record_full_breakpoints): ... this. Updated all users.
5770 (record_sync_record_breakpoints): Renamed to ...
5771 (record_full_sync_record_breakpoints): ... this.
5772 Updated all users.
5773 (record_init_record_breakpoints): Renamed to ...
5774 (record_full_init_record_breakpoints): ... this.
5775 Updated all users.
5776 (record_insert_breakpoint): Renamed to ...
5777 (record_full_insert_breakpoint): ... this. Updated all users.
5778 (record_remove_breakpoint): Renamed to ...
5779 (record_full_remove_breakpoint): ... this. Updated all users.
5780 (record_can_execute_reverse): Renamed to ...
5781 (record_full_can_execute_reverse): ... this. Updated all users.
5782 (record_get_bookmark): Renamed to ...
5783 (record_full_get_bookmark): ... this. Updated all users.
5784 (record_goto_bookmark): Renamed to ...
5785 (record_full_goto_bookmark): ... this. Updated all users.
5786 (record_async): Renamed to ...
5787 (record_full_async): ... this. Updated all users.
5788 (record_can_async_p): Renamed to ...
5789 (record_full_can_async_p): ... this. Updated all users.
5790 (record_is_async_p): Renamed to ...
5791 (record_full_is_async_p): ... this. Updated all users.
5792 (record_execution_direction): Renamed to ...
5793 (record_full_execution_direction): ... this. Updated all users.
5794 (record_info): Renamed to ...
5795 (record_full_info): ... this. Updated all users.
5796 (record_delete): Renamed to ...
5797 (record_full_delete): ... this. Updated all users.
5798 (record_is_replaying): Renamed to ...
5799 (record_full_is_replaying): ... this. Updated all users.
5800 (record_goto_entry): Renamed to ...
5801 (record_full_goto_entry): ... this. Updated all users.
5802 (record_goto_begin): Renamed to ...
5803 (record_full_goto_begin): ... this. Updated all users.
5804 (record_goto_end): Renamed to ...
5805 (record_full_goto_end): ... this. Updated all users.
5806 (record_goto): Renamed to ...
5807 (record_full_goto): ... this. Updated all users.
5808 (init_record_ops): Renamed to ...
5809 (init_record_full_ops): ... this. Updated all users.
5810 (record_core_resume): Renamed to ...
5811 (record_full_core_resume): ... this. Updated all users.
5812 (record_core_kill): Renamed to ...
5813 (record_full_core_kill): ... this. Updated all users.
5814 (record_core_fetch_registers): Renamed to ...
5815 (record_full_core_fetch_registers): ... this. Updated all users.
5816 (record_core_prepare_to_store): Renamed to ...
5817 (record_full_core_prepare_to_store): ... this. Updated all users.
5818 (record_core_store_registers): Renamed to ...
5819 (record_full_core_store_registers): ... this. Updated all users.
5820 (record_core_xfer_partial): Renamed to ...
5821 (record_full_core_xfer_partial): ... this. Updated all users.
5822 (record_core_insert_breakpoint): Renamed to ...
5823 (record_full_core_insert_breakpoint): ... this. Updated all users.
5824 (record_core_remove_breakpoint): Renamed to ...
5825 (record_full_core_remove_breakpoint): ... this. Updated all users.
5826 (record_core_has_execution): Renamed to ...
5827 (record_full_core_has_execution): ... this. Updated all users.
5828 (init_record_core_ops): Renamed to ...
5829 (init_record_full_core_ops): ... this. Updated all users.
5830 (cmd_record_restore): Renamed to ...
5831 (cmd_record_full_restore): ... this. Updated all users.
5832 (record_save_cleanups): Renamed to ...
5833 (record_full_save_cleanups): ... this. Updated all users.
5834 (cmd_record_start): Renamed to ...
5835 (cmd_record_full_start): ... this. Updated all users.
5836 (set_record_insn_max_num): Renamed to ...
5837 (set_record_full_insn_max_num): ... this. Updated all users.
5838 (set_record_command): Renamed to ...
5839 (set_record_full_command): ... this. Updated all users.
5840 (show_record_command): Renamed to ...
5841 (show_record_full_command): ... this. Updated all users.
5842 (_initialize_record): Renamed to ...
5843 (_initialize_record_full): ... this. Updated all users.
5844
5845 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5846
5847 * record.h: Split into this and ...
5848 * record-full.h: ... this.
5849 * record.c: Split into this and ...
5850 * record-full.c: ... this.
5851 * target.h (target_ops): Add new fields to_info_record,
5852 to_save_record, to_delete_record, to_record_is_replaying,
5853 to_goto_record_begin, to_goto_record_end, to_goto_record.
5854 (target_info_record): New.
5855 (target_save_record): New.
5856 (target_supports_delete_record): New.
5857 (target_delete_record): New.
5858 (target_record_is_replaying): New.
5859 (target_goto_record_begin): New.
5860 (target_goto_record_end): New.
5861 (target_goto_record): New.
5862 * target.c (target_info_record): New.
5863 (target_save_record): New.
5864 (target_supports_delete_record): New.
5865 (target_delete_record): New.
5866 (target_record_is_replaying): New.
5867 (target_goto_record_begin): New.
5868 (target_goto_record_end): New.
5869 (target_goto_record): New.
5870 * record.h: Declare struct cmd_list_element.
5871 (record_cmdlist): New declaration.
5872 (set_record_cmdlist): New declaration.
5873 (show_record_cmdlist): New declaration.
5874 (info_record_cmdlist): New declaration.
5875 (cmd_record_goto): New declaration.
5876 * record.c: Remove unnecessary includes.
5877 Include inferior.h.
5878 (cmd_record_goto): Remove declaration.
5879 (record_cmdlist): Now extern. Initialize.
5880 (set_record_cmdlist): Now extern. Initialize.
5881 (show_record_cmdlist): Now extern. Initialize.
5882 (info_record_cmdlist): Now extern. Initialize.
5883 (find_record_target): New.
5884 (require_record_target): New.
5885 (cmd_record_start): Update.
5886 (cmd_record_delete): Remove target-specific code.
5887 Call target_delete_record.
5888 (cmd_record_stop): Unpush any record target.
5889 (set_record_insn_max_num): Move to record-full.c
5890 (set_record_command): Add comment.
5891 (show_record_command): Add comment.
5892 (info_record_command): Update comment.
5893 Remove target-specific code.
5894 Call the record target's to_info_record.
5895 (cmd_record_start): New.
5896 (cmd_record_goto): Now extern.
5897 Remove target-specific code.
5898 Call target_goto_begin, target_goto_end, or target_goto.
5899 (_initialize_record): Move record target ops initialization to
5900 record-full.c.
5901 Change "record" command help text.
5902 Move "record restore", "record set", and "record show" commands to
5903 record-full.c.
5904 * Makefile.in (SFILES): Add record-full.c.
5905 (HFILES_NO_SRCDIR): Add record-full.h.
5906 (COMMON_OBS): Add record-full.o.
5907 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
5908 * arm-tdep.c: Include record-full.h.
5909 * i386-linux-tdep.c: Include record-full.h instead of record.h.
5910 * i386-tdep.c: Include record-full.h.
5911 * infrun.c: Include record-full.h.
5912 * linux-record.c: Include record-full.h.
5913 * moxie-tdep.c: Include record-full.h.
5914 * record-full.c: Include record-full.h.
5915 Change module comment.
5916 (set_record_full_cmdlist): New.
5917 (show_record_full_cmdlist): New.
5918 (record_full_cmdlist): New.
5919 (record_goto_insn): New declaration.
5920 (record_save): New declaration.
5921 (record_check_insn_num): Change query string.
5922 (record_info): New.
5923 (record_delete): New.
5924 (record_is_replaying): New.
5925 (record_goto_entry): New.
5926 (record_goto_begin): New.
5927 (record_goto_end): New.
5928 (record_goto): New.
5929 (init_record_ops): Update.
5930 (init_record_core_ops): Update.
5931 (cmd_record_save): Rename to record_save. Remove target and arg checks.
5932 (cmd_record_start): New.
5933 (set_record_insn_max_num): Moved from record.c
5934 (set_record_full_command): New.
5935 (show_record_full_command): New.
5936 (_initialize_record_full): New.
5937
5938 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5939
5940 * target.h (add_deprecated_target_alias): New.
5941 * target.c (add_deprecated_target_alias): New.
5942
5943 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5944
5945 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
5946 and signal.h.
5947 (linux_supports_btrace): Add kernel and
5948 cpuid check.
5949 (kernel_supports_btrace): New function.
5950 (cpu_supports_btrace): New function.
5951 (intel_supports_btrace): New function.
5952
5953 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5954
5955 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
5956 * remote.c: Include btrace.h.
5957 (struct btrace_target_info): New struct.
5958 (remote_supports_btrace): New function.
5959 (send_Qbtrace): New function.
5960 (remote_enable_btrace): New function.
5961 (remote_disable_btrace): New function.
5962 (remote_teardown_btrace): New function.
5963 (remote_read_btrace): New function.
5964 (init_remote_ops): Add btrace ops.
5965 (enum <unnamed>): Add btrace packets.
5966 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
5967 (_initialize_remote): Add packet configuration for branch tracing.
5968
5969 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5970
5971 * features/btrace.dtd: New file.
5972 * Makefile.in (XMLFILES): Add btrace.dtd.
5973 * btrace.h (parse_xml_btrace): New declaration.
5974 * btrace.c: Include xml-support.h.
5975 (parse_xml_btrace): New function.
5976 (parse_xml_btrace_block): New function.
5977 (block_attributes): New struct.
5978 (btrace_attributes): New struct.
5979 (btrace_children): New struct.
5980 (btrace_elements): New struct.
5981
5982 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5983
5984 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
5985 (amd64_linux_enable_btrace): New.
5986 (amd64_linux_disable_btrace): New.
5987 (amd64_linux_teardown_btrace): New.
5988 (_initialize_amd64_linux_nat): Initialize btrace ops.
5989 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
5990 (i386_linux_enable_btrace): New.
5991 (i386_linux_disable_btrace): New.
5992 (i386_linux_teardown_btrace): New.
5993 (_initialize_i386_linux_nat): Initialize btrace ops.
5994 * config/i386/linux.mh: Add linux-btrace.o.
5995 * config/i386/linux64.mh: Add linux-btrace.o.
5996
5997 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5998
5999 * common/linux_btrace.h: New file.
6000 * common/linux_btrace.c: New file.
6001 * Makefile.in (SFILES): Add btrace.c.
6002 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
6003 (COMMON_OBS): Add btrace.o.
6004 (linux-btrace.o): New rule.
6005
6006 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6007
6008 * target.h: Include btrace.h.
6009 (struct target_ops) <to_supports_btrace, to_enable_btrace,
6010 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
6011 * target.c (target_supports_btrace): New function.
6012 (target_enable_btrace): New function.
6013 (target_disable_btrace): New function.
6014 (target_teardown_btrace): New function.
6015 (target_read_btrace): New function.
6016 * btrace.h: New file.
6017 * btrace.c: New file.
6018 * Makefile.in: Add btrace.c.
6019 * gdbthread.h: Include btrace.h.
6020 (struct thread_info): Add btrace field.
6021 * thread.c: Include btrace.h.
6022 (clear_thread_inferior_resources): Call target_teardown_btrace.
6023 * common/btrace-common.h: New file.
6024
6025 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6026
6027 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
6028 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
6029 kill_status to outer block.
6030
6031 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6032
6033 Fix entry-values if the callee called a noreturn function.
6034 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
6035 get_frame_address_in_block. Add new comment.
6036
6037 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6038
6039 Fix entry-values in C++ across CUs.
6040 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
6041 lookup_minimal_symbol. Add a comment.
6042 * dwarf2read.c
6043 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
6044 DW_AT_linkage_name.
6045
6046 2013-03-08 Yao Qi <yao@codesourcery.com>
6047
6048 * tracepoint.c (_initialize_tracepoint): Indent the code.
6049
6050 2013-03-08 Pedro Alves <palves@redhat.com>
6051
6052 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
6053 (parse_find_args, find_command): Change type of pattern buffer
6054 locals to 'gdb_byte *'.
6055
6056 2013-03-08 Stan Shebs <stan@codesourcery.com>
6057 Hafiz Abid Qadeer <abidh@codesourcery.com>
6058
6059 * NEWS: Mention set and show trace-buffer-size commands.
6060 Mention new packet.
6061 * target.h (struct target_ops): New method
6062 to_set_trace_buffer_size.
6063 (target_set_trace_buffer_size): New macro.
6064 * target.c (update_current_target): Set up new method.
6065 * tracepoint.c (trace_buffer_size): New global.
6066 (start_tracing): Send it to the target.
6067 (set_trace_buffer_size): New function.
6068 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
6069 * remote.c (remote_set_trace_buffer_size): New function.
6070 (_initialize_remote): Use it.
6071 (QTBuffer:size) New remote command.
6072 (PACKET_QTBuffer_size): New enum.
6073 (remote_protocol_features): Add an entry for
6074 PACKET_QTBuffer_size.
6075
6076 2013-03-08 Tom Tromey <tromey@redhat.com>
6077
6078 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
6079 variable.
6080
6081 2013-03-07 Pedro Alves <palves@redhat.com>
6082
6083 * target.c (target_read_stralloc, target_fileio_read_alloc):
6084 *Cast pointer to 'gdb_byte *' in target call.
6085
6086 2013-03-07 Pedro Alves <palves@redhat.com>
6087
6088 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
6089 call.
6090
6091 2013-03-07 Keith Seitz <keiths@redhat.com>
6092
6093 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
6094 (trace_pass_command): Likewise.
6095 * cli/cli-cmds.c: Include cli/cli-utils.h.
6096 (source_command): Use skip-spaces.
6097 (disassemble_command): Likewise.
6098 * findcmd.c: Include cli/cli-utils.h.
6099 (parse_find_args): Use skip_spaces.
6100 * go32-nat.c: Include cli/cli-utils.h.
6101 (go32_sldt): Use skip_spaces.
6102 (go32_sgdt): Likewise.
6103 (go32_sidt): Likewise.
6104 (go32_pde): Likewise.
6105 (go32_pte): Likewise.
6106 (go32_pte_for_address): Likewise.
6107 * infcmd.c: Include cli/cli-utils.h.
6108 (registers_info): Use skip_spaces.
6109 * linux-tdep.c (read_mapping): Use skip_spaces_const.
6110 (linux_info_proc): Likewise.
6111 * linux-thread-db.c: Include cli/cli-utils.h.
6112 (info_auto_load_libthread_db): Use skip_spaces_const.
6113 * m32r-rom.c: Include cli/cli-utils.h.
6114 (m32r_upload_command): Use skip_spaces.
6115 * maint.c: Include cli/cli-utils.h.
6116 (maintenance_translate_address): Use skip_spaces.
6117 * mi/mi-parse.c: Include cli/cli-utils.h.
6118 (mi_parse_argv): Use skip_spaces.
6119 (mi_parse): Likewise.
6120 * minsyms.c: Include cli/cli-utils.h.
6121 (msymbol_hash_iw): Use skip_spaces_const.
6122 * objc-lang.c: Include cli/cli-utils.h.
6123 (parse_selector): Use skip_spaces.
6124 (parse_method): Likewise.
6125 * python/python.c: Include cli/cli-utils.h.
6126 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
6127 (python_command)[HAVE_PYTHON]: Likewise.
6128 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
6129 * remote-m32r-sdi.c: Include cli/cli-utils.h.
6130 (m32r_load): Use skip_spaces.
6131 * serial.c: Include cli/cli-utils.h.
6132 (serial_open): Use skip_spaces_const.
6133 * stack.c: Include cli/cli-utils.h.
6134 (parse_frame_specification_1): Use skip_spaces_const.
6135 * symfile.c: Include cli/cli-utils.h.
6136 (set_ext_lang_command): Use skip_spaces.
6137 * symtab.c: Include cli/cli-utils.h.
6138 (rbreak_command): Use skip_spaces.
6139 * thread.c (thread_name_command): Use skip_spaces.
6140 * tracepoint.c (validate_actionline): Use skip_spaces.
6141 (encode_actions_1): Likewise.
6142 (trace_find_range_command): Likewise.
6143 (trace_find_outside_command): Likewise.
6144 (trace_dump_actions): Likewise.
6145
6146 2013-03-07 Pedro Alves <palves@redhat.com>
6147
6148 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
6149 * expprint.c (print_subexp_standard): Likewise.
6150 * utils.c (host_char_to_target): Likewise.
6151 * valprint.c (generic_emit_char, generic_printstr): Likewise.
6152 * varobj.c (value_get_print_value): Change type of local to char*.
6153 Cast it gdb_byte * in call to language printer.
6154
6155 2013-03-07 Pedro Alves <palves@redhat.com>
6156
6157 * charset.c (struct wchar_iterator) <input>: Change type to 'const
6158 gdb_byte *'.
6159 (make_wchar_iterator): Remove cast to char*.
6160 (wchar_iterate): Change type of local.
6161
6162 2013-03-07 Pedro Alves <palves@redhat.com>
6163
6164 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
6165 for 'regcache->register_status'.
6166
6167 2013-03-07 Pedro Alves <palves@redhat.com>
6168
6169 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
6170 int.
6171
6172 2013-03-07 Pedro Alves <palves@redhat.com>
6173
6174 * stap-probe.c (handle_stap_probe): Add cast to char*.
6175
6176 2013-03-07 Pedro Alves <palves@redhat.com>
6177
6178 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
6179 RECORD_MSGRCV>: Pass a signed variable to
6180 regcache_raw_read_signed, instead of an unsigned one.
6181
6182 2013-03-07 Pedro Alves <palves@redhat.com>
6183
6184 * remote-notif.c (notif_debug): Change type to int.
6185 * remote-notif.h (notif_debug): Likewise.
6186
6187 2013-03-07 Pedro Alves <palves@redhat.com>
6188
6189 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
6190
6191 2013-03-07 Pedro Alves <palves@redhat.com>
6192
6193 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
6194 * remote.h (hex2bin, bin2hex): ... here.
6195 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
6196
6197 2013-03-07 Eli Zaretskii <eliz@gnu.org>
6198
6199 * utils.c (initialize_utils): Improve doc strings of "set/show
6200 width", "set/show height", and "set/show pagination".
6201
6202 2013-03-06 Keith Seitz <keiths@redhat.com>
6203
6204 * ax-gdb.c (gen_printf): Make FORMAT const.
6205 * ax-gdb.h (gen_printf): Likewise.
6206 * ax-general.c (ax_string): Make STR const.
6207 * ax.h (ax_string): Likewise.
6208
6209 2013-03-06 Doug Evans <dje@google.com>
6210
6211 * elfread.c (elf_symfile_read): Move debugging printf to more
6212 logical location.
6213
6214 2013-03-06 Pedro Alves <palves@redhat.com>
6215
6216 * python/py-utils.c (target_string_to_unicode): Delete function.
6217 * python/python-internal.h (target_string_to_unicode): Delete
6218 declaration.
6219
6220 2013-03-06 Pierre Muller <muller@sourceware.org>
6221
6222 * linespec.c (get_current_search_block): ARI fix, use (void)
6223 for empty parameter list.
6224
6225 2013-03-05 Doug Evans <dje@google.com>
6226
6227 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
6228 of old ada_lookup_symbol_list. In !full_search case, don't
6229 search superblocks.
6230 (ada_lookup_symbol_list): Delete arg full_search, all callers
6231 updated. Call ada_lookup_symbol_list_worker.
6232 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
6233 * ada-lang.h (ada_lookup_symbol_list): Update.
6234 * language.h (language_defn): Update comment for
6235 la_iterate_over_symbols.
6236 * linespec.c (iterate_over_file_blocks): New function.
6237 (iterate_over_all_matching_symtabs): Call it.
6238 (lookup_prefix_sym): Ditto.
6239 (get_current_search_block): New function.
6240 (get_search_block): Delete.
6241 (find_label_symbols): Call get_current_search_block.
6242 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
6243 * symtab.c (iterate_over_symbols): Don't search superblocks.
6244
6245 2013-03-05 Yao Qi <yao@codesourcery.com>
6246
6247 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
6248 parameter VAR's type from "unsigned int" to "int".
6249 * command.h (var_zuinteger_unlimited): Update its comments.
6250 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
6251
6252 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
6253
6254 * NEWS: Mention new target x86_64-*-cygwin*.
6255
6256 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
6257
6258 * configure.host: Add x86_64-*-cygwin* as host.
6259 * configure.tgt: Add x86_64-*-cygwin* as target.
6260 * config/i386/cygwin64.mh: New file.
6261
6262 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6263
6264 * linespec.c (decode_line_2): Fix duplicate request off by two message.
6265
6266 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6267
6268 * linespec.c (struct linespec_canonical_name): New.
6269 (struct linespec_state): Change canonical_names type to it.
6270 (add_sal_to_sals): Change variable canonical_name to canonical. Change
6271 xrealloc element size. Initialize the different CANONICAL fields.
6272 (canonical_to_fullform): New.
6273 (filter_results): Use it. Add variables canonical, fullform and
6274 cleanup.
6275 (struct decode_line_2_item, decode_line_2_compare_items): New.
6276 (decode_line_2): Remove variables iter and item_names, add variables
6277 items and items_count. Modify the code for these new variables.
6278
6279 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
6280
6281 * coff-pe-read.c (read_pe_exported_syms): Don't return without
6282 calling do_cleanup.
6283
6284 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
6285
6286 * tracepoint.c (build_traceframe_info): Add code for byte order.
6287
6288 2013-03-02 Kevin Buettner <kevinb@redhat.com>
6289
6290 * v850-tdep.c: (v850e2_register_name): Revise system register
6291 names to match current V850E2M architecture specifications.
6292 Update register number enum comments too.
6293
6294 2013-03-01 Jiong Wang <jiwang@tilera.com>
6295 Pedro Alves <palves@redhat.com>
6296
6297 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
6298 to END_ADDR.
6299 (tilegx_skip_prologue): Limit prologue analysis to section end.
6300
6301 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6302
6303 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
6304 use it.
6305
6306 2013-03-01 Pedro Alves <palves@redhat.com>
6307
6308 Use gdb_byte for bytes from the program being debugged.
6309
6310 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
6311 Change type of local 'buf' to gdb_byte.
6312 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
6313 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
6314 * cris-tdep.c (cris_sigcontext_addr)
6315 (cris_sigtramp_frame_unwind_cache): Likewise.
6316 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
6317 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
6318 Likewise.
6319 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
6320 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
6321 (hppa32_hpux_search_dummy_call_sequence)
6322 (hppa_hpux_supply_save_state): Likewise.
6323 * hppa-linux-tdep.c (insns_match_pattern)
6324 (hppa_linux_find_global_pointer): Likewise.
6325 * hppa-tdep.c (hppa_in_function_epilogue_p)
6326 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
6327 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
6328 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
6329 (i386fbsd_collect_uthread): Likewise.
6330 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
6331 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
6332 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
6333 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
6334 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
6335 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
6336 (ia64_libunwind_frame_prev_register)
6337 (ia64_libunwind_sigtramp_frame_this_id)
6338 (ia64_find_global_pointer_from_dynamic_section)
6339 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
6340 (ia64_unwind_pc): Likewise.
6341 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
6342 * m68hc11-tdep.c (m68hc11_push_dummy_call)
6343 (m68hc11_extract_return_value): Likewise.
6344 * m68klinux-nat.c (fetch_register, store_register): Likewise.
6345 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
6346 (mep_get_insn, mep_push_dummy_call): Likewise.
6347 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
6348 (mips_linux_in_dynsym_stub): Likewise.
6349 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
6350 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
6351 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
6352 to gdb_byte.
6353 * remote-mips.c (mips_set_register): Likewise.
6354 * remote-sim.c (gdbsim_fetch_register): Likewise.
6355 * score-tdep.c (score7_fetch_inst): Change type of parameter
6356 'memblock' and local 'buf' to gdb_byte.
6357 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
6358 Change type of local 'buf' to gdb_byte. Adjust.
6359 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
6360 to gdb_byte**.
6361 (score7_analyze_prologue): Change type of 'memblock' and
6362 'memblock_ptr' locals to gdb_byte*.
6363 * sh64-tdep.c (sh64_extract_return_value)
6364 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
6365 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
6366 * solib-pa64.c (pa64_solib_create_inferior_hook)
6367 (pa64_open_symbol_file_object): Remove local 'buf'.
6368 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
6369 (som_open_symbol_file_object): Likewise.
6370 * solib-spu.c (spu_current_sos): Likewise.
6371 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
6372 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
6373 (spu_store_registers): Likewise.
6374 * target.c (debug_print_register): Likewise.
6375 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
6376 * xstormy16-tdep.c (xstormy16_store_return_value)
6377 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
6378 (xstormy16_find_jmp_table_entry): Likewise.
6379
6380 2013-03-01 Jiong Wang <jiwang@tilera.com>
6381
6382 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
6383 (tilegx_gdbarch_init): Install it.
6384
6385 2013-02-28 Tom Tromey <tromey@redhat.com>
6386
6387 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
6388 PyLong_Check.
6389
6390 2013-02-28 Doug Evans <dje@google.com>
6391
6392 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
6393 * python/python.c (gdbpy_find_pc_line): Ditto.
6394
6395 2013-02-28 Tom Tromey <tromey@redhat.com>
6396
6397 * contrib/excheck.py: New file.
6398 * contrib/exsummary.py: New file.
6399 * contrib/gcc-with-excheck: New file.
6400
6401 2013-02-28 Tom Tromey <tromey@redhat.com>
6402
6403 * python/python.c (gdbpy_print_stack): Call begin_line and
6404 fprintf_filtered inside TRY_CATCH.
6405
6406 2013-02-28 Tom Tromey <tromey@redhat.com>
6407
6408 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
6409 inside TRY_CATCH.
6410
6411 2013-02-28 Tom Tromey <tromey@redhat.com>
6412
6413 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
6414 frame_object_to_frame_info inside TRY_CATCH.
6415
6416 2013-02-28 Tom Tromey <tromey@redhat.com>
6417
6418 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
6419 TRY_CATCH.
6420
6421 2013-02-28 Tom Tromey <tromey@redhat.com>
6422
6423 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
6424
6425 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
6426
6427 * windows-nat.c: Throughout, fix format strings and casts of
6428 printf-like functions to avoid type related warnings on all
6429 platforms.
6430 (handle_output_debug_string): Fetch context information address
6431 from debug string using string_to_core_addr.
6432
6433 2013-02-27 Jiong Wang <jiwang@tilera.com>
6434
6435 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
6436 * regformats/reg-tilegx32.dat: New.
6437
6438 2013-02-27 Jiong Wang <jiwang@tilera.com>
6439
6440 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
6441
6442 2013-02-27 Jiong Wang <jiwang@tilera.com>
6443
6444 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
6445
6446 2013-02-27 Yao Qi <yao@codesourcery.com>
6447 Pedro Alves <palves@redhat.com>
6448
6449 * tracepoint.c (tfile_trace_find): For tfind
6450 pc/tp/range/outside, look for the next trace frame instead of
6451 always starting from frame 0.
6452
6453 2013-02-26 Anthony Green <green@moxielogic.com>
6454
6455 * configure.tgt: Add support for moxie-*-rtems* target.
6456
6457 2013-02-25 Pedro Alves <palves@redhat.com>
6458
6459 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
6460 warning text.
6461
6462 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
6463
6464 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
6465 if $fp is used as the virtual frame pointer.
6466
6467 2013-02-23 Alan Modra <amodra@gmail.com>
6468
6469 * elfread.c (elf_symtab_read): Do not use udata.p here to find
6470 symbol size.
6471 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
6472 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
6473 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
6474 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
6475
6476 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6477
6478 Code cleanup.
6479 * elfread.c (build_id_bfd_get): Make the return type const.
6480 (build_id_verify): Make the check parameter const.
6481 (build_id_to_debug_filename): Make the build_id parameter and variable
6482 data const.
6483 (find_separate_debug_file_by_buildid): Make the variable build_id const.
6484
6485 2013-02-21 Alan Modra <amodra@gmail.com>
6486
6487 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
6488
6489 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
6490
6491 Add a new method 'disassemble' to gdb.Architecture class.
6492 * python/py-arch.c (archpy_disassmble): Implementation of the
6493 new method gdb.Architecture.disassemble.
6494 (arch_object_methods): Add entry for the new method.
6495
6496 2013-02-20 Jiong Wang <jiwang@tilera.com>
6497
6498 * MAINTAINERS (Write After Approval): Add myself to the list.
6499
6500 2013-02-19 Pedro Alves <palves@redhat.com>
6501
6502 Garbage collect 'struct monitor_ops'::load_routine.
6503
6504 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
6505 * monitor.c (monitor_load): No longer call
6506 current_monitor->load_routine.
6507 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
6508 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
6509 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
6510
6511 2013-02-19 Pedro Alves <palves@redhat.com>
6512
6513 PR gdb/15161
6514
6515 Harmonize with generic_load.
6516
6517 * monitor.c: Include "readline/readline.h".
6518 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
6519 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
6520 long/strtol for the 'load_offset' local. Error out if no argument
6521 is given or if too many arguments are given. Tilde expand the
6522 passed in file name.
6523
6524 2013-02-19 Kai Tietz <ktietz@redhat.com>
6525
6526 PR gdb/15161
6527 * symfile.c (load_section_data): Change type of load_offset
6528 to CORE_ADDR.
6529 (generic_load): User strtoulst instead of strtoul for conversion
6530 of load_offset.
6531
6532 2013-02-19 Jiong Wang <jiwang@tilera.com>
6533
6534 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
6535 for return address, "lr" register, saved on stack.
6536 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
6537 after we invoke tilegx_analyze_prologue.
6538
6539 2013-02-19 Jiong Wang <jiwang@tilera.com>
6540
6541 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
6542
6543 2013-02-19 Jiong Wang <jiwang@tilera.com>
6544
6545 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
6546
6547 2013-02-19 Jiong Wang <jiwang@tilera.com>
6548
6549 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
6550 (tilegx_write_pc): New function.
6551 (tilegx_cannot_reference_register): Return zero if REGNO
6552 is TILEGX_FAULTNUM_REGNUM.
6553 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
6554 (tilegx_register_name): Add handling of "faultnum" register.
6555 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
6556 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
6557 handling of TILEGX_FAULTNUM_REGNUM.
6558 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
6559
6560 2013-02-19 Jiong Wang <jiwang@tilera.com>
6561
6562 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
6563 should be aligned to 64bit.
6564
6565 2013-02-19 Kai Tietz <ktietz@redhat.com>
6566
6567 * windows-nat.c (windows_xfer_memory): Fix debug-output
6568 for LLP64.
6569
6570 2013-02-19 Lei Liu <lei.liu2@windriver.com>
6571
6572 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
6573 Don't check DSP register number if HAVE_DSP is not set.
6574
6575 2013-02-19 Alan Modra <amodra@gmail.com>
6576
6577 * elfread.c (struct build_id): Delete. Use struct elf_build_id
6578 throughout file instead.
6579 (build_id_bfd_get): Update to use new elf_tdata build_id field.
6580 Don't xmalloc return value.
6581 (build_id_verify): Similarly. Don't xfree.
6582 (build_id_to_debug_filename): Update.
6583 (find_separate_debug_file_by_buildid): Update, don't xfree.
6584
6585 2013-02-18 Tom Tromey <tromey@redhat.com>
6586
6587 PR gdb/15102:
6588 * dwarf2read.c (read_subrange_type): Use result of
6589 'check_typedef'.
6590
6591 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
6592
6593 * frame.c: Remove one extra white space after #include
6594 directive.
6595
6596 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6597
6598 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
6599
6600 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6601
6602 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
6603 and dir commands into an if block.
6604
6605 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
6606
6607 * python/py-breakpoint (struct pybp_code): Use int instead of
6608 enum type_code.
6609
6610 2013-02-15 Pedro Alves <pedro@codesourcery.com>
6611 Hafiz Abid Qadeer <abidh@codesourcery.com>
6612
6613 * NEWS: Mention new field "trace-file".
6614 * tracepoint.c (trace_status_mi): Output "trace-file" field.
6615 (tfile_open): Record the trace file's filename in the trace
6616 status.
6617 (tfile_files_info): Mention the name of the trace file.
6618 Check the "filename" field explicitely.
6619 (trace_status_command): Explicitely check "filename" field.
6620 (trace_find_command): Ditto.
6621 (trace_find_pc_command): Ditto.
6622 (trace_find_tracepoint_command): Ditto.
6623 (trace_find_line_command): Ditto.
6624 (trace_find_range_command): Ditto.
6625 (trace_find_outside_command): Ditto.
6626 * tracepoint.h (struct trace_status) <from_file>: Rename it
6627 to "filename" and make it hold the trace file's filename
6628 instead of a boolean.
6629 * remote.c (remote_get_trace_status): Initialize "filename"
6630 field with NULL instead of 0.
6631
6632 2013-02-15 Yao Qi <yao@codesourcery.com>
6633
6634 * remote.c: Fix a typo.
6635
6636 2013-02-14 Pierre Muller <muller@sourceware.org>
6637
6638 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
6639
6640 2013-02-14 Pedro Alves <palves@redhat.com>
6641
6642 * utils.c (savestring): Don't #undef it. Move function to
6643 common/common-utils.c.
6644 * common/common-utils.c: Include gdb_string.h.
6645 (savestring): Move here from utils.c.
6646 * common/common-utils.h (savestring): Declare.
6647
6648 2013-02-14 Pedro Alves <palves@redhat.com>
6649
6650 * utils.c (savestring): Rename parameter 'size' to 'len'.
6651
6652 2013-02-14 Pedro Alves <palves@redhat.com>
6653 Yufeng Zhang <yufeng.zhang@arm.com>
6654
6655 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
6656 (aarch64_inferior_data, struct aarch64_inferior_data):
6657 Delete.
6658 (struct aarch64_process_info): New.
6659 (aarch64_process_list): New global.
6660 (aarch64_find_process_pid, aarch64_add_process)
6661 (aarch64_process_info_get): New functions.
6662 (aarch64_inferior_data_get): Delete.
6663 (aarch64_process_info_get): New function.
6664 (aarch64_forget_process): New function.
6665 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
6666 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
6667 aarch64_get_debug_reg_state.
6668 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
6669 instead of linux_nat_iterate_watchpoint_lwps.
6670 (aarch64_linux_new_fork): New function.
6671 (aarch64_linux_child_post_startup_inferior): Use
6672 aarch64_forget_process instead of aarch64_init_debug_reg_state.
6673 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
6674 (aarch64_linux_remove_hw_breakpoint)
6675 (aarch64_handle_aligned_watchpoint)
6676 (aarch64_handle_unaligned_watchpoint)
6677 (aarch64_linux_insert_watchpoint)
6678 (aarch64_linux_remove_watchpoint)
6679 (aarch64_linux_stopped_data_address): Adjust to pass the current
6680 process id to aarch64_debug_reg_state.
6681 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
6682 linux_nat_new_fork hook, and aarch64_forget_process as
6683 linux_nat_forget_process hook; remove the call to
6684 register_inferior_data_with_cleanup.
6685
6686 2013-02-14 Pedro Alves <palves@redhat.com>
6687
6688 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
6689 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
6690 lval_memory.
6691
6692 2013-02-14 Pedro Alves <pedro@codesourcery.com>
6693 Hafiz Abid Qadeer <abidh@codesourcery.com>
6694
6695 * tracepoint.h (validate_trace_state_variable_name): Declare.
6696 * tracepoint.c (validate_trace_state_variable_name): New.
6697 (trace_variable_command): Parse the trace state variable's name
6698 without using parse_expression. Do several validations.
6699 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
6700 trace state variable's name with parse_expression. Validate it.
6701
6702 2013-02-14 Yao Qi <yao@codesourcery.com>
6703
6704 * infcmd.c (breakpoint_proceeded): Remove it.
6705
6706 2013-02-14 Yao Qi <yao@codesourcery.com>
6707
6708 * tracepoint.c (end_actions_pseudocommand): Make it static.
6709 (while_stepping_pseudocommand): Likewise.
6710 * tracepoint.h (end_actions_pseudocommand): Remove the
6711 declaration.
6712 (while_stepping_pseudocommand): Likewise.
6713
6714 2013-02-14 Yao Qi <yao@codesourcery.com>
6715
6716 * cli/cli-decode.c (help_cmd): Remove the declaration of
6717 "cmdlist".
6718 (help_all): Likewise.
6719
6720 2013-02-13 Pedro Alves <palves@redhat.com>
6721
6722 * amd64-linux-nat.c (update_debug_registers_callback):
6723 Update comment.
6724 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
6725 iterate_over_lwps.
6726 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
6727 i386_debug_reg_state.
6728 (amd64_linux_new_fork): New function.
6729 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
6730 linux_nat_new_fork hook, and i386_forget_process as
6731 linux_nat_forget_process hook.
6732 * i386-linux-nat.c (update_debug_registers_callback):
6733 Update comment.
6734 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
6735 iterate_over_lwps.
6736 (i386_linux_prepare_to_resume): Pass the lwp's pid to
6737 i386_debug_reg_state.
6738 (i386_linux_new_fork): New function.
6739 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
6740 linux_nat_new_fork hook, and i386_forget_process as
6741 linux_nat_forget_process hook.
6742 * i386-nat.c (i386_init_dregs): Delete.
6743 (i386_inferior_data, struct i386_inferior_data):
6744 Delete.
6745 (struct i386_process_info): New.
6746 (i386_process_list): New global.
6747 (i386_find_process_pid, i386_add_process, i386_process_info_get):
6748 New functions.
6749 (i386_inferior_data_get): Delete.
6750 (i386_process_info_get): New function.
6751 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
6752 (i386_forget_process): New function.
6753 (i386_cleanup_dregs): Rewrite.
6754 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
6755 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
6756 (i386_stopped_data_address, i386_insert_hw_breakpoint)
6757 (i386_remove_hw_breakpoint): Adjust to pass the current process id
6758 to i386_debug_reg_state.
6759 (i386_use_watchpoints): Don't register inferior data.
6760 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
6761 adjust comment.
6762 (i386_forget_process): Declare.
6763 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
6764 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
6765 New static globals.
6766 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
6767 (add_initial_lwp): New, factored out from ...
6768 (add_lwp): ... this. Don't check the number of lwps before
6769 calling linux_nat_new_thread.
6770 (linux_nat_iterate_watchpoint_lwps): Delete.
6771 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
6772 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
6773 forks and vforks.
6774 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
6775 initial lwp.
6776 (linux_nat_kill, linux_nat_mourn_inferior): Call
6777 linux_nat_forget_process.
6778 (linux_nat_set_new_fork, linux_nat_set_forget_process)
6779 (linux_nat_forget_process): New functions.
6780 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
6781 type.
6782 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
6783 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
6784 types.
6785 (linux_nat_set_new_fork, linux_nat_set_forget_process)
6786 (linux_nat_forget_process): New declarations.
6787
6788 * amd64fbsd-nat.c (super_mourn_inferior): New global.
6789 (amd64fbsd_mourn_inferior): New function.
6790 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
6791 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
6792
6793 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
6794
6795 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6796 Adding _().
6797
6798 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
6799
6800 * aarch64-linux-nat.c (debug_reg_change_callback)
6801 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
6802 %s and phex().
6803
6804 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
6805
6806 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
6807 with LONGEST.
6808
6809 2013-02-13 Pedro Alves <palves@redhat.com>
6810 Hafiz Abid Qadeer <abidh@codesourcery.com>
6811
6812 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
6813
6814 2013-02-12 Tom Tromey <tromey@redhat.com>
6815
6816 PR symtab/11464:
6817 * c-exp.y (lex_one_token): Initialize other fields of yylval on
6818 NAME return.
6819 (classify_inner_name): Remove 'first_name' argument, add
6820 'context'. Remove unused variable.
6821 (yylex): Explicitly maintain the context type. Exit loop earlier
6822 if NAME result is seen.
6823
6824 2013-02-12 Pedro Alves <palves@redhat.com>
6825
6826 * amd64-darwin-tdep.c: Add (C) after Copyright.
6827 * cli/cli-cmds.h: Ditto.
6828 * cli/cli-decode.c: Ditto.
6829 * cli/cli-decode.h: Ditto.
6830 * cli/cli-dump.c: Ditto.
6831 * cli/cli-dump.h: Ditto.
6832 * cli/cli-interp.c: Ditto.
6833 * cli/cli-logging.c: Ditto.
6834 * cli/cli-script.c: Ditto.
6835 * cli/cli-script.h: Ditto.
6836 * cli/cli-setshow.c: Ditto.
6837 * cli/cli-setshow.h: Ditto.
6838 * cli/cli-utils.c: Ditto.
6839 * cli/cli-utils.h: Ditto.
6840 * config/alpha/nm-osf3.h: Ditto.
6841 * config/djgpp/djconfig.sh: Ditto.
6842 * config/i386/nm-fbsd.h: Ditto.
6843 * config/i386/nm-i386gnu.h: Ditto.
6844 * config/nm-linux.h: Ditto.
6845 * config/nm-nto.h: Ditto.
6846 * config/rs6000/nm-rs6000.h: Ditto.
6847 * config/sparc/nm-sol2.h: Ditto.
6848 * darwin-nat-info.c: Ditto.
6849 * dfp.c: Ditto.
6850 * dfp.h: Ditto.
6851 * gdb-demangle.h: Ditto.
6852 * i386-darwin-nat.c: Ditto.
6853 * i386-darwin-tdep.c: Ditto.
6854 * linux-fork.h: Ditto.
6855 * m32c-tdep.c: Ditto.
6856 * microblaze-linux-tdep.c: Ditto.
6857 * microblaze-rom.c: Ditto.
6858 * microblaze-tdep.c: Ditto.
6859 * microblaze-tdep.h: Ditto.
6860 * mips-linux-tdep.h: Ditto.
6861 * ppc-ravenscar-thread.c: Ditto.
6862 * ppc-ravenscar-thread.h: Ditto.
6863 * prologue-value.c: Ditto.
6864 * prologue-value.h: Ditto.
6865 * ravenscar-thread.c: Ditto.
6866 * ravenscar-thread.h: Ditto.
6867 * sparc-ravenscar-thread.c: Ditto.
6868 * sparc-ravenscar-thread.h: Ditto.
6869 * tilegx-linux-tdep.c: Ditto.
6870 * unwind_stop_reasons.def: Ditto.
6871 * windows-nat.h: Ditto.
6872 * xtensa-linux-tdep.c: Ditto.
6873 * xtensa-xtregs.c: Ditto.
6874 * regformats/regdat.sh: Ditto.
6875 * regformats/regdef.h: Ditto.
6876
6877 2013-02-12 Pedro Alves <palves@redhat.com>
6878
6879 * break-catch-sig.c: Update copyright years.
6880
6881 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
6882
6883 Add support for a destructor for ui_out data and use it to
6884 provide a ui_out destructor.
6885 * ui-out.h: Declare the new ui_out destructor.
6886 (ui_out_impl): Add a field for data destructor in ui_out_impl.
6887 * ui-out.c (default_data_destroy): Add a default data destructor
6888 which does nothing.
6889 (default_ui_out_impl): Set the new data_destroy field to
6890 default_data_destroy
6891 (uo_data_destroy): Local function which invokes the data
6892 destructor if present.
6893 (clear_table): Local function which clears the table data of a
6894 ui_out object.
6895 (ui_out_destroy): Public function which frees a ui_out object.
6896 (ui_out_table_end): Use the new clear_table function.
6897 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
6898 NULL.
6899 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
6900 to NULL.
6901
6902 2013-02-11 Doug Evans <dje@google.com>
6903
6904 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
6905 (printf_decfloat): New function. Broken out from ui_printf.
6906 Remove unnecessary code to shift the entire format string down.
6907 (printf_pointer): New function.
6908 (ui_printf): Code to print C strings, wide C strings, decfloats,
6909 and pointers moved to separate functions.
6910
6911 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6912
6913 * valops.c (value_assign): Handling bitfield offset in
6914 `lval_internalvar_component' case.
6915
6916 2013-02-08 Doug Evans <dje@google.com>
6917
6918 * common/format.c (parse_format_string): Fix whitespace.
6919
6920 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
6921
6922 * stack.c (return_command): Work around uninitialized variable
6923 warning.
6924
6925 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
6926
6927 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
6928 number of the registers from 36 to 34.
6929
6930 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
6931
6932 * NEWS: Mention new AArch64 native and target support.
6933
6934 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
6935
6936 * MAINTAINERS (Write After Approval): Add myself.
6937
6938 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
6939 Marcus Shawcroft <marcus.shawcroft@arm.com>
6940 Nigel Stephens <nigel.stephens@arm.com>
6941 Yufeng Zhang <yufeng.zhang@arm.com>
6942
6943 * aarch64-linux-nat.c: New file.
6944 * config/aarch64/linux.mh: New file.
6945 * configure.host: Add AArch64.
6946 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
6947
6948 2013-02-07 Doug Evans <dje@google.com>
6949
6950 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
6951 disassemble command.
6952
6953 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
6954
6955 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
6956 set_gdbarch_fetch_tls_load_module_address.
6957
6958 2013-02-06 David S. Miller <davem@davemloft.net>
6959
6960 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
6961 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
6962 * value.c (struct_return_convention): New function.
6963 (using_struct_return): Implement in terms of struct_return_convention.
6964 * value.h (struct_return_convention): Declare.
6965 * stack.c (return_command): Allow successful overriding of the return
6966 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
6967
6968 2013-02-06 Tom Tromey <tromey@redhat.com>
6969
6970 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
6971 outside of TRY_CATCH.
6972
6973 2013-02-06 Yao Qi <yao@codesourcery.com>
6974
6975 * mi/mi-interp.c: Include "tracepoint.h".
6976 (mi_tsv_modified): Declare.
6977 (mi_tsv_created, mi_tsv_deleted): Update declaration.
6978 (mi_interpreter_init): Call observer_attach_tsv_modified.
6979 (mi_tsv_modified): New.
6980 (mi_tsv_created, mi_tsv_deleted): Update.
6981 * tracepoint.c (trace_variable_command): Call
6982 observer_notify_tsv_modified if the initial value of tsv is
6983 changed.
6984 (delete_trace_state_variable): Call
6985 observer_notify_tsv_deleted earlier.
6986 (trace_variable_command): Caller update.
6987 (create_tsv_from_upload): Likewise.
6988 * observer.sh: Declare "struct trace_state_variable".
6989
6990 * NEWS: Mention the new MI notification "=tsv-modified".
6991
6992 2013-02-05 Doug Evans <dje@google.com>
6993
6994 * completer.c (location_completer): Fix typo in comment.
6995
6996 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6997
6998 * breakpoint.c (add_location_to_breakpoint): Insert the location with
6999 ADDRESS sorted.
7000
7001 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
7002
7003 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
7004 Refactor if statement to avoid trailing || operator.
7005
7006 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
7007
7008 * NEWS: Add PowerPC FreeBSD as a new native configuration.
7009
7010 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
7011
7012 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
7013 * configure.host: Add powerpc*-*-freebsd* target.
7014 * configure.tgt: Add target info for powerpc*-*-freebsd*.
7015 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
7016 * config/powerpc/fbsd.mh: New file.
7017
7018 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
7019 Denys Vlasenko <dvlasenk@redhat.com>
7020 Pedro Alves <palves@redhat.com>
7021
7022 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
7023 (struct elf_internal_linux_prpsinfo): Forward declare.
7024 * gdbarch.h, gdbarch.c: Regenerate.
7025 * linux-tdep.c: Include `cli/cli-utils.h'.
7026 (linux_fill_prpsinfo): New function.
7027 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
7028 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
7029 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
7030 depending on gdbarch pointer bitness.
7031 * ppc-linux-tdep.c: Include elf-bfd.h.
7032 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
7033 on 32-bit.
7034
7035 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
7036 Marcus Shawcroft <marcus.shawcroft@arm.com>
7037 Nigel Stephens <nigel.stephens@arm.com>
7038 Yufeng Zhang <yufeng.zhang@arm.com>
7039
7040 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
7041
7042 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
7043 Marcus Shawcroft <marcus.shawcroft@arm.com>
7044 Nigel Stephens <nigel.stephens@arm.com>
7045 Yufeng Zhang <yufeng.zhang@arm.com>
7046
7047 * aarch64-newlib-tdep.c: New file.
7048 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
7049 aarch64*-*-elf.
7050 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
7051 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
7052 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
7053 * osabi.c (gdb_osabi_names): Add "Newlib".
7054
7055 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
7056 Marcus Shawcroft <marcus.shawcroft@arm.com>
7057 Nigel Stephens <nigel.stephens@arm.com>
7058 Yufeng Zhang <yufeng.zhang@arm.com>
7059
7060 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
7061 (ALLDEPFILES): Add aarch64-linux-tdep.c.
7062 * aarch64-linux-tdep.c: New file.
7063 * aarch64-linux-tdep.h: New file.
7064 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
7065 * configure.tgt: Add aarch64-none-linux-gnu.
7066
7067 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
7068 Marcus Shawcroft <marcus.shawcroft@arm.com>
7069 Nigel Stephens <nigel.stephens@arm.com>
7070 Yufeng Zhang <yufeng.zhang@arm.com>
7071
7072 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
7073 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
7074 (ALLDEPFILES): Add aarch64-tdep.c.
7075 * aarch64-tdep.c: New file.
7076 * aarch64-tdep.h: New file.
7077 * configure.tgt: Add AArch64.
7078 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
7079 (aarch64-expedite): New definition.
7080 * features/aarch64-core.xml: New file.
7081 * features/aarch64-fpu.xml: New file.
7082 * features/aarch64-without-fpu.c: New file (generated).
7083 * features/aarch64-without-fpu.xml: New file.
7084 * features/aarch64.c: New file (generated).
7085 * features/aarch64.xml: New file.
7086 * regformats/aarch64-without-fpu.dat: New file (generated).
7087 * regformats/aarch64.dat: New file (generated).
7088
7089 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7090
7091 * contrib/expect-read1.c: New file.
7092 * contrib/expect-read1.sh: New file.
7093
7094 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7095
7096 * dwarf2read.c (file_file_name): New function with code from
7097 file_full_name.
7098 (file_full_name): Move most of the code to file_file_name.
7099 (macro_start_file): Rename variable full_name to file_name and use
7100 file_file_name for it. Add comp_dir parameter to new_macro_table.
7101 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
7102 macro_source_file->filename access by macro_source_fullname call.
7103 * macroscope.c (_initialize_macroscope): Update the new_macro_table
7104 caller.
7105 * macrotab.c (struct macro_table): New field comp_dir.
7106 (macro_include): New variables link_fullname and source_fullname.
7107 Replace any macro_source_file->filename access by macro_source_fullname
7108 call.
7109 (macro_lookup_inclusion): Remove the partial filenames checking code.
7110 (check_for_redefinition): New variables source_fullname and
7111 found_key_fullname. Replace any macro_source_file->filename access by
7112 macro_source_fullname call.
7113 (macro_undef): New variables source_fullname and key_fullname. Replace
7114 any macro_source_file->filename access by macro_source_fullname call.
7115 (macro_lookup_definition): New variables retval and source_fullname.
7116 Replace any macro_source_file->filename access by macro_source_fullname
7117 call.
7118 (foreach_macro): New variable key_fullname. Replace any
7119 macro_source_file->filename access by macro_source_fullname call.
7120 (foreach_macro_in_scope): New variable datum_fullname. Replace any
7121 macro_source_file->filename access by macro_source_fullname call.
7122 (new_macro_table): Add parameter comp_dir. Initialize T with it.
7123 (macro_source_fullname): New function.
7124 * macrotab.h (struct macro_source_file): Extent the filename field
7125 comment.
7126 (new_macro_table): New parameter comp_dir, add a comment for it.
7127 (macro_source_fullname): new declaration.
7128
7129 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7130
7131 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
7132 this_real_name to outer block. Use it also for
7133 compare_filenames_for_search.
7134 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
7135 with dw2_get_real_path for file_matcher, considering also
7136 BASENAMES_MAY_DIFFER.
7137 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
7138
7139 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7140
7141 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
7142 to the file_matcher parameter. Pass 0 to it.
7143 (dwarf2_create_include_psymtab): Copy also DIRNAME.
7144 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
7145 NULL psymtab_to_fullname result.
7146 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
7147 an expected filename instead.
7148 (expand_symtabs_matching_via_partial): Add basenames parameter to the
7149 file_matcher parameter. Call also psymtab_to_fullname, after newly
7150 considering BASENAMES_MAY_DIFFER.
7151 * source.c (rewrite_source_path): Remove static.
7152 * source.h (rewrite_source_path): New declaration.
7153 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
7154 the expand_symtabs_matching field. Comment it.
7155 * symtab.c (file_matches): New function comment. Add parameter
7156 basenames, implement it.
7157 (search_symbols_file_matches): Add basenames parameter. Update the
7158 file_matches caller.
7159 (search_symbols): Match FILES also against symtab_to_fullname.
7160 Optimize it for BASENAMES_MAY_DIFFER.
7161
7162 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7163
7164 * source.c (print_source_lines_base): Print for TUI also "fullname".
7165 * tui/tui-data.c (init_content_element): Change tui_locator_element
7166 field to full_name.
7167 * tui/tui-data.h (struct tui_locator_element): Likewise.
7168 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
7169 tui_update_locator_filename calls to tui_update_locator_fullname.
7170 Replace symtab->filename refererence by symtab_to_fullname call.
7171 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
7172 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
7173 field to full_name. Replace symtab->filename refererence by
7174 symtab_to_fullname call.
7175 (tui_show_symtab_source): Rename parameter to fullname. Change
7176 tui_locator_element field to full_name.
7177 * tui/tui-stack.c: Include source.h.
7178 (tui_set_locator_filename): Rename the declaration to ...
7179 (tui_set_locator_fullname): ... here. Rename its parameter to
7180 fullname, updates its comment.
7181 (tui_set_locator_info): Rename its parameter to fullname.
7182 (tui_set_locator_filename): Rename the definition to ...
7183 (tui_set_locator_fullname): ... here. Rename its parameter to
7184 fullname, updates its comment. Change tui_locator_element field to
7185 full_name.
7186 (tui_set_locator_info): Rename its parameter to fullname.
7187 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
7188 (tui_update_locator_filename): Rename to ...
7189 (tui_update_locator_fullname): ... here. Rename callee to
7190 tui_set_locator_fullname.
7191 (tui_show_frame_info): Replace symtab->filename refererence by
7192 symtab_to_fullname call.
7193 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
7194 (tui_update_locator_fullname): ... here.
7195 * tui/tui-winsource.c (tui_display_main): Rename the callee to
7196 tui_update_locator_fullname. Replace symtab->filename refererence by
7197 symtab_to_fullname call.
7198 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
7199 Rename the callee to tui_update_locator_fullname.
7200 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
7201
7202 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7203
7204 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
7205 by symtab_to_filename_for_display calls.
7206 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
7207 (clear_command): New variable sal_fullname, initialize it. Replace
7208 compare_filenames_for_search by filename_cmp with sal_fullname.
7209 (say_where, update_static_tracepoint): Replace symtab->filename
7210 refererences by symtab_to_filename_for_display calls.
7211 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
7212 Likewise.
7213 * dwarf2read.c: Include source.h.
7214 (fixup_go_packaging): Replace symtab->filename refererences by
7215 symtab_to_filename_for_display calls.
7216 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
7217 Replace symtab->filename refererences by symtab_to_filename_for_display
7218 calls.
7219 (create_sals_line_offset, convert_linespec_to_sals): New variable
7220 fullname, initialize it, replace symtab->filename reference by the
7221 variable.
7222 * linux-fork.c: Include source.h.
7223 (info_checkpoints_command): Replace symtab->filename refererences by
7224 symtab_to_filename_for_display calls.
7225 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
7226 by symtab_to_filename_for_display calls.
7227 * mdebugread.c: Include source.h.
7228 (psymtab_to_symtab_1): Replace symtab->filename refererences by
7229 symtab_to_filename_for_display calls.
7230 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
7231 (mi_cmd_file_list_exec_source_files): Likewise.
7232 * printcmd.c: Include source.h.
7233 (build_address_symbolic): Replace symtab->filename refererences by
7234 symtab_to_filename_for_display calls.
7235 * psymtab.c (partial_map_symtabs_matching_filename)
7236 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
7237 with psymtab_to_fullname.
7238 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
7239 by symtab_to_filename_for_display calls.
7240 (stpy_get_filename): New variable filename, initialize it, use instead
7241 of symtab->filename refererences.
7242 (salpy_str): Make variable filename const char *. Replace
7243 symtab->filename refererences by symtab_to_filename_for_display calls.
7244 * skip.c: Include source.h and filenames.h.
7245 (skip_file_command): Remove const from the symtab variable. Replace
7246 symtab->filename refererences by symtab_to_fullname call.
7247 (function_name_is_marked_for_skip): New variables searched_for_fullname
7248 and fullname. Use them to search also with symtab's fullname.
7249 * source.c (find_source_lines): Replace symtab->filename refererences
7250 by symtab_to_filename_for_display calls.
7251 (print_source_lines_base): New variable filename, use it instead of
7252 symtab->filename. Replace symtab->filename refererences by
7253 symtab_to_filename_for_display calls.
7254 (line_info, forward_search_command): Replace symtab->filename
7255 refererences by symtab_to_filename_for_display calls.
7256 (reverse_search_command): Replace symtab->filename refererences by
7257 symtab_to_filename_for_display calls. New variable filename for it.
7258 * stack.c (frame_info): Likewise.
7259 * symmisc.c: Include source.h.
7260 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
7261 (maintenance_info_symtabs): Replace symtab->filename refererences by
7262 symtab_to_filename_for_display calls.
7263 * symtab.c (iterate_over_some_symtabs): Call
7264 compare_filenames_for_search also with symtab_to_fullname.
7265 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
7266 symtab->filename refererences by symtab_to_filename_for_display calls.
7267 (find_line_symtab): Replace symtab->filename refererences by
7268 symtab_to_filename_for_display calls.
7269 (file_matches): Replace filename_cmp by compare_filenames_for_search.
7270 (print_symbol_info): Make the last parameter const char *. New
7271 variable s_filename. Use it in the function.
7272 (symtab_symbol_info): Make the last_filename variable const char *.
7273 Replace symtab->filename refererences by symtab_to_filename_for_display
7274 calls.
7275 (rbreak_command): New variable fullname. Use it. Replace
7276 symtab->filename refererence by symtab_to_filename_for_display call.
7277 * tracepoint.c (set_traceframe_context, trace_find_line_command)
7278 (print_one_static_tracepoint_marker): Replace symtab->filename
7279 refererences by symtab_to_filename_for_display calls.
7280 * tui/tui-source.c (tui_set_source_content): New variables filename and
7281 s_filename. Replace symtab->filename refererences by this variable.
7282 Replace other symtab->filename refererences by
7283 symtab_to_filename_for_display calls.
7284
7285 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
7286 Jan Kratochvil <jan.kratochvil@redhat.com>
7287
7288 Add a new variable that controls a way in which filenames are
7289 displayed.
7290 * NEWS (set filename-display): New entry.
7291 * source.c (filename_display_basename, filename_display_relative)
7292 (filename_display_absolute, filename_display_kind_names)
7293 (filename_display_string, show_filename_display_string)
7294 (symtab_to_filename_for_display): New.
7295 (_initialize_source): Added initialization of 'filename-display'
7296 variable.
7297 * source.h (symtab_to_filename_for_display): Added declaration.
7298 * stack.c (print_frame): Added new variable and calling of a new
7299 function and condition with this variable. Changed third argument of
7300 calling of a function.
7301
7302 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7303
7304 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
7305 Rename field reference filename to fullname.
7306 * tui/tui-data.h (struct tui_source_info): Rename field filename to
7307 fullname. New comment for it.
7308 * tui/tui-source.c (tui_set_source_content): Rename field reference
7309 filename to fullname. Initialize field by symtab_to_fullname now.
7310 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
7311 reference filename to fullname. Use symtab_to_fullname during
7312 comparison.
7313
7314 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7315
7316 Code cleanup.
7317 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
7318 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
7319 filename to fullname. Rename variable this_name to this_fullname.
7320 Lowercase FILENAME_CMP call.
7321 (dw2_find_symbol_file): New comment for the returned string.
7322 (dwarf2_gdb_index_functions): Rename the function to
7323 dw2_expand_symtabs_with_fullname.
7324 * psymtab.c (read_psymtabs_with_filename): Rename to ...
7325 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
7326 fullname.
7327 (psym_functions): Rename the function to read_psymtabs_with_fullname.
7328 * symfile.h (struct quick_symbol_functions): Rename field
7329 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
7330 parameter filename to fullname. Document returned string meaning for
7331 find_symbol_file.
7332 * symtab.c (find_line_symtab): Rename the called function to
7333 expand_symtabs_with_fullname.
7334
7335 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7336
7337 Code cleanup.
7338 * breakpoint.c (clear_command): Remove variable is_abs, unify the
7339 call of filename_cmp with compare_filenames_for_search.
7340 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
7341 is_abs, unify the call of FILENAME_CMP with
7342 compare_filenames_for_search. New gdb_asserts for real_path and name.
7343 Unify the call of compare_filenames_for_search with FILENAME_CMP.
7344 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
7345 * symfile.h (struct quick_symbol_functions): Extend the comment for
7346 map_symtabs_matching_filename.
7347 * symtab.c (compare_filenames_for_search): Remove the function comment
7348 relative path requirement. Handle absolute filenames, with a comment.
7349 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
7350 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
7351 real_path and name. Unify the call of compare_filenames_for_search
7352 with FILENAME_CMP.
7353 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
7354
7355 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7356
7357 Code cleanup.
7358 * breakpoint.c (print_breakpoint_location): Replace bp_location field
7359 source_file references by symtab field references. Remove variables
7360 sal and fullname.
7361 (momentary_breakpoint_from_master, add_location_to_breakpoint):
7362 (clear_command, say_where): Replace bp_location field source_file
7363 references by symtab field references.
7364 (bp_location_dtor): Remove the source_file reference.
7365 (update_static_tracepoint): Replace bp_location field source_file
7366 references by symtab field references.
7367 (breakpoint_free_objfile): New function.
7368 * breakpoint.h (struct bp_location): Extend the comment for line_number.
7369 Replace the field source_file by field symtab, extend its comment.
7370 (breakpoint_free_objfile): New declaration.
7371 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
7372 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
7373 field source_file references by symtab field references.
7374
7375 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7376
7377 Replace xfullpath calls by gdb_realpath calls.
7378 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
7379 function comment.
7380 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
7381 Remove it from the iterate_over_some_symtabs call.
7382 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
7383 Remove it from the dw2_map_expand_apply calls, remove a block handling
7384 it.
7385 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
7386 Remove it from the iterate_over_some_symtabs call.
7387 (partial_map_symtabs_matching_filename): Remove parameter full_path.
7388 Remove it from the partial_map_expand_apply calls, remove a block
7389 handling it. Drop gdb_realpath call and cleanups from the real_path
7390 handling.
7391 * source.c (openp): Drop the comment part about xfullpath. Replace
7392 xfullpath calls by gdb_realpath calls.
7393 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
7394 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
7395 from method map_symtabs_matching_filename and its comment.
7396 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
7397 gdb_realpath call.
7398 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
7399 remove it also from the function comment, remove a block handling it.
7400 Drop gdb_realpath call and cleanups from the real_path handling.
7401 (iterate_over_symtabs): Drop variable full_path and its use.
7402 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
7403 * utils.c (xfullpath): Remove.
7404 * utils.h (xfullpath): Remove.
7405
7406 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
7407
7408 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
7409 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
7410 (ALLDEPFILES): Add ppc64-tdep.c.
7411 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
7412 ppc64-tdep.o to gdb_target_obs.
7413 * ppc64-tdep.h: New file.
7414 * ppc64-tdep.c: New file.
7415 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
7416 ppc-linux-tdep.c to here.
7417 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
7418 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
7419 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
7420 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
7421 from ppc-linux-tdep.c to here.
7422 (ppc64_convert_from_func_ptr_addr): Rename from
7423 ppc64_linux_convert_from_func_ptr_addr to
7424 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
7425 here.
7426 * rs6000-tdep.c:
7427 (read_insn): Move from ppc-linux-tdep.c to here.
7428 (insns_match_pattern, insn_d_field, insn_ds_field): Move
7429 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
7430 * ppc-linux-tdep.c: Include ppc64-tdep.h.
7431 Removed above functions.
7432 (ppc_linux_init_abi): Adjust.
7433
7434 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
7435
7436 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
7437
7438 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
7439
7440 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
7441
7442 2013-02-01 Pedro Alves <palves@redhat.com>
7443
7444 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
7445 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
7446
7447 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7448
7449 * elfread.c (elf_symfile_read): Limit separate debug info additions to
7450 files with no separate debug info.
7451 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
7452 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
7453 only for files with no separate debug info.
7454
7455 2013-01-31 Tom Tromey <tromey@redhat.com>
7456
7457 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
7458 change type.
7459 (struct jit_program_space_data): Rename from jit_inferior_data.
7460 Update comments.
7461 (get_jit_program_space_data): Rename from get_jit_inferior_data.
7462 Change return type. Attach data to program space.
7463 (jit_program_space_data_cleanup): Rename from
7464 jit_inferior_data_cleanup; change argument type.
7465 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
7466 change type.
7467 (jit_register_code): Update.
7468 (jit_update_inferior_cache): Remove.
7469 (jit_breakpoint_deleted): Get jit data from the location's program
7470 space.
7471 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
7472 'ps_data', change type.
7473 (jit_inferior_init, jit_breakpoint_re_set_internal)
7474 (jit_event_handler): Update.
7475 (free_objfile_data): Get data from objfile's program space.
7476 (_initialize_jit): Update.
7477
7478 2013-01-31 Tom Tromey <tromey@redhat.com>
7479
7480 PR gdb/13987:
7481 * jit.c (struct jit_inferior_data) <cached_code_address,
7482 jit_breakpoint>: New fields.
7483 (jit_breakpoint_re_set_internal): Fix logging. Only create
7484 breakpoint if cached address has changed.
7485 (jit_update_inferior_cache, jit_breakpoint_deleted): New
7486 functions.
7487 (_initialize_jit): Register breakpoint deleted observer.
7488
7489 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
7490
7491 * infrun.c (handle_syscall_event): Remove unused gdbarch.
7492 (save_infcall_suspend_state): Ifdef out unused inf.
7493 (restore_infcall_suspend_state): Ifdef out unused inf.
7494 * jit.c (jit_register_code): Remove unused i, b, inf_data.
7495 (jit_frame_sniffer): Remove unused inf_data.
7496
7497 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
7498
7499 * c-exp.y (classify_inner_name): Remove unused type.
7500 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
7501 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
7502 need_escape.
7503 (c_get_string): Remove unused kind.
7504 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
7505
7506 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
7507
7508 * charset.c (intermediate_encoding): Remove unused i.
7509 * completer.c (signal_completer): Remove unused i.
7510 * continuations.c (discard_my_continuations_1): Remove unused
7511 continuation_ptr.
7512 * corelow.c (core_close): Remove unuseD name.
7513 (get_core_siginfo): Remove unused pid.
7514 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
7515 i, cps.
7516 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
7517 (loclist_describe_location): Remove unused first.
7518 * event-top.c (command_line_handler): Remove unused got_eof.
7519 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
7520 (resize_section_table): Remove unused old_value.
7521 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
7522 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
7523 * i386-tdep.c (i386_process_record): Remove unused rex.
7524 * infcmd.c (get_return_value): Remove unused uiout.
7525 * jv-lang.c (type_from_class): Remove unused is_array.
7526 * jv-valprint.c (java_val_print): Remove unused i.
7527 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
7528 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
7529 * m2-typeprint.c (m2_print_type): Remove unused code.
7530 * macroexp.c (get_character_constant): Remove unused body_start.
7531 (macro_stringify): Remove unused result.
7532 * objc-lang.c (find_methods): Remove unused gdbarch.
7533 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
7534 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
7535 * stack.c (print_frame_args): Remove unused summary.
7536 * thread.c (thread_apply_command): Remove unused p.
7537 * valarith.c (value_x_unop): Remove unused mangle_ptr.
7538 * valops.c (search_struct_method): Remove unused skip.
7539 * valprint.c (generic_val_print): Remove unused byte_order.
7540 * varobj.c (varobj_update): Remove unused changed.
7541 * cli/cli-cmds.c (complete_command): Remove unused next_item.
7542 (alias_command): Remove unused c.
7543 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
7544 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
7545 format.
7546 (mi_cmd_data_write_memory): Remove unused word_format.
7547 (mi_cmd_data_write_memory_bytes): Remove unused r.
7548 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
7549 p_start, p_end.
7550 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
7551 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
7552 line_width.
7553
7554 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
7555
7556 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
7557 * symtab.c (iterate_over_symtabs): Remove unused s.
7558 (find_pc_sect_symtab): Remove unused pspAce.
7559 (find_pc_sect_line): Remove unused alt_symtab.
7560 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
7561 (completion_list_add_name): Remove unused newsize.
7562
7563 2013-01-31 Tom Tromey <tromey@redhat.com>
7564
7565 PR c++/14998:
7566 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
7567 TYPE_CODE_FUNC.
7568
7569 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
7570
7571 * target.c (target_read_string): Remove unused origlen.
7572
7573 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
7574
7575 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
7576 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
7577 * ax-general.c (ax_print): Remove unused is_float.
7578 * blockframe.c (block_innermost_frame): Remove unused start, end.
7579 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
7580
7581 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
7582
7583 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
7584 (svr4_read_so_list): Remove unused lmo.
7585 * solib-target.c (solib_target_relocate_section_addresses): Remove
7586 unused flags.
7587
7588 2013-01-30 Tom Tromey <tromey@redhat.com>
7589
7590 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
7591
7592 2013-01-30 Tom Tromey <tromey@redhat.com>
7593
7594 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
7595 * utils.c (gnu_debuglink_crc32): Remove.
7596 * utils.h (gnu_debuglink_crc32): Don't declare.
7597
7598 2013-01-30 Tom Tromey <tromey@redhat.com>
7599
7600 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
7601 (read_structure_type, read_enumeration_type): Remove cast.
7602
7603 2013-01-30 Tom Tromey <tromey@redhat.com>
7604
7605 * dwarf2read.c (read_namespace_type): Remove cast.
7606 (read_typedef): Likewise.
7607
7608 2013-01-29 Tom Tromey <tromey@redhat.com>
7609
7610 * dwarf2read.c (free_dwo_file): Remove assert.
7611
7612 2013-01-29 Tom Tromey <tromey@redhat.com>
7613
7614 * value.c (deprecated_set_value_modifiable): Remove.
7615 * value.h (deprecated_set_value_modifiable): Remove.
7616
7617 2013-01-28 Doug Evans <dje@google.com>
7618
7619 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
7620 to addresses from dwo files.
7621
7622 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
7623
7624 * valops.c (find_overload_match): Remove unused argument 'lax'.
7625 * value.h: Remove unused argument 'lax' from the declaration of
7626 find_overload_match.
7627 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
7628 to find_overload_match.
7629 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
7630 argument to find_overload_match.
7631
7632 2013-01-25 Tom Tromey <tromey@redhat.com>
7633
7634 * dwarf2read.c (processing_has_namespace_info): Remove.
7635 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
7636 (process_die, read_func_scope, dwarf2_start_symtab)
7637 (new_symbol_full): Update.
7638
7639 2013-01-25 Tom Tromey <tromey@redhat.com>
7640
7641 * cp-namespace.c (cp_set_block_scope): Remove.
7642 * cp-support.h (cp_set_block_scope): Remove.
7643 * dbxread.c: Include block.h.
7644 (cp_set_block_scope): New function.
7645 (process_one_symbol): Update.
7646 * dwarf2read.c (read_func_scope): Use block_set_scope.
7647
7648 2013-01-25 Pedro Alves <palves@redhat.com>
7649
7650 * remote.c (add_current_inferior_and_thread): Tweak comment.
7651
7652 2013-01-25 Tom Tromey <tromey@redhat.com>
7653
7654 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
7655 (cp_add_using_directive): Add 'copy_names' argument.
7656 * cp-support.h (cp_add_using_directive): Update.
7657 (struct using_direct) <import_src, import_dest, alias,
7658 declaration>: Now const.
7659 * dwarf2read.c (read_import_statement): Use obconcat.
7660 Don't copy names passed to cp_add_using_directive.
7661
7662 2013-01-25 Tom Tromey <tromey@redhat.com>
7663
7664 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
7665
7666 2013-01-25 Pedro Alves <palves@redhat.com>
7667
7668 * remote.c (stop_reply_extract_thread): New.
7669 (add_current_inferior_and_thread): New parameter 'wait_status'.
7670 Handle it.
7671 (remote_start_remote): Pass wait status to
7672 add_current_inferior_and_thread.
7673 (extended_remote_run): Update comment.
7674 (extended_remote_create_inferior_1): Pass wait status to
7675 add_current_inferior_and_thread.
7676
7677 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
7678 Ulrich Weigand <uweigand@de.ibm.com>
7679
7680 * valarith.c (value_vector_widen): New function for replicating a
7681 scalar into a vector.
7682 (value_binop): Use value_vector_widen to widen scalar to vector
7683 rather than casting, this better matches gcc C behaviour.
7684 * valops.c (value_casst): Update logic for casting between vector
7685 types, and for casting from scalar to vector, try to match gcc C
7686 behaviour.
7687 * value.h (value_vector_widen): Declare.
7688 * opencl-lang.c (opencl_value_cast): New opencl specific casting
7689 function, handle special case for casting scalar to vector.
7690 (opencl_relop): Use opencl_value_cast.
7691 (evaluate_subexp_opencl): Use opencl_value_cast instead of
7692 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
7693 in order to use opencl_value_cast.
7694
7695 2013-01-25 Yao Qi <yao@codesourcery.com>
7696
7697 * event-loop.c: Include "queue.h".
7698 (gdb_event_p): New typedef.
7699 (DECLARE_QUEUE_P): Use.
7700 (DEFINE_QUEUE_P): Use.
7701 (async_queue_event): Remove.
7702 (gdb_event_xfree): New.
7703 (initialize_event_loop): New.
7704 (process_event): Use QUEUE macros.
7705 (event_queue): Remove.
7706 (gdb_wait_for_event): Caller update.
7707 (check_async_event_handlers): Likewise.
7708 (poll_timers): Likewise.
7709 * event-loop.h (initialize_event_loop): Declare.
7710 * event-loop.c (gdb_event_xfree): New.
7711 * top.c (gdb_init): Call initialize_event_loop.
7712
7713 2013-01-25 Yao Qi <yao@codesourcery.com>
7714
7715 * event-loop.c (async_queue_event): Remove one parameter
7716 'position'. Remove code handling 'position' == TAIL.
7717 (gdb_wait_for_event): Caller update.
7718 (check_async_event_handlers): Caller update.
7719 (poll_timers): Caller update.
7720 * event-loop.h (enum queue_position): Remove.
7721
7722 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
7723
7724 * MAINTAINERS: Update my email.
7725
7726 2013-01-25 Yao Qi <yao@codesourcery.com>
7727
7728 * main.c (print_gdb_help): Remove "--epoch" from the help
7729 message.
7730
7731 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
7732
7733 * symtab.c (skip_prologue_using_sal): Consider a file
7734 change the same as an increased line number
7735
7736 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
7737
7738 * MAINTAINERS (Write After Approval): Add myself to the list.
7739
7740 2013-01-24 Tom Tromey <tromey@redhat.com>
7741
7742 * ada-lang.h (ada_decode_symbol): Make return type const.
7743 * ada-lang.c (ada_decode_symbol): Likewise.
7744
7745 2013-01-23 Doug Evans <dje@google.com>
7746
7747 * linespec.c (find_linespec_symbols): Make static.
7748
7749 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
7750
7751 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
7752 type on float conversion for complex type.
7753
7754 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
7755
7756 Add a new class gdb.Architecture which exposes GDB's
7757 internal representation of architecture via GDB Python API.
7758 * Makefile.in: Add entries corresponding to the new file
7759 python/py-arch.c.
7760 * NEWS (Python Scripting): Add entries for the new class
7761 gdb.Architecture and the new method gdb.Frame.architecture.
7762 * python/py-arch.c: Implement gdb.Architecture class.
7763 * python/py-frame.c (frapy_arch): Implement the method
7764 gdb.Frame.architecture().
7765 (frame_object_methods): Add 'architecture' to the method table.
7766 * python/python-internal.h: Add declarations of new utility
7767 functions.
7768 * python/python.c (_initialize_python): Initialize
7769 gdb.Architecture class.
7770
7771 2013-01-23 Doug Evans <dje@google.com>
7772
7773 Work around binutils/15021.
7774 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
7775 type_unit_group out of union s. All uses updated.
7776 (read_index_from_section): Watch for index version 8.
7777 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
7778 an imported symtab.
7779 (write_psymtabs_to_index): Increment version number to 8.
7780
7781 2013-01-22 Pedro Alves <palves@redhat.com>
7782
7783 * annotate.c (breakpoint_changed): Skip if breakpoint is not
7784 user-visible.
7785
7786 2013-01-22 Pedro Alves <palves@redhat.com>
7787
7788 * annotate.c (annotate_breakpoints_changed): Rename to ...
7789 (annotate_breakpoints_invalid): ... this. Make static.
7790 (breakpoint_changed): Adjust.
7791 (_initialize_annotate): Always install the observers. Install a
7792 "breakpoint_created" observer.
7793 * annotate.h (annotate_breakpoints_changed): Delete declaration.
7794 * breakpoint.c (set_breakpoint_condition)
7795 (breakpoint_set_commands, do_map_commands_command)
7796 (init_raw_breakpoint, clear_command, set_ignore_count)
7797 (enable_breakpoint_disp): No longer call
7798 annotate_breakpoints_changed.
7799
7800 2013-01-22 Pedro Alves <palves@redhat.com>
7801
7802 * annotate.c: Include "inferior.h".
7803 (frames_invalid_emitted)
7804 (breakpoints_invalid_emitted): New globals.
7805 (async_background_execution_p): New function.
7806 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
7807 emitting the annotation if it has already been emitted.
7808 (annotate_display_prompt): New function.
7809 * annotate.h (annotate_display_prompt): New declaration.
7810 * event-top.c: Include annotate.h.
7811 (display_gdb_prompt): Call annotate_display_prompt.
7812
7813 2013-01-22 Pedro Alves <palves@redhat.com>
7814
7815 * annotate.c (ignore_count_changed): Delete.
7816 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
7817 (annotate_ignore_count_change): Delete.
7818 (annotate_stopped): Don't emit a delayed breakpoints-changed
7819 annotation.
7820 * annotate.h (annotate_ignore_count_change): Delete.
7821 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
7822 annotate_ignore_count_change.
7823
7824 2013-01-22 Tom Tromey <tromey@redhat.com>
7825
7826 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
7827 require_rvalue for a register location.
7828
7829 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
7830
7831 * breakpoint.c (print_one_breakpoint_location): Add MI
7832 field 'thread-groups' when printing a breakpoint.
7833 (output_thread_groups): New function.
7834
7835 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
7836
7837 * python/lib/gdb/commands/explore.py
7838 (CompoundExplorer.explore_expr): Correct the name of a method
7839 being invoked.
7840 (ExploreTypeCommand.invoke): Add a missing 'return'.
7841
7842 2013-01-21 Tom Tromey <tromey@redhat.com>
7843
7844 * gdb_obstack.h (obconcat): Move declaration here, from...
7845 * symfile.h (obconcat): ... here.
7846 * gdb_obstack.c: New file.
7847 (obconcat): Move from...
7848 * symfile.c (obconcat): ... here.
7849 * Makefile.in (SFILES): Add gdb_obstack.c.
7850 (COMMON_OBS): Add gdb_obstack.o.
7851
7852 2013-01-21 Tom Tromey <tromey@redhat.com>
7853
7854 * symfile.h (obsavestring): Don't declare.
7855 * symfile.c (obsavestring): Remove.
7856 * ada-exp.y: Use obstack_copy0, not obsavestring.
7857 * ada-lang.c: Use obstack_copy0, not obsavestring.
7858 * coffread.c: Use obstack_copy0, not obsavestring.
7859 * cp-namespace.c: Use obstack_copy0, not obsavestring.
7860 * dbxread.c: Use obstack_copy0, not obsavestring.
7861 * dwarf2read.c: Use obstack_copy0, not obsavestring.
7862 * jit.c: Use obstack_copy0, not obsavestring.
7863 * mdebugread.c: Use obstack_copy0, not obsavestring.
7864 * psymtab.c: Use obstack_copy0, not obsavestring.
7865 * stabsread.c: Use obstack_copy0, not obsavestring.
7866 * xcoffread.c: Use obstack_copy0, not obsavestring.
7867
7868 2013-01-21 Tom Tromey <tromey@redhat.com>
7869
7870 * dwarf2read.c (fixup_go_packaging): Save package name
7871 on objfile obstack.
7872 * gdbtypes.c (init_type): Don't copy name.
7873
7874 2013-01-21 Tom Tromey <tromey@redhat.com>
7875
7876 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
7877 const.
7878 (struct attribute) <u.str>: Now const.
7879 (struct fnfieldlist) <name>: Now const.
7880 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
7881 (partial_die_parent_scope): Make return type const.
7882 (partial_die_full_name, add_partial_symbol): Update.
7883 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
7884 'name' const.
7885 (find_file_and_directory): Make 'name' and 'comp_dir' const.
7886 (read_file_scope, read_func_scope, dwarf2_add_field)
7887 (dwarf2_add_member_fn, read_structure_type)
7888 (process_enumeration_scope, read_array_type, read_module_type)
7889 (read_base_type, read_subrange_type): Update.
7890 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
7891 (new_symbol_full, guess_full_die_structure_name): Update.
7892 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
7893 (dwarf2_name): Return const type.
7894 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
7895 const.
7896
7897 2013-01-21 Tom Tromey <tromey@redhat.com>
7898
7899 * gdbtypes.c (init_type): Make 'name' const.
7900 * gdbtypes.h (init_type): Update.
7901
7902 2013-01-21 Tom Tromey <tromey@redhat.com>
7903
7904 * buildsym.c (patch_subfile_names): Use set_last_source_file.
7905 (start_symtab): Make 'name' and 'dirname' const. Use
7906 set_last_source_file.
7907 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
7908 (last_source_file): Define. Now static.
7909 (set_last_source_file, get_last_source_file): New functions.
7910 * buildsym.h (last_source_file): Don't declare.
7911 (start_symtab): Update.
7912 (set_last_source_file, get_last_source_file): Declare.
7913 * coffread.c (complete_symtab): Use set_last_source_file.
7914 (coff_end_symtab): Likewise.
7915 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
7916 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
7917 set_last_source_file.
7918 (process_one_symbol): Use get_last_source_file.
7919 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
7920 (psymtab_to_symtab_1): Use get_last_source_file.
7921 * xcoffread.c (process_linenos): Use get_last_source_file.
7922 (complete_symtab): Use set_last_source_file.
7923 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
7924 (scan_xcoff_symtab): Use set_last_source_file.
7925
7926 2013-01-21 Tom Tromey <tromey@redhat.com>
7927
7928 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
7929 (symbol_set_names): Remove casts. Handle field const-ness.
7930
7931 2013-01-21 Tom Tromey <tromey@redhat.com>
7932
7933 * dwarf2read.c (new_symbol_full): Remove cast.
7934 * symtab.c (symbol_set_demangled_name): Make 'name' const.
7935 * symtab.h (symbol_set_demangled_name): Update.
7936
7937 2013-01-21 Tom Tromey <tromey@redhat.com>
7938
7939 * main.c (captured_main): Call bfd_init.
7940
7941 2013-01-21 Tom Tromey <tromey@redhat.com>
7942
7943 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
7944 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
7945 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
7946 * NEWS: Update.
7947
7948 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7949
7950 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
7951
7952 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7953
7954 Fix gdb.fortran/common-block.exp crash in PIE mode.
7955 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
7956 LOC_COMMON_BLOCK.
7957 * f-valprint.c (info_common_command_for_block): Expect
7958 LOC_COMMON_BLOCK in gdb_assert.
7959 * symtab.h (struct general_symbol_info): Update comment for the
7960 common_block member.
7961 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
7962 (enum address_class): New member LOC_COMMON_BLOCK.
7963
7964 2013-01-18 David Blaikie <dblaikie@gmail.com>
7965
7966 * MAINTAINERS (Write After Approval): Add "David Blaikie".
7967
7968 2013-01-18 Tom Tromey <tromey@redhat.com>
7969
7970 PR c++/14999:
7971 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
7972 Call require_rvalue.
7973
7974 2013-01-18 Yao Qi <yao@codesourcery.com>
7975
7976 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
7977 (dbx_read_symtab): New declaration.
7978 (dbx_psymtab_to_symtab): Delete.
7979 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
7980 Rename parameter PST to SELF. Exchanged two parameters.
7981 (start_psymtab): Caller update.
7982 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
7983 (dwarf2_read_symtab): New declaration.
7984 (dwarf2_psymtab_to_symtab): Delete.
7985 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
7986 Rename parameter PST to SELF. Exchanged two parameters.
7987 (create_partial_symtab): Caller update.
7988 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
7989 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
7990 Rename parameter PST to SELF. Exchanged two parameters.
7991 (parse_partial_symbols, new_psymtab): Caller update.
7992 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
7993 two parameters.
7994 * psymtab.c (psymtab_to_symtab): Caller update.
7995 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
7996 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
7997 Rename parameter PST to SELF. Exchanged two parameters.
7998 (xcoff_start_psymtab): Caller update.
7999
8000 2013-01-18 Yao Qi <yao@codesourcery.com>
8001
8002 * infrun.c (proceed): Rename local variable 'oneproc' to
8003 'force_step'.
8004
8005 2013-01-17 Doug Evans <dje@google.com>
8006
8007 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
8008 (dw2_build_type_unit_groups): Delete. All uses updated.
8009
8010 * symtab.h (struct symbol_search): Add comment.
8011
8012 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8013
8014 * symtab.c (compare_filenames_for_search): New comment for
8015 HAS_DRIVE_SPEC.
8016
8017 2013-01-17 Tom Tromey <tromey@redhat.com>
8018
8019 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
8020
8021 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8022
8023 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
8024 initialize it by existing make_cleanup. Call new do_cleanups.
8025
8026 2013-01-17 Tom Tromey <tromey@redhat.com>
8027
8028 * cp-abi.c (cp_abi_completer): New function.
8029 (_initialize_cp_abi): Set completer for "set cp-abi".
8030
8031 2013-01-17 Tom Tromey <tromey@redhat.com>
8032
8033 * mem-break.c: Remove obsolete comment.
8034 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
8035
8036 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8037
8038 * jit.c (jit_reader_load_command): Interpret the jit reader name
8039 as an absolute path if it begins with a forward slash.
8040
8041 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8042
8043 PR gdb/14550
8044
8045 * jit.c (finalize_symtab): Ensure that only the global block has a
8046 NULL superblock.
8047
8048 2013-01-17 Pedro Alves <palves@redhat.com>
8049
8050 * acinclude.m4: Include ../config/plugins.m4,
8051 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
8052 * Makefile.in (aclocal_m4_deps): Update.
8053 * aclocal.m4: Renegerate.
8054
8055 2013-01-16 Doug Evans <dje@google.com>
8056
8057 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
8058
8059 2013-01-16 Pedro Alves <palves@redhat.com>
8060 Tom Tromey <tromey@redhat.com>
8061
8062 PR cli/7221:
8063 * NEWS: Add "catch signal".
8064 * breakpoint.c (base_breakpoint_ops): No longer static.
8065 (bpstat_explains_signal): New function.
8066 (init_catchpoint): No longer static.
8067 (base_breakpoint_explains_signal): New function.
8068 (base_breakpoint_ops): Initialize new field.
8069 * breakpoint.h (enum bpstat_signal_value): New.
8070 (struct breakpoint_ops) <explains_signal>: New field.
8071 (bpstat_explains_signal): Remove macro, declare as function.
8072 (base_breakpoint_ops, init_catchpoint): Declare.
8073 * break-catch-sig.c: New file.
8074 * inferior.h (signal_catch_update): Declare.
8075 * infrun.c (signal_catch): New global.
8076 (handle_syscall_event): Update for change to
8077 bpstat_explains_signal.
8078 (handle_inferior_event): Likewise. Always handle random signals
8079 via bpstats.
8080 (signal_cache_update): Check signal_catch.
8081 (signal_catch_update): New function.
8082 (_initialize_infrun): Initialize signal_catch.
8083 * Makefile.in (SFILES): Add break-catch-sig.c.
8084 (COMMON_OBS): Add break-catch-sig.o.
8085
8086 2013-01-16 Tom Tromey <tromey@redhat.com>
8087
8088 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
8089 (print_one_catch_solib, print_one_catch_syscall)
8090 (print_one_catch_exec, print_one_exception_catchpoint): Emit
8091 "catch-type".
8092
8093 2013-01-16 Yao Qi <yao@codesourcery.com>
8094
8095 * printcmd.c (current_display_number): Make it static.
8096
8097 2013-01-16 Yao Qi <yao@codesourcery.com>
8098
8099 * infcmd.c (step_once): Don't check '!single_inst' as it was
8100 checked before.
8101
8102 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8103
8104 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
8105
8106 2013-01-14 Tom Tromey <tromey@redhat.com>
8107
8108 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
8109 set command.
8110 * command.h (add_setshow_string_noescape_cmd): Update.
8111 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
8112 (complete_set_gnutarget): New function.
8113 (_initialize_core): Set the "set gnutarget" completer.
8114
8115 2013-01-14 Tom Tromey <tromey@redhat.com>
8116
8117 PR symtab/14442:
8118 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
8119 (c_type_print_modifier): Likewise.
8120 * dwarf2read.c (read_tag_restrict_type): New function.
8121 (read_type_die_1): Handle DW_TAG_restrict_type.
8122 * gdbtypes.c (make_restrict_type): New function.
8123 (recursive_dump_type): Handle TYPE_RESTRICT.
8124 * gdbtypes.h (enum type_flag_values): Renumber.
8125 (enum type_instance_flag_value): Add
8126 TYPE_INSTANCE_FLAG_RESTRICT.
8127 (TYPE_RESTRICT): New macro.
8128 (make_restrict_type): Declare.
8129
8130 2013-01-14 Tom Tromey <tromey@redhat.com>
8131
8132 PR symtab/14931:
8133 * psymtab.c (struct psymtab_state): New.
8134 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
8135 functions.
8136 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
8137 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
8138
8139 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
8140 Pedro Alves <palves@redhat.com>
8141
8142 PR remote/14786
8143
8144 * remote.c (remote_threads_info): Make a copy of the reply from
8145 qfThreadInfo and use that instead of rs->buf.
8146
8147 2013-01-14 Yao Qi <yao@codesourcery.com>
8148
8149 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
8150 (dbx_psymtab_to_symtab): Likewise.
8151 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
8152 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
8153 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
8154
8155 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8156
8157 * parse.c (parse_exp_in_context): New variable inner_chain. Call
8158 make_cleanup_restore_current_language. Call set_language. Move
8159 OLD_CHAIN and INNER_CHAIN cleanups.
8160 * utils.c (do_restore_current_language)
8161 (make_cleanup_restore_current_language): New functions.
8162 * utils.h (make_cleanup_restore_current_language): New declaration.
8163
8164 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8165
8166 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
8167 non-existing files.
8168
8169 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
8170 non-existing files if FILENAME is already absolute.
8171
8172 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8173
8174 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
8175 fputs_filtered. Append trailing newline.
8176
8177 2013-01-11 Yao Qi <yao@codesourcery.com>
8178 Stan Shebs <stan@codesourcery.com>
8179
8180 * psymtab.c (init_psymbol_list): Clarify the comment.
8181
8182 2013-01-11 Yao Qi <yao@codesourcery.com>
8183
8184 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
8185 (update_dprintf_command_list): Assert that 'printf_line' is
8186 non-null. Remove condition check.
8187
8188 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8189
8190 Code cleanup.
8191 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
8192 type const char *.
8193 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
8194 const char *.
8195 * tui/tui-source.h (tui_source_is_displayed): Likewise.
8196
8197 2013-01-09 Anthony Green <green@moxielogic.com>
8198
8199 * cp-abi.c (cplus_print_vtable): Don't return value from void
8200 function.
8201 * ada-lang.c (re_set_catch_assert): Ditto.
8202
8203 2013-01-09 Doug Evans <dje@google.com>
8204
8205 * symfile.h (quick_symbol_functions): Delete member
8206 pre_expand_symtabs_matching. All uses removed.
8207 * dwarf2read.c (dw2_lookup_symbol): Implement.
8208 (dw2_do_expand_symtabs_matching): Delete.
8209 (dw2_pre_expand_symtabs_matching): Delete.
8210 (struct dw2_symtab_iterator): New type.
8211 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
8212 (dw2_expand_symtabs_for_function): Rewrite.
8213 (dwarf2_gdb_index_functions): Update.
8214 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
8215 (psym_functions): Update.
8216
8217 2013-01-09 Tom Tromey <tromey@redhat.com>
8218
8219 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
8220 * configure: Rebuild.
8221 * configure.ac: Add somread.o to the build if BFD has SOM
8222 support.
8223 * somread.c: Include som/aout.h, not syms.h.
8224 (som_symtab_read): Use som_external_symbol_dictionary_record.
8225 Unpack records manually.
8226 (_initialize_somread): Declare.
8227
8228 2012-01-08 Mike Frysinger <vapier@gentoo.org>
8229
8230 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
8231 Cast return_address to 64bits.
8232
8233 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
8234
8235 * printcmd.c: Remove define of function output_command.
8236 * tracepoint.c: Remove extern of function output_command.
8237 * valprint.h: (output_command): New extern.
8238
8239 2013-01-07 Tom Tromey <tromey@redhat.com>
8240
8241 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
8242 Remove.
8243 (objc_language_defn): Use c_printchar, c_printstr,
8244 c_emit_char.
8245
8246 2013-01-07 Tom Tromey <tromey@redhat.com>
8247
8248 PR cli/7719:
8249 * NEWS: Update.
8250 * ada-valprint.c (printstr, print_field_values): Remove
8251 "inspect_it" code.
8252 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
8253 code.
8254 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
8255 code.
8256 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
8257 * main.c (captured_main): Remove "epoch" argument.
8258 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
8259 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
8260 * p-valprint.c (pascal_object_print_value_fields): Remove
8261 "inspect_it" code.
8262 * printcmd.c (print_command_1): Remove 'inspect' argument.
8263 (print_command, call_command): Update.
8264 (inspect_command): Remove.
8265 (_initialize_printcmd): Make "inspect" an alias for "print".
8266 * top.c (epoch_interface): Remove.
8267 * top.h (epoch_interface): Remove.
8268 * valprint.c (user_print_options): Update.
8269 (print_converted_chars_to_obstack): Remove "inspect_it" code.
8270 * valprint.h (struct value_print_options) <inspect_it>: Remove
8271 field.
8272
8273 2013-01-04 Tom Tromey <tromey@redhat.com>
8274
8275 * valprint.h (read_string): Add 'extern'.
8276
8277 2013-01-07 Joel Brobecker <brobecker@adacore.com>
8278
8279 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
8280 used to decide whether to define darwin_read_dyld_info or not.
8281
8282 2013-01-03 Pierre Muller <muller@sourceware.org>
8283
8284 * main.c (relocate_gdb_directory): Avoid calling stat function
8285 if DIR is empty.
8286
8287 2013-01-03 Yao Qi <yao@codesourcery.com>
8288
8289 * psymtab.c (fixup_psymbol_section): Update declaration.
8290 (fixup_psymbol_section): Remove code returning value.
8291
8292 2013-01-03 Yao Qi <yao@codesourcery.com>
8293
8294 * symtab.h: Remove some out of date comments.
8295 (enum exception_event_kind): Move it ...
8296 * breakpoint.c: ... here.
8297
8298 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
8299
8300 PR gdb/14405
8301 * darwin-nat.c (darwin_read_dyld_info): Only build if
8302 TASK_DYLD_INFO_COUNT is defined.
8303 (darwin_xfer_partial): Call darwin_read_dyld_info only if
8304 TASK_DYLD_INFO_COUNT is defined.
8305
8306 2013-01-02 Tom Tromey <tromey@redhat.com>
8307
8308 * symfile.h (struct ecoff_debug_hack): Remove.
8309 * objfiles.c: Don't include mdebugread.h.
8310
8311 2013-01-02 Tom Tromey <tromey@redhat.com>
8312
8313 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
8314 * configure.ac: Check for Mach-O support in BFD. Update
8315 CONFIG_OBS.
8316 * configure: Rebuild.
8317
8318 2013-01-02 Tom Tromey <tromey@redhat.com>
8319
8320 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
8321 * configure.ac: Use GDB_AC_CHECK_BFD.
8322 * configure: Rebuild.
8323
8324 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
8325
8326 * MAINTAINERS: Update my email.
8327
8328 2013-01-01 Joel Brobecker <brobecker@adacore.com>
8329
8330 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
8331
8332 2013-01-01 Joel Brobecker <brobecker@adacore.com>
8333
8334 * rs6000-nat.c (bss_data_overlap): New function.
8335 (vmap_symtab): Use it to adjust the .bss section's offset.
8336
8337 2013-01-01 Joel Brobecker <brobecker@adacore.com>
8338
8339 Update year range in copyright notice of all files.
8340
8341 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
8342
8343 * top.c (print_gdb_version): Update copyright year.
8344
8345 For older changes see ChangeLog-2012.
8346 \f
8347 Local Variables:
8348 mode: change-log
8349 left-margin: 8
8350 fill-column: 74
8351 version-control: never
8352 coding: utf-8
8353 End:
This page took 0.202347 seconds and 5 git commands to generate.