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