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