Fix PR cli/15603
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
427cd150
TT
12013-06-18 Tom Tromey <tromey@redhat.com>
2
3 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
4 argument.
5 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
6 Special case signals other than GDB_SIGNAL_TRAP.
7 (explains_signal_watchpoint): New function.
8 (base_breakpoint_explains_signal): Add 'sig' argument.
9 (initialize_breakpoint_ops): Set 'explains_signal' method for
10 watchpoints.
11 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
12 signal argument.
13 (bpstat_explains_signal): Likewise.
14 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
15
2d57700b
TT
162013-06-18 Tom Tromey <tromey@redhat.com>
17
18 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
19
ac475191
TT
202013-06-18 Tom Tromey <tromey@redhat.com>
21
22 * python/python.c (finish_python_initialization): Decref
23 'pythondir' on failure path as well.
24
5bd1ef56
TT
252013-06-18 Tom Tromey <tromey@redhat.com>
26
27 PR symtab/15391:
28 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
29 after taking bits_to_skip into account. Sign extend byte_offset.
30 * utils.h (gdb_sign_extend): Declare.
31 * utils.c (gdb_sign_extend): New function.
32
92fac807
JK
332013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
34
35 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
36
2d503272
PM
372013-06-17 Pierre Muller <muller@sourceware.org>
38
39 * corelow.c (core_open): Print GDB signal name instead of target
40 signal number.
41
6916fd98
MF
422013-06-17 Mike Frysinger <vapier@gentoo.org>
43
44 * .gitignore: Add /gcore.
45
9c02c129
DE
462013-06-13 Doug Evans <dje@google.com>
47
48 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
49 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
50
d0548fa2
PM
512013-06-12 Phil Muldoon <pmuldoon@redhat.com>
52
53 * stack.c (backtrace_command_1): Fix indentation.
54
22128028
JB
552013-06-11 Joel Brobecker <brobecker@adacore.com>
56
57 * window-nat.c (thread_rec): Add missing empty line after
58 local variable declaration.
59
2ed3e009
JB
602013-06-11 Joel Brobecker <brobecker@adacore.com>
61
62 * windows-nat.c (thread_rec): Revert format used to print
63 error code returned by SuspendThread from %d back to %u.
64
0c3d84be
JB
652013-06-11 Joel Brobecker <brobecker@adacore.com>
66
67 * windows-nat.c (windows_continue): Add "0x" prefix for thread
68 ID in debug trace.
69 (get_windows_debug_event): Likewise, for all debug traces.
70
80e88e1a
JB
712013-06-11 Joel Brobecker <brobecker@adacore.com>
72
73 * window-nat.c (thread_rec): Add thread ID in SuspendThread
74 warning message.
75
1edebdbf
YQ
762013-06-08 Pedro Alves <pedro@codesourcery.com>
77 Yao Qi <yao@codesourcery.com>
78
79 * mi/mi-main.c (get_register): Remove declaration.
80 (output_register): Declare.
81 (mi_cmd_data_list_register_values): Remove local variable
82 'tuple_cleanup'. Move some code into output_register.
83 (get_register): Renamed to ...
84 (output_register): ... this. Output the register's
85 "number" ui_out tuple here.
86
47d48711
PA
872013-06-07 Pedro Alves <palves@redhat.com>
88
89 * darwin-nat.c: Fix formating in copyright header.
90 * darwin-nat.h: Likewise.
91 * gnu-nat.c: Likewise.
92 * machoread.c: Likewise.
93
3aee8918
PA
942013-06-07 Pedro Alves <palves@redhat.com>
95
5f2b57b5 96 PR server/14823
3aee8918
PA
97 * regformats/regdat.sh: Output #include tdesc.h. Make globals
98 static. Output a global target description pointer.
99 (init_registers_${name}): Adjust to initialize a
100 target description structure.
101
fe8400b4
WN
1022013-06-07 Will Newton <will.newton@linaro.org>
103
104 * printcmd.c (build_address_symbolic): Call
105 gdbarch_addr_bits_remove for text minimal symbols.
106
20df6206
WN
1072013-06-07 Will Newton <will.newton@linaro.org>
108
109 * MAINTAINERS: Add myself to Write After Approval.
110
aef525cb
YQ
1112013-06-07 Yao Qi <yao@codesourcery.com>
112
113 * tracepoint.c (start_tracing): Move code to ...
114 (trace_reset_local_state): ... here. New.
115 (disconnect_tracing): Don't call set_current_traceframe,
116 set_tracepoint_num, and set_traceframe_context. Call
117 trace_reset_local_state instead.
118 (tfile_close): Call trace_reset_local_state.
119 * ctf.c (ctf_close): Likewise.
120 * remote.c (remote_close): Likewise.
121 * tracepoint.h (trace_reset_local_state): Declare.
122
d2415c6c
DE
1232013-06-06 Doug Evans <dje@google.com>
124
125 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
126 and fix header docs.
127
69fc87c2
DE
1282013-06-05 Doug Evans <dje@google.com>
129 Keith Seitz <keiths@redhat.com>
130
131 PR 15519
132 * cp-namespace.c (find_symbol_in_baseclass): Call
133 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
134 Check result of call to lookup_symbol_static.
135 Call lookup_static_symbol_aux unconditionally.
136 Call check_typedef on base types before accessing them.
137 (cp_lookup_nested_symbol): Fix comment.
138
a513d1e8
LM
1392013-06-05 Luis Machado <lgustavo@codesourcery.com>
140
141 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
142 minimal symbols pointing to function descriptors.
143
351a6f02
TT
1442013-06-05 Tom Tromey <tromey@redhat.com>
145
146 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
147
5e1b953b 1482013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
c7c0b644 149 Pedro Alves <palves@redhat.com>
5e1b953b
SDJ
150
151 * remote.c (remote_wait_as): Restore signal handler before returning
152 when GDB gets a notification.
153
f9e14852
GB
1542013-06-04 Gary Benson <gbenson@redhat.com>
155
8445cbf1 156 PR 2328
f9e14852
GB
157 * breakpoint.h (handle_solib_event): Moved function declaration
158 to solib.h.
159 * breakpoint.c (handle_solib_event): Moved function to solib.c.
160 (bpstat_stop_status): Pass new argument to handle_solib_event.
161 * solib.h (update_solib_breakpoints): New function declaration.
162 (handle_solib_event): Moved function declaration from
163 breakpoint.h.
164 * solib.c (update_solib_breakpoints): New function.
165 (handle_solib_event): Moved function from breakpoint.c.
166 Updated to call solib_ops->handle_event if not NULL.
167 * solist.h (target_so_ops): New fields "update_breakpoints" and
168 "handle_event".
169 * infrun.c (set_stop_on_solib_events): New function.
170 (_initialize_infrun): Use the above for "set
171 stop-on-solib-events".
172 (handle_inferior_event): Pass new argument to handle_solib_event.
173 * solib-svr4.c (probe.h): New include.
174 (svr4_free_library_list): New forward declaration.
175 (probe_action): New enum.
176 (probe_info): New struct.
177 (probe_info): New static variable.
178 (NUM_PROBES): New definition.
179 (svr4_info): New fields "using_xfer", "probes_table" and
180 "solib_list".
181 (free_probes_table): New function.
182 (free_solib_list): New function.
183 (svr4_pspace_data_cleanup): Free probes table and solib list.
184 (svr4_copy_library_list): New function.
185 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
186 (svr4_read_so_list): New parameter "prev_lm".
187 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
188 (svr4_current_sos): New function.
189 (probe_and_action): New struct.
190 (hash_probe_and_action): New function.
191 (equal_probe_and_action): Likewise.
192 (register_solib_event_probe): Likewise.
193 (solib_event_probe_at): Likewise.
194 (solib_event_probe_action): Likewise.
195 (solist_update_full): Likewise.
196 (solist_update_incremental): Likewise.
197 (disable_probes_interface_cleanup): Likewise.
198 (svr4_handle_solib_event): Likewise.
199 (svr4_update_solib_event_breakpoint): Likewise.
200 (svr4_update_solib_event_breakpoints): Likewise.
201 (svr4_create_solib_event_breakpoints): Likewise.
202 (enable_break): Free probes table before creating breakpoints.
203 Use svr4_create_solib_event_breakpoints to create breakpoints.
204 (svr4_solib_create_inferior_hook): Free the solib list.
205 (_initialize_svr4_solib): Initialise
206 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
207
ced63ec0
GB
2082013-06-04 Gary Benson <gbenson@redhat.com>
209
210 * target.h (target_ops): New field
211 "to_augmented_libraries_svr4_read".
212 (target_augmented_libraries_svr4_read): New macro.
213 * target.c (update_current_target): Handle
214 to_augmented_libraries_svr4_read.
215 * remote.c (remote_state): New field
216 "augmented_libraries_svr4_read".
217 (remote_augmented_libraries_svr4_read_feature): New function.
218 (remote_protocol_features): Add entry for
219 "augmented-libraries-svr4-read".
220 (remote_augmented_libraries_svr4_read): New function.
221 (init_remote_ops): Initialize
222 remote_ops.to_augmented_libraries_svr4_read.
223
7f91dbec
GB
2242013-06-04 Gary Benson <gbenson@redhat.com>
225
226 * NEWS: Update.
227
607ece04
GB
2282013-06-04 Gary Benson <gbenson@redhat.com>
229
230 * objfiles.h (inhibit_section_map_updates): New function
231 declaration.
232 (resume_section_map_updates): Likewise.
233 (resume_section_map_updates_cleanup): Likewise.
234 * objfiles.c (objfile_pspace_info): Removed field
235 "objfiles_changed_p". New fields "new_objfiles_available",
236 "section_map_dirty" and "inhibit_updates".
237 (allocate_objfile): Set new_objfiles_available.
238 (free_objfile): Set section_map_dirty.
239 (objfile_relocate1): Likewise.
240 (in_plt_section): Likewise.
241 (find_pc_section): Update the conditions under which the
242 section map will be updated.
243 (inhibit_section_map_updates): New function.
244 (resume_section_map_updates): Likewise.
245 (resume_section_map_updates_cleanup): Likewise.
246
9ee6a5ac
GB
2472013-06-04 Gary Benson <gbenson@redhat.com>
248
249 * probe.h (get_probe_argument_count): New declaration.
250 (evaluate_probe_argument): Likewise.
251 * probe.c (get_probe_argument_count): New function.
252 (evaluate_probe_argument): Likewise.
253 (probe_safe_evaluate_at_pc): Use the above new functions.
254
845d4708
AM
2552013-06-04 Alan Modra <amodra@gmail.com>
256
257 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
258 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
259 (ppc_insns_match_pattern): Add frame param. Avoid multiple
260 target mem reads on optional insns.
261 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
262 ppc_insns_match_pattern calls.
263 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
264 Add match for power7 thread safety insns, and new order of
265 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
266 invocation in comment, and update rest of comment.
267 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
268 PPC64_STANDARD_LINKAGE3_LEN): Delete.
269 (ppc64_standard_linkage2_target): Update insn offsets.
270 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
271 stubs first. Update calls.
272
404e278f
YQ
2732013-06-04 Yao Qi <yao@codesourcery.com>
274
275 * solib.c (solib_find): Don't need dir separator if path has
276 drive spec.
277
f6aea118
JB
2782013-06-03 Joel Brobecker <brobecker@adacore.com>
279
280 Revert (indirectly causes a SIGSEGV):
281 * machoread.c (macho_symfile_read): Assign first cleanup to
282 'back_to'.
283
87967e27
YQ
2842013-06-03 Yao Qi <yao@codesourcery.com>
285
286 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
287 mi-parse.c. Make them static.
288 (mi_all_values): Likewise.
289 (mi_parse_values_option): Move to mi-parse.c. Rename it to
290 mi_parse_print_values. Make it external.
291 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
292 Remove the declarations.
293 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
294 * mi/mi-parse.h (mi_parse_print_values): Declare.
295 * mi/mi-cmd-stack.c: Include mi-parse.h.
296 (parse_print_values): Remove
297 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
298 of parse_print_values.
299 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
300
3ca73e0c
YQ
3012013-05-31 Pedro Alves <pedro@codesourcery.com>
302 Yao Qi <yao@codesourcery.com>
303
304 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
305 (encode_actions): Move code to ...
306 (all_tracepoint_actions_and_cleanup): ... here. New.
307 (trace_dump_command): Likewise.
308
4e993a19
TT
3092013-05-30 Tom Tromey <tromey@redhat.com>
310
311 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
312
e3b76b4f
TT
3132013-05-30 Tom Tromey <tromey@redhat.com>
314
315 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
316 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
317 'old_chain' argument. Add 'parser_result' argument.
318 (gdb_xml_create_parser_and_cleanup): Remove old version.
319 (gdb_xml_parse_quick): Update.
320 (xml_process_xincludes): Update.
321 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
322 declare.
323
db26349c
TT
3242013-05-30 Tom Tromey <tromey@redhat.com>
325
326 * probe.c (collect_probes): Check arguments for NULL before
327 calling compile_rx_or_error.
328 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
329 Remove NULL return.
330
77f9e713
TT
3312013-05-30 Tom Tromey <tromey@redhat.com>
332
333 * infrun.c (adjust_pc_after_break): Introduce an outer null
334 cleanup.
335
45475de7
TT
3362013-05-30 Tom Tromey <tromey@redhat.com>
337
338 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
339
ac5007fd
TT
3402013-05-30 Tom Tromey <tromey@redhat.com>
341
342 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
343 for 'old_chain'. Do not check 'head' before processing
344 cleanups.
345
cd82eddc
TT
3462013-05-30 Tom Tromey <tromey@redhat.com>
347
348 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
349 "cleanup_tuple".
350
57cee33a
TT
3512013-05-30 Tom Tromey <tromey@redhat.com>
352
353 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
354 inner scope. Unconditionally call do_cleanups.
355
795d915c
TT
3562013-05-30 Tom Tromey <tromey@redhat.com>
357
358 * source.c (find_and_open_source): Call do_cleanups.
359
1fc3cf4a
TT
3602013-05-30 Tom Tromey <tromey@redhat.com>
361
362 * linux-thread-db.c (thread_db_load_search): Unconditionally
363 call do_cleanups.
364
e35ac9bf
TT
3652013-05-30 Tom Tromey <tromey@redhat.com>
366
367 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
368 for 'cleanup'; instead use a later one.
369
f3300387
TT
3702013-05-30 Tom Tromey <tromey@redhat.com>
371
372 * python/py-breakpoint.c (bppy_get_commands): Use
373 explicit, unconditional return.
374 * python/py-frame.c (frapy_read_var): Likewise.
375 * python/python.c (gdbpy_decode_line): Likewise.
376
c27e16e3
TT
3772013-05-30 Tom Tromey <tromey@redhat.com>
378
379 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
380 do_cleanups on all return paths.
381
5ae85e44
TT
3822013-05-30 Tom Tromey <tromey@redhat.com>
383
384 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
385
73b8d9da
TT
3862013-05-30 Tom Tromey <tromey@redhat.com>
387
388 * stabsread.c (read_struct_type): Call do_cleanups along
389 all return paths.
390
7d266584
MR
3912013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
392
393 * mips-linux-tdep.c: Adjust formatting throughout.
394
0f900f54
TT
3952013-05-30 Tom Tromey <tromey@redhat.com>
396
397 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
398 along all return paths.
399
a991ac28
TT
4002013-05-30 Tom Tromey <tromey@redhat.com>
401
402 * symfile.c (find_separate_debug_file): Call do_cleanups
403 along all return paths.
404
1abaf042
TT
4052013-05-30 Tom Tromey <tromey@redhat.com>
406
407 * symtab.c (search_symbols): Introduce a null cleanup for
408 'retval_chain'.
409
edefe1da
TT
4102013-05-30 Tom Tromey <tromey@redhat.com>
411
412 * python/py-value.c (valpy_binop): Call do_cleanups before
413 exiting loop.
414
54f72dcc
TT
4152013-05-30 Tom Tromey <tromey@redhat.com>
416
417 * python/py-prettyprint.c (print_children): Remove extra
418 do_cleanups call.
419
af1c6971
TT
4202013-05-30 Tom Tromey <tromey@redhat.com>
421
422 * python/py-frame.c (frapy_read_var): Call do_cleanups along
423 all return paths.
424
b862ce75
TT
4252013-05-30 Tom Tromey <tromey@redhat.com>
426
427 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
428 along all return paths.
429
e12fefc8
TT
4302013-05-30 Tom Tromey <tromey@redhat.com>
431
432 * cli/cli-logging.c (set_logging_redirect): Unconditionally
433 call do_cleanups.
434
4867f990
TT
4352013-05-30 Tom Tromey <tromey@redhat.com>
436
437 * varobj.c (c_value_of_root): Call do_cleanups along all
438 return paths.
439
4fd2d6af
TT
4402013-05-30 Tom Tromey <tromey@redhat.com>
441
442 * tracepoint.c (trace_dump_command): Unconditionally call
443 do_cleanups.
444
752eb8b4
TT
4452013-05-30 Tom Tromey <tromey@redhat.com>
446
447 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
448 do_cleanups earlier.
449
e42d0aa5
TT
4502013-05-30 Tom Tromey <tromey@redhat.com>
451
452 * machoread.c (macho_symfile_read): Assign first cleanup to
453 'back_to'.
454
4bbc010a
TT
4552013-05-30 Tom Tromey <tromey@redhat.com>
456
457 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
458
b9635925
TT
4592013-05-30 Tom Tromey <tromey@redhat.com>
460
461 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
462
25f43500
TT
4632013-05-30 Tom Tromey <tromey@redhat.com>
464
465 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
466 call discard_cleanups.
467 (inf_ptrace_attach): Likewise.
468
d6a2e54a
TT
4692013-05-30 Tom Tromey <tromey@redhat.com>
470
471 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
472 return paths.
473 (mips_initialize): Likewise.
474 (common_open): Call do_cleanups.
475
48be7c1b
TT
4762013-05-30 Tom Tromey <tromey@redhat.com>
477
478 * utils.c (internal_vproblem): Call do_cleanups.
479
e61727ab
TT
4802013-05-30 Tom Tromey <tromey@redhat.com>
481
482 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
483
b81b921f
TT
4842013-05-30 Tom Tromey <tromey@redhat.com>
485
486 * cli/cli-script.c (setup_user_args): Don't return after error.
487
fe48dfb1
TT
4882013-05-30 Tom Tromey <tromey@redhat.com>
489
490 * somread.c (som_symtab_read): Call do_cleanups.
491
27833de7
TT
4922013-05-30 Tom Tromey <tromey@redhat.com>
493
494 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
495
5b3fca71
TT
4962013-05-30 Tom Tromey <tromey@redhat.com>
497
498 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
499 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
500 * interps.c (interpreter_exec_cmd): Call do_cleanups.
501 * source.c (show_substitute_path_command): Call do_cleanups.
502 (unset_substitute_path_command, set_substitute_path_command):
503 Likewise.
504 * symfile.c (load_command): Call do_cleanups.
505
af83e3f8
TT
5062013-05-30 Tom Tromey <tromey@redhat.com>
507
508 * contrib/cleanup_check.py: New file.
509 * contrib/gcc-with-excheck: Add option parsing.
510
564eac42
JB
5112013-05-30 Joel Brobecker <brobecker@adacore.com>
512
513 * windows-nat.c (windows_delete_thread): Add missing space
514 in cast expression.
515
47902076
HAQ
5162013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
517
518 * inferior.c (top level): Include tilde.h.
519 (add_inferior_command): Call tilde_expand on the value of 'exec'
520 argument.
521
23da373a
YQ
5222013-05-30 Pedro Alves <pedro@codesourcery.com>
523 Yao Qi <yao@codesourcery.com>
524
525 * tracepoint.c (encode_actions_1): Remove parameter 't'.
526 Caller update.
527 (encode_actions): Likewise.
528 * remote.c (remote_download_tracepoint): Caller update.
529 * tracepoint.h (encode_actions): Update declaration.
530
a6e6f791
PA
5312013-05-30 Pedro Alves <palves@redhat.com>
532
533 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
534 pointer.
535
36d25514
YQ
5362013-05-30 Yao Qi <yao@codesourcery.com>
537
538 * remote.c (remote_check_symbols): Remove unused parameter
539 'objfile'.
540 Declaration update.
541 (remote_start_remote, remote_new_objfile): Caller update.
542
62a813cc
YQ
5432013-05-30 Yao Qi <yao@codesourcery.com>
544
545 * mi/mi-cmds.c (mi_cmds): Define MI command
546 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
547 DEF_MI_CMD_CLI.
548
28439a30
PA
5492013-05-29 Pedro Alves <palves@redhat.com>
550
551 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
552 (remote_insert_watchpoint, remote_remove_watchpoint)
553 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
554 (remote_verify_memory, compare_sections_command)
555 (remote_search_memory): Set the general process/thread on the
556 remote side.
557
6ac1c082
PA
5582013-05-29 Pedro Alves <palves@redhat.com>
559
560 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
561 (_initialize_aarch64_tdep): Don't call
562 initialize_tdesc_aarch64_without_fpu.
563 * features/Makefile (WHICH): Remove reference to
564 aarch64-without-fpu.
565 * features/aarch64-without-fpu.c: Delete file.
566 * regformats/aarch64-without-fpu.dat: Delete file.
567
a73e3634
YQ
5682013-05-28 Yao Qi <yao@codesourcery.com>
569
570 * tracepoint.c (stringify_collection_list): Remove parameter
571 'string'.
572 (encode_actions): Caller update. Remove local variables.
573
c0ea94eb
YQ
5742013-05-24 Yao Qi <yao@codesourcery.com>
575
576 * tracepoint.c (TFILE_PID): Remove.
577 (tfile_open): Don't add thread and inferior.
578 (tfile_close): Don't set 'inferior_ptid'. Don't call
579 exit_inferior_silent.
580 (tfile_thread_alive): Remove.
581 (init_tfile_ops): Don't set field 'to_thread_alive' of
582 tfile_ops.
583
20d7f211
DE
5842013-05-23 Doug Evans <dje@google.com>
585
586 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
587
8658d16d
PA
5882013-05-23 Pedro Alves <palves@redhat.com>
589
590 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
591 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
592 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
593 Only define if HAVE_SOCKETS is defined.
594 * configure.ac: Check for sys/socket.h.
595 * config.in, configure: Regenerate.
596
21aa081e
PA
5972013-05-23 Pedro Alves <palves@redhat.com>
598
599 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
600 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
601 printing uint32_t variables.
602
c2d6af84
PA
6032013-05-23 Pedro Alves <palves@redhat.com>
604
605 * NEWS: Mention GDBserver range stepping support.
606
c1e36e3e
PA
6072013-05-23 Yao Qi <yao@codesourcery.com>
608 Pedro Alves <palves@redhat.com>
609
610 * gdbthread.h (struct thread_control_state) <may_range_step>: New
611 field.
612 * infcmd.c (step_once, until_next_command): Enable range stepping.
613 * infrun.c (displaced_step_prepare): Disable range stepping.
614 (resume): Disable range stepping if stepping over a breakpoint or
615 we have software watchpoints. If range stepping is enabled,
616 assert the thread is in the stepping range.
617 (clear_proceed_status_thread): Clear may_range_step.
618 (handle_inferior_event): Disable range stepping as soon as we know
619 the thread that hit the event. Re-enable it whenever we're going
620 to step with a step range.
621 * remote.c (struct vCont_action_support) <r>: New field.
622 (use_range_stepping): New global.
623 (remote_vcont_probe): Handle 'r' action.
624 (append_resumption): Append an 'r' action if the thread may range
625 step.
626 (show_range_stepping): New function.
627 (set_range_stepping): New function.
628 (_initialize_remote): Call add_setshow_boolean_cmd to register the
629 'set range-stepping' and 'show range-stepping' commands.
630 * NEWS: Mention range stepping, the new vCont;r action, and the
631 new "set/show range-stepping" commands.
632
d458bd84
PA
6332013-05-23 Yao Qi <yao@codesourcery.com>
634 Pedro Alves <palves@redhat.com>
635
636 * remote.c (struct vCont_action_support): New struct.
637 (struct remote_state) <support_vCont_t>: Remove field.
638 <vCont_actions_support>: New field.
639 (remote_vcont_probe, remote_stop_ns): Update.
640
ce4c476a
PA
6412013-05-23 Yao Qi <yao@codesourcery.com>
642 Pedro Alves <palves@redhat.com>
643
644 * gdbthread.h (pc_in_thread_step_range): New declaration.
645 * thread.c (pc_in_thread_step_range): New function.
646 * infrun.c (handle_inferior_event): Use it.
647
ce70887a
JB
6482013-05-23 Joel Brobecker <brobecker@adacore.com>
649
650 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
651 of sprintf.
652
55b87a52
KS
6532013-05-22 Keith Seitz <keiths@redhat.com>
654
655 * ada-lang.c (is_known_support_routine): Add explicit free of
656 'func_name' from find_frame_funname.
657 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
658 for func_name from find_frame_funname.
659 * python/py-frame.c (frapy_name): Add explicit free of
660 'name' from find_frame_funname.
661 * stack.c (find_frame_funname): Add comment explaining that
662 funcp must be freed by the caller.
663 Return copy of symbol names instead of pointers.
664 (print_frame): Add a cleanup for 'funname' from
665 find_frame_funname.
666 * stack.h (find_frame_funname): Remove "const" from
667 'funname' parameter.
668
5f2e6b00
TT
6692013-05-22 Tom Tromey <tromey@redhat.com>
670
671 PR c++/15401:
672 * c-valprint.c (c_value_print): Use value_addr for
673 references. Convert back to reference type with value_ref.
674
d85c4847
EZ
6752013-05-22 Eli Zaretskii <eliz@gnu.org>
676
677 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
678 unloaded DLL, it will be done by handle_solib_event. See
679 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
680 details.
681
54eb231c
PM
6822013-05-22 Phil Muldoon <pmuldoon@redhat.com>
683
684 * ui-out.c: Create typedef ui_out_level_p and define vector
685 operations for that type.
686 (struct ui_out): Use a vector instead of an array.
687 (current_level): Return level from a vector.
688 (push_level): Create a level in a vector.
689 (pop_level): Delete a level in a vector.
690 (ui_out_new): Create initial level zero level, and store in a
691 vector.
692 (ui_out_destroy): Add vector cleanup.
693
ac90359c
PA
6942013-05-22 Pedro Alves <palves@redhat.com>
695
696 * python/python-internal.h (gdb_Py_DECREF): Tag with
697 "ARI: editCase function".
698
6dcc1893
PP
6992013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
700
701 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
702
c8c735b9
PA
7032013-05-21 Pedro Alves <palves@redhat.com>
704
705 * python/py-prettyprint.c (apply_val_pretty_printer): Check
706 whether PRINTER is NULL before installing a Py_DECREF cleanup.
707 * python/py-utils.c (py_decref): Don't check for NULL before
708 calling Py_DECREF.
709
1915daeb
PA
7102013-05-21 Pedro Alves <palves@redhat.com>
711
712 * python/py-utils.c (py_decref): Remove extra braces.
713 (gdb_pymodule_addobject): Remove extra braces.
714 * python-internal.h (gdb_Py_DECREF): New static inline function.
715 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
716
bd9673a4
PW
7172013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
718
719 * breakpoints.c (detach_breakpoints): Do not
720 detach breakpoints locations with loc_type bp_loc_other.
721
ff6009d0
JK
7222013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
723
724 Workaround Python 2.6.
725 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
726 a block.
727
3641da11
JK
7282013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
729
730 Code cleanup: constification.
731 * solib.c (solib_ops): Make return type and ops variable type const.
732 (set_solib_ops): Make the new_ops parameter and ops variable const.
733 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
734 (solib_add, solib_keep_data_in_core, clear_solib)
735 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
736 (reload_shared_libraries, solib_global_lookup): Make the ops variable
737 const.
738 * solib.h (set_solib_ops): Make the new_ops parameter const.
739
776af39e
JB
7402013-05-21 Joel Brobecker <brobecker@adacore.com>
741
742 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
743 variable.
744 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
745 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
746 (SYSTEM_GDBINIT_FILES): New variables.
747 (all): Add stamp-system-gdbinit.
748 (stamp-system-gdbinit): New rule.
749 (clean-system-gdbinit, install-system-gdbinit)
750 (uninstall-system-gdbinit): New rules. Make them .PHONY.
751 (install-only): Add dependency on install-system-gdbinit.
752 (uninstall): Add dependency on uninstall-system-gdbinit.
753 (clean): Add dependency on clean-system-gdbinit.
754 * system-gdbinit/elinos.py: New file.
755 * system-gdbinit/wrs-linux.py: New file.
756
1509e573
JB
7572013-05-21 Joel Brobecker <brobecker@adacore.com>
758
759 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
760
c5867ab6
HZ
7612013-05-21 Hui Zhu <hui@codesourcery.com>
762
763 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
764 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
765 * mi/mi-cmd-break.c (ctype.h): New include.
766 (gdb_obstack.h): New include.
767 (mi_argv_to_format, mi_cmd_break_insert_1): New.
768 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
769 (mi_cmd_dprintf_insert): New.
770 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
771 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
772
7d38e38f
TT
7732013-05-20 Tom Tromey <tromey@redhat.com>
774
775 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
776
97b77b39
TT
7772013-05-20 Tom Tromey <tromey@redhat.com>
778
779 * python/py-value.c (valpy_get_dynamic_type): Simplify
780 dynamic_type assignment. Use Py_XINCREF.
781
53e66479
TT
7822013-05-20 Tom Tromey <tromey@redhat.com>
783
784 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
785
dcf87832
TT
7862013-05-20 Tom Tromey <tromey@redhat.com>
787
788 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
789 (gdbpy_selected_frame): Move object-construction code
790 out of TRY_CATCH.
791
aa36459a
TT
7922013-05-20 Tom Tromey <tromey@redhat.com>
793
794 * python/py-arch.c (gdbpy_initialize_arch): Use
795 gdb_pymodule_addobject.
796 * python/py-block.c (gdbpy_initialize_blocks): Use
797 gdb_pymodule_addobject.
798 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
799 gdb_pymodule_addobject.
800 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
801 gdb_pymodule_addobject.
802 * python/py-event.c (gdbpy_initialize_event_generic): Use
803 gdb_pymodule_addobject.
804 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
805 gdb_pymodule_addobject.
806 * python/py-evts.c (add_new_registry): Use
807 gdb_pymodule_addobject.
808 (gdbpy_initialize_py_events): Likewise.
809 * python/py-finishbreakpoint.c
810 (gdbpy_initialize_finishbreakpoints): Use
811 gdb_pymodule_addobject.
812 * python/py-frame.c (gdbpy_initialize_frames): Use
813 gdb_pymodule_addobject.
814 * python/py-function.c (gdbpy_initialize_functions): Use
815 gdb_pymodule_addobject.
816 * python/py-inferior.c (gdbpy_initialize_inferior): Use
817 gdb_pymodule_addobject.
818 * python/py-infthread.c (gdbpy_initialize_thread): Use
819 gdb_pymodule_addobject.
820 * python/py-objfile.c (gdbpy_initialize_objfile): Use
821 gdb_pymodule_addobject.
822 * python/py-param.c (gdbpy_initialize_parameters): Use
823 gdb_pymodule_addobject.
824 * python/py-progspace.c (gdbpy_initialize_pspace): Use
825 gdb_pymodule_addobject.
826 * python/py-symbol.c (gdbpy_initialize_symbols): Use
827 gdb_pymodule_addobject.
828 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
829 gdb_pymodule_addobject.
830 * python/py-type.c (gdbpy_initialize_types): Use
831 gdb_pymodule_addobject.
832 * python/py-utils.c (gdb_pymodule_addobject): New function.
833 * python/py-value.c (gdbpy_initialize_values): Use
834 gdb_pymodule_addobject.
835 * python/python-internal.h (gdb_pymodule_addobject): Declare.
836 * python/python.c (_initialize_python): Use
837 gdb_pymodule_addobject.
838
3d4a3c3e
TT
8392013-05-20 Tom Tromey <tromey@redhat.com>
840
841 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
842 * python/py-param.c (get_set_value, get_show_value): Use
843 explicit decrefs.
844 * python/python.c (start_type_printers, apply_type_printers):
845 Use explicit decrefs.
846
72ff8829
TT
8472013-05-20 Tom Tromey <tromey@redhat.com>
848
849 * python/py-evts.c (gdbpy_initialize_py_events): Don't
850 incref the module.
851
02146ba5
TT
8522013-05-20 Tom Tromey <tromey@redhat.com>
853
854 * python/python.c (gdbpy_run_events): Decref the result
855 of PyObject_CallObject.
856
33ee792f
TT
8572013-05-20 Tom Tromey <tromey@redhat.com>
858
859 * python/py-symtab.c (set_sal): Use
860 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
861 (symtab_and_line_to_sal_object): Update.
862
fcb49fc8
TT
8632013-05-20 Tom Tromey <tromey@redhat.com>
864
865 * python/py-param.c (compute_enum_values): Decref 'item'.
866
0646da15
TT
8672013-05-20 Tom Tromey <tromey@redhat.com>
868
869 * mi/mi-main.c: Include python-internal.h.
870 (mi_cmd_list_features): Check gdb_python_initialized.
871 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
872 (python_inferior_exit, python_new_objfile, add_thread_object)
873 (delete_thread_object, py_free_inferior): Check
874 gdb_python_initialized.
875 * python/py-prettyprint.c (apply_val_pretty_printer): Check
876 gdb_python_initialized.
877 * python/py-type.c (save_objfile_types): Check
878 gdb_python_initialized.
879 * python/python-internal.h (gdb_python_initialized): Declare.
880 * python/python.c (ensure_python_env): Throw exception if
881 Python not initialized.
882 (before_prompt_hook, source_python_script_for_objfile)
883 (start_type_printers, apply_type_printers,
884 free_type_printers): Check gdb_python_initialized.
885 * varobj.c (varobj_get_display_hint)
886 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
887 (install_new_value_visualizer, varobj_set_visualizer)
888 (value_get_print_value): Check gdb_python_initialized.
889
999633ed
TT
8902013-05-20 Tom Tromey <tromey@redhat.com>
891
892 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
893 Check errors.
894 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
895 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
896 Check errors.
897 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
898 Check errors.
899 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
900 Check errors.
901 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
902 Check errors.
903 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
904 init function to return 'int'.
905 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
906 Return 'int'. Check errors.
907 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
908 Check errors.
909 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
910 Return 'int'. Check errors.
911 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
912 Check errors.
913 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
914 Check errors.
915 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
916 Check errors.
917 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
918 Check errors.
919 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
920 Check errors.
921 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
922 Check errors.
923 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
924 Check errors.
925 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
926 Check errors.
927 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
928 Check errors.
929 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
930 Check errors.
931 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
932 Check errors.
933 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
934 Check errors.
935 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
936 Check errors.
937 * python/python-internal.h (gdbpy_initialize_auto_load,
938 gdbpy_initialize_values, gdbpy_initialize_frames,
939 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
940 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
941 gdbpy_initialize_blocks, gdbpy_initialize_types,
942 gdbpy_initialize_functions, gdbpy_initialize_pspace,
943 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
944 gdbpy_initialize_finishbreakpoints,
945 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
946 gdbpy_initialize_thread, gdbpy_initialize_inferior,
947 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
948 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
949 gdbpy_initialize_signal_event,
950 gdbpy_initialize_breakpoint_event,
951 gdbpy_initialize_continue_event,
952 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
953 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
954 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
955 * python/python.c (gdb_python_initialized): New global.
956 (gdbpy_initialize_events): Return 'int'. Check errors.
957 (_initialize_python): Check errors. Set
958 gdb_python_initialized.
959
18868860
TT
9602013-05-20 Tom Tromey <tromey@redhat.com>
961
962 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
963 Decref the reslut of PyObject_CallMethod.
964
9f4ff0c2
TT
9652013-05-20 Tom Tromey <tromey@redhat.com>
966
967 * python/py-event.c (gdbpy_initialize_event_generic): Return
968 early if PyType_Ready fails.
969
0d3a2e8a
TT
9702013-05-20 Tom Tromey <tromey@redhat.com>
971
972 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
973 as 'default' in the switch.
974
b86af38a
TT
9752013-05-20 Tom Tromey <tromey@redhat.com>
976
977 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
978 get_addr_from_python calls out of TRY_CATCH.
979 (infpy_write_memory, infpy_search_memory): Likewise.
980 * python/py-utils.c (get_addr_from_python): Return negative
981 value on error. Use TRY_CATCH.
982 * python/python-internal.h (get_addr_from_python): Use
983 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
984
c127ec58
TT
9852013-05-20 Tom Tromey <tromey@redhat.com>
986
987 * python/py-event.c (evpy_emit_event): Decref the
988 result of PyObject_CallFunctionObjArgs.
989
ba327838
TT
9902013-05-20 Tom Tromey <tromey@redhat.com>
991
992 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
993 Correctly decref.
994
d8191432
TT
9952013-05-20 Tom Tromey <tromey@redhat.com>
996
997 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
998
5d153bd1
TT
9992013-05-20 Tom Tromey <tromey@redhat.com>
1000
1001 * python/py-event.h (gdbpy_initialize_event_generic): Use
1002 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
1003 * python/py-evts.c (add_new_registry): Use
1004 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
1005 * python/python-internal.h
1006 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
1007
56cc411c
TT
10082013-05-20 Tom Tromey <tromey@redhat.com>
1009
1010 * python/py-arch.c (archpy_disassemble): Update.
1011 * python/py-type.c (typy_get_composite, typy_lookup_typename)
1012 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
1013 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
1014 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
1015 macro.
1016 (GDB_PY_HANDLE_EXCEPTION): Update.
1017 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
1018
8919e174
TT
10192013-05-20 Tom Tromey <tromey@redhat.com>
1020
1021 * python/python-internal.h (events_object_type): Remove.
1022
9b08f225
TT
10232013-05-20 Tom Tromey <tromey@redhat.com>
1024
1025 * python/py-event.h (evpy_emit_event): Use
1026 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
1027 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
1028 New macro.
1029
f04010ff
TT
10302013-05-20 Tom Tromey <tromey@redhat.com>
1031
1032 * py-evtregistry.c (create_event_object): Decref
1033 eventregistry_object if PyList_New fails.
1034
3919fd96
TT
10352013-05-20 Tom Tromey <tromey@redhat.com>
1036
1037 * py-cmd.c (gdbpy_string_to_argv): Check result of
1038 PyList_New.
1039
0430e8cb
TT
10402013-05-20 Tom Tromey <tromey@redhat.com>
1041
1042 * python/python.c (before_prompt_hook): Add cleanup to
1043 decref 'hook'.
1044
764123e4
TT
10452013-05-20 Tom Tromey <tromey@redhat.com>
1046
1047 * python/py-function.c (fnpy_init): Decref result of
1048 PyObject_GetAttrString.
1049
634c58be
TT
10502013-05-20 Tom Tromey <tromey@redhat.com>
1051
1052 * python/py-threadevent.c (get_event_thread): Use
1053 CPYCHECKER_RETURNS_BORROWED_REF.
1054 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
1055 New define.
1056 (pspace_to_pspace_object, objfile_to_objfile_object)
1057 (find_thread_object): Use it.
1058
62eec1a5
TT
10592013-05-20 Tom Tromey <tromey@redhat.com>
1060
1061 * python/py-arch.c (arch_object_type): Use
1062 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1063 * python/py-block.c (block_syms_iterator_object_type):
1064 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1065 * python/py-bpevent.c (breakpoint_event_object_type):
1066 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1067 * python/py-cmd.c (cmdpy_object_type): Use
1068 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1069 * python/py-continueevent.c (continue_event_object_type):
1070 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1071 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
1072 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1073 * python/py-events.h (thread_event_object_type):
1074 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1075 * python/py-evtregistry.c (eventregistry_object_type): Use
1076 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1077 * python/py-exitedevent.c (exited_event_object_type):
1078 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1079 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
1080 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1081 * python/py-function.c (fnpy_object_type): Use
1082 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1083 * python/py-inferior.c (inferior_object_type, membuf_object_type):
1084 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1085 * python/py-infthread.c (thread_object_type): Use
1086 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1087 * python/py-lazy-string.c (lazy_string_object_type):
1088 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1089 * python/py-newobjfileevent.c (new_objfile_event_object_type):
1090 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1091 * python/py-objfile.c (objfile_object_type): Use
1092 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1093 * python/py-param.c (parmpy_object_type):
1094 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1095 * python/py-progspace.c (pspace_object_type):
1096 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1097 * python/py-signalevent.c (signal_event_object_type):
1098 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1099 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
1100 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1101 * python/py-type.c (type_object_type, field_object_type)
1102 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1103 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
1104 define.
1105 (value_object_type, block_object_type, symbol_object_type)
1106 (event_object_type, stop_event_object_type, breakpoint_object_type)
1107 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1108
81ea8796
AT
11092013-05-20 Andreas Tobler <andreas@fgznet.ch>
1110
1111 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
1112 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
1113
a2ce51a0
DE
11142013-05-20 Doug Evans <dje@google.com>
1115
1116 When reading CU, stay in DWO. Be more tolerent of bad debug info.
1117 For Fission.
1118 * dwarf2read.c (struct dwarf2_per_cu_data): New member
1119 reading_dwo_directly.
1120 (struct signatured_type): New member dwo_unit.
1121 (struct die_reader_specs): New member comp_dir.
1122 (create_signatured_type_table_from_index): Use malloc for
1123 all_type_units instead of objfile's obstack.
1124 (create_all_type_units): Ditto.
1125 (fill_in_sig_entry_from_dwo_entry): New function.
1126 (add_type_unit): New function.
1127 (lookup_dwo_signatured_type): New function.
1128 (lookup_dwp_signatured_type): New function.
1129 (lookup_signatured_type): New arg cu. All callers updated.
1130 (init_cu_die_reader): Initialize comp_dir.
1131 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
1132 Change assert of matching type signatures to call error on mismatch.
1133 (lookup_dwo_unit): Add assert.
1134 (init_tu_and_read_dwo_dies): New function.
1135 (init_cutu_and_read_dies): Call it.
1136 (build_type_unit_groups): Handle case of no type unit groups created.
1137 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
1138 (lookup_dwo_cutu): Tweak complaint.
1139 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
1140 (dwarf2_per_objfile_free): Free all_type_units.
1141
a25cd31f
JB
11422013-05-20 Joel Brobecker <brobecker@adacore.com>
1143
1144 * windows-nat.c (handle_unload_dll): Add missing empty line.
1145
4d804846
JB
11462013-05-20 Joel Brobecker <brobecker@adacore.com>
1147
1148 * dwarf2read.c (prototyped_function_p): New function.
1149 (read_subroutine_type): Use it.
1150
1c432e72
JB
11512013-05-20 Joel Brobecker <brobecker@adacore.com>
1152
1153 * rs6000-aix-tdep.c: De-indent some example code provided
1154 as a comment.
1155
4feebbdd
EBM
11562013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
1157
1158 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
1159 region is ok for a hardware watchpoint using the new ptrace interface
1160 on Power servers.
1161
7d0c9981
DE
11622013-05-17 Doug Evans <dje@google.com>
1163
1164 * NEWS: Mention new maintenance commands check-symtabs, and
1165 expand-symtabs, and renamed check-psymtabs.
1166 * psymtab.c (maintenance_check_psymtabs): Renamed from
1167 maintenance_check_symtabs. Only process already-expanded symbol
1168 tables.
1169 (_initialize_psymtab): Update.
1170 * symmisc.c (maintenance_check_symtabs): New function.
1171 (maintenance_expand_name_matcher): New function
1172 (maintenance_expand_file_matcher): New function
1173 (maintenance_expand_symtabs): New function.
1174 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
1175 commands.
1176
6cbc7c3d
TT
11772013-05-17 Tom Tromey <tromey@redhat.com>
1178
1179 * python/py-inferior.c (infpy_read_memory): Don't call
1180 PyErr_SetString if PyObject_New fails.
1181 * python/py-frame.c (frame_info_to_frame_object): Don't call
1182 PyErr_SetString if PyObject_New fails.
1183
a48b32c0
L
11842013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
1185
1186 * acinclude.m4: Add check for dlopen in libdl.
1187 * configure.ac: Ditto.
1188 * configure: Regenerate.
1189
3de661e6
PM
11902013-05-17 Phil Muldoon <pmuldoon@redhat.com>
1191
1192 * frame.c (frame_stash): Convert to htab.
1193 (frame_addr_hash): New function.
1194 (frame_addr_hash_eq): New function.
1195 (frame_stash_create): Convert function to create
1196 a hash table.
1197 (frame_stash_add): Convert function to add an entry to a hash
1198 table.
1199 (frame_stash_find): Convert function to search the hash table.
1200 (frame_stash_invalidate): Convert function to empty the hash
1201 table.
1202 (get_frame_id): Only add to stash if a frame_id is created.
1203 (_initialize_frame): Call frame_stash_create.
1204
bb4168a9 12052013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
036c3acb
TS
1206
1207 * configure.ac: Ensure MIG is available when building for GNU Hurd
1208 hosts.
1209 * configure: Regenerate.
1210
d1be3247
JB
12112013-05-16 Joel Brobecker <brobecker@adacore.com>
1212
1213 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
1214
b8fea896
JB
12152013-05-16 Joel Brobecker <brobecker@adacore.com>
1216
1217 * ada-lang.c (ada_make_symbol_completion_list): Make sure
1218 all cleanups are done before returning from this function.
1219
af880d85
JB
12202013-05-15 Joel Brobecker <brobecker@adacore.com>
1221
1222 * utils.h: #include "exceptions.h".
1223 (enum errors): Remove partial declaration.
1224
356a5233
JB
12252013-05-15 Joel Brobecker <brobecker@adacore.com>
1226
1227 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
1228 * gdbarch.h, gdbarch.c: Regenerate.
1229 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
1230 handling.
1231
1232 * rs6000-aix-tdep.h: New file.
1233 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
1234 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
1235 "xml-utils.h".
1236 (struct field_info, struct ld_info_desc): New types.
1237 (ld_info32_desc, ld_info64_desc): New static constants.
1238 (struct ld_info): New type.
1239 (rs6000_aix_extract_ld_info): New function.
1240 (rs6000_aix_shared_library_to_xml): Likewise.
1241 (rs6000_aix_ld_info_to_xml): Likewise.
1242 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
1243 (rs6000_aix_init_osabi): Add call to
1244 set_gdbarch_core_xfer_shared_libraries_aix.
1245 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
1246 Remove "xml-utils.h" include.
1247 (LdInfo): Delete typedef.
1248 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
1249 Delete macros.
1250 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
1251 Adjust code accordingly.
1252 (rs6000_core_ldinfo): Delete, folded into
1253 rs6000_aix_core_xfer_shared_libraries_aix.
1254 (rs6000_xfer_shared_library): Delete.
1255 (rs6000_xfer_shared_libraries): Reimplement.
1256
742ce053
MM
12572013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1258
1259 * record.c (record_goto_cmdlist): New.
1260 (cmd_record_goto): Split into this ...
1261 (cmd_record_goto_begin): ... this
1262 (cmd_record_goto_end): ... and this.
1263 (_initialize_record): Change "record goto" to prefix command.
1264 Add commands for "record goto begin" and "record goto end".
1265 Add an alias for "record goto start" to "record goto begin".
1266
e93ba630
JK
12672013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1268
1269 * linespec.c (convert_linespec_to_sals): New comment for
1270 SOURCE_FILENAME assignment.
1271
5821aace
JK
12722013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1273
1274 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
1275 internal_warning.
1276
a1b8c4cc
TT
12772013-05-14 Tom Tromey <tromey@redhat.com>
1278
1279 * eval.c (parse_and_eval_long): Make 'exp' const.
1280 * value.h (parse_and_eval_long): Update.
1281
23b3a2c3
TT
12822013-05-14 Tom Tromey <tromey@redhat.com>
1283
1284 * ui-file.c (gdb_fopen): Make arguments const.
1285 * ui-file.h (gdb_fopen): Make arguments const.
1286
ca623f82
TT
12872013-05-14 Tom Tromey <tromey@redhat.com>
1288
1289 * remote.c (remote_set_trace_notes): Make arguments const.
1290 * target.c (update_current_target): Update cast.
1291 * target.h (to_set_trace_notes): Make arguments const.
1292
503ebb2c
TT
12932013-05-14 Tom Tromey <tromey@redhat.com>
1294
1295 * go32-nat.c (go32_terminal_info): Make 'args' const.
1296 * inferior.h (child_terminal_info): Update.
1297 * inflow.c (child_terminal_info): Make 'args' const.
1298 * target.c (default_terminal_info): Make 'args' const.
1299 (debug_to_terminal_save_ours): Likewise.
1300 * target.h (struct target_ops) <to_terminal_info>: Make argument
1301 const.
1302
85e1311a
TT
13032013-05-13 Tom Tromey <tromey@redhat.com>
1304
1305 * gcore.c (create_gcore_bfd): Make 'filename' const.
1306 * gcore.h (create_gcore_bfd): Make 'filename' const.
1307 * record-full.c (record_full_save): Make 'recfilename' const.
1308 * target.c (target_save_record): Make 'filename' const.
1309 * target.h (struct target_ops) <to_save_record>: Make 'filename'
1310 const.
1311 (target_save_record): Likewise.
1312
d62bfeaf
TT
13132013-05-13 Tom Tromey <tromey@redhat.com>
1314
92ce080b 1315 PR gdb/15338:
d62bfeaf
TT
1316 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
1317 ranges section has been read.
1318
ac1ca910
TT
13192013-05-13 Tom Tromey <tromey@redhat.com>
1320
1321 PR exp/15364:
1322 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
1323 STRUCTOP_PTR>: Return a not_lval value for
1324 EVAL_AVOID_SIDE_EFFECTS.
1325 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
1326 for EVAL_AVOID_SIDE_EFFECTS.
1327
36d1c68c
JB
13282013-05-13 Joel Brobecker <brobecker@adacore.com>
1329
1330 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
1331 floating point registers to register type before storing
1332 value.
1333 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
1334 Likewise.
1335
21ff4686
TT
13362013-05-10 Joel Brobecker <brobecker@adacore.com>
1337 Tom Tromey <tromey@redhat.com>
1338
1339 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
1340 New functions.
1341 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
1342 Declare.
1343 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
1344 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
1345 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
1346 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
1347
d3685d60
TT
13482013-05-10 Freddie Chopin <freddie_chopin@op.pl>
1349 Tom Tromey <tromey@redhat.com>
1350
1351 PR build/15414:
1352 * configure: Rebuild.
1353 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
1354 with -Wno-format.
1355
eb9fe518
PA
13562013-05-10 Pedro Alves <palves@redhat.com>
1357
1358 * remote.c (_initialize_remote): Fix spelling of
1359 qXfer:traceframe-info:read packet in packet config command.
1360
9779ab84
PA
13612013-05-10 David Taylor <dtaylor@emc.com>
1362
1363 PR remote/15455
1364
1365 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
1366 "QTro" at start of packet.
1367
060cfbef
JB
13682013-05-10 Joel Brobecker <brobecker@adacore.com>
1369
1370 * solib-aix.c (solib_aix_relocate_section_addresses):
1371 For the .bss section action, apply the same offset as
1372 the .data section.
1373
ab1c4e88
JB
13742013-05-10 Joel Brobecker <brobecker@adacore.com>
1375
1376 * solib-aix.c (solib_aix_relocate_section_addresses):
1377 Remove FIXME comment.
1378
c1357578
JB
13792013-05-10 Joel Brobecker <brobecker@adacore.com>
1380
1381 PR tdep/15420:
1382 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1383 New functions, directly copied from sparc-sol-thread.c.
1384 * sparc-sol-thread.c: Delete.
1385 * configure.ac: Remove code handling sparc-solaris-thread.c.
1386 * configure: Regenerate.
1387
1e611234
PM
13882013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1389
1390 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
1391 filter logic.
1392 (backtrace_command): Add "no-filters" option parsing.
1393 (_initialize_stack): Alter help to reflect "no-filters" option.
1394 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
1395 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
1396 (py-frame.o): Add target
1397 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
1398 filter files.
1399 * python/python.h: Add new frame filter constants, and flag enum.
1400 (apply_frame_filter): Add definition.
1401 * python/python.c (apply_frame_filter): New non-Python
1402 enabled function.
1403 * python/py-utils.c (py_xdecref): New function.
1404 (make_cleanup_py_xdecref): Ditto.
1405 * python/py-objfile.c: Declare frame_filters dictionary.
1406 (objfpy_dealloc): Add frame_filters dealloc.
1407 (objfpy_new): Initialize frame_filters attribute.
1408 (objfile_to_objfile_object): Ditto.
1409 (objfpy_get_frame_filters): New function.
1410 (objfpy_set_frame_filters): New function.
1411 * python/py-progspace.c: Declare frame_filters dictionary.
1412 (pspy_dealloc): Add frame_filters dealloc.
1413 (pspy_new): Initialize frame_filters attribute.
1414 (pspacee_to_pspace_object): Ditto.
1415 (pspy_get_frame_filters): New function.
1416 (pspy_set_frame_filters): New function.
1417 * python/py-framefilter.c: New file.
1418 * python/lib/gdb/command/frame_filters.py: New file.
1419 * python/lib/gdb/frames.py: New file.
1420 * python/lib/gdb/__init__.py: Initialize global frame_filters
1421 dictionary
1422 * python/lib/gdb/FrameDecorator.py: New file.
1423 * python/lib/gdb/FrameIterator.py: New file.
1424 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
1425 * mi/mi-cmds.h: Declare.
1426 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
1427 --no-frame-filter logic, and Python frame filter logic.
1428 (stack_enable_frame_filters): New function.
1429 (parse_no_frame_option): Ditto.
1430 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
1431 filter logic.
1432 (mi_cmd_stack_list_locals): Ditto.
1433 (mi_cmd_stack_list_args): Ditto.
1434 (mi_cmd_stack_list_variables): Ditto.
1435 * NEWS: Add frame filter note.
1436
2cb9c859
DE
14372013-05-09 Doug Evans <dje@google.com>
1438
6bf667bb
DE
1439 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
1440 All callers updated.
1441 (syms_from_objfile): Ditto. Make static.
1442 (symbol_file_add_with_addrs): Renamed from
1443 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
1444 num_offsets. All callers updated.
1445 * symfile.h (syms_from_objfile): Delete.
1446
2cb9c859
DE
1447 * symfile.c (decrement_reading_symtab): Add assert.
1448 (increment_reading_symtab): Ditto.
1449
40aea477
JB
14502013-05-09 Joel Brobecker <brobecker@adacore.com>
1451
1452 * source.c (forward_search_command): Replace call to getc
1453 by call to fgetc.
1454 (reverse_search_command): Likewise.
1455
680d1742
DE
14562013-05-08 Doug Evans <dje@google.com>
1457
1458 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
1459 matching test.
1460
17e760ae
JB
14612013-05-08 Joel Brobecker <brobecker@adacore.com>
1462
1463 * sol-thread.c (info_cb): Factorize the code a little.
1464
c0f5f490
JB
14652013-05-08 Joel Brobecker <brobecker@adacore.com>
1466
1467 * sol-thread.c (info_cb): Rework the output of the "maintenance
1468 info sol-threads" command a bit.
1469
5d74e061
JB
14702013-05-08 Joel Brobecker <brobecker@adacore.com>
1471
1472 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
1473 Replace ti.ti_startfunc by ti.ti_pc.
1474
814a3ff7
JB
14752013-05-08 Joel Brobecker <brobecker@adacore.com>
1476
1477 * solib-aix.c (solib_aix_free_library_list): New function
1478 for the case where HAVE_LIBEXPAT is not defined.
1479
58ce7251
SDJ
14802013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
1481
1482 PR breakpoints/15413:
1483 * breakpoint.c (condition_completer): Simplify the code to
1484 disconsider multiple locations of breakpoints when completing the
1485 "condition" command.
1486
be8b1ea6
PM
14872013-05-07 Pierre Muller <muller@sourceware.org>
1488
1489 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
1490 instead of <sys/wait.h>.
1491
1e52bda6
PM
14922013-05-07 Pierre Muller <muller@sourceware.org>
1493
1494 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
1495 trailing new line from warning message.
1496
27fd0c6b
PM
14972013-05-07 Pierre Muller <muller@sourceware.org>
1498
1499 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
1500 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
1501
e228ac87
JB
15022013-05-07 Joel Brobecker <brobecker@adacore.com>
1503
1504 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
1505 error message (ARI fix).
1506
15072013-05-07 Joel Brobecker <brobecker@adacore.com>
1508
1509 * features/library-list-aix.dtd: Replace library-list by
1510 library-list-aix.
1511 * rs6000-nat.c: Replace library-list by library-list-aix
1512 throughout.
1513 * solib-aix.c: Likewise.
1514
15152013-05-07 Joel Brobecker <brobecker@adacore.com>
1516
1517 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
1518 Renames TARGET_OBJECT_AIX_LIBRARIES.
1519 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
1520 TARGET_OBJECT_LIBRARIES_AIX throughout.
1521 * solib-aix.c: Likwise.
1522
26a4dda9
YQ
15232013-05-07 Yao Qi <yao@codesourcery.com>
1524
1525 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
1526 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
1527
3582629f
YQ
15282013-05-07 Yao Qi <yao@codesourcery.com>
1529
1530 * solib-dsbt.c (enable_break): Declare.
1531 (dsbt_current_sos): Remove call to enable_break2.
1532 (enable_break2): Rename to enable_break. Set solib breakpoint
1533 on '_dl_debug_state'.
1534 (enable_break): Remove.
1535
aacbb8a5
LM
15362013-05-07 Luis Machado <lgustavo@codesourcery.com>
1537
1538 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
1539 debug state prior to replicating existing hardware watchpoints or
1540 breakpoints.
1541
0c013353
JK
15422013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1543
1544 * gcore.c (gcore_create_callback): Ignore sections with
1545 separate_debug_objfile_backlink != NULL.
1546
a1217d97
SL
15472013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1548 Andrew Jenner <andrew@codesourcery.com>
1549 Chung-Lin Tang <cltang@codesourcery.com>
1550 Julian Brown <julian@codesourcery.com>
1551
1552 Based on the nios2-elf port from Altera Corporation.
1553
1554 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
1555 nios2-linux-tdep.o.
1556 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
1557 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
1558 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
1559 * nios2-tdep.h: New.
1560 * nios2-tdep.c: New.
1561 * nios2-linux-tdep.c: New.
1562 * features/Makefile (WHICH): Add nios2-linux.
1563 (nios2-linux-expedite): Set.
1564 * features/nios2-cpu.xml: New.
1565 * features/nios2.xml: New.
1566 * features/nios2-linux.xml: New.
1567 * features/nios2.c: New (autogenerated).
1568 * features/nios2-linux.c: New (autogenerated).
1569 * regformats/nios2-linux.dat: New (autogenerated).
1570 * NEWS (Changes since GDB 7.6): Add new Nios II targets
1571 and commands.
1572
0892cb63
DE
15732013-05-06 Doug Evans <dje@google.com>
1574
3b7bacac
DE
1575 * symfile.c: Whitespace cleanup.
1576
0892cb63
DE
1577 * solist.h (struct target_so_ops): New member clear_so.
1578 * solib-svr4.c (svr4_clear_so): New function.
1579 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
1580 * solib.c (clear_so): Renamed from free_so_symbols.
1581 All callers updated. Call target clear_so if it exists.
1582
40501e00
TT
15832013-05-06 Tom Tromey <tromey@redhat.com>
1584
1585 * ada-lang.c (ada_value_primitive_packed_val): Don't
1586 call value_incref.
1587 * value.c (set_value_parent): Incref the new parent and decref
1588 the old parent.
1589 (value_copy, value_primitive_field): Use set_value_parent.
1590
b6807d98
TT
15912013-05-06 Tom Tromey <tromey@redhat.com>
1592
1593 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
1594 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
1595 if needed.
1596 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
1597 * dwarf2read.c (write_constant_as_bytes)
1598 (dwarf2_fetch_constant_bytes): New functions.
1599
3aef2284
TT
16002013-05-06 Tom Tromey <tromey@redhat.com>
1601
1602 * dwarf2read.c (dwarf2_const_value_data): Remove unused
1603 parameters.
1604 (dwarf2_const_value_attr): Update.
1605
66f65e2b
TT
16062013-05-06 Tom Tromey <tromey@redhat.com>
1607
1608 * somread.c (som_symfile_offsets): Add 'const' to addrs.
1609 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
1610 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
1611 Remove declaration.
1612
7919a973
TT
16132013-05-06 Tom Tromey <tromey@redhat.com>
1614
1615 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
1616 objfile's obstack.
1617
a7bfba49
DE
16182013-05-06 Doug Evans <dje@google.com>
1619
3189cb12
DE
1620 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
1621 * stabsread.h (process_one_symbol): Update declaration.
1622 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
1623 * elfread.c (elf_symfile_relocate_probe): Ditto.
1624 * psymtab.c (relocate_psymtabs): Ditto.
1625 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
1626 (objfile_relocate): Ditto.
1627 * objfiles.h (objfile_relocate): Update declaration.
1628 * symfile.c (relative_addr_info_to_section_offsets): Constify
1629 addrs parameter.
1630 (default_symfile_offsets): Ditto.
1631 (syms_from_objfile_1): Constify offsets parameter.
1632 (syms_from_objfile): Ditto.
1633 (symbol_file_add_with_addrs_or_offsets): Ditto.
1634 (symfile_map_offsets_to_segments): Constify data parameter.
1635 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
1636 delta parameters of member relocate.
1637 (struct sym_probe_fns): Constify new_offsets,
1638 delta parameters of member sym_relocate_probe.
1639 (struct sym_fns): Constify section_addr_info parameter of member
1640 sym_offsets.
1641 (relative_addr_info_to_section_offsets): Update declaration.
1642 (default_symfile_offsets): Ditto.
1643 (syms_from_objfile): Ditto.
1644 (symfile_map_offsets_to_segments): Ditto.
1645
a7bfba49
DE
1646 * symfile.c (syms_from_objfile_1): Use correct section count when
1647 objfile->sf == NULL.
1648
5f8e0b8f
MF
16492013-05-06 Mike Frysinger <vapier@gentoo.org>
1650
1651 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
1652
ea52d893
DE
16532013-05-06 Doug Evans <dje@google.com>
1654
1655 * psympriv.h (struct partial_symtab): Augment comment for member
1656 section_offsets.
1657
4d1eb6b4
JB
16582013-05-06 Joel Brobecker <brobecker@adacore.com>
1659
1660 Reimplement shared library support on ppc-aix...
1661 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
1662 * features/library-list-aix.dtd: New file.
1663 * solib-aix.h, solib-aix.c: New file.
1664 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
1665 (rs6000_find_toc_address_hook): Delete.
1666 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
1667 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
1668 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
1669 "xml-utils.h".
1670 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
1671 (vmap_symtab, fixup_breakpoints): Delete.
1672 (rs6000_xfer_shared_libraries): New function.
1673 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
1674 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
1675 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
1676 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
1677 (rs6000_xfer_shared_library): New function.
1678 (find_toc_address): Delete.
1679 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
1680 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
1681 * xcoffread.c (record_minimal_symbol): Reloate symbol address
1682 before creating minimal symbol. Adjust function description
1683 accordingly.
1684 (scan_xcoff_symtab): Replace call to
1685 prim_record_minimal_symbol_and_info by call to
1686 record_minimal_symbol.
1687 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
1688 around default_symfile_offsets.
1689 * configure.tgt: Add solib-aix.o to gdb_target_obs for
1690 powerpc-aix targets.
1691 * config/rs6000/nm-rs6000.h: Delete.
1692 * config/powerpc/aix.mh (NAT_FILE): Delete.
1693 (NATDEPFILES): Remove xcoffsolib.o.
1694 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
1695 (ALL_TARGET_OBS): Add solib-aix.o.
1696 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
1697 config/rs6000/nm-rs6000.h. Add solib-aix.h.
1698 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
1699 * xcoffsolib.h, xcoffsolib.c: Delete.
1700
1701 * solib.c (reload_shared_libraries): Remove reference to
1702 SOLIB_CREATE_INFERIOR_HOOK.
1703 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
1704 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
1705 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
1706 comment.
1707 * corelow.c (deprecated_core_resize_section_table): Delete.
1708 * exec.c: Remove include of xcoffsolib.h".
1709 (map_vmap, vmap): Delete.
1710 (exec_close_1): Remove references to vmap.
1711 (exec_file_attach): Remove vmap handling code, and reference
1712 to DEPRECATED_IBM6000_TARGET.
1713 (bfdsec_to_vmap): Delete.
1714 (exec_files_info): Remove block of code handling VMAP.
1715 * infcmd.c (post_create_inferior): Remove reference to
1716 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
1717 * infrun.c (follow_exec): Remove reference to
1718 SOLIB_CREATE_INFERIOR_HOOK.
1719 * stack.c (print_frame): Remove reference to PC_SOLIB.
1720 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
1721 (dsbt_relocate_main_executable): Likewise.
1722 * solib-frv.c (frv_current_sos): Likewise.
1723
0c4f667c
JB
17242013-05-06 Joel Brobecker <brobecker@adacore.com>
1725
1726 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
1727 to target_write_memory and target_read_memory.
1728
726ce67c
JB
17292013-05-06 Joel Brobecker <brobecker@adacore.com>
1730
1731 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
1732 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
1733
c8c9911f
JB
17342013-05-06 Joel Brobecker <brobecker@adacore.com>
1735
1736 * darwin-nat.c: Replace all "%x" instances in format strings
1737 into "0x%x" throughout.
1738
fda184b6
JB
17392013-05-06 Joel Brobecker <brobecker@adacore.com>
1740
1741 * darwin-nat.c (darwin_mourn_inferior): Replace call to
1742 gdb_assert by call to MACH_CHECK_ERROR.
1743 (darwin_attach_pid): Raise an error rather than a failed
1744 assertion when various system calls failed. Report a warning
1745 instead of raising a failed assertion when PREV_NOT is not NULL
1746 after call to mach_port_request_notification.
1747 (darwin_ptrace_me): Raise an error rather than a failed
1748 assertion when read returns nonzero.
1749
d1d69afb
JB
17502013-05-06 Joel Brobecker <brobecker@adacore.com>
1751
1752 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
1753
dc90b24d
JK
17542013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1755
1756 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
1757
faab9922
JK
17582013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1759
1760 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
1761 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
1762 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
1763 a stale cleanup. Fix double free of NAME.
1764
e0ea48a0
EZ
17652013-05-04 Eli Zaretskii <eliz@gnu.org>
1766
1767 * windows-nat.c (windows_delete_thread): Accept an additional
1768 argument, the thread's exit code, and announce thread death when
1769 print_thread_events is non-zero and we are deleting a thread that
1770 is not the main thread.
1771 (get_windows_debug_event): Pass thread exit code to
1772 windows_delete_thread.
1773
83b2706a
KB
17742013-05-03 Kevin Buettner <kevinb@redhat.com>
1775
1776 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
1777 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
1778 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
1779 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
1780 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
1781 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
1782 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
1783 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
1784 (gdbarch_tdep): New struct.
1785 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
1786 E_NUM_REGS.
1787 (v850e3v5_register_name): New function.
1788 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
1789 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
1790 code handling the struct return conventions for the RH850 ABI.
1791 Update all callers.
1792 (v850_eight_byte_align_p): New function.
1793 (v850_push_call_dummy): Push structs by value, not by reference
1794 for the RH850 ABI. Add support for eight byte alignment.
1795 (v850_dbtrap_breakpoint_from_pc): New function.
1796 (v850_gdbarch_init): Add ABI detection code. Register
1797 v850e3v5_register_name for the v850e3v5 architecture. Set the
1798 number of registers for v850e3v5. Register
1799 v850_dbtrap_breakpoint_from_pc as appropriate.
1800 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
1801
d445b2f6
DE
18022013-05-03 Doug Evans <dje@google.com>
1803
1804 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
1805 of bfd_count_sections.
1806 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
1807 * symfile.c (default_symfile_offsets): Ditto.
1808 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
1809 one entry, not bfd_count_sections entries.
1810
b3ce41ea
KB
18112013-05-03 Kevin Buettner <kevinb@redhat.com>
1812
1813 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
1814 `save' and `restore' register groups. Don't include SPL
1815 or SPH in these groups.
1816 (rl78_dwarf_reg_to_regnum): Adjust mapping for
1817 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
1818 RL78_ES_REGNUM, and RL78_CS_REGNUM.
1819 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
1820 dwarf2_append_unwinders().
1821
96f7d3f1
PW
18222013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1823
1824 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
1825 ignore SIGINT and SIGTRAP in case these internal signals are
1826 caught explicitely.
1827
b9dd1947
JB
18282013-05-01 Joel Brobecker <brobecker@adacore.com>
1829
1830 * darwin-nat.c (darwin_read_write_inferior): Change types
1831 of parameters rdaddr and wraddr to "gdb_byte *". Change type
1832 of copy_count to "mach_msg_type_number_t".
1833 (darwin_read_dyld_info): Change type of parameter
1834 rdaddr to "gdb_byte *".
1835
4ca18a63
JB
18362013-05-01 Joel Brobecker <brobecker@adacore.com>
1837
1838 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
1839 of &info->load_map from "char *" to "gdb_byte *".
1840
2b692d32
JB
18412013-05-01 Joel Brobecker <brobecker@adacore.com>
1842
1843 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
1844 from "char *" to "gdb_byte *".
1845 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
1846
a98c29a0
DE
18472013-04-30 Doug Evans <dje@google.com>
1848
6a506a2d
DE
1849 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
1850 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
1851 DWO stub. If DWO isn't found, just use stub.
1852 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
1853
a98c29a0
DE
1854 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
1855 calling init_cutu_and_read_dies.
1856
f92b06da
WT
18572013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1858
1859 * target-descriptions.c (maint_print_c_tdesc_cmd):
1860 Add case to parse structures as register types and
1861 bitfields.
1862
95eebdcc
WT
18632013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
1864
1865 * MAINTAINERS (Write After Approval): Add myself to the list.
1866
019c1128
JB
18672013-04-30 Joel Brobecker <brobecker@adacore.com>
1868
1869 * sol-thread.c (rw_common): Change type of parameter "buf"
1870 to "gdb_byte *".
1871 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
1872 rw_common to "gdb_byte *" instead of "char *".
1873
5812197c
JB
18742013-04-30 Joel Brobecker <brobecker@adacore.com>
1875
1876 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
1877 of local variable msym to const struct bound_minimal_symbol.
1878 Adjust use accordingly.
1879 [ti.ti_state == TD_THR_SLEEP]: Likewise.
1880
ecccb813
TS
18812013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
1882
1883 * i386gnu-nat.c (CREG_OFFSET): New macro.
1884 (creg_offset): New array.
1885 (CREG_ADDR): Use creg_offset instead of reg_offset.
1886
f1d02dd4 18872013-04-30 Joel Brobecker <brobecker@adacore.com>
54746424
JB
1888
1889 * mep-tdep.c (mep_write_pc): Delete.
1890 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
1891 Add call to set_gdbarch_pc_regnum.
1892
f1d02dd4 18932013-04-30 Joel Brobecker <brobecker@adacore.com>
01da98f9
JB
1894
1895 * common/filestuff.c: Replace #include <dirent.h> by
1896 #include "gdb_dirent.h".
1897
f1d02dd4 18982013-04-30 Joel Brobecker <brobecker@adacore.com>
366c6766
JB
1899
1900 * common/filestuff.c: Replace #include <sys/stat.h> by
1901 #include "gdb_stat.h".
1902
b385a60d
PM
19032013-04-29 Pierre Muller <muller@sourceware.org>
1904
1905 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
1906 editCase function rule.
1907 (get_DW_AT_signature_type): Likewise.
1908
d27b54ad
JB
19092013-04-29 Joel Brobecker <brobecker@adacore.com>
1910
1911 * m32r-tdep.c (m32r_write_pc): Delete.
1912 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
1913 Add call to set_gdbarch_pc_regnum.
1914
47d21dc5
PM
19152013-04-29 Pierre Muller <muller@sourceware.org>
1916
1917 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
1918
9056882e
JB
19192013-04-29 Joel Brobecker <brobecker@adacore.com>
1920
1921 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
1922
7ee4732a
YQ
19232013-04-28 Yao Qi <yao@codesourcery.com>
1924
1925 * solib-dsbt.c (fetch_loadmap): Re-indent.
1926 (displacement_from_map, enable_break2): Likewise.
1927 (dsbt_relocate_section_addresses): Likewise.
1928
2260af53 19292013-04-26 Joel Brobecker <brobecker@adacore.com>
1930
1931 GDB 7.6 released.
1932
ff546935
TT
19332013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
1934
1935 PR corefiles/14983:
1936 * dwarf2read.c (process_full_comp_unit): Always create a static
1937 block.
1938
40fb6c5e
HZ
19392013-04-25 Hui Zhu <hui@codesourcery.com>
1940
1941 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
1942 to loc->cmd_bytecode.
1943
74e04d1c
DE
19442013-04-24 Doug Evans <dje@google.com>
1945
1946 * dwarf2read.c (setup_type_unit_groups): Fix comment.
1947
3cf62c1d
KS
19482013-04-22 Keith Seitz <keiths@redhat.com>
1949
1950 * tracepoint.c (trace_save): Call the writer's start method.
1951
bf9e4d0c
MB
19522013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
1953
1954 PR gdb/10462
1955 * cli/cli-decode.c (lookup_command): Show an error if there is no space
1956 before argument.
1957
5d71132c
TT
19582013-04-23 Tom Tromey <tromey@redhat.com>
1959
1960 * common/filestuff.c: Check USE_WIN32API before including
1961 sys/socket.h.
1962 (HAVE_F_GETFD): New define.
1963 (mark_cloexec): Check HAVE_F_GETFD.
1964 (gdb_open_cloexec): Change 'mode' to unsigned long.
1965 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
1966 (gdb_pipe_cloexec): Check HAVE_PIPE.
1967 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
1968 long.
1969
a11cfd87
HZ
19702013-04-23 Hui Zhu <hui@codesourcery.com>
1971
1972 PR gdb/15293
a11cfd87
HZ
1973 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
1974
2d9442cc
HZ
19752013-04-23 Hui Zhu <hui@codesourcery.com>
1976
1977 PR gdb/15165
2d9442cc
HZ
1978 * breakpoint.c (dprintf_print_recreate): New.
1979 (save_breakpoints): Let it not save dprintf commands.
1980 (initialize_breakpoint_ops): Set dprintf_print_recreate.
1981
614c279d
TT
19822013-04-22 Tom Tromey <tromey@redhat.com>
1983
1984 PR gdb/7912:
1985 * Makefile.in (SFILES): Add filestuff.c
1986 (COMMON_OBS): Add filestuff.o.
1987 (filestuff.o): New target.
1988 * auto-load.c (auto_load_objfile_script_1): Use
1989 gdb_fopen_cloexec.
1990 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
1991 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
1992 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
1993 * common/agent.c (gdb_connect_sync_socket): Use
1994 gdb_socket_cloexec.
1995 * common/filestuff.c: New file.
1996 * common/filestuff.h: New file.
1997 * common/linux-osdata.c (linux_common_core_of_thread)
1998 (command_from_pid, commandline_from_pid, print_source_lines)
1999 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
2000 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
2001 gdb_fopen_cloexec.
2002 * common/linux-procfs.c (linux_proc_get_int)
2003 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
2004 * config.in, configure: Rebuild.
2005 * configure.ac: Don't check for sys/socket.h. Check for
2006 fdwalk, pipe2.
2007 * corelow.c (core_open): Use gdb_open_cloexec.
2008 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
2009 * fork-child.c (fork_inferior): Call close_most_fds.
2010 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
2011 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
2012 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
2013 Use gdb_fopen_cloexec.
2014 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
2015 gdb_open_cloexec.
2016 (linux_async_pipe): Use gdb_pipe_cloexec.
2017 * remote-fileio.c (remote_fileio_func_open): Use
2018 gdb_open_cloexec.
2019 * remote.c (remote_file_put, remote_file_get): Use
2020 gdb_fopen_cloexec.
2021 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
2022 close_most_fds.
2023 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
2024 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
2025 * solib.c (solib_find): Use gdb_open_cloexec.
2026 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
2027 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
2028 (tfile_open): Use gdb_open_cloexec.
2029 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
2030 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
2031 * xml-support.c (xml_fetch_content_from_file): Use
2032 gdb_fopen_cloexec.
2033 * main.c (captured_main): Call notice_open_fds.
2034
5fda2332
EBM
20352013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
2036
2037 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
2038 'char *' to 'gdb_byte *'.
2039 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
2040 'gdb_byte'.
2041
eb6c553b
YQ
20422013-04-22 Yao Qi <yao@codesourcery.com>
2043
2044 * infrun.c: Fix typo in comment.
2045
9991b207
SDJ
20462013-04-22 Andrew Haley <aph@redhat.com>
2047
2048 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
2049 instead of "long".
2050
8b4833e3
YQ
20512013-04-20 Yao Qi <yao@codesourcery.com>
2052
2053 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
2054 'char *' to 'gdb_byte *'. Cast the return value of
2055 'bt_ctf_get_char_array' to 'gdb_byte *'.
2056
bd3f3b55
PA
20572013-04-19 Pedro Alves <palves@redhat.com>
2058
2059 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
2060 -Wpointer-sign.
2061 * configure: Regenerate.
2062
c49e7f76
PA
20632013-04-19 Pedro Alves <palves@redhat.com>
2064
2065 * ser-tcp.c (net_read_prim): Cast second argument to recv to
2066 'void *'.
2067
12ff8552
PA
20682013-04-19 Pedro Alves <palves@redhat.com>
2069
2070 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
2071 Change type of 'myaddr' parameter to gdb_byte pointer.
2072 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
2073 to 'long long' pointer instead of to 'unsigned long long'.
2074 (monitor_write_memory_block, monitor_read_memory_single)
2075 (monitor_read_memory): Change type of 'myaddr' parameter to
2076 gdb_byte pointer.
2077
9c37696b
PA
20782013-04-19 Pedro Alves <palves@redhat.com>
2079
2080 * record.c (validate_history_size): Make parameter 'setting'
2081 unsigned.
2082
a398505b
PA
20832013-04-19 Pedro Alves <palves@redhat.com>
2084
2085 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
2086 to 'gdb_byte *'.
2087
9f8afa72
PA
20882013-04-19 Pedro Alves <palves@redhat.com>
2089
2090 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
2091 local to int.
2092
c714b426
PA
20932013-04-19 Pedro Alves <palves@redhat.com>
2094
2095 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
2096 * ada-tasks.c (read_fat_string_value): Likewise.
2097
507a579c
PA
20982013-04-19 Pedro Alves <palves@redhat.com>
2099
2100 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
2101 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
2102 'offset', and adjust.
2103
f9d83a0b
PA
21042013-04-19 Pedro Alves <palves@redhat.com>
2105
2106 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
2107 (read_index_from_section): Add cast to 'char *'.
2108
745eb4fd
PA
21092013-04-19 Pedro Alves <palves@redhat.com>
2110
2111 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
2112
db5be46f
PA
21132013-04-19 Pedro Alves <palves@redhat.com>
2114
2115 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
2116
0f928d68
PA
21172013-04-19 Pedro Alves <palves@redhat.com>
2118
2119 * record-full.c (record_full_get_bookmark): Change local 'ret'
2120 type to char * and add cast to gdb_byte *.
2121 (record_full_goto_bookmark): Handle 'bookmark' argument as a
2122 string.
2123 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
2124
89f6d837
PA
21252013-04-19 Pedro Alves <palves@redhat.com>
2126
2127 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
2128 * python/py-prettyprint.c (print_string_repr): Change type of
2129 'output' local to char *. Add cast to gdb_byte * in
2130 LA_PRINT_STRING call.
2131 (print_children): Change type of 'output' local to char *.
2132 * python/py-value.c (valpy_string): Add cast to const char * in
2133 PyUnicode_Decode call.
2134
ce6ec7d8
PA
21352013-04-19 Pedro Alves <palves@redhat.com>
2136
2137 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
2138 and change its type to 'const char *'. Adjust.
2139 (mips_send_packet): Add cast to 'char *', and remove cast to
2140 'unsigned char *'.
2141 (mips_receive_packet): Remove cast to 'unsigned char *'.
2142 (mips_load_srec): Use bfd_byte.
2143 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
2144 (pmon_checkset): Make 'value' parameter unsigned.
2145
fda0389f
PA
21462013-04-19 Pedro Alves <palves@redhat.com>
2147
2148 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
2149
bc20a4af
PA
21502013-04-19 Pedro Alves <palves@redhat.com>
2151
2152 * remote.c (remote_write_bytes_aux, compare_sections_command)
2153 (remote_read_qxfer)
2154 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
2155 (remote_hostio_readlink, remote_bfd_iovec_pread)
2156 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
2157 binary buffer, and char when buffer is used as string.
2158 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
2159 (trace_save, tfile_open, traceframe_walk_blocks)
2160 (tfile_fetch_registers): Likewise.
2161
c628b528
PA
21622013-04-19 Pedro Alves <palves@redhat.com>
2163
2164 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
2165 buffer and size_t size. Adjust.
2166 * ser-base.h (ser_base_write): Adjust.
2167 * ser-go32.c (cnts): Change type to size_t.
2168 (dos_write): Change prototype -- take 'void *'
2169 buffer and size_t size. Adjust.
2170 (dos_info): Print elements of 'cnts' as unsigned long.
2171 * serial.c (serial_write): Likewise.
2172 * serial.h (serial_write): Adjust.
2173 (struct serial_ops) <write>: Change prototype -- take 'void *'
2174 buffer and size_t size. Adjust.
2175
51a5cd90
PA
21762013-04-19 Pedro Alves <palves@redhat.com>
2177
2178 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
2179 gdb_byte *.
2180 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
2181
a9933661
PA
21822013-04-19 Pedro Alves <palves@redhat.com>
2183
2184 * alpha-tdep.c (alpha_extract_return_value): Use
2185 regcache_cooked_read_unsigned to read 'v0'.
2186
19afdd07
PA
21872013-04-19 Pedro Alves <palves@redhat.com>
2188
2189 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
2190 parameters 'at', 'as' and 'offset' to uint32_t.
2191
96b32e50
PA
21922013-04-19 Pedro Alves <palves@redhat.com>
2193
2194 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
2195 'is64' to signed 'int'.
2196
eb1bd1fb
PA
21972013-04-19 Pedro Alves <palves@redhat.com>
2198
2199 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
2200 parameter to int *.
2201
463920bf
PA
22022013-04-19 Pedro Alves <palves@redhat.com>
2203
2204 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
2205 'insnbuf' buffer type to unsigned int[].
2206
70242eb1
PA
22072013-04-19 Pedro Alves <palves@redhat.com>
2208
2209 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
2210
9d1dd0e2
PA
22112013-04-19 Pedro Alves <palves@redhat.com>
2212
2213 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
2214 unsigned long *.
2215
44096aee
PA
22162013-04-19 Pedro Alves <palves@redhat.com>
2217
2218 * alpha-tdep.c (heuristic_fence_post): Change type to int.
2219 (alpha_heuristic_proc_start): Adjust to check -1 instead of
2220 UINT_MAX.
2221 * mips-tdep.c (heuristic_fence_post): Change type to int.
2222 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
2223
e4286e57
PA
22242013-04-19 Pedro Alves <palves@redhat.com>
2225
2226 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
2227 (struct gdbarch_tdep) <cris_version>: Make unsigned.
2228 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
2229
001f13d8
PA
22302013-04-19 Pedro Alves <palves@redhat.com>
2231
2232 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
2233 it to get a string view of the byte buffer.
2234 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
2235 type to gdb_byte *. Adjust.
2236 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
2237 Change local to char *.
2238 * solib-darwin.c (find_program_interpreter): Change return type to
2239 char *. Adjust.
2240 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
2241 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
2242 * solib-frv.c (enable_break2): Change local 'buf' to char *.
2243 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
2244 * solib-svr4.c (find_program_interpreter): Change return type to
2245 char *. Adjust.
2246 (enable_break): Change local 'interp_name' to char *.
2247 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
2248 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
2249 (spu_pseudo_register_write_spu): Use char for string buffer.
2250 Adjust.
2251 (info_spu_event_command, info_spu_signal_command): Add casts to
2252 'char *'.
2253
948f8e3d
PA
22542013-04-19 Pedro Alves <palves@redhat.com>
2255
2256 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
2257 gdb_byte[].
2258 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
2259 * ada-lang.c (ada_value_assign): Use gdb_byte.
2260 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
2261 (alphanbsd_sigtramp_offset): Use gdb_byte.
2262 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
2263 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
2264 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
2265 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
2266 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
2267 * arm-tdep.c (arm_stub_unwind_sniffer)
2268 (arm_displaced_init_closure): Use gdb_byte.
2269 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
2270 (arm_default_thumb_le_breakpoint)
2271 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
2272 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
2273 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
2274 * arm-wince-tdep.c (arm_wince_le_breakpoint)
2275 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
2276 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
2277 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
2278 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
2279 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
2280 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
2281 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
2282 (cris_store_return_value, cris_extract_return_value): Use
2283 gdb_byte.
2284 (constraint): Change type of parameter to char * from signed
2285 char*. Use gdb_byte.
2286 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
2287 of local buffer to gdb_byte *.
2288 * dwarf2read.c (read_index_from_section): Use gdb_byte.
2289 (create_dwp_hash_table): Change type of locals to gdb_byte *.
2290 (add_address_entry): Change type of local buffer to gdb_byte[].
2291 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
2292 (frv_push_dummy_call): Use gdb_byte.
2293 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
2294 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
2295 (hppa_hpux_supply_save_state): Use gdb_byte.
2296 * hppa-tdep.c (hppa32_push_dummy_call)
2297 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
2298 * ia64-tdep.c (extract_bit_field, replace_bit_field)
2299 (slotN_contents, replace_slotN_contents): Change type of parameter
2300 to gdb_byte *.
2301 (fetch_instruction, ia64_pseudo_register_write)
2302 (ia64_register_to_value, ia64_value_to_register)
2303 (ia64_extract_return_value, ia64_store_return_value)
2304 (ia64_push_dummy_call): Use gdb_byte.
2305 * m32c-tdep.c (m32c_return_value): Remove cast.
2306 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
2307 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
2308 gdb_byte.
2309 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
2310 * mn10300-tdep.c (mn10300_store_return_value)
2311 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
2312 gdb_byte.
2313 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
2314 (moxie_process_record): Remove casts.
2315 * ppc-ravenscar-thread.c (supply_register_at_address)
2316 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
2317 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
2318 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
2319 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
2320 * remote.c (compare_sections_command): Use gdb_byte.
2321 * score-tdep.c (score7_free_memblock): Change type of parameter to
2322 gdb_byte *.
2323 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
2324 gdb_byte *. Use gdb_byte.
2325 (sh_push_dummy_call_fpu): Use gdb_byte.
2326 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
2327 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
2328 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
2329 Change parameter type to 'gdb_byte *'. Use gdb_byte.
2330 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
2331 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
2332 (sh64_store_return_value, sh64_register_convert_to_virtual):
2333 Change parameter type to 'gdb_byte *'. Use gdb_byte.
2334 (sh64_pseudo_register_write): Use gdb_byte.
2335 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
2336 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
2337 buffer.
2338 (irix_current_sos): Use gdb_byte.
2339 * solib-som.c (som_current_sos): Use gdb_byte.
2340 * sparc-ravenscar-thread.c (supply_register_at_address)
2341 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
2342 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
2343 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
2344 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
2345 'gdb_byte *'.
2346 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
2347 'gdb_byte *'.
2348 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
2349 * xstormy16-tdep.c (xstormy16_extract_return_value)
2350 (xstormy16_store_return_value): Change parameter type to
2351 'gdb_byte *'. Adjust.
2352 (xstormy16_push_dummy_call): Use gdb_byte.
2353 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
2354 (call0_analyze_prologue, execute_code): Use gdb_byte.
2355
433730c9
PA
23562013-04-19 Vladimir Kargov <kargov@gmail.com>
2357 Pedro Alves <palves@redhat.com>
2358
2359 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
2360 value contents.
2361
ac9ec31b
DE
23622013-04-17 Doug Evans <dje@google.com>
2363
2364 * dwarf2read.c (struct signatured_type): New member type.
2365 (struct attribute): Replace member signatured_type with signature.
2366 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
2367 (read_call_site_scope): Call follow_die_ref instead of
2368 follow_die_ref_or_sig.
2369 (read_structure_type): Rewrite handling of signatured types.
2370 (read_enumeration_type): Ditto.
2371 (read_attribute_value): Update.
2372 (build_error_marker_type): New function.
2373 (lookup_die_type): Add assert. Rewrite handling of signatured types.
2374 Don't call error for bad types, just build an error marker type.
2375 (dump_die_shallow): Update.
2376 (follow_die_sig_1): Renamed from follow_die_sig.
2377 Don't call error for bad types, instead return NULL.
2378 (follow_die_sig): New function.
2379 (get_signatured_type, get_DW_AT_signature_type): New functions.
2380
e546e8bb
YZ
23812013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
2382
2383 * aarch64-tdep.c (aarch64_write_pc): Removed.
543cdd95
JB
2384 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
2385 function.
e546e8bb 2386
ab116149
YQ
23872013-04-17 Yao Qi <yao@codesourcery.com>
2388
2389 * top.c (print_gdb_configuration): Print configure-time
2390 parameter on using libbabeltrace or not.
2391
488a42b8
PA
23922013-04-16 Pedro Alves <palves@redhat.com>
2393
2394 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
2395
f5fb825b
PA
23962013-04-16 Pedro Alves <palves@redhat.com>
2397
85d494ea 2398 * common/glibc_thread_db.h: Update from upstream glibc
f5fb825b
PA
2399 (git 568035b7874a099087b77f7bba3e36a1173787b0).
2400
e1154999
PA
24012013-04-16 Pedro Alves <palves@redhat.com>
2402
2403 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
2404 * common/glibc_thread_db.h: ... this new file ...
2405 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
2406
e3b50a7f
PA
24072013-04-16 Will Newton <will.newton@gmail.com>
2408 Pedro Alves <palves@redhat.com>
2409
2410 PR build/11881
2411
2412 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
2413 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
2414 HAVE_THREAD_DB_H.
2415
1c2e4450
PA
24162013-04-16 Pedro Alves <palves@redhat.com>
2417 Eli Zaretskii <eliz@gnu.org>
2418
2419 * NEWS: Mention "set foo unlimited".
2420
4031ecc5
DE
24212013-04-15 Doug Evans <dje@google.com>
2422
19c3d4c9
DE
2423 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
2424 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
2425 (create_dwo_cu_reader): Renamed from
2426 create_dwo_debug_info_hash_table_reader.
2427 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
2428 Remove support for multiple CUs in a DWO file.
2429 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
2430
4031ecc5
DE
2431 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
2432 instead of phex.
2433 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
2434 (create_dwo_in_dwp): Ditto.
2435
b340913d
TT
24362013-04-15 Tom Tromey <tromey@redhat.com>
2437
2438 * NEWS: Move recent entries into "since 7.6" section.
2439
cc16e6c9
TT
24402013-04-15 Tom Tromey <tromey@redhat.com>
2441
2442 PR c++/13588:
2443 * NEWS: Update.
2444 * break-catch-throw.c (struct exception_catchpoint)
2445 <exception_rx, pattern>: New fields.
2446 (fetch_probe_arguments, dtor_exception_catchpoint)
2447 (check_status_exception_catchpoint)
2448 (print_one_detail_exception_catchpoint): New functions.
2449 (handle_gnu_v3_exceptions): Add "except_rx" argument.
2450 Compile regular expression if needed.
2451 (extract_exception_regexp): New function.
2452 (catch_exception_command_1): Use extract_exception_regexp.
2453 (compute_exception): Use fetch_probe_arguments.
2454 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
2455 and check_status fields.
2456 * cp-abi.c (cplus_typename_from_type_info): New function.
2457 * cp-abi.h (cplus_typename_from_type_info): Declare.
2458 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
2459 * gdb_regex.h (compile_rx_or_error): Declare.
2460 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
2461 comment.
2462 (init_gnuv3_ops): Set get_type_from_type_info field.
2463 * probe.c (compile_rx_or_error): Move...
2464 * utils.c (compile_rx_or_error): ... here.
2465
72f1fe8a
TT
24662013-04-15 Tom Tromey <tromey@redhat.com>
2467
2468 PR c++/15176:
2469 * NEWS: Update.
2470 * break-catch-throw.c (compute_exception): New function.
2471 (exception_funcs): New global.
2472 (_initialize_break_catch_throw): Create $_exception.
2473 * cp-abi.c (cplus_type_from_type_info): New function.
2474 * cp-abi.h (cplus_type_from_type_info): Declare.
2475 (struct cp_abi_ops) <get_type_from_type_info>: New field.
2476 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
2477 (gnuv3_get_type_from_type_info): New functions.
2478 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
2479
fc4746a2
TT
24802013-04-15 Tom Tromey <tromey@redhat.com>
2481
2482 * break-catch-throw.c (struct exception_names): New.
2483 (exception_functions): Change type.
2484 (re_set_exception_catchpoint): Look for SDT probes.
2485
15a73f56
TT
24862013-04-15 Tom Tromey <tromey@redhat.com>
2487
2488 PR c++/10119:
2489 * break-catch-throw.c (exception_functions): New global.
2490 (gnu_v3_exception_catchpoint_ops): Move earlier.
2491 (struct exception_catchpoint): New.
2492 (classify_exception_breakpoint): Rewrite.
2493 (re_set_exception_catchpoint): New function.
2494 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
2495 Allocate a struct exception_catchpoint.
2496 (catch_exception_command_1): Update.
2497 (initialize_throw_catchpoint_ops): Set 're_set' method.
2498
916703c0
TT
24992013-04-15 Tom Tromey <tromey@redhat.com>
2500
2501 * Makefile.in (SFILES): Add break-catch-throw.c
2502 (COMMON_OBS): Add break-catch-throw.o.
2503 * break-catch-throw.c: New file.
2504 * breakpoint.c: Move exception-catching code to new file.
2505 (ep_parse_optional_if_clause): No longer static.
2506 * breakpoint.h (ep_parse_optional_if_clause): Declare.
2507
6e72ca20
TT
25082013-04-15 Tom Tromey <tromey@redhat.com>
2509
2510 PR c++/9065:
2511 * NEWS: Update.
2512 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
2513 * c-exp.y (TYPEID): New token.
2514 (exp): Add new TYPEID productions.
2515 (ident_tokens): Add "typeid".
2516 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
2517 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
2518 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
2519 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
2520 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
2521 case.
2522 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
2523 (build_std_type_info_type, gnuv3_get_typeid_type)
2524 (gnuv3_get_typeid): New functions.
2525 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
2526 new fields on ABI object.
2527 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
2528 * std-operator.def (OP_TYPEID): New.
2529
715c6909
TT
25302013-04-15 Tom Tromey <tromey@redhat.com>
2531
2532 * elfread.c (elf_symtab_read): Install versioned symbol under
2533 unversioned name as well.
2534
8de20a37
TT
25352013-04-15 Tom Tromey <tromey@redhat.com>
2536
2537 PR c++/11990:
2538 * c-lang.c (cplus_language_defn): Use gdb_demangle.
2539 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
2540 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
2541 (gdb_demangle): New function.
2542 * cp-support.h (gdb_demangle): Declare.
2543 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
2544 (dwarf2_name): Use gdb_demangle.
2545 * gdbtypes.c (check_stub_method): Use gdb_demangle.
2546 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
2547 suffixes from name.
2548 (gnuv3_print_method_ptr): Use gdb_demangle.
2549 * jv-lang.c (java_demangle): Use gdb_demangle.
2550 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
2551 * language.c (unk_lang_demangle): Use gdb_demangle.
2552 * symtab.c (symbol_find_demangled_name)
2553 (demangle_for_lookup): Use gdb_demangle.
2554
591f19e8
TT
25552013-04-15 Tom Tromey <tromey@redhat.com>
2556
2557 PR c++/12824:
2558 * NEWS: Update.
2559 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
2560 New constant.
2561 (classify_exception_breakpoint): New function.
2562 (print_it_exception_catchpoint, print_one_exception_catchpoint)
2563 (print_mention_exception_catchpoint)
2564 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
2565 (catch_exception_command_1): Handle "rethrow" catchpoint.
2566 (catch_rethrow_command): New function.
2567 (_initialize_breakpoint): Add "catch rethrow" command.
2568
4d40cad2
PM
25692013-04-15 Pierre Muller <muller@sourceware.org>
2570
2571 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
2572 set_gdbarch_write_pc as deprecated anymore.
2573
30bcb456
JB
25742013-04-15 Joel Brobecker <brobecker@adacore.com>
2575
2576 * spu-tdep.c (spu_write_pc): Add empty line after local variable
2577 declarations.
2578
da9160e4
YQ
25792013-04-13 Yao Qi <yao@codesourcery.com>
2580
2581 * ctf.c (_initialize_ctf): Include "completer.h".
2582 Call add_target_with_completer instead of add_target.
2583
39ed5604
JK
25842013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2585
2586 Fix GDB regression related to PR binutils/14813.
2587 * jit.c (mem_bfd_iovec_close): Return 0 for success.
2588 * minidebug.c (lzma_close): Add return value comment.
2589 * remote.c (remote_bfd_iovec_close): Return 0 for success.
2590 * solib-spu.c (spu_bfd_iovec_close): Likewise.
2591 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
2592
25932013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
49369217
JK
2594
2595 * config.in: Regenerate.
2596
d521ce57
TT
25972013-04-12 Tom Tromey <tromey@redhat.com>
2598
2599 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
2600 const.
2601 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
2602 (struct die_reader_specs) <buffer>: Likewise.
2603 (die_reader_func_ftype): Make 'info_ptr' const.
2604 (struct line_header) <include_dirs, statement_program_start,
2605 statement_program_end>: Now const.
2606 (struct file_entry) <name>: Likewise.
2607 (struct partial_die_info) <sibling>: Likewise.
2608 (struct dwarf_block) <data>: Likewise.
2609 (dwarf2_read_section): Remove cast.
2610 (dwarf2_get_section_info): Make 'bufp' const.
2611 (read_index_from_section): Constify.
2612 (dw2_get_file_names_reader): Make 'info_ptr' const.
2613 (dw2_get_primary_filename_reader): Likewise.
2614 (read_comp_unit_head): Make 'info_ptr' and return type const.
2615 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
2616 Likewise.
2617 (read_abbrev_offset): Constify.
2618 (dwarf2_create_include_psymtab): Make 'name' const.
2619 (create_debug_types_hash_table): Update.
2620 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
2621 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
2622 Constify.
2623 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
2624 (load_partial_comp_unit_reader): Make 'info_ptr' const.
2625 (read_comp_units_from_section): Constify.
2626 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
2627 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
2628 const.
2629 (dwarf2_compute_name, setup_type_unit_groups): Constify.
2630 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
2631 (create_dwp_hash_table, dwarf2_ranges_read)
2632 (dwarf2_record_block_ranges): Constify.
2633 (read_die_and_children, read_die_and_siblings_1)
2634 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
2635 const.
2636 (read_full_die_1, read_full_die): Make 'info_ptr' const.
2637 (abbrev_table_read_table): Constify.
2638 (load_partial_dies): Make 'info_ptr' const.
2639 (read_partial_die, read_attribute_value, read_attribute): Make
2640 'info_ptr' and return type const.
2641 (read_address, read_initial_length)
2642 (read_checked_initial_length_and_offset, read_offset)
2643 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
2644 const.
2645 (read_direct_string): Make 'buf' and return type const.
2646 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
2647 (read_indirect_string): Make return type const.
2648 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
2649 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
2650 'info_ptr' const.
2651 (read_str_index): Make return type const.
2652 (add_include_dir): Make 'include_dir' const.
2653 (add_file_name): Make 'name' const.
2654 (dwarf_decode_line_header): Constify.
2655 (psymtab_include_file_name): Make return type const.
2656 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
2657 (dwarf2_start_subfile): Make 'filename' const.
2658 (dwarf2_const_value_attr): Make 'bytes' const.
2659 (read_signatured_type_reader): Make 'info_ptr' const.
2660 (decode_locdesc): Constify.
2661 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
2662 const.
2663 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
2664 'mac_end', and return type const.
2665 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
2666 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
2667 type const.
2668 (per_cu_header_read_in): Constify.
2669 * symfile.h (dwarf2_get_section_info): Update.
2670
d47a1bc1
TT
26712013-04-12 Tom Tromey <tromey@redhat.com>
2672
2673 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
2674
6eaaf48b
EZ
26752013-04-12 Eli Zaretskii <eliz@gnu.org>
2676
fc4c25bf 2677 * NEWS: Mention "show configuration", --configuration.
6eaaf48b
EZ
2678 * top.c (print_gdb_configuration): New function, displays the
2679 details about GDB configure-time parameters.
2680 (print_gdb_version): Mention "show configuration".
6eaaf48b
EZ
2681 * cli/cli-cmds.c (show_configuration): New function.
2682 (_initialize_cli_cmds): Add the "show configuration" command.
6eaaf48b
EZ
2683 * main.c (captured_main) <print_configuration>: New static var.
2684 <long_options>: Use it.
2685 If --configuration was given, call print_gdb_configuration.
2686
b292c783
JK
26872013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2688 Pedro Alves <palves@redhat.com>
2689
2690 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
2691 (generated_files): Add gcore.
2692 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
2693 HAVE_NATIVE_GCORE_HOST.
2694 (gcore): New.
2695 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
2696 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
2697 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
2698 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
2699 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
2700 Add HAVE_NATIVE_GCORE_HOST.
2701 * configure: Regenerate.
2702 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
2703 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
2704 AC_CONFIG_FILES for gcore.
2705 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
2706 gdb_have_gcore.
2707 * gdb_gcore.sh: Rename to ...
2708 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
2709 and GCORE_TRANSFORM_NAME substitutions.
2710
c96b3c4f
JK
2711 Fix parsing tabs in ${gdb_target_obs}.
2712 * configure.tgt (gdb_have_gcore): Replace case with for and if.
2713
d6cb50a2
JK
27142013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2715
2716 * remote.c (unpush_and_perror): Add output message final dot.
2717
cf2cb5ec
YQ
27182013-04-11 Yao Qi <yao@codesourcery.com>
2719
2720 * tracepoint.c (tfile_interp_line): Fit parameters line and
2721 utpp in one line.
2722
07293be4
JB
27232013-04-10 Joel Brobecker <brobecker@adacore.com>
2724
2725 * solib.c (solib_map_sections): Remove code overwriting
2726 SO->SO_NAME with the bfd's filename.
2727
f81d1120
PA
27282013-04-10 Pedro Alves <palves@redhat.com>
2729
2730 * cli/cli-decode.c (integer_unlimited_completer): New function.
2731 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
2732 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
2733 completer.
2734 * cli/cli-setshow.c: Include "cli/cli-utils.h".
2735 (is_unlimited_literal): New function.
2736 (do_set_command): Handle literal "unlimited" arguments.
2737 * frame.c (_initialize_frame) <set backtrace limit>: Document
2738 "unlimited".
2739 * printcmd.c (_initialize_printcmd) <set print
2740 max-symbolic-offset>: Add help text.
2741 * record-full.c (_initialize_record_full) <set record full
2742 insn-number-max>: Likewise.
2743 * record.c (_initialize_record) <set record
2744 instruction-history-size, set record function-call-history-size>:
2745 Add help text.
2746 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
2747 help text.
2748 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
2749 Likewise.
2750 * source.c (_initialize_source) <set listsize>: Add help text.
2751 * utils.c (initialize_utils) <set height, set width>: Likewise.
2752 <set pagination>: Mention "set height unlimited".
2753 * valprint.c (_initialize_valprint) <set print elements, set print
2754 repeats>: Document "unlimited".
2755
2f9d54cf
PA
27562013-04-10 Pedro Alves <palves@redhat.com>
2757
2758 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
2759 instead of disconnect_tracing.
2760 * infcmd.c (detach_command, disconnect_command): Call
2761 query_if_trace_running. Adjust.
2762 * top.c: Include "tracepoint.h".
2763 (quit_target): Delete. Contents moved ...
2764 (quit_force): ... here. Wrap each stage of teardown in
2765 TRY_CATCH. Call disconnect_tracing before detaching.
2766
393fd4c3
YQ
27672013-04-10 Hui Zhu <hui@codesourcery.com>
2768 Yao Qi <yao@codesourcery.com>
2769
2770 * configure.ac: Check libbabeltrace is installed.
2771 * config.in: Regenerate.
2772 * configure: Regenerate.
2773 * Makefile.in (LIBBABELTRACE): New.
2774 (CLIBS): Add LIBBABELTRACE.
2775 * ctf.c: Include "exec.h".
2776 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
2777 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
2778 (ctf_save_metadata_header): Define new type aliases in
2779 metadata.
2780 (ctf_write_header): Define event type "tsv_def" and "tp_def"
2781 in metadata. Start a new faked packet for trace status.
2782 (ctf_write_status): Write trace status to CTF.
2783 (ctf_write_uploaded_tsv): Write TSV to CTF.
2784 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
2785 (ctf_write_definition_end): End the faked packet.
2786
2787 (ctx, ctf_iter, trace_dirname): New.
2788 (start_pos): New variable.
2789 (ctf_destroy, ctf_open_dir, ctf_open): New.
2790 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
2791 macros.
2792 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
2793 (ctf_fetch_registers, ctf_xfer_partial): New.
2794 (ctf_get_trace_state_variable_value): New.
2795 (ctf_get_tpnum_from_frame_event): New.
2796 (ctf_get_traceframe_address): New.
2797 (ctf_trace_find, ctf_has_stack): New.
2798 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
2799 (ctf_get_trace_status, ctf_read_status): New.
2800 (_initialize_ctf): New.
2801 * tracepoint.c (get_tracepoint_number): New
2802 (get_uploaded_tsv): Remove 'static'.
5f8e0b8f 2803 (struct traceframe_info, trace_regblock_size): Move it to ...
393fd4c3
YQ
2804 * tracepoint.h: ... here.
2805 (get_tracepoint_number): Declare it.
2806 (get_uploaded_tsv): Declare it.
2807
2808 * NEWS: Mention new configure option.
2809
5c2b4418
HZ
28102013-04-10 Pedro Alves <palves@redhat.com>
2811 Hui Zhu <hui@codesourcery.com>
2812
2813 * breakpoint.c (dprintf_re_set): New.
2814 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
2815 to dprintf_re_set.
2816
a5c66735
JB
28172013-04-09 Joel Brobecker <brobecker@adacore.com>
2818
2819 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
2820 Remove solib-svr4.o from the list.
2821
9e77999c
JB
28222013-04-09 Joel Brobecker <brobecker@adacore.com>
2823
2824 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
2825 Use gdb_assert_not_reached instead of invalid boolean expression.
2826
1927e618
PA
28272013-04-09 Pedro Alves <palves@redhat.com>
2828
2829 * remote.c (unpush_and_perror): New function.
2830 (readchar, remote_serial_write): Use it.
2831
10782d74
MM
28322013-04-09 Markus Metzger <markus.t.metzger@intel.com>
2833
2834 * NEWS: Mention new btrace RSP packets.
2835
4c8429ef
TT
28362013-04-08 Tom Tromey <tromey@redhat.com>
2837
2838 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
2839 long.
2840
8625fc1b
TT
28412013-04-08 Tom Tromey <tromey@redhat.com>
2842
2843 * maint.c (print_bfd_section_info): Print the section index.
2844 * symmisc.c (dump_msymbols): Print the section index.
2845
e27d198c
TT
28462013-04-08 Tom Tromey <tromey@redhat.com>
2847
2848 PR symtab/8424:
2849 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
2850 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
2851 * breakpoint.c (resolve_sal_pc): Update.
2852 * elfread.c (elf_gnu_ifunc_record_cache): Update.
2853 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
2854 (minsym_lookup_iterator_cb): Use it.
2855 (default_read_var_value): Update.
2856 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
2857 Update.
2858 * infcmd.c (jump_command): Update.
2859 * linespec.c (minsym_found): Update.
2860 * maint.c (maintenance_translate_address): Update.
2861 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
2862 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
2863 * parse.c (write_exp_msymbol): Update.
2864 * printcmd.c (address_info): Update.
2865 * psymtab.c (find_pc_sect_psymbol): Update.
2866 (fixup_psymbol_section): Check SYMBOL_SECTION, not
2867 SYMBOL_OBJ_SECTION.
2868 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
2869 Don't initialize SYMBOL_OBJ_SECTION.
2870 * spu-tdep.c (spu_catch_start): Update.
2871 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
2872 * symmisc.c (dump_msymbols, print_symbol): Update.
2873 * symtab.c (fixup_section): Don't set 'obj_section'. Change
2874 how fallback section is computed.
2875 (fixup_symbol_section): Update.
2876 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
2877 Update.
2878 (allocate_symbol, initialize_symbol, allocate_template_symbol):
2879 Initialize SYMBOL_SECTION.
2880 * symtab.h (struct general_symbol_info) <section>: Update comment.
2881 <obj_section>: Remove.
2882 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
2883 (SYMBOL_OBJFILE): New macro.
2884
e6dc44a8
TT
28852013-04-08 Tom Tromey <tromey@redhat.com>
2886
2887 * coffread.c (record_minimal_symbol): Update.
2888 * dbxread.c (record_minimal_symbol): Update.
2889 * elfread.c (record_minimal_symbol): Update.
2890 * machoread.c (macho_symtab_add_minsym): Update.
2891 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
2892 Update.
2893 * minsyms.c (prim_record_minimal_symbol): Update.
2894 (prim_record_minimal_symbol_full): Remove 'bfd_section'
2895 argument.
2896 (prim_record_minimal_symbol_and_info): Likewise.
2897 * minsyms.h (prim_record_minimal_symbol_full)
2898 (prim_record_minimal_symbol_and_info): Update.
2899 * symtab.c (allocate_symbol, initialize_symbol)
2900 (allocate_template_symbol): Initialize SYMBOL_SECTION.
2901 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
2902 Update.
2903
36192a8d
TT
29042013-04-08 Tom Tromey <tromey@redhat.com>
2905
2906 PR symtab/8423:
2907 * solib-som.c (som_solib_section_offsets): Use BFD section
2908 indices. Set offsets for all sections.
2909 * somread.c (som_symtab_read): Compute BFD section for
2910 symbol. Use prim_record_minimal_symbol_and_info.
2911 (som_symfile_read): Fix comment.
2912 (struct find_section_offset_arg): New.
2913 (find_section_offset, set_section_index): New functions.
2914 (som_symfile_offsets): Use set_section_index to compute
2915 section indices.
2916
65cf3563
TT
29172013-04-08 Tom Tromey <tromey@redhat.com>
2918
2919 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
2920 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
2921 gdb_bfd_section_index.
2922 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
2923 New functions.
2924 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
2925 Declare.
2926 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
2927 Update.
2928 * objfiles.c (add_to_objfile_sections_full): New function.
2929 (add_to_objfile_sections): Use it.
2930 (build_section_table): Rewrite.
2931 (objfile_relocate1): Use gdb_bfd_section_index. Update.
2932 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
2933 (struct objfile) <sections>: Update comment.
2934 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
2935 is NULL.
2936 (ALL_OBJSECTIONS): Use it.
2937 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
2938 * solib-frv.c (frv_relocate_main_executable): Update.
2939 * solib-target.c (solib_target_relocate_section_addresses):
2940 Use gdb_bfd_section_index.
2941 * symfile.c (build_section_addr_info_from_section_table):
2942 Use gdb_bfd_section_index.
2943 (build_section_addr_info_from_bfd, place_section): Likewise.
2944 * symtab.c (fixup_section): Update.
2945 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
2946
7cbd4a93
TT
29472013-04-08 Tom Tromey <tromey@redhat.com>
2948
2949 * minsyms.h (struct bound_minimal_symbol): New.
2950 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
2951 Remove objfile argument.
2952 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
2953 Return bound_minimal_symbol.
2954 * minsyms.c (lookup_minimal_symbol_by_pc_1)
2955 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
2956 Return bound_minimal_symbol.
2957 (in_gnu_ifunc_stub): Update.
2958 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
2959 Remove 'objfile_p' argument.
2960 (lookup_solib_trampoline_symbol_by_pc): Update.
2961 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
2962 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
2963 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
2964 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
2965 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
2966 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
2967 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
2968 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
2969 stack.c, symtab.c, tui/tui-disasm.c: Update.
2970
f85f34ed
TT
29712013-04-08 Tom Tromey <tromey@redhat.com>
2972
2973 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
2974 Use symbol's obstack, not an objfile.
2975 * coffread.c (process_coff_symbol): Update.
2976 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
2977 * jv-lang.c (add_class_symbol): Update.
2978 * mdebugread.c (new_symbol): Update.
2979 * minsyms.c (prim_record_minimal_symbol_full)
2980 (terminate_minimal_symbol_table): Update.
2981 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
2982 * stabsread.c (define_symbol, read_enum_type): Update.
2983 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
2984 Handle Ada specially.
2985 (symbol_set_language): Add 'obstack' argument.
2986 (symbol_set_names): Update.
2987 (symbol_natural_name, symbol_demangled_name): Always use
2988 ada_decode_symbol.
2989 * symtab.h (struct general_symbol_info)
2990 <language_specific::obstack>: New field.
2991 <ada_mangled>: New field.
2992 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
2993 (symbol_set_language): Update.
2994
ccde22c0
TT
29952013-04-08 Tom Tromey <tromey@redhat.com>
2996
2997 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
2998 Take an obstack, not an objfile.
2999 (symbol_set_names): Update.
3000 * symtab.h (symbol_set_demangled_name): Update.
3001
e623cf5d
TT
30022013-04-08 Tom Tromey <tromey@redhat.com>
3003
3004 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
3005 allocate_symbol.
3006 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
3007 (read_func_scope): Call allocate_template_symbol.
3008 (new_symbol_full): Call allocate_symbol.
3009 * jit.c (finalize_symtab): Call allocate_symbol.
3010 * jv-lang.c (add_class_symbol): Call allocate_symbol.
3011 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
3012 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
3013 (common_block_end): Call allocate_symbol.
3014 * symtab.c (allocate_symbol, initialize_symbol)
3015 (allocate_template_symbol): New functions.
3016 * symtab.c (allocate_symbol, initialize_symbol)
3017 (allocate_template_symbol): Declare.
3018 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
3019
f6de8ec2
PA
30202013-04-08 Pedro Alves <palves@redhat.com>
3021 Keith Seitz <keiths@redhat.com>
3022
3023 * breakpoint.c (create_breakpoint): Rename
3024 "parse_condition_and_thread" parameter to "parse_arg". Update
3025 describing comment. If !PARSE_ARG, then error out if ARG is not
3026 the empty string after extracting the location.
3027 * breakpoint.h (create_breakpoint): Rename
3028 "parse_condition_and_thread" parameter to "parse_arg".
3029
f65ce5fb
AR
30302013-04-08 Aleksandar Ristovski <aristovski@qnx.com
3031
3032 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
3033
cc5925ad
YQ
30342013-04-07 Yao Qi <yao@codesourcery.com>
3035
3036 * remote.c (remote_trace_find): Change type of parameters 'addr1'
3037 and 'addr2' to CORE_ADDR.
3038 * target.c (update_current_target): Update.
3039 * target.h (struct target_ops) <to_trace_find>: Change parameter
3040 type to CORE_ADDR.
3041 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
3042 'addr2' to CORE_ADDR.
3043 (tfile_trace_find): Likewise.
3044 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
3045 Change local variable 'addr' to type CORE_ADDR.
3046 * tracepoint.h (tfind_1): Update declaration.
3047
d9ac0664
EZ
30482013-04-06 Eli Zaretskii <eliz@gnu.org>
3049
3050 * windows-nat.c (windows_get_absolute_argv0): Move from here...
3051 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
3052 Include main.h.
3053
3054 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
3055 here...
3056 * main.h (windows_get_absolute_argv0): ...to here.
3057
02142a6c
DE
30582013-04-05 Doug Evans <dje@google.com>
3059
3060 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
3061 (read_cutu_die_from_dwo): Add comments.
3062 (read_structure_type): Update comment.
3063 (read_enumeration_type, read_namespace_type): Update comment.
3064 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
3065
43662968
JK
30662013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3067
3068 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3069 * Makefile.in (gdb.z): Remove.
3070 (install-only): Remove $(man1dir) and gdb.1 installation.
3071 * gdb.1: Remove.
3072
9ead1b84
JK
30732013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3074
3075 Fix compatibility with Linux kernel 3.8.3.
3076 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
3077 to more inner block. Remove parsing of NUMBER from outer block.
3078 Parse NUMBER only if KEYWORD has been identified.
3079
d1794952
JK
30802013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3081
3082 Fix variable name shadowing.
3083 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
3084 filename to mapsfilename and update its uses.
3085
9025569e
EZ
30862013-04-05 Eli Zaretskii <eliz@gnu.org>
3087
3088 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
3089 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
3090 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
3091 details of the problem.
3092
c9a6ce02
PA
30932013-04-04 Pedro Alves <palves@redhat.com>
3094 Hui Zhu <hui@codesourcery.com>
3095
3096 * breakpoint.c (validate_commands_for_breakpoint): If validating a
3097 tracepoint, reset its STEP_COUNT and call validate_actionline.
3098
5ff888ce
DE
30992013-04-03 Doug Evans <dje@google.com>
3100
bf6af496
DE
3101 * dwarf2read.c (read_die_and_siblings_1): Renamed from
3102 read_die_and_siblings.
3103 (read_die_and_siblings): New function.
3104 (read_cutu_die_from_dwo): Dump die if requested.
3105 (read_die_and_children): Call read_full_die_1 and
3106 read_die_and_siblings_1.
3107 (read_full_die): Dump die if requested.
3108
3109 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
3110
0ac5b59e
DE
3111 * dwarf2read.c (struct dwo_file): New member comp_dir.
3112 Rename member name to dwo_name. All uses updated.
3113 (hash_dwo_file): Include comp_dir in computation.
3114 (eq_dwo_file): Ditto.
3115 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
3116 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
3117
5ff888ce
DE
3118 * psymtab.c (read_psymtabs_with_fullname): Don't call
3119 psymtab_to_fullname if the basenames are different.
3120
ec83d211
JK
31212013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3122
3123 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
3124 New entry about "fullname" presence.
3125
4f4352f7
PA
31262013-04-03 Pedro Alves <palves@redhat.com>
3127
3128 * NEWS: Mention x86_64/Cygwin as new native configuration.
3129
3d1d5ea3
DE
31302013-04-02 Doug Evans <dje@google.com>
3131
3132 * dwarf2read.c (read_structure_type): Fix typo in comment.
3133
be9a8770
PA
31342013-04-02 Pedro Alves <palves@redhat.com>
3135
3136 * NEWS: Mention "set/show debug aarch64", "set/show debug
3137 coff-pe-read" and "set/show debug mach-o".
3138
a46c1e42
PA
31392013-04-02 Pedro Alves <palves@redhat.com>
3140
3141 * NEWS: Mention "set/show remote trace-buffer-size-packet".
3142
3ad18b19
EZ
31432013-04-02 Eli Zaretskii <eliz@gnu.org>
3144
3145 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
3146 gdb_string.h is now in common/.
3147
e9f1758d
PA
31482013-04-02 Pedro Alves <palves@redhat.com>
3149
3150 * NEWS: Move "set debug notification" and "set trace-buffer-size"
3151 under "New options".
3152
049dc89b
JK
31532013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3154
3155 Revert this patch:
3156 PR gdb/15275
3157 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
3158
c33e31fd
PA
31592013-04-02 Pedro Alves <palves@redhat.com>
3160
3161 PR gdb/15275
3162
3163 * remote.c (send_interrupt_sequence): Use remote_serial_write.
3164 (remote_serial_write): New function.
3165 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
3166
ea5f3910
JW
31672013-04-01 Jiong Wang <jiwang@tilera.com>
3168
3169 * NEWS: Mention TILE-Gx in "New native configurations" and
3170 "New targets" sections.
3171
5c6fa7ab
DE
31722013-04-01 Doug Evans <dje@google.com>
3173
c0f78cd4
DE
3174 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
3175 (process_enumeration_scope): Simplify.
3176
0186c6a7
DE
3177 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
3178 type_unit_group ...
3179 (struct signatured_type): ... to here.
3180 (sig_type_ptr): New typedef.
3181 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
3182 out of union 't'. All uses updated.
3183 (dw2_get_file_names_reader): Assert not called for a type unit.
3184 (dw2_get_file_names): Assert not called for a type unit or type
3185 unit group.
3186 (build_type_psymtabs_reader): Assert called for a type unit.
3187 (build_type_psymtab_dependencies): Assert called for a type unit group.
3188
5c6fa7ab
DE
3189 * dwarf2read.c (free_dwo_file): Add comment.
3190 (dwarf2_per_objfile_free): Unref dwp bfd.
3191
b3c0ad67 31922013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
cebca8c1
AR
3193
3194 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
3195 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
3196 (read_pe_exported_syms): Remove unused 'exportix'.
3197 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
3198 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
3199 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
3200
e2df1547
AR
32012013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
3202
3203 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
3204 (print_it_watchpoint): Remove unused 'bl'.
3205 (say_where): Remove unused 'uiout'.
3206 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
3207 (bkpt_breakpoint_hit): Remove unused 'b'.
3208 (internal_bkpt_print_it): Remove unused 'uiout'.
3209 * buildsym.c (augment_type_symtab): Remove unused 'i'.
3210
d81e75c0
TD
32112013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
3212
3213 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
3214 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
3215
5a8b3f62
DE
32162013-03-29 Doug Evans <dje@google.com>
3217
ab5088bf
DE
3218 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
3219 Delete arg is_dwp. All callers updated.
3220 (open_dwp_file): New function.
3221 (open_and_init_dwp_file): Call it.
3222 (get_dwp_file): New function.
3223 (lookup_dwo_cutu): Call it.
3224
a8ad1e57
DE
3225 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
3226 unnecessary, cleanup.
3227
6296d8c1
DE
3228 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
3229
b0c7bfa9
DE
3230 * dwarf2read.c (read_cutu_die_from_dwo): New function.
3231 (lookup_dwo_unit): New function.
3232 (init_cutu_and_read_dies): Move DWO handling to new functions.
3233
c88ee1f0
DE
3234 * dwarf2read.c (struct signatured_type): Tweak comment.
3235 (struct dwo_unit): Tweak comment.
3236 (create_debug_types_hash_table): Tweak comment. Reformat long line.
3237 (create_dwo_debug_info_hash_table): Tweak comment.
3238 (dwarf2_per_cu_offset_and_type): Tweak comment.
3239
5a8b3f62
DE
3240 * dwarf2read.c (lookup_signatured_type): Remove complaint about
3241 missing .debug_types section.
3242
9852c492
YQ
32432013-03-29 Yao Qi <yao@codesourcery.com>
3244
3245 * corelow.c: Include "completer.h".
3246 (_initialize_corelow): Call add_target_with_completer with
3247 argument 'filename_completer'.
3248 * tracepoint.c: Likewise.
3249 * exec.c (_initialize_exec): Likewise.
3250 * target.c (add_target): Rename to ...
3251 (add_target_with_completer): ... this. Call set_cmd_completer
3252 if parameter completer is not NULL.
3253 (add_target): New.
3254 * target.h: Include "command.h".
3255 (add_target_with_completer): Declare it.
3256
af312be7
JB
32572013-03-28 Joel Brobecker <brobecker@adacore.com>
3258
3259 * coffread.c (is_import_fixup_symbol): New function.
3260 (record_minimal_symbol): Use is_import_fixup_symbol to
3261 detect import fixup symbols, and discard them.
3262
8a0459fd
DE
32632013-03-28 Doug Evans <dje@google.com>
3264
0349ea22
DE
3265 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
3266 types hash table until we know we need it.
3267
f652bce2
DE
3268 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
3269 index numbers.
3270
e4a48d9d
DE
3271 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
3272 All callers updated.
3273 (dw2_print_stats): Print #read CUs too.
3274 (dump_die_shallow): Print signatured types better.
3275
8a0459fd
DE
3276 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
3277 info_or_types_section to section. All uses updated.
3278 (struct dwo_unit): Ditto.
3279
bd3eecc3
PA
32802013-03-28 Pedro Alves <palves@redhat.com>
3281
3282 * NEWS (New options): New section.
3283 (New options): Mention set/show remote trace-status-packet.
3284 * remote.c (PACKET_qTStatus): New enumeration value.
3285 (remote_get_trace_status): Skip sending qTStatus if the packet is
3286 disabled. Use packet_ok.
3287 (_initialize_remote): Register a configuration command for
3288 qTStatus packet.
3289
41245087
DE
32902013-03-28 Doug Evans <dje@google.com>
3291
7edbb660
DE
3292 * symfile.c (find_separate_debug_file): Add comment.
3293 (terminate_after_last_dir_separator): Tweak comment.
3294
0018ea6f
DE
3295 * dwarf2read.c (create_partial_symtab): Add forward decl.
3296 (create_partial_symtab): Move to be closer to other psymtab functions.
3297 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
3298
ca69b9e6
DE
3299 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
3300 (compute_symtab_includes): Remove unnecessary forward declaration.
3301 (die_needs_namespace): Add comment marking group of functions for
3302 dwarf2 name computation.
3303
a9375afe
DE
3304 * typeprint.c (_initialize_typeprint): Improve type help text.
3305
41245087
DE
3306 * python/python.c (finish_python_initialization): Provide suggestion
3307 for how to tell gdb to find its python files.
3308
7f7cc265
PA
33092013-03-28 Pedro Alves <palves@redhat.com>
3310
3311 PR gdb/15294
3312
3313 * source.c (_initialize_source): Change back "set listsize" to an
3314 integer command.
3315
ec21308c
JK
33162013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
3317
3318 PR gdb/15275
3319 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
3320
840a9a1f
PA
33212013-03-27 Pedro Alves <palves@redhat.com>
3322
3323 * top.c (history_size): Rename to ...
3324 (history_size_setshow_var): ... this. Add comment.
3325 (show_commands): Use readline's 'history_length' instead of
3326 computing the history length by calling history_get in a loop.
3327 (set_history_size_command): Error out for sizes over INT_MAX.
3328 Restore previous history size on invalid size.
3329 (init_history): If HISTSIZE is negative, leave the history size as
3330 zero. Add comments.
3331 (init_main): Adjust.
3332
826ecc4d
PA
33332013-03-27 Pedro Alves <palves@redhat.com>
3334
3335 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
3336 coff_pe_read" command to "set debug coff-pe-read".
3337
0ccfeeae
MM
33382013-03-27 Markus Metzger <markus.t.metzger@intel.com>
3339
3340 * record.c (command_size_to_target_size): Fix size comparison.
3341 Change parameter type from pointer to integer to integer.
3342 Update all users.
3343
40653b35
PM
33442013-03-27 Pierre Muller <muller@sourceware.org>
3345
3346 * windows-nat.c (handle_output_debug_string): Avoid typecast
3347 from integer of different size warning.
3348
c62fa0e2
JB
33492013-03-26 Joel Brobecker <brobecker@adacore.com>
3350
3351 * windows-nat.c (handle_output_debug_string): Add empty line
3352 after local block variable definition.
3353
2c619be2
PA
33542013-03-26 Pedro Alves <palves@redhat.com>
3355
3356 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
3357 (net_open): Make 'polls' local unsigned.
3358
1b493192
PA
33592013-03-26 Pedro Alves <palves@redhat.com>
3360
3361 * remote.c (_initialize_remote): Make "set remoteaddresssize"
3362 a zuinteger command instead of uinteger.
3363
7ee70bf5
PA
33642013-03-26 Pedro Alves <palves@redhat.com>
3365
3366 * record-full.c (record_full_insn_num): Make it unsigned.
3367 (record_full_check_insn_num, record_full_message)
3368 (record_full_registers_change, record_full_xfer_partial): Remove
3369 record_full_insn_max_num check (it's always != 0).
3370 (record_full_info, record_full_restore): Use %u as format string.
3371 (): Use %u as format string.
3372 (set_record_full_insn_max_num): Remove record_full_insn_max_num
3373 check (it's always != 0).
3374
dfd1f9bb
PA
33752013-03-26 Pedro Alves <palves@redhat.com>
3376
3377 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
3378 and "set dcache size" commands zuinteger instead of uinteger.
3379
addb4faf
PA
33802013-03-26 Pedro Alves <palves@redhat.com>
3381
3382 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
3383 command zuinteger instead of uinteger.
3384
b75bf488
PA
33852013-03-26 Pedro Alves <palves@redhat.com>
3386
3387 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
3388 zuinteger instead of uinteger.
3389
42c634cb
PA
33902013-03-26 Pedro Alves <palves@redhat.com>
3391
3392 * record.c (record_insn_history_size_setshow_var)
3393 (record_call_history_size_setshow_var): New globals.
3394 (command_size_to_target_size): New function.
3395 (cmd_record_insn_history, cmd_record_call_history): Use
3396 command_size_to_target_size instead of cast.
3397 (validate_history_size, set_record_insn_history_size)
3398 (set_record_call_history_size): New functions.
3399 (_initialize_record): Install set_record_insn_history_size and
3400 set_record_call_history_size as "set" hooks of "set record
3401 instruction-history-size" and "set record
3402 function-call-history-size".
3403
1fb2e2b5
PA
34042013-03-26 Pedro Alves <palves@redhat.com>
3405
3406 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
3407 use with history_max_entries use. Remove FIXME note.
3408
99c819ee
MM
34092013-03-26 Markus Metzger <markus.t.metzger@intel.com>
3410
3411 * record-btrace.c (record_btrace_close): Call
3412 record_btrace_auto_disable.
3413
9f9e404c
JB
34142013-03-25 Joel Brobecker <brobecker@adacore.com>
3415
3416 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
3417
ebcdfe33
DE
34182013-03-25 Doug Evans <dje@google.com>
3419
3420 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
3421
24955f63
TT
34222013-03-25 Tom Tromey <tromey@redhat.com>
3423
3424 PR symtab/11462:
3425 * c-exp.y (exp): Add new productions for destructors after '.' and
3426 '->'.
3427 (write_destructor_name): New function.
3428
fce632b6
TT
34292013-03-25 Tom Tromey <tromey@redhat.com>
3430
3431 PR c++/9197:
3432 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
3433 value_struct_elt, not lookup_struct_elt_type.
3434 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
3435 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
3436 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
3437
a4341769
YQ
34382013-03-25 Yao Qi <yao@codesourcery.com>
3439
3440 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
3441 instead of '_mkdir'.
3442
b5981e5a
EZ
34432013-03-23 Eli Zaretskii <eliz@gnu.org>
3444
3445 * windows-nat.c (windows_get_absolute_argv0): New function.
3446 * windows-nat.h: Add its prototype.
3447
3448 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
3449 Use IS_DIR_SEPARATOR instead of looking for a character inside
3450 SLASH_STRING. Include filenames.h.
3451 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
3452 relocate_gdb_directory works when passed gdb_program_name.
3453 Include windows-nat.h.
3454
598d3636
JK
34552013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3456
3457 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
3458 * remote.c (trace_error): Remove the special handling of '2'.
3459 (readchar) <SERIAL_EOF>
3460 (readchar) <SERIAL_ERROR>
3461 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
3462 (remote_get_trace_status): Call throw_exception if EX is
3463 TARGET_CLOSE_ERROR.
3464 * utils.c (perror_with_name): Rename to ...
3465 (throw_perror_with_name): ... here. New parameter errcode, describe it
3466 in the function comment.
3467 (perror_with_name): New function wrapper.
3468 * utils.h (enum errors): New stub declaration.
3469 (throw_perror_with_name): New declaration.
3470
82b821e9
PA
34712013-03-22 Pedro Alves <palves@redhat.com>
3472 Yao Qi <yao@codesourcery.com>
3473 Mark Kettenis <kettenis@gnu.org>
3474
3475 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
3476 Don't let the user set the value to UINT_MAX directly.
3477 <var_integer>: Don't let the user set the value to INT_MAX
3478 directly.
3479
78a095c3
JK
34802013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3481
3482 * remote.c (remote_unpush_target): New function.
3483 (remote_open_1): Remove two pop_target calls, update one comment, add
3484 comment to target_preopen call. Replace pop_target call by
3485 remote_unpush_target call.
3486 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
3487 pop_target calls by remote_unpush_target calls.
3488
3e74e146
PA
34892013-03-22 Pedro Alves <palves@redhat.com>
3490
3491 * linux-nat.c (linux_child_follow_fork): Don't call
3492 linux_enable_event_reporting.
3493 (linux_handle_extended_wait): Don't call
3494 linux_enable_event_reporting.
3495
a2213dca
PA
34962013-03-22 Pedro Alves <palves@redhat.com>
3497
3498 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
3499 use it to rewrite the trampoline buffers with type gdb_byte[], and
3500 undefine the macro. Remove char* cast.
3501
bd712aed
DE
35022013-03-21 Doug Evans <dje@google.com>
3503
3504 New commands "mt set per-command {space,time,symtab} {on,off}".
3505 * NEWS: Add entry.
3506 * event-top.c: #include "maint.h".
3507 * main.c: #include "maint.h".
3508 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
3509 timeval-utils.h, maint.h, cli/cli-setshow.h.
3510 (per_command_time, per_command_space): New static globals.
3511 (per_command_symtab): New static global.
3512 (per_command_setlist, per_command_showlist): New static globals.
3513 (struct cmd_stats): Move here from utils.c.
3514 (set_per_command_time): Renamed from set_display_time in utils.c
3515 and moved here. All callers updated.
3516 (set_per_command_space): Renamed from set_display_space in utils.c
3517 and moved here. All callers updated.
3518 (count_symtabs_and_blocks): New function.
3519 (report_command_stats): Moved here from utils.c. Add support for
3520 printing symtab stats. Only print data if enabled before command
3521 executed.
3522 (make_command_stats_cleanup): Ditto.
3523 (sert_per_command_cmd, show_per_command_cmd): New functions.
3524 (_initialize_maint_cmds): Add new commands
3525 mt set per-command {space,time,symtab} {on,off}.
3526 * maint.h: New file.
3527 * top.c: #include "maint.h".
3528 * utils.c (reset_prompt_for_continue_wait_time): New function.
3529 (get_prompt_for_continue_wait_time): New function.
3530 * utils.h (reset_prompt_for_continue_wait_time): Declare
3531 (get_prompt_for_continue_wait_time): Declare.
3532 (make_command_stats_cleanup): Moved to maint.h.
3533 (set_display_time, set_display_space): Moved to maint.h and renamed
3534 to set_per_command_time, set_per_command_space.
3535 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
3536 parse_binary_operation and made non-static. Don't call error,
3537 just return an error marker. All callers updated.
3538 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
3539
d76488d8
TT
35402013-03-21 Tom Tromey <tromey@redhat.com>
3541
3542 * symfile.c (alloc_section_addr_info): Update header. Don't set
3543 'num_sections' field.
3544 (build_section_addr_info_from_section_table): Set 'num_sections'.
3545 (build_section_addr_info_from_bfd): Likewise.
3546 (build_section_addr_info_from_objfile): Remove dead loop
3547 condition.
3548 (free_section_addr_info): Unconditionally call xfree.
3549 (relative_addr_info_to_section_offsets, addrs_section_sort)
3550 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
3551 condition.
3552 (syms_from_objfile_1): Remove dead 'if' condition. Check
3553 'num_sections'.
3554 (add_symbol_file_command): Set 'num_sections'.
3555 * symfile-mem.c (symbol_file_add_from_memory): Set
3556 'num_sections'.
3557 * somread.c (som_symfile_offsets): Remove dead loop condition.
3558 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
3559 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
3560
a72e5169 35612013-03-21 Tom Tromey <tromey@redhat.com>
92bc6a20
TT
3562
3563 * tracepoint.h (decode_agent_options): Add 'trace_string'
3564 argument.
3565 * tracepoint.c (decode_agent_options): Add 'trace_string'
3566 argument.
3567 (validate_actionline): Update.
3568 (collect_symbol): Add 'trace_string' argument.
3569 (struct add_local_symbols_data) <trace_string>: New field.
3570 (do_collect_symbol): Update.
3571 (add_local_symbols): Add 'trace_string' argument.
3572 (encode_actions_1): Update.
3573 (trace_dump_actions): Update.
3574 * dwarf2loc.c (access_memory): Update.
3575 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
3576 * ax-general.c (new_agent_expr): Update.
3577 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
3578 (gen_trace_for_return_address): Add argument.
3579 (trace_kludge, trace_string_kludge): Remove.
3580 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
3581 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
3582 (gen_trace_for_var): Add 'trace_string' argument.
3583 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
3584 (gen_printf, agent_eval_command_one): Update.
3585
b2f83c08
TT
35862013-03-21 Tom Tromey <tromey@redhat.com>
3587
3588 PR exp/15109:
3589 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
3590 Handle FILENAME token.
3591
9507860e
TT
35922013-03-21 Tom Tromey <tromey@redhat.com>
3593
3594 * c-exp.y (YYPRINT): Define.
3595 (c_print_token): New function.
3596
e403aa4b
TT
35972013-03-21 Tom Tromey <tromey@redhat.com>
3598
3599 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
3600
af307d6a
YQ
36012013-03-21 Yao Qi <yao@codesourcery.com>
3602
3603 * ctf.c: Include "gdb_stat.h".
3604 [USE_WIN32API]: New macro 'mkdir'.
3605 (ctf_start): Use permission bits macros if they are defined.
3606
fb81d016
KS
36072013-03-20 Keith Seitz <keiths@redhat.com>
3608
3609 * breakpoint.h (struct breakpoint): Add comment to
3610 extra_string indicating that this member is mallod'd.
3611 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
3612
ef0026f0
PA
36132013-03-20 Pedro Alves <palves@redhat.com>
3614
3615 PR gdb/15289
3616
3617 * cli/cli-setshow.c (do_set_command)
3618 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
3619 the result of parsing the command argument. Throw error if the
3620 value is greater than UINT_MAX. Print the invalid value with
3621 plongest.
3622 <var_integer, var_zinteger>: Use LONGEST for variable holding the
3623 result of parsing the command argument. Throw error if the value
3624 is greater than INT_MAX, not greater or equal. Also throw error
3625 if the value is less than INT_MIN. Print the invalid value with
3626 plongest.
3627 <var_zuinteger_unlimited>: Throw error if the value is greater
3628 than INT_MAX, not greater or equal.
3629 (do_show_command) <var_integer, var_zinteger,
3630 var_zuinteger_unlimited>: Use %d for printing int, not %u.
3631
24d6c2a0
TT
36322013-03-20 Tom Tromey <tromey@redhat.com>
3633
3634 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
3635 if possible.
3636 * dwarf2read.c (read_func_scope): Remove old FIXME.
3637 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
3638 not LOC_COMPUTED.
3639 * findvar.c (symbol_read_needs_frame, default_read_var_value):
3640 Unconditionally call via computed ops, if possible.
3641 * printcmd.c (address_info): Unconditionally call via computed ops,
3642 if possible.
3643 * stack.c (read_frame_arg): Unconditionally call via computed ops,
3644 if possible.
3645 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
3646 * tracepoint.c (scope_info): Unconditionally call via computed ops,
3647 if possible.
3648
f1e6e072
TT
36492013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3650 Tom Tromey <tromey@redhat.com>
3651
3652 PR symtab/8421:
3653 * coffread.c (coff_register_index): New global.
3654 (process_coff_symbol, coff_read_enum_type): Set
3655 SYMBOL_ACLASS_INDEX.
3656 (_initialize_coffread): Initialize new global.
3657 * dwarf2loc.c (locexpr_find_frame_base_location)
3658 (dwarf2_block_frame_base_locexpr_funcs)
3659 (loclist_find_frame_base_location)
3660 (dwarf2_block_frame_base_loclist_funcs): New.
3661 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
3662 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
3663 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
3664 (dwarf2_block_frame_base_loclist_funcs): New.
3665 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
3666 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
3667 globals.
3668 (read_func_scope): Update.
3669 (fixup_go_packaging, mark_common_block_symbol_computed)
3670 (var_decode_location, new_symbol_full, dwarf2_const_value):
3671 Set SYMBOL_ACLASS_INDEX.
3672 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
3673 (_initialize_dwarf2_read): Initialize new globals.
3674 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
3675 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
3676 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
3677 globals.
3678 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
3679 (_initialize_mdebugread): Initialize new globals.
3680 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
3681 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
3682 (stab_register_index, stab_regparm_index): New globals.
3683 (define_symbol, read_enum_type, common_block_end): Set
3684 SYMBOL_ACLASS_INDEX.
3685 (_initialize_stabsread): Initialize new globals.
3686 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
3687 globals.
3688 (MAX_SYMBOL_IMPLS): New define.
3689 (register_symbol_computed_impl, register_symbol_block_impl)
3690 (register_symbol_register_impl)
3691 (initialize_ordinary_address_classes): New functions.
3692 (_initialize_symtab): Call initialize_ordinary_address_classes.
3693 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
3694 (struct symbol_impl): New.
3695 (SYMBOL_ACLASS_BITS): New define.
3696 (struct symbol) <aclass, ops>: Remove fields.
3697 <aclass_index>: New field.
3698 (symbol_impls): Declare.
3699 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
3700 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
3701 (register_symbol_computed_impl, register_symbol_block_impl)
3702 (register_symbol_register_impl): Declare.
3703 (struct symbol_computed_ops): Add location_has_loclist.
3704 (struct symbol_block_ops): New.
3705 (SYMBOL_BLOCK_OPS): New.
3706 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
3707
dbccfd4c
TT
37082013-03-20 Tom Tromey <tromey@redhat.com>
3709
3710 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
3711 (print_partial_symbols, recursively_search_psymtabs): Use
3712 PSYMBOL_CLASS.
3713
e3f1ad4f
PM
37142013-03-20 Pierre Muller <muller@sourceware.org>
3715
3716 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
3717 addtion, subtraction, multiplication and division binary operator.
3718
460014f5
JK
37192013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3720
3721 Code cleanup.
3722 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
3723 * bsd-kvm.c (bsd_kvm_close): Likewise.
3724 * bsd-uthread.c (bsd_uthread_close): Likewise.
3725 * corelow.c (core_close): Likewise.
3726 (core_close_cleanup): Remove parameter quitting from a caller.
3727 * event-top.c (async_disconnect): Likewise.
3728 * exec.c (exec_close_1): Remove parameter quitting.
3729 * go32-nat.c (go32_close): Likewise.
3730 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
3731 parameter quitting from a caller.
3732 * mips-linux-nat.c (super_close): Remove parameter quitting from the
3733 variable.
3734 (mips_linux_close): Remove parameter quitting. Remove parameter
3735 quitting from a caller.
3736 * monitor.c (monitor_close): Remove parameter quitting.
3737 * monitor.h (monitor_close): Likewise.
3738 * record-btrace.c (record_btrace_close): Likewise.
3739 * record-full.c (record_full_close): Likewise.
3740 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
3741 it also from fprintf_unfiltered.
3742 * remote-mips.c (mips_close): Remove parameter quitting.
3743 (mips_detach): Remove parameter quitting from a caller.
3744 * remote-sim.c (gdbsim_close): Remove parameter quitting.
3745 (gdbsim_close): Remove duplicate function comment. Remove parameter
3746 quitting and remove it also from printf_filtered.
3747 * remote.c (remote_close): Remove parameter quitting.
3748 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
3749 * target.c (update_current_target): Remove parameter int from to_close
3750 de_fault.
3751 (push_target, unpush_target, pop_target): Remove parameter quitting from
3752 a caller.
3753 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
3754 Remove parameter quitting from a caller.
3755 (target_preopen): Remove parameter quitting from a caller.
3756 (target_close): Remove parameter quitting. Remove parameter quitting
3757 from a caller two times. Remove parameter quitting also from
3758 fprintf_unfiltered.
3759 * target.h (struct target_ops): Remove parameter quitting and as int
3760 from fields to_xclose and to_close.
3761 (extern struct target_ops current_target):
3762 (target_close, pop_all_targets): Remove parameter quitting. Update the
3763 comment.
3764 (pop_all_targets_above): Remove parameter quitting.
3765 * top.c (quit_target): Remove parameter quitting from a caller.
3766 * tracepoint.c (tfile_close): Remove parameter quitting.
3767 * windows-nat.c (windows_close): Remove parameter quitting.
3768
35a7120b
CV
37692013-03-20 Corinna Vinschen <vinschen@redhat.com>
3770
3771 * windows-nat.c (handle_output_debug_string): Replace call
3772 to string_to_core_addr with call to strtoull.
3773
8249a5a9
YQ
37742013-03-20 Yao Qi <yao@codesourcery.com>
3775
3776 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
3777 and write it to CTF metadata.
3778
2c15ef43
CV
37792013-03-19 Corinna Vinschen <vinschen@redhat.com>
3780
3781 * windows-nat.c (handle_output_debug_string): Change type of n to
3782 SIZE_T to avoid crash on 64 bit systems.
3783
1cdd3232
EZ
37842013-03-17 Eli Zaretskii <eliz@gnu.org>
3785
3786 * python/python-internal.h (HAVE_SNPRINTF)
3787 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
3788 about redefinition of snprintf by pyerrors.h.
3789
3cb2ab1a
SE
37902013-03-15 Steve Ellcey <sellcey@mips.com>
3791
3792 * remote-sim.c (sim_command_completer): Make char arguments const.
3793
9ce98649
TT
37942013-03-15 Tom Tromey <tromey@redhat.com>
3795
3796 PR c++/15116:
3797 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
3798
dccee2de
TT
37992013-03-14 Tom Tromey <tromey@redhat.com>
3800
3801 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
3802 New fields.
3803 (get_file_crc): Move from symfile.c.
3804 (gdb_bfd_crc): New function.
3805 * gdb_bfd.h (gdb_bfd_crc): Declare.
3806 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
3807 * symfile.c (get_file_crc): Move to gdb_bfd.c.
3808 (separate_debug_file_exists): Use gdb_bfd_crc.
3809
cc0ea93c
TT
38102013-03-14 Tom Tromey <tromey@redhat.com>
3811
3812 * symfile.c (get_debug_link_info): Remove.
3813 (find_separate_debug_file_by_debuglink): Use
3814 bfd_get_debug_link_info.
3815
08c23b0d
TT
38162013-03-14 Tom Tromey <tromey@redhat.com>
3817
3818 * symtab.c (error_in_psymtab_expansion): New function.
3819 (lookup_symbol_aux_quick)
3820 (basic_lookup_transparent_type_quick): Remove "last resort"
3821 code. Use error_in_psymtab_expansion.
3822
288e77a7
JK
38232013-03-14 Doug Evans <dje@google.com>
3824 Jan Kratochvil <jan.kratochvil@redhat.com>
3825
3826 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
3827 any successful compare_filenames_for_search or FILENAME_CMP.
3828 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
3829 * symtab.c (iterate_over_some_symtabs): Likewise.
3830
8f1b8b82
JK
38312013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3832
3833 * source.c (print_source_lines_base): Make a local copy of
3834 symtab_to_fullname.
3835
23eb71e4
JK
38362013-03-14 Hui Zhu <hui_zhu@mentor.com>
3837 Jan Kratochvil <jan.kratochvil@redhat.com>
3838
3839 * source.c (print_source_lines_base): Suppress "file" for TUI.
3840
bb869963
SDJ
38412013-03-14 Keith Seitz <keiths@redhat.com>
3842 Alan Matsuoka <alanm@redhat.com>
3843
3844 PR c++/15203
3845 PR c++/15210
3846 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
3847 TYPE_CODE_METHOD.
3848 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
3849 symbols.
3850
d6682f9e
YQ
38512013-03-14 Yao Qi <yao@codesourcery.com>
3852
3853 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
3854 status to tfile if trace is stopped by command 'tstop'.
3855
a22fa6e4
YQ
38562013-03-14 Yao Qi <yao@codesourcery.com>
3857
3858 * tracepoint.c (tfile_write_status): Write trace notes and user
3859 name into tfile if they are not NULL.
3860
d0353e76
YQ
38612013-03-14 Hui Zhu <hui@codesourcery.com>
3862 Yao Qi <yao@codesourcery.com>
3863
3864 * Makefile.in (REMOTE_OBS): Add ctf.o.
3865 (SFILES): Add ctf.c.
3866 (HFILES_NO_SRCDIR): Add ctf.h.
3867 * ctf.c, ctf.h: New files.
3868 * tracepoint.c: Include 'ctf.h'.
3869 (collect_pseudocommand): Remove static.
3870 (trace_save_command): Parse option "-ctf".
3871 Produce different trace file writers per option.
3872 Adjust output message.
3873 (trace_save_tfile, trace_save_ctf): New.
3874 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
3875 * mi/mi-main.c: Include 'ctf.h'.
3876 (mi_cmd_trace_save): Handle option '-ctf'. Call either
3877 trace_save_tfile or trace_save_ctf.
3878 * NEWS: Mention these changes.
3879
3f43bc09
YQ
38802013-03-14 Yao Qi <yao@codesourcery.com>
3881
3882 * tracepoint.c (trace_file_writer_xfree): New.
3883 (struct tfile_writer_data): New.
3884 (tfile_dtor, tfile_can_target_save, tfile_start): New.
3885 (tfile_write_header, tfile_write_regblock_type): New.
3886 (tfile_write_status, tfile_write_uploaded_tsv): New.
3887 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
3888 (tfile_write_raw_data, (tfile_end): New.
3889 (tfile_write_ops): New global variable.
3890 (TRACE_WRITE_R_BLOCK): New macro.
3891 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
3892 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
3893 (TRACE_WRITE_V_BLOCK): New macro.
3894 (trace_save): Add extra one parameter WRITER. Make it static.
3895 Use WRITER to writer trace.
3896 (tfile_trace_file_writer_new): New.
3897 (trace_save_command): Caller update.
3898 (trace_save_tfile): Write trace data in TFILE format.
3899 * tracepoint.h (struct trace_frame_write_ops): New.
3900 (struct trace_file_write_ops): New.
3901 (struct trace_file_writer): New.
3902 (trace_save): Remove its declaration.
3903 (trace_save_tfile): Declare it.
3904 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
3905 instead of trace_save.
3906
58665b40
PA
39072013-03-13 Pedro Alves <palves@redhat.com>
3908
3909 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
3910
10217050
PA
39112013-03-13 Pedro Alves <palves@redhat.com>
3912
3913 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
3914 commented out code.
3915 * demangle.c (current_demangling_style_string): Make it const.
3916 (set_demangling_command): Assert the demangling style is known.
3917 Remove all handling of unknown styles. Set
3918 'current_demangling_style_string' to an element of the
3919 demangling_style_names array.
3920 (set_demangling_style): Delete.
3921 (_initialize_demangler): Set current_demangling_style_string to the
3922 element of the demangling_style_names array that corresponds to
3923 the default demangling style. Remove FIXME note. Don't call
3924 set_demangling_style.
3925 * gdb-demangle.h (set_demangling_style): Remove declaration.
3926
6f937416
PA
39272013-03-13 Pedro Alves <palves@redhat.com>
3928
3929 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
3930 fields const.
3931 (ada_make_symbol_completion_list): Make "text0" parameter const.
3932 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
3933 * breakpoint.c (condition_completer): Make "text" and "word"
3934 parameters const. Adjust.
3935 (check_tracepoint_command): Adjust to validate_actionline
3936 prototype change.
3937 (catch_syscall_completer): Make "text" and "word" parameters
3938 const.
3939 * cli/cli-cmds.c (show_user): Make "comname" local const.
3940 (valid_command_p): Make "command" parameter const.
3941 (alias_command): Make "alias_prefix" and "command_prefix" locals
3942 const.
3943 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
3944 (add_alias_cmd): Make "name" and "oldname" parameters const.
3945 Adjust. No longer make copy of OLDNAME.
3946 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
3947 (add_setshow_cmd_full, add_setshow_enum_cmd)
3948 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
3949 (add_setshow_filename_cmd, add_setshow_string_cmd)
3950 (add_setshow_string_noescape_cmd)
3951 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
3952 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
3953 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
3954 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
3955 Make "name" parameter const.
3956 (help_cmd): Rename "command" parameter to "arg". New const local
3957 "command".
3958 (find_cmd): Make "command" parameter const.
3959 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
3960 deprecated_cmd_warning prototype change.
3961 (undef_cmd_error): Make "cmdtype" parameter const.
3962 (lookup_cmd): Make "line" parameter const.
3963 (deprecated_cmd_warning): Change type of "text" parameter to
3964 pointer to const char, from pointer to pointer to char. Adjust.
3965 (lookup_cmd_composition): Make "text" parameter const.
3966 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
3967 parameters const.
3968 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
3969 const.
3970 * cli/cli-script.c (validate_comname): Make "tem" local const.
3971 (define_command): New const local "tem_c". Use it in calls to
3972 lookup_cmd.
3973 (document_command): Make "tem" and "comfull" locals const.
3974 (show_user_1): Make "prefix" and "name" parameters const.
3975 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
3976 const.
3977 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
3978 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
3979 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
3980 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
3981 (complete_on_enum, add_setshow_enum_cmd)
3982 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
3983 (add_setshow_filename_cmd, add_setshow_string_cmd)
3984 (add_setshow_string_noescape_cmd)
3985 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
3986 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
3987 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
3988 Change prototypes, constifying strings.
3989 * completer.c (noop_completer, filename_completer): Make "text"
3990 and "prefix" parameters const.
3991 (location_completer, expression_completer)
3992 (complete_line_internal): Make "text" and "prefix" parameters
3993 const and adjust.
3994 (command_completer, signal_completer): Make "text" and "prefix"
3995 parameters const.
3996 * completer.h (noop_completer, filename_completer)
3997 (expression_completer, location_completer, command_completer)
3998 (signal_completer): Change prototypes.
3999 * corefile.c (complete_set_gnutarget): Make "text" and "word"
4000 parameters const.
4001 * cp-abi.c (cp_abi_completer): Likewise.
4002 * expression.h (parse_expression_for_completion): Change
4003 prototype.
4004 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
4005 parameters const.
4006 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
4007 * infrun.c (handle_completer): Make "text" and "word" parameters
4008 const.
4009 * interps.c (interpreter_completer): Make "text" and "word"
4010 parameters const.
4011 * language.h (struct language_defn)
4012 <la_make_symbol_completion_list>: Make "text" and "word"
4013 parameters const.
4014 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
4015 (parse_exp_in_context): Rename to ...
4016 (parse_exp_in_context_1): ... this.
4017 (parse_exp_in_context): Reimplement, with const hack from
4018 parse_exp_1.
4019 (parse_expression_for_completion): Make "string" parameter const.
4020 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
4021 to pointer to const char. Adjust.
4022 (print_command_1): Make "exp" parameter const.
4023 (output_command): Rename to ...
4024 (output_command_const): ... this. Make "exp" parameter const.
4025 (output_command): Reimplement.
4026 (x_command): Adjust.
4027 (display_command): Rename "exp" parameter to "arg". New "exp"
4028 local, const version of "arg".
4029 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
4030 "cmd_name" local const.
4031 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
4032 call.
4033 (cmdpy_completer): Make "text" and "word" parameters const.
4034 (gdbpy_parse_command_name): Make "prefix_text2" local const.
4035 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
4036 const.
4037 * remote.c (_initialize_remote): Make "cmd_name" local const.
4038 * symtab.c (language_search_unquoted_string): Make "text" and "p"
4039 parameters const. Adjust.
4040 (completion_list_add_fields): Make "sym_text", "text" and "word"
4041 parameters const.
4042 (struct add_name_data) <sym_text, text, word>: Make fields const.
4043 (default_make_symbol_completion_list_break_on): Make "text" and
4044 "word" parameters const. Adjust locals.
4045 (default_make_symbol_completion_list)
4046 (make_symbol_completion_list, make_symbol_completion_type)
4047 (make_symbol_completion_list_fn): Make "text" and "word"
4048 parameters const.
4049 (make_file_symbol_completion_list): Make "text", "word" and
4050 "srcfile" parameters const. Adjust locals.
4051 (add_filename_to_list): Make "text" and "word" parameters const.
4052 (struct add_partial_filename_data) <text, word>: Make fields
4053 const.
4054 (make_source_files_completion_list): Make "text" and "word"
4055 parameters const.
4056 * symtab.h (default_make_symbol_completion_list_break_on)
4057 (default_make_symbol_completion_list, make_symbol_completion_list)
4058 (make_symbol_completion_type enum type_code)
4059 (make_symbol_completion_list_fn make_file_symbol_completion_list)
4060 (make_source_files_completion_list): Change prototype.
4061 * top.c (execute_command): Adjust to pass pointer to pointer to
4062 const char to lookup_cmd, and to deprecated_cmd_warning prototype
4063 change.
4064 (set_verbose): Make "cmdname" local const.
4065 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
4066 and adjust.
4067 (validate_actionline): Make "line" parameter a pointer to const
4068 char, and adjust.
4069 (encode_actions_1): Make "action_exp" local const, and adjust.
4070 (encode_actions): Adjust.
4071 (replace_comma): Delete.
4072 (trace_dump_actions): Make "action_exp" and "next_comma" locals
4073 const, and adjust. Don't frob the action string while splitting
4074 it at commas. Instead, make a copy of each split substring in
4075 turn.
4076 (trace_dump_command): Adjust to validate_actionline prototype
4077 change.
4078 * tracepoint.h (decode_agent_options, decode_agent_options)
4079 (encode_actions, validate_actionline): Change prototypes.
4080 * valprint.h (output_command): Delete declaration.
4081 (output_command_const): Declare.
4082 * value.c (function_destroyer): Cast const away in xfree call.
4083
a0bcdaa7
PA
40842013-03-13 Pedro Alves <palves@redhat.com>
4085
4086 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
4087 rather than casting 'const char * const *' to 'const char **'.
4088 * ada-lex.l (processInt): Make "trailer" local const. Remove
4089 'const char **' cast.
4090 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
4091 locals, and use those as strtol output pointer, instead than doing
4092 invalid casts to from 'const char **' to 'char **'.
4093 (_initialize_demangle): Remove cast.
4094 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
4095 locals, and use those as strtol output pointer, instead than doing
4096 invalid casts to from 'const char **' to 'char **'.
4097 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
4098 casts.
4099 * stap-probe.c (stap_parse_register_operand)
4100 (stap_parse_single_operand): Likewise.
4101
8ddb1965
YQ
41022013-03-13 Yao Qi <yao@codesourcery.com>
4103
4104 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
4105 the last matched 'V' blcok in trace frame.
4106
2d450646
JB
41072013-03-12 Joel Brobecker <brobecker@adacore.com>
4108
4109 * NEWS: Create a new section for the next release branch.
4110 Rename the section of the current branch, now that it has
4111 been cut.
4112
b4b79973 41132013-03-12 Joel Brobecker <brobecker@adacore.com>
4114
4115 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
4116 * version.in: Bump version to 7.6.50.20130312-cvs.
4117
ee047554
KS
41182013-03-12 Keith Seitz <keiths@redhat.com>
4119
4120 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
4121 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
4122 Remove temporary copy of input string.
4123 (mi_execute_command_wrapper): Make "cmd" const.
4124 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
4125 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
4126 Use const strings.
4127 (mi_parse): Make "cmd" const.
4128 Use const strings.
4129 * mi/mi-parse.h (mi_parse): Make "cmd" const.
4130
bbc13ae3
KS
41312013-03-12 Keith Seitz <keiths@redhat.com>
4132
4133 * ada-lang.c (ada_read_renaming_var_value): Pass const
4134 pointer to expression string to parse_exp_1.
4135 (create_excep_cond_exprs): Likewise.
4136 * ax-gdb.c (agent_eval_command_one): Likewise.
4137 (maint_agent_printf_command): Likewise.
4138 Constify much of the string handling/parsing.
4139 * breakpoint.c (set_breakpoint_condition): Pass const
4140 pointer to expression string to parse_exp_1.
4141 (update_watchpoint): Likewise.
4142 (parse_cmd_to_aexpr): Constify string handling.
4143 Pass const pointer to parse_exp_1.
4144 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
4145 (find_condition_and_thread): Likewise.
4146 Make TOK const.
4147 (watch_command_1): Make "arg" const.
4148 Constify string handling.
4149 Copy the expression string instead of changing the input
4150 string.
4151 (update_breakpoint_location): Pass const pointer to
4152 parse_exp_1.
4153 * eval.c (parse_and_eval_address): Make "exp" const.
4154 (parse_to_comma_and_eval): Make "expp" const.
4155 (parse_and_eval): Make "exp" const.
4156 * expression.h (parse_expression): Make argument const.
4157 (parse_exp_1): Make first argument const.
4158 * findcmd.c (parse_find_args): Treat "args" as const.
4159 * linespec.c (parse_linespec): Pass const pointer to
4160 linespec_expression_to_pc.
4161 (linespec_expression_to_pc): Make "exp_ptr" const.
4162 * parse.c (parse_exp_1): Make "stringptr" const.
4163 Make a copy of the expression to pass to parse_exp_in_context until
4164 this whole interface can be constified.
4165 (parse_expression): Make "string" const.
4166 * printcmd.c (ui_printf): Treat "arg" as const.
4167 Handle const strings.
4168 * tracepoint.c (validate_actionline): Pass const pointer to
4169 all calls to parse_exp_1.
4170 (encode_actions_1): Likewise.
4171 * value.h (parse_to_comma_and_eval): Make argument const.
4172 (parse_and_eval_address): Likewise.
4173 (parse_and_eval): Likewise.
4174 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
4175 (varobj_set_value): Likewise.
4176 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
4177 constify string handling.
4178 Pass const pointers to parse_and_eval_address and
4179 parse_to_comman_and_eval.
4180 * cli/cli-utils.c (skip_to_space): Rename to ...
4181 (skip_to_space_const): ... this. Handle const strings.
4182 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
4183 skip_to_space_const.
4184 (skip_to_space_const): Declare.
4185 * common/format.c (parse_format_string): Make "arg" const.
4186 Handle const strings.
4187 * common/format.h (parse_format_string): Make "arg" const.
4188 * gdbserver/ax.c (ax_printf): Make "format" const.
4189 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
4190 of the expression string.
4191
f3cec7e6
HZ
41922013-03-12 Hui Zhu <hui@codesourcery.com>
4193
4194 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
4195
9df7235c
HZ
41962013-03-12 Yao Qi <yao@codesourcery.com>
4197 Hui Zhu <hui@codesourcery.com>
4198
4199 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
4200 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
4201 DW_OP_deref_size.
4202
82d049ab
PH
42032013-03-12 Paul Hilfinger <hilfingr@adacore.com>
4204
5f8e0b8f
MF
4205 * ada-lex.l (rules): Only recognize 'thread' as a
4206 delimiter when followed by numerals, as for c-exp.y.
4207 Use new rewind_to_char function to rewind the input for
4208 expression-delimiting tokens.
4209 (rewind_to_char): New function.
82d049ab 4210
8c1fb155
JK
42112013-03-11 Pedro Alves <palves@redhat.com>
4212 Jan Kratochvil <jan.kratochvil@redhat.com>
4213
4214 * configure: Regenerate.
4215 * configure.ac (check dynamic export flag): Link python test with
4216 $PYTHON_LIBS.
4217
cc81e1c6
DE
42182013-03-11 Doug Evans <dje@google.com>
4219 Keith Seitz <keiths@redhat.com>
4220
4221 * linespec.c (find_linespec_symbols): Call find_function_symbols
4222 first, and then call lookup_prefix_sym/find_method.
4223
39086a0e
PA
42242013-03-11 Pedro Alves <palves@redhat.com>
4225
4226 * charset.c (convert_between_encodings): Don't cast between
4227 different pointer to pointer types. Instead, make the 'inp' local
4228 be of the type iconv expects.
4229 (wchar_iterate): Don't cast between different pointer to pointer
4230 types. Instead, use new pointer local of the type iconv expects.
4231 * target.c (target_read_stralloc, target_fileio_read_stralloc):
4232 Add new local of type char pointer, and use it to get a
4233 char/string view of the byte buffer, instead of casting between
4234 pointer to pointer types.
4235
90585175
HAQ
42362013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
4237
4238 * remote.c (remote_set_trace_buffer_size): Move != operator
4239 to the start of next line to fix an ARI warning.
4240
59ea5688
MM
42412013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4242
4243 * NEWS: Add record changes.
4244
946287b7
MM
42452013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4246
4247 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
4248 the instruction history disassembly.
4249 * disasm.c (dump_insns): Omit the pc prefix, if requested.
4250 * disasm.h (DISASSEMBLY_OMIT_PC): New.
4251
afedecd3
MM
42522013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4253
4254 * Makefile.in (SFILES): Add record-btrace.c
4255 (COMMON_OBS): Add record-btrace.o
4256 * record-btrace.c: New.
4257 * objfiles.c: Include btrace.h.
4258 (free_objfile): call btrace_free_objfile.
4259
15984c13
MM
42602013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4261
4262 * target.c (target_call_history, target_call_history_from,
4263 target_call_history_range): New.
4264 * target.h (target_ops) <to_call_history, to_call_history_from,
4265 to_call_history_range>: New fields.
4266 (target_call_history, target_call_history_from,
4267 target_call_history_range): New declaration.
4268 * record.c (get_call_history_modifiers, cmd_record_call_history,
4269 record_call_history_size): New.
4270 (_initialize_record): Add the "record function-call-history" command.
4271 Add "set/show record function-call-history-size" commands.
4272 * record.h (record_print_flag): New.
4273
67c86d06
MM
42742013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4275
4276 * target.h (target_ops) <to_insn_history, to_insn_history_from,
4277 to_insn_history_range>: New fields.
4278 (target_insn_history): New.
4279 (target_insn_history_from): New.
4280 (target_insn_history_range): New.
4281 * target.c (target_insn_history): New.
4282 (target_insn_history_from): New.
4283 (target_insn_history_range): New.
4284 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
4285 (record_insn_history_size): New.
4286 (get_insn_number): New.
4287 (get_context_size): New.
4288 (no_chunk): New.
4289 (get_insn_history_modifiers): New.
4290 (cmd_record_insn_history): New.
4291 (_initialize_record): Add "set/show record instruction-history-size"
4292 command. Add "record instruction-history" command.
4293
7c1687a9
MM
42942013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4295
4296 * record.h (record_disconnect): New.
4297 (record_detach): New.
4298 (record_mourn_inferior): New.
4299 (record_kill): New.
4300 * record-full.c (record_disconnect, record_detach,
4301 record_mourn_inferior, record_kill): Move to...
4302 * record.c: ...here.
4303 (DEBUG): New.
4304 (record_stop): New.
4305 (record_unpush): New.
4306 (cmd_record_stop): Call record_stop. Replace unpush_target
4307 call with record_unpush call.
4308 (record_disconnect, record_detach): Assert that the target
4309 is of record stratum. Call record_unpush, record_stop, and
4310 DEBUG.
4311 (record_mourn_inferior, record_kill): Assert that the target
4312 is of record stratum. Call record_unpush and DEBUG.
4313
25ea693b
MM
43142013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4315
4316 * record-full.h, record-full.c (record_memory_query): Rename
4317 to ...
4318 (record_full_memory_query): ...this. Update all users.
4319 (record_arch_list_add_reg): Rename to ...
4320 (record_full_arch_list_add_reg): ...this. Update all users.
4321 (record_arch_list_add_mem): Rename to ...
4322 (record_full_arch_list_add_mem): ...this. Update all users.
4323 (record_arch_list_add_end): Rename to ...
4324 (record_full_arch_list_add_end): ...this. Update all users.
4325 (record_gdb_operation_disable_set): Rename to ...
4326 (record_full_gdb_operation_disable_set): ...this.
4327 Update all users.
4328
88d1aa9d
MM
43292013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4330
4331 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
4332 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
4333 (RECORD_IS_REPLAY): Renamed to ...
4334 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
4335 (RECORD_FILE_MAGIC): Renamed to ...
4336 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
4337 (record_mem_entry): Renamed to ...
4338 (record_full_mem_entry): ... this. Updated all users.
4339 (record_reg_entry): Renamed to ...
4340 (record_full_reg_entry): ... this. Updated all users.
4341 (record_end_entry): Renamed to ...
4342 (record_full_end_entry): ... this. Updated all users.
4343 (record_type) <record_end, record_reg, record_mem>: Renamed
4344 to ...
4345 (record_full_type) <record_full_end, record_full_reg,
4346 record_full_mem>: ... this. Updated all users.
4347 (record_entry): Renamed to ...
4348 (record_full_entry): ... this. Updated all users.
4349 (record_core_buf_entry): Renamed to ...
4350 (record_full_core_buf_entry): ... this. Updated all users.
4351 (record_core_regbuf): Renamed to ...
4352 (record_full_core_regbuf): ... this. Updated all users.
4353 (record_core_start): Renamed to ...
4354 (record_full_core_start): ... this. Updated all users.
4355 (record_core_end): Renamed to ...
4356 (record_full_core_end): ... this. Updated all users.
4357 (record_core_buf_list): Renamed to ...
4358 (record_full_core_buf_list): ... this. Updated all users.
4359 (record_first): Renamed to ...
4360 (record_full_first): ... this. Updated all users.
4361 (record_list): Renamed to ...
4362 (record_full_list): ... this. Updated all users.
4363 (record_arch_list_head): Renamed to ...
4364 (record_full_arch_list_head): ... this. Updated all users.
4365 (record_arch_list_tail): Renamed to ...
4366 (record_full_arch_list_tail): ... this. Updated all users.
4367 (record_stop_at_limit): Renamed to ...
4368 (record_full_stop_at_limit): ... this. Updated all users.
4369 (record_insn_max_num): Renamed to ...
4370 (record_full_insn_max_num): ... this. Updated all users.
4371 (record_insn_num): Renamed to ...
4372 (record_full_insn_num): ... this. Updated all users.
4373 (record_insn_count): Renamed to ...
4374 (record_full_insn_count): ... this. Updated all users.
4375 (record_ops): Renamed to ...
4376 (record_full_ops): ... this. Updated all users.
4377 (record_core_ops): Renamed to ...
4378 (record_full_core_ops): ... this. Updated all users.
4379 (set_record_cmdlist): Renamed to ...
4380 (set_record_full_cmdlist): ... this. Updated all users.
4381 (show_record_cmdlist): Renamed to ...
4382 (show_record_full_cmdlist): ... this. Updated all users.
4383 (record_cmdlist): Renamed to ...
4384 (record_full_cmdlist): ... this. Updated all users.
4385 (record_beneath_to_resume_ops): Renamed to ...
4386 (record_full_beneath_to_resume_ops): ... this. Updated all users.
4387 (record_beneath_to_resume): Renamed to ...
4388 (record_full_beneath_to_resume): ... this. Updated all users.
4389 (record_beneath_to_wait_ops): Renamed to ...
4390 (record_full_beneath_to_wait_ops): ... this. Updated all users.
4391 (record_beneath_to_wait): Renamed to ...
4392 (record_full_beneath_to_wait): ... this. Updated all users.
4393 (record_beneath_to_store_registers_ops): Renamed to ...
4394 (record_full_beneath_to_store_registers_ops): ... this.
4395 Updated all users.
4396 (record_beneath_to_store_registers): Renamed to ...
4397 (record_full_beneath_to_store_registers): ... this.
4398 Updated all users.
4399 (record_beneath_to_xfer_partial_ops): Renamed to ...
4400 (record_full_beneath_to_xfer_partial_ops): ... this.
4401 Updated all users.
4402 (record_beneath_to_xfer_partial): Renamed to ...
4403 (record_full_beneath_to_xfer_partial): ... this.
4404 Updated all users.
4405 (record_beneath_to_insert_breakpoint): Renamed to ...
4406 (record_full_beneath_to_insert_breakpoint): ... this.
4407 Updated all users.
4408 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
4409 (record_full_beneath_to_stopped_by_watchpoint): ... this.
4410 Updated all users.
4411 (record_beneath_to_stopped_data_address): Renamed to ...
4412 (record_full_beneath_to_stopped_data_address): ... this.
4413 Updated all users.
4414 (record_beneath_to_async): Renamed to ...
4415 (record_full_beneath_to_async): ... this. Updated all users.
4416 (record_goto_insn): Renamed to ...
4417 (record_full_goto_insn): ... this. Updated all users.
4418 (record_save): Renamed to ...
4419 (record_full_save): ... this. Updated all users.
4420 (record_reg_alloc): Renamed to ...
4421 (record_full_reg_alloc): ... this. Updated all users.
4422 (record_reg_release): Renamed to ...
4423 (record_full_reg_release): ... this. Updated all users.
4424 (record_mem_alloc): Renamed to ...
4425 (record_full_mem_alloc): ... this. Updated all users.
4426 (record_mem_release): Renamed to ...
4427 (record_full_mem_release): ... this. Updated all users.
4428 (record_end_alloc): Renamed to ...
4429 (record_full_end_alloc): ... this. Updated all users.
4430 (record_end_release): Renamed to ...
4431 (record_full_end_release): ... this. Updated all users.
4432 (record_entry_release): Renamed to ...
4433 (record_full_entry_release): ... this. Updated all users.
4434 (record_list_release): Renamed to ...
4435 (record_full_list_release): ... this. Updated all users.
4436 (record_list_release_following): Renamed to ...
4437 (record_full_list_release_following): ... this.
4438 Updated all users.
4439 (record_list_release_first): Renamed to ...
4440 (record_full_list_release_first): ... this. Updated all users.
4441 (record_arch_list_add): Renamed to ...
4442 (record_full_arch_list_add): ... this. Updated all users.
4443 (record_get_loc): Renamed to ...
4444 (record_full_get_loc): ... this. Updated all users.
4445 (record_check_insn_num): Renamed to ...
4446 (record_full_check_insn_num): ... this. Updated all users.
4447 (record_arch_list_cleanups): Renamed to ...
4448 (record_full_arch_list_cleanups): ... this. Updated all users.
4449 (record_message): Renamed to ...
4450 (record_full_message): ... this. Updated all users.
4451 (record_message_wrapper): Renamed to ...
4452 (record_full_message_wrapper): ... this. Updated all users.
4453 (record_message_wrapper_safe): Renamed to ...
4454 (record_full_message_wrapper_safe): ... this. Updated all users.
4455 (record_gdb_operation_disable): Renamed to ...
4456 (record_full_gdb_operation_disable): ... this. Updated all users.
4457 (record_hw_watchpoint): Renamed to ...
4458 (record_full_hw_watchpoint): ... this. Updated all users.
4459 (record_exec_insn): Renamed to ...
4460 (record_full_exec_insn): ... this. Updated all users.
4461 (record_restore): Renamed to ...
4462 (record_full_restore): ... this. Updated all users.
4463 (record_async_inferior_event_token): Renamed to ...
4464 (record_full_async_inferior_event_token): ... this.
4465 Updated all users.
4466 (record_async_inferior_event_handler): Renamed to ...
4467 (record_full_async_inferior_event_handler): ... this.
4468 Updated all users.
4469 (record_core_open_1): Renamed to ...
4470 (record_full_core_open_1): ... this. Updated all users.
4471 (record_open_1): Renamed to ...
4472 (record_full_open_1): ... this. Updated all users.
4473 (record_open): Renamed to ...
4474 (record_full_open): ... this. Updated all users.
4475 (record_close): Renamed to ...
4476 (record_full_close): ... this. Updated all users.
4477 (record_resume_step): Renamed to ...
4478 (record_full_resume_step): ... this. Updated all users.
4479 (record_resumed): Renamed to ...
4480 (record_full_resumed): ... this. Updated all users.
4481 (record_execution_dir): Renamed to ...
4482 (record_full_execution_dir): ... this. Updated all users.
4483 (record_resume): Renamed to ...
4484 (record_full_resume): ... this. Updated all users.
4485 (record_get_sig): Renamed to ...
4486 (record_full_get_sig): ... this. Updated all users.
4487 (record_sig_handler): Renamed to ...
4488 (record_full_sig_handler): ... this. Updated all users.
4489 (record_wait_cleanups): Renamed to ...
4490 (record_full_wait_cleanups): ... this. Updated all users.
4491 (record_wait_1): Renamed to ...
4492 (record_full_wait_1): ... this. Updated all users.
4493 (record_wait): Renamed to ...
4494 (record_full_wait): ... this. Updated all users.
4495 (record_stopped_by_watchpoint): Renamed to ...
4496 (record_full_stopped_by_watchpoint): ... this. Updated all users.
4497 (record_disconnect): Renamed to ...
4498 (record_full_disconnect): ... this. Updated all users.
4499 (record_detach): Renamed to ...
4500 (record_full_detach): ... this. Updated all users.
4501 (record_mourn_inferior): Renamed to ...
4502 (record_full_mourn_inferior): ... this. Updated all users.
4503 (record_kill): Renamed to ...
4504 (record_full_kill): ... this. Updated all users.
4505 (record_stopped_data_address): Renamed to ...
4506 (record_full_stopped_data_address): ... this. Updated all users.
4507 (record_registers_change): Renamed to ...
4508 (record_full_registers_change): ... this. Updated all users.
4509 (record_store_registers): Renamed to ...
4510 (record_full_store_registers): ... this. Updated all users.
4511 (record_xfer_partial): Renamed to ...
4512 (record_full_xfer_partial): ... this. Updated all users.
4513 (record_breakpoint): Renamed to ...
4514 (record_full_breakpoint): ... this. Updated all users.
4515 (record_breakpoint_p): Renamed to ...
4516 (record_full_breakpoint_p): ... this. Updated all users.
4517 (record_breakpoints): Renamed to ...
4518 (record_full_breakpoints): ... this. Updated all users.
4519 (record_sync_record_breakpoints): Renamed to ...
4520 (record_full_sync_record_breakpoints): ... this.
4521 Updated all users.
4522 (record_init_record_breakpoints): Renamed to ...
4523 (record_full_init_record_breakpoints): ... this.
4524 Updated all users.
4525 (record_insert_breakpoint): Renamed to ...
4526 (record_full_insert_breakpoint): ... this. Updated all users.
4527 (record_remove_breakpoint): Renamed to ...
4528 (record_full_remove_breakpoint): ... this. Updated all users.
4529 (record_can_execute_reverse): Renamed to ...
4530 (record_full_can_execute_reverse): ... this. Updated all users.
4531 (record_get_bookmark): Renamed to ...
4532 (record_full_get_bookmark): ... this. Updated all users.
4533 (record_goto_bookmark): Renamed to ...
4534 (record_full_goto_bookmark): ... this. Updated all users.
4535 (record_async): Renamed to ...
4536 (record_full_async): ... this. Updated all users.
4537 (record_can_async_p): Renamed to ...
4538 (record_full_can_async_p): ... this. Updated all users.
4539 (record_is_async_p): Renamed to ...
4540 (record_full_is_async_p): ... this. Updated all users.
4541 (record_execution_direction): Renamed to ...
4542 (record_full_execution_direction): ... this. Updated all users.
4543 (record_info): Renamed to ...
4544 (record_full_info): ... this. Updated all users.
4545 (record_delete): Renamed to ...
4546 (record_full_delete): ... this. Updated all users.
4547 (record_is_replaying): Renamed to ...
4548 (record_full_is_replaying): ... this. Updated all users.
4549 (record_goto_entry): Renamed to ...
4550 (record_full_goto_entry): ... this. Updated all users.
4551 (record_goto_begin): Renamed to ...
4552 (record_full_goto_begin): ... this. Updated all users.
4553 (record_goto_end): Renamed to ...
4554 (record_full_goto_end): ... this. Updated all users.
4555 (record_goto): Renamed to ...
4556 (record_full_goto): ... this. Updated all users.
4557 (init_record_ops): Renamed to ...
4558 (init_record_full_ops): ... this. Updated all users.
4559 (record_core_resume): Renamed to ...
4560 (record_full_core_resume): ... this. Updated all users.
4561 (record_core_kill): Renamed to ...
4562 (record_full_core_kill): ... this. Updated all users.
4563 (record_core_fetch_registers): Renamed to ...
4564 (record_full_core_fetch_registers): ... this. Updated all users.
4565 (record_core_prepare_to_store): Renamed to ...
4566 (record_full_core_prepare_to_store): ... this. Updated all users.
4567 (record_core_store_registers): Renamed to ...
4568 (record_full_core_store_registers): ... this. Updated all users.
4569 (record_core_xfer_partial): Renamed to ...
4570 (record_full_core_xfer_partial): ... this. Updated all users.
4571 (record_core_insert_breakpoint): Renamed to ...
4572 (record_full_core_insert_breakpoint): ... this. Updated all users.
4573 (record_core_remove_breakpoint): Renamed to ...
4574 (record_full_core_remove_breakpoint): ... this. Updated all users.
4575 (record_core_has_execution): Renamed to ...
4576 (record_full_core_has_execution): ... this. Updated all users.
4577 (init_record_core_ops): Renamed to ...
4578 (init_record_full_core_ops): ... this. Updated all users.
4579 (cmd_record_restore): Renamed to ...
4580 (cmd_record_full_restore): ... this. Updated all users.
4581 (record_save_cleanups): Renamed to ...
4582 (record_full_save_cleanups): ... this. Updated all users.
4583 (cmd_record_start): Renamed to ...
4584 (cmd_record_full_start): ... this. Updated all users.
4585 (set_record_insn_max_num): Renamed to ...
4586 (set_record_full_insn_max_num): ... this. Updated all users.
4587 (set_record_command): Renamed to ...
4588 (set_record_full_command): ... this. Updated all users.
4589 (show_record_command): Renamed to ...
4590 (show_record_full_command): ... this. Updated all users.
4591 (_initialize_record): Renamed to ...
4592 (_initialize_record_full): ... this. Updated all users.
4593
d02ed0bb
MM
45942013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4595
4596 * record.h: Split into this and ...
4597 * record-full.h: ... this.
4598 * record.c: Split into this and ...
4599 * record-full.c: ... this.
4600 * target.h (target_ops): Add new fields to_info_record,
4601 to_save_record, to_delete_record, to_record_is_replaying,
4602 to_goto_record_begin, to_goto_record_end, to_goto_record.
4603 (target_info_record): New.
4604 (target_save_record): New.
4605 (target_supports_delete_record): New.
4606 (target_delete_record): New.
4607 (target_record_is_replaying): New.
4608 (target_goto_record_begin): New.
4609 (target_goto_record_end): New.
4610 (target_goto_record): New.
4611 * target.c (target_info_record): New.
4612 (target_save_record): New.
4613 (target_supports_delete_record): New.
4614 (target_delete_record): New.
4615 (target_record_is_replaying): New.
4616 (target_goto_record_begin): New.
4617 (target_goto_record_end): New.
4618 (target_goto_record): New.
4619 * record.h: Declare struct cmd_list_element.
4620 (record_cmdlist): New declaration.
4621 (set_record_cmdlist): New declaration.
4622 (show_record_cmdlist): New declaration.
4623 (info_record_cmdlist): New declaration.
4624 (cmd_record_goto): New declaration.
4625 * record.c: Remove unnecessary includes.
4626 Include inferior.h.
4627 (cmd_record_goto): Remove declaration.
4628 (record_cmdlist): Now extern. Initialize.
4629 (set_record_cmdlist): Now extern. Initialize.
4630 (show_record_cmdlist): Now extern. Initialize.
4631 (info_record_cmdlist): Now extern. Initialize.
4632 (find_record_target): New.
4633 (require_record_target): New.
4634 (cmd_record_start): Update.
4635 (cmd_record_delete): Remove target-specific code.
4636 Call target_delete_record.
4637 (cmd_record_stop): Unpush any record target.
4638 (set_record_insn_max_num): Move to record-full.c
4639 (set_record_command): Add comment.
4640 (show_record_command): Add comment.
4641 (info_record_command): Update comment.
4642 Remove target-specific code.
4643 Call the record target's to_info_record.
4644 (cmd_record_start): New.
4645 (cmd_record_goto): Now extern.
4646 Remove target-specific code.
4647 Call target_goto_begin, target_goto_end, or target_goto.
4648 (_initialize_record): Move record target ops initialization to
4649 record-full.c.
4650 Change "record" command help text.
4651 Move "record restore", "record set", and "record show" commands to
4652 record-full.c.
4653 * Makefile.in (SFILES): Add record-full.c.
4654 (HFILES_NO_SRCDIR): Add record-full.h.
4655 (COMMON_OBS): Add record-full.o.
4656 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
4657 * arm-tdep.c: Include record-full.h.
4658 * i386-linux-tdep.c: Include record-full.h instead of record.h.
4659 * i386-tdep.c: Include record-full.h.
4660 * infrun.c: Include record-full.h.
4661 * linux-record.c: Include record-full.h.
4662 * moxie-tdep.c: Include record-full.h.
4663 * record-full.c: Include record-full.h.
4664 Change module comment.
4665 (set_record_full_cmdlist): New.
4666 (show_record_full_cmdlist): New.
4667 (record_full_cmdlist): New.
4668 (record_goto_insn): New declaration.
4669 (record_save): New declaration.
4670 (record_check_insn_num): Change query string.
4671 (record_info): New.
4672 (record_delete): New.
4673 (record_is_replaying): New.
4674 (record_goto_entry): New.
4675 (record_goto_begin): New.
4676 (record_goto_end): New.
4677 (record_goto): New.
4678 (init_record_ops): Update.
4679 (init_record_core_ops): Update.
4680 (cmd_record_save): Rename to record_save. Remove target and arg checks.
4681 (cmd_record_start): New.
4682 (set_record_insn_max_num): Moved from record.c
4683 (set_record_full_command): New.
4684 (show_record_full_command): New.
4685 (_initialize_record_full): New.
4686
b48d48eb
MM
46872013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4688
4689 * target.h (add_deprecated_target_alias): New.
4690 * target.c (add_deprecated_target_alias): New.
4691
a950d57c
MM
46922013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4693
4694 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
4695 and signal.h.
4696 (linux_supports_btrace): Add kernel and
4697 cpuid check.
4698 (kernel_supports_btrace): New function.
4699 (cpu_supports_btrace): New function.
4700 (intel_supports_btrace): New function.
4701
9accd112
MM
47022013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4703
4704 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
4705 * remote.c: Include btrace.h.
4706 (struct btrace_target_info): New struct.
4707 (remote_supports_btrace): New function.
4708 (send_Qbtrace): New function.
4709 (remote_enable_btrace): New function.
4710 (remote_disable_btrace): New function.
4711 (remote_teardown_btrace): New function.
4712 (remote_read_btrace): New function.
4713 (init_remote_ops): Add btrace ops.
4714 (enum <unnamed>): Add btrace packets.
4715 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
4716 (_initialize_remote): Add packet configuration for branch tracing.
4717
c12a2917
MM
47182013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4719
4720 * features/btrace.dtd: New file.
4721 * Makefile.in (XMLFILES): Add btrace.dtd.
4722 * btrace.h (parse_xml_btrace): New declaration.
4723 * btrace.c: Include xml-support.h.
4724 (parse_xml_btrace): New function.
4725 (parse_xml_btrace_block): New function.
4726 (block_attributes): New struct.
4727 (btrace_attributes): New struct.
4728 (btrace_children): New struct.
4729 (btrace_elements): New struct.
4730
3e3aea48
MM
47312013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4732
4733 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
4734 (amd64_linux_enable_btrace): New.
4735 (amd64_linux_disable_btrace): New.
4736 (amd64_linux_teardown_btrace): New.
4737 (_initialize_amd64_linux_nat): Initialize btrace ops.
4738 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
4739 (i386_linux_enable_btrace): New.
4740 (i386_linux_disable_btrace): New.
4741 (i386_linux_teardown_btrace): New.
4742 (_initialize_i386_linux_nat): Initialize btrace ops.
4743 * config/i386/linux.mh: Add linux-btrace.o.
4744 * config/i386/linux64.mh: Add linux-btrace.o.
4745
7c97f91e
MM
47462013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4747
4748 * common/linux_btrace.h: New file.
4749 * common/linux_btrace.c: New file.
4750 * Makefile.in (SFILES): Add btrace.c.
4751 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
4752 (COMMON_OBS): Add btrace.o.
4753 (linux-btrace.o): New rule.
4754
1999790b 47552013-03-11 Markus Metzger <markus.t.metzger@intel.com>
02d27625
MM
4756
4757 * target.h: Include btrace.h.
4758 (struct target_ops) <to_supports_btrace, to_enable_btrace,
4759 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
4760 * target.c (target_supports_btrace): New function.
4761 (target_enable_btrace): New function.
4762 (target_disable_btrace): New function.
4763 (target_teardown_btrace): New function.
4764 (target_read_btrace): New function.
4765 * btrace.h: New file.
4766 * btrace.c: New file.
4767 * Makefile.in: Add btrace.c.
4768 * gdbthread.h: Include btrace.h.
4769 (struct thread_info): Add btrace field.
4770 * thread.c: Include btrace.h.
4771 (clear_thread_inferior_resources): Call target_teardown_btrace.
4772 * common/btrace-common.h: New file.
4773
61a31a67
JK
47742013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4775
4776 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
4777 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
4778 kill_status to outer block.
4779
05c56a9d
JK
47802013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4781
4782 Fix entry-values if the callee called a noreturn function.
4783 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
4784 get_frame_address_in_block. Add new comment.
4785
9112db09
JK
47862013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4787
4788 Fix entry-values in C++ across CUs.
4789 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
4790 lookup_minimal_symbol. Add a comment.
4791 * dwarf2read.c
4792 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
4793 DW_AT_linkage_name.
4794
9b67fcec
YQ
47952013-03-08 Yao Qi <yao@codesourcery.com>
4796
4797 * tracepoint.c (_initialize_tracepoint): Indent the code.
4798
6221be90
PA
47992013-03-08 Pedro Alves <palves@redhat.com>
4800
4801 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
4802 (parse_find_args, find_command): Change type of pattern buffer
4803 locals to 'gdb_byte *'.
4804
be9a119c 48052013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
4806 Hafiz Abid Qadeer <abidh@codesourcery.com>
4807
4808 * NEWS: Mention set and show trace-buffer-size commands.
4809 Mention new packet.
4810 * target.h (struct target_ops): New method
4811 to_set_trace_buffer_size.
4812 (target_set_trace_buffer_size): New macro.
4813 * target.c (update_current_target): Set up new method.
4814 * tracepoint.c (trace_buffer_size): New global.
4815 (start_tracing): Send it to the target.
4816 (set_trace_buffer_size): New function.
4817 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
4818 * remote.c (remote_set_trace_buffer_size): New function.
4819 (_initialize_remote): Use it.
4820 (QTBuffer:size) New remote command.
4821 (PACKET_QTBuffer_size): New enum.
4822 (remote_protocol_features): Add an entry for
4823 PACKET_QTBuffer_size.
4824
7da3ab79
TT
48252013-03-08 Tom Tromey <tromey@redhat.com>
4826
4827 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
4828 variable.
4829
0c1f71e7
PA
48302013-03-07 Pedro Alves <palves@redhat.com>
4831
4832 * target.c (target_read_stralloc, target_fileio_read_alloc):
4833 *Cast pointer to 'gdb_byte *' in target call.
4834
c8af03a2
PA
48352013-03-07 Pedro Alves <palves@redhat.com>
4836
4837 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
4838 call.
4839
529480d0
KS
48402013-03-07 Keith Seitz <keiths@redhat.com>
4841
4842 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
4843 (trace_pass_command): Likewise.
4844 * cli/cli-cmds.c: Include cli/cli-utils.h.
4845 (source_command): Use skip-spaces.
4846 (disassemble_command): Likewise.
4847 * findcmd.c: Include cli/cli-utils.h.
4848 (parse_find_args): Use skip_spaces.
4849 * go32-nat.c: Include cli/cli-utils.h.
4850 (go32_sldt): Use skip_spaces.
4851 (go32_sgdt): Likewise.
4852 (go32_sidt): Likewise.
4853 (go32_pde): Likewise.
4854 (go32_pte): Likewise.
4855 (go32_pte_for_address): Likewise.
4856 * infcmd.c: Include cli/cli-utils.h.
4857 (registers_info): Use skip_spaces.
4858 * linux-tdep.c (read_mapping): Use skip_spaces_const.
4859 (linux_info_proc): Likewise.
4860 * linux-thread-db.c: Include cli/cli-utils.h.
4861 (info_auto_load_libthread_db): Use skip_spaces_const.
4862 * m32r-rom.c: Include cli/cli-utils.h.
4863 (m32r_upload_command): Use skip_spaces.
4864 * maint.c: Include cli/cli-utils.h.
4865 (maintenance_translate_address): Use skip_spaces.
4866 * mi/mi-parse.c: Include cli/cli-utils.h.
4867 (mi_parse_argv): Use skip_spaces.
4868 (mi_parse): Likewise.
4869 * minsyms.c: Include cli/cli-utils.h.
4870 (msymbol_hash_iw): Use skip_spaces_const.
4871 * objc-lang.c: Include cli/cli-utils.h.
4872 (parse_selector): Use skip_spaces.
4873 (parse_method): Likewise.
4874 * python/python.c: Include cli/cli-utils.h.
4875 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
4876 (python_command)[HAVE_PYTHON]: Likewise.
4877 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
4878 * remote-m32r-sdi.c: Include cli/cli-utils.h.
4879 (m32r_load): Use skip_spaces.
4880 * serial.c: Include cli/cli-utils.h.
4881 (serial_open): Use skip_spaces_const.
4882 * stack.c: Include cli/cli-utils.h.
4883 (parse_frame_specification_1): Use skip_spaces_const.
4884 * symfile.c: Include cli/cli-utils.h.
4885 (set_ext_lang_command): Use skip_spaces.
4886 * symtab.c: Include cli/cli-utils.h.
4887 (rbreak_command): Use skip_spaces.
4888 * thread.c (thread_name_command): Use skip_spaces.
4889 * tracepoint.c (validate_actionline): Use skip_spaces.
4890 (encode_actions_1): Likewise.
4891 (trace_find_range_command): Likewise.
4892 (trace_find_outside_command): Likewise.
4893 (trace_dump_actions): Likewise.
4894
ac91cd70
PA
48952013-03-07 Pedro Alves <palves@redhat.com>
4896
4897 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
4898 * expprint.c (print_subexp_standard): Likewise.
4899 * utils.c (host_char_to_target): Likewise.
4900 * valprint.c (generic_emit_char, generic_printstr): Likewise.
4901 * varobj.c (value_get_print_value): Change type of local to char*.
4902 Cast it gdb_byte * in call to language printer.
4903
2898e560
PA
49042013-03-07 Pedro Alves <palves@redhat.com>
4905
4906 * charset.c (struct wchar_iterator) <input>: Change type to 'const
4907 gdb_byte *'.
4908 (make_wchar_iterator): Remove cast to char*.
4909 (wchar_iterate): Change type of local.
4910
a09b4448
PA
49112013-03-07 Pedro Alves <palves@redhat.com>
4912
4913 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
4914 for 'regcache->register_status'.
4915
20ced3e4
PA
49162013-03-07 Pedro Alves <palves@redhat.com>
4917
c2d6a675 4918 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
20ced3e4
PA
4919 int.
4920
fe106009
PA
49212013-03-07 Pedro Alves <palves@redhat.com>
4922
4923 * stap-probe.c (handle_stap_probe): Add cast to char*.
4924
8ac2c12b
PA
49252013-03-07 Pedro Alves <palves@redhat.com>
4926
4927 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
4928 RECORD_MSGRCV>: Pass a signed variable to
4929 regcache_raw_read_signed, instead of an unsigned one.
4930
99f0a309
PA
49312013-03-07 Pedro Alves <palves@redhat.com>
4932
4933 * remote-notif.c (notif_debug): Change type to int.
4934 * remote-notif.h (notif_debug): Likewise.
4935
964b8317
PA
49362013-03-07 Pedro Alves <palves@redhat.com>
4937
4938 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
4939
f0cc8ad4
PA
49402013-03-07 Pedro Alves <palves@redhat.com>
4941
4942 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
4943 * remote.h (hex2bin, bin2hex): ... here.
4944 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
4945
77dec115
EZ
49462013-03-07 Eli Zaretskii <eliz@gnu.org>
4947
4948 * utils.c (initialize_utils): Improve doc strings of "set/show
4949 width", "set/show height", and "set/show pagination".
4950
741d92cf
KS
49512013-03-06 Keith Seitz <keiths@redhat.com>
4952
4953 * ax-gdb.c (gen_printf): Make FORMAT const.
4954 * ax-gdb.h (gen_printf): Likewise.
4955 * ax-general.c (ax_string): Make STR const.
4956 * ax.h (ax_string): Likewise.
4957
7b6c814e
DE
49582013-03-06 Doug Evans <dje@google.com>
4959
4960 * elfread.c (elf_symfile_read): Move debugging printf to more
4961 logical location.
4962
634334ab
PA
49632013-03-06 Pedro Alves <palves@redhat.com>
4964
4965 * python/py-utils.c (target_string_to_unicode): Delete function.
4966 * python/python-internal.h (target_string_to_unicode): Delete
4967 declaration.
4968
e482a1a7
PM
49692013-03-06 Pierre Muller <muller@sourceware.org>
4970
4971 * linespec.c (get_current_search_block): ARI fix, use (void)
4972 for empty parameter list.
4973
4eeaa230
DE
49742013-03-05 Doug Evans <dje@google.com>
4975
4976 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
4977 of old ada_lookup_symbol_list. In !full_search case, don't
4978 search superblocks.
4979 (ada_lookup_symbol_list): Delete arg full_search, all callers
4980 updated. Call ada_lookup_symbol_list_worker.
4981 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
4982 * ada-lang.h (ada_lookup_symbol_list): Update.
4983 * language.h (language_defn): Update comment for
4984 la_iterate_over_symbols.
4985 * linespec.c (iterate_over_file_blocks): New function.
4986 (iterate_over_all_matching_symtabs): Call it.
4987 (lookup_prefix_sym): Ditto.
4988 (get_current_search_block): New function.
4989 (get_search_block): Delete.
4990 (find_label_symbols): Call get_current_search_block.
4991 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
4992 * symtab.c (iterate_over_symbols): Don't search superblocks.
4993
b69b1fb1
YQ
49942013-03-05 Yao Qi <yao@codesourcery.com>
4995
4996 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
4997 parameter VAR's type from "unsigned int" to "int".
4998 * command.h (var_zuinteger_unlimited): Update its comments.
4999 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
5000
3c095f49
CV
50012013-03-05 Corinna Vinschen <vinschen@redhat.de>
5002
5003 * NEWS: Mention new target x86_64-*-cygwin*.
5004
b5b0b0af
CV
50052013-03-05 Corinna Vinschen <vinschen@redhat.de>
5006
5007 * configure.host: Add x86_64-*-cygwin* as host.
5008 * configure.tgt: Add x86_64-*-cygwin* as target.
5009 * config/i386/cygwin64.mh: New file.
5010
f6f99966
JK
50112013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5012
5013 * linespec.c (decode_line_2): Fix duplicate request off by two message.
5014
33f448b1
JK
50152013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5016
5017 * linespec.c (struct linespec_canonical_name): New.
5018 (struct linespec_state): Change canonical_names type to it.
5019 (add_sal_to_sals): Change variable canonical_name to canonical. Change
5020 xrealloc element size. Initialize the different CANONICAL fields.
5021 (canonical_to_fullform): New.
5022 (filter_results): Use it. Add variables canonical, fullform and
5023 cleanup.
5024 (struct decode_line_2_item, decode_line_2_compare_items): New.
5025 (decode_line_2): Remove variables iter and item_names, add variables
5026 items and items_count. Modify the code for these new variables.
5027
feb14725
CV
50282013-03-04 Corinna Vinschen <vinschen@redhat.com>
5029
5030 * coff-pe-read.c (read_pe_exported_syms): Don't return without
5031 calling do_cleanup.
5032
e83b17ba
HZ
50332013-03-04 Luis Machado <lgustavo@codesourcery.com>
5034
5035 * tracepoint.c (build_traceframe_info): Add code for byte order.
5036
a2d13a0d
KB
50372013-03-02 Kevin Buettner <kevinb@redhat.com>
5038
8dddcae8
KB
5039 * v850-tdep.c: (v850e2_register_name): Revise system register
5040 names to match current V850E2M architecture specifications.
5041 Update register number enum comments too.
a2d13a0d 5042
d79e58d8
JW
50432013-03-01 Jiong Wang <jiwang@tilera.com>
5044 Pedro Alves <palves@redhat.com>
5045
5046 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
5047 to END_ADDR.
5048 (tilegx_skip_prologue): Limit prologue analysis to section end.
5049
c4be5165
JK
50502013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5051
5052 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
5053 use it.
5054
e362b510
PA
50552013-03-01 Pedro Alves <palves@redhat.com>
5056
5057 Use gdb_byte for bytes from the program being debugged.
5058
5059 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
5060 Change type of local 'buf' to gdb_byte.
5061 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
5062 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
5063 * cris-tdep.c (cris_sigcontext_addr)
5064 (cris_sigtramp_frame_unwind_cache): Likewise.
5065 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
5066 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
5067 Likewise.
5068 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
5069 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
5070 (hppa32_hpux_search_dummy_call_sequence)
5071 (hppa_hpux_supply_save_state): Likewise.
5072 * hppa-linux-tdep.c (insns_match_pattern)
5073 (hppa_linux_find_global_pointer): Likewise.
5074 * hppa-tdep.c (hppa_in_function_epilogue_p)
5075 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
5076 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
5077 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
5078 (i386fbsd_collect_uthread): Likewise.
5079 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
5080 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
5081 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
5082 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
5083 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
5084 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
5085 (ia64_libunwind_frame_prev_register)
5086 (ia64_libunwind_sigtramp_frame_this_id)
5087 (ia64_find_global_pointer_from_dynamic_section)
5088 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
5089 (ia64_unwind_pc): Likewise.
5090 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
5091 * m68hc11-tdep.c (m68hc11_push_dummy_call)
5092 (m68hc11_extract_return_value): Likewise.
5093 * m68klinux-nat.c (fetch_register, store_register): Likewise.
5094 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
5095 (mep_get_insn, mep_push_dummy_call): Likewise.
5096 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
5097 (mips_linux_in_dynsym_stub): Likewise.
5098 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
5099 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
5100 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
5101 to gdb_byte.
5102 * remote-mips.c (mips_set_register): Likewise.
5103 * remote-sim.c (gdbsim_fetch_register): Likewise.
5104 * score-tdep.c (score7_fetch_inst): Change type of parameter
5105 'memblock' and local 'buf' to gdb_byte.
5106 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
5107 Change type of local 'buf' to gdb_byte. Adjust.
5108 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
5109 to gdb_byte**.
5110 (score7_analyze_prologue): Change type of 'memblock' and
5111 'memblock_ptr' locals to gdb_byte*.
5112 * sh64-tdep.c (sh64_extract_return_value)
5113 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
5114 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
5115 * solib-pa64.c (pa64_solib_create_inferior_hook)
5116 (pa64_open_symbol_file_object): Remove local 'buf'.
5117 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
5118 (som_open_symbol_file_object): Likewise.
5119 * solib-spu.c (spu_current_sos): Likewise.
5120 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
5121 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
5122 (spu_store_registers): Likewise.
5123 * target.c (debug_print_register): Likewise.
5124 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
5125 * xstormy16-tdep.c (xstormy16_store_return_value)
5126 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
5127 (xstormy16_find_jmp_table_entry): Likewise.
5128
75cc61ca 51292013-03-01 Jiong Wang <jiwang@tilera.com>
61d8bd0e
JW
5130
5131 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
5132 (tilegx_gdbarch_init): Install it.
5133
ddb08e9c
TT
51342013-02-28 Tom Tromey <tromey@redhat.com>
5135
5136 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
5137 PyLong_Check.
5138
62d7fb51
DE
51392013-02-28 Doug Evans <dje@google.com>
5140
5141 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
5142 * python/python.c (gdbpy_find_pc_line): Ditto.
5143
c4a9e8b4
TT
51442013-02-28 Tom Tromey <tromey@redhat.com>
5145
5146 * contrib/excheck.py: New file.
5147 * contrib/exsummary.py: New file.
5148 * contrib/gcc-with-excheck: New file.
5149
7f6a5dde
TT
51502013-02-28 Tom Tromey <tromey@redhat.com>
5151
5152 * python/python.c (gdbpy_print_stack): Call begin_line and
5153 fprintf_filtered inside TRY_CATCH.
5154
9e974e55
TT
51552013-02-28 Tom Tromey <tromey@redhat.com>
5156
5157 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
5158 inside TRY_CATCH.
5159
dd5fa3e7
TT
51602013-02-28 Tom Tromey <tromey@redhat.com>
5161
5162 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
5163 frame_object_to_frame_info inside TRY_CATCH.
5164
86a3263f
TT
51652013-02-28 Tom Tromey <tromey@redhat.com>
5166
5167 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
5168 TRY_CATCH.
5169
81b52a3a
TT
51702013-02-28 Tom Tromey <tromey@redhat.com>
5171
5172 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
5173
d50a0ce2
CV
51742013-02-27 Corinna Vinschen <vinschen@redhat.com>
5175
5176 * windows-nat.c: Throughout, fix format strings and casts of
5177 printf-like functions to avoid type related warnings on all
5178 platforms.
5179 (handle_output_debug_string): Fetch context information address
5180 from debug string using string_to_core_addr.
5181
e1f58301
JW
51822013-02-27 Jiong Wang <jiwang@tilera.com>
5183
5184 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
5185 * regformats/reg-tilegx32.dat: New.
5186
4fcd89fc
JW
51872013-02-27 Jiong Wang <jiwang@tilera.com>
5188
5189 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
5190
748d24e6
JW
51912013-02-27 Jiong Wang <jiwang@tilera.com>
5192
5193 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
5194
6c8e944d
YQ
51952013-02-27 Yao Qi <yao@codesourcery.com>
5196 Pedro Alves <palves@redhat.com>
5197
5198 * tracepoint.c (tfile_trace_find): For tfind
5f8e0b8f
MF
5199 pc/tp/range/outside, look for the next trace frame instead of
5200 always starting from frame 0.
6c8e944d 5201
acd7db30
AG
52022013-02-26 Anthony Green <green@moxielogic.com>
5203
5204 * configure.tgt: Add support for moxie-*-rtems* target.
5205
025e6dce
PA
52062013-02-25 Pedro Alves <palves@redhat.com>
5207
5208 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
5209 warning text.
5210
ca9c94ef
MR
52112013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
5212
5213 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
5214 if $fp is used as the virtual frame pointer.
5215
24c274a1
AM
52162013-02-23 Alan Modra <amodra@gmail.com>
5217
5218 * elfread.c (elf_symtab_read): Do not use udata.p here to find
5219 symbol size.
5220 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
5221 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
5222 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
5223 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
5224
bfada189
JK
52252013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5226
5227 Code cleanup.
5228 * elfread.c (build_id_bfd_get): Make the return type const.
5229 (build_id_verify): Make the check parameter const.
5230 (build_id_to_debug_filename): Make the build_id parameter and variable
5231 data const.
5232 (find_separate_debug_file_by_buildid): Make the variable build_id const.
5233
c0355132
AM
52342013-02-21 Alan Modra <amodra@gmail.com>
5235
5236 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
5237
9f44fbc0
SCR
52382013-02-20 Siva Chandra Reddy <sivachandra@google.com>
5239
5240 Add a new method 'disassemble' to gdb.Architecture class.
5241 * python/py-arch.c (archpy_disassmble): Implementation of the
5242 new method gdb.Architecture.disassemble.
5243 (arch_object_methods): Add entry for the new method.
5244
b74ea3eb
JW
52452013-02-20 Jiong Wang <jiwang@tilera.com>
5246
5247 * MAINTAINERS (Write After Approval): Add myself to the list.
5248
61a672f1
PA
52492013-02-19 Pedro Alves <palves@redhat.com>
5250
5251 Garbage collect 'struct monitor_ops'::load_routine.
5252
5253 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
5254 * monitor.c (monitor_load): No longer call
5255 current_monitor->load_routine.
5256 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
5257 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
5258 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
5259
40e397df
PA
52602013-02-19 Pedro Alves <palves@redhat.com>
5261
5262 PR gdb/15161
5263
5264 Harmonize with generic_load.
5265
5266 * monitor.c: Include "readline/readline.h".
5267 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
5268 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
5269 long/strtol for the 'load_offset' local. Error out if no argument
5270 is given or if too many arguments are given. Tilde expand the
5271 passed in file name.
5272
f698ca8e
KT
52732013-02-19 Kai Tietz <ktietz@redhat.com>
5274
5275 PR gdb/15161
5276 * symfile.c (load_section_data): Change type of load_offset
5277 to CORE_ADDR.
5278 (generic_load): User strtoulst instead of strtoul for conversion
5279 of load_offset.
5280
3361b059
WL
52812013-02-19 Jiong Wang <jiwang@tilera.com>
5282
5283 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
5284 for return address, "lr" register, saved on stack.
5285 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
5286 after we invoke tilegx_analyze_prologue.
5287
3e9d5130
WL
52882013-02-19 Jiong Wang <jiwang@tilera.com>
5289
bb1bcd86
WL
5290 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
5291
3361b059 52922013-02-19 Jiong Wang <jiwang@tilera.com>
bb1bcd86 5293
b74ea3eb 5294 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
3e9d5130 5295
4aaf2503
WL
52962013-02-19 Jiong Wang <jiwang@tilera.com>
5297
b74ea3eb 5298 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
4aaf2503
WL
5299 (tilegx_write_pc): New function.
5300 (tilegx_cannot_reference_register): Return zero if REGNO
5301 is TILEGX_FAULTNUM_REGNUM.
5302 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
5303 (tilegx_register_name): Add handling of "faultnum" register.
5304 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
5305 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
5306 handling of TILEGX_FAULTNUM_REGNUM.
5307 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
5308
bc23a956
WL
53092013-02-19 Jiong Wang <jiwang@tilera.com>
5310
5311 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
b74ea3eb 5312 should be aligned to 64bit.
bc23a956 5313
42f45f1a
KT
53142013-02-19 Kai Tietz <ktietz@redhat.com>
5315
5316 * windows-nat.c (windows_xfer_memory): Fix debug-output
5317 for LLP64.
5318
6ce4c112
LL
53192013-02-19 Lei Liu <lei.liu2@windriver.com>
5320
5321 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
5322 Don't check DSP register number if HAVE_DSP is not set.
5323
30e8ee25
AM
53242013-02-19 Alan Modra <amodra@gmail.com>
5325
5326 * elfread.c (struct build_id): Delete. Use struct elf_build_id
5327 throughout file instead.
5328 (build_id_bfd_get): Update to use new elf_tdata build_id field.
5329 Don't xmalloc return value.
5330 (build_id_verify): Similarly. Don't xfree.
5331 (build_id_to_debug_filename): Update.
5332 (find_separate_debug_file_by_buildid): Update, don't xfree.
5333
4c9ad8c2
TT
53342013-02-18 Tom Tromey <tromey@redhat.com>
5335
5336 PR gdb/15102:
5337 * dwarf2read.c (read_subrange_type): Use result of
5338 'check_typedef'.
5339
983dc440
YQ
53402013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
5341
5342 * frame.c: Remove one extra white space after #include
5343 directive.
5344
7fb2b84a
JK
53452013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5346
5347 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
5348
edceb2a9
JK
53492013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5350
5351 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
5352 and dir commands into an if block.
5353
e81b7af8
TT
53542013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
5355
5356 * python/py-breakpoint (struct pybp_code): Use int instead of
5357 enum type_code.
5358
f5911ea1
HAQ
53592013-02-15 Pedro Alves <pedro@codesourcery.com>
5360 Hafiz Abid Qadeer <abidh@codesourcery.com>
5361
5362 * NEWS: Mention new field "trace-file".
5363 * tracepoint.c (trace_status_mi): Output "trace-file" field.
5364 (tfile_open): Record the trace file's filename in the trace
5365 status.
5366 (tfile_files_info): Mention the name of the trace file.
5367 Check the "filename" field explicitely.
5368 (trace_status_command): Explicitely check "filename" field.
5369 (trace_find_command): Ditto.
5370 (trace_find_pc_command): Ditto.
5371 (trace_find_tracepoint_command): Ditto.
5372 (trace_find_line_command): Ditto.
5373 (trace_find_range_command): Ditto.
5374 (trace_find_outside_command): Ditto.
5375 * tracepoint.h (struct trace_status) <from_file>: Rename it
5376 to "filename" and make it hold the trace file's filename
5377 instead of a boolean.
5378 * remote.c (remote_get_trace_status): Initialize "filename"
5379 field with NULL instead of 0.
5380
796cb314
YQ
53812013-02-15 Yao Qi <yao@codesourcery.com>
5382
5383 * remote.c: Fix a typo.
5384
42e79b1d
PM
53852013-02-14 Pierre Muller <muller@sourceware.org>
5386
5387 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
5388
baea0dae
PA
53892013-02-14 Pedro Alves <palves@redhat.com>
5390
5391 * utils.c (savestring): Don't #undef it. Move function to
5392 common/common-utils.c.
5393 * common/common-utils.c: Include gdb_string.h.
5394 (savestring): Move here from utils.c.
5395 * common/common-utils.h (savestring): Declare.
5396
57c3b6ed
PA
53972013-02-14 Pedro Alves <palves@redhat.com>
5398
5399 * utils.c (savestring): Rename parameter 'size' to 'len'.
5400
d6c44983
YZ
54012013-02-14 Pedro Alves <palves@redhat.com>
5402 Yufeng Zhang <yufeng.zhang@arm.com>
5403
5404 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
5405 (aarch64_inferior_data, struct aarch64_inferior_data):
5406 Delete.
5407 (struct aarch64_process_info): New.
5408 (aarch64_process_list): New global.
5409 (aarch64_find_process_pid, aarch64_add_process)
5410 (aarch64_process_info_get): New functions.
5411 (aarch64_inferior_data_get): Delete.
5412 (aarch64_process_info_get): New function.
5413 (aarch64_forget_process): New function.
5414 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
5415 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
5416 aarch64_get_debug_reg_state.
5417 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
5418 instead of linux_nat_iterate_watchpoint_lwps.
5419 (aarch64_linux_new_fork): New function.
5420 (aarch64_linux_child_post_startup_inferior): Use
5421 aarch64_forget_process instead of aarch64_init_debug_reg_state.
5422 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
5423 (aarch64_linux_remove_hw_breakpoint)
5424 (aarch64_handle_aligned_watchpoint)
5425 (aarch64_handle_unaligned_watchpoint)
5426 (aarch64_linux_insert_watchpoint)
5427 (aarch64_linux_remove_watchpoint)
5428 (aarch64_linux_stopped_data_address): Adjust to pass the current
5429 process id to aarch64_debug_reg_state.
5430 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
5431 linux_nat_new_fork hook, and aarch64_forget_process as
5432 linux_nat_forget_process hook; remove the call to
5433 register_inferior_data_with_cleanup.
5434
4819b3f8
PA
54352013-02-14 Pedro Alves <palves@redhat.com>
5436
5437 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
5438 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
5439 lval_memory.
5440
1773c82c
HAQ
54412013-02-14 Pedro Alves <pedro@codesourcery.com>
5442 Hafiz Abid Qadeer <abidh@codesourcery.com>
5443
5444 * tracepoint.h (validate_trace_state_variable_name): Declare.
5445 * tracepoint.c (validate_trace_state_variable_name): New.
5446 (trace_variable_command): Parse the trace state variable's name
5447 without using parse_expression. Do several validations.
5448 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
5449 trace state variable's name with parse_expression. Validate it.
5450
53778a97
YQ
54512013-02-14 Yao Qi <yao@codesourcery.com>
5452
5453 * infcmd.c (breakpoint_proceeded): Remove it.
5454
7b3ae3a6
YQ
54552013-02-14 Yao Qi <yao@codesourcery.com>
5456
5457 * tracepoint.c (end_actions_pseudocommand): Make it static.
5458 (while_stepping_pseudocommand): Likewise.
5459 * tracepoint.h (end_actions_pseudocommand): Remove the
5460 declaration.
5461 (while_stepping_pseudocommand): Likewise.
5462
64580925
YQ
54632013-02-14 Yao Qi <yao@codesourcery.com>
5464
5465 * cli/cli-decode.c (help_cmd): Remove the declaration of
5466 "cmdlist".
5467 (help_all): Likewise.
5468
26cb8b7c
PA
54692013-02-13 Pedro Alves <palves@redhat.com>
5470
5471 * amd64-linux-nat.c (update_debug_registers_callback):
5472 Update comment.
5473 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
5474 iterate_over_lwps.
5475 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
5476 i386_debug_reg_state.
5477 (amd64_linux_new_fork): New function.
5478 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
5479 linux_nat_new_fork hook, and i386_forget_process as
5480 linux_nat_forget_process hook.
5481 * i386-linux-nat.c (update_debug_registers_callback):
5482 Update comment.
a8256ea1 5483 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
26cb8b7c
PA
5484 iterate_over_lwps.
5485 (i386_linux_prepare_to_resume): Pass the lwp's pid to
5486 i386_debug_reg_state.
5487 (i386_linux_new_fork): New function.
5488 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
5489 linux_nat_new_fork hook, and i386_forget_process as
5490 linux_nat_forget_process hook.
5491 * i386-nat.c (i386_init_dregs): Delete.
5492 (i386_inferior_data, struct i386_inferior_data):
5493 Delete.
5494 (struct i386_process_info): New.
5495 (i386_process_list): New global.
5496 (i386_find_process_pid, i386_add_process, i386_process_info_get):
5497 New functions.
5498 (i386_inferior_data_get): Delete.
5499 (i386_process_info_get): New function.
5500 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
5501 (i386_forget_process): New function.
5502 (i386_cleanup_dregs): Rewrite.
5503 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
5504 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
5505 (i386_stopped_data_address, i386_insert_hw_breakpoint)
5506 (i386_remove_hw_breakpoint): Adjust to pass the current process id
5507 to i386_debug_reg_state.
5508 (i386_use_watchpoints): Don't register inferior data.
5509 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
5510 adjust comment.
5511 (i386_forget_process): Declare.
5512 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
5513 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
5514 New static globals.
5515 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
5516 (add_initial_lwp): New, factored out from ...
5517 (add_lwp): ... this. Don't check the number of lwps before
5518 calling linux_nat_new_thread.
5519 (linux_nat_iterate_watchpoint_lwps): Delete.
5520 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
5521 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
5522 forks and vforks.
5523 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
5524 initial lwp.
5525 (linux_nat_kill, linux_nat_mourn_inferior): Call
5526 linux_nat_forget_process.
5527 (linux_nat_set_new_fork, linux_nat_set_forget_process)
5528 (linux_nat_forget_process): New functions.
5529 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
5530 type.
5531 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
5532 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
5533 types.
5534 (linux_nat_set_new_fork, linux_nat_set_forget_process)
5535 (linux_nat_forget_process): New declarations.
5536
5537 * amd64fbsd-nat.c (super_mourn_inferior): New global.
5538 (amd64fbsd_mourn_inferior): New function.
5539 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
5540 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
5541
5befea72
MS
55422013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
5543
55015247
YQ
5544 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
5545 Adding _().
5befea72 5546
1d3ffd6b
MS
55472013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
5548
5549 * aarch64-linux-nat.c (debug_reg_change_callback)
5550 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
5551 %s and phex().
5552
6eb04473
MS
55532013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
5554
5555 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
5556 with LONGEST.
5557
a016fc87
HAQ
55582013-02-13 Pedro Alves <palves@redhat.com>
5559 Hafiz Abid Qadeer <abidh@codesourcery.com>
5560
5561 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
5562
e234dfaf
TT
55632013-02-12 Tom Tromey <tromey@redhat.com>
5564
5565 PR symtab/11464:
5566 * c-exp.y (lex_one_token): Initialize other fields of yylval on
5567 NAME return.
5568 (classify_inner_name): Remove 'first_name' argument, add
5569 'context'. Remove unused variable.
5570 (yylex): Explicitly maintain the context type. Exit loop earlier
5571 if NAME result is seen.
5572
0b1afbb3
PA
55732013-02-12 Pedro Alves <palves@redhat.com>
5574
5575 * amd64-darwin-tdep.c: Add (C) after Copyright.
5576 * cli/cli-cmds.h: Ditto.
5577 * cli/cli-decode.c: Ditto.
5578 * cli/cli-decode.h: Ditto.
5579 * cli/cli-dump.c: Ditto.
5580 * cli/cli-dump.h: Ditto.
5581 * cli/cli-interp.c: Ditto.
5582 * cli/cli-logging.c: Ditto.
5583 * cli/cli-script.c: Ditto.
5584 * cli/cli-script.h: Ditto.
5585 * cli/cli-setshow.c: Ditto.
5586 * cli/cli-setshow.h: Ditto.
5587 * cli/cli-utils.c: Ditto.
5588 * cli/cli-utils.h: Ditto.
5589 * config/alpha/nm-osf3.h: Ditto.
5590 * config/djgpp/djconfig.sh: Ditto.
5591 * config/i386/nm-fbsd.h: Ditto.
5592 * config/i386/nm-i386gnu.h: Ditto.
5593 * config/nm-linux.h: Ditto.
5594 * config/nm-nto.h: Ditto.
5595 * config/rs6000/nm-rs6000.h: Ditto.
5596 * config/sparc/nm-sol2.h: Ditto.
5597 * darwin-nat-info.c: Ditto.
5598 * dfp.c: Ditto.
5599 * dfp.h: Ditto.
5600 * gdb-demangle.h: Ditto.
5601 * i386-darwin-nat.c: Ditto.
5602 * i386-darwin-tdep.c: Ditto.
5603 * linux-fork.h: Ditto.
5604 * m32c-tdep.c: Ditto.
5605 * microblaze-linux-tdep.c: Ditto.
5606 * microblaze-rom.c: Ditto.
5607 * microblaze-tdep.c: Ditto.
5608 * microblaze-tdep.h: Ditto.
5609 * mips-linux-tdep.h: Ditto.
5610 * ppc-ravenscar-thread.c: Ditto.
5611 * ppc-ravenscar-thread.h: Ditto.
5612 * prologue-value.c: Ditto.
5613 * prologue-value.h: Ditto.
5614 * ravenscar-thread.c: Ditto.
5615 * ravenscar-thread.h: Ditto.
5616 * sparc-ravenscar-thread.c: Ditto.
5617 * sparc-ravenscar-thread.h: Ditto.
5618 * tilegx-linux-tdep.c: Ditto.
5619 * unwind_stop_reasons.def: Ditto.
5620 * windows-nat.h: Ditto.
5621 * xtensa-linux-tdep.c: Ditto.
5622 * xtensa-xtregs.c: Ditto.
5623 * regformats/regdat.sh: Ditto.
5624 * regformats/regdef.h: Ditto.
5625
6c01dd94
PA
56262013-02-12 Pedro Alves <palves@redhat.com>
5627
5628 * break-catch-sig.c: Update copyright years.
5629
b65a2bd9
SCR
56302013-02-11 Siva Chandra Reddy <sivachandra@google.com>
5631
5632 Add support for a destructor for ui_out data and use it to
5633 provide a ui_out destructor.
5634 * ui-out.h: Declare the new ui_out destructor.
5635 (ui_out_impl): Add a field for data destructor in ui_out_impl.
5636 * ui-out.c (default_data_destroy): Add a default data destructor
5637 which does nothing.
5638 (default_ui_out_impl): Set the new data_destroy field to
5639 default_data_destroy
5640 (uo_data_destroy): Local function which invokes the data
5641 destructor if present.
5642 (clear_table): Local function which clears the table data of a
5643 ui_out object.
5644 (ui_out_destroy): Public function which frees a ui_out object.
5645 (ui_out_table_end): Use the new clear_table function.
5646 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
5647 NULL.
5648 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
5649 to NULL.
5650
c2792f5a
DE
56512013-02-11 Doug Evans <dje@google.com>
5652
5653 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
5654 (printf_decfloat): New function. Broken out from ui_printf.
5655 Remove unnecessary code to shift the entire format string down.
5656 (printf_pointer): New function.
5657 (ui_printf): Code to print C strings, wide C strings, decfloats,
5658 and pointers moved to separate functions.
5659
d9e98382
SDJ
56602013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
5661
5662 * valops.c (value_assign): Handling bitfield offset in
5663 `lval_internalvar_component' case.
5664
4ff3ce77
DE
56652013-02-08 Doug Evans <dje@google.com>
5666
5667 * common/format.c (parse_format_string): Fix whitespace.
5668
901900c4
MGD
56692013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
5670
5671 * stack.c (return_command): Work around uninitialized variable
5672 warning.
5673
b5dbc8d4
YZ
56742013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
5675
5676 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
5677 number of the registers from 36 to 34.
5678
51d66578
MS
56792013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
5680
5681 * NEWS: Mention new AArch64 native and target support.
5682
176b1c95
MS
56832013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
5684
5685 * MAINTAINERS (Write After Approval): Add myself.
5686
9d19df75
MS
56872013-02-08 Jim MacArthur <jim.macarthur@arm.com>
5688 Marcus Shawcroft <marcus.shawcroft@arm.com>
5689 Nigel Stephens <nigel.stephens@arm.com>
5690 Yufeng Zhang <yufeng.zhang@arm.com>
5691
5692 * aarch64-linux-nat.c: New file.
5693 * config/aarch64/linux.mh: New file.
5694 * configure.host: Add AArch64.
5695 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
5696
7e1e0340
DE
56972013-02-07 Doug Evans <dje@google.com>
5698
5699 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
5700 disassemble command.
5701
45e25a36
MS
57022013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
5703
5704 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
5705 set_gdbarch_fetch_tls_load_module_address.
5706
bbfdfe1c
DM
57072013-02-06 David S. Miller <davem@davemloft.net>
5708
5709 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
5710 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5711 * value.c (struct_return_convention): New function.
5712 (using_struct_return): Implement in terms of struct_return_convention.
5713 * value.h (struct_return_convention): Declare.
5714 * stack.c (return_command): Allow successful overriding of the return
5715 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5716
bc9abe4a
TT
57172013-02-06 Tom Tromey <tromey@redhat.com>
5718
5719 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
5720 outside of TRY_CATCH.
5721
134a2066
YQ
57222013-02-06 Yao Qi <yao@codesourcery.com>
5723
5724 * mi/mi-interp.c: Include "tracepoint.h".
5725 (mi_tsv_modified): Declare.
5726 (mi_tsv_created, mi_tsv_deleted): Update declaration.
5727 (mi_interpreter_init): Call observer_attach_tsv_modified.
5728 (mi_tsv_modified): New.
5729 (mi_tsv_created, mi_tsv_deleted): Update.
5730 * tracepoint.c (trace_variable_command): Call
5731 observer_notify_tsv_modified if the initial value of tsv is
5732 changed.
5733 (delete_trace_state_variable): Call
5734 observer_notify_tsv_deleted earlier.
5735 (trace_variable_command): Caller update.
5736 (create_tsv_from_upload): Likewise.
5737 * observer.sh: Declare "struct trace_state_variable".
5738
5739 * NEWS: Mention the new MI notification "=tsv-modified".
5740
59be2b6a
DE
57412013-02-05 Doug Evans <dje@google.com>
5742
5743 * completer.c (location_completer): Fix typo in comment.
5744
d30113d4
JK
57452013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5746
5747 * breakpoint.c (add_location_to_breakpoint): Insert the location with
5748 ADDRESS sorted.
5749
14ac654f
MS
57502013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
5751
5752 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
5753 Refactor if statement to avoid trailing || operator.
5754
543bf33d
AT
57552013-02-05 Andreas Tobler <andreast@fgznet.ch>
5756
5757 * NEWS: Add PowerPC FreeBSD as a new native configuration.
5758
dc18f110
AT
57592013-02-04 Andreas Tobler <andreast@fgznet.ch>
5760
5761 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
5762 * configure.host: Add powerpc*-*-freebsd* target.
5763 * configure.tgt: Add target info for powerpc*-*-freebsd*.
5764 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
5765 * config/powerpc/fbsd.mh: New file.
5766
b3ac9c77
SDJ
57672013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
5768 Denys Vlasenko <dvlasenk@redhat.com>
5769 Pedro Alves <palves@redhat.com>
5770
5771 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
5772 (struct elf_internal_linux_prpsinfo): Forward declare.
5773 * gdbarch.h, gdbarch.c: Regenerate.
5774 * linux-tdep.c: Include `cli/cli-utils.h'.
5775 (linux_fill_prpsinfo): New function.
5776 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
5777 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
5778 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
5779 depending on gdbarch pointer bitness.
5780 * ppc-linux-tdep.c: Include elf-bfd.h.
5781 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
5782 on 32-bit.
5783
176eb98c
MS
57842013-02-04 Jim MacArthur <jim.macarthur@arm.com>
5785 Marcus Shawcroft <marcus.shawcroft@arm.com>
5786 Nigel Stephens <nigel.stephens@arm.com>
5787 Yufeng Zhang <yufeng.zhang@arm.com>
5788
5789 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
5790
cf0dbd6f
MS
57912013-02-04 Jim MacArthur <jim.macarthur@arm.com>
5792 Marcus Shawcroft <marcus.shawcroft@arm.com>
5793 Nigel Stephens <nigel.stephens@arm.com>
5794 Yufeng Zhang <yufeng.zhang@arm.com>
5795
5796 * aarch64-newlib-tdep.c: New file.
5797 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
5798 aarch64*-*-elf.
5799 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
5800 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
5801 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
5802 * osabi.c (gdb_osabi_names): Add "Newlib".
5803
1ae3db19
MS
58042013-02-04 Jim MacArthur <jim.macarthur@arm.com>
5805 Marcus Shawcroft <marcus.shawcroft@arm.com>
5806 Nigel Stephens <nigel.stephens@arm.com>
5807 Yufeng Zhang <yufeng.zhang@arm.com>
5808
5809 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
5810 (ALLDEPFILES): Add aarch64-linux-tdep.c.
5811 * aarch64-linux-tdep.c: New file.
5812 * aarch64-linux-tdep.h: New file.
5813 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
5814 * configure.tgt: Add aarch64-none-linux-gnu.
5815
07b287a0
MS
58162013-02-04 Jim MacArthur <jim.macarthur@arm.com>
5817 Marcus Shawcroft <marcus.shawcroft@arm.com>
5818 Nigel Stephens <nigel.stephens@arm.com>
5819 Yufeng Zhang <yufeng.zhang@arm.com>
5820
5821 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
5822 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
5823 (ALLDEPFILES): Add aarch64-tdep.c.
5824 * aarch64-tdep.c: New file.
5825 * aarch64-tdep.h: New file.
5826 * configure.tgt: Add AArch64.
5827 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
5828 (aarch64-expedite): New definition.
5829 * features/aarch64-core.xml: New file.
5830 * features/aarch64-fpu.xml: New file.
5831 * features/aarch64-without-fpu.c: New file (generated).
5832 * features/aarch64-without-fpu.xml: New file.
5833 * features/aarch64.c: New file (generated).
5834 * features/aarch64.xml: New file.
5835 * regformats/aarch64-without-fpu.dat: New file (generated).
5836 * regformats/aarch64.dat: New file (generated).
5837
0f1b18ab
JK
58382013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5839
5840 * contrib/expect-read1.c: New file.
5841 * contrib/expect-read1.sh: New file.
5842
233d95b5
JK
58432013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5844
5845 * dwarf2read.c (file_file_name): New function with code from
5846 file_full_name.
5847 (file_full_name): Move most of the code to file_file_name.
5848 (macro_start_file): Rename variable full_name to file_name and use
5849 file_file_name for it. Add comp_dir parameter to new_macro_table.
5850 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
5851 macro_source_file->filename access by macro_source_fullname call.
5852 * macroscope.c (_initialize_macroscope): Update the new_macro_table
5853 caller.
5854 * macrotab.c (struct macro_table): New field comp_dir.
5855 (macro_include): New variables link_fullname and source_fullname.
5856 Replace any macro_source_file->filename access by macro_source_fullname
5857 call.
5858 (macro_lookup_inclusion): Remove the partial filenames checking code.
5859 (check_for_redefinition): New variables source_fullname and
5860 found_key_fullname. Replace any macro_source_file->filename access by
5861 macro_source_fullname call.
5862 (macro_undef): New variables source_fullname and key_fullname. Replace
5863 any macro_source_file->filename access by macro_source_fullname call.
5864 (macro_lookup_definition): New variables retval and source_fullname.
5865 Replace any macro_source_file->filename access by macro_source_fullname
5866 call.
5867 (foreach_macro): New variable key_fullname. Replace any
5868 macro_source_file->filename access by macro_source_fullname call.
5869 (foreach_macro_in_scope): New variable datum_fullname. Replace any
5870 macro_source_file->filename access by macro_source_fullname call.
5871 (new_macro_table): Add parameter comp_dir. Initialize T with it.
5872 (macro_source_fullname): New function.
5873 * macrotab.h (struct macro_source_file): Extent the filename field
5874 comment.
5875 (new_macro_table): New parameter comp_dir, add a comment for it.
5876 (macro_source_fullname): new declaration.
5877
da235a7c
JK
58782013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5879
5880 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
5881 this_real_name to outer block. Use it also for
5882 compare_filenames_for_search.
5883 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
5884 with dw2_get_real_path for file_matcher, considering also
5885 BASENAMES_MAY_DIFFER.
5886 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
5887
fbd9ab74
JK
58882013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5889
5890 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
5891 to the file_matcher parameter. Pass 0 to it.
5892 (dwarf2_create_include_psymtab): Copy also DIRNAME.
5893 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
5894 NULL psymtab_to_fullname result.
5895 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
5896 an expected filename instead.
5897 (expand_symtabs_matching_via_partial): Add basenames parameter to the
5898 file_matcher parameter. Call also psymtab_to_fullname, after newly
5899 considering BASENAMES_MAY_DIFFER.
5900 * source.c (rewrite_source_path): Remove static.
5901 * source.h (rewrite_source_path): New declaration.
5902 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
5903 the expand_symtabs_matching field. Comment it.
5904 * symtab.c (file_matches): New function comment. Add parameter
5905 basenames, implement it.
5906 (search_symbols_file_matches): Add basenames parameter. Update the
5907 file_matches caller.
5908 (search_symbols): Match FILES also against symtab_to_fullname.
5909 Optimize it for BASENAMES_MAY_DIFFER.
5910
56d397a3
JK
59112013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5912
5913 * source.c (print_source_lines_base): Print for TUI also "fullname".
5914 * tui/tui-data.c (init_content_element): Change tui_locator_element
5915 field to full_name.
5916 * tui/tui-data.h (struct tui_locator_element): Likewise.
5917 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
5918 tui_update_locator_filename calls to tui_update_locator_fullname.
5919 Replace symtab->filename refererence by symtab_to_fullname call.
5920 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
5921 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
5922 field to full_name. Replace symtab->filename refererence by
5923 symtab_to_fullname call.
5924 (tui_show_symtab_source): Rename parameter to fullname. Change
5925 tui_locator_element field to full_name.
5926 * tui/tui-stack.c: Include source.h.
5927 (tui_set_locator_filename): Rename the declaration to ...
5928 (tui_set_locator_fullname): ... here. Rename its parameter to
5929 fullname, updates its comment.
5930 (tui_set_locator_info): Rename its parameter to fullname.
5931 (tui_set_locator_filename): Rename the definition to ...
5932 (tui_set_locator_fullname): ... here. Rename its parameter to
5933 fullname, updates its comment. Change tui_locator_element field to
5934 full_name.
5935 (tui_set_locator_info): Rename its parameter to fullname.
5936 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
5937 (tui_update_locator_filename): Rename to ...
5938 (tui_update_locator_fullname): ... here. Rename callee to
5939 tui_set_locator_fullname.
5940 (tui_show_frame_info): Replace symtab->filename refererence by
5941 symtab_to_fullname call.
5942 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
5943 (tui_update_locator_fullname): ... here.
5944 * tui/tui-winsource.c (tui_display_main): Rename the callee to
5945 tui_update_locator_fullname. Replace symtab->filename refererence by
5946 symtab_to_fullname call.
5947 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
5948 Rename the callee to tui_update_locator_fullname.
5949 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
5950
05cba821
JK
59512013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5952
5953 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
5954 by symtab_to_filename_for_display calls.
5955 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
5956 (clear_command): New variable sal_fullname, initialize it. Replace
5957 compare_filenames_for_search by filename_cmp with sal_fullname.
5958 (say_where, update_static_tracepoint): Replace symtab->filename
5959 refererences by symtab_to_filename_for_display calls.
5960 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
5961 Likewise.
5962 * dwarf2read.c: Include source.h.
5963 (fixup_go_packaging): Replace symtab->filename refererences by
5964 symtab_to_filename_for_display calls.
5965 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
5966 Replace symtab->filename refererences by symtab_to_filename_for_display
5967 calls.
5968 (create_sals_line_offset, convert_linespec_to_sals): New variable
5969 fullname, initialize it, replace symtab->filename reference by the
5970 variable.
5971 * linux-fork.c: Include source.h.
5972 (info_checkpoints_command): Replace symtab->filename refererences by
5973 symtab_to_filename_for_display calls.
5974 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
5975 by symtab_to_filename_for_display calls.
5976 * mdebugread.c: Include source.h.
5977 (psymtab_to_symtab_1): Replace symtab->filename refererences by
5978 symtab_to_filename_for_display calls.
5979 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
5980 (mi_cmd_file_list_exec_source_files): Likewise.
5981 * printcmd.c: Include source.h.
5982 (build_address_symbolic): Replace symtab->filename refererences by
5983 symtab_to_filename_for_display calls.
5984 * psymtab.c (partial_map_symtabs_matching_filename)
5985 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
5986 with psymtab_to_fullname.
5987 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
5988 by symtab_to_filename_for_display calls.
5989 (stpy_get_filename): New variable filename, initialize it, use instead
5990 of symtab->filename refererences.
5991 (salpy_str): Make variable filename const char *. Replace
5992 symtab->filename refererences by symtab_to_filename_for_display calls.
5993 * skip.c: Include source.h and filenames.h.
5994 (skip_file_command): Remove const from the symtab variable. Replace
5995 symtab->filename refererences by symtab_to_fullname call.
5996 (function_name_is_marked_for_skip): New variables searched_for_fullname
5997 and fullname. Use them to search also with symtab's fullname.
5998 * source.c (find_source_lines): Replace symtab->filename refererences
5999 by symtab_to_filename_for_display calls.
6000 (print_source_lines_base): New variable filename, use it instead of
6001 symtab->filename. Replace symtab->filename refererences by
6002 symtab_to_filename_for_display calls.
6003 (line_info, forward_search_command): Replace symtab->filename
6004 refererences by symtab_to_filename_for_display calls.
6005 (reverse_search_command): Replace symtab->filename refererences by
6006 symtab_to_filename_for_display calls. New variable filename for it.
6007 * stack.c (frame_info): Likewise.
6008 * symmisc.c: Include source.h.
6009 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
6010 (maintenance_info_symtabs): Replace symtab->filename refererences by
6011 symtab_to_filename_for_display calls.
6012 * symtab.c (iterate_over_some_symtabs): Call
6013 compare_filenames_for_search also with symtab_to_fullname.
6014 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
6015 symtab->filename refererences by symtab_to_filename_for_display calls.
6016 (find_line_symtab): Replace symtab->filename refererences by
6017 symtab_to_filename_for_display calls.
6018 (file_matches): Replace filename_cmp by compare_filenames_for_search.
6019 (print_symbol_info): Make the last parameter const char *. New
6020 variable s_filename. Use it in the function.
6021 (symtab_symbol_info): Make the last_filename variable const char *.
6022 Replace symtab->filename refererences by symtab_to_filename_for_display
6023 calls.
6024 (rbreak_command): New variable fullname. Use it. Replace
6025 symtab->filename refererence by symtab_to_filename_for_display call.
6026 * tracepoint.c (set_traceframe_context, trace_find_line_command)
6027 (print_one_static_tracepoint_marker): Replace symtab->filename
6028 refererences by symtab_to_filename_for_display calls.
6029 * tui/tui-source.c (tui_set_source_content): New variables filename and
6030 s_filename. Replace symtab->filename refererences by this variable.
6031 Replace other symtab->filename refererences by
6032 symtab_to_filename_for_display calls.
6033
1b56eb55
JK
60342013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
6035 Jan Kratochvil <jan.kratochvil@redhat.com>
6036
6037 Add a new variable that controls a way in which filenames are
6038 displayed.
6039 * NEWS (set filename-display): New entry.
6040 * source.c (filename_display_basename, filename_display_relative)
6041 (filename_display_absolute, filename_display_kind_names)
6042 (filename_display_string, show_filename_display_string)
6043 (symtab_to_filename_for_display): New.
6044 (_initialize_source): Added initialization of 'filename-display'
6045 variable.
6046 * source.h (symtab_to_filename_for_display): Added declaration.
6047 * stack.c (print_frame): Added new variable and calling of a new
6048 function and condition with this variable. Changed third argument of
6049 calling of a function.
6050
aa079c93
JK
60512013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6052
6053 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
6054 Rename field reference filename to fullname.
6055 * tui/tui-data.h (struct tui_source_info): Rename field filename to
6056 fullname. New comment for it.
6057 * tui/tui-source.c (tui_set_source_content): Rename field reference
6058 filename to fullname. Initialize field by symtab_to_fullname now.
6059 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
6060 reference filename to fullname. Use symtab_to_fullname during
6061 comparison.
6062
652a8996
JK
60632013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6064
6065 Code cleanup.
6066 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
6067 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
6068 filename to fullname. Rename variable this_name to this_fullname.
6069 Lowercase FILENAME_CMP call.
6070 (dw2_find_symbol_file): New comment for the returned string.
6071 (dwarf2_gdb_index_functions): Rename the function to
6072 dw2_expand_symtabs_with_fullname.
6073 * psymtab.c (read_psymtabs_with_filename): Rename to ...
6074 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
6075 fullname.
6076 (psym_functions): Rename the function to read_psymtabs_with_fullname.
6077 * symfile.h (struct quick_symbol_functions): Rename field
6078 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
6079 parameter filename to fullname. Document returned string meaning for
6080 find_symbol_file.
6081 * symtab.c (find_line_symtab): Rename the called function to
6082 expand_symtabs_with_fullname.
6083
af529f8f
JK
60842013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6085
6086 Code cleanup.
6087 * breakpoint.c (clear_command): Remove variable is_abs, unify the
6088 call of filename_cmp with compare_filenames_for_search.
6089 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
6090 is_abs, unify the call of FILENAME_CMP with
6091 compare_filenames_for_search. New gdb_asserts for real_path and name.
6092 Unify the call of compare_filenames_for_search with FILENAME_CMP.
6093 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
6094 * symfile.h (struct quick_symbol_functions): Extend the comment for
6095 map_symtabs_matching_filename.
6096 * symtab.c (compare_filenames_for_search): Remove the function comment
6097 relative path requirement. Handle absolute filenames, with a comment.
6098 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
6099 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
6100 real_path and name. Unify the call of compare_filenames_for_search
6101 with FILENAME_CMP.
6102 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
6103
2f202fde
JK
61042013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6105
6106 Code cleanup.
6107 * breakpoint.c (print_breakpoint_location): Replace bp_location field
6108 source_file references by symtab field references. Remove variables
6109 sal and fullname.
6110 (momentary_breakpoint_from_master, add_location_to_breakpoint):
6111 (clear_command, say_where): Replace bp_location field source_file
6112 references by symtab field references.
6113 (bp_location_dtor): Remove the source_file reference.
6114 (update_static_tracepoint): Replace bp_location field source_file
6115 references by symtab field references.
6116 (breakpoint_free_objfile): New function.
6117 * breakpoint.h (struct bp_location): Extend the comment for line_number.
6118 Replace the field source_file by field symtab, extend its comment.
6119 (breakpoint_free_objfile): New declaration.
6120 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
6121 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
6122 field source_file references by symtab field references.
6123
f5b95b50
JK
61242013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6125
6126 Replace xfullpath calls by gdb_realpath calls.
6127 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
6128 function comment.
6129 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
6130 Remove it from the iterate_over_some_symtabs call.
6131 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
6132 Remove it from the dw2_map_expand_apply calls, remove a block handling
6133 it.
6134 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
6135 Remove it from the iterate_over_some_symtabs call.
6136 (partial_map_symtabs_matching_filename): Remove parameter full_path.
6137 Remove it from the partial_map_expand_apply calls, remove a block
6138 handling it. Drop gdb_realpath call and cleanups from the real_path
6139 handling.
6140 * source.c (openp): Drop the comment part about xfullpath. Replace
6141 xfullpath calls by gdb_realpath calls.
6142 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
6143 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
6144 from method map_symtabs_matching_filename and its comment.
6145 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
6146 gdb_realpath call.
6147 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
6148 remove it also from the function comment, remove a block handling it.
6149 Drop gdb_realpath call and cleanups from the real_path handling.
6150 (iterate_over_symtabs): Drop variable full_path and its use.
6151 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
6152 * utils.c (xfullpath): Remove.
6153 * utils.h (xfullpath): Remove.
6154
d78489bf
AT
61552013-02-01 Andreas Tobler <andreast@fgznet.ch>
6156
6157 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
6158 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
6159 (ALLDEPFILES): Add ppc64-tdep.c.
6160 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
6161 ppc64-tdep.o to gdb_target_obs.
6162 * ppc64-tdep.h: New file.
6163 * ppc64-tdep.c: New file.
6164 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
6165 ppc-linux-tdep.c to here.
6166 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
6167 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
6168 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
6169 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
6170 from ppc-linux-tdep.c to here.
6171 (ppc64_convert_from_func_ptr_addr): Rename from
6172 ppc64_linux_convert_from_func_ptr_addr to
6173 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
6174 here.
6175 * rs6000-tdep.c:
6176 (read_insn): Move from ppc-linux-tdep.c to here.
6177 (insns_match_pattern, insn_d_field, insn_ds_field): Move
6178 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
6179 * ppc-linux-tdep.c: Include ppc64-tdep.h.
6180 Removed above functions.
6181 (ppc_linux_init_abi): Adjust.
6182
8db60374
AR
61832013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
6184
6185 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
6186
f2e5f4ce
AR
61872013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
6188
6189 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
6190
c1f7d745
PA
61912013-02-01 Pedro Alves <palves@redhat.com>
6192
6193 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
6194 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
6195
8a92335b
JK
61962013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6197
6198 * elfread.c (elf_symfile_read): Limit separate debug info additions to
6199 files with no separate debug info.
6200 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
6201 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
6202 only for files with no separate debug info.
6203
8eacb197
TT
62042013-01-31 Tom Tromey <tromey@redhat.com>
6205
6206 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
6207 change type.
6208 (struct jit_program_space_data): Rename from jit_inferior_data.
6209 Update comments.
6210 (get_jit_program_space_data): Rename from get_jit_inferior_data.
6211 Change return type. Attach data to program space.
6212 (jit_program_space_data_cleanup): Rename from
6213 jit_inferior_data_cleanup; change argument type.
6214 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
6215 change type.
6216 (jit_register_code): Update.
6217 (jit_update_inferior_cache): Remove.
6218 (jit_breakpoint_deleted): Get jit data from the location's program
6219 space.
6220 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
6221 'ps_data', change type.
6222 (jit_inferior_init, jit_breakpoint_re_set_internal)
6223 (jit_event_handler): Update.
6224 (free_objfile_data): Get data from objfile's program space.
6225 (_initialize_jit): Update.
6226
f25c0135
TT
62272013-01-31 Tom Tromey <tromey@redhat.com>
6228
6229 PR gdb/13987:
6230 * jit.c (struct jit_inferior_data) <cached_code_address,
6231 jit_breakpoint>: New fields.
6232 (jit_breakpoint_re_set_internal): Fix logging. Only create
6233 breakpoint if cached address has changed.
6234 (jit_update_inferior_cache, jit_breakpoint_deleted): New
6235 functions.
6236 (_initialize_jit): Register breakpoint deleted observer.
6237
974a734b
AR
62382013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
6239
6240 * infrun.c (handle_syscall_event): Remove unused gdbarch.
6241 (save_infcall_suspend_state): Ifdef out unused inf.
6242 (restore_infcall_suspend_state): Ifdef out unused inf.
6243 * jit.c (jit_register_code): Remove unused i, b, inf_data.
6244 (jit_frame_sniffer): Remove unused inf_data.
6245
df54f8eb
AR
62462013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
6247
6248 * c-exp.y (classify_inner_name): Remove unused type.
6249 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
6250 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
6251 need_escape.
6252 (c_get_string): Remove unused kind.
6253 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
6254
5799c0b9
AR
62552013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
6256
6257 * charset.c (intermediate_encoding): Remove unused i.
6258 * completer.c (signal_completer): Remove unused i.
6259 * continuations.c (discard_my_continuations_1): Remove unused
6260 continuation_ptr.
6261 * corelow.c (core_close): Remove unuseD name.
6262 (get_core_siginfo): Remove unused pid.
6263 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
6264 i, cps.
6265 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
6266 (loclist_describe_location): Remove unused first.
6267 * event-top.c (command_line_handler): Remove unused got_eof.
6268 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
6269 (resize_section_table): Remove unused old_value.
6270 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
6271 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
6272 * i386-tdep.c (i386_process_record): Remove unused rex.
6273 * infcmd.c (get_return_value): Remove unused uiout.
6274 * jv-lang.c (type_from_class): Remove unused is_array.
6275 * jv-valprint.c (java_val_print): Remove unused i.
6276 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
6277 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
6278 * m2-typeprint.c (m2_print_type): Remove unused code.
6279 * macroexp.c (get_character_constant): Remove unused body_start.
6280 (macro_stringify): Remove unused result.
6281 * objc-lang.c (find_methods): Remove unused gdbarch.
6282 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
6283 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
6284 * stack.c (print_frame_args): Remove unused summary.
6285 * thread.c (thread_apply_command): Remove unused p.
6286 * valarith.c (value_x_unop): Remove unused mangle_ptr.
6287 * valops.c (search_struct_method): Remove unused skip.
6288 * valprint.c (generic_val_print): Remove unused byte_order.
6289 * varobj.c (varobj_update): Remove unused changed.
6290 * cli/cli-cmds.c (complete_command): Remove unused next_item.
6291 (alias_command): Remove unused c.
6292 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
6293 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
6294 format.
6295 (mi_cmd_data_write_memory): Remove unused word_format.
6296 (mi_cmd_data_write_memory_bytes): Remove unused r.
6297 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
6298 p_start, p_end.
6299 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
6300 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
6301 line_width.
6302
c656bca5
AR
63032013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
6304
6305 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
6306 * symtab.c (iterate_over_symtabs): Remove unused s.
6307 (find_pc_sect_symtab): Remove unused pspAce.
6308 (find_pc_sect_line): Remove unused alt_symtab.
6309 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
6310 (completion_list_add_name): Remove unused newsize.
6311
7078baeb
TT
63122013-01-31 Tom Tromey <tromey@redhat.com>
6313
6314 PR c++/14998:
6315 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
6316 TYPE_CODE_FUNC.
6317
c2e8b827
AR
63182013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
6319
6320 * target.c (target_read_string): Remove unused origlen.
6321
0e43993a
AR
63222013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
6323
6324 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
6325 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
6326 * ax-general.c (ax_print): Remove unused is_float.
6327 * blockframe.c (block_innermost_frame): Remove unused start, end.
6328 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
6329
765a97ab
AR
63302013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
6331
6332 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
6333 (svr4_read_so_list): Remove unused lmo.
6334 * solib-target.c (solib_target_relocate_section_addresses): Remove
6335 unused flags.
6336
a99dad3d
TT
63372013-01-30 Tom Tromey <tromey@redhat.com>
6338
6339 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
6340
3bff1ecd
TT
63412013-01-30 Tom Tromey <tromey@redhat.com>
6342
6343 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
6344 * utils.c (gnu_debuglink_crc32): Remove.
6345 * utils.h (gnu_debuglink_crc32): Don't declare.
6346
7d455152
TT
63472013-01-30 Tom Tromey <tromey@redhat.com>
6348
6349 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
6350 (read_structure_type, read_enumeration_type): Remove cast.
6351
abee88f2
TT
63522013-01-30 Tom Tromey <tromey@redhat.com>
6353
6354 * dwarf2read.c (read_namespace_type): Remove cast.
6355 (read_typedef): Likewise.
6356
8d9878a4
TT
63572013-01-29 Tom Tromey <tromey@redhat.com>
6358
6359 * dwarf2read.c (free_dwo_file): Remove assert.
6360
a543d2a9
TT
63612013-01-29 Tom Tromey <tromey@redhat.com>
6362
6363 * value.c (deprecated_set_value_modifiable): Remove.
6364 * value.h (deprecated_set_value_modifiable): Remove.
6365
bed911e5
DE
63662013-01-28 Doug Evans <dje@google.com>
6367
6368 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
6369 to addresses from dwo files.
6370
28c64fc2
SCR
63712013-01-25 Siva Chandra Reddy <sivachandra@google.com>
6372
6373 * valops.c (find_overload_match): Remove unused argument 'lax'.
6374 * value.h: Remove unused argument 'lax' from the declaration of
6375 find_overload_match.
6376 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
6377 to find_overload_match.
6378 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
6379 argument to find_overload_match.
6380
4d4ec4e5
TT
63812013-01-25 Tom Tromey <tromey@redhat.com>
6382
6383 * dwarf2read.c (processing_has_namespace_info): Remove.
6384 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
6385 (process_die, read_func_scope, dwarf2_start_symtab)
6386 (new_symbol_full): Update.
6387
195a3f6c
TT
63882013-01-25 Tom Tromey <tromey@redhat.com>
6389
6390 * cp-namespace.c (cp_set_block_scope): Remove.
6391 * cp-support.h (cp_set_block_scope): Remove.
6392 * dbxread.c: Include block.h.
6393 (cp_set_block_scope): New function.
6394 (process_one_symbol): Update.
6395 * dwarf2read.c (read_func_scope): Use block_set_scope.
6396
8ba0730a
PA
63972013-01-25 Pedro Alves <palves@redhat.com>
6398
6399 * remote.c (add_current_inferior_and_thread): Tweak comment.
6400
12aaed36
TT
64012013-01-25 Tom Tromey <tromey@redhat.com>
6402
6403 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
6404 (cp_add_using_directive): Add 'copy_names' argument.
6405 * cp-support.h (cp_add_using_directive): Update.
6406 (struct using_direct) <import_src, import_dest, alias,
6407 declaration>: Now const.
6408 * dwarf2read.c (read_import_statement): Use obconcat.
6409 Don't copy names passed to cp_add_using_directive.
6410
7fc75ca7
TT
64112013-01-25 Tom Tromey <tromey@redhat.com>
6412
6413 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
6414
3405876a
PA
64152013-01-25 Pedro Alves <palves@redhat.com>
6416
6417 * remote.c (stop_reply_extract_thread): New.
6418 (add_current_inferior_and_thread): New parameter 'wait_status'.
6419 Handle it.
6420 (remote_start_remote): Pass wait status to
6421 add_current_inferior_and_thread.
6422 (extended_remote_run): Update comment.
6423 (extended_remote_create_inferior_1): Pass wait status to
6424 add_current_inferior_and_thread.
6425
8954db33
AB
64262013-01-25 Andrew Burgess <aburgess@broadcom.com>
6427 Ulrich Weigand <uweigand@de.ibm.com>
6428
6429 * valarith.c (value_vector_widen): New function for replicating a
6430 scalar into a vector.
6431 (value_binop): Use value_vector_widen to widen scalar to vector
6432 rather than casting, this better matches gcc C behaviour.
6433 * valops.c (value_casst): Update logic for casting between vector
6434 types, and for casting from scalar to vector, try to match gcc C
6435 behaviour.
6436 * value.h (value_vector_widen): Declare.
6437 * opencl-lang.c (opencl_value_cast): New opencl specific casting
6438 function, handle special case for casting scalar to vector.
6439 (opencl_relop): Use opencl_value_cast.
6440 (evaluate_subexp_opencl): Use opencl_value_cast instead of
6441 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
6442 in order to use opencl_value_cast.
6443
843b20dc
YQ
64442013-01-25 Yao Qi <yao@codesourcery.com>
6445
6446 * event-loop.c: Include "queue.h".
6447 (gdb_event_p): New typedef.
6448 (DECLARE_QUEUE_P): Use.
6449 (DEFINE_QUEUE_P): Use.
6450 (async_queue_event): Remove.
6451 (gdb_event_xfree): New.
6452 (initialize_event_loop): New.
6453 (process_event): Use QUEUE macros.
6454 (event_queue): Remove.
6455 (gdb_wait_for_event): Caller update.
6456 (check_async_event_handlers): Likewise.
6457 (poll_timers): Likewise.
6458 * event-loop.h (initialize_event_loop): Declare.
6459 * event-loop.c (gdb_event_xfree): New.
6460 * top.c (gdb_init): Call initialize_event_loop.
6461
20ad8856
YQ
64622013-01-25 Yao Qi <yao@codesourcery.com>
6463
6464 * event-loop.c (async_queue_event): Remove one parameter
6465 'position'. Remove code handling 'position' == TAIL.
6466 (gdb_wait_for_event): Caller update.
6467 (check_async_event_handlers): Caller update.
6468 (poll_timers): Caller update.
6469 * event-loop.h (enum queue_position): Remove.
6470
3bbbe775
MK
64712013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
6472
6473 * MAINTAINERS: Update my email.
6474
a87d9ac4
YQ
64752013-01-25 Yao Qi <yao@codesourcery.com>
6476
6477 * main.c (print_gdb_help): Remove "--epoch" from the help
6478 message.
6479
2077afdd
TD
64802013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
6481
6482 * symtab.c (skip_prologue_using_sal): Consider a file
6483 change the same as an increased line number
6484
63da4037
TD
64852013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
6486
30e8ee25 6487 * MAINTAINERS (Write After Approval): Add myself to the list.
63da4037 6488
45e6c716
TT
64892013-01-24 Tom Tromey <tromey@redhat.com>
6490
6491 * ada-lang.h (ada_decode_symbol): Make return type const.
6492 * ada-lang.c (ada_decode_symbol): Likewise.
6493
b1ae631a
DE
64942013-01-23 Doug Evans <dje@google.com>
6495
6496 * linespec.c (find_linespec_symbols): Make static.
6497
55a78401
SDJ
64982013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
6499
6500 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
6501 type on float conversion for complex type.
6502
bea883fd
SCR
65032013-01-23 Siva Chandra Reddy <sivachandra@google.com>
6504
6505 Add a new class gdb.Architecture which exposes GDB's
6506 internal representation of architecture via GDB Python API.
6507 * Makefile.in: Add entries corresponding to the new file
6508 python/py-arch.c.
6509 * NEWS (Python Scripting): Add entries for the new class
6510 gdb.Architecture and the new method gdb.Frame.architecture.
6511 * python/py-arch.c: Implement gdb.Architecture class.
6512 * python/py-frame.c (frapy_arch): Implement the method
6513 gdb.Frame.architecture().
6514 (frame_object_methods): Add 'architecture' to the method table.
6515 * python/python-internal.h: Add declarations of new utility
6516 functions.
6517 * python/python.c (_initialize_python): Initialize
6518 gdb.Architecture class.
6519
796a7ff8
DE
65202013-01-23 Doug Evans <dje@google.com>
6521
6522 Work around binutils/15021.
6523 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
6524 type_unit_group out of union s. All uses updated.
6525 (read_index_from_section): Watch for index version 8.
6526 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
6527 an imported symtab.
6528 (write_psymtabs_to_index): Increment version number to 8.
6529
0928e93d
PA
65302013-01-22 Pedro Alves <palves@redhat.com>
6531
6532 * annotate.c (breakpoint_changed): Skip if breakpoint is not
6533 user-visible.
6534
9c97429f
PA
65352013-01-22 Pedro Alves <palves@redhat.com>
6536
6537 * annotate.c (annotate_breakpoints_changed): Rename to ...
6538 (annotate_breakpoints_invalid): ... this. Make static.
6539 (breakpoint_changed): Adjust.
6540 (_initialize_annotate): Always install the observers. Install a
6541 "breakpoint_created" observer.
6542 * annotate.h (annotate_breakpoints_changed): Delete declaration.
6543 * breakpoint.c (set_breakpoint_condition)
6544 (breakpoint_set_commands, do_map_commands_command)
6545 (init_raw_breakpoint, clear_command, set_ignore_count)
6546 (enable_breakpoint_disp): No longer call
6547 annotate_breakpoints_changed.
6548
bd00c694
PA
65492013-01-22 Pedro Alves <palves@redhat.com>
6550
6551 * annotate.c: Include "inferior.h".
6552 (frames_invalid_emitted)
6553 (breakpoints_invalid_emitted): New globals.
6554 (async_background_execution_p): New function.
6555 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
6556 emitting the annotation if it has already been emitted.
6557 (annotate_display_prompt): New function.
6558 * annotate.h (annotate_display_prompt): New declaration.
6559 * event-top.c: Include annotate.h.
6560 (display_gdb_prompt): Call annotate_display_prompt.
6561
187d10dd
PA
65622013-01-22 Pedro Alves <palves@redhat.com>
6563
6564 * annotate.c (ignore_count_changed): Delete.
6565 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
6566 (annotate_ignore_count_change): Delete.
6567 (annotate_stopped): Don't emit a delayed breakpoints-changed
6568 annotation.
6569 * annotate.h (annotate_ignore_count_change): Delete.
6570 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
6571 annotate_ignore_count_change.
6572
d84cf7eb
TT
65732013-01-22 Tom Tromey <tromey@redhat.com>
6574
6575 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
6576 require_rvalue for a register location.
6577
8f1d5693
MK
65782013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
6579
6580 * breakpoint.c (print_one_breakpoint_location): Add MI
6581 field 'thread-groups' when printing a breakpoint.
6582 (output_thread_groups): New function.
6583
aa6199c6
SCR
65842013-01-21 Siva Chandra Reddy <sivachandra@google.com>
6585
6586 * python/lib/gdb/commands/explore.py
6587 (CompoundExplorer.explore_expr): Correct the name of a method
6588 being invoked.
6589 (ExploreTypeCommand.invoke): Add a missing 'return'.
6590
d2afef13
TT
65912013-01-21 Tom Tromey <tromey@redhat.com>
6592
6593 * gdb_obstack.h (obconcat): Move declaration here, from...
6594 * symfile.h (obconcat): ... here.
6595 * gdb_obstack.c: New file.
6596 (obconcat): Move from...
6597 * symfile.c (obconcat): ... here.
6598 * Makefile.in (SFILES): Add gdb_obstack.c.
6599 (COMMON_OBS): Add gdb_obstack.o.
6600
10f0c4bb
TT
66012013-01-21 Tom Tromey <tromey@redhat.com>
6602
6603 * symfile.h (obsavestring): Don't declare.
6604 * symfile.c (obsavestring): Remove.
6605 * ada-exp.y: Use obstack_copy0, not obsavestring.
6606 * ada-lang.c: Use obstack_copy0, not obsavestring.
6607 * coffread.c: Use obstack_copy0, not obsavestring.
6608 * cp-namespace.c: Use obstack_copy0, not obsavestring.
6609 * dbxread.c: Use obstack_copy0, not obsavestring.
6610 * dwarf2read.c: Use obstack_copy0, not obsavestring.
6611 * jit.c: Use obstack_copy0, not obsavestring.
6612 * mdebugread.c: Use obstack_copy0, not obsavestring.
6613 * psymtab.c: Use obstack_copy0, not obsavestring.
6614 * stabsread.c: Use obstack_copy0, not obsavestring.
6615 * xcoffread.c: Use obstack_copy0, not obsavestring.
6616
86f62fd7
TT
66172013-01-21 Tom Tromey <tromey@redhat.com>
6618
6619 * dwarf2read.c (fixup_go_packaging): Save package name
6620 on objfile obstack.
6621 * gdbtypes.c (init_type): Don't copy name.
6622
15d034d0
TT
66232013-01-21 Tom Tromey <tromey@redhat.com>
6624
6625 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
6626 const.
6627 (struct attribute) <u.str>: Now const.
6628 (struct fnfieldlist) <name>: Now const.
6629 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
6630 (partial_die_parent_scope): Make return type const.
6631 (partial_die_full_name, add_partial_symbol): Update.
6632 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
6633 'name' const.
6634 (find_file_and_directory): Make 'name' and 'comp_dir' const.
6635 (read_file_scope, read_func_scope, dwarf2_add_field)
6636 (dwarf2_add_member_fn, read_structure_type)
6637 (process_enumeration_scope, read_array_type, read_module_type)
6638 (read_base_type, read_subrange_type): Update.
6639 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
6640 (new_symbol_full, guess_full_die_structure_name): Update.
6641 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
6642 (dwarf2_name): Return const type.
6643 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
6644 const.
6645
748e18ae
TT
66462013-01-21 Tom Tromey <tromey@redhat.com>
6647
6648 * gdbtypes.c (init_type): Make 'name' const.
6649 * gdbtypes.h (init_type): Update.
6650
46212e0b
TT
66512013-01-21 Tom Tromey <tromey@redhat.com>
6652
6653 * buildsym.c (patch_subfile_names): Use set_last_source_file.
6654 (start_symtab): Make 'name' and 'dirname' const. Use
6655 set_last_source_file.
6656 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
6657 (last_source_file): Define. Now static.
6658 (set_last_source_file, get_last_source_file): New functions.
6659 * buildsym.h (last_source_file): Don't declare.
6660 (start_symtab): Update.
6661 (set_last_source_file, get_last_source_file): Declare.
6662 * coffread.c (complete_symtab): Use set_last_source_file.
6663 (coff_end_symtab): Likewise.
6664 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
6665 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
6666 set_last_source_file.
6667 (process_one_symbol): Use get_last_source_file.
6668 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
6669 (psymtab_to_symtab_1): Use get_last_source_file.
6670 * xcoffread.c (process_linenos): Use get_last_source_file.
6671 (complete_symtab): Use set_last_source_file.
6672 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
6673 (scan_xcoff_symtab): Use set_last_source_file.
6674
9d2ceabe
TT
66752013-01-21 Tom Tromey <tromey@redhat.com>
6676
6677 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
6678 (symbol_set_names): Remove casts. Handle field const-ness.
6679
cfc594ee
TT
66802013-01-21 Tom Tromey <tromey@redhat.com>
6681
6682 * dwarf2read.c (new_symbol_full): Remove cast.
6683 * symtab.c (symbol_set_demangled_name): Make 'name' const.
6684 * symtab.h (symbol_set_demangled_name): Update.
6685
5484b13a
TT
66862013-01-21 Tom Tromey <tromey@redhat.com>
6687
6688 * main.c (captured_main): Call bfd_init.
6689
1605ef26
TT
66902013-01-21 Tom Tromey <tromey@redhat.com>
6691
6692 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
6693 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
6694 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
6695 * NEWS: Update.
6696
3b74cdc3
JK
66972013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6698
6699 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
6700
5a352474
JK
67012013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6702
6703 Fix gdb.fortran/common-block.exp crash in PIE mode.
6704 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
6705 LOC_COMMON_BLOCK.
6706 * f-valprint.c (info_common_command_for_block): Expect
6707 LOC_COMMON_BLOCK in gdb_assert.
6708 * symtab.h (struct general_symbol_info): Update comment for the
6709 common_block member.
6710 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
6711 (enum address_class): New member LOC_COMMON_BLOCK.
6712
c60797fd
DB
67132013-01-18 David Blaikie <dblaikie@gmail.com>
6714
6715 * MAINTAINERS (Write After Approval): Add "David Blaikie".
0cae7dfb 6716
46f35228
TT
67172013-01-18 Tom Tromey <tromey@redhat.com>
6718
6719 PR c++/14999:
6720 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
6721 Call require_rvalue.
6722
257e7a09
YQ
67232013-01-18 Yao Qi <yao@codesourcery.com>
6724
6725 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
6726 (dbx_read_symtab): New declaration.
6727 (dbx_psymtab_to_symtab): Delete.
6728 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
6729 Rename parameter PST to SELF. Exchanged two parameters.
6730 (start_psymtab): Caller update.
6731 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
6732 (dwarf2_read_symtab): New declaration.
6733 (dwarf2_psymtab_to_symtab): Delete.
6734 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
6735 Rename parameter PST to SELF. Exchanged two parameters.
6736 (create_partial_symtab): Caller update.
6737 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
6738 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
6739 Rename parameter PST to SELF. Exchanged two parameters.
6740 (parse_partial_symbols, new_psymtab): Caller update.
6741 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
6742 two parameters.
6743 * psymtab.c (psymtab_to_symtab): Caller update.
6744 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
6745 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
6746 Rename parameter PST to SELF. Exchanged two parameters.
6747 (xcoff_start_psymtab): Caller update.
6748
0de5618e
YQ
67492013-01-18 Yao Qi <yao@codesourcery.com>
6750
6751 * infrun.c (proceed): Rename local variable 'oneproc' to
6752 'force_step'.
6753
5c04624b
DE
67542013-01-17 Doug Evans <dje@google.com>
6755
848e3e78
DE
6756 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
6757 (dw2_build_type_unit_groups): Delete. All uses updated.
6758
5c04624b
DE
6759 * symtab.h (struct symbol_search): Add comment.
6760
d84fca2c
JK
67612013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6762
6763 * symtab.c (compare_filenames_for_search): New comment for
6764 HAS_DRIVE_SPEC.
6765
6108433d
TT
67662013-01-17 Tom Tromey <tromey@redhat.com>
6767
6768 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
6769
c89ffd86
JK
67702013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6771
6772 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
6773 initialize it by existing make_cleanup. Call new do_cleanups.
6774
db2b2972
TT
67752013-01-17 Tom Tromey <tromey@redhat.com>
6776
6777 * cp-abi.c (cp_abi_completer): New function.
6778 (_initialize_cp_abi): Set completer for "set cp-abi".
6779
be7d37a2
TT
67802013-01-17 Tom Tromey <tromey@redhat.com>
6781
6782 * mem-break.c: Remove obsolete comment.
6783 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
6784
c9fb1240
SD
67852012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6786
6787 * jit.c (jit_reader_load_command): Interpret the jit reader name
6788 as an absolute path if it begins with a forward slash.
6789
db334a01
SD
67902012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6791
6792 PR gdb/14550
6793
6794 * jit.c (finalize_symtab): Ensure that only the global block has a
6795 NULL superblock.
6796
7d928dac
PA
67972013-01-17 Pedro Alves <palves@redhat.com>
6798
6799 * acinclude.m4: Include ../config/plugins.m4,
6800 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
6801 * Makefile.in (aclocal_m4_deps): Update.
6802 * aclocal.m4: Renegerate.
6803
fb8cf7c5
DE
68042013-01-16 Doug Evans <dje@google.com>
6805
6806 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
6807
ab04a2af
TT
68082013-01-16 Pedro Alves <palves@redhat.com>
6809 Tom Tromey <tromey@redhat.com>
6810
6811 PR cli/7221:
6812 * NEWS: Add "catch signal".
6813 * breakpoint.c (base_breakpoint_ops): No longer static.
6814 (bpstat_explains_signal): New function.
6815 (init_catchpoint): No longer static.
6816 (base_breakpoint_explains_signal): New function.
6817 (base_breakpoint_ops): Initialize new field.
6818 * breakpoint.h (enum bpstat_signal_value): New.
6819 (struct breakpoint_ops) <explains_signal>: New field.
6820 (bpstat_explains_signal): Remove macro, declare as function.
6821 (base_breakpoint_ops, init_catchpoint): Declare.
6822 * break-catch-sig.c: New file.
6823 * inferior.h (signal_catch_update): Declare.
6824 * infrun.c (signal_catch): New global.
6825 (handle_syscall_event): Update for change to
6826 bpstat_explains_signal.
6827 (handle_inferior_event): Likewise. Always handle random signals
6828 via bpstats.
6829 (signal_cache_update): Check signal_catch.
6830 (signal_catch_update): New function.
6831 (_initialize_infrun): Initialize signal_catch.
6832 * Makefile.in (SFILES): Add break-catch-sig.c.
6833 (COMMON_OBS): Add break-catch-sig.o.
6834
8ac3646f
TT
68352013-01-16 Tom Tromey <tromey@redhat.com>
6836
6837 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
6838 (print_one_catch_solib, print_one_catch_syscall)
6839 (print_one_catch_exec, print_one_exception_catchpoint): Emit
6840 "catch-type".
6841
5a18e302
YQ
68422013-01-16 Yao Qi <yao@codesourcery.com>
6843
6844 * printcmd.c (current_display_number): Make it static.
6845
3f01d0d0
YQ
68462013-01-16 Yao Qi <yao@codesourcery.com>
6847
6848 * infcmd.c (step_once): Don't check '!single_inst' as it was
6849 checked before.
6850
1ed59174
JK
68512013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6852
6853 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
6854
44478ab3
TT
68552013-01-14 Tom Tromey <tromey@redhat.com>
6856
6857 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
6858 set command.
6859 * command.h (add_setshow_string_noescape_cmd): Update.
6860 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
6861 (complete_set_gnutarget): New function.
6862 (_initialize_core): Set the "set gnutarget" completer.
6863
06d66ee9
TT
68642013-01-14 Tom Tromey <tromey@redhat.com>
6865
6866 PR symtab/14442:
6867 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
6868 (c_type_print_modifier): Likewise.
6869 * dwarf2read.c (read_tag_restrict_type): New function.
6870 (read_type_die_1): Handle DW_TAG_restrict_type.
6871 * gdbtypes.c (make_restrict_type): New function.
6872 (recursive_dump_type): Handle TYPE_RESTRICT.
6873 * gdbtypes.h (enum type_flag_values): Renumber.
6874 (enum type_instance_flag_value): Add
6875 TYPE_INSTANCE_FLAG_RESTRICT.
6876 (TYPE_RESTRICT): New macro.
6877 (make_restrict_type): Declare.
6878
c9bf0622
TT
68792013-01-14 Tom Tromey <tromey@redhat.com>
6880
6881 PR symtab/14931:
6882 * psymtab.c (struct psymtab_state): New.
6883 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
6884 functions.
6885 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
6886 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
6887
44d594fd
PA
68882013-01-14 Richard Sharman <richard_sharman@mitel.com>
6889 Pedro Alves <palves@redhat.com>
6890
6891 PR remote/14786
6892
6893 * remote.c (remote_threads_info): Make a copy of the reply from
6894 qfThreadInfo and use that instead of rs->buf.
6895
442e4d9c
YQ
68962013-01-14 Yao Qi <yao@codesourcery.com>
6897
6898 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
6899 (dbx_psymtab_to_symtab): Likewise.
6900 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
6901 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
6902 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
6903
5b12a61c
JK
69042013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6905
6906 * parse.c (parse_exp_in_context): New variable inner_chain. Call
6907 make_cleanup_restore_current_language. Call set_language. Move
6908 OLD_CHAIN and INNER_CHAIN cleanups.
6909 * utils.c (do_restore_current_language)
6910 (make_cleanup_restore_current_language): New functions.
6911 * utils.h (make_cleanup_restore_current_language): New declaration.
6912
f0a4b570
JK
69132013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6914
6915 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
6916 non-existing files.
6917
57b3c00c
JK
6918 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
6919 non-existing files if FILENAME is already absolute.
6920
daefa854
JK
69212013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6922
6923 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
6924 fputs_filtered. Append trailing newline.
6925
ca9c6ee2
YQ
69262013-01-11 Yao Qi <yao@codesourcery.com>
6927 Stan Shebs <stan@codesourcery.com>
6928
6929 * psymtab.c (init_psymbol_list): Clarify the comment.
6930
f28045c2
YQ
69312013-01-11 Yao Qi <yao@codesourcery.com>
6932
6933 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
6934 (update_dprintf_command_list): Assert that 'printf_line' is
6935 non-null. Remove condition check.
6936
da5132d3
JK
69372013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6938
6939 Code cleanup.
6940 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
6941 type const char *.
6942 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
6943 const char *.
6944 * tui/tui-source.h (tui_source_is_displayed): Likewise.
6945
843e694d
AG
69462013-01-09 Anthony Green <green@moxielogic.com>
6947
6948 * cp-abi.c (cplus_print_vtable): Don't return value from void
6949 function.
6950 * ada-lang.c (re_set_catch_assert): Ditto.
6951
da51c347
DE
69522013-01-09 Doug Evans <dje@google.com>
6953
6954 * symfile.h (quick_symbol_functions): Delete member
6955 pre_expand_symtabs_matching. All uses removed.
6956 * dwarf2read.c (dw2_lookup_symbol): Implement.
6957 (dw2_do_expand_symtabs_matching): Delete.
6958 (dw2_pre_expand_symtabs_matching): Delete.
6959 (struct dw2_symtab_iterator): New type.
6960 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
6961 (dw2_expand_symtabs_for_function): Rewrite.
6962 (dwarf2_gdb_index_functions): Update.
6963 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
6964 (psym_functions): Update.
6965
b2259038
TT
69662013-01-09 Tom Tromey <tromey@redhat.com>
6967
6968 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
6969 * configure: Rebuild.
6970 * configure.ac: Add somread.o to the build if BFD has SOM
6971 support.
6972 * somread.c: Include som/aout.h, not syms.h.
6973 (som_symtab_read): Use som_external_symbol_dictionary_record.
6974 Unpack records manually.
6975 (_initialize_somread): Declare.
6976
bdad4180
MF
69772012-01-08 Mike Frysinger <vapier@gentoo.org>
6978
6979 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
6980 Cast return_address to 64bits.
6981
03cdf680
HZ
69822013-01-08 Hui Zhu <hui_zhu@mentor.com>
6983
6984 * printcmd.c: Remove define of function output_command.
6985 * tracepoint.c: Remove extern of function output_command.
6986 * valprint.h: (output_command): New extern.
6987
8a808554
TT
69882013-01-07 Tom Tromey <tromey@redhat.com>
6989
6990 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
6991 Remove.
6992 (objc_language_defn): Use c_printchar, c_printstr,
6993 c_emit_char.
6994
e93a8774
TT
69952013-01-07 Tom Tromey <tromey@redhat.com>
6996
6997 PR cli/7719:
6998 * NEWS: Update.
6999 * ada-valprint.c (printstr, print_field_values): Remove
7000 "inspect_it" code.
7001 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
7002 code.
7003 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
7004 code.
7005 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
7006 * main.c (captured_main): Remove "epoch" argument.
7007 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
7008 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
7009 * p-valprint.c (pascal_object_print_value_fields): Remove
7010 "inspect_it" code.
7011 * printcmd.c (print_command_1): Remove 'inspect' argument.
7012 (print_command, call_command): Update.
7013 (inspect_command): Remove.
7014 (_initialize_printcmd): Make "inspect" an alias for "print".
7015 * top.c (epoch_interface): Remove.
7016 * top.h (epoch_interface): Remove.
7017 * valprint.c (user_print_options): Update.
7018 (print_converted_chars_to_obstack): Remove "inspect_it" code.
7019 * valprint.h (struct value_print_options) <inspect_it>: Remove
7020 field.
7021
70222013-01-04 Tom Tromey <tromey@redhat.com>
7023
7024 * valprint.h (read_string): Add 'extern'.
7025
b967eb24
JB
70262013-01-07 Joel Brobecker <brobecker@adacore.com>
7027
7028 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
7029 used to decide whether to define darwin_read_dyld_info or not.
7030
78a8b30e
PM
70312013-01-03 Pierre Muller <muller@sourceware.org>
7032
7033 * main.c (relocate_gdb_directory): Avoid calling stat function
7034 if DIR is empty.
7035
50da2f25
YQ
70362013-01-03 Yao Qi <yao@codesourcery.com>
7037
7038 * psymtab.c (fixup_psymbol_section): Update declaration.
7039 (fixup_psymbol_section): Remove code returning value.
7040
e7e8980f
YQ
70412013-01-03 Yao Qi <yao@codesourcery.com>
7042
7043 * symtab.h: Remove some out of date comments.
7044 (enum exception_event_kind): Move it ...
7045 * breakpoint.c: ... here.
7046
569283d4
MF
70472013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
7048
9f9d9a96 7049 PR gdb/14405
569283d4
MF
7050 * darwin-nat.c (darwin_read_dyld_info): Only build if
7051 TASK_DYLD_INFO_COUNT is defined.
7052 (darwin_xfer_partial): Call darwin_read_dyld_info only if
7053 TASK_DYLD_INFO_COUNT is defined.
7054
2e36fbea
TT
70552013-01-02 Tom Tromey <tromey@redhat.com>
7056
7057 * symfile.h (struct ecoff_debug_hack): Remove.
7058 * objfiles.c: Don't include mdebugread.h.
7059
4f05add4
TT
70602013-01-02 Tom Tromey <tromey@redhat.com>
7061
7062 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
7063 * configure.ac: Check for Mach-O support in BFD. Update
7064 CONFIG_OBS.
7065 * configure: Rebuild.
7066
def63ff0
TT
70672013-01-02 Tom Tromey <tromey@redhat.com>
7068
7069 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
7070 * configure.ac: Use GDB_AC_CHECK_BFD.
7071 * configure: Rebuild.
7072
60c5dd93
MK
70732013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
7074
7075 * MAINTAINERS: Update my email.
7076
6e58437e
JB
70772013-01-01 Joel Brobecker <brobecker@adacore.com>
7078
7079 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
7080
627fe805
JB
70812013-01-01 Joel Brobecker <brobecker@adacore.com>
7082
7083 * rs6000-nat.c (bss_data_overlap): New function.
7084 (vmap_symtab): Use it to adjust the .bss section's offset.
7085
28e7fd62
JB
70862013-01-01 Joel Brobecker <brobecker@adacore.com>
7087
7088 Update year range in copyright notice of all files.
7089
e93a8774 70902013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
b9786c74
JB
7091
7092 * top.c (print_gdb_version): Update copyright year.
7093
72b20e9c 7094For older changes see ChangeLog-2012.
c906108c
SS
7095\f
7096Local Variables:
7097mode: change-log
7098left-margin: 8
7099fill-column: 74
7100version-control: never
57da7796 7101coding: utf-8
c906108c 7102End:
This page took 1.766123 seconds and 4 git commands to generate.