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