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