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