Fix syntax error in aix-thread.c:sync_threadlists
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
f5371440
JB
12013-10-04 Joel Brobecker <brobecker@adacore.com>
2
3 * aix-thread.c (sync_threadlists): Add missing ')' in call
4 to ptid_build.
5
793e1c06
JB
62013-10-04 Joel Brobecker <brobecker@adacore.com>
7
8 * procfs.c (procfs_init_inferior): Fix typo causing the build
9 to fail.
10
26f0edc1
JB
112013-10-04 Joel Brobecker <brobecker@adacore.com>
12
13 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
14
5713b9b5
JB
152013-10-04 Joel Brobecker <brobecker@adacore.com>
16
17 * mi/mi-main.c (run_one_inferior): Add function description.
18 Make ARG a pointer to an integer whose value determines whether
19 we should "run" or "start" the program.
20 (mi_cmd_exec_run): Add handling of the "--start" option.
21 Reject all other command-line options.
22 * NEWS: Add entry for "-exec-run"'s new "--start" option.
23
f48ff2a7
YQ
242013-10-04 Yao Qi <yao@codesourcery.com>
25
26 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
27 (struct notif_client) <pending_event>: Moved
28 to struct remote_notif_state.
29 <id>: New field.
30 (struct remote_notif_state) <pending_event>: New field.
31 (notif_event_xfree): Declare.
32 * remote-notif.c (handle_notification): Adjust.
33 (notif_event_xfree): New function.
34 (do_notif_event_xfree): Call notif_event_xfree.
35 (remote_notif_state_xfree): Call notif_event_xfree to free
36 each element in field pending_event.
37 * remote.c (discard_pending_stop_replies): Remove declaration.
38 (discard_pending_stop_replies_in_queue): Declare.
39 (remote_close): Call discard_pending_stop_replies_in_queue
40 instead of discard_pending_stop_replies.
41 (remote_start_remote): Adjust.
42 (stop_reply_xfree): Call notif_event_xfree.
43 (notif_client_stop): Adjust initialization.
44 (remote_notif_remove_all): Rename it to ...
45 (remove_stop_reply_for_inferior): ... this. Update comments.
46 Don't check INF is NULL.
47 (discard_pending_stop_replies): Return early if notif_state is
48 NULL. Adjust. Don't check INF is NULL.
49 (remote_notif_get_pending_events): Adjust.
50 (discard_pending_stop_replies_in_queue): New function.
51 (remote_wait_ns): Likewise.
52
5965e028
YQ
532013-10-04 Yao Qi <yao@codesourcery.com>
54
55 * remote-notif.c (DECLARE_QUEUE_P): Remove.
56 (notif_queue): Remove.
57 (remote_notif_process): Add one parameter 'notif_queue'.
58 Update comments. Callers update.
59 (remote_async_get_pending_events_token): Remove.
60 (remote_notif_register_async_event_handler): Remove.
61 (remote_notif_unregister_async_event_handler): Remove.
62 (handle_notification): Add parameter 'notif_queue'. Update
63 comments. Callers update.
64 (notif_xfree): Remove.
65 (remote_notif_state_allocate): New function.
66 (remote_notif_state_xfree): New function.
67 (_initialize_notif): Remove code to allocate queue.
68 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
69 (struct remote_notif_state): New.
70 (handle_notification): Update declaration.
71 (remote_notif_process): Likewise.
72 (remote_notif_register_async_event_handler): Remove.
73 (remote_notif_unregister_async_event_handler): Remove.
74 (remote_notif_state_allocate): Declare.
75 (remote_notif_state_xfree): Declare.
76 * remote.c (struct remote_state) <notif_state>: New field.
77 (remote_close): Don't call
78 remote_notif_unregister_async_event_handler. Call
79 remote_notif_state_xfree.
80 (remote_open_1): Don't call
81 remote_notif_register_async_event_handler. Call
82 remote_notif_state_allocate.
83
5e5ac9a5
YQ
842013-10-04 Yao Qi <yao@codesourcery.com>
85
86 * varobj.c (create_child_with_value): Remove 'const' from the
87 type of parameter 'name'.
88 (varobj_add_child): Likewise.
89 (install_dynamic_child): Remove 'const' from the type of
90 parameter 'name'.
91 (varobj_add_child): Likewise.
92 (create_child_with_value): Likewise. Update comments. Don't
93 duplicate 'name'.
94 (update_dynamic_varobj_children): Duplicate 'name'
95 and pass it to install_dynamic_child.
96
06ab7b19
PM
972013-10-03 Phil Muldoon <pmuldoon@redhat.com>
98
99 * python/py-value.c (convert_value_from_python): Move PyInt_Check
100 conversion logic to occur after PyLong_Check. Comment on order
101 change significance.
102 * python/py-arch.c (archpy_disassemble): Comment on order of
103 conversion for integers and longs.
104
8ae377e8
PA
1052013-10-03 Pedro Alves <palves@redhat.com>
106
107 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
108 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
109 functions. Always test for PTRACE_O_TRACESYSGOOD even if
110 PTRACE_O_TRACEFORK is not supported.
111 (linux_test_for_tracesysgood): New function.
112 (linux_test_for_tracefork): New function, factored out from
113 linux_check_ptrace_features, and also don't kill child_pid here.
114
b1328b1b
TG
1152013-10-03 Tristan Gingold <gingold@adacore.com>
116
117 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
118 Remove verbose error reporting. Use detected state to
119 thread_set_state call.
120 (i386_darwin_dr_get): Fix return type. Remove verbose error
121 report.
122 Remove trailing spaces.
123
901461f8
PA
1242013-10-02 Pedro Alves <palves@redhat.com>
125
126 * cp-valprint.c (cp_print_value_fields): Adjust calls to
127 val_print_optimized_out.
128 * jv-valprint.c (java_print_value_fields): Likewise.
129 * p-valprint.c (pascal_object_print_value_fields): Likewise.
130 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
131 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
132 new optimized out value.
133 * findvar.c (address_from_register): Likewise.
134 * frame.c (put_frame_register): Tweak error string to say the
135 register was not saved, rather than optimized out.
136 * infcmd.c (default_print_one_register_info): Adjust call to
137 val_print_optimized_out. Use value_of_register instead of
138 get_frame_register_value.
139 * mi/mi-main.c (output_register): Use value_of_register instead of
140 get_frame_register_value.
141 * valprint.c (valprint_check_validity): Likewise.
142 (val_print_optimized_out): New value parameter. If the value is
143 lval_register, print <not saved> instead.
144 (value_check_printable, val_print_scalar_formatted): Adjust calls
145 to val_print_optimized_out.
146 * valprint.h (val_print_optimized_out): New value parameter.
147 * value.c (struct value) <optimized_out>: Extend comment.
148 (error_value_optimized_out): New function.
149 (require_not_optimized_out): Use it. Use a different string for
150 lval_register values.
151 * value.h (error_value_optimized_out): New declaration.
152 * NEWS: Mention <not saved>.
153
042a84d9
JB
1542013-10-02 Joel Brobecker <brobecker@adacore.com>
155
156 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
157 strcmp to compare two symtab filenames.
158
6b9780fb
JB
1592013-10-02 Joel Brobecker <brobecker@adacore.com>
160
161 * symtab.c (search_symbols_equal): Delete.
162 (sort_search_symbols_remove_dups): Replace call to
163 search_symbols_equal by call to compare_search_syms,
164 adjusting as necessary.
165
751e7549
PM
1662013-10-02 Phil Muldoon <pmuldoon@redhat.com>
167
168 PR python/15579
169
170 * python/python.c: Document gdb.execute command in Python help.
171
1efd7661
PM
1722013-10-02 Phil Muldoon <pmuldoon@redhat.com>
173
174 * python/py-frame.c (frame_info_to_frame_object): Use
175 gdbpy_convert_exception. Clean up Python object on failure.
176
562fc849
PM
1772013-10-02 Phil Muldoon <pmuldoon@redhat.com>
178
179 * python/lib/gdb/command/frame_filters.py
180 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
181 (ShowFrameFilterPriority.invoke): Ditto.
182
d7561cbb
KS
1832013-10-01 Keith Seitz <keiths@redhat.com>
184
185 * linespec.c (struct ls_parser): Make 'saved_arg' const.
186 (parse_linespec): Make 'argptr' const.
187 Remove temporary cast of 'argptr' to const char **.
188 (decode_line_full): Pass const pointer to parse_linespec.
189 (decode_line_1): Likewise.
190 (decode_objc): Make local variable 'new_argptr' const.
191 (find_function_symbols): Remove temporary cast to char *
192 to find_imps.
193 * objc-lang.c (find_imps): Make argument 'method' const.
194 Return const.
195 * objc-lang.h (find_imps): Likewise.
196
1972013-10-01 Keith Seitz <keiths@redhat.com>
198
199 * completer.c (skip_quoted_chars): Make all arguments const.
200 Return const.
201 (skip_quoted): Likewise.
202 * completer.h (skip_quoted_chars): Likewise.
203 (skip_quoted): Likewise.
204 * defs.h (skip_quoted): Remove duplicate declaration.
205 * jv-exp.y: Include completer.h.
206 (yylex): Remove unneccessary cast to char * fro skip_quoted.
207 * p-exp.y: Include completer.h.
208
2092013-10-01 Keith Seitz <keiths@redhat.com>
210
211 * c-exp.y (parse_number): Make first argument const.
212 Make a copy of the input to manipulate.
213 (c_parse_escape): Make first argument const.
214 Make local variable 'tokptr' const.
215 (parse_string_or_char): Make first two arguments const.
216 (macro_original_text): Make const.
217 (lex_one_token): Make local variable 'tokstart' const.
218 Likewise for local variables named 'p'.
219 Cast away const for struct stoken (temporary).
220 * c-lang.h (c_parse_escpae): Make first argument const.
221 * cli/cli-cmds.c (echo_command): Make local variable 'p'
222 const.
223 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
224 var_string case.
225 * f-exp.y (parse_number): Make first argument const.
226 (match_string_literal): Make local variable 'tokstart'
227 const.
228 (yylex): Make local variable 'p' const.
229 Cast away const for struct stoken (temporary).
230 * go-exp.y (parse_number): Make first argument const.
231 (parse_string_or_char): Likewise.
232 Make local variable 'tokstart' const.
233 (lex_one_token): Likewise for numerous locals called 'p'.
234 Cast away const for struct stoken (temporary).
235 * jv-exp.y (parse_number): Make first argument const.
236 Make local variables 'tokstart' and 'tokptr' const.
237 Cast away const for call to skip_quoted (temporary).
238 (yylex): Make local variable 'p' const.
239 Cast away const for struct stoken (temporary).
240 * m2-exp.y (parse_number): Make local variable 'p' const.
241 (yylex): Likewise for 'tokstart'.
242 Cast away const for struct stoken (temporary).
243 Make local variable 'p' const.
244 * macroexp.c (get_character_constant): Pass a const string
245 to c_parse_escape.
246 (get_string_literal): Likewise.
247 (macro_expand_next): Make first argument const.
248 Cast away const for init_shared_buffer.
249 * macroexp.h (macro_expand_next): Make first argument const.
250 * p-exp.y (yylex): Make a local copy of 'lexptr'.
251 Pass a const string to c_parse_escape.
252 Make local variables 'p' and 'namestart' const.
253 * parse.c (lexptr): Make const.
254 (prev_lexptr): Likewise.
255 (find_template_name_end): Return const.
256 Make argument const, too.
257 (parse_exp_in_context): Make first argument const.
258 Remove the entire const_hack.
259 (parse_exp_in_context_1): Make first argument const.
260 * parser-defs.h (find_template_name_end): Return const.
261 Make argument const, too.
262 (lexptr): Make const.
263 (prev_lexptr): Likewise.
264 * utils.c (parse_escape): Make second argument const.
265 * utils.h (parse_escape): Likewise.
266
2672013-10-01 Keith Seitz <keiths@redhat.com>
268
269 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
270 is now const.
271 (block_lookup): Make 'raw_name' and 'name' const.
272 * ada-lex.l (processString): Update for struct stoken.ptr.
273 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
274 (operator_stoken): Likewise.
275 (lex_one_token): Remove temporary cast to char * for
276 'yylval.sval.ptr'.
277 * f-exp.y (yylex): Likewise.
278 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
279 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
280 * go-exp.y (lex_one_token): Remove temporary cast to char * for
281 'yylval.sval.ptr'.
282 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
283 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
284 * linespec.c (struct ls_parser): Make 'stream' const.
285 (find_parameter_list_end): Make argument 'input' and local
286 variable 'p' const.
287 (linespec_lexer_lex_string): Make local variables 'start' and
288 'p' const.
289 Use skip_spaces_const instead of skip_spaces.
290 (linespec_lexer_peek_token): Make local variable 'saved_stream'
291 const.
292 (parse_linespec): Temporarily cast 'argptr' to const for
293 'parser->lexer.stream'.
294 * m2-exp.y (yylex): Remove temporary cast to char * for
295 'yylval.sval.ptr'.
296 * objc-lang.c (add_msglist): Make local variable 'p' const.
297 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
298 (exp : STRING): Make 'sp' const.
299 (parse_number): Make argument 'p' const.
300 * parser-defs.h (struct stoken): Make 'ptr' const.
301
193a8eac
DE
3022013-10-01 Doug Evans <dje@google.com>
303
304 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
305
2213e2be
YQ
3062013-10-01 Yao Qi <yao@codesourcery.com>
307
308 * varobj.c (c_value_of_root): Remove declaration.
309 (cplus_value_of_root, java_value_of_root): Likewise.
310 (ada_value_of_root): Likewise.
311 (struct language_specific) <value_of_root>: Remove.
312 (languages): Update initialization.
313 (check_scope): Move earlier.
314 (c_value_of_root): Move earlier and rename to ...
315 (value_of_root_1): ... this.
316 (value_of_root): Caller update.
317 (cplus_value_of_root, java_value_of_root): Remove.
318 (ada_value_of_root): Remove.
319
c573f273
YQ
3202013-10-01 Yao Qi <yao@codesourcery.com>
321
322 * varobj.c (varobj_format_string): Remove "unknown".
323 (languages): Remove the first element.
324 * varobj.h (enum varobj_languages): Remove vlang_c.
325
56250258
YQ
3262013-10-01 Yao Qi <yao@codesourcery.com>
327
328 * varobj.c (struct language_specific) <language>: Remove.
329 (languages): Update the initialization.
330
29f9ebfa
YQ
3312013-10-01 Yao Qi <yao@codesourcery.com>
332
333 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
334 "solib-target.h". Include "windows-tdep.h".
335 (arm_wince_init_abi): Call windows_init_abi. Remove call to
336 set_solib_ops and set_gdbarch_has_dos_based_file_system.
337 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
338 windows-tdep.o to gdb_target_obs.
339
64870a42
YQ
3402013-10-01 Yao Qi <yao@codesourcery.com>
341
342 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
343 "solib-target.h".
344 (amd64_windows_init_abi): Don't call set_solib_ops and
345 set_gdbarch_iterate_over_objfiles_in_search_order. Call
346 windows_init_abi instead.
347 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
348 "solib-target.h".
349 (i386_cygwin_init_abi): Don't call set_solib_ops,
350 set_gdbarch_has_dos_based_file_system and
351 set_gdbarch_iterate_over_objfiles_in_search_order. Call
352 windows_init_abi instead.
353 * windows-tdep.c: Include "solib.h" and "solib-target.h".
354 (windows_init_abi): New function.
355 (windows_iterate_over_objfiles_in_search_order): Make it
356 static.
357 * windows-tdep.h (windows_init_abi): Declare.
358 (windows_iterate_over_objfiles_in_search_order): Remove
359 declaration.
360
0aebdefa
JB
3612013-10-01 Jerome Guitton <guitton@adacore.com>
362
363 Checked in by Joel Brobecker <brobecker@adacore.com>
364 * system-gdbinit/elinos.py (get_elinos_environment): Return an
365 incomplete dictionnary instead of None in case of missing
366 environment variables.
367 (elinos_init): in case of an incomplete environment, best
368 effort to load system libraries instead of abort.
369
1c8e84b0
JB
3702013-10-01 Joel Brobecker <brobecker@adacore.com>
371
372 * ada-lang.c (ada_has_this_exception_support): Ignore
373 mst_solib_trampoline minimal symbols.
374
61d82a0d
TG
3752013-09-30 Tristan Gingold <gingold@adacore.com>
376
377 * i386-darwin-nat.c (darwin_complete_target): Install methods for
378 hardware watchpoint.
379 (i386_darwin_dr_set): Support 32 and 64 bit states.
380 (i386_darwin_dr_get): Likewise.
381 (i386_darwin_dr_set_control): Make static.
382 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
383 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
384
dfd4cc63
LM
3852013-09-30 Luis Machado <lgustavo@codesourcery.com>
386
387 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
388 Replace TIDGET with ptid_get_lwp.
389 Replace GET_LWP with ptid_get_lwp.
390 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
391 Replace BUILD_THREAD with ptid_build.
392 Replace BUILD_LWP with ptid_build.
393 Replace PIDGET with ptid_get_pid.
394 Replace TIDGET with ptid_get_lwp.
395 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
396 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
397 Replace TIDGET with ptid_get_lwp.
398 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
399 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
400 Replace TIDGET with ptid_get_lwp.
401 Replace GET_LWP with ptid_get_lwp.
402 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
403 * auxv.c: Likewise.
404 * breakpoint.c: Likewise.
405 * common/ptid.c (ptid_is_pid): Condense check for
406 null_ptid and minus_one_ptid.
407 (ptid_lwp_p): New function.
408 (ptid_tid_p): New function.
409 * common/ptid.h: Update comments for accessors.
410 (ptid_lwp_p): New prototype.
411 (ptid_tid_p): New prototype.
412 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
413 * gcore.c: Replace PIDGET with ptid_get_pid.
414 * gdbthread.h: Likewise.
415 * gnu-nat.c: Likewise.
416 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
417 Replace TIDGET with ptid_get_lwp.
418 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
419 * hppanbsd-nat.c: Likewise.
420 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
421 Replace TIDGET with ptid_get_lwp.
422 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
423 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
424 * infcmd.c: Likewise.
425 * inferior.h: Likewise.
426 * inflow.c: Likewise.
427 * infrun.c: Likewise.
428 * linux-fork.c: Likewise.
429 * linux-nat.c: Replace PIDGET with ptid_get_pid.
430 Replace GET_PID with ptid_get_pid.
431 Replace is_lwp with ptid_lwp_p.
432 Replace GET_LWP with ptid_get_lwp.
433 Replace BUILD_LWP with ptid_build.
434
5b4e221c
MF
4352013-09-28 Mike Frysinger <vapier@gentoo.org>
436
437 * common/linux-btrace.c: Move sys/syscall.h out of the
438 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
439 Also check for SYS_perf_event_open before attempting to buid.
440
57d63ce2
DE
4412013-09-27 Doug Evans <dje@google.com>
442
19ac8c2e
DE
443 * dwarf2read.c (dwarf2_section_info): Add comment.
444 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
445 All uses updated.
446 (dwarf2_section_empty_p): Rename arg from "info" to "section".
447 (dwarf2_read_section): Delete unused local "header". Add section
448 name to error message.
449 (create_dwo_in_dwp): Tweak comment.
450 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
451
a32a8923
DE
452 * dwarf2read.c (die_reader_specs): Tweak comment.
453 (get_section_bfd_owner, get_section_bfd_section): New functions.
454 (get_section_name, get_section_file_name): New functions.
455 (get_section_id, get_section_flags): New functions.
456 (*): Use new functions to access section fields.
457
57d63ce2
DE
458 * dwarf2read.c (struct dwo_file): Add/tweak comments.
459 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
460 arg "htab". All callers updated.
461 (create_debug_types_hash_table): Remove redundant copy of
462 abbrev_section.
463 (create_dwo_in_dwp): Tweak comments.
464 (read_str_index): Tweak comment. Record dwarf form name in static
465 local.
466
3736004f
PA
4672013-09-27 Pedro Alves <palves@redhat.com>
468
469 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
470 (remote_filename_p): Add comment.
471 * remote.c (remote_filename_p): Adjust to use
472 REMOTE_SYSROOT_PREFIX.
473 * solib.c (solib_find): When deciding whether we need to add a
474 directory separator, check whether the sysroot is "remote:"
475 instead of checking whether the patch has a drive spec. Add
476 comments.
477
5b5596ff
PA
4782013-09-27 Pedro Alves <palves@redhat.com>
479
480 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
481 Delete fields.
482 (remote_parse_stop_reply): Adjust, setting event->ws.kind
483 directly.
484
b5eef7aa
JK
4852013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
486
487 Fix set debug frame output.
488 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
489 SENTINEL_FRAME entry lower to match enum frame_type order.
490
5b856f36
PM
4912013-09-26 Pierre Muller <muller@sourceware.org>
492
493 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
494 AMD64_R15_REGNUM when a register index is expected.
495 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
496 Substitute in array.
497 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
498 (amd64_push_arguments): Substitute in integer_regnum array.
499
ade7ed9e
DE
5002013-09-25 Doug Evans <dje@google.com>
501
d3e81981
DE
502 * objfiles.c (allocate_objfile): Move comment to better place.
503
8fb8eb5c
DE
504 New option "set debug symfile on".
505 * NEWS: Mention "set debug symfile".
506 * Makefile.in (SFILES): Add symfile-debug.c.
507 (COMMON_OBS): Add symfile-debug.o.
508 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
509 objfile's symbol functions.
510 * objfiles.h (objfile_set_sym_fns): Declare.
511 * symfile-debug.c: New file.
512 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
513 objfile's symbol functions.
514 (reread_symbols): Ditto.
515
c256e171
DE
516 * symfile.h (struct sym_fns): Delete member "sym_flavour".
517 All uses updated.
518 (add_symtab_fns): Update prototype.
519 * symfile.c (sym_fns_ptr): Delete. Replace with ...
520 (registered_sym_fns): ... this.
521 (symtab_fns): Update.
522 (add_symtab_fns): New arg "flavour". All callers updated.
523 (find_sym_fns): Rewrite to use new sym_fns registry.
524
f56ce883
DE
525 * symfile.h (struct sym_fns): Add "objfile" argument to
526 sym_read_linetable. All uses updated.
527
20c681d1
DE
528 * symtab.c (domain_name, search_domain_name): New functions.
529 * symtab.h (domain_name, search_domain_name): Declare.
530
ade7ed9e
DE
531 * symfile.h (struct quick_symbol_functions): Reorg arg list of
532 map_matching_symbols so objfile is first. All uses updated.
533 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
534 * psymtab.c (map_matching_symbols_psymtab): Update signature.
535
7d760051
UW
5362013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
537
538 PR shlibs/8882
539 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
540 link map entries.
541
020f7036
DE
5422013-09-24 Doug Evans <dje@google.com>
543
544 * objfiles.c (free_objfile): Move comment.
545
598402f0
JB
5462013-09-24 Joel Brobecker <brobecker@adacore.com>
547
548 * ada-exp.y (string_to_operator): Delete.
549 (dummy_string_to_ada_operator): Delete.
550
bf4d6c1c
JB
5512013-09-24 Joel Brobecker <brobecker@adacore.com>
552
553 Revert:
554 * i386-tdep.h (enum amd64_reg_class): New, moved here from
555 amd64-tdep.c.
556 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
557 call_dummy_integer_regs, and classify.
558 * amd64-tdep.h (amd64_classify): Add declaration.
559 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
560 (amd64_reg_class): Delete, moved to i386-tdep.h.
561 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
562 Replace call to amd64_classify by call to tdep->classify.
563 (amd64_push_arguments): Get the list of registers to use for
564 passing integer parameters from the gdbarch tdep structure,
565 rather than using a hardcoded one. Replace calls to amd64_classify
566 by calls to tdep->classify.
567 (amd64_push_dummy_call): Get the register number used for
568 the "hidden" argument from tdep->call_dummy_integer_regs.
569 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
570 and tdep->call_dummy_integer_regs. Set tdep->classify.
571
849e9755
JB
5722013-09-24 Joel Brobecker <brobecker@adacore.com>
573
574 Revert:
575 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
576 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
577 where tdep->memory_args_by_pointer is non-zero.
578
c1459fd6
JB
5792013-09-24 Joel Brobecker <brobecker@adacore.com>
580
581 Revert:
582 * i386-tdep.h (struct gdbarch_tdep): Add new field
583 integer_param_regs_saved_in_caller_frame.
584 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
585 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
586
20c2e3e0
JB
5872013-09-24 Joel Brobecker <brobecker@adacore.com>
588
874440b8 589 * amd64-windows-tdep.c: #include "value.h"
20c2e3e0
JB
590 (amd64_windows_classify): Delete.
591 (amd64_windows_passed_by_integer_register)
592 (amd64_windows_passed_by_xmm_register)
593 (amd64_windows_passed_by_pointer)
594 (amd64_windows_adjust_args_passed_by_pointer)
595 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
596 (amd64_windows_push_dummy_call): New functions.
597 (amd64_windows_init_abi): Remove setting of
598 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
599 tdep->classify, tdep->memory_args_by_pointer and
600 tdep->integer_param_regs_saved_in_caller_frame.
601 Add call to set_gdbarch_push_dummy_call.
602
82bf32bc
JK
6032013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
604
605 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
606 objfile->original_name.
607
24ba069a
JK
6082013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
609
610 Pass down original filename for objfile.
611 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
612 * elfread.c (elf_symfile_read): Likewise.
613 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
614 longer set ORIGINAL_NAME.
615 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
616 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
617 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
618 symbol_file_add_from_bfd call.
619 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
620 (macho_check_dsym): Add parameter filenamep. Change function comment.
621 Set *filenamep.
622 (macho_symfile_read): New variable dsym_filename. Update
623 macho_check_dsym call. Use it for symbol_file_add_separate.
624 * objfiles.c (allocate_objfile): Add parameter name. New comment for
625 it. Use it for objfile->original_name.
626 (objfile_name): Return OBFD's filename, if available.
627 * objfiles.h (allocate_objfile): Add new parameter name.
628 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
629 * symfile-mem.c (symbol_file_add_from_memory): Update
630 symbol_file_add_from_bfd call.
631 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
632 comment for it.
633 (symbol_file_add_with_addrs): New parameter name, add function comment
634 for it. Remove variable name. Update allocate_objfile call.
635 (symbol_file_add_separate): New parameter name, add function comment
636 for it. Update symbol_file_add_with_addrs call.
637 (symbol_file_add_from_bfd): New parameter name. Update
638 symbol_file_add_with_addrs call.
639 (symbol_file_add): Update symbol_file_add_from_bfd call.
640 (reread_symbols): New variable original_name. Save
641 objfile->original_name by it.
642 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
643 second parameter.
644
4262abfb
JK
6452013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
646
647 Code cleanup: Add objfile_name accessor function.
648 * ada-lang.c (is_known_support_routine): Use objfile_name.
649 * auto-load.c (source_gdb_script_for_objfile)
650 (auto_load_objfile_script): Likewise.
651 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
652 * dbxread.c (dbx_symfile_read): Likewise.
653 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
654 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
655 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
656 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
657 (lookup_dwp_signatured_type, lookup_dwo_unit)
658 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
659 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
660 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
661 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
662 (dwarf2_record_block_ranges, read_common_block, read_typedef)
663 (read_subrange_type, load_partial_dies, read_partial_die)
664 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
665 (die_containing_type, build_error_marker_type, lookup_die_type)
666 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
667 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
668 (get_DW_AT_signature_type, write_psymtabs_to_index)
669 (save_gdb_index_command): Likewise.
670 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
671 Likewise.
672 * expprint.c (dump_subexp_body_standard): Likewise.
673 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
674 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
675 original_name.
676 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
677 obj_name, use objfile_name for it, use the variable.
678 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
679 Use objfile_name.
680 * machoread.c (macho_symtab_read, macho_check_dsym)
681 (macho_symfile_relocate): Likewise.
682 * maint.c (maintenance_translate_address): Likewise.
683 * minidebug.c (find_separate_debug_file_in_section): Likewise.
684 * minsyms.c (install_minimal_symbols): Likewise.
685 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
686 original_name.
687 (filter_overlapping_sections): Use objfile_name.
688 (objfile_name): New function.
689 * objfiles.h (struct objfile): Rename field name to original_name.
690 (objfile_name): New prototype.
691 * printcmd.c (sym_info, address_info): Use objfile_name.
692 * probe.c (parse_probes, collect_probes, compare_probes)
693 (info_probes_for_ops): Likewise.
694 * progspace.c (clone_program_space): Likewise.
695 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
696 (maintenance_info_psymtabs): Likewise.
697 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
698 (source_section_scripts): Likewise.
699 * python/py-objfile.c (objfpy_get_filename): Likewise.
700 * python/py-progspace.c (pspy_get_filename): Likewise.
701 * solib-aix.c (solib_aix_get_toc_value): Likewise.
702 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
703 * solib.c (solib_read_symbols): Likewise.
704 * stabsread.c (scan_file_globals): Likewise.
705 * stap-probe.c (handle_stap_probe): Likewise.
706 * symfile.c (symbol_file_clear, separate_debug_file_exists)
707 (find_separate_debug_file_by_debuglink): Likewise.
708 (reread_symbols): Likewise. Use the objfile field name renamed to
709 original_name.
710 (allocate_symtab): Use objfile_name.
711 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
712 (dump_objfile, dump_msymbols, dump_symtab_1)
713 (maintenance_print_msymbols, maintenance_print_objfiles)
714 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
715 * target.c (target_translate_tls_address, target_info): Likewise.
716 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
717 objfile_name.
718
4721dc18
JK
7192013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
720
721 Code cleanup.
722 * probe.c (parse_probes): Rename variable objfile_name to
723 objfile_namestr.
724
a61d6db8
JK
7252013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
726
727 Remove solib-sunos.c.
728 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
729 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
730 * objfiles.c (rt_common_objfile): Remove.
731 (free_objfile): Remove rt_common_objfile comparison.
732 * objfiles.h (rt_common_objfile): Remove.
733 * solib-sunos.c: Remove.
734 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
735
2659903b
JK
7362013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
737
738 Remove a.out NetBSD and OpenBSD hosts.
739 * NEWS (Removed native configurations): New.
740 * config/arm/nbsdaout.mh: Remove.
741 * config/i386/nbsdaout.mh: Remove.
742 * config/i386/obsdaout.mh: Remove.
743 * config/m68k/nbsdaout.mh: Remove.
744 * config/sparc/nbsdaout.mh: Remove.
745 * config/vax/nbsdaout.mh: Remove.
746 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
747 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
748 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
749 error.
750 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
751 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
752 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
753
f60e2d5c
TT
7542013-09-23 Tom Tromey <tromey@redhat.com>
755
756 * linespec.c (struct minsym_and_objfile): Remove.
757 (minsym_and_objfile_d): Remove.
758 (struct linespec, struct collect_info, linespec_parse_basic)
759 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
760 (compare_msymbols, find_method, find_function_symbols)
761 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
762 (add_minsym, search_minsyms_for_name): Update.
763
d3eaaf66
AB
7642013-09-23 Andrew Burgess <aburgess@broadcom.com>
765
766 * regcache.c: Add include of valprint.h.
767 (dump_endian_bytes): Delete.
768 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
769
2cc762b5
AB
7702013-09-23 Andrew Burgess <aburgess@broadcom.com>
771
772 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
773
96181529
PA
7742013-09-19 Pedro Alves <palves@redhat.com>
775
776 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
777 breakpoints.
778
9b3f3ee6
TS
7792013-09-19 Pedro Alves <palves@redhat.com>
780 Thomas Schwinge <thomas@codesourcery.com>
781 Yue Lu <hacklu.newborn@gmail.com>
782
783 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
784 Take a gdb_byte pointer instead of a char pointer.
785
786 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
787 gnu_xfer_partial helper.
788 (gnu_xfer_partial): New function.
789 (gnu_target): Don't install a deprecated_xfer_memory hook.
790 Install a to_xfer_partial hook.
791
69150c3d
JK
7922013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
793
794 Constification.
795 * main.c (captured_main): Replace catch_command_errors by
796 catch_command_errors_const. Twice.
797 * symfile.c (symbol_file_add_main_1): Make args parameter const.
798 (symbol_file_add): Make name parameter const.
799 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
800 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
801 variable name. Change their usage accordingly.
802 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
803 const.
804 (symbol_file_add_main): Make args parameter const.
805
086850b2
UW
8062013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
807 Ulrich Weigand <uweigand@de.ibm.com>
808
809 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
810 of c_value member.
811 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
812
ca08a94c 8132013-09-18 Pedro Alves <palves@redhat.com>
d255f61f 814 Yue Lu <hacklu.newborn@gmail.com>
ca08a94c
PA
815
816 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
817 (gnu_create_inferior)
818 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
819 (set_sig_thread_cmd): Use the lwpid field of ptids to
820 store/extract thread ids instead of the tid field.
821 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
822
e4c6a2c4
AB
8232013-09-18 Andrew Burgess <aburgess@broadcom.com>
824
825 * infcmd.c (default_print_one_register_info): Add detection of
826 optimized out values.
827 (default_print_registers_info): Switch to using
828 get_frame_register_value.
829
58c48e72
MM
8302013-09-18 Markus Metzger <markus.t.metzger@intel.com>
831
832 * infrun.c (handle_inferior_event): Check if we know the
833 function start address before setting a resume breakpoint.
834
c8d37639
PA
8352013-09-18 Pedro Alves <palves@redhat.com>
836
837 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
838 minus_one_ptid instead of looking at the ptid's tid field and
839 comparing that to -1.
840
71926e28
AB
8412013-09-18 Andrew Burgess <aburgess@broadcom.com>
842
843 * main.h (get_gdb_program_name): Remove extra whitespace.
844
c88a1531
AB
8452013-09-18 Andrew Burgess <aburgess@broadcom.com>
846
847 * main.h (get_gdb_program_name): Add declaration.
848 * main.c (get_gdb_program_name): Add definition.
849
4390d890
DE
8502013-09-17 Doug Evans <dje@google.com>
851
852 * dwarf2read.c: Move definitions of complaint functions to after
853 forward declarations of local functions.
854
49fa26b0
PA
8552013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
856 Pedro Alves <palves@redhat.com>
857
858 PR gdb/11568
859 * breakpoint.c (remove_threaded_breakpoints): New function.
860 (_initialize_breakpoint): Attach remove_threaded_breakpoints
861 as thread_exit observer.
862
08d72866
PA
8632013-09-17 Pedro Alves <palves@redhat.com>
864
865 PR gdb/15911
866 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
867 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
868 * corelow.c (core_open):
869 * frame.h (print_stack_frame, print_frame_info): New
870 'set_current_sal' parameter.
871 * infcmd.c (finish_command, kill_command): Adjust call to
872 print_stack_frame.
873 * inferior.c (inferior_command): Likewise.
874 * infrun.c (normal_stop): Likewise.
875 * linux-fork.c (linux_fork_context): Likewise.
876 * record-full.c (record_full_goto_entry, record_full_restore):
877 Likewise.
878 * remote-mips.c (common_open): Likewise.
879 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
880 Use it.
881 (print_frame_info): New 'set_current_sal' parameter. Set the last
882 displayed sal depending on the new paremeter instead of looking at
883 print_what.
884 (backtrace_command_1, select_and_print_frame, frame_command)
885 (current_frame_command, up_command, down_command): Adjust call to
886 print_stack_frame.
887 * thread.c (print_thread_info, restore_selected_frame)
888 (do_captured_thread_select): Adjust call to print_stack_frame.
889 * tracepoint.c (tfind_1): Likewise.
890 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
891 (mi_cmd_stack_info_frame): Likewise.
892 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
893 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
894
6bc305f5
SDJ
8952013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
896
897 * value.c (isvoid_internal_fn): Replace "parameter" with
898 "argument".
899
0a7cfe2c
SS
9002013-09-16 Stan Shebs <stan@codesourcery.com>
901
902 * README: Update references to writing code for GDB.
903 * configure.ac (build_warnings): Remove obsolete comment.
904 * configure: Regenerate.
905 * gdbarch.sh: Remove references to gdbint.texinfo.
906 * gdbarch.h: Regenerate.
907 * gdbtypes.c (objfile_type): Remove comments referencing internals
908 manual and D10V.
909
a280dbd1
SDJ
9102013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
911
912 * NEWS: Mention new convenience function $_isvoid.
913 * value.c (isvoid_internal_fn): New function.
914 (_initialize_values): Add new convenience function $_isvoid.
915
04a83fee
PM
9162013-09-16 Pierre Muller <muller@sourceware.org>
917
918 * arm-linux-tdep.c: Add "elf/common.h" header.
919 Remove AT_HWCAP macro definintion as it is provided in
920 added include file.
921 * s390-tdep.c: Remove system header <elf.h>
922 Add "elf/common.h" header for AT_HWCAP definition.
923 (s390_core_read_description): Use correct CORE_ADDR
924 for hwcap local variable used as third parameter
925 of function target_auxv_search.
926
88505fac
PM
9272013-09-14 Pierre Muller <muller@sourceware.org>
928 Tom Tromey <tromey@redhat.com>
929 Pedro Alves <palves@redhat.com>
930
931 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
932 mode if operating system doesn't know O_CLOEXEC.
933
d3846e71
JK
9342013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
935
936 Code cleanup.
937 * symfile.c (reread_symbols): Move variable obfd_filename to a more
938 inner block.
939
4ac33720
UW
9402013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
941
942 * NEWS: Mention TDB support.
943 * features/s390-tdb.xml: New file.
944 * features/s390-te-linux64.xml: New file.
945 * features/s390x-te-linux64.xml: New file.
946 * features/Makefile (WHICH): Add new tdescs above.
947 (s390-te-linux64-expedite): Set.
948 (s390x-te-linux64-expedite): Set.
949 * features/s390-te-linux64.c: New file (generated).
950 * features/s390x-te-linux64.c: New file (generated).
951 * regformats/s390-te-linux64.dat: New file (generated).
952 * regformats/s390x-te-linux64.dat: New file (generated).
953 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
954 (HWCAP_S390_TE): Likewise.
955 (S390_TDB_DWORD0_REGNUM): Likewise.
956 (S390_TDB_DWORD0_REGNUM): Likewise.
957 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
958 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
959 (S390_TDB_ATIA_REGNUM): Likewise.
960 (S390_TDB_R0_REGNUM): Likewise.
961 (S390_TDB_R1_REGNUM): Likewise.
962 (S390_TDB_R2_REGNUM): Likewise.
963 (S390_TDB_R3_REGNUM): Likewise.
964 (S390_TDB_R4_REGNUM): Likewise.
965 (S390_TDB_R5_REGNUM): Likewise.
966 (S390_TDB_R6_REGNUM): Likewise.
967 (S390_TDB_R7_REGNUM): Likewise.
968 (S390_TDB_R8_REGNUM): Likewise.
969 (S390_TDB_R9_REGNUM): Likewise.
970 (S390_TDB_R10_REGNUM): Likewise.
971 (S390_TDB_R11_REGNUM): Likewise.
972 (S390_TDB_R12_REGNUM): Likewise.
973 (S390_TDB_R13_REGNUM): Likewise.
974 (S390_TDB_R14_REGNUM): Likewise.
975 (S390_TDB_R15_REGNUM): Likewise.
976 (S390_NUM_REGS): Increase.
977 (S390_IS_TDBREGSET_REGNUM): New macro.
978 (s390_regmap_tdb): Declare.
979 (s390_sizeof_tdbregset): Define.
980 (tdesc_s390_te_linux64): Declare.
981 (tdesc_s390x_te_linux64): Likewise.
982 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
983 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
984 (s390_regmap_tdb): New regmap.
985 (s390_supply_tdb_regset): New function.
986 (s390_tdb_regset): New regset.
987 (s390_linux64v2_regset_sections): Add TDB regset to list.
988 (s390x_linux64v2_regset_sections): Likewise.
989 (s390_regset_from_core_section): Recognize TDB core note section.
990 (s390_core_read_description): If HWCAP indicates TE support,
991 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
992 (s390_gdbarch_init): Handle TDB regset.
993 (_initialize_s390_tdep): Initialize new tdescs.
994 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
995 (have_regset_tdb): New variable.
996 (s390_native_supply): Support register invalidation.
997 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
998 (check_regset): Treat ENODATA as "regset exists".
999 (s390_linux_fetch_inferior_registers): Add TDB.
1000 (s390_read_description): Check for TDB existence and select
1001 appropriate tdesc.
1002 * gdbserver/Makefile.in (clean): Add removal of new makefile
1003 targets.
1004 (s390-te-linux64.c): New makefile target.
1005 (s390x-te-linux64.c): Likewise.
1006 * gdbserver/configure.srv (srv_regobj): Append new objects
1007 s390-te-linux64.o and s390x-te-linux64.o.
1008 (srv_xmlfiles): Append new files s390-te-linux64.xml,
1009 s390x-te-linux64.xml, and s390-tdb.xml.
1010 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1011 declaration.
1012 (tdesc_s390_te_linux64): Likewise.
1013 (init_registers_s390x_te_linux64): Likewise.
1014 (tdesc_s390x_te_linux64): Likewise.
1015 (s390_check_regset): Treat ENODATA as "regset exists".
1016 (s390_arch_setup): Add TDB regset support.
1017 (initialize_low_arch): Initialize registers for new tdescs.
1018
2ccd1468
UW
10192013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1020
1021 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1022 (S390_IS_FPREGSET_REGNUM): New macro.
1023 * s390-tdep.c (s390_dwarf_regmap): Make const.
1024 (regnum_is_gpr_full): New function for replacing repeated code.
1025 (s390_pseudo_register_name): Use it.
1026 (s390_pseudo_register_type): Likewise.
1027 (s390_pseudo_register_read): Likewise.
1028 (s390_pseudo_register_write): Likewise.
1029 (s390_unwind_pseudo_register): Likewise.
1030 (s390_regmap_gregset): New format for regmap.
1031 (s390x_regmap_gregset): Likewise.
1032 (s390_regmap_fpregset): Likewise.
1033 (s390_regmap_upper): Likewise.
1034 (s390_regmap_last_break): Likewise.
1035 (s390_regmap_system_call): Likewise.
1036 (s390_supply_regset): Adjust to new regmap format.
1037 (s390_collect_regset): Likewise.
1038 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1039 (s390_native_collect): Likewise.
1040 (supply_gregset): Likewise.
1041 (fill_gregset): Likewise.
1042 (supply_fpregset): Likewise.
1043 (fill_fpregset): Likewise.
1044 (fetch_regset): Likewise.
1045 (store_regset): Likewise.
1046 (s390_linux_fetch_inferior_registers): Likewise.
1047 (s390_linux_fetch_inferior_registers): Likewise.
1048
1aa4cd77
AP
10492013-09-12 Andrew Pinski <apinski@cavium.com>
1050
1051 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1052
d91fab15
UW
10532013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1054
1055 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1056
5a5d8ead
AB
10572013-09-09 Andrew Burgess <aburgess@broadcom.com>
1058
1059 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1060
1385f66c
PA
10612013-09-06 Pedro Alves <palves@redhat.com>
1062
1063 * remote-sim.c (dump_mem, gdbsim_fetch_register)
1064 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
1065 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1066 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
1067 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
1068 gdb_stdlog.
1069
146ec4db
PA
10702013-09-06 Pedro Alves <palves@redhat.com>
1071
1072 * remote-sim.c (dump_mem): Constify buf parameter.
1073 gdbsim_xfer_inferior_memory): Rename to ...
1074 (gdbsim_xfer_memory): ... this. Adjust interface as
1075 target_xfer_partial helper.
1076 (gdbsim_xfer_partial): New function.
1077 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
1078 Install a to_xfer_partial hook. Send output to gdb_stdlog.
1079
fcde0081
PA
10802013-09-06 Pedro Alves <palves@redhat.com>
1081
1082 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
1083 host_address_to_string, and send debug output to gdb_stdlog.
1084
749c8b38
RW
10852013-09-06 Ricard Wanderlof <ricardw@axis.com>
1086
1087 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
1088 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
1089 gdb_target_obs for cris target.
1090 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
1091 (cris_gdbarch_init): Move calls to
1092 set_gdbarch_fetch_tls_load_module_address and
1093 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
1094 Add call to gdbarch_init_osabi.
1095 * cris-linux-tdep.c: New file.
1096 * cris-tdep.h: New file.
1097
43df09d9
AB
10982013-09-06 Andrew Burgess <aburgess@broadcom.com>
1099
1100 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
1101 to deprecated_init_ui_hook.
1102
4d09c5b4
AB
11032013-09-06 Andrew Burgess <aburgess@broadcom.com>
1104
1105 * cli/cli-interp.c (_initialize_cli_interp): Add a
1106 command_loop_proc to interp_procs.
1107 * event-top.c (cli_command_loop): Change signature to match
1108 interp_command_loop_ftype.
1109 * event-top.h (cli_command_loop): Same.
1110 * interps.c (interp_new): Require every interpreter to have a
1111 command_loop_proc.
1112 (current_interp_command_loop): Just call the command_loop_proc on
1113 the current interpreter.
1114 * tui/tui-interp.c (_initialize_tui_interp): Add a
1115 command_loop_proc to interp_procs.
1116
8eb3d7b6
RW
11172013-09-06 Ricard Wanderlof <ricardw@axis.com>
1118
1119 * cris-tdep.c (cris_gdbarch_init): Add call to
1120 get_gdbarch_fetch_tls_load_module_address.
1121
18b3c2f5
RW
11222013-09-06 Ricard Wanderlof <ricardw@axis.com>
1123
1124 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
1125 (cris_elf_gregset_t): Rename from elf_gregset_t.
1126 (crisv32_elf_gregset_t): Adjust.
1127 (cris_supply_gregset, fetch_core_registers): Adjust.
1128
dc8636ef
RW
11292013-09-06 Ricard Wanderlof <ricardw@axis.com>
1130
1131 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
1132
257e6d53
AB
11332013-09-05 Andrew Burgess <aburgess@broadcom.com>
1134
1581d8a7 1135 * defs.h (deprecated_command_loop_hook): Remove, including
257e6d53 1136 references in comments.
1581d8a7 1137 * interps.c (current_interp_command_loop): No longer use
257e6d53
AB
1138 deprecated_command_loop_hook.
1139 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
1140 setup.
1581d8a7 1141 * top.c (deprecated_command_loop_hook): Remove.
257e6d53 1142
7c33b57c
PA
11432013-09-05 Pedro Alves <palves@redhat.com>
1144
1145 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
1146 local is now int instead of ULONGEST. Print it with %d
1147 instead of paddress.
1148
9f8edbd5
TG
11492013-09-05 Tristan Gingold <gingold@adacore.com>
1150
1151 * MAINTAINERS: Remove avr maintainership.
1152
d5b495b4
PA
11532013-09-05 Pedro Alves <palves@redhat.com>
1154
1155 * findvar.c (value_of_register): Rework in terms of
1156 value_of_register_lazy.
1157
40b91786
MB
11582013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
1159
1160 * symfile.c (add_symbol_file_command): Remove trailing
1161 whitespaces and blank line after comment.
1162
6eed1678
PA
11632013-09-05 Pedro Alves <palves@redhat.com>
1164
1165 * tui/tui-regs.c (tui_register_format): Don't look at the
1166 register's name here. Return string representing register
1167 value instead of storing it in the data element.
1168 (tui_get_register): Compare register string representations
1169 instead of register value states and contents.
1170
8eb6bda2
PA
11712013-09-05 Pedro Alves <palves@redhat.com>
1172
1173 PR tui/15933
1174 * tui/tui-regs.c (tui_show_registers): Show registers of the
1175 selected frame, not the current frame.
1176
48b1f08c
RW
11772013-09-05 Ricard Wanderlof <ricardw@axis.com>
1178
1179 * MAINTAINERS (Write After Approval): Add myself to the list.
1180
89e63ee4
DE
11812013-09-04 Doug Evans <dje@google.com>
1182
1183 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
1184 (queue_and_load_dwo_tu): New function.
1185 (lookup_dwo_signatured_type): Set per_cu.tu_read.
1186 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
1187 Make dependent_cu optional.
1188 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
1189 and an older .gdb_index is in use, queue and load all its TUs too.
1190
492c0ab7
JK
11912013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1192
1193 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
1194 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
1195 variable search_flags.
1196 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
1197 (OPF_RETURN_REALPATH): ... here.
1198 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
1199 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
1200 call. Twice.
1201 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
1202 openp call.
1203 * solib.c (solib_find): Likewise. Four times.
1204 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
1205 in the function comment and for the realpath_fptr variable.
1206 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
1207 (find_and_open_source): Likewise. Twice.
1208 * symfile.c (symfile_bfd_open): Likewise, also twice.
1209
23a44de8
DE
12102013-09-04 Doug Evans <dje@google.com>
1211
1212 * progspace.c (save_current_space_and_thread): Remove unnecessary
1213 call to save_current_inferior.
1214
47061676
AB
12152013-09-04 Andrew Burgess <aburgess@broadcom.com>
1216
1217 * sh64-tdep.c (sh64_do_register): Return after printing message
1218 about unavailable register contents.
1219
41dc8db8
MB
12202013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
1221 Pedro Alves <palves@redhat.com>
1222
1223 * symfile.c (add_symbol_file_command): Error out on unknown
1224 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
1225 options and collapse into single conditional branch.
1226
07107ca6
LM
12272013-09-03 Luis Machado <lgustavo@codesourcery.com>
1228
a7ea61cf 1229 * inf-child.c (inf_child_follow_fork): New parameter
07107ca6
LM
1230 detach_fork.
1231 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
1232 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
1233 * inferior.h (detach_fork): Remove.
1234 * infrun.c (detach_fork): Adjust comment and make it
1235 static.
1236 (follow_fork): Pass detach_fork parameter to
1237 target_follow_fork.
1238 * linux-nat.c (linux_child_follow_fork): New parameter
1239 detach_fork.
1240 * target.c (target_follow_fork): New parameter detach_fork.
1241 Pass detach_fork as parameter and print its value.
1242 * target.h (struct target_ops) <to_follow_fork>: New int
1243 parameter.
1244 (target_follow_fork): New parameter detach_fork.
1245
3bec2768
JB
12462013-09-03 Joel Brobecker <brobecker@adacore.com>
1247
1248 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
1249 Replace sec->bfd by sec->the_bfd_section->owner.
1250
c01cbb3d
YQ
12512013-09-03 Yao Qi <yao@codesourcery.com>
1252
1253 * linux-tdep.c (linux_is_uclinux): New function. Code moved
1254 from linux_has_shared_address_space.
1255 (linux_has_shared_address_space): Call linux_is_uclinux.
1256 * linux-tdep.h (linux_is_uclinux): Declare.
1257 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
1258 linux_is_uclinux.
1259
7b00db47
YQ
12602013-09-03 Yao Qi <yao@codesourcery.com>
1261
1262 * config/djgpp/fnchange.lst: Remove entry of
1263 i386-interix-nat.c and i386-interix-tdep.c.
1264 * configure.ac: Remove '*-*-interix*'.
1265 * configure: Re-generated.
1266 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
1267 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
1268 obsolete comments.
1269 * osabi.c (gdb_osabi_names): Remove "Interix".
1270
0f9741f2
YQ
12712013-09-03 Yao Qi <yao@codesourcery.com>
1272
1273 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
1274
1e038f67
MM
12752013-09-02 Markus Metzger <markus.t.metzger@intel.com>
1276
1277 * record.h (record_print_flag) <record_print_src_line,
1278 record_print_insn_range>: Rename into ...
1279 (record_print_flag) <record_print_src_line,
1280 record_print_insn_range>: ... this. Update all users.
1281
9e52adf9
PM
12822013-09-02 Pierre Muller <muller@sourceware.org>
1283
1284 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
1285 error code.
1286
a2388568
PM
12872013-09-02 Pierre Muller <muller@sourceware.org>
1288
1289 * windows-nat.c (windows_xfer_memory): Fix compilation failure
1290 by use of plongest function.
1291
9058cc3a
TG
12922013-09-02 Tristan Gingold <gingold@adacore.com>
1293
1294 * NEWS: Add entry mentioning support for native Windows x64
1295 SEH data.
1296
1297 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
1298 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
1299 (struct amd64_windows_frame_cache): New struct.
1300 (amd64_windows_w2gdb_regnum): New global.
1301 (pc_in_range, amd64_windows_frame_decode_epilogue)
1302 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
1303 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
1304 (amd64_windows_frame_this_id): New functions.
1305 (amd64_windows_frame_unwind): New static global.
1306 (amd64_windows_skip_prologue): New function.
1307 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
1308 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
1309 with amd64_windows_skip_prologue.
1310
3161820b 13112013-08-30 Joel Brobecker <brobecker@adacore.com>
1312
1313 GDB 7.6.1 released.
1314
02457c76
PA
13152013-08-30 Pedro Alves <palves@redhat.com>
1316
1317 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
1318 SRC_AND_LOC.
1319
e0162910
PA
13202013-08-30 Pedro Alves <palves@redhat.com>
1321
1322 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
1323 warning text.
1324
6391ce51
PA
13252013-08-30 Pedro Alves <palves@redhat.com>
1326
1327 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1328 Adjust arguments to print_stack_frame.
1329
d1da0587
PA
13302013-08-30 Pedro Alves <palves@redhat.com>
1331
1332 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
1333
adfd8245
PA
13342013-08-30 Pedro Alves <palves@redhat.com>
1335
1336 * frame.h (show_and_print_stack_frame): Delete declaration.
1337
96d9056e
PM
13382013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1339
1340 PR python/15461
1341
1342 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
1343 (archpy_name): Check for valid architecture.
1344 (archpy_disassemble): Ditto.
1345
11cb8762
JB
13462013-08-29 Joel Brobecker <brobecker@adacore.com>
1347
1348 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
1349 instead of "long long" in call to ptrace64.
1350
1af12a7d
AB
13512013-08-29 Andrew Burgess <aburgess@broadcom.com>
1352
1353 * mi/mi-interp.c (mi_command_loop): Change signature to match
1354 interp_command_loop_ftype.
1355 (mi1_command_loop): Remove.
1356 (mi2_command_loop): Remove.
1357 (mi3_command_loop): Remove.
1358 (mi_interpreter_resume): Remove setting of
1359 deprecated_command_loop_hook.
1360 (_initialize_mi_interp): Set mi_command_loop as the command loop
1361 callback.
1362
acc900c2
SA
13632013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1364
1365 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
1366 value_type.
1367
548b762d
SA
13682013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1369
1370 * value.c (allocate_value_contents): Make static.
1371 * value.h (allocate_value_contents): Remove prototype.
1372
08039c9e
SA
13732013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1374
1375 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
1376 of assembling value via allocate_value_lazy and attribute setter.
1377 * findvar.c (default_read_var_value): Use value_at_lazy instead of
1378 assembling value via allocate_value_lazy and attribute setter.
1379 * valops.c (do_search_struct_field): Use value_at_lazy instead of
1380 assembling value via allocate_value_lazy and attribute setter.
1381
314c7de9
SA
13822013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1383
1384 * value.c (value_from_contents_and_address): Replace allocate_value and
1385 memcpy with value_from_contents.
1386
8f28f522
PM
13872013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1388
1389 * python/py-framefilter.c (py_print_frame): Remove usage of
1390 PyString_AsString. Use python_string_to_host_string instead.
1391 Refactor function to work with a string as a new allocation
1392 instead of a pointer.
1393 (py_print_frame): Ditto.
1394 * python/lib/gdb/frames.py (return_list): Cain iterators together
1395 instead of adding them as a list.
1396 (_sort_list): Call return_list, and remove duplicate code.
1397 (execute_frame_filters): Convert iterator to a list with list().
1398 * python/lib/gdb/command/frame_filters.py
1399 (SetFrameFilterPriority._set_filter_priority): Convert priority
1400 attribute to an integer.
1401 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
1402 wrapper function __next__.
1403 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
1404 define as "str".
1405
8ee002df
PM
14062013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1407
1408 PR python/15752
8ee002df
PM
1409 * python/py-framefilter.c (apply_frame_filter): Check
1410 gdb_python_initialized. Exit if the Python frame-filter code
1411 cannot be initialized.
1412
af4c453a
PM
14132013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1414
1415 PR cli/15842
af4c453a
PM
1416 * top.c (print_gdb_version): Remove erroneous newline after help
1417 text.
1418
bf8793bb
YQ
14192013-08-29 Yao Qi <yao@codesourcery.com>
1420
1421 * varobj.c (install_dynamic_child): Remove trailing space.
1422 Add one blank line after variable declaration.
1423
1f0c4988
JK
14242013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1425
1426 PR gdb/15415
1427 * corefile.c (get_exec_file): Use exec_filename.
1428 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
1429 * exec.c (exec_close): Free EXEC_FILENAME.
1430 (exec_file_attach): New variable canonical_pathname. Use
1431 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
1432 EXEC_FILENAME.
1433 * exec.h (exec_filename): New.
1434 * inferior.c (print_inferior, inferior_command): Use
1435 PSPACE_EXEC_FILENAME.
1436 * mi/mi-main.c (print_one_inferior): Likewise.
1437 * progspace.c (clone_program_space, print_program_space): Likewise.
1438 * progspace.h (struct program_space): New field pspace_exec_filename.
1439 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
1440 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
1441
59ee9f94
WN
14422013-08-28 Will Newton <will.newton@linaro.org>
1443
1444 * common/linux-ptrace.c: Include stdint.h unconditionally.
1445
c8a2a419
JK
14462013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1447
1448 Code cleanup.
1449 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
1450
ffa4ac95
YQ
14512013-08-28 Yao Qi <yao@codesourcery.com>
1452 Pedro Alves <palves@redhat.com>
1453
1454 * event-top.c (gdb_setup_readline): Call stderr_fileopen
1455 instead of stdio_fileopen.
1456 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
1457 .Call stderr_fileopen instead of stdio_fileopen.
1458 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
1459 [__MINGW32__] (stderr_file_fputs): New function.
1460 (stderr_fileopen): New function.
1461 * ui-file.h (stderr_fileopen): Declare.
1462
69d751e3
DE
14632013-08-27 Doug Evans <dje@google.com>
1464
1465 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
1466 (struct dwarf2_per_cu_data): Ditto.
1467 (maybe_queue_comp_unit): Delete forward decl. Add comment.
1468 (process_imported_unit_die): Ditto.
1469 (follow_die_sig_1): Simplify assert.
1470
44f38867
PA
14712013-08-27 Pedro Alves <palves@redhat.com>
1472
1473 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
1474 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
1475 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
1476 windows_xfer_memory directly.
1477 (init_windows_ops): Don't install a deprecated_xfer_memory method.
1478
d28d46b5
PA
14792013-08-27 Pedro Alves <palves@redhat.com>
1480
1481 * darwin-nat.c (darwin_xfer_memory): Delete.
1482 (_initialize_darwin_inferior): Don't install a
1483 deprecated_xfer_memory method.
1484
6211c335
YQ
14852013-08-27 Pedro Alves <pedro@codesourcery.com>
1486 Yao Qi <yao@codesourcery.com>
1487
1488 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
1489 (parse_no_frames_option): Remove.
1490 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
1491 (mi_cmd_stack_list_args): Adjust.
1492 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
1493 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
1494 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
1495 Caller update.
1496 (list_args_or_locals): New parameter 'skip_unavailable'.
1497 Handle it.
1498 * valprint.c (scalar_type_p): Rename to ...
1499 (val_print_scalar_type_p): ... this. Make extern.
1500 (val_print, value_check_printable): Adjust.
1501 * valprint.h (val_print_scalar_type_p): Declare.
1502 * value.c (value_entirely_unavailable): New function.
1503 * value.h (value_entirely_unavailable): Declare.
1504
1505 * NEWS: Mention the new option "--skip-unavailable" to MI
1506 commands '-stack-list-locals', '-stack-list-arguments' and
1507 '-stack-list-variables'.
1508
242f1fd7
YQ
15092013-08-27 Yao Qi <yao@codesourcery.com>
1510
1511 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
1512 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
1513 options.
1514 * mi/mi-getopt.c (mi_getopt): Remove.
1515 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
1516 'error_on_unknown'.
1517 (mi_getopt): Call mi_getopt_1.
1518 (mi_getopt_silent): New.
1519 * mi/mi-getopt.h (mi_getopt_silent): Declare.
1520
260b681b
DE
15212013-08-26 Doug Evans <dje@google.com>
1522
779bd270
DE
1523 PR symtab/15885
1524 * dwarf2read.c (dw2_dump): Print some minimal information indicating
1525 .gdb_index is in use.
1526 * symfile.c (reread_symbols): Reset objfile->sf.
1527
52e260a3
DE
1528 * NEWS: Document "mt print objfiles" now takes optional regexp.
1529 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
1530 regexp of objfiles to print.
1531 (_initialize_symmisc): Update doc string for "mt print objfiles".
1532
260b681b
DE
1533 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
1534 missing debug info checks.
1535
a85c52f2
UW
15362013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
1537 Ulrich Weigand <uweigand@de.ibm.com>
1538
1539 * xcoffread.c (arrange_linetable): Add fix to correctly handle
1540 line tables generated by XLC compiled binaries.
1541
4f00dda3
DE
15422013-08-23 Doug Evans <dje@google.com>
1543
db68bbae
DE
1544 * symmisc.c (dump_symtab): Delete prototype.
1545 (dump_msymbols, dump_objfile): Ditto.
1546 (maintenance_info_symtabs): Mark as dont_repeat.
1547 (_initialize_symmisc): Improve doc string for "mt info symtabs".
1548
4f00dda3
DE
1549 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
1550 debugging printf to better location.
1551
23d577b0
PA
15522013-08-23 Pedro Alves <palves@redhat.com>
1553
1554 * target.c (target_read_live_memory): Change type of 'ret' local
1555 to LONGEST.
1556
00d84524
PA
15572013-08-23 Pedro Alves <palves@redhat.com>
1558
1559 * remote.c (remote_write_bytes_aux, remote_write_bytes)
1560 (remote_read_bytes): Change return type to LONGEST, and adjust to
1561 return a target_xfer_error on error.
1562 (remote_xfer_memory): Delete.
1563 (remote_flash_write): Change type of 'ret' local to LONGEST.
1564 (remote_xfer_partial, remote_xfer_partial): Adjust.
1565 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
1566
1ed3ee94
PM
15672013-08-23 Pierre Muller <muller@sourceware.org>
1568
1569 ARI fix: Push # directives to start of line.
1570 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
1571
9eaabc75
MW
15722013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
1573
1574 PR gdb/15501
1575 * breakpoint.c (enable_command, disable_command): Iterate over
1576 all specified breakpoint locations.
1577
101158d9
LM
15782013-08-22 Luis Machado <lgustavo@codesourcery.com>
1579
1580 * common/linux-ptrace.c (linux_fork_to_function): Push #
1581 directives to the start of the line.
1582 (linux_check_ptrace_features): Fix warning message to use
1583 the "_" markup.
1584
96d7229d
LM
15852013-08-22 Luis Machado <lgustavo@codesourcery.com>
1586
1587 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
1588 nat/linux-waitpid.h.
1589 (linux-waitpid.o): New object file rule.
1590 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
1591 (current_ptrace_options): Moved from linux-nat.c.
1592 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
1593 parameters.
1594 (linux_fork_to_function): New function.
1595 (linux_grandchild_function): Likewise.
1596 (linux_child_function): Likewise.
1597 (linux_check_ptrace_features): New function, heavily
1598 based on linux-nat.c:linux_test_for_tracefork.
1599 (linux_enable_event_reporting): New function.
1600 (ptrace_supports_feature): Likewise.
1601 (linux_supports_tracefork): Likewise.
1602 (linux_supports_traceclone): Likewise.
1603 (linux_supports_tracevforkdone): Likewise.
1604 (linux_supports_tracesysgood): Likewise.
1605 * common/linux-ptrace.h (HAS_NOMMU): Moved from
1606 gdbserver/linux-low.c.
1607 (linux_enable_event_reporting): New declaration.
1608 (linux_supports_tracefork): Likewise.
1609 (linux_supports_traceclone): Likewise.
1610 (linux_supports_tracevforkdone): Likewise.
1611 (linux_supports_tracesysgood): Likewise.
1612 * config.in (PTRACE_TYPE_ARG4): Regenerate.
1613 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
1614 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
1615 * config/arm/linux.mh (NATDEPFILES): Likewise.
1616 * config/i386/linux.mh (NATDEPFILES): Likewise.
1617 * config/i386/linux64.mh (NATDEPFILES): Likewise.
1618 * config/ia64/linux.mh (NATDEPFILES): Likewise.
1619 * config/m32r/linux.mh (NATDEPFILES): Likewise.
1620 * config/m68k/linux.mh (NATDEPFILES): Likewise.
1621 * config/mips/linux.mh (NATDEPFILES): Likewise.
1622 * config/pa/linux.mh (NATDEPFILES): Likewise..
1623 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
1624 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
1625 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
1626 * config/sparc/linux.mh (NATDEPFILES): Likewise.
1627 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
1628 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
1629 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
1630 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
1631 ptrace's 4th argument's types.
1632 Check the type of PTRACE_TYPE_ARG4.
1633 * configure: Regenerate.
1634 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
1635 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
1636 (linux_supports_tracefork_flag): Remove.
1637 (linux_supports_tracesysgood_flag): Likewise.
1638 (linux_supports_tracevforkdone_flag): Likewise.
1639 (current_ptrace_options): Moved to
1640 common/linux-ptrace.c.
1641 (linux_tracefork_child): Remove.
1642 (my_waitpid): Remove.
1643 (linux_test_for_tracefork): Renamed to
1644 linux_check_ptrace_features and moved to common/linux-ptrace.c.
1645 (linux_test_for_tracesysgood): Remove.
1646 (linux_supports_tracesysgood): Remove.
1647 (linux_supports_tracefork): Remove.
1648 (linux_supports_tracevforkdone): Remove.
1649 (linux_enable_tracesysgood): Remove.
1650 (linux_enable_event_reporting): Remove.
1651 (linux_init_ptrace): New function.
1652 (linux_child_post_attach): Call linux_init_ptrace.
1653 (linux_child_post_startup_inferior): Call linux_init_ptrace.
1654 (linux_child_follow_fork): Call linux_supports_tracefork
1655 and linux_supports_tracevforkdone.
1656 (linux_child_insert_fork_catchpoint): Call
1657 linux_supports_tracefork.
1658 (linux_child_insert_vfork_catchpoint): Likewise.
1659 (linux_child_set_syscall_catchpoint): Call
1660 linux_supports_tracesysgood.
1661 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
1662 * nat/linux-nat.h: New file.
1663 * nat/linux-waitpid.c: New file.
1664 * nat/linux-waitpid.h: New file.
1665
9f948660
SDJ
16662013-08-22 Samuel Bronson <naesten@gmail.com>
1667
1668 ARM Linux support for `catch syscall'.
1669 * syscalls/arm-linux.py: New file.
1670 * syscalls/arm-linux.xml: Likewise.
1671 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
1672 (arm_linux_init_abi): Register the new function and syscall xml file.
1673 * data-directory/Makefile.in: Install the new syscall xml file.
1674 * NEWS: Brag about this.
1675
6be7b56e
PA
16762013-08-22 Pedro Alves <palves@redhat.com>
1677
1678 PR gdb/15871
1679 * corefile.c (target_xfer_memory_error): New function.
1680 (memory_error): Defer EIO to target_memory_error.
1681 (read_memory): Use target_xfer_partial, and handle finer-grained
1682 target xfer errors.
1683 * target.c (target_xfer_error_to_string): New function.
1684 (memory_xfer_partial_1): If memory is known to be
1685 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
1686 (target_xfer_partial): Make extern.
1687 * target.h (enum target_xfer_error): New enum.
1688 (target_xfer_error_to_string): Declare function.
1689 (target_xfer_partial): Declare function.
1690 (struct target_ops) <xfer_partial>: Adjust describing comment.
1691
bcbec14e
AM
16922013-08-22 Alan Modra <amodra@gmail.com>
1693
1694 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
1695 * configure.tgt: Likewise as targets.
1696
fc474241
DE
16972013-08-20 Doug Evans <dje@google.com>
1698
1699 * buildsym.c (subfile_stack): Move here from buildsym.h.
1700 (pending_macros): Ditto.
1701 (get_macro_table): New function.
1702 (buildsym_init): Initialize subfile_stack.
1703 * coffread.c (type_vector,type_vector_length): Moved here from
1704 buildsym.h.
1705 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
1706 (coff_symtab_read): Use it.
1707 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
1708 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
1709 with call to get_macro_table.
1710 * stabsread.c (type_vector,type_vector_length): Moved here from
1711 buildsym.h.
1712 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
1713 * buildsym.h (get_macro_table): Declare.
1714
bec71544
TT
17152013-08-20 Tom Tromey <tromey@redhat.com>
1716
1717 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
1718 Update.
1719 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
1720
0002ad5f
DE
17212013-08-20 Doug Evans <dje@google.com>
1722
1723 * blockframe.c: Remove #include "psymtab.h".
1724 * cp-support.c: Ditto.
1725 * source.c: Ditto.
1726 * stack.c: Ditto.
1727
df302446
TT
17282013-08-20 Tom Tromey <tromey@redhat.com>
1729
1730 PR python/15816:
1731 * exceptions.h (return_mask): Now an enum.
1732 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
1733 enum constants.
1734
df6d5441
TT
17352013-08-20 Tom Tromey <tromey@redhat.com>
1736
1737 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
1738 get_objfile_arch.
1739 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
1740 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
1741 * jit.c (jit_object_close_impl): Update.
1742 * jv-lang.c (get_dynamics_objfile): Update.
1743 * linespec.c (add_minsym): Use get_dynamics_objfile.
1744 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
1745 (allocate_objfile): Don't initialize 'gdbarch' field.
1746 (get_objfile_arch): Update.
1747 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
1748 moved from...
1749 (struct objfile) <gdbarch>: ... here. Remove.
1750 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
1751 get_objfile_arch.
1752 * symfile.c (init_entry_point_info): Use get_objfile_arch.
1753
f5aee5ee
AM
17542013-08-20 Alan Modra <amodra@gmail.com>
1755
1756 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
1757 for IBM long double nan and inf.
1758 (floatformat_is_negative, floatformat_classify,
1759 floatformat_mantissa): Similarly.
1760 (floatformat_ieee_single, floatformat_ieee_double,
1761 floatformat_ieee_quad, floatformat_arm_ext,
1762 floatformat_ia64_spill): Delete unused vars.
1763 (_initialize_doublest): Delete unused function.
1764 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
1765 little-endian variants of floatformat_ibm_long_double.
1766
33b60d58 17672013-08-19 Luis Machado <lgustavo@codesourcery.com>
f5aee5ee 1768
33b60d58
LM
1769 * Makefile.in (SFILES): Remove common/target-common.c and
1770 add target/waitstatus.c.
1771 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
1772 target/resume.h, target/wait.h and target/waitstatus.h.
1773 (COMMON_OBS): Remove target-common.o and add
1774 waitstatus.o.
1775 (target-common.o): Remove.
1776 (waitstatus.o): New target object file.
1777 * common/target-common.c: Move contents to
1778 target/waitstatus.c and remove.
1779 * common/target-common.h: Move contents to other files and
1780 remove.
1781 (enum resume_kind: Move to target/resume.h.
1782 (TARGET_WNOHANG): Move to target/wait.h.
1783 (enum target_waitkind): Move to target/waitstatus.h.
1784 (struct target_waitstatus): Likewise.
1785 * target.h: Do not include target-common.h and
1786 include target/resume.h, target/wait.h and
1787 target/waitstatus.h.
1788 * target/resume.h: New file.
1789 * target/wait.h: New file.
1790 * target/waitstatus.h: New file.
1791 * target/waitstatus.c: New file.
1792
12696c10
PA
17932013-08-19 Pedro Alves <palves@redhat.com>
1794
1795 * linux-nat.c (linux_test_for_tracefork)
1796 (linux_test_for_tracesysgood, linux_child_follow_fork)
1797 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
1798 (linux_nat_wait_1): Extend comment.
1799 (linux_async_pipe): Add comment.
1800
ba89f962
KB
18012013-08-15 Kevin Buettner <kevinb@redhat.com>
1802
1803 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
1804 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
1805 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
1806 Update to account for fact that PC is now a pseudo-register.
1807 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
1808 cases for RL78_PC_REGNUM.
1809
35ab155d
MB
18102013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
1811
1812 PR cli/15841
1813 * top.c (quit_force): Skip writing history file
1814 if input is not from terminal.
1815
0d031856
TT
18162013-08-14 Tom Tromey <tromey@redhat.com>
1817
1818 * remote.c (struct remote_state) <echo_nextthread, nextthread,
1819 resultthreadlist>: New fields.
1820 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
1821 (remote_get_threadlist, remote_threadlist_iterator): Use
1822 new fields. Remove static variables.
1823
ee154bee
TT
18242013-08-14 Tom Tromey <tromey@redhat.com>
1825
1826 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
1827 remote_watch_data_address>: New fields.
1828 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
1829 (process_stop_reply, remote_wait_as)
1830 (remote_check_watch_resources, remote_stopped_data_address): Update.
1831
88b496c3
TT
18322013-08-14 Tom Tromey <tromey@redhat.com>
1833
1834 * remote.c (struct remote_state) <async_client_callback,
1835 async_client_context>: New fields.
1836 (async_client_callback, async_client_context): Remove.
1837 (remote_async_serial_handler, remote_async): Update.
1838
2f65bcb7
TT
18392013-08-14 Tom Tromey <tromey@redhat.com>
1840
1841 * remote.c (sizeof_pkt): Remove.
1842 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
1843
b80fafe3
TT
18442013-08-14 Tom Tromey <tromey@redhat.com>
1845
1846 * remote.c (struct remote_state) <use_threadinfo_query,
1847 use_threadextra_query>: New fields.
1848 (remote_threads_info, remote_threads_extra_info)
1849 (remote_open_1): Update.
1850
8e88304f
TT
18512013-08-14 Tom Tromey <tromey@redhat.com>
1852
1853 * remote.c (struct remote_state) <finished_object,
1854 finished_annex, finished_offset>: New fields.
1855 (remote_read_qxfer): Use remote_state fields; remove static
1856 variables.
1857
280ceea3
TT
18582013-08-14 Tom Tromey <tromey@redhat.com>
1859
1860 * remote.c (struct remote_state) <last_sent_step>:
1861 New field.
1862 (last_sent_step): Remove.
1863 (remote_resume, remote_wait_as): Update.
1864
b73be471
TT
18652013-08-14 Tom Tromey <tromey@redhat.com>
1866
1867 * remote.c (struct remote_state) <last_sent_signal>:
1868 New field.
1869 (last_sent_signal): Remove.
1870 (new_remote_state, remote_resume, remote_wait_as): Update.
1871
5e4a05c4
TT
18722013-08-14 Tom Tromey <tromey@redhat.com>
1873
1874 * remote.c (struct remote_state) <last_program_signals_packet>:
1875 New field.
1876 (last_program_signals_packet): Remove.
1877 (remote_program_signals, remote_open_1): Update.
1878
747dc59d
TT
18792013-08-14 Tom Tromey <tromey@redhat.com>
1880
1881 * remote.c (struct remote_state) <last_pass_packet>:
1882 New field.
1883 (last_pass_packet): Remove.
1884 (remote_pass_signals, remote_open_1): Update.
1885
262e1174
TT
18862013-08-14 Tom Tromey <tromey@redhat.com>
1887
1888 * remote.c (struct remote_state) <remote_traceframe_number>:
1889 New field.
1890 (remote_traceframe_number): Remove.
1891 (new_remote_state, remote_open_1, set_remote_traceframe)
1892 (remote_trace_find): Update.
1893
47f8a51d
TT
18942013-08-14 Tom Tromey <tromey@redhat.com>
1895
1896 * remote.c (struct remote_state) <general_thread, continue_thread>:
1897 New fields.
1898 (general_thread, continue_thread): Remove.
1899 (record_currthread, set_thread, set_general_process)
1900 (remote_open_1, extended_remote_attach_1, remote_wait_as)
1901 (extended_remote_mourn_1): Update.
1902
5d93a237
TT
19032013-08-14 Tom Tromey <tromey@redhat.com>
1904
1905 * remote.c (struct remote_state) <remote_desc>: New field.
1906 (remote_desc): Remove.
1907 (remote_threads_info, remote_threads_extra_info, remote_close)
1908 (send_interrupt_sequence, remote_start_remote, remote_open_1)
1909 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
1910 (remote_hostio_send_command, remote_file_put, remote_file_get)
1911 (remote_file_delete, remote_can_async_p, remote_is_async_p)
1912 (remote_async, remote_new_objfile, set_range_stepping): Update.
1913
cf792862
TT
19142013-08-14 Tom Tromey <tromey@redhat.com>
1915
1916 * remote.c (remote_state): Now a pointer.
1917 (get_remote_state_raw): Update.
1918 (new_remote_state): New function.
1919 (_initialize_remote): Use new_remote_state.
1920
dc473cfb
TT
19212013-08-14 Tom Tromey <tromey@redhat.com>
1922
1923 * remote.c (remote_protocol_features): Now const.
1924
85ec6ce7
TT
19252013-08-14 Tom Tromey <tromey@redhat.com>
1926
1927 * remote.c (crc32_table, crc32): Remove.
1928 (remote_verify_memory): Use xcrc32.
1929
73033f12
SDJ
19302013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
1931
1932 * value.h (create_internalvar_type_lazy): Adjust prototype
1933 declaration.
1934
5c30d39a
AB
19352013-08-13 Andrew Burgess <aburgess@broadcom.com>
1936
1937 * common/format.c (parse_format_string): Don't allow '#' flag for
1938 pointer arguments in format string.
1939
1a66331e
PM
19402013-08-13 Pierre Muller <muller@sourceware.org>
1941
fde605f3 1942 * utils.c (init_page_info): Only call tgetnum function
1a66331e
PM
1943 if rl_get_screen_size did not return useful values.
1944
b4013987
AA
19452013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
1946
1947 PR breakpoints/15117
1948 * linespec.c (linespec_parse_basic): Check for convenience
1949 variable or history value while parsing.
1950
959b6a66
SDJ
19512013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1952
1953 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
1954 AVR.
1955 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
1956 different signals between the generic Linux kernel implementation
1957 and AVR's.
1958 (avr_linux_gdb_signal_from_target): Delete.
1959 (avr_linux_gdb_signal_to_target): Delete.
1960 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
1961
24a55014
DE
19622013-08-09 Doug Evans <dje@google.com>
1963
1964 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
1965 entries.
1966
eb14d406
SDJ
19672013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
1968
1969 * linux-tdep.c: Define enum with generic signal numbers.
1970 (linux_gdb_signal_from_target): New function.
1971 (linux_gdb_signal_to_target): Likewise.
1972 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
1973 methods to the functions above.
1974 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
1975 (linux_gdb_signal_to_target): Likewise.
1976 * alpha-linux-tdep.c: Define new enum with signals different
1977 from generic Linux kernel.
1978 (alpha_linux_gdb_signal_from_target): New function.
1979 (alpha_linux_gdb_signal_to_target): Likewise.
1980 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
1981 with the functions mentioned above.
1982 * avr-tdep.c: Define enum with differences between Linux kernel
1983 and AVR signals.
1984 (avr_linux_gdb_signal_from_target): New function.
1985 (avr_linux_gdb_signal_to_target): Likewise.
1986 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
1987 the functions mentioned above.
1988 * sparc-linux-tdep.c: Define enum with differences between SPARC
1989 and generic Linux kernel signal numbers.
1990 (sparc32_linux_gdb_signal_from_target): New function.
1991 (sparc32_linux_gdb_signal_to_target): Likewise.
1992 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
1993 to the functions defined above.
1994 * xtensa-linux-tdep.c: Define enum with differences between
1995 Xtensa and Linux kernel generic signals.
1996 (xtensa_linux_gdb_signal_from_target): New function.
1997 (xtensa_linux_gdb_signal_to_target): Likewise.
1998 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
1999 to the functions defined above.
2000 * mips-linux-tdep.c: Define enum with differences between
2001 signals in MIPS and Linux kernel generic ones.
2002 (mips_gdb_signal_to_target): New function.
2003 (mips_gdb_signal_from_target): Redefine to use new enum, handle
2004 only different signals from the Linux kernel generic.
2005 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2006 the functions defined above.
2007 * mips-linux-tdep.h (enum mips_signals): Remove.
2008
156d08c8
PA
20092013-08-09 Pedro Alves <palves@redhat.com>
2010
2011 * avr-tdep.c (XMALLOC): Delete macro.
2012 * cli/cli-dump.c (XMALLOC): Delete macro.
2013
db229724
PA
20142013-08-09 Pedro Alves <palves@redhat.com>
2015
2016 * cli/cli-dump.c: Don't include cli/cli-dump.h.
2017 (scan_expression_with_cleanup, scan_filename_with_cleanup)
2018 (fopen_with_cleanup, add_dump_command): Make static.
2019 * cli/cli-dump.h: Delete file.
2020 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2021 cli/cli-dump.h.
2022
3f12a589
PA
20232013-08-09 Pedro Alves <palves@redhat.com>
2024
2025 * tracepoint.c (tfile_start): Show tilde-expanded filename in
2026 error message.
2027
c718be47
PA
20282013-08-09 Pedro Alves <palves@redhat.com>
2029
156d08c8 2030 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
c718be47
PA
2031 error message.
2032
1e351ed1
PA
20332013-08-09 Pedro Alves <palves@redhat.com>
2034
2035 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2036 (gcore_command): Use tilde_expand here, and when showing the
2037 filename to the user, show the expanded version.
2038
1ed8d800
YQ
20392013-08-09 Yao Qi <yao@codesourcery.com>
2040
2041 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2042 'entryval' is set.
2043
47ecca85
PA
20442013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
2045
2046 * gcore.c (create_gcore_bfd): Use tilde_expand.
2047
82a0a75f
YQ
20482013-08-08 Yao Qi <yao@codesourcery.com>
2049
2050 * frame.h (read_frame_local): Declare.
2051 * mi/mi-cmd-stack.c (list_args_or_locals): Call
2052 read_frame_local.
2053 * stack.c (read_frame_local): New.
2054
5c4aa40b
YQ
20552013-08-08 Yao Qi <yao@codesourcery.com>
2056
2057 * mi/mi-cmd-stack.c: Update comments to function
2058 list_args_or_locals.
2059
b93601f3
TT
20602013-08-07 Tom Tromey <tromey@redhat.com>
2061
2062 PR symtab/15028:
2063 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2064 (process_psymtab_comp_unit_reader): Use it.
2065 (process_psymtab_comp_unit): Update. Add "pretend_language"
2066 argument.
2067 (dwarf2_build_psymtabs_hard): Update.
2068 (scan_partial_symbols): Pass CU's language to
2069 process_psymtab_comp_unit.
2070
fa760f46
TT
20712013-08-07 Tom Tromey <tromey@redhat.com>
2072
2073 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
2074 (dwarf2_gdb_index_functions): Update.
2075 * psymtab.c (find_symbol_file_from_partial): Remove.
2076 (psym_functions): Update.
2077 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2078 Remove.
2079
bf6d8a91
TT
20802013-08-07 Tom Tromey <tromey@redhat.com>
2081
2082 * symfile.c (set_initial_language): Look up "main" symbol
2083 and use its language.
2084 * symtab.c (find_main_filename): Remove.
2085 * symtab.h (find_main_filename): Remove.
2086
f9125b6c
TT
20872013-08-07 Tom Tromey <tromey@redhat.com>
2088
2089 * dwarf2read.c (recursively_compute_inclusions): Add
2090 "immediate_parent" argument. Set symtab's "user" field
2091 if not set.
2092 (compute_symtab_includes): Update.
2093
fdbb204b
TT
20942013-08-07 Tom Tromey <tromey@redhat.com>
2095
2096 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
2097 when adding label symbols.
2098
49de1690
UW
20992013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2100 Ulrich Weigand <uweigand@de.ibm.com>
2101
2102 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
2103 * configure.host (powerpc64-*-aix*): Likewise.
2104
b08ee99f
UW
21052013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2106 Ulrich Weigand <uweigand@de.ibm.com>
2107
2108 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
2109 is defined.
2110 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
2111 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
2112 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
2113 * configure.ac: Check for ptrace64.
2114 * configure, config.in: Regenerate.
2115
fecf803e
UW
21162013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2117 Ulrich Weigand <uweigand@de.ibm.com>
2118
2119 * aixthread.c: Call ptrace64 instead of ptracex if defined.
2120 Call ptrace64 instead of ptrace if defined.
2121 Add macro addr_ptr to take care of ptrace address argument.
2122 (pdc_read_regs): Likewise.
2123 (pdc_write_regs): Likewise.
2124 (aix_thread_resume): Likewise.
2125 (fetch_regs_kernel_thread): Likewise.
2126 (store_regs_kernel_thread): Likewise.
2127
3bb5e4a8
AB
21282013-08-07 Anton Blanchard <anton@samba.org>
2129
2130 * MAINTAINERS: Add myself to Write After Approval.
2131
12070676
TT
21322013-08-05 Tom Tromey <tromey@redhat.com>
2133
2134 * aix-thread.c (_initialize_aix_thread): Use
2135 complete_target_initialization.
2136 * bsd-uthread.c (_initialize_bsd_uthread): Use
2137 complete_target_initialization.
2138 * dec-thread.c (_initialize_dec_thread): Use
2139 complete_target_initialization.
2140 * ravenscar-thread.c (_initialize_ravenscar): Use
2141 complete_target_initialization.
2142 * sol-thread.c (_initialize_sol_thread): Use
2143 complete_target_initialization.
2144 * spu-multiarch.c (_initialize_spu_multiarch): Use
2145 complete_target_initialization.
2146
7c7b6655
TT
21472013-08-05 Tom Tromey <tromey@redhat.com>
2148
2149 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
2150 * ada-lang.c (ada_lookup_simple_minsym): Return
2151 bound_minimal_symbol.
2152 * ada-lang.h (ada_lookup_simple_minsym): Update.
2153 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
2154 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
2155 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
2156 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
2157 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
2158 * minsyms.c (msymbol_objfile): Remove.
2159 (lookup_minimal_symbol_internal): New function, from
2160 lookup_minimal_symbol.
2161 (lookup_minimal_symbol): Rewrite using
2162 lookup_minimal_symbol_internal.
2163 (lookup_bound_minimal_symbol): New function.
2164 * minsyms.h (msymbol_objfile): Remove.
2165 (lookup_bound_minimal_symbol): Declare.
2166 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
2167 * parse.c (write_exp_msymbol): Change parameter to a
2168 bound_minimal_symbol.
2169 (write_dollar_variable): Use lookup_bound_minimal_symbol.
2170 * parser-defs.h (write_exp_msymbol): Update.
2171 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
2172 * symfile.c (simple_read_overlay_table): Use
2173 lookup_bound_minimal_symbol.
2174 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
2175 (search_symbols): Likewise.
2176 (print_msymbol_info): Take a bound_minimal_symbol argument.
2177 (symtab_symbol_info, rbreak_command): Update.
2178 * symtab.h (struct symbol_search) <msymbol>: Change type
2179 to bound_minimal_symbol.
2180 * valops.c (find_function_in_inferior): Use
2181 lookup_bound_minimal_symbol.
2182 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
2183
934b9bac
JK
21842013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2185
2186 Code cleanup.
2187 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
2188 to ...
2189 (async_cleanup_sigint_signal_handler): ... this.
2190 (initialize_sigint_signal_handler): Remove declaration.
2191 (handle_remote_sigint): Rename the declaration to ...
2192 (async_handle_remote_sigint): ... this.
2193 (handle_remote_sigint_twice): Rename the declaration to ...
2194 (async_handle_remote_sigint_twice): ... this.
2195 (async_remote_interrupt, async_remote_interrupt_twice)
2196 (remote_interrupt): Remove the declarations.
2197 (remote_interrupt_twice): Rename the declaration ...
2198 (sync_remote_interrupt_twice): ... this.
2199 (sigint_remote_twice_token): Rename the variable to ...
2200 (async_sigint_remote_twice_token): ... this.
2201 (sigint_remote_token): Rename the variable to ...
2202 (async_sigint_remote_token): ... this.
2203 (initialize_sigint_signal_handler): Rename the function to ...
2204 (async_initialize_sigint_signal_handler): ... this. Update the name
2205 inside.
2206 (handle_remote_sigint): Rename the function to ...
2207 (async_handle_remote_sigint): ... this. Update the names inside.
2208 (handle_remote_sigint_twice): Rename the function to ...
2209 (async_handle_remote_sigint_twice): ... this. Update the names inside.
2210 (cleanup_sigint_signal_handler): Rename the function to ...
2211 (async_cleanup_sigint_signal_handler): ... this.
2212 (remote_interrupt): Rename the function to ...
2213 (sync_remote_interrupt): this. Update the names inside.
2214 (remote_interrupt_twice): Rename the function to ...
2215 (sync_remote_interrupt_twice): this. Update the names inside.
2216 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
2217 (_initialize_remote): Update the names inside.
2218
3a1115a0
TT
22192013-08-02 Tom Tromey <tromey@redhat.com>
2220
2221 PR symtab/15719:
2222 * breakpoint.c (update_watchpoint, watchpoint_check)
2223 (watch_command_1): Update.
2224 * eval.c (fetch_subexp_value): Add "preserve_errors"
2225 parameter.
2226 * ppc-linux-nat.c (check_condition): Update.
2227 * value.h (fetch_subexp_value): Update.
2228
58b19776
AB
22292013-08-02 Andrew Burgess <aburgess@broadcom.com>
2230
2231 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
2232 add_file_handler.
2233
ec94af83
DE
22342013-08-01 Doug Evans <dje@google.com>
2235
7ee85ab1
DE
2236 PR symtab/15691
2237 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
2238 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
2239 Add assert of sig_entry->dwo_unit == NULL.
2240 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
2241 had already been read.
2242 (read_signatured_type): Set per_cu.tu_read.
2243
b846d303
DE
2244 PR symtab/15695
2245 * valops.c (value_struct_elt): Add missing call to check_typedef.
2246 (value_find_oload_method_list): Ditto.
2247
b52109bc
DE
2248 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
2249 effectively, struct symbol_search **.
2250 (make_cleanup_free_search_symbols): Change arg to struct
2251 symbol_search **. All callers updated.
2252 (compare_search_syms): Compare symtab file name and block as well.
2253 (search_symbols_equal): New function.
2254 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
2255 New args new_head, new_tail. Result is now void. Remove dups after
2256 sorting the symbols.
2257 (search_symbols): Sort all found symbols once, after all have been
2258 found, and remove duplicates. Simplify cleanup tracking of result.
2259 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
2260
ec94af83
DE
2261 Further workarounds for binutils/15021.
2262 * dwarf2read.c (recursively_compute_inclusions): Change type of result
2263 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
2264 Watch for duplicate symtabs coming from type units.
2265 (compute_symtab_includes): Update call to
2266 recursively_compute_inclusions. Build vector of included symtabs
2267 instead of per_cus.
2268 * symtab.h (symtab_ptr): New typedef.
2269 (DEF_VEC_P (symtab_ptr)): New VEC type.
2270 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
2271 instead.
2272
b2ae85cf
AB
22732013-08-01 Andrew Burgess <aburgess@broadcom.com>
2274
2275 * cli/cli-script.c (script_from_file): Remove use of
2276 error_pre_print.
2277 * main.c (captured_main): Remove use of error_pre_print and
2278 quit_pre_print.
2279 * utils.c (error_pre_print, quit_pre_print): Remove.
2280 * utils.h (error_pre_print, quit_pre_print): Likewise.
2281
645eab03
YQ
22822013-08-01 Yao Qi <yao@codesourcery.com>
2283
2284 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
2285 with mi_getopt.
2286 (mi_cmd_stack_list_variables): Likewise.
2287
16f92dd4
AB
22882013-07-31 Andrew Burgess <aburgess@broadcom.com>
2289
2290 * exceptions.c (deprecated_throw_reason): Remove.
2291 * exceptions.h (deprecated_throw_reason): Remove.
2292
13f78033
AB
22932013-07-31 Andrew Burgess <aburgess@broadcom.com>
2294
2295 * remote-mips.c (mips_error): Replace use of
2296 deprecated_throw_reason with throw_verror. Use the error message
2297 passed to mips_error as the error message for throw_verror.
2298
039e3c22
AB
22992013-07-31 Andrew Burgess <aburgess@broadcom.com>
2300
2301 * monitor.c (monitor_interrupt_query): Replace use of
2302 deprecated_throw_reason with quit.
2303 * nto-procfs.c (interrupt_query): Likewise.
2304 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
2305 * remote-mips.c (mips_kill): Likewise.
2306 * remote.c (interrupt_query): Likewise.
2307
8150913b
AB
23082013-07-31 Andrew Burgess <aburgess@broadcom.com>
2309
2310 * utils.c (internal_verror): Replace use of deprecated_throw_reason
2311 with call to fatal.
2312
de74e63a
YQ
23132013-07-31 Pedro Alves <pedro@codesourcery.com>
2314 Yao Qi <yao@codesourcery.com>
2315
2316 * tracepoint.c (trace_dump_command): Select the current frame.
2317
247f5c4f
DE
23182013-07-30 Doug Evans <dje@google.com>
2319
2320 * dwarf2read.c (process_queue): Add type signature to debug output.
2321
11b4b7cc
AB
23222013-07-30 Andrew Burgess <aburgess@broadcom.com>
2323
2324 * value.c (value_fetch_lazy): Mark optimized out values as such
2325 rather than raising an error.
2326
b0c54aa5
AB
23272013-07-30 Andrew Burgess <aburgess@broadcom.com>
2328
2329 * value.c (value_fetch_lazy): Ensure parent value is not lazy
2330 before checking which bits of the parent, not the child, value are
2331 valid.
2332
97c85fc6
MB
23332013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
2334
2335 PR gdb/15715
2336 * top.c: Include "filenames.h".
2337 (set_history_filename): New function.
2338 (init_main): Install it as set hook of the "set history filename"
2339 command.
2340
ff39bb5e
SA
23412013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2342
2343 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
2344 attribute parameter.
2345 (dwarf2_const_value_data): Constify struct attribute parameter.
2346 (dwarf2_const_value): Constify struct attribute parameter.
2347 (dwarf2_const_value_attr): Constify struct attribute parameter.
2348 (lookup_die_type): Constify struct attribute parameter.
2349 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
2350 (follow_die_ref_or_sig): Constify struct attribute parameter.
2351 (follow_die_ref): Constify struct attribute parameter.
2352 (follow_die_sig): Constify struct attribute parameter.
2353 (get_DW_AT_signature_type): Constify struct attribute parameter.
2354 (get_type_unit_group): Constify struct attribute parameter.
2355 (fill_in_loclist_baton): Constify struct attribute parameter.
2356 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
2357 (type_unit_group): Constify struct attribute parameter.
2358
6e5a29e1
SA
23592013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2360
2361 * dwarf2read.c (attr_form_is_block): Make argument const.
2362 (attr_form_is_section_offset): Make argument const.
2363 (attr_form_is_constant): Make argument const.
2364 (attr_form_is_ref): Make argument const.
2365
7771576e
SA
23662013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2367
2368 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
2369 All uses updated.
2370 (attr_form_is_ref): Moved below attr_form_is_constant.
2371
a94e8645
DE
23722013-07-29 Doug Evans <dje@google.com>
2373
bb5291d0
DE
2374 * main.c (captured_command_loop): Tweak comment.
2375
b5419e49
DE
2376 * target.c (target_async_permitted_1): Fix comment.
2377
b2d23133
DE
2378 * symtab.c (iterate_over_some_symtabs): Add comment.
2379
a94e8645
DE
2380 * symtab.c (iterate_over_some_symtabs): Fix indentation.
2381
7a60ad40
YQ
23822013-07-27 Yao Qi <yao@codesourcery.com>
2383
2384 * NEWS: Mention that GDBserver now supports hardware
2385 watchpoints on the MIPS GNU/Linux target.
2386
aaee2056
YQ
23872013-07-27 Yao Qi <yao@codesourcery.com>
2388
2389 * Makefile.in (HFILES_NO_SRCDIR): Add
2390 common/mips-linux-watch.h.
2391 (mips-linux-watch.o): New rule.
2392 * common/mips-linux-watch.c: New.
2393 * common/mips-linux-watch.h: New.
2394 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
2395 * mips-linux-nat.c: Include mips-linux-watch.h.
2396 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
2397 to common/mips-linux-watch.h.
2398 (MAX_DEBUG_REGISTER): Likewise.
2399 (enum pt_watch_style): Likewise.
2400 (struct mips32_watch_regs): Likewise.
2401 (struct mips64_watch_regs): Likewise.
2402 (struct pt_watch_regs): Likewise.
2403 (struct mips_watchpoint): Likewise.
2404 (mips_linux_watch_get_irw_mask): Move to
2405 common/mips-linux-watch.c.
2406 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
2407 (mips_linux_watch_get_watchlo): Likewise.
2408 (mips_linux_watch_set_watchlo): Likewise.
2409 (mips_linux_watch_get_watchhi): Likewise.
2410 (mips_linux_watch_set_watchhi): Likewise.
2411 (mips_linux_read_watch_registers): Likewise.
2412 (mips_linux_watch_type_to_irw): Likewise.
2413 (mips_linux_stopped_data_address, fill_mask): Likewise.
2414 (mips_linux_watch_try_one_watch): Likewise.
2415 (mips_linux_watch_populate_regs): Likewise.
2416
b3436450
YQ
24172013-07-27 Yao Qi <yao@codesourcery.com>
2418
2419 * mips-linux-nat.c (get_irw_mask): Rename to ...
2420 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
2421 'set' to 'n'. Update function comment. All callers changed.
2422 (get_reg_mask): Rename parameter 'set' to 'n'. Update
2423 function comment. All callers changed.
2424 (get_num_valid): Rename to ...
2425 (mips_linux_watch_get_num_valid): ... this. Rename parameter
2426 'set' to 'n'. Update function comment. All callers changed.
2427 (get_watchlo): Rename to ...
2428 (mips_linux_watch_get_watchlo): ... this. Rename parameter
2429 'set' to 'n'. Update function comment. All callers changed.
2430 (set_watchlo): Rename to ...
2431 (mips_linux_watch_set_watchlo): ... this. Rename parameter
2432 'set' to 'n'. Update function comment. All callers changed.
2433 (get_watchhi): Rename to ...
2434 (mips_linux_watch_get_watchhi): ... this. Update function
2435 comment. All callers changed.
2436 (set_watchhi): Rename to ...
2437 (mips_linux_watch_set_watchhi): ... this. Update function
2438 comment. All callers changed.
2439 (mips_linux_read_watch_registers): Update function comment.
2440 Add new parameters 'lwpid', 'watch_readback', and
2441 'watch_readback_valid'. Update.
2442 (type_to_irw): Rename to ...
2443 (mips_linux_watch_type_to_irw): ... this. Update function
2444 comment. All callers changed.
2445 (fill_mask): Update function comment.
2446 (try_one_watch): Rename to ...
2447 (mips_linux_watch_try_one_watch): ... this. Change the type
2448 of parameter 'irw' from 'unsigned' to 'uint32_t'.
2449 (populate_regs_from_watches): Rename to ...
2450 (mips_linux_watch_populate_regs): ... this. Add parameter
2451 'current_watches'. All callers changed.
2452
9be14b81
YQ
24532013-07-27 Yao Qi <yao@codesourcery.com>
2454
2455 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
2456 the code.
2457 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
2458 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
2459 (struct pt_watch_regs): Likewise.
2460 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
2461 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
2462 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
2463 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
2464 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
2465
de6f69ad
YQ
24662013-07-27 Yao Qi <yao@codesourcery.com>
2467
2468 * breakpoint.h: Include break-common.h.
2469 (enum target_hw_bp_type): Move to ...
2470 * common/break-common.h: ... here. New.
2471
6f64ef53
PA
24722013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
2473
2474 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
2475 process group regardless of having tty on stdin.
2476
6107e809
DE
24772013-07-25 Doug Evans <dje@google.com>
2478
2479 * linux-fork.h (detach_fork): Delete.
2480
7fdc1521
TT
24812013-07-25 Tom Tromey <tromey@redhat.com>
2482
2483 PR remote/15256, PR remote/15266:
2484 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
2485 * monitor.c (monitor_detach): Use unpush_target.
2486 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
2487 * remote-mips.c (mips_detach): Use unpush_target. Don't
2488 call mips_close.
2489 * remote-sim.c (gdbsim_detach): Use unpush_target.
2490 * target.c (pop_target): Remove.
2491 (pop_all_targets_above): Don't call target_close.
2492 (target_close): Assert that the target is unpushed.
2493 * target.h (pop_target): Don't declare.
2494 * tracepoint.c (tfile_open): Use unpush_target.
2495
c22a2b88
TT
24962013-07-25 Tom Tromey <tromey@redhat.com>
2497
2498 * linux-thread-db.c (init_thread_db_ops): Call
2499 complete_target_initialization.
2500 (_initialize_thread_db): Don't call add_target.
2501 * target.c (complete_target_initialization): New function.
2502 (add_target_with_completer): Call it.
2503 * target.h (complete_target_initialization): Declare.
2504
cbb6aada
MK
25052013-07-25 Mark Kettenis <kettenis@gnu.org>
2506
2507 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
2508 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
2509 (HPPANBSD_SIZEOF_GREGS): New define.
2510 (hppaobsd_supply_gregset): Handle additional registers.
2511 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
2512 we provide more registers now.
2513 (hppabsd_supply_gregset): Supply additional registers.
2514 (hppabsd_collect_gregset): Collect additional registers.
2515
17767988
MK
25162013-07-25 Mark Kettenis <kettenis@gnu.org>
2517
2518 * hppabsd-tdep.c: Include "dwarf2-frame.h".
2519 (hppabsd_dwarf2_frame_init_reg): New function.
2520 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
2521
fdc8aae8
AB
25222013-07-25 Andrew Burgess <aburgess@broadcom.com>
2523
2524 * mi/mi-main.c (output_register): Make MI 'r' format use standard
2525 'z' format code. Remove error for optimized out values, standard
2526 code will handle these fine.
2527
6fbe845e
AB
25282013-07-25 Andrew Burgess <aburgess@broadcom.com>
2529
2530 * NEWS: Mention new 'z' formatter.
2531 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
2532 (_initialize_printcmd): Mention 'z' formatter in help text of the
2533 'x' command.
2534
3373342d
MR
25352013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
2536
2537 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
2538 formatting.
2539
25f9533e
SDJ
25402013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2541
2542 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
2543 interface can evaluate arguments. Fallback to the old mode if it
2544 cannot.
2545 (create_exception_master_breakpoint): Likewise.
2546 * elfread.c (elf_can_evaluate_probe_arguments): New function.
2547 (struct sym_probe_fns elf_probe_fns): Export function above to the
2548 probe interface.
2549 * probe.c (can_evaluate_probe_arguments): New function.
2550 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
2551 function pointer.
2552 (can_evaluate_probe_arguments): New function prototype.
2553 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
2554 probe interface can evaluate arguments. Fallback to the old mode
2555 if it cannot.
2556 * stap-probe.c (stap_get_probe_argument_count): Check if probe
2557 interface can evaluate arguments. Warning the user if it cannot.
2558 (stap_can_evaluate_probe_arguments): New function.
2559 (struct probe_ops stap_probe_ops): Export function above to the
2560 probe interface.
2561 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
2562 New function pointer.
2563
3360c0bf
LM
25642013-07-24 Luis Machado <lgustavo@codesourcery.com>
2565
2566 * Makefile.in (SFILES): Add common/target-common.c.
2567 Add common/target-common.h to headers.
2568 (COMMON_OBS): Add target-common.o.
2569 (target-common.o): New target.
2570 * linux-nat.h (resume_kind): Move to common/target-common.h.
2571 * target.c (target_waitstatus_to_string): Move to
2572 common/target-common.c.
2573 * target.h: Include target-common.h.
2574 (target_waitkind): Move to common/target-common.h.
2575 (target_waitstatus): Likewise.
2576 (TARGET_WNOHANG): Likewise.
2577 * common/target-common.c: New file.
2578 * common/target-common.h: New file.
2579
6656a72d
DE
25802013-07-24 Doug Evans <dje@google.com>
2581
2582 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
2583 a warning.
2584
6df81a63
YQ
25852013-07-23 Yao Qi <yao@codesourcery.com>
2586
2587 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
2588 parameter 'gdbarch'.
2589 (i386_stack_tramp_frame_sniffer): Caller update.
2590 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
2591 parameter 'gdbarch' and 'target'.
2592 (i386_linux_core_read_description): Caller update.
2593 * amd64-linux-tdep.c (amd64_linux_core_read_description):
2594 Likewise.
2595 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
2596 declaration.
2597
365156ad
TT
25982013-07-23 Tom Tromey <tromey@redhat.com>
2599
2600 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
2601 2013-07-22.
2602
046ac79f
JK
26032013-07-22 Doug Evans <dje@google.com>
2604
2605 * exec.h (remove_target_sections): Delete arg abfd.
66cbcda4
JK
2606 * exec.c (exec_close): Update call to remove_target_sections.
2607 (remove_target_sections): Delete arg abfd.
046ac79f
JK
2608 * solib.c (update_solib_list): Ditto.
2609 (reload_shared_libraries_1): Ditto.
2610 (clear_solib): Ditto, and unconditionally call remove_target_sections.
66cbcda4
JK
2611 * target.h (struct target_section): Rename key to owner.
2612 All uses updated.
046ac79f 2613
29b2cc46
TT
26142013-07-22 Tom Tromey <tromey@redhat.com>
2615
2616 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
2617
d1160018
TT
26182013-07-22 Tom Tromey <tromey@redhat.com>
2619
2620 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
2621 Simplify cleanup handling.
2622
2f324bf6
TT
26232013-07-22 Tom Tromey <tromey@redhat.com>
2624
2625 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
2626 on all return paths.
2627
e23b9d6e
UW
26282013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2629
2630 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
2631 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
2632 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
2633
1cf55f60
PM
26342013-07-22 Phil Muldoon <pmuldoon@redhat.com>
2635
2636 * top.c (print_gdb_version): Add help, apropos description and
2637 url to online documentation.
2638
fa876972
HZ
26392013-07-19 Hui Zhu <hui@codesourcery.com>
2640
2641 PR gdb/15692
2642 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
2643
1527aea8
YQ
26442013-07-19 Yao Qi <yao@codesourcery.com>
2645
2646 * target.c (update_current_target): Change the default action
2647 of 'to_traceframe_info' from tcomplain to return_zero.
2648 * target.h (struct target_ops) <to_traceframe_info>: Add more
2649 comments.
2650 * valops.c (read_value_memory): Call
2651 traceframe_available_memory unconditionally.
2652
886f230e
YQ
26532013-07-18 Yao Qi <yao@codesourcery.com>
2654
2655 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
2656 if the name is prefixed by "__imp_" or "_imp_", look for minimal
2657 symbol without prefix. If found, set its type to
2658 'mst_solib_trampoline'.
2659
16419bae
DE
26602013-07-17 Doug Evans <dje@google.com>
2661
e7045703
DE
2662 * NEWS: Mention "set print raw frame-arguments".
2663 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
2664 * stack.c (print_raw_frame_arguments): New static global.
2665 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
2666 (_initialize_stack): New command "set/show print raw frame-arguments".
2667 * valprint.c (setprintrawlist, showprintrawlist): New globals.
2668 (set_print_raw, show_print_raw): New functions.
2669 (_initialize_valprint): New prefix command "set/show print raw".
2670 * valprint.h (value_print_options): Improve comments.
2671
453e48a5
DE
2672 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
2673 of all *list variables.
2674
16419bae
DE
2675 * gdbcmd.h (togglelist): Delete.
2676 * cli/cli-cmds.c (togglelist): Delete.
2677 (init_cmd_lists): Update.
2678 * cli/cli-cmds.h (togglelist): Delete.
2679
626f2d1c
TT
26802013-07-17 Tom Tromey <tromey@redhat.com>
2681
2682 * dwarf2read.c (dwarf2_per_objfile_free): Clear
2683 dwarf2_per_objfile.
2684
57e6060e
DE
26852013-07-16 Doug Evans <dje@google.com>
2686
2687 * nto-tdep.c (nto_relocate_section_addresses): Update,
2688 target_section.bfd deleted.
2689 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
2690 * s390-tdep.c (s390_load): Ditto.
2691 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
2692
5ea5559b
AB
26932013-07-16 Andrew Burgess <aburgess@broadcom.com>
2694
2695 * common/format.c (parse_format_string): Add checks for NULL
2696 character before calling strchr.
2697
2b2848e2
DE
26982013-07-16 Doug Evans <dje@google.com>
2699
2c571006
DE
2700 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
2701 temp_pathname argument.
2702 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
2703 when opening the file fails.
2704
2b2848e2
DE
2705 * target.h (struct target_section): Delete member bfd.
2706 All users updated to use the_bfd_section->owner instead.
2707 * exec.c (add_to_section_table): Assert bfd is expected value.
2708 Remove initialization of target_section.bfd.
2709 (remove_target_sections): Update.
2710 (section_table_available_memory): Update.
2711 (section_table_xfer_memory_partial): Update.
2712 (print_section_info): Update.
2713 (exec_set_section_address): Update.
2714 * record-full.c (record_full_core_xfer_partial): Update.
2715 * solib-svr4.c (svr4_relocate_section_addresses): Update.
2716 * solib-target.c (solib_target_relocate_section_addresses): Update.
2717 * symfile.c (build_section_addr_info_from_section_table): Update.
2718 * target.c (memory_xfer_live_readonly_partial): Update.
2719 (memory_xfer_partial_1): Update.
2720
926bf92d
UW
27212013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2722
2723 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
2724 now available for embedded (BookE) and server (BookS) processors,
2725 correct mentions of 'booke' and adjust comments accordingly in order to
2726 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
2727 (have_ptrace_booke_interface): Rename function and variable
2728 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
2729 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
2730 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
2731 'hwdebug_point_cmp'. Update all uses.
2732 (booke_find_thread_points_by_tid): Rename function
2733 'booke_find_thread_points_by_tid' to
2734 'hwdebug_find_thread_points_by_tid'. Update all uses.
2735 (booke_insert_point): Rename function 'booke_insert_point' to
2736 'hwdebug_insert_point'. Update all uses.
2737 (booke_remove_point): Rename function 'booke_remove_point' to
2738 'hwdebug_remove_point'. Update all uses.
2739
d929bc19
MR
27402013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
2741
2742 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
2743 numbers with enum values.
2744
054e8d9e
AA
27452013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
2746
2747 PR threads/13217
2748 * thread.c (thread_apply_all_command): Check for valid threads
2749 and thread count.
2750 (thread_array_cleanup): New struct.
2751 (set_thread_refcount): New function.
2752
cf006359
AB
27532013-07-11 Andrew Burgess <aburgess@broadcom.com>
2754
2755 * infcmd.c (default_print_one_register_info): Reuse function
2756 print_hex_chars.
2757
94e36acc
TT
27582013-07-10 Tom Tromey <tromey@redhat.com>
2759
2760 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
2761 (ada-exp.o): New target.
2762
915dd369
SDJ
27632013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
2764
2765 * mt-tdep.c (mt_registers_info): Call
2766 get_no_prettyformat_print_options instead of
2767 get_raw_print_options (regression by last patch from Doug
2768 Evans).
2769
eca07816
JB
27702013-07-09 Pedro Alves <palves@redhat.com>
2771
2772 Checked in by Joel Brobecker <brobecker@adacore.com>.
2773 * ada-lang.c (coerce_unspec_val_to_type): Use
2774 value_optimized_out_const.
2775 * value.c (value_optimized_out_const): New function.
2776 * value.h (value_optimized_out_const): New declaration.
2777
2a998fc0
DE
27782013-07-09 Doug Evans <dje@google.com>
2779
2780 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
2781 Enum values rename as well. All uses updated.
2782 * valprint.h (value_print_options): Rename member pretty to
2783 pretty format. Rename member prettyprint_arrays to
2784 prettyformat_arrays. Rename member prettyprint_structs to
2785 prettyformat_structs. All uses updated.
2786 (get_no_prettyformat_print_options): Renamed from
2787 get_raw_print_options.
2788 * valprint.c (get_no_prettyformat_print_options): Renamed from
2789 get_raw_print_options. All callers updated.
2790 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
2791 All callers updated.
2792 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
2793 All callers updated.
2794 (_initialize_valprint): Improve help text for "set print pretty" and
2795 "set print arrays".
2796
466c1fca
AB
27972013-07-09 Andrew Burgess <aburgess@broadcom.com>
2798
2799 * value.c (value_bits_valid): Revert previous change, and change
2800 by Pedro on 2013-07-04, due to regressions in
2801 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
2802
ad0f0303
AB
28032013-07-08 Andrew Burgess <aburgess@broadcom.com>
2804 Pedro Alves <palves@redhat.com>
2805
2806 * value.c (value_bits_valid): If the value is not lval_computed
2807 or has no check validity handler then the answer is the
2808 optimized_out flag, otherwise defer to the handler.
2809
b187bec1
EZ
28102013-07-06 Eli Zaretskii <eliz@gnu.org>
2811
48d1d6f5
EZ
2812 * top.c (print_gdb_configuration): Explain in output of
2813 --configuration what does "relocatable" mean.
2814
b187bec1
EZ
2815 * main.c (print_gdb_help): Regroup options in the --help text.
2816 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
2817 the relevant discussions.
2818
52d361e1
YQ
28192013-07-06 Yao Qi <yao@codesourcery.com>
2820
2821 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
2822 Remove parameter 'lsal'.
2823 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
2824 to inner block. Caller update.
2825 (base_breakpoint_create_breakpoints_sal): Update.
2826 (bkpt_create_breakpoints_sal): Likewise.
2827 (tracepoint_create_breakpoints_sal): Likewise.
2828 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
2829 element 0 of vector 'canonical->sals'.
2830
e1ec1b42
LM
28312013-07-05 Luis Machado <lgustavo@codesourcery.com>
2832
2833 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
2834 register number instead of the pseudo register one.
2835 (rs6000_dwarf2_reg_to_regnum): Likewise.
2836
7195e6f0
PA
28372013-07-04 Pedro Alves <palves@redhat.com>
2838
2839 * findvar.c (value_of_register): Use allocate_optimized_out_value
2840 if the register has been optimized out, instead of
2841 set_value_optimized_out.
2842 * frame-unwind.c (frame_unwind_got_optimized): Use
2843 allocate_optimized_out_value.
2844
58722cac
PA
28452013-07-04 Pedro Alves <palves@redhat.com>
2846
2847 * value.c (value_bits_valid): If the value is not lval_computed,
2848 or doesn't have a check_validity hook, assume the value is entirely
2849 valid.
2850
691a26f5
AB
28512013-07-04 Andrew Burgess <aburgess@broadcom.com>
2852
2853 * stack.c (read_frame_arg): No longer fetch lazy values.
2854 * value.c (value_optimized_out): If the value is not already
2855 marked optimized out, and is lazy then fetch it.
2856 (value_primitive_field): Move optimized out check to later in the
2857 function, after we have loaded any lazy values.
2858 (value_fetch_lazy): Use optimized out flag directly rather than
2859 calling optimized_out method.
2860
a58e2656
AB
28612013-07-04 Andrew Burgess <aburgess@broadcom.com>
2862
2863 * valops.c: Don't include "user-regs.h".
2864 (value_fetch_lazy): Moved to value.c.
2865 * value.c: Include "user-regs.h".
2866 (value_fetch_lazy): Moved from valops.c.
2867
bd885420
YQ
28682013-07-04 Yao Qi <yao@codesourcery.com>
2869
2870 Revert:
2871 2013-06-27 Yao Qi <yao@codesourcery.com>
2872
2873 * common/create-version.sh: Update comments. Handle the case
2874 that TARGET_ALIAS is empty.
2875
17ef446e
PA
28762013-07-03 Pedro Alves <palves@redhat.com>
2877
2878 * Makefile.in (config.status): Depend on development.sh.
2879 (aclocal_m4_deps): Add libmcheck.m4.
2880 * acinclude.m4: Include libmcheck.m4.
2881 * configure.ac: Source development.sh instead of setting
2882 'development' here. --enable-libmcheck/--disable-libmcheck code
2883 factored out to GDB_AC_LIBMCHECK. Run it.
2884 * development.sh: New file.
2885 * libmcheck.m4: New file.
2886 * configure: Regenerate.
2887
ac6dd50f
TT
28882013-07-02 Tom Tromey <tromey@redhat.com>
2889
2890 * contrib/ari/update-web-ari.sh: Update for version.in change.
2891
bd1df410
TT
28922013-07-02 Tom Tromey <tromey@redhat.com>
2893
2894 * common/ptid.h: Comment fixes.
2895
4db1a1dc
TT
28962013-07-01 Tom Tromey <tromey@redhat.com>
2897
2898 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
2899 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
2900 (dwarf2_read_index, create_all_comp_units): Update.
2901
dd9aa048
TT
29022013-07-01 Tom Tromey <tromey@redhat.com>
2903
2904 * configure.ac (build_warnings): Add -Wold-style-definition.
2905 * configure: Rebuild.
2906 * machoread.c (_initialize_machoread): Use "(void)".
2907 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
2908 use "(void)".
2909
44d100c3
TT
29102013-07-01 Tom Tromey <tromey@redhat.com>
2911
2912 * configure.ac (build_warnings): Add -Wold-style-declaration.
2913 * configure: Rebuild.
2914 * dsrec.c (make_srec): Use "static const", not "const static".
2915 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
2916 not "const static".
2917 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
2918 Use "static const", not "const static".
2919 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
2920 not "const static".
2921 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
2922 not "const static".
2923 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
2924 not "const static".
2925 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
2926 not "const static".
2927 (v850_dbtrap_breakpoint_from_pc): Likewise.
2928 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
2929 not "const static".
2930
2945b807
TT
29312013-07-01 Tom Tromey <tromey@redhat.com>
2932
2933 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
2934 * configure: Rebuild.
2935
d8d2a3ee
PA
29362013-07-01 Pedro Alves <palves@redhat.com>
2937
2938 * defs.h: Include "pathmax.h".
2939 * utils.c: Don't include sys/param.h.
2940 (gdb_realpath): Remove code that checks for MAXPATHLEN.
2941 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
2942 instead of MAXPATHLEN.
2943 * solib-sunos.c: Don't include sys/param.h.
2944 * xcoffread.c: Don't include sys/param.h.
2945 * bsd-kvm.c: Don't include sys/param.h.
2946 * darwin-nat.c: Don't include sys/param.h.
2947 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
2948 * darwin-nat-info.c: Don't include sys/param.h.
2949 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
2950 MAXPATHLEN.
2951 * i386obsd-nat.c: Don't include sys/param.h.
2952 * inf-child.c: Don't include sys/param.h.
2953 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
2954 * linux-fork.c: Don't include sys/param.h.
2955 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
2956 * linux-nat.c: Don't include sys/param.h.
2957 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
2958 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
2959 * m68klinux-nat.c: Don't include sys/param.h.
2960 * nbsd-nat.c: Don't include sys/param.h.
2961 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
2962 * ppc-linux-nat.c: Don't include sys/param.h.
2963 * rs6000-nat.c: Don't include sys/param.h.
2964 * spu-linux-nat.c. Don't include sys/param.h.
2965 * windows-nat.c: Don't include sys/param.h.
2966 * xtensa-linux-nat.c: Don't include sys/param.h.
2967 * config/i386/nm-fbsd.h: Don't include sys/param.h.
2968
38ec2207
PA
29692013-07-01 Pedro Alves <palves@redhat.com>
2970
2971 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
2972 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
2973 * gnulib/aclocal.m4: Regenerate.
2974 * gnulib/config.in: Regenerate.
2975 * gnulib/configure: Regenerate.
2976 * gnulib/import/pathmax.h: New file.
2977 * gnulib/import/Makefile.am: Regenerate.
2978 * gnulib/import/Makefile.in: Regenerate.
2979 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
2980 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
2981 * gnulib/import/m4/pathmax.m4: New file.
2982
e655c1a2
PA
29832013-07-01 Pedro Alves <palves@redhat.com>
2984
2985 * configure.ac (GDBINIT): Define, depending on host.
2986 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
2987 * top.c (PATH_MAX): Delete fallback definition.
2988 (GDBINIT_FILENAME): Delete.
2989 (gdbinit): Reimplement as const char array set to the GDBINIT
2990 string constant.
2991 * top.h (gdbinit): Make const.
2992 * configure, config.in: Regenerate.
2993
50dd9793
PA
29942013-07-01 Pedro Alves <palves@redhat.com>
2995
2996 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
2997 * cli/cli-cmds.h (source_script): Likewise.
2998 * exceptions.c (catch_command_errors_const): New function.
2999 * exceptions.h (catch_command_errors_const): Declare.
3000 * main.c (get_init_files): Make parameters const, and adjust.
3001 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3002 'local_gdbinit' locals const. Adjust to use
3003 catch_command_errors_const.
3004 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3005 'local_gdbinit' locals const.
3006
bc7dea8d
PA
30072013-07-01 Pedro Alves <palves@redhat.com>
3008
3009 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3010 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3011 * tracepoint.c: Don't check HAVE_UNISTD_H before including
3012 <unistd.h>.
3013
8839a007
PA
30142013-07-01 Pedro Alves <palves@redhat.com>
3015
3016 Import the "unistd" gnulib module.
3017 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3018 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3019 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3020 import/m4/unistd_h.m4.
3021 * gnulib/aclocal.m4: Renenerate.
3022 * gnulib/config.in: Renenerate.
3023 * gnulib/configure: Renenerate.
3024 * gnulib/import/Makefile.am: Renenerate.
3025 * gnulib/import/Makefile.in: Renenerate.
3026 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3027 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3028 * gnulib/import/m4/off_t.m4: New file.
3029 * gnulib/import/m4/ssize_t.m4: New file.
3030 * gnulib/import/m4/sys_types_h.m4: New file.
3031 * gnulib/import/m4/unistd_h.m4: New file.
3032 * gnulib/import/sys_types.in.h: New file.
3033 * gnulib/import/unistd.c: New file.
3034 * gnulib/import/unistd.in.h: New file.
3035
8c0da261
PA
30362013-07-01 Pedro Alves <palves@redhat.com>
3037
3038 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3039 defined instead of checking HAVE_UNISTD_H.
3040
3574124b
PA
30412013-07-01 Pedro Alves <palves@redhat.com>
3042
3043 Reimport gnulib from scratch.
3044 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3045 import/m4/onceonly.m4.
3046 * gnulib/aclocal.m4: Renegerate.
3047 * gnulib/config.in: Renegerate.
3048 * gnulib/configure: Renegerate.
3049 * gnulib/import/Makefile.in: Renegerate.
3050 * gnulib/import/extra/update-copyright: Renegerate.
3051 * gnulib/import/m4/onceonly.m4: Delete.
3052
702dc4fd
PA
30532013-07-01 Pedro Alves <palves@redhat.com>
3054
3055 * tui/tui-regs.c (pagination_enabled): Delete declaration.
3056
47e1ce27
JK
30572013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3058
3059 Code cleanup.
3060 * remote.c (async_remote_interrupt_twice): Make it static.
3061 * remote.h (async_remote_interrupt_twice): Remove the declaration.
3062
e82839d4
SDJ
30632013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
3064
3065 * ia64-linux-tdep.c: Include <ctype.h>.
3066 (ia64_linux_stap_is_single_operand): New function.
3067 (ia64_linux_init_abi): Initialize SystemTap related attributes.
3068
d6c2da54
TT
30692013-06-28 Tom Tromey <tromey@redhat.com>
3070
3071 * Makefile.in (version.c): Use version.in, not
3072 common/version.in.
3073 * common/create-version.sh: Likewise.
3074 * common/version.in: Move...
3075 * version.in: ...here.
3076
74da6f00
PA
30772013-06-28 Pedro Alves <palves@redhat.com>
3078
3079 * infrun.c (set_observer_mode): Don't declare pagination_enabled
3080 here.
3081 * utils.h (pagination_enabled): Declare.
3082
d32dc48e
PA
30832013-06-28 Pedro Alves <palves@redhat.com>
3084
3085 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
3086 Move higher up in file.
3087
0edd9e3b
TT
30882013-06-28 Tom Tromey <tromey@redhat.com>
3089
3090 * tracepoint.c (deprecated_readline_begin_hook)
3091 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
3092 declare.
3093
4eb59108
PA
30942013-06-28 Pedro Alves <palves@redhat.com>
3095
3096 PR tui/14880
3097 * tui/tui-regs.c (tui_get_register): Fetch value contents before
3098 checking if they're available.
3099 * value.c (value_available_contents_eq): Change comment.
3100 * value.h (value_available_contents_eq): Expand comment.
3101
97b17156
TT
31022013-06-27 Tom Tromey <tromey@redhat.com>
3103
3104 * target.c (find_run_target): Remove.
3105 * target.h (find_run_target): Remove.
3106
6a3bfc5c
TT
31072013-06-27 Tom Tromey <tromey@redhat.com>
3108
3109 * corelow.c (core_gdbarch): Now static.
3110
c9ef825d
TT
31112013-06-27 Tom Tromey <tromey@redhat.com>
3112
3113 * target.c (target_struct_index): Remove.
3114
e5823f1c
PA
31152013-06-27 Pedro Alves <palves@redhat.com>
3116
3117 * infrun.c: Remove comment describing the 'stepping over runtime
3118 loader dynamic symbol resolution code' mechanism; moved to
3119 gdbint.texinfo.
3120
97f8dd09
PA
31212013-06-27 Pedro Alves <palves@redhat.com>
3122
3123 * exceptions.c (catch_command_errors): Remove spurious space.
3124 * exceptions.h (catch_command_errors): Second parameter is "arg",
3125 not "command".
3126
02b1871e
YQ
31272013-06-27 Yao Qi <yao@codesourcery.com>
3128
3129 * common/create-version.sh: Update comments. Handle the case
3130 that TARGET_ALIAS is empty.
3131
bb1b1cf1
PA
31322013-06-26 Pedro Alves <palves@redhat.com>
3133
3134 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
3135 comment.
3136
7b624e71
PA
31372013-06-26 Pedro Alves <palves@redhat.com>
3138
3139 * infrun.c: Update comments on stepping over runtime loader
3140 dynamic symbol resolution code.
3141
74e5a346
SDJ
31422013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
3143
3144 * ax-gdb.h (union exp_element): Forward declare.
3145 * parser-defs.h: Include expression.h.
3146
a2fb2cee
MR
31472013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3148
3149 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
3150
cdba14e0
DK
31512013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
3152
3153 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
3154
f30aa5af
DK
31552013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
3156
3157 Fix trace-status to output proper start-time and stop-time.
3158 * tracepoint.c (trace_status_command): Fix type of printf arg to
3159 prevent improper type conversion.
3160 (trace_status_mi): Likewise.
3161
1aee363c
MR
31622013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3163
3164 * mips-tdep.c (mips_next_pc): Fix a typo.
3165
3356937a
MR
31662013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3167
3168 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
3169
dc673c81
YQ
31702013-06-26 Pedro Alves <pedro@codesourcery.com>
3171 Yao Qi <yao@codesourcery.com>
3172
3173 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
3174 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
3175 * mi/mi-main.c (print_variable_or_computed): New function.
3176 (mi_cmd_trace_frame_collected): New function.
3177 * tracepoint.c (find_trace_state_variable_by_number): New.
3178 (struct traceframe_info): Move to tracepoint.h
3179 (struct collection_list): Likewise.
3180 (do_collect_symbol): Include locals and arguments in the
3181 collected variables list.
3182 (clear_collection_list): Clear wholly collected variables list
3183 and computed variables list.
3184 (append_exp): New function.
3185 (encode_actions_1): Include variables in the wholly
3186 collected variables list. Include memory ranges and
3187 full-fledged expressions in the computed expressions list.
3188 (encode_actions): Move some code to ...
3189 Return the cleanup chain.
3190 (encode_actions_rsp): ... here. New function.
3191 (get_traceframe_location, get_traceframe_info): Remove static.
3192 * tracepoint.h (struct memrange): Moved from tracepoint.c.
3193 (struct collection_list): Moved from tracepoint.c. Add two
3194 new fields 'wholly_collected' and 'computed'.
3195 (find_trace_state_variable_by_number): Declare.
3196 (encode_actions): Adjust declaration.
3197 (encode_actions_rsp): Declare.
3198 (get_traceframe_info, get_traceframe_location): Declare.
3199
3200 * NEWS: Mention new MI command -trace-frame-collected.
3201
28a93511
YQ
32022013-06-26 Pedro Alves <pedro@codesourcery.com>
3203 Yao Qi <yao@codesourcery.com>
3204
3205 * ctf.c (ctf_traceframe_info): Push trace state variables
3206 present in the trace data into the traceframe info object.
3207 * breakpoint.c (DEF_VEC_I): Remove.
3208 * common/filestuff.c (DEF_VEC_I): Likewise.
3209 * dwarf2loc.c (DEF_VEC_I): Likewise.
3210 * mi/mi-main.c (DEF_VEC_I): Likewise.
3211 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
3212 * features/traceframe-info.dtd: Add tvar element and its
3213 attributes.
3214 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
3215 (build_traceframe_info): Push trace state variables present in
3216 the trace data into the traceframe info object.
3217 (traceframe_info_start_tvar): New function.
3218 (tvar_attributes): New.
3219 (traceframe_info_children): Add "tvar" element.
3220 * tracepoint.h (struct traceframe_info) <tvars>: New field.
3221
3222 * NEWS: Mention the change in GDB and GDBserver.
3223
ddacd3c8
YQ
32242013-06-26 Pedro Alves <pedro@codesourcery.com>
3225 Yao Qi <yao@codesourcery.com>
3226
3227 * tracepoint.c (trace_dump_command): Move code to ...
3228 (get_traceframe_location): ... here. New.
3229
05796b35
YQ
32302013-06-26 Pedro Alves <pedro@codesourcery.com>
3231 Yao Qi <yao@codesourcery.com>
3232
3233 * tracepoint.c (trace_dump_command): GDB emits an error
3234 instead of a warning when a traceframe is not selected.
3235
cbfa3b61
YQ
32362013-06-26 Pedro Alves <pedro@codesourcery.com>
3237 Yao Qi <yao@codesourcery.com>
3238
3239 * tracepoint.c (tracepoint_list, stepping_list): Remove.
3240 (clear_collection_list): Free fields 'aexpre_list' and 'list'
3241 in collection_list.
3242 (do_clear_collection_list, init_collection_list): New.
3243 (encode_actions): Add local variables 'tracepoint_list' and
3244 'stepping_list'. Call init_collection_list and make cleanup
3245 which calls do_clear_collection_list. Don't call
3246 clear_collection_list.
3247 (_initialize_tracepoint): Delete references to
3248 'tracepoint_list' and 'stepping_list'.
3249
6e2048d3
TT
32502013-06-25 Tom Tromey <tromey@redhat.com>
3251
3252 * common/create-version.sh (date): Use "$", not "$$" in sed
3253 expression.
3254
42059f0e
KB
32552013-06-25 Kevin Buettner <kevinb@redhat.com>
3256
3257 * NEWS (New targets): Add entry for TI MSP430.
3258
a0743c90
YQ
32592013-06-25 Yao Qi <yao@codesourcery.com>
3260
3261 * remote.c (remote_start_remote): Move code to upload tsv
3262 earlier.
3263
9d6e6e84
HZ
32642013-06-25 Yao Qi <yao@codesourcery.com>
3265 Hui Zhu <hui@codesourcery.com>
3266 Pedro Alves <palves@redhat.com>
3267
3268 PR breakpoints/15075
3269 PR breakpoints/15434
3270 * breakpoint.c (bpstat_stop_status): Call
3271 b->ops->after_condition_true.
3272 (update_dprintf_command_list): Don't append "continue" command
3273 to the command list of dprintf breakpoint.
3274 (base_breakpoint_after_condition_true): New function.
3275 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
3276 (dprintf_after_condition_true): New function.
3277 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
3278 * breakpoint.h (breakpoint_ops): Add after_condition_true.
3279
586cf749
KB
32802013-06-24 Kevin Buettner <kevinb@redhat.com>
3281
3282 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
3283 (ALLDEPFILES): Add msp430-tdep.c.
3284 * configure.tgt (msp430*-*-elf): New target.
3285 * msp430-tdep.c: New file.
3286
1bbce132
MR
32872013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
3288
3289 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
3290 microMIPS synthetic symbols.
3291
3e5d3a5a
MR
32922013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
3293
3294 * objfiles.h (pc_in_section): New prototype.
3295 (in_plt_section): Remove name argument, replace prototype with
3296 static inline function.
3297 * mips-tdep.h: Include "objfiles.h".
3298 (in_mips_stubs_section): New function.
3299 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
3300 in_solib_call_trampoline member.
3301 (hppa_in_solib_call_trampoline): Remove name argument.
3302 * objfiles.c (pc_in_section): New function.
3303 (in_plt_section): Remove function.
3304 * mips-linux-tdep.c: Include "objfiles.h".
3305 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
3306 name argument. Return 1 rather than the low 16-bit halfword of
3307 any instruction examined.
3308 (mips_linux_in_dynsym_resolve_code): Update
3309 mips_linux_in_dynsym_stub call accordingly.
3310 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
3311 rather than an equivalent hand-coded sequence.
3312 * hppa-hpux-tdep.c (in_opd_section): Remove function.
3313 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
3314 (hppa64_hpux_in_solib_call_trampoline): Likewise.
3315 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
3316 in_opd_section.
3317 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
3318 on call to tdep->in_solib_call_trampoline.
3319 (hppa_in_solib_call_trampoline): Remove name argument, update
3320 according to in_plt_section change.
3321 (hppa_skip_trampoline_code): Update according to in_plt_section
3322 change.
3323 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
3324 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
3325 Likewise.
3326 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
3327 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
3328 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
3329 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
3330 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
3331 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
3332 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
3333 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
3334 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
3335 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
3336 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
3337 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
3338 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
3339
b9b26a16
JB
33402013-06-24 Joel Brobecker <brobecker@adacore.com>
3341
3342 * common/create-version.sh: Fix expansion of $host_alias
3343 and $target_alias in generation of HOST_NAME and TARGET_NAME
3344 (resp.).
3345
01208463
TT
33462013-06-24 Tom Tromey <tromey@redhat.com>
3347
3348 * common/create-version.sh: New file.
3349 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
3350 create-version.sh.
3351 (HFILES_NO_SRCDIR): Use common/version.h.
3352 * version.in: Move to ...
3353 * common/version.in: ... here. Replace date with "DATE".
3354 * version.h: Move to ...
3355 * common/version.h: ... here.
3356
bb6b9a5e
JB
33572013-06-21 Joel Brobecker <brobecker@adacore.com>
3358
3359 * gdb/gnulib/Makefile.in: Update date in copyright header.
3360 * gdb/gnulib/configure.ac: Ditto.
3361 * gdb/gnulib/update-gnulib.sh: Ditto.
3362
c3b18ee7
JB
33632013-06-21 Joel Brobecker <brobecker@adacore.com>
3364
3365 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
3366 "gdb/gnulib/import".
3367
85d3b769
WN
33682013-06-21 Will Newton <will.newton@linaro.org>
3369
3370 * doublest.c (ldfrexp): Remove function.
3371 (convert_doublest_to_floatformat): Call frexpl instead of
3372 ldfrexp.
3373
88b48903
WN
33742013-06-21 Will Newton <will.newton@linaro.org>
3375
3376 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
3377 * gnulib/aclocal.m4: Regenerate.
3378 * gnulib/config.in: Regenerate.
3379 * gnulib/configure: Regenerate.
3380 * gnulib/import/Makefile.am: Update.
3381 * gnulib/import/Makefile.in: Update.
3382 * gnulib/import/m4/gnulib-cache.m4: Update.
3383 * gnulib/import/m4/gnulib-comp.m4: Update.
3384 * gnulib/import/float+.h: Import.
3385 * gnulib/import/float.c: Import.
3386 * gnulib/import/float.in.h: Import.
3387 * gnulib/import/fpucw.h: Import.
3388 * gnulib/import/frexp.c: Import.
3389 * gnulib/import/frexpl.c: Import.
3390 * gnulib/import/isnan.c: Import.
3391 * gnulib/import/isnand-nolibm.h: Import.
3392 * gnulib/import/isnand.c: Import.
3393 * gnulib/import/isnanl-nolibm.h: Import.
3394 * gnulib/import/isnanl.c: Import.
3395 * gnulib/import/itold.c: Import.
3396 * gnulib/import/m4/exponentd.m4: Import.
3397 * gnulib/import/m4/exponentl.m4: Import.
3398 * gnulib/import/m4/float_h.m4: Import.
3399 * gnulib/import/m4/fpieee.m4: Import.
3400 * gnulib/import/m4/frexp.m4: Import.
3401 * gnulib/import/m4/frexpl.m4: Import.
3402 * gnulib/import/m4/isnand.m4: Import.
3403 * gnulib/import/m4/isnanl.m4: Import.
3404 * gnulib/import/m4/math_h.m4: Import.
3405 * gnulib/import/math.c: Import.
3406 * gnulib/import/math.in.h: Import.
3407
4353c9e6
JK
34082013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3409
3410 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
3411 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
3412 signature_INTEL_edx comparisons.
3413
e3e06db3
DE
34142013-06-20 Doug Evans <dje@google.com>
3415
6ac97d4c
DE
3416 symtab/15652
3417 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
3418 All callers updated.
3419 (open_dwp_file): If we can't find the dwp file, search the basename
3420 in debug-file-directory.
3421
93417882
DE
3422 * dwarf2read.c (struct dwp_file): Fix comment.
3423 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
3424
e3e06db3
DE
3425 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
3426 better.
3427
0878d0fa
YQ
34282013-06-20 Yao Qi <yao@codesourcery.com>
3429
3430 * breakpoint.c (create_breakpoint): Fix code indentation.
3431
023fa29b
YQ
34322013-06-20 Yao Qi <yao@codesourcery.com>
3433
3434 * breakpoint.c (create_breakpoints_sal_default): Remove
3435 parameter 'lsal'. Update declaration.
3436 (bkpt_create_breakpoints_sal): Caller update.
3437 (tracepoint_create_breakpoints_sal): Likewise.
3438
c898adb7
YQ
34392013-06-20 Pedro Alves <pedro@codesourcery.com>
3440 Yao Qi <yao@codesourcery.com>
3441
3442 * NEWS: Mention the new option '--skip-unavailable' of command
3443 -data-list-register-values.
3444 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
3445 --skip-unavailable option. Adjust to use output_register.
3446 (output_register): Add new 'skip_unavailable' parameter.
3447 Handle it.
3448
4d157a3d
MF
34492013-06-19 Mike Frysinger <vapier@gentoo.org>
3450
3451 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
3452 common/i386-gcc-cpuid.h.
3453 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
3454 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
3455 Copy the latest version from upstream gcc.
3456 * common/linux-btrace.c: Include i386-cpuid.h.
3457 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
3458 call to i386_cpuid.
3459 (cpu_supports_btrace): Likewise.
3460 * go32-nat.c: Include i386-cpuid.h.
3461 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
3462
1ce4db08
DE
34632013-06-19 Doug Evans <dje@google.com>
3464
3465 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
3466 (get_section_index): Ditto.
3467
0e4777df
TT
34682013-06-19 Tom Tromey <tromey@redhat.com>
3469
3470 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
3471 "dprintf" help.
3472
3190f0c6
DE
34732013-06-18 Doug Evans <dje@google.com>
3474
3475 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
3476 before using it.
3477 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
3478 Move test of cu_index closer to use. Print complaint if cu_index
3479 is bad.
3480
8b89a20a
JB
34812013-06-18 Joel Brobecker <brobecker@adacore.com>
3482
3483 * machoread.c (oso_vector): Delete this global.
3484 (macho_register_oso): Add new parameter "oso_vector_ptr".
3485 Use it instead of the "oso_vector" global.
3486 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
3487 (macho_symfile_read): Use a local oso_vector, to be free'ed
3488 at the end of this function, in place of the old "oso_vector"
3489 global. Update various function calls accordingly. Use one
3490 single cleanup chain for the entire function.
3491
59b0c7c1
JB
34922013-06-18 Joel Brobecker <brobecker@adacore.com>
3493
937c708c 3494 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
59b0c7c1
JB
3495 DWARF2_PER_OBJFILE by uses of DATA instead.
3496
427cd150
TT
34972013-06-18 Tom Tromey <tromey@redhat.com>
3498
3499 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
3500 argument.
3501 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
3502 Special case signals other than GDB_SIGNAL_TRAP.
3503 (explains_signal_watchpoint): New function.
3504 (base_breakpoint_explains_signal): Add 'sig' argument.
3505 (initialize_breakpoint_ops): Set 'explains_signal' method for
3506 watchpoints.
3507 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
3508 signal argument.
3509 (bpstat_explains_signal): Likewise.
3510 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
3511
2d57700b
TT
35122013-06-18 Tom Tromey <tromey@redhat.com>
3513
3514 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
3515
ac475191
TT
35162013-06-18 Tom Tromey <tromey@redhat.com>
3517
3518 * python/python.c (finish_python_initialization): Decref
3519 'pythondir' on failure path as well.
3520
5bd1ef56
TT
35212013-06-18 Tom Tromey <tromey@redhat.com>
3522
3523 PR symtab/15391:
3524 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
3525 after taking bits_to_skip into account. Sign extend byte_offset.
3526 * utils.h (gdb_sign_extend): Declare.
3527 * utils.c (gdb_sign_extend): New function.
3528
92fac807
JK
35292013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3530
3531 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
3532
2d503272
PM
35332013-06-17 Pierre Muller <muller@sourceware.org>
3534
3535 * corelow.c (core_open): Print GDB signal name instead of target
3536 signal number.
3537
6916fd98
MF
35382013-06-17 Mike Frysinger <vapier@gentoo.org>
3539
3540 * .gitignore: Add /gcore.
3541
9c02c129
DE
35422013-06-13 Doug Evans <dje@google.com>
3543
3544 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
3545 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
3546
d0548fa2
PM
35472013-06-12 Phil Muldoon <pmuldoon@redhat.com>
3548
3549 * stack.c (backtrace_command_1): Fix indentation.
3550
22128028
JB
35512013-06-11 Joel Brobecker <brobecker@adacore.com>
3552
3553 * window-nat.c (thread_rec): Add missing empty line after
3554 local variable declaration.
3555
2ed3e009
JB
35562013-06-11 Joel Brobecker <brobecker@adacore.com>
3557
3558 * windows-nat.c (thread_rec): Revert format used to print
3559 error code returned by SuspendThread from %d back to %u.
3560
0c3d84be
JB
35612013-06-11 Joel Brobecker <brobecker@adacore.com>
3562
3563 * windows-nat.c (windows_continue): Add "0x" prefix for thread
3564 ID in debug trace.
3565 (get_windows_debug_event): Likewise, for all debug traces.
3566
80e88e1a
JB
35672013-06-11 Joel Brobecker <brobecker@adacore.com>
3568
3569 * window-nat.c (thread_rec): Add thread ID in SuspendThread
3570 warning message.
3571
1edebdbf
YQ
35722013-06-08 Pedro Alves <pedro@codesourcery.com>
3573 Yao Qi <yao@codesourcery.com>
3574
3575 * mi/mi-main.c (get_register): Remove declaration.
3576 (output_register): Declare.
3577 (mi_cmd_data_list_register_values): Remove local variable
3578 'tuple_cleanup'. Move some code into output_register.
3579 (get_register): Renamed to ...
3580 (output_register): ... this. Output the register's
3581 "number" ui_out tuple here.
3582
47d48711
PA
35832013-06-07 Pedro Alves <palves@redhat.com>
3584
3585 * darwin-nat.c: Fix formating in copyright header.
3586 * darwin-nat.h: Likewise.
3587 * gnu-nat.c: Likewise.
3588 * machoread.c: Likewise.
3589
3aee8918
PA
35902013-06-07 Pedro Alves <palves@redhat.com>
3591
5f2b57b5 3592 PR server/14823
3aee8918
PA
3593 * regformats/regdat.sh: Output #include tdesc.h. Make globals
3594 static. Output a global target description pointer.
3595 (init_registers_${name}): Adjust to initialize a
3596 target description structure.
3597
fe8400b4
WN
35982013-06-07 Will Newton <will.newton@linaro.org>
3599
3600 * printcmd.c (build_address_symbolic): Call
3601 gdbarch_addr_bits_remove for text minimal symbols.
3602
20df6206
WN
36032013-06-07 Will Newton <will.newton@linaro.org>
3604
3605 * MAINTAINERS: Add myself to Write After Approval.
3606
aef525cb
YQ
36072013-06-07 Yao Qi <yao@codesourcery.com>
3608
3609 * tracepoint.c (start_tracing): Move code to ...
3610 (trace_reset_local_state): ... here. New.
3611 (disconnect_tracing): Don't call set_current_traceframe,
3612 set_tracepoint_num, and set_traceframe_context. Call
3613 trace_reset_local_state instead.
3614 (tfile_close): Call trace_reset_local_state.
3615 * ctf.c (ctf_close): Likewise.
3616 * remote.c (remote_close): Likewise.
3617 * tracepoint.h (trace_reset_local_state): Declare.
3618
d2415c6c
DE
36192013-06-06 Doug Evans <dje@google.com>
3620
3621 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
3622 and fix header docs.
3623
69fc87c2
DE
36242013-06-05 Doug Evans <dje@google.com>
3625 Keith Seitz <keiths@redhat.com>
3626
3627 PR 15519
3628 * cp-namespace.c (find_symbol_in_baseclass): Call
3629 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
3630 Check result of call to lookup_symbol_static.
3631 Call lookup_static_symbol_aux unconditionally.
3632 Call check_typedef on base types before accessing them.
3633 (cp_lookup_nested_symbol): Fix comment.
3634
a513d1e8
LM
36352013-06-05 Luis Machado <lgustavo@codesourcery.com>
3636
3637 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
3638 minimal symbols pointing to function descriptors.
3639
351a6f02
TT
36402013-06-05 Tom Tromey <tromey@redhat.com>
3641
3642 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
3643
5e1b953b 36442013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
c7c0b644 3645 Pedro Alves <palves@redhat.com>
5e1b953b
SDJ
3646
3647 * remote.c (remote_wait_as): Restore signal handler before returning
3648 when GDB gets a notification.
3649
f9e14852
GB
36502013-06-04 Gary Benson <gbenson@redhat.com>
3651
8445cbf1 3652 PR 2328
f9e14852
GB
3653 * breakpoint.h (handle_solib_event): Moved function declaration
3654 to solib.h.
3655 * breakpoint.c (handle_solib_event): Moved function to solib.c.
3656 (bpstat_stop_status): Pass new argument to handle_solib_event.
3657 * solib.h (update_solib_breakpoints): New function declaration.
3658 (handle_solib_event): Moved function declaration from
3659 breakpoint.h.
3660 * solib.c (update_solib_breakpoints): New function.
3661 (handle_solib_event): Moved function from breakpoint.c.
3662 Updated to call solib_ops->handle_event if not NULL.
3663 * solist.h (target_so_ops): New fields "update_breakpoints" and
3664 "handle_event".
3665 * infrun.c (set_stop_on_solib_events): New function.
3666 (_initialize_infrun): Use the above for "set
3667 stop-on-solib-events".
3668 (handle_inferior_event): Pass new argument to handle_solib_event.
3669 * solib-svr4.c (probe.h): New include.
3670 (svr4_free_library_list): New forward declaration.
3671 (probe_action): New enum.
3672 (probe_info): New struct.
3673 (probe_info): New static variable.
3674 (NUM_PROBES): New definition.
3675 (svr4_info): New fields "using_xfer", "probes_table" and
3676 "solib_list".
3677 (free_probes_table): New function.
3678 (free_solib_list): New function.
3679 (svr4_pspace_data_cleanup): Free probes table and solib list.
3680 (svr4_copy_library_list): New function.
3681 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
3682 (svr4_read_so_list): New parameter "prev_lm".
3683 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
3684 (svr4_current_sos): New function.
3685 (probe_and_action): New struct.
3686 (hash_probe_and_action): New function.
3687 (equal_probe_and_action): Likewise.
3688 (register_solib_event_probe): Likewise.
3689 (solib_event_probe_at): Likewise.
3690 (solib_event_probe_action): Likewise.
3691 (solist_update_full): Likewise.
3692 (solist_update_incremental): Likewise.
3693 (disable_probes_interface_cleanup): Likewise.
3694 (svr4_handle_solib_event): Likewise.
3695 (svr4_update_solib_event_breakpoint): Likewise.
3696 (svr4_update_solib_event_breakpoints): Likewise.
3697 (svr4_create_solib_event_breakpoints): Likewise.
3698 (enable_break): Free probes table before creating breakpoints.
3699 Use svr4_create_solib_event_breakpoints to create breakpoints.
3700 (svr4_solib_create_inferior_hook): Free the solib list.
3701 (_initialize_svr4_solib): Initialise
3702 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
3703
ced63ec0
GB
37042013-06-04 Gary Benson <gbenson@redhat.com>
3705
3706 * target.h (target_ops): New field
3707 "to_augmented_libraries_svr4_read".
3708 (target_augmented_libraries_svr4_read): New macro.
3709 * target.c (update_current_target): Handle
3710 to_augmented_libraries_svr4_read.
3711 * remote.c (remote_state): New field
3712 "augmented_libraries_svr4_read".
3713 (remote_augmented_libraries_svr4_read_feature): New function.
3714 (remote_protocol_features): Add entry for
3715 "augmented-libraries-svr4-read".
3716 (remote_augmented_libraries_svr4_read): New function.
3717 (init_remote_ops): Initialize
3718 remote_ops.to_augmented_libraries_svr4_read.
3719
7f91dbec
GB
37202013-06-04 Gary Benson <gbenson@redhat.com>
3721
3722 * NEWS: Update.
3723
607ece04
GB
37242013-06-04 Gary Benson <gbenson@redhat.com>
3725
3726 * objfiles.h (inhibit_section_map_updates): New function
3727 declaration.
3728 (resume_section_map_updates): Likewise.
3729 (resume_section_map_updates_cleanup): Likewise.
3730 * objfiles.c (objfile_pspace_info): Removed field
3731 "objfiles_changed_p". New fields "new_objfiles_available",
3732 "section_map_dirty" and "inhibit_updates".
3733 (allocate_objfile): Set new_objfiles_available.
3734 (free_objfile): Set section_map_dirty.
3735 (objfile_relocate1): Likewise.
3736 (in_plt_section): Likewise.
3737 (find_pc_section): Update the conditions under which the
3738 section map will be updated.
3739 (inhibit_section_map_updates): New function.
3740 (resume_section_map_updates): Likewise.
3741 (resume_section_map_updates_cleanup): Likewise.
3742
9ee6a5ac
GB
37432013-06-04 Gary Benson <gbenson@redhat.com>
3744
3745 * probe.h (get_probe_argument_count): New declaration.
3746 (evaluate_probe_argument): Likewise.
3747 * probe.c (get_probe_argument_count): New function.
3748 (evaluate_probe_argument): Likewise.
3749 (probe_safe_evaluate_at_pc): Use the above new functions.
3750
845d4708
AM
37512013-06-04 Alan Modra <amodra@gmail.com>
3752
3753 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
3754 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
3755 (ppc_insns_match_pattern): Add frame param. Avoid multiple
3756 target mem reads on optional insns.
3757 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
3758 ppc_insns_match_pattern calls.
3759 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
3760 Add match for power7 thread safety insns, and new order of
3761 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
3762 invocation in comment, and update rest of comment.
3763 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
3764 PPC64_STANDARD_LINKAGE3_LEN): Delete.
3765 (ppc64_standard_linkage2_target): Update insn offsets.
3766 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
3767 stubs first. Update calls.
3768
404e278f
YQ
37692013-06-04 Yao Qi <yao@codesourcery.com>
3770
3771 * solib.c (solib_find): Don't need dir separator if path has
3772 drive spec.
3773
f6aea118
JB
37742013-06-03 Joel Brobecker <brobecker@adacore.com>
3775
3776 Revert (indirectly causes a SIGSEGV):
3777 * machoread.c (macho_symfile_read): Assign first cleanup to
3778 'back_to'.
3779
87967e27
YQ
37802013-06-03 Yao Qi <yao@codesourcery.com>
3781
3782 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
3783 mi-parse.c. Make them static.
3784 (mi_all_values): Likewise.
3785 (mi_parse_values_option): Move to mi-parse.c. Rename it to
3786 mi_parse_print_values. Make it external.
3787 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
3788 Remove the declarations.
3789 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
3790 * mi/mi-parse.h (mi_parse_print_values): Declare.
3791 * mi/mi-cmd-stack.c: Include mi-parse.h.
3792 (parse_print_values): Remove
3793 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
3794 of parse_print_values.
3795 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
3796
3ca73e0c
YQ
37972013-05-31 Pedro Alves <pedro@codesourcery.com>
3798 Yao Qi <yao@codesourcery.com>
3799
3800 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
3801 (encode_actions): Move code to ...
3802 (all_tracepoint_actions_and_cleanup): ... here. New.
3803 (trace_dump_command): Likewise.
3804
4e993a19
TT
38052013-05-30 Tom Tromey <tromey@redhat.com>
3806
3807 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
3808
e3b76b4f
TT
38092013-05-30 Tom Tromey <tromey@redhat.com>
3810
3811 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
3812 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
3813 'old_chain' argument. Add 'parser_result' argument.
3814 (gdb_xml_create_parser_and_cleanup): Remove old version.
3815 (gdb_xml_parse_quick): Update.
3816 (xml_process_xincludes): Update.
3817 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
3818 declare.
3819
db26349c
TT
38202013-05-30 Tom Tromey <tromey@redhat.com>
3821
3822 * probe.c (collect_probes): Check arguments for NULL before
3823 calling compile_rx_or_error.
3824 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
3825 Remove NULL return.
3826
77f9e713
TT
38272013-05-30 Tom Tromey <tromey@redhat.com>
3828
3829 * infrun.c (adjust_pc_after_break): Introduce an outer null
3830 cleanup.
3831
45475de7
TT
38322013-05-30 Tom Tromey <tromey@redhat.com>
3833
3834 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
3835
ac5007fd
TT
38362013-05-30 Tom Tromey <tromey@redhat.com>
3837
3838 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
3839 for 'old_chain'. Do not check 'head' before processing
3840 cleanups.
3841
cd82eddc
TT
38422013-05-30 Tom Tromey <tromey@redhat.com>
3843
3844 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
3845 "cleanup_tuple".
3846
57cee33a
TT
38472013-05-30 Tom Tromey <tromey@redhat.com>
3848
3849 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
3850 inner scope. Unconditionally call do_cleanups.
3851
795d915c
TT
38522013-05-30 Tom Tromey <tromey@redhat.com>
3853
3854 * source.c (find_and_open_source): Call do_cleanups.
3855
1fc3cf4a
TT
38562013-05-30 Tom Tromey <tromey@redhat.com>
3857
3858 * linux-thread-db.c (thread_db_load_search): Unconditionally
3859 call do_cleanups.
3860
e35ac9bf
TT
38612013-05-30 Tom Tromey <tromey@redhat.com>
3862
3863 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
3864 for 'cleanup'; instead use a later one.
3865
f3300387
TT
38662013-05-30 Tom Tromey <tromey@redhat.com>
3867
3868 * python/py-breakpoint.c (bppy_get_commands): Use
3869 explicit, unconditional return.
3870 * python/py-frame.c (frapy_read_var): Likewise.
3871 * python/python.c (gdbpy_decode_line): Likewise.
3872
c27e16e3
TT
38732013-05-30 Tom Tromey <tromey@redhat.com>
3874
3875 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
3876 do_cleanups on all return paths.
3877
5ae85e44
TT
38782013-05-30 Tom Tromey <tromey@redhat.com>
3879
3880 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
3881
73b8d9da
TT
38822013-05-30 Tom Tromey <tromey@redhat.com>
3883
3884 * stabsread.c (read_struct_type): Call do_cleanups along
3885 all return paths.
3886
7d266584
MR
38872013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3888
3889 * mips-linux-tdep.c: Adjust formatting throughout.
3890
0f900f54
TT
38912013-05-30 Tom Tromey <tromey@redhat.com>
3892
3893 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
3894 along all return paths.
3895
a991ac28
TT
38962013-05-30 Tom Tromey <tromey@redhat.com>
3897
3898 * symfile.c (find_separate_debug_file): Call do_cleanups
3899 along all return paths.
3900
1abaf042
TT
39012013-05-30 Tom Tromey <tromey@redhat.com>
3902
3903 * symtab.c (search_symbols): Introduce a null cleanup for
3904 'retval_chain'.
3905
edefe1da
TT
39062013-05-30 Tom Tromey <tromey@redhat.com>
3907
3908 * python/py-value.c (valpy_binop): Call do_cleanups before
3909 exiting loop.
3910
54f72dcc
TT
39112013-05-30 Tom Tromey <tromey@redhat.com>
3912
3913 * python/py-prettyprint.c (print_children): Remove extra
3914 do_cleanups call.
3915
af1c6971
TT
39162013-05-30 Tom Tromey <tromey@redhat.com>
3917
3918 * python/py-frame.c (frapy_read_var): Call do_cleanups along
3919 all return paths.
3920
b862ce75
TT
39212013-05-30 Tom Tromey <tromey@redhat.com>
3922
3923 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
3924 along all return paths.
3925
e12fefc8
TT
39262013-05-30 Tom Tromey <tromey@redhat.com>
3927
3928 * cli/cli-logging.c (set_logging_redirect): Unconditionally
3929 call do_cleanups.
3930
4867f990
TT
39312013-05-30 Tom Tromey <tromey@redhat.com>
3932
3933 * varobj.c (c_value_of_root): Call do_cleanups along all
3934 return paths.
3935
4fd2d6af
TT
39362013-05-30 Tom Tromey <tromey@redhat.com>
3937
3938 * tracepoint.c (trace_dump_command): Unconditionally call
3939 do_cleanups.
3940
752eb8b4
TT
39412013-05-30 Tom Tromey <tromey@redhat.com>
3942
3943 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
3944 do_cleanups earlier.
3945
e42d0aa5
TT
39462013-05-30 Tom Tromey <tromey@redhat.com>
3947
3948 * machoread.c (macho_symfile_read): Assign first cleanup to
3949 'back_to'.
3950
4bbc010a
TT
39512013-05-30 Tom Tromey <tromey@redhat.com>
3952
3953 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
3954
b9635925
TT
39552013-05-30 Tom Tromey <tromey@redhat.com>
3956
3957 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
3958
25f43500
TT
39592013-05-30 Tom Tromey <tromey@redhat.com>
3960
3961 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
3962 call discard_cleanups.
3963 (inf_ptrace_attach): Likewise.
3964
d6a2e54a
TT
39652013-05-30 Tom Tromey <tromey@redhat.com>
3966
3967 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
3968 return paths.
3969 (mips_initialize): Likewise.
3970 (common_open): Call do_cleanups.
3971
48be7c1b
TT
39722013-05-30 Tom Tromey <tromey@redhat.com>
3973
3974 * utils.c (internal_vproblem): Call do_cleanups.
3975
e61727ab
TT
39762013-05-30 Tom Tromey <tromey@redhat.com>
3977
3978 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
3979
b81b921f
TT
39802013-05-30 Tom Tromey <tromey@redhat.com>
3981
3982 * cli/cli-script.c (setup_user_args): Don't return after error.
3983
fe48dfb1
TT
39842013-05-30 Tom Tromey <tromey@redhat.com>
3985
3986 * somread.c (som_symtab_read): Call do_cleanups.
3987
27833de7
TT
39882013-05-30 Tom Tromey <tromey@redhat.com>
3989
3990 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
3991
5b3fca71
TT
39922013-05-30 Tom Tromey <tromey@redhat.com>
3993
3994 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
3995 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
3996 * interps.c (interpreter_exec_cmd): Call do_cleanups.
3997 * source.c (show_substitute_path_command): Call do_cleanups.
3998 (unset_substitute_path_command, set_substitute_path_command):
3999 Likewise.
4000 * symfile.c (load_command): Call do_cleanups.
4001
af83e3f8
TT
40022013-05-30 Tom Tromey <tromey@redhat.com>
4003
4004 * contrib/cleanup_check.py: New file.
4005 * contrib/gcc-with-excheck: Add option parsing.
4006
564eac42
JB
40072013-05-30 Joel Brobecker <brobecker@adacore.com>
4008
4009 * windows-nat.c (windows_delete_thread): Add missing space
4010 in cast expression.
4011
47902076
HAQ
40122013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
4013
4014 * inferior.c (top level): Include tilde.h.
4015 (add_inferior_command): Call tilde_expand on the value of 'exec'
4016 argument.
4017
23da373a
YQ
40182013-05-30 Pedro Alves <pedro@codesourcery.com>
4019 Yao Qi <yao@codesourcery.com>
4020
4021 * tracepoint.c (encode_actions_1): Remove parameter 't'.
4022 Caller update.
4023 (encode_actions): Likewise.
4024 * remote.c (remote_download_tracepoint): Caller update.
4025 * tracepoint.h (encode_actions): Update declaration.
4026
a6e6f791
PA
40272013-05-30 Pedro Alves <palves@redhat.com>
4028
4029 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4030 pointer.
4031
36d25514
YQ
40322013-05-30 Yao Qi <yao@codesourcery.com>
4033
4034 * remote.c (remote_check_symbols): Remove unused parameter
4035 'objfile'.
4036 Declaration update.
4037 (remote_start_remote, remote_new_objfile): Caller update.
4038
62a813cc
YQ
40392013-05-30 Yao Qi <yao@codesourcery.com>
4040
4041 * mi/mi-cmds.c (mi_cmds): Define MI command
4042 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4043 DEF_MI_CMD_CLI.
4044
28439a30
PA
40452013-05-29 Pedro Alves <palves@redhat.com>
4046
4047 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4048 (remote_insert_watchpoint, remote_remove_watchpoint)
4049 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4050 (remote_verify_memory, compare_sections_command)
4051 (remote_search_memory): Set the general process/thread on the
4052 remote side.
4053
6ac1c082
PA
40542013-05-29 Pedro Alves <palves@redhat.com>
4055
4056 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4057 (_initialize_aarch64_tdep): Don't call
4058 initialize_tdesc_aarch64_without_fpu.
4059 * features/Makefile (WHICH): Remove reference to
4060 aarch64-without-fpu.
4061 * features/aarch64-without-fpu.c: Delete file.
4062 * regformats/aarch64-without-fpu.dat: Delete file.
4063
a73e3634
YQ
40642013-05-28 Yao Qi <yao@codesourcery.com>
4065
4066 * tracepoint.c (stringify_collection_list): Remove parameter
4067 'string'.
4068 (encode_actions): Caller update. Remove local variables.
4069
c0ea94eb
YQ
40702013-05-24 Yao Qi <yao@codesourcery.com>
4071
4072 * tracepoint.c (TFILE_PID): Remove.
4073 (tfile_open): Don't add thread and inferior.
4074 (tfile_close): Don't set 'inferior_ptid'. Don't call
4075 exit_inferior_silent.
4076 (tfile_thread_alive): Remove.
4077 (init_tfile_ops): Don't set field 'to_thread_alive' of
4078 tfile_ops.
4079
20d7f211
DE
40802013-05-23 Doug Evans <dje@google.com>
4081
4082 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
4083
8658d16d
PA
40842013-05-23 Pedro Alves <palves@redhat.com>
4085
4086 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
4087 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
4088 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
4089 Only define if HAVE_SOCKETS is defined.
4090 * configure.ac: Check for sys/socket.h.
4091 * config.in, configure: Regenerate.
4092
21aa081e
PA
40932013-05-23 Pedro Alves <palves@redhat.com>
4094
4095 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
4096 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
4097 printing uint32_t variables.
4098
c2d6af84
PA
40992013-05-23 Pedro Alves <palves@redhat.com>
4100
4101 * NEWS: Mention GDBserver range stepping support.
4102
c1e36e3e
PA
41032013-05-23 Yao Qi <yao@codesourcery.com>
4104 Pedro Alves <palves@redhat.com>
4105
4106 * gdbthread.h (struct thread_control_state) <may_range_step>: New
4107 field.
4108 * infcmd.c (step_once, until_next_command): Enable range stepping.
4109 * infrun.c (displaced_step_prepare): Disable range stepping.
4110 (resume): Disable range stepping if stepping over a breakpoint or
4111 we have software watchpoints. If range stepping is enabled,
4112 assert the thread is in the stepping range.
4113 (clear_proceed_status_thread): Clear may_range_step.
4114 (handle_inferior_event): Disable range stepping as soon as we know
4115 the thread that hit the event. Re-enable it whenever we're going
4116 to step with a step range.
4117 * remote.c (struct vCont_action_support) <r>: New field.
4118 (use_range_stepping): New global.
4119 (remote_vcont_probe): Handle 'r' action.
4120 (append_resumption): Append an 'r' action if the thread may range
4121 step.
4122 (show_range_stepping): New function.
4123 (set_range_stepping): New function.
4124 (_initialize_remote): Call add_setshow_boolean_cmd to register the
4125 'set range-stepping' and 'show range-stepping' commands.
4126 * NEWS: Mention range stepping, the new vCont;r action, and the
4127 new "set/show range-stepping" commands.
4128
d458bd84
PA
41292013-05-23 Yao Qi <yao@codesourcery.com>
4130 Pedro Alves <palves@redhat.com>
4131
4132 * remote.c (struct vCont_action_support): New struct.
4133 (struct remote_state) <support_vCont_t>: Remove field.
4134 <vCont_actions_support>: New field.
4135 (remote_vcont_probe, remote_stop_ns): Update.
4136
ce4c476a
PA
41372013-05-23 Yao Qi <yao@codesourcery.com>
4138 Pedro Alves <palves@redhat.com>
4139
4140 * gdbthread.h (pc_in_thread_step_range): New declaration.
4141 * thread.c (pc_in_thread_step_range): New function.
4142 * infrun.c (handle_inferior_event): Use it.
4143
ce70887a
JB
41442013-05-23 Joel Brobecker <brobecker@adacore.com>
4145
4146 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
4147 of sprintf.
4148
55b87a52
KS
41492013-05-22 Keith Seitz <keiths@redhat.com>
4150
4151 * ada-lang.c (is_known_support_routine): Add explicit free of
4152 'func_name' from find_frame_funname.
4153 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
4154 for func_name from find_frame_funname.
4155 * python/py-frame.c (frapy_name): Add explicit free of
4156 'name' from find_frame_funname.
4157 * stack.c (find_frame_funname): Add comment explaining that
4158 funcp must be freed by the caller.
4159 Return copy of symbol names instead of pointers.
4160 (print_frame): Add a cleanup for 'funname' from
4161 find_frame_funname.
4162 * stack.h (find_frame_funname): Remove "const" from
4163 'funname' parameter.
4164
5f2e6b00
TT
41652013-05-22 Tom Tromey <tromey@redhat.com>
4166
4167 PR c++/15401:
4168 * c-valprint.c (c_value_print): Use value_addr for
4169 references. Convert back to reference type with value_ref.
4170
d85c4847
EZ
41712013-05-22 Eli Zaretskii <eliz@gnu.org>
4172
4173 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
4174 unloaded DLL, it will be done by handle_solib_event. See
4175 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
4176 details.
4177
54eb231c
PM
41782013-05-22 Phil Muldoon <pmuldoon@redhat.com>
4179
4180 * ui-out.c: Create typedef ui_out_level_p and define vector
4181 operations for that type.
4182 (struct ui_out): Use a vector instead of an array.
4183 (current_level): Return level from a vector.
4184 (push_level): Create a level in a vector.
4185 (pop_level): Delete a level in a vector.
4186 (ui_out_new): Create initial level zero level, and store in a
4187 vector.
4188 (ui_out_destroy): Add vector cleanup.
4189
ac90359c
PA
41902013-05-22 Pedro Alves <palves@redhat.com>
4191
4192 * python/python-internal.h (gdb_Py_DECREF): Tag with
4193 "ARI: editCase function".
4194
6dcc1893
PP
41952013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4196
4197 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
4198
c8c735b9
PA
41992013-05-21 Pedro Alves <palves@redhat.com>
4200
4201 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4202 whether PRINTER is NULL before installing a Py_DECREF cleanup.
4203 * python/py-utils.c (py_decref): Don't check for NULL before
4204 calling Py_DECREF.
4205
1915daeb
PA
42062013-05-21 Pedro Alves <palves@redhat.com>
4207
4208 * python/py-utils.c (py_decref): Remove extra braces.
4209 (gdb_pymodule_addobject): Remove extra braces.
4210 * python-internal.h (gdb_Py_DECREF): New static inline function.
4211 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
4212
bd9673a4
PW
42132013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4214
4215 * breakpoints.c (detach_breakpoints): Do not
4216 detach breakpoints locations with loc_type bp_loc_other.
4217
ff6009d0
JK
42182013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4219
4220 Workaround Python 2.6.
4221 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
4222 a block.
4223
3641da11
JK
42242013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4225
4226 Code cleanup: constification.
4227 * solib.c (solib_ops): Make return type and ops variable type const.
4228 (set_solib_ops): Make the new_ops parameter and ops variable const.
4229 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
4230 (solib_add, solib_keep_data_in_core, clear_solib)
4231 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
4232 (reload_shared_libraries, solib_global_lookup): Make the ops variable
4233 const.
4234 * solib.h (set_solib_ops): Make the new_ops parameter const.
4235
776af39e
JB
42362013-05-21 Joel Brobecker <brobecker@adacore.com>
4237
4238 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
4239 variable.
4240 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
4241 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
4242 (SYSTEM_GDBINIT_FILES): New variables.
4243 (all): Add stamp-system-gdbinit.
4244 (stamp-system-gdbinit): New rule.
4245 (clean-system-gdbinit, install-system-gdbinit)
4246 (uninstall-system-gdbinit): New rules. Make them .PHONY.
4247 (install-only): Add dependency on install-system-gdbinit.
4248 (uninstall): Add dependency on uninstall-system-gdbinit.
4249 (clean): Add dependency on clean-system-gdbinit.
4250 * system-gdbinit/elinos.py: New file.
4251 * system-gdbinit/wrs-linux.py: New file.
4252
1509e573
JB
42532013-05-21 Joel Brobecker <brobecker@adacore.com>
4254
4255 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
4256
c5867ab6
HZ
42572013-05-21 Hui Zhu <hui@codesourcery.com>
4258
4259 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
4260 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
4261 * mi/mi-cmd-break.c (ctype.h): New include.
4262 (gdb_obstack.h): New include.
4263 (mi_argv_to_format, mi_cmd_break_insert_1): New.
4264 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
4265 (mi_cmd_dprintf_insert): New.
4266 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
4267 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
4268
7d38e38f
TT
42692013-05-20 Tom Tromey <tromey@redhat.com>
4270
4271 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
4272
97b77b39
TT
42732013-05-20 Tom Tromey <tromey@redhat.com>
4274
4275 * python/py-value.c (valpy_get_dynamic_type): Simplify
4276 dynamic_type assignment. Use Py_XINCREF.
4277
53e66479
TT
42782013-05-20 Tom Tromey <tromey@redhat.com>
4279
4280 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
4281
dcf87832
TT
42822013-05-20 Tom Tromey <tromey@redhat.com>
4283
4284 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
4285 (gdbpy_selected_frame): Move object-construction code
4286 out of TRY_CATCH.
4287
aa36459a
TT
42882013-05-20 Tom Tromey <tromey@redhat.com>
4289
4290 * python/py-arch.c (gdbpy_initialize_arch): Use
4291 gdb_pymodule_addobject.
4292 * python/py-block.c (gdbpy_initialize_blocks): Use
4293 gdb_pymodule_addobject.
4294 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
4295 gdb_pymodule_addobject.
4296 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
4297 gdb_pymodule_addobject.
4298 * python/py-event.c (gdbpy_initialize_event_generic): Use
4299 gdb_pymodule_addobject.
4300 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
4301 gdb_pymodule_addobject.
4302 * python/py-evts.c (add_new_registry): Use
4303 gdb_pymodule_addobject.
4304 (gdbpy_initialize_py_events): Likewise.
4305 * python/py-finishbreakpoint.c
4306 (gdbpy_initialize_finishbreakpoints): Use
4307 gdb_pymodule_addobject.
4308 * python/py-frame.c (gdbpy_initialize_frames): Use
4309 gdb_pymodule_addobject.
4310 * python/py-function.c (gdbpy_initialize_functions): Use
4311 gdb_pymodule_addobject.
4312 * python/py-inferior.c (gdbpy_initialize_inferior): Use
4313 gdb_pymodule_addobject.
4314 * python/py-infthread.c (gdbpy_initialize_thread): Use
4315 gdb_pymodule_addobject.
4316 * python/py-objfile.c (gdbpy_initialize_objfile): Use
4317 gdb_pymodule_addobject.
4318 * python/py-param.c (gdbpy_initialize_parameters): Use
4319 gdb_pymodule_addobject.
4320 * python/py-progspace.c (gdbpy_initialize_pspace): Use
4321 gdb_pymodule_addobject.
4322 * python/py-symbol.c (gdbpy_initialize_symbols): Use
4323 gdb_pymodule_addobject.
4324 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
4325 gdb_pymodule_addobject.
4326 * python/py-type.c (gdbpy_initialize_types): Use
4327 gdb_pymodule_addobject.
4328 * python/py-utils.c (gdb_pymodule_addobject): New function.
4329 * python/py-value.c (gdbpy_initialize_values): Use
4330 gdb_pymodule_addobject.
4331 * python/python-internal.h (gdb_pymodule_addobject): Declare.
4332 * python/python.c (_initialize_python): Use
4333 gdb_pymodule_addobject.
4334
3d4a3c3e
TT
43352013-05-20 Tom Tromey <tromey@redhat.com>
4336
4337 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
4338 * python/py-param.c (get_set_value, get_show_value): Use
4339 explicit decrefs.
4340 * python/python.c (start_type_printers, apply_type_printers):
4341 Use explicit decrefs.
4342
72ff8829
TT
43432013-05-20 Tom Tromey <tromey@redhat.com>
4344
4345 * python/py-evts.c (gdbpy_initialize_py_events): Don't
4346 incref the module.
4347
02146ba5
TT
43482013-05-20 Tom Tromey <tromey@redhat.com>
4349
4350 * python/python.c (gdbpy_run_events): Decref the result
4351 of PyObject_CallObject.
4352
33ee792f
TT
43532013-05-20 Tom Tromey <tromey@redhat.com>
4354
4355 * python/py-symtab.c (set_sal): Use
4356 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
4357 (symtab_and_line_to_sal_object): Update.
4358
fcb49fc8
TT
43592013-05-20 Tom Tromey <tromey@redhat.com>
4360
4361 * python/py-param.c (compute_enum_values): Decref 'item'.
4362
0646da15
TT
43632013-05-20 Tom Tromey <tromey@redhat.com>
4364
4365 * mi/mi-main.c: Include python-internal.h.
4366 (mi_cmd_list_features): Check gdb_python_initialized.
4367 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
4368 (python_inferior_exit, python_new_objfile, add_thread_object)
4369 (delete_thread_object, py_free_inferior): Check
4370 gdb_python_initialized.
4371 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4372 gdb_python_initialized.
4373 * python/py-type.c (save_objfile_types): Check
4374 gdb_python_initialized.
4375 * python/python-internal.h (gdb_python_initialized): Declare.
4376 * python/python.c (ensure_python_env): Throw exception if
4377 Python not initialized.
4378 (before_prompt_hook, source_python_script_for_objfile)
4379 (start_type_printers, apply_type_printers,
4380 free_type_printers): Check gdb_python_initialized.
4381 * varobj.c (varobj_get_display_hint)
4382 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
4383 (install_new_value_visualizer, varobj_set_visualizer)
4384 (value_get_print_value): Check gdb_python_initialized.
4385
999633ed
TT
43862013-05-20 Tom Tromey <tromey@redhat.com>
4387
4388 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
4389 Check errors.
4390 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
4391 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
4392 Check errors.
4393 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
4394 Check errors.
4395 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
4396 Check errors.
4397 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
4398 Check errors.
4399 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
4400 init function to return 'int'.
4401 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
4402 Return 'int'. Check errors.
4403 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
4404 Check errors.
4405 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
4406 Return 'int'. Check errors.
4407 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
4408 Check errors.
4409 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
4410 Check errors.
4411 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
4412 Check errors.
4413 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
4414 Check errors.
4415 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
4416 Check errors.
4417 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
4418 Check errors.
4419 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
4420 Check errors.
4421 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
4422 Check errors.
4423 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
4424 Check errors.
4425 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
4426 Check errors.
4427 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
4428 Check errors.
4429 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
4430 Check errors.
4431 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
4432 Check errors.
4433 * python/python-internal.h (gdbpy_initialize_auto_load,
4434 gdbpy_initialize_values, gdbpy_initialize_frames,
4435 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
4436 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
4437 gdbpy_initialize_blocks, gdbpy_initialize_types,
4438 gdbpy_initialize_functions, gdbpy_initialize_pspace,
4439 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
4440 gdbpy_initialize_finishbreakpoints,
4441 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
4442 gdbpy_initialize_thread, gdbpy_initialize_inferior,
4443 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
4444 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
4445 gdbpy_initialize_signal_event,
4446 gdbpy_initialize_breakpoint_event,
4447 gdbpy_initialize_continue_event,
4448 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
4449 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
4450 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4451 * python/python.c (gdb_python_initialized): New global.
4452 (gdbpy_initialize_events): Return 'int'. Check errors.
4453 (_initialize_python): Check errors. Set
4454 gdb_python_initialized.
4455
18868860
TT
44562013-05-20 Tom Tromey <tromey@redhat.com>
4457
4458 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
4459 Decref the reslut of PyObject_CallMethod.
4460
9f4ff0c2
TT
44612013-05-20 Tom Tromey <tromey@redhat.com>
4462
4463 * python/py-event.c (gdbpy_initialize_event_generic): Return
4464 early if PyType_Ready fails.
4465
0d3a2e8a
TT
44662013-05-20 Tom Tromey <tromey@redhat.com>
4467
4468 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
4469 as 'default' in the switch.
4470
b86af38a
TT
44712013-05-20 Tom Tromey <tromey@redhat.com>
4472
4473 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
4474 get_addr_from_python calls out of TRY_CATCH.
4475 (infpy_write_memory, infpy_search_memory): Likewise.
4476 * python/py-utils.c (get_addr_from_python): Return negative
4477 value on error. Use TRY_CATCH.
4478 * python/python-internal.h (get_addr_from_python): Use
4479 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4480
c127ec58
TT
44812013-05-20 Tom Tromey <tromey@redhat.com>
4482
4483 * python/py-event.c (evpy_emit_event): Decref the
4484 result of PyObject_CallFunctionObjArgs.
4485
ba327838
TT
44862013-05-20 Tom Tromey <tromey@redhat.com>
4487
4488 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
4489 Correctly decref.
4490
d8191432
TT
44912013-05-20 Tom Tromey <tromey@redhat.com>
4492
4493 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
4494
5d153bd1
TT
44952013-05-20 Tom Tromey <tromey@redhat.com>
4496
4497 * python/py-event.h (gdbpy_initialize_event_generic): Use
4498 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4499 * python/py-evts.c (add_new_registry): Use
4500 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4501 * python/python-internal.h
4502 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
4503
56cc411c
TT
45042013-05-20 Tom Tromey <tromey@redhat.com>
4505
4506 * python/py-arch.c (archpy_disassemble): Update.
4507 * python/py-type.c (typy_get_composite, typy_lookup_typename)
4508 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
4509 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
4510 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
4511 macro.
4512 (GDB_PY_HANDLE_EXCEPTION): Update.
4513 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
4514
8919e174
TT
45152013-05-20 Tom Tromey <tromey@redhat.com>
4516
4517 * python/python-internal.h (events_object_type): Remove.
4518
9b08f225
TT
45192013-05-20 Tom Tromey <tromey@redhat.com>
4520
f5aee5ee
AM
4521 * python/py-event.h (evpy_emit_event): Use
4522 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
4523 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
4524 New macro.
9b08f225 4525
f04010ff
TT
45262013-05-20 Tom Tromey <tromey@redhat.com>
4527
4528 * py-evtregistry.c (create_event_object): Decref
4529 eventregistry_object if PyList_New fails.
4530
3919fd96
TT
45312013-05-20 Tom Tromey <tromey@redhat.com>
4532
4533 * py-cmd.c (gdbpy_string_to_argv): Check result of
4534 PyList_New.
4535
0430e8cb
TT
45362013-05-20 Tom Tromey <tromey@redhat.com>
4537
4538 * python/python.c (before_prompt_hook): Add cleanup to
4539 decref 'hook'.
4540
764123e4
TT
45412013-05-20 Tom Tromey <tromey@redhat.com>
4542
4543 * python/py-function.c (fnpy_init): Decref result of
4544 PyObject_GetAttrString.
4545
634c58be
TT
45462013-05-20 Tom Tromey <tromey@redhat.com>
4547
4548 * python/py-threadevent.c (get_event_thread): Use
4549 CPYCHECKER_RETURNS_BORROWED_REF.
4550 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
4551 New define.
4552 (pspace_to_pspace_object, objfile_to_objfile_object)
4553 (find_thread_object): Use it.
4554
62eec1a5
TT
45552013-05-20 Tom Tromey <tromey@redhat.com>
4556
4557 * python/py-arch.c (arch_object_type): Use
4558 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4559 * python/py-block.c (block_syms_iterator_object_type):
4560 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4561 * python/py-bpevent.c (breakpoint_event_object_type):
4562 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4563 * python/py-cmd.c (cmdpy_object_type): Use
4564 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4565 * python/py-continueevent.c (continue_event_object_type):
4566 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4567 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
4568 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4569 * python/py-events.h (thread_event_object_type):
4570 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4571 * python/py-evtregistry.c (eventregistry_object_type): Use
4572 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4573 * python/py-exitedevent.c (exited_event_object_type):
4574 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4575 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
4576 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4577 * python/py-function.c (fnpy_object_type): Use
4578 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4579 * python/py-inferior.c (inferior_object_type, membuf_object_type):
4580 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4581 * python/py-infthread.c (thread_object_type): Use
4582 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4583 * python/py-lazy-string.c (lazy_string_object_type):
4584 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4585 * python/py-newobjfileevent.c (new_objfile_event_object_type):
4586 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4587 * python/py-objfile.c (objfile_object_type): Use
4588 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4589 * python/py-param.c (parmpy_object_type):
4590 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4591 * python/py-progspace.c (pspace_object_type):
4592 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4593 * python/py-signalevent.c (signal_event_object_type):
4594 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4595 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
4596 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4597 * python/py-type.c (type_object_type, field_object_type)
4598 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4599 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
4600 define.
4601 (value_object_type, block_object_type, symbol_object_type)
4602 (event_object_type, stop_event_object_type, breakpoint_object_type)
4603 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4604
81ea8796
AT
46052013-05-20 Andreas Tobler <andreas@fgznet.ch>
4606
4607 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
4608 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
4609
a2ce51a0
DE
46102013-05-20 Doug Evans <dje@google.com>
4611
4612 When reading CU, stay in DWO. Be more tolerent of bad debug info.
4613 For Fission.
4614 * dwarf2read.c (struct dwarf2_per_cu_data): New member
4615 reading_dwo_directly.
4616 (struct signatured_type): New member dwo_unit.
4617 (struct die_reader_specs): New member comp_dir.
4618 (create_signatured_type_table_from_index): Use malloc for
4619 all_type_units instead of objfile's obstack.
4620 (create_all_type_units): Ditto.
4621 (fill_in_sig_entry_from_dwo_entry): New function.
4622 (add_type_unit): New function.
4623 (lookup_dwo_signatured_type): New function.
4624 (lookup_dwp_signatured_type): New function.
4625 (lookup_signatured_type): New arg cu. All callers updated.
4626 (init_cu_die_reader): Initialize comp_dir.
4627 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
4628 Change assert of matching type signatures to call error on mismatch.
4629 (lookup_dwo_unit): Add assert.
4630 (init_tu_and_read_dwo_dies): New function.
4631 (init_cutu_and_read_dies): Call it.
4632 (build_type_unit_groups): Handle case of no type unit groups created.
4633 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
4634 (lookup_dwo_cutu): Tweak complaint.
4635 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
4636 (dwarf2_per_objfile_free): Free all_type_units.
4637
a25cd31f
JB
46382013-05-20 Joel Brobecker <brobecker@adacore.com>
4639
4640 * windows-nat.c (handle_unload_dll): Add missing empty line.
4641
4d804846
JB
46422013-05-20 Joel Brobecker <brobecker@adacore.com>
4643
4644 * dwarf2read.c (prototyped_function_p): New function.
4645 (read_subroutine_type): Use it.
4646
1c432e72
JB
46472013-05-20 Joel Brobecker <brobecker@adacore.com>
4648
4649 * rs6000-aix-tdep.c: De-indent some example code provided
4650 as a comment.
4651
4feebbdd
EBM
46522013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
4653
4654 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
4655 region is ok for a hardware watchpoint using the new ptrace interface
4656 on Power servers.
4657
7d0c9981
DE
46582013-05-17 Doug Evans <dje@google.com>
4659
4660 * NEWS: Mention new maintenance commands check-symtabs, and
4661 expand-symtabs, and renamed check-psymtabs.
4662 * psymtab.c (maintenance_check_psymtabs): Renamed from
4663 maintenance_check_symtabs. Only process already-expanded symbol
4664 tables.
4665 (_initialize_psymtab): Update.
4666 * symmisc.c (maintenance_check_symtabs): New function.
4667 (maintenance_expand_name_matcher): New function
4668 (maintenance_expand_file_matcher): New function
4669 (maintenance_expand_symtabs): New function.
4670 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
4671 commands.
4672
6cbc7c3d
TT
46732013-05-17 Tom Tromey <tromey@redhat.com>
4674
4675 * python/py-inferior.c (infpy_read_memory): Don't call
4676 PyErr_SetString if PyObject_New fails.
4677 * python/py-frame.c (frame_info_to_frame_object): Don't call
4678 PyErr_SetString if PyObject_New fails.
4679
a48b32c0
L
46802013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
4681
4682 * acinclude.m4: Add check for dlopen in libdl.
4683 * configure.ac: Ditto.
4684 * configure: Regenerate.
4685
3de661e6
PM
46862013-05-17 Phil Muldoon <pmuldoon@redhat.com>
4687
4688 * frame.c (frame_stash): Convert to htab.
4689 (frame_addr_hash): New function.
4690 (frame_addr_hash_eq): New function.
4691 (frame_stash_create): Convert function to create
4692 a hash table.
4693 (frame_stash_add): Convert function to add an entry to a hash
4694 table.
4695 (frame_stash_find): Convert function to search the hash table.
4696 (frame_stash_invalidate): Convert function to empty the hash
4697 table.
4698 (get_frame_id): Only add to stash if a frame_id is created.
4699 (_initialize_frame): Call frame_stash_create.
4700
bb4168a9 47012013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
036c3acb
TS
4702
4703 * configure.ac: Ensure MIG is available when building for GNU Hurd
4704 hosts.
4705 * configure: Regenerate.
4706
d1be3247
JB
47072013-05-16 Joel Brobecker <brobecker@adacore.com>
4708
4709 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
4710
b8fea896
JB
47112013-05-16 Joel Brobecker <brobecker@adacore.com>
4712
4713 * ada-lang.c (ada_make_symbol_completion_list): Make sure
4714 all cleanups are done before returning from this function.
4715
af880d85
JB
47162013-05-15 Joel Brobecker <brobecker@adacore.com>
4717
4718 * utils.h: #include "exceptions.h".
4719 (enum errors): Remove partial declaration.
4720
356a5233
JB
47212013-05-15 Joel Brobecker <brobecker@adacore.com>
4722
4723 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
4724 * gdbarch.h, gdbarch.c: Regenerate.
4725 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
4726 handling.
4727
4728 * rs6000-aix-tdep.h: New file.
4729 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
4730 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
4731 "xml-utils.h".
4732 (struct field_info, struct ld_info_desc): New types.
4733 (ld_info32_desc, ld_info64_desc): New static constants.
4734 (struct ld_info): New type.
4735 (rs6000_aix_extract_ld_info): New function.
4736 (rs6000_aix_shared_library_to_xml): Likewise.
4737 (rs6000_aix_ld_info_to_xml): Likewise.
4738 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
4739 (rs6000_aix_init_osabi): Add call to
4740 set_gdbarch_core_xfer_shared_libraries_aix.
4741 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
4742 Remove "xml-utils.h" include.
4743 (LdInfo): Delete typedef.
4744 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
4745 Delete macros.
4746 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
4747 Adjust code accordingly.
4748 (rs6000_core_ldinfo): Delete, folded into
4749 rs6000_aix_core_xfer_shared_libraries_aix.
4750 (rs6000_xfer_shared_library): Delete.
4751 (rs6000_xfer_shared_libraries): Reimplement.
4752
742ce053
MM
47532013-05-15 Markus Metzger <markus.t.metzger@intel.com>
4754
4755 * record.c (record_goto_cmdlist): New.
4756 (cmd_record_goto): Split into this ...
4757 (cmd_record_goto_begin): ... this
4758 (cmd_record_goto_end): ... and this.
4759 (_initialize_record): Change "record goto" to prefix command.
4760 Add commands for "record goto begin" and "record goto end".
4761 Add an alias for "record goto start" to "record goto begin".
4762
e93ba630
JK
47632013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4764
4765 * linespec.c (convert_linespec_to_sals): New comment for
4766 SOURCE_FILENAME assignment.
4767
5821aace
JK
47682013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4769
4770 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
4771 internal_warning.
4772
a1b8c4cc
TT
47732013-05-14 Tom Tromey <tromey@redhat.com>
4774
4775 * eval.c (parse_and_eval_long): Make 'exp' const.
4776 * value.h (parse_and_eval_long): Update.
4777
23b3a2c3
TT
47782013-05-14 Tom Tromey <tromey@redhat.com>
4779
4780 * ui-file.c (gdb_fopen): Make arguments const.
4781 * ui-file.h (gdb_fopen): Make arguments const.
4782
ca623f82
TT
47832013-05-14 Tom Tromey <tromey@redhat.com>
4784
4785 * remote.c (remote_set_trace_notes): Make arguments const.
4786 * target.c (update_current_target): Update cast.
4787 * target.h (to_set_trace_notes): Make arguments const.
4788
503ebb2c
TT
47892013-05-14 Tom Tromey <tromey@redhat.com>
4790
4791 * go32-nat.c (go32_terminal_info): Make 'args' const.
4792 * inferior.h (child_terminal_info): Update.
4793 * inflow.c (child_terminal_info): Make 'args' const.
4794 * target.c (default_terminal_info): Make 'args' const.
4795 (debug_to_terminal_save_ours): Likewise.
4796 * target.h (struct target_ops) <to_terminal_info>: Make argument
4797 const.
4798
85e1311a
TT
47992013-05-13 Tom Tromey <tromey@redhat.com>
4800
4801 * gcore.c (create_gcore_bfd): Make 'filename' const.
4802 * gcore.h (create_gcore_bfd): Make 'filename' const.
4803 * record-full.c (record_full_save): Make 'recfilename' const.
4804 * target.c (target_save_record): Make 'filename' const.
4805 * target.h (struct target_ops) <to_save_record>: Make 'filename'
4806 const.
4807 (target_save_record): Likewise.
4808
d62bfeaf
TT
48092013-05-13 Tom Tromey <tromey@redhat.com>
4810
f5aee5ee 4811 PR gdb/15338:
d62bfeaf
TT
4812 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
4813 ranges section has been read.
4814
ac1ca910
TT
48152013-05-13 Tom Tromey <tromey@redhat.com>
4816
4817 PR exp/15364:
4818 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
4819 STRUCTOP_PTR>: Return a not_lval value for
4820 EVAL_AVOID_SIDE_EFFECTS.
4821 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
4822 for EVAL_AVOID_SIDE_EFFECTS.
4823
36d1c68c
JB
48242013-05-13 Joel Brobecker <brobecker@adacore.com>
4825
4826 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
4827 floating point registers to register type before storing
4828 value.
4829 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
4830 Likewise.
4831
21ff4686
TT
48322013-05-10 Joel Brobecker <brobecker@adacore.com>
4833 Tom Tromey <tromey@redhat.com>
4834
4835 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
4836 New functions.
4837 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
4838 Declare.
4839 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
4840 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
4841 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
4842 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
4843
d3685d60
TT
48442013-05-10 Freddie Chopin <freddie_chopin@op.pl>
4845 Tom Tromey <tromey@redhat.com>
4846
4847 PR build/15414:
4848 * configure: Rebuild.
4849 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
4850 with -Wno-format.
4851
eb9fe518
PA
48522013-05-10 Pedro Alves <palves@redhat.com>
4853
4854 * remote.c (_initialize_remote): Fix spelling of
4855 qXfer:traceframe-info:read packet in packet config command.
4856
9779ab84
PA
48572013-05-10 David Taylor <dtaylor@emc.com>
4858
4859 PR remote/15455
4860
4861 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
4862 "QTro" at start of packet.
4863
060cfbef
JB
48642013-05-10 Joel Brobecker <brobecker@adacore.com>
4865
4866 * solib-aix.c (solib_aix_relocate_section_addresses):
4867 For the .bss section action, apply the same offset as
4868 the .data section.
4869
ab1c4e88
JB
48702013-05-10 Joel Brobecker <brobecker@adacore.com>
4871
4872 * solib-aix.c (solib_aix_relocate_section_addresses):
4873 Remove FIXME comment.
4874
c1357578
JB
48752013-05-10 Joel Brobecker <brobecker@adacore.com>
4876
4877 PR tdep/15420:
4878 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
4879 New functions, directly copied from sparc-sol-thread.c.
4880 * sparc-sol-thread.c: Delete.
4881 * configure.ac: Remove code handling sparc-solaris-thread.c.
4882 * configure: Regenerate.
4883
1e611234
PM
48842013-05-10 Phil Muldoon <pmuldoon@redhat.com>
4885
4886 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
4887 filter logic.
4888 (backtrace_command): Add "no-filters" option parsing.
4889 (_initialize_stack): Alter help to reflect "no-filters" option.
4890 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
4891 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
4892 (py-frame.o): Add target
4893 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
4894 filter files.
4895 * python/python.h: Add new frame filter constants, and flag enum.
4896 (apply_frame_filter): Add definition.
4897 * python/python.c (apply_frame_filter): New non-Python
4898 enabled function.
4899 * python/py-utils.c (py_xdecref): New function.
4900 (make_cleanup_py_xdecref): Ditto.
4901 * python/py-objfile.c: Declare frame_filters dictionary.
4902 (objfpy_dealloc): Add frame_filters dealloc.
4903 (objfpy_new): Initialize frame_filters attribute.
4904 (objfile_to_objfile_object): Ditto.
4905 (objfpy_get_frame_filters): New function.
4906 (objfpy_set_frame_filters): New function.
4907 * python/py-progspace.c: Declare frame_filters dictionary.
4908 (pspy_dealloc): Add frame_filters dealloc.
4909 (pspy_new): Initialize frame_filters attribute.
4910 (pspacee_to_pspace_object): Ditto.
4911 (pspy_get_frame_filters): New function.
4912 (pspy_set_frame_filters): New function.
4913 * python/py-framefilter.c: New file.
4914 * python/lib/gdb/command/frame_filters.py: New file.
4915 * python/lib/gdb/frames.py: New file.
4916 * python/lib/gdb/__init__.py: Initialize global frame_filters
4917 dictionary
4918 * python/lib/gdb/FrameDecorator.py: New file.
4919 * python/lib/gdb/FrameIterator.py: New file.
4920 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
4921 * mi/mi-cmds.h: Declare.
4922 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
4923 --no-frame-filter logic, and Python frame filter logic.
4924 (stack_enable_frame_filters): New function.
4925 (parse_no_frame_option): Ditto.
4926 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
4927 filter logic.
4928 (mi_cmd_stack_list_locals): Ditto.
4929 (mi_cmd_stack_list_args): Ditto.
4930 (mi_cmd_stack_list_variables): Ditto.
4931 * NEWS: Add frame filter note.
4932
2cb9c859
DE
49332013-05-09 Doug Evans <dje@google.com>
4934
6bf667bb
DE
4935 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
4936 All callers updated.
4937 (syms_from_objfile): Ditto. Make static.
4938 (symbol_file_add_with_addrs): Renamed from
4939 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
4940 num_offsets. All callers updated.
4941 * symfile.h (syms_from_objfile): Delete.
4942
2cb9c859
DE
4943 * symfile.c (decrement_reading_symtab): Add assert.
4944 (increment_reading_symtab): Ditto.
4945
40aea477
JB
49462013-05-09 Joel Brobecker <brobecker@adacore.com>
4947
4948 * source.c (forward_search_command): Replace call to getc
4949 by call to fgetc.
4950 (reverse_search_command): Likewise.
4951
680d1742
DE
49522013-05-08 Doug Evans <dje@google.com>
4953
4954 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
4955 matching test.
4956
17e760ae
JB
49572013-05-08 Joel Brobecker <brobecker@adacore.com>
4958
4959 * sol-thread.c (info_cb): Factorize the code a little.
4960
c0f5f490
JB
49612013-05-08 Joel Brobecker <brobecker@adacore.com>
4962
4963 * sol-thread.c (info_cb): Rework the output of the "maintenance
4964 info sol-threads" command a bit.
4965
5d74e061
JB
49662013-05-08 Joel Brobecker <brobecker@adacore.com>
4967
4968 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
4969 Replace ti.ti_startfunc by ti.ti_pc.
4970
814a3ff7
JB
49712013-05-08 Joel Brobecker <brobecker@adacore.com>
4972
4973 * solib-aix.c (solib_aix_free_library_list): New function
4974 for the case where HAVE_LIBEXPAT is not defined.
4975
58ce7251
SDJ
49762013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
4977
4978 PR breakpoints/15413:
4979 * breakpoint.c (condition_completer): Simplify the code to
4980 disconsider multiple locations of breakpoints when completing the
4981 "condition" command.
4982
be8b1ea6
PM
49832013-05-07 Pierre Muller <muller@sourceware.org>
4984
4985 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
4986 instead of <sys/wait.h>.
4987
1e52bda6
PM
49882013-05-07 Pierre Muller <muller@sourceware.org>
4989
4990 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
4991 trailing new line from warning message.
4992
27fd0c6b
PM
49932013-05-07 Pierre Muller <muller@sourceware.org>
4994
4995 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
4996 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
4997
e228ac87
JB
49982013-05-07 Joel Brobecker <brobecker@adacore.com>
4999
5000 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5001 error message (ARI fix).
5002
50032013-05-07 Joel Brobecker <brobecker@adacore.com>
5004
5005 * features/library-list-aix.dtd: Replace library-list by
5006 library-list-aix.
5007 * rs6000-nat.c: Replace library-list by library-list-aix
5008 throughout.
5009 * solib-aix.c: Likewise.
5010
50112013-05-07 Joel Brobecker <brobecker@adacore.com>
5012
5013 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5014 Renames TARGET_OBJECT_AIX_LIBRARIES.
5015 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5016 TARGET_OBJECT_LIBRARIES_AIX throughout.
5017 * solib-aix.c: Likwise.
5018
26a4dda9
YQ
50192013-05-07 Yao Qi <yao@codesourcery.com>
5020
5021 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5022 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5023
3582629f
YQ
50242013-05-07 Yao Qi <yao@codesourcery.com>
5025
5026 * solib-dsbt.c (enable_break): Declare.
5027 (dsbt_current_sos): Remove call to enable_break2.
5028 (enable_break2): Rename to enable_break. Set solib breakpoint
5029 on '_dl_debug_state'.
5030 (enable_break): Remove.
5031
aacbb8a5
LM
50322013-05-07 Luis Machado <lgustavo@codesourcery.com>
5033
5034 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5035 debug state prior to replicating existing hardware watchpoints or
5036 breakpoints.
5037
0c013353
JK
50382013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5039
5040 * gcore.c (gcore_create_callback): Ignore sections with
5041 separate_debug_objfile_backlink != NULL.
5042
a1217d97
SL
50432013-05-06 Sandra Loosemore <sandra@codesourcery.com>
5044 Andrew Jenner <andrew@codesourcery.com>
5045 Chung-Lin Tang <cltang@codesourcery.com>
5046 Julian Brown <julian@codesourcery.com>
5047
5048 Based on the nios2-elf port from Altera Corporation.
5049
5050 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5051 nios2-linux-tdep.o.
5052 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5053 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5054 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5055 * nios2-tdep.h: New.
5056 * nios2-tdep.c: New.
5057 * nios2-linux-tdep.c: New.
5058 * features/Makefile (WHICH): Add nios2-linux.
5059 (nios2-linux-expedite): Set.
5060 * features/nios2-cpu.xml: New.
5061 * features/nios2.xml: New.
5062 * features/nios2-linux.xml: New.
5063 * features/nios2.c: New (autogenerated).
5064 * features/nios2-linux.c: New (autogenerated).
5065 * regformats/nios2-linux.dat: New (autogenerated).
5066 * NEWS (Changes since GDB 7.6): Add new Nios II targets
5067 and commands.
5068
0892cb63
DE
50692013-05-06 Doug Evans <dje@google.com>
5070
3b7bacac
DE
5071 * symfile.c: Whitespace cleanup.
5072
0892cb63
DE
5073 * solist.h (struct target_so_ops): New member clear_so.
5074 * solib-svr4.c (svr4_clear_so): New function.
5075 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
5076 * solib.c (clear_so): Renamed from free_so_symbols.
5077 All callers updated. Call target clear_so if it exists.
5078
40501e00
TT
50792013-05-06 Tom Tromey <tromey@redhat.com>
5080
5081 * ada-lang.c (ada_value_primitive_packed_val): Don't
5082 call value_incref.
5083 * value.c (set_value_parent): Incref the new parent and decref
5084 the old parent.
5085 (value_copy, value_primitive_field): Use set_value_parent.
5086
b6807d98
TT
50872013-05-06 Tom Tromey <tromey@redhat.com>
5088
5089 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
5090 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
5091 if needed.
5092 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
5093 * dwarf2read.c (write_constant_as_bytes)
5094 (dwarf2_fetch_constant_bytes): New functions.
5095
3aef2284
TT
50962013-05-06 Tom Tromey <tromey@redhat.com>
5097
5098 * dwarf2read.c (dwarf2_const_value_data): Remove unused
5099 parameters.
5100 (dwarf2_const_value_attr): Update.
5101
66f65e2b
TT
51022013-05-06 Tom Tromey <tromey@redhat.com>
5103
5104 * somread.c (som_symfile_offsets): Add 'const' to addrs.
5105 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
5106 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
5107 Remove declaration.
5108
7919a973
TT
51092013-05-06 Tom Tromey <tromey@redhat.com>
5110
5111 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
5112 objfile's obstack.
5113
a7bfba49
DE
51142013-05-06 Doug Evans <dje@google.com>
5115
3189cb12
DE
5116 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
5117 * stabsread.h (process_one_symbol): Update declaration.
5118 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
5119 * elfread.c (elf_symfile_relocate_probe): Ditto.
5120 * psymtab.c (relocate_psymtabs): Ditto.
5121 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
5122 (objfile_relocate): Ditto.
5123 * objfiles.h (objfile_relocate): Update declaration.
5124 * symfile.c (relative_addr_info_to_section_offsets): Constify
5125 addrs parameter.
5126 (default_symfile_offsets): Ditto.
5127 (syms_from_objfile_1): Constify offsets parameter.
5128 (syms_from_objfile): Ditto.
5129 (symbol_file_add_with_addrs_or_offsets): Ditto.
5130 (symfile_map_offsets_to_segments): Constify data parameter.
5131 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
5132 delta parameters of member relocate.
5133 (struct sym_probe_fns): Constify new_offsets,
5134 delta parameters of member sym_relocate_probe.
5135 (struct sym_fns): Constify section_addr_info parameter of member
5136 sym_offsets.
5137 (relative_addr_info_to_section_offsets): Update declaration.
5138 (default_symfile_offsets): Ditto.
5139 (syms_from_objfile): Ditto.
5140 (symfile_map_offsets_to_segments): Ditto.
5141
a7bfba49
DE
5142 * symfile.c (syms_from_objfile_1): Use correct section count when
5143 objfile->sf == NULL.
5144
5f8e0b8f
MF
51452013-05-06 Mike Frysinger <vapier@gentoo.org>
5146
5147 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
5148
ea52d893
DE
51492013-05-06 Doug Evans <dje@google.com>
5150
5151 * psympriv.h (struct partial_symtab): Augment comment for member
5152 section_offsets.
5153
4d1eb6b4
JB
51542013-05-06 Joel Brobecker <brobecker@adacore.com>
5155
5156 Reimplement shared library support on ppc-aix...
5157 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
5158 * features/library-list-aix.dtd: New file.
5159 * solib-aix.h, solib-aix.c: New file.
5160 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
5161 (rs6000_find_toc_address_hook): Delete.
5162 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
5163 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
5164 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
5165 "xml-utils.h".
5166 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
5167 (vmap_symtab, fixup_breakpoints): Delete.
5168 (rs6000_xfer_shared_libraries): New function.
5169 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
5170 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
5171 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
5172 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
5173 (rs6000_xfer_shared_library): New function.
5174 (find_toc_address): Delete.
5175 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
5176 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
5177 * xcoffread.c (record_minimal_symbol): Reloate symbol address
5178 before creating minimal symbol. Adjust function description
5179 accordingly.
5180 (scan_xcoff_symtab): Replace call to
5181 prim_record_minimal_symbol_and_info by call to
5182 record_minimal_symbol.
5183 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
5184 around default_symfile_offsets.
5185 * configure.tgt: Add solib-aix.o to gdb_target_obs for
5186 powerpc-aix targets.
5187 * config/rs6000/nm-rs6000.h: Delete.
5188 * config/powerpc/aix.mh (NAT_FILE): Delete.
5189 (NATDEPFILES): Remove xcoffsolib.o.
5190 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
5191 (ALL_TARGET_OBS): Add solib-aix.o.
5192 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
5193 config/rs6000/nm-rs6000.h. Add solib-aix.h.
5194 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
5195 * xcoffsolib.h, xcoffsolib.c: Delete.
5196
5197 * solib.c (reload_shared_libraries): Remove reference to
5198 SOLIB_CREATE_INFERIOR_HOOK.
5199 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
5200 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
5201 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
5202 comment.
5203 * corelow.c (deprecated_core_resize_section_table): Delete.
5204 * exec.c: Remove include of xcoffsolib.h".
5205 (map_vmap, vmap): Delete.
5206 (exec_close_1): Remove references to vmap.
5207 (exec_file_attach): Remove vmap handling code, and reference
5208 to DEPRECATED_IBM6000_TARGET.
5209 (bfdsec_to_vmap): Delete.
5210 (exec_files_info): Remove block of code handling VMAP.
5211 * infcmd.c (post_create_inferior): Remove reference to
5212 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
5213 * infrun.c (follow_exec): Remove reference to
5214 SOLIB_CREATE_INFERIOR_HOOK.
5215 * stack.c (print_frame): Remove reference to PC_SOLIB.
5216 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
5217 (dsbt_relocate_main_executable): Likewise.
5218 * solib-frv.c (frv_current_sos): Likewise.
5219
0c4f667c
JB
52202013-05-06 Joel Brobecker <brobecker@adacore.com>
5221
5222 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
5223 to target_write_memory and target_read_memory.
5224
726ce67c
JB
52252013-05-06 Joel Brobecker <brobecker@adacore.com>
5226
5227 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
5228 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
5229
c8c9911f
JB
52302013-05-06 Joel Brobecker <brobecker@adacore.com>
5231
5232 * darwin-nat.c: Replace all "%x" instances in format strings
5233 into "0x%x" throughout.
5234
fda184b6
JB
52352013-05-06 Joel Brobecker <brobecker@adacore.com>
5236
5237 * darwin-nat.c (darwin_mourn_inferior): Replace call to
5238 gdb_assert by call to MACH_CHECK_ERROR.
5239 (darwin_attach_pid): Raise an error rather than a failed
5240 assertion when various system calls failed. Report a warning
5241 instead of raising a failed assertion when PREV_NOT is not NULL
5242 after call to mach_port_request_notification.
5243 (darwin_ptrace_me): Raise an error rather than a failed
5244 assertion when read returns nonzero.
5245
d1d69afb
JB
52462013-05-06 Joel Brobecker <brobecker@adacore.com>
5247
5248 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
5249
dc90b24d
JK
52502013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5251
5252 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
5253
faab9922
JK
52542013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5255
5256 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
5257 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
5258 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
5259 a stale cleanup. Fix double free of NAME.
5260
e0ea48a0
EZ
52612013-05-04 Eli Zaretskii <eliz@gnu.org>
5262
5263 * windows-nat.c (windows_delete_thread): Accept an additional
5264 argument, the thread's exit code, and announce thread death when
5265 print_thread_events is non-zero and we are deleting a thread that
5266 is not the main thread.
5267 (get_windows_debug_event): Pass thread exit code to
5268 windows_delete_thread.
5269
83b2706a
KB
52702013-05-03 Kevin Buettner <kevinb@redhat.com>
5271
5272 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
5273 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
5274 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
5275 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
5276 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
5277 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
5278 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
5279 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
5280 (gdbarch_tdep): New struct.
5281 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
5282 E_NUM_REGS.
5283 (v850e3v5_register_name): New function.
5284 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
5285 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
5286 code handling the struct return conventions for the RH850 ABI.
5287 Update all callers.
5288 (v850_eight_byte_align_p): New function.
5289 (v850_push_call_dummy): Push structs by value, not by reference
5290 for the RH850 ABI. Add support for eight byte alignment.
5291 (v850_dbtrap_breakpoint_from_pc): New function.
5292 (v850_gdbarch_init): Add ABI detection code. Register
5293 v850e3v5_register_name for the v850e3v5 architecture. Set the
5294 number of registers for v850e3v5. Register
5295 v850_dbtrap_breakpoint_from_pc as appropriate.
5296 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
5297
d445b2f6
DE
52982013-05-03 Doug Evans <dje@google.com>
5299
5300 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
5301 of bfd_count_sections.
5302 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
5303 * symfile.c (default_symfile_offsets): Ditto.
5304 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
5305 one entry, not bfd_count_sections entries.
5306
b3ce41ea
KB
53072013-05-03 Kevin Buettner <kevinb@redhat.com>
5308
5309 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
5310 `save' and `restore' register groups. Don't include SPL
5311 or SPH in these groups.
5312 (rl78_dwarf_reg_to_regnum): Adjust mapping for
5313 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
5314 RL78_ES_REGNUM, and RL78_CS_REGNUM.
5315 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
5316 dwarf2_append_unwinders().
5317
96f7d3f1
PW
53182013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5319
5320 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
5321 ignore SIGINT and SIGTRAP in case these internal signals are
5322 caught explicitely.
5323
b9dd1947
JB
53242013-05-01 Joel Brobecker <brobecker@adacore.com>
5325
5326 * darwin-nat.c (darwin_read_write_inferior): Change types
5327 of parameters rdaddr and wraddr to "gdb_byte *". Change type
5328 of copy_count to "mach_msg_type_number_t".
5329 (darwin_read_dyld_info): Change type of parameter
5330 rdaddr to "gdb_byte *".
5331
4ca18a63
JB
53322013-05-01 Joel Brobecker <brobecker@adacore.com>
5333
5334 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
5335 of &info->load_map from "char *" to "gdb_byte *".
5336
2b692d32
JB
53372013-05-01 Joel Brobecker <brobecker@adacore.com>
5338
5339 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
5340 from "char *" to "gdb_byte *".
5341 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
5342
a98c29a0
DE
53432013-04-30 Doug Evans <dje@google.com>
5344
6a506a2d
DE
5345 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
5346 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
5347 DWO stub. If DWO isn't found, just use stub.
5348 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
5349
a98c29a0
DE
5350 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
5351 calling init_cutu_and_read_dies.
5352
f92b06da
WT
53532013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5354
5355 * target-descriptions.c (maint_print_c_tdesc_cmd):
5356 Add case to parse structures as register types and
5357 bitfields.
5358
95eebdcc
WT
53592013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
5360
5361 * MAINTAINERS (Write After Approval): Add myself to the list.
5362
019c1128
JB
53632013-04-30 Joel Brobecker <brobecker@adacore.com>
5364
5365 * sol-thread.c (rw_common): Change type of parameter "buf"
5366 to "gdb_byte *".
5367 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
5368 rw_common to "gdb_byte *" instead of "char *".
5369
5812197c
JB
53702013-04-30 Joel Brobecker <brobecker@adacore.com>
5371
5372 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
5373 of local variable msym to const struct bound_minimal_symbol.
5374 Adjust use accordingly.
5375 [ti.ti_state == TD_THR_SLEEP]: Likewise.
5376
ecccb813
TS
53772013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
5378
5379 * i386gnu-nat.c (CREG_OFFSET): New macro.
5380 (creg_offset): New array.
5381 (CREG_ADDR): Use creg_offset instead of reg_offset.
5382
f1d02dd4 53832013-04-30 Joel Brobecker <brobecker@adacore.com>
54746424
JB
5384
5385 * mep-tdep.c (mep_write_pc): Delete.
5386 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
5387 Add call to set_gdbarch_pc_regnum.
5388
f1d02dd4 53892013-04-30 Joel Brobecker <brobecker@adacore.com>
01da98f9
JB
5390
5391 * common/filestuff.c: Replace #include <dirent.h> by
5392 #include "gdb_dirent.h".
5393
f1d02dd4 53942013-04-30 Joel Brobecker <brobecker@adacore.com>
366c6766
JB
5395
5396 * common/filestuff.c: Replace #include <sys/stat.h> by
5397 #include "gdb_stat.h".
5398
b385a60d
PM
53992013-04-29 Pierre Muller <muller@sourceware.org>
5400
5401 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
5402 editCase function rule.
5403 (get_DW_AT_signature_type): Likewise.
5404
d27b54ad
JB
54052013-04-29 Joel Brobecker <brobecker@adacore.com>
5406
5407 * m32r-tdep.c (m32r_write_pc): Delete.
5408 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
5409 Add call to set_gdbarch_pc_regnum.
5410
47d21dc5
PM
54112013-04-29 Pierre Muller <muller@sourceware.org>
5412
5413 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
5414
9056882e
JB
54152013-04-29 Joel Brobecker <brobecker@adacore.com>
5416
5417 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
5418
7ee4732a
YQ
54192013-04-28 Yao Qi <yao@codesourcery.com>
5420
5421 * solib-dsbt.c (fetch_loadmap): Re-indent.
5422 (displacement_from_map, enable_break2): Likewise.
5423 (dsbt_relocate_section_addresses): Likewise.
5424
2260af53 54252013-04-26 Joel Brobecker <brobecker@adacore.com>
5426
5427 GDB 7.6 released.
5428
ff546935
TT
54292013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
5430
5431 PR corefiles/14983:
5432 * dwarf2read.c (process_full_comp_unit): Always create a static
5433 block.
5434
40fb6c5e
HZ
54352013-04-25 Hui Zhu <hui@codesourcery.com>
5436
5437 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
5438 to loc->cmd_bytecode.
5439
74e04d1c
DE
54402013-04-24 Doug Evans <dje@google.com>
5441
5442 * dwarf2read.c (setup_type_unit_groups): Fix comment.
5443
3cf62c1d
KS
54442013-04-22 Keith Seitz <keiths@redhat.com>
5445
5446 * tracepoint.c (trace_save): Call the writer's start method.
5447
bf9e4d0c
MB
54482013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
5449
5450 PR gdb/10462
5451 * cli/cli-decode.c (lookup_command): Show an error if there is no space
5452 before argument.
5453
5d71132c
TT
54542013-04-23 Tom Tromey <tromey@redhat.com>
5455
5456 * common/filestuff.c: Check USE_WIN32API before including
5457 sys/socket.h.
5458 (HAVE_F_GETFD): New define.
5459 (mark_cloexec): Check HAVE_F_GETFD.
5460 (gdb_open_cloexec): Change 'mode' to unsigned long.
5461 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
5462 (gdb_pipe_cloexec): Check HAVE_PIPE.
5463 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
5464 long.
5465
a11cfd87
HZ
54662013-04-23 Hui Zhu <hui@codesourcery.com>
5467
5468 PR gdb/15293
a11cfd87
HZ
5469 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
5470
2d9442cc
HZ
54712013-04-23 Hui Zhu <hui@codesourcery.com>
5472
5473 PR gdb/15165
2d9442cc
HZ
5474 * breakpoint.c (dprintf_print_recreate): New.
5475 (save_breakpoints): Let it not save dprintf commands.
5476 (initialize_breakpoint_ops): Set dprintf_print_recreate.
5477
614c279d
TT
54782013-04-22 Tom Tromey <tromey@redhat.com>
5479
5480 PR gdb/7912:
5481 * Makefile.in (SFILES): Add filestuff.c
5482 (COMMON_OBS): Add filestuff.o.
5483 (filestuff.o): New target.
5484 * auto-load.c (auto_load_objfile_script_1): Use
5485 gdb_fopen_cloexec.
5486 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
5487 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
5488 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
5489 * common/agent.c (gdb_connect_sync_socket): Use
5490 gdb_socket_cloexec.
5491 * common/filestuff.c: New file.
5492 * common/filestuff.h: New file.
5493 * common/linux-osdata.c (linux_common_core_of_thread)
5494 (command_from_pid, commandline_from_pid, print_source_lines)
5495 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
5496 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
5497 gdb_fopen_cloexec.
5498 * common/linux-procfs.c (linux_proc_get_int)
5499 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
5500 * config.in, configure: Rebuild.
5501 * configure.ac: Don't check for sys/socket.h. Check for
5502 fdwalk, pipe2.
5503 * corelow.c (core_open): Use gdb_open_cloexec.
5504 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
5505 * fork-child.c (fork_inferior): Call close_most_fds.
5506 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
5507 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
5508 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
5509 Use gdb_fopen_cloexec.
5510 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
5511 gdb_open_cloexec.
5512 (linux_async_pipe): Use gdb_pipe_cloexec.
5513 * remote-fileio.c (remote_fileio_func_open): Use
5514 gdb_open_cloexec.
5515 * remote.c (remote_file_put, remote_file_get): Use
5516 gdb_fopen_cloexec.
5517 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
5518 close_most_fds.
5519 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
5520 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
5521 * solib.c (solib_find): Use gdb_open_cloexec.
5522 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
5523 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
5524 (tfile_open): Use gdb_open_cloexec.
5525 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
5526 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
5527 * xml-support.c (xml_fetch_content_from_file): Use
5528 gdb_fopen_cloexec.
5529 * main.c (captured_main): Call notice_open_fds.
5530
5fda2332
EBM
55312013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
5532
5533 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
5534 'char *' to 'gdb_byte *'.
5535 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
5536 'gdb_byte'.
5537
eb6c553b
YQ
55382013-04-22 Yao Qi <yao@codesourcery.com>
5539
5540 * infrun.c: Fix typo in comment.
5541
9991b207
SDJ
55422013-04-22 Andrew Haley <aph@redhat.com>
5543
5544 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
5545 instead of "long".
5546
8b4833e3
YQ
55472013-04-20 Yao Qi <yao@codesourcery.com>
5548
5549 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
5550 'char *' to 'gdb_byte *'. Cast the return value of
5551 'bt_ctf_get_char_array' to 'gdb_byte *'.
5552
bd3f3b55
PA
55532013-04-19 Pedro Alves <palves@redhat.com>
5554
5555 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
5556 -Wpointer-sign.
5557 * configure: Regenerate.
5558
c49e7f76
PA
55592013-04-19 Pedro Alves <palves@redhat.com>
5560
5561 * ser-tcp.c (net_read_prim): Cast second argument to recv to
5562 'void *'.
5563
12ff8552
PA
55642013-04-19 Pedro Alves <palves@redhat.com>
5565
5566 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
5567 Change type of 'myaddr' parameter to gdb_byte pointer.
5568 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
5569 to 'long long' pointer instead of to 'unsigned long long'.
5570 (monitor_write_memory_block, monitor_read_memory_single)
5571 (monitor_read_memory): Change type of 'myaddr' parameter to
5572 gdb_byte pointer.
5573
9c37696b
PA
55742013-04-19 Pedro Alves <palves@redhat.com>
5575
5576 * record.c (validate_history_size): Make parameter 'setting'
5577 unsigned.
5578
a398505b
PA
55792013-04-19 Pedro Alves <palves@redhat.com>
5580
5581 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
5582 to 'gdb_byte *'.
5583
9f8afa72
PA
55842013-04-19 Pedro Alves <palves@redhat.com>
5585
5586 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
5587 local to int.
5588
c714b426
PA
55892013-04-19 Pedro Alves <palves@redhat.com>
5590
5591 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
5592 * ada-tasks.c (read_fat_string_value): Likewise.
5593
507a579c
PA
55942013-04-19 Pedro Alves <palves@redhat.com>
5595
5596 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
5597 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
5598 'offset', and adjust.
5599
f9d83a0b
PA
56002013-04-19 Pedro Alves <palves@redhat.com>
5601
5602 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
5603 (read_index_from_section): Add cast to 'char *'.
5604
745eb4fd
PA
56052013-04-19 Pedro Alves <palves@redhat.com>
5606
5607 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
5608
db5be46f
PA
56092013-04-19 Pedro Alves <palves@redhat.com>
5610
5611 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
5612
0f928d68
PA
56132013-04-19 Pedro Alves <palves@redhat.com>
5614
5615 * record-full.c (record_full_get_bookmark): Change local 'ret'
5616 type to char * and add cast to gdb_byte *.
5617 (record_full_goto_bookmark): Handle 'bookmark' argument as a
5618 string.
5619 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
5620
89f6d837
PA
56212013-04-19 Pedro Alves <palves@redhat.com>
5622
5623 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
5624 * python/py-prettyprint.c (print_string_repr): Change type of
5625 'output' local to char *. Add cast to gdb_byte * in
5626 LA_PRINT_STRING call.
5627 (print_children): Change type of 'output' local to char *.
5628 * python/py-value.c (valpy_string): Add cast to const char * in
5629 PyUnicode_Decode call.
5630
ce6ec7d8
PA
56312013-04-19 Pedro Alves <palves@redhat.com>
5632
5633 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
5634 and change its type to 'const char *'. Adjust.
5635 (mips_send_packet): Add cast to 'char *', and remove cast to
5636 'unsigned char *'.
5637 (mips_receive_packet): Remove cast to 'unsigned char *'.
5638 (mips_load_srec): Use bfd_byte.
5639 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
5640 (pmon_checkset): Make 'value' parameter unsigned.
5641
fda0389f
PA
56422013-04-19 Pedro Alves <palves@redhat.com>
5643
5644 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
5645
bc20a4af
PA
56462013-04-19 Pedro Alves <palves@redhat.com>
5647
5648 * remote.c (remote_write_bytes_aux, compare_sections_command)
5649 (remote_read_qxfer)
5650 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
5651 (remote_hostio_readlink, remote_bfd_iovec_pread)
5652 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
5653 binary buffer, and char when buffer is used as string.
5654 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
5655 (trace_save, tfile_open, traceframe_walk_blocks)
5656 (tfile_fetch_registers): Likewise.
5657
c628b528
PA
56582013-04-19 Pedro Alves <palves@redhat.com>
5659
5660 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
5661 buffer and size_t size. Adjust.
5662 * ser-base.h (ser_base_write): Adjust.
5663 * ser-go32.c (cnts): Change type to size_t.
5664 (dos_write): Change prototype -- take 'void *'
5665 buffer and size_t size. Adjust.
5666 (dos_info): Print elements of 'cnts' as unsigned long.
5667 * serial.c (serial_write): Likewise.
5668 * serial.h (serial_write): Adjust.
5669 (struct serial_ops) <write>: Change prototype -- take 'void *'
5670 buffer and size_t size. Adjust.
5671
51a5cd90
PA
56722013-04-19 Pedro Alves <palves@redhat.com>
5673
5674 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
5675 gdb_byte *.
5676 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
5677
a9933661
PA
56782013-04-19 Pedro Alves <palves@redhat.com>
5679
5680 * alpha-tdep.c (alpha_extract_return_value): Use
5681 regcache_cooked_read_unsigned to read 'v0'.
5682
19afdd07
PA
56832013-04-19 Pedro Alves <palves@redhat.com>
5684
5685 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
5686 parameters 'at', 'as' and 'offset' to uint32_t.
5687
96b32e50
PA
56882013-04-19 Pedro Alves <palves@redhat.com>
5689
5690 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
5691 'is64' to signed 'int'.
5692
eb1bd1fb
PA
56932013-04-19 Pedro Alves <palves@redhat.com>
5694
5695 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
5696 parameter to int *.
5697
463920bf
PA
56982013-04-19 Pedro Alves <palves@redhat.com>
5699
5700 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
5701 'insnbuf' buffer type to unsigned int[].
5702
70242eb1
PA
57032013-04-19 Pedro Alves <palves@redhat.com>
5704
5705 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
5706
9d1dd0e2
PA
57072013-04-19 Pedro Alves <palves@redhat.com>
5708
5709 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
5710 unsigned long *.
5711
44096aee
PA
57122013-04-19 Pedro Alves <palves@redhat.com>
5713
5714 * alpha-tdep.c (heuristic_fence_post): Change type to int.
5715 (alpha_heuristic_proc_start): Adjust to check -1 instead of
5716 UINT_MAX.
5717 * mips-tdep.c (heuristic_fence_post): Change type to int.
5718 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
5719
e4286e57
PA
57202013-04-19 Pedro Alves <palves@redhat.com>
5721
5722 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
5723 (struct gdbarch_tdep) <cris_version>: Make unsigned.
5724 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
5725
001f13d8
PA
57262013-04-19 Pedro Alves <palves@redhat.com>
5727
5728 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
5729 it to get a string view of the byte buffer.
5730 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
5731 type to gdb_byte *. Adjust.
5732 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
5733 Change local to char *.
5734 * solib-darwin.c (find_program_interpreter): Change return type to
5735 char *. Adjust.
5736 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
5737 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
5738 * solib-frv.c (enable_break2): Change local 'buf' to char *.
5739 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
5740 * solib-svr4.c (find_program_interpreter): Change return type to
5741 char *. Adjust.
5742 (enable_break): Change local 'interp_name' to char *.
5743 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
5744 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
5745 (spu_pseudo_register_write_spu): Use char for string buffer.
5746 Adjust.
5747 (info_spu_event_command, info_spu_signal_command): Add casts to
5748 'char *'.
5749
948f8e3d
PA
57502013-04-19 Pedro Alves <palves@redhat.com>
5751
5752 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
5753 gdb_byte[].
5754 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
5755 * ada-lang.c (ada_value_assign): Use gdb_byte.
5756 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
5757 (alphanbsd_sigtramp_offset): Use gdb_byte.
5758 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
5759 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
5760 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
5761 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
5762 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
5763 * arm-tdep.c (arm_stub_unwind_sniffer)
5764 (arm_displaced_init_closure): Use gdb_byte.
5765 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
5766 (arm_default_thumb_le_breakpoint)
5767 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
5768 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
5769 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
5770 * arm-wince-tdep.c (arm_wince_le_breakpoint)
5771 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
5772 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
5773 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
5774 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
5775 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
5776 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
5777 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
5778 (cris_store_return_value, cris_extract_return_value): Use
5779 gdb_byte.
5780 (constraint): Change type of parameter to char * from signed
5781 char*. Use gdb_byte.
5782 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
5783 of local buffer to gdb_byte *.
5784 * dwarf2read.c (read_index_from_section): Use gdb_byte.
5785 (create_dwp_hash_table): Change type of locals to gdb_byte *.
5786 (add_address_entry): Change type of local buffer to gdb_byte[].
5787 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
5788 (frv_push_dummy_call): Use gdb_byte.
5789 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
5790 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
5791 (hppa_hpux_supply_save_state): Use gdb_byte.
5792 * hppa-tdep.c (hppa32_push_dummy_call)
5793 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
5794 * ia64-tdep.c (extract_bit_field, replace_bit_field)
5795 (slotN_contents, replace_slotN_contents): Change type of parameter
5796 to gdb_byte *.
5797 (fetch_instruction, ia64_pseudo_register_write)
5798 (ia64_register_to_value, ia64_value_to_register)
5799 (ia64_extract_return_value, ia64_store_return_value)
5800 (ia64_push_dummy_call): Use gdb_byte.
5801 * m32c-tdep.c (m32c_return_value): Remove cast.
5802 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
5803 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
5804 gdb_byte.
5805 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
5806 * mn10300-tdep.c (mn10300_store_return_value)
5807 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
5808 gdb_byte.
5809 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
5810 (moxie_process_record): Remove casts.
5811 * ppc-ravenscar-thread.c (supply_register_at_address)
5812 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
5813 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
5814 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
5815 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
5816 * remote.c (compare_sections_command): Use gdb_byte.
5817 * score-tdep.c (score7_free_memblock): Change type of parameter to
5818 gdb_byte *.
5819 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
5820 gdb_byte *. Use gdb_byte.
5821 (sh_push_dummy_call_fpu): Use gdb_byte.
5822 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
5823 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
5824 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
5825 Change parameter type to 'gdb_byte *'. Use gdb_byte.
5826 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
5827 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
5828 (sh64_store_return_value, sh64_register_convert_to_virtual):
5829 Change parameter type to 'gdb_byte *'. Use gdb_byte.
5830 (sh64_pseudo_register_write): Use gdb_byte.
5831 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
5832 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
5833 buffer.
5834 (irix_current_sos): Use gdb_byte.
5835 * solib-som.c (som_current_sos): Use gdb_byte.
5836 * sparc-ravenscar-thread.c (supply_register_at_address)
5837 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
5838 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
5839 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
5840 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
5841 'gdb_byte *'.
5842 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
5843 'gdb_byte *'.
5844 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
5845 * xstormy16-tdep.c (xstormy16_extract_return_value)
5846 (xstormy16_store_return_value): Change parameter type to
5847 'gdb_byte *'. Adjust.
5848 (xstormy16_push_dummy_call): Use gdb_byte.
5849 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
5850 (call0_analyze_prologue, execute_code): Use gdb_byte.
5851
433730c9
PA
58522013-04-19 Vladimir Kargov <kargov@gmail.com>
5853 Pedro Alves <palves@redhat.com>
5854
5855 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
5856 value contents.
5857
ac9ec31b
DE
58582013-04-17 Doug Evans <dje@google.com>
5859
5860 * dwarf2read.c (struct signatured_type): New member type.
5861 (struct attribute): Replace member signatured_type with signature.
5862 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
5863 (read_call_site_scope): Call follow_die_ref instead of
5864 follow_die_ref_or_sig.
5865 (read_structure_type): Rewrite handling of signatured types.
5866 (read_enumeration_type): Ditto.
5867 (read_attribute_value): Update.
5868 (build_error_marker_type): New function.
5869 (lookup_die_type): Add assert. Rewrite handling of signatured types.
5870 Don't call error for bad types, just build an error marker type.
5871 (dump_die_shallow): Update.
5872 (follow_die_sig_1): Renamed from follow_die_sig.
5873 Don't call error for bad types, instead return NULL.
5874 (follow_die_sig): New function.
5875 (get_signatured_type, get_DW_AT_signature_type): New functions.
5876
e546e8bb
YZ
58772013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
5878
5879 * aarch64-tdep.c (aarch64_write_pc): Removed.
543cdd95
JB
5880 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
5881 function.
e546e8bb 5882
ab116149
YQ
58832013-04-17 Yao Qi <yao@codesourcery.com>
5884
5885 * top.c (print_gdb_configuration): Print configure-time
5886 parameter on using libbabeltrace or not.
5887
488a42b8
PA
58882013-04-16 Pedro Alves <palves@redhat.com>
5889
5890 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
5891
f5fb825b
PA
58922013-04-16 Pedro Alves <palves@redhat.com>
5893
85d494ea 5894 * common/glibc_thread_db.h: Update from upstream glibc
f5fb825b
PA
5895 (git 568035b7874a099087b77f7bba3e36a1173787b0).
5896
e1154999
PA
58972013-04-16 Pedro Alves <palves@redhat.com>
5898
5899 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
5900 * common/glibc_thread_db.h: ... this new file ...
5901 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
5902
e3b50a7f
PA
59032013-04-16 Will Newton <will.newton@gmail.com>
5904 Pedro Alves <palves@redhat.com>
5905
5906 PR build/11881
5907
5908 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
5909 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
5910 HAVE_THREAD_DB_H.
5911
1c2e4450
PA
59122013-04-16 Pedro Alves <palves@redhat.com>
5913 Eli Zaretskii <eliz@gnu.org>
5914
5915 * NEWS: Mention "set foo unlimited".
5916
4031ecc5
DE
59172013-04-15 Doug Evans <dje@google.com>
5918
19c3d4c9
DE
5919 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
5920 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
5921 (create_dwo_cu_reader): Renamed from
5922 create_dwo_debug_info_hash_table_reader.
5923 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
5924 Remove support for multiple CUs in a DWO file.
5925 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
5926
4031ecc5
DE
5927 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
5928 instead of phex.
5929 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
5930 (create_dwo_in_dwp): Ditto.
5931
b340913d
TT
59322013-04-15 Tom Tromey <tromey@redhat.com>
5933
5934 * NEWS: Move recent entries into "since 7.6" section.
5935
cc16e6c9
TT
59362013-04-15 Tom Tromey <tromey@redhat.com>
5937
5938 PR c++/13588:
5939 * NEWS: Update.
5940 * break-catch-throw.c (struct exception_catchpoint)
5941 <exception_rx, pattern>: New fields.
5942 (fetch_probe_arguments, dtor_exception_catchpoint)
5943 (check_status_exception_catchpoint)
5944 (print_one_detail_exception_catchpoint): New functions.
5945 (handle_gnu_v3_exceptions): Add "except_rx" argument.
5946 Compile regular expression if needed.
5947 (extract_exception_regexp): New function.
5948 (catch_exception_command_1): Use extract_exception_regexp.
5949 (compute_exception): Use fetch_probe_arguments.
5950 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
5951 and check_status fields.
5952 * cp-abi.c (cplus_typename_from_type_info): New function.
5953 * cp-abi.h (cplus_typename_from_type_info): Declare.
5954 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
5955 * gdb_regex.h (compile_rx_or_error): Declare.
5956 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
5957 comment.
5958 (init_gnuv3_ops): Set get_type_from_type_info field.
5959 * probe.c (compile_rx_or_error): Move...
5960 * utils.c (compile_rx_or_error): ... here.
5961
72f1fe8a
TT
59622013-04-15 Tom Tromey <tromey@redhat.com>
5963
5964 PR c++/15176:
5965 * NEWS: Update.
5966 * break-catch-throw.c (compute_exception): New function.
5967 (exception_funcs): New global.
5968 (_initialize_break_catch_throw): Create $_exception.
5969 * cp-abi.c (cplus_type_from_type_info): New function.
5970 * cp-abi.h (cplus_type_from_type_info): Declare.
5971 (struct cp_abi_ops) <get_type_from_type_info>: New field.
5972 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
5973 (gnuv3_get_type_from_type_info): New functions.
5974 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
5975
fc4746a2
TT
59762013-04-15 Tom Tromey <tromey@redhat.com>
5977
5978 * break-catch-throw.c (struct exception_names): New.
5979 (exception_functions): Change type.
5980 (re_set_exception_catchpoint): Look for SDT probes.
5981
15a73f56
TT
59822013-04-15 Tom Tromey <tromey@redhat.com>
5983
5984 PR c++/10119:
5985 * break-catch-throw.c (exception_functions): New global.
5986 (gnu_v3_exception_catchpoint_ops): Move earlier.
5987 (struct exception_catchpoint): New.
5988 (classify_exception_breakpoint): Rewrite.
5989 (re_set_exception_catchpoint): New function.
5990 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
5991 Allocate a struct exception_catchpoint.
5992 (catch_exception_command_1): Update.
5993 (initialize_throw_catchpoint_ops): Set 're_set' method.
5994
916703c0
TT
59952013-04-15 Tom Tromey <tromey@redhat.com>
5996
5997 * Makefile.in (SFILES): Add break-catch-throw.c
5998 (COMMON_OBS): Add break-catch-throw.o.
5999 * break-catch-throw.c: New file.
6000 * breakpoint.c: Move exception-catching code to new file.
6001 (ep_parse_optional_if_clause): No longer static.
6002 * breakpoint.h (ep_parse_optional_if_clause): Declare.
6003
6e72ca20
TT
60042013-04-15 Tom Tromey <tromey@redhat.com>
6005
6006 PR c++/9065:
6007 * NEWS: Update.
6008 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6009 * c-exp.y (TYPEID): New token.
6010 (exp): Add new TYPEID productions.
6011 (ident_tokens): Add "typeid".
6012 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6013 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6014 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6015 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6016 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6017 case.
6018 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6019 (build_std_type_info_type, gnuv3_get_typeid_type)
6020 (gnuv3_get_typeid): New functions.
6021 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
6022 new fields on ABI object.
6023 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6024 * std-operator.def (OP_TYPEID): New.
6025
715c6909
TT
60262013-04-15 Tom Tromey <tromey@redhat.com>
6027
6028 * elfread.c (elf_symtab_read): Install versioned symbol under
6029 unversioned name as well.
6030
8de20a37
TT
60312013-04-15 Tom Tromey <tromey@redhat.com>
6032
6033 PR c++/11990:
6034 * c-lang.c (cplus_language_defn): Use gdb_demangle.
6035 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6036 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6037 (gdb_demangle): New function.
6038 * cp-support.h (gdb_demangle): Declare.
6039 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6040 (dwarf2_name): Use gdb_demangle.
6041 * gdbtypes.c (check_stub_method): Use gdb_demangle.
6042 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6043 suffixes from name.
6044 (gnuv3_print_method_ptr): Use gdb_demangle.
6045 * jv-lang.c (java_demangle): Use gdb_demangle.
6046 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6047 * language.c (unk_lang_demangle): Use gdb_demangle.
6048 * symtab.c (symbol_find_demangled_name)
6049 (demangle_for_lookup): Use gdb_demangle.
6050
591f19e8
TT
60512013-04-15 Tom Tromey <tromey@redhat.com>
6052
6053 PR c++/12824:
6054 * NEWS: Update.
6055 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6056 New constant.
6057 (classify_exception_breakpoint): New function.
6058 (print_it_exception_catchpoint, print_one_exception_catchpoint)
6059 (print_mention_exception_catchpoint)
6060 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6061 (catch_exception_command_1): Handle "rethrow" catchpoint.
6062 (catch_rethrow_command): New function.
6063 (_initialize_breakpoint): Add "catch rethrow" command.
6064
4d40cad2
PM
60652013-04-15 Pierre Muller <muller@sourceware.org>
6066
6067 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
6068 set_gdbarch_write_pc as deprecated anymore.
6069
30bcb456
JB
60702013-04-15 Joel Brobecker <brobecker@adacore.com>
6071
6072 * spu-tdep.c (spu_write_pc): Add empty line after local variable
6073 declarations.
6074
da9160e4
YQ
60752013-04-13 Yao Qi <yao@codesourcery.com>
6076
6077 * ctf.c (_initialize_ctf): Include "completer.h".
6078 Call add_target_with_completer instead of add_target.
6079
39ed5604
JK
60802013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6081
6082 Fix GDB regression related to PR binutils/14813.
6083 * jit.c (mem_bfd_iovec_close): Return 0 for success.
6084 * minidebug.c (lzma_close): Add return value comment.
6085 * remote.c (remote_bfd_iovec_close): Return 0 for success.
6086 * solib-spu.c (spu_bfd_iovec_close): Likewise.
6087 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
6088
60892013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
49369217
JK
6090
6091 * config.in: Regenerate.
6092
d521ce57
TT
60932013-04-12 Tom Tromey <tromey@redhat.com>
6094
6095 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
6096 const.
6097 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
6098 (struct die_reader_specs) <buffer>: Likewise.
6099 (die_reader_func_ftype): Make 'info_ptr' const.
6100 (struct line_header) <include_dirs, statement_program_start,
6101 statement_program_end>: Now const.
6102 (struct file_entry) <name>: Likewise.
6103 (struct partial_die_info) <sibling>: Likewise.
6104 (struct dwarf_block) <data>: Likewise.
6105 (dwarf2_read_section): Remove cast.
6106 (dwarf2_get_section_info): Make 'bufp' const.
6107 (read_index_from_section): Constify.
6108 (dw2_get_file_names_reader): Make 'info_ptr' const.
6109 (dw2_get_primary_filename_reader): Likewise.
6110 (read_comp_unit_head): Make 'info_ptr' and return type const.
6111 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
6112 Likewise.
6113 (read_abbrev_offset): Constify.
6114 (dwarf2_create_include_psymtab): Make 'name' const.
6115 (create_debug_types_hash_table): Update.
6116 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
6117 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
6118 Constify.
6119 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
6120 (load_partial_comp_unit_reader): Make 'info_ptr' const.
6121 (read_comp_units_from_section): Constify.
6122 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
6123 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
6124 const.
6125 (dwarf2_compute_name, setup_type_unit_groups): Constify.
6126 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
6127 (create_dwp_hash_table, dwarf2_ranges_read)
6128 (dwarf2_record_block_ranges): Constify.
6129 (read_die_and_children, read_die_and_siblings_1)
6130 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
6131 const.
6132 (read_full_die_1, read_full_die): Make 'info_ptr' const.
6133 (abbrev_table_read_table): Constify.
6134 (load_partial_dies): Make 'info_ptr' const.
6135 (read_partial_die, read_attribute_value, read_attribute): Make
6136 'info_ptr' and return type const.
6137 (read_address, read_initial_length)
6138 (read_checked_initial_length_and_offset, read_offset)
6139 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
6140 const.
6141 (read_direct_string): Make 'buf' and return type const.
6142 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
6143 (read_indirect_string): Make return type const.
6144 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
6145 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
6146 'info_ptr' const.
6147 (read_str_index): Make return type const.
6148 (add_include_dir): Make 'include_dir' const.
6149 (add_file_name): Make 'name' const.
6150 (dwarf_decode_line_header): Constify.
6151 (psymtab_include_file_name): Make return type const.
6152 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
6153 (dwarf2_start_subfile): Make 'filename' const.
6154 (dwarf2_const_value_attr): Make 'bytes' const.
6155 (read_signatured_type_reader): Make 'info_ptr' const.
6156 (decode_locdesc): Constify.
6157 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
6158 const.
6159 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
6160 'mac_end', and return type const.
6161 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
6162 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
6163 type const.
6164 (per_cu_header_read_in): Constify.
6165 * symfile.h (dwarf2_get_section_info): Update.
6166
d47a1bc1
TT
61672013-04-12 Tom Tromey <tromey@redhat.com>
6168
6169 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
6170
6eaaf48b
EZ
61712013-04-12 Eli Zaretskii <eliz@gnu.org>
6172
fc4c25bf 6173 * NEWS: Mention "show configuration", --configuration.
6eaaf48b
EZ
6174 * top.c (print_gdb_configuration): New function, displays the
6175 details about GDB configure-time parameters.
6176 (print_gdb_version): Mention "show configuration".
6eaaf48b
EZ
6177 * cli/cli-cmds.c (show_configuration): New function.
6178 (_initialize_cli_cmds): Add the "show configuration" command.
6eaaf48b
EZ
6179 * main.c (captured_main) <print_configuration>: New static var.
6180 <long_options>: Use it.
6181 If --configuration was given, call print_gdb_configuration.
6182
b292c783
JK
61832013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6184 Pedro Alves <palves@redhat.com>
6185
6186 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
6187 (generated_files): Add gcore.
6188 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
6189 HAVE_NATIVE_GCORE_HOST.
6190 (gcore): New.
6191 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
6192 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
6193 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
6194 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
6195 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
6196 Add HAVE_NATIVE_GCORE_HOST.
6197 * configure: Regenerate.
6198 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
6199 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
6200 AC_CONFIG_FILES for gcore.
6201 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
6202 gdb_have_gcore.
6203 * gdb_gcore.sh: Rename to ...
6204 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
6205 and GCORE_TRANSFORM_NAME substitutions.
6206
c96b3c4f
JK
6207 Fix parsing tabs in ${gdb_target_obs}.
6208 * configure.tgt (gdb_have_gcore): Replace case with for and if.
6209
d6cb50a2
JK
62102013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6211
6212 * remote.c (unpush_and_perror): Add output message final dot.
6213
cf2cb5ec
YQ
62142013-04-11 Yao Qi <yao@codesourcery.com>
6215
6216 * tracepoint.c (tfile_interp_line): Fit parameters line and
6217 utpp in one line.
6218
07293be4
JB
62192013-04-10 Joel Brobecker <brobecker@adacore.com>
6220
6221 * solib.c (solib_map_sections): Remove code overwriting
6222 SO->SO_NAME with the bfd's filename.
6223
f81d1120
PA
62242013-04-10 Pedro Alves <palves@redhat.com>
6225
6226 * cli/cli-decode.c (integer_unlimited_completer): New function.
6227 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
6228 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
6229 completer.
6230 * cli/cli-setshow.c: Include "cli/cli-utils.h".
6231 (is_unlimited_literal): New function.
6232 (do_set_command): Handle literal "unlimited" arguments.
6233 * frame.c (_initialize_frame) <set backtrace limit>: Document
6234 "unlimited".
6235 * printcmd.c (_initialize_printcmd) <set print
6236 max-symbolic-offset>: Add help text.
6237 * record-full.c (_initialize_record_full) <set record full
6238 insn-number-max>: Likewise.
6239 * record.c (_initialize_record) <set record
6240 instruction-history-size, set record function-call-history-size>:
6241 Add help text.
6242 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
6243 help text.
6244 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
6245 Likewise.
6246 * source.c (_initialize_source) <set listsize>: Add help text.
6247 * utils.c (initialize_utils) <set height, set width>: Likewise.
6248 <set pagination>: Mention "set height unlimited".
6249 * valprint.c (_initialize_valprint) <set print elements, set print
6250 repeats>: Document "unlimited".
6251
2f9d54cf
PA
62522013-04-10 Pedro Alves <palves@redhat.com>
6253
6254 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
6255 instead of disconnect_tracing.
6256 * infcmd.c (detach_command, disconnect_command): Call
6257 query_if_trace_running. Adjust.
6258 * top.c: Include "tracepoint.h".
6259 (quit_target): Delete. Contents moved ...
6260 (quit_force): ... here. Wrap each stage of teardown in
6261 TRY_CATCH. Call disconnect_tracing before detaching.
6262
393fd4c3
YQ
62632013-04-10 Hui Zhu <hui@codesourcery.com>
6264 Yao Qi <yao@codesourcery.com>
6265
6266 * configure.ac: Check libbabeltrace is installed.
6267 * config.in: Regenerate.
6268 * configure: Regenerate.
6269 * Makefile.in (LIBBABELTRACE): New.
6270 (CLIBS): Add LIBBABELTRACE.
6271 * ctf.c: Include "exec.h".
6272 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
6273 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
6274 (ctf_save_metadata_header): Define new type aliases in
6275 metadata.
6276 (ctf_write_header): Define event type "tsv_def" and "tp_def"
6277 in metadata. Start a new faked packet for trace status.
6278 (ctf_write_status): Write trace status to CTF.
6279 (ctf_write_uploaded_tsv): Write TSV to CTF.
6280 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
6281 (ctf_write_definition_end): End the faked packet.
6282
6283 (ctx, ctf_iter, trace_dirname): New.
6284 (start_pos): New variable.
6285 (ctf_destroy, ctf_open_dir, ctf_open): New.
6286 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
6287 macros.
6288 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
6289 (ctf_fetch_registers, ctf_xfer_partial): New.
6290 (ctf_get_trace_state_variable_value): New.
6291 (ctf_get_tpnum_from_frame_event): New.
6292 (ctf_get_traceframe_address): New.
6293 (ctf_trace_find, ctf_has_stack): New.
6294 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
6295 (ctf_get_trace_status, ctf_read_status): New.
6296 (_initialize_ctf): New.
6297 * tracepoint.c (get_tracepoint_number): New
6298 (get_uploaded_tsv): Remove 'static'.
5f8e0b8f 6299 (struct traceframe_info, trace_regblock_size): Move it to ...
393fd4c3
YQ
6300 * tracepoint.h: ... here.
6301 (get_tracepoint_number): Declare it.
6302 (get_uploaded_tsv): Declare it.
6303
6304 * NEWS: Mention new configure option.
6305
5c2b4418
HZ
63062013-04-10 Pedro Alves <palves@redhat.com>
6307 Hui Zhu <hui@codesourcery.com>
6308
6309 * breakpoint.c (dprintf_re_set): New.
6310 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
6311 to dprintf_re_set.
6312
a5c66735
JB
63132013-04-09 Joel Brobecker <brobecker@adacore.com>
6314
6315 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
6316 Remove solib-svr4.o from the list.
6317
9e77999c
JB
63182013-04-09 Joel Brobecker <brobecker@adacore.com>
6319
6320 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
6321 Use gdb_assert_not_reached instead of invalid boolean expression.
6322
1927e618
PA
63232013-04-09 Pedro Alves <palves@redhat.com>
6324
6325 * remote.c (unpush_and_perror): New function.
6326 (readchar, remote_serial_write): Use it.
6327
10782d74
MM
63282013-04-09 Markus Metzger <markus.t.metzger@intel.com>
6329
6330 * NEWS: Mention new btrace RSP packets.
6331
4c8429ef
TT
63322013-04-08 Tom Tromey <tromey@redhat.com>
6333
6334 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
6335 long.
6336
8625fc1b
TT
63372013-04-08 Tom Tromey <tromey@redhat.com>
6338
6339 * maint.c (print_bfd_section_info): Print the section index.
6340 * symmisc.c (dump_msymbols): Print the section index.
6341
e27d198c
TT
63422013-04-08 Tom Tromey <tromey@redhat.com>
6343
6344 PR symtab/8424:
6345 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
6346 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
6347 * breakpoint.c (resolve_sal_pc): Update.
6348 * elfread.c (elf_gnu_ifunc_record_cache): Update.
6349 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
6350 (minsym_lookup_iterator_cb): Use it.
6351 (default_read_var_value): Update.
6352 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
6353 Update.
6354 * infcmd.c (jump_command): Update.
6355 * linespec.c (minsym_found): Update.
6356 * maint.c (maintenance_translate_address): Update.
6357 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
6358 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
6359 * parse.c (write_exp_msymbol): Update.
6360 * printcmd.c (address_info): Update.
6361 * psymtab.c (find_pc_sect_psymbol): Update.
6362 (fixup_psymbol_section): Check SYMBOL_SECTION, not
6363 SYMBOL_OBJ_SECTION.
6364 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
6365 Don't initialize SYMBOL_OBJ_SECTION.
6366 * spu-tdep.c (spu_catch_start): Update.
6367 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
6368 * symmisc.c (dump_msymbols, print_symbol): Update.
6369 * symtab.c (fixup_section): Don't set 'obj_section'. Change
6370 how fallback section is computed.
6371 (fixup_symbol_section): Update.
6372 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
6373 Update.
6374 (allocate_symbol, initialize_symbol, allocate_template_symbol):
6375 Initialize SYMBOL_SECTION.
6376 * symtab.h (struct general_symbol_info) <section>: Update comment.
6377 <obj_section>: Remove.
6378 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
6379 (SYMBOL_OBJFILE): New macro.
6380
e6dc44a8
TT
63812013-04-08 Tom Tromey <tromey@redhat.com>
6382
6383 * coffread.c (record_minimal_symbol): Update.
6384 * dbxread.c (record_minimal_symbol): Update.
6385 * elfread.c (record_minimal_symbol): Update.
6386 * machoread.c (macho_symtab_add_minsym): Update.
6387 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
6388 Update.
6389 * minsyms.c (prim_record_minimal_symbol): Update.
6390 (prim_record_minimal_symbol_full): Remove 'bfd_section'
6391 argument.
6392 (prim_record_minimal_symbol_and_info): Likewise.
6393 * minsyms.h (prim_record_minimal_symbol_full)
6394 (prim_record_minimal_symbol_and_info): Update.
6395 * symtab.c (allocate_symbol, initialize_symbol)
6396 (allocate_template_symbol): Initialize SYMBOL_SECTION.
6397 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
6398 Update.
6399
36192a8d
TT
64002013-04-08 Tom Tromey <tromey@redhat.com>
6401
6402 PR symtab/8423:
6403 * solib-som.c (som_solib_section_offsets): Use BFD section
6404 indices. Set offsets for all sections.
6405 * somread.c (som_symtab_read): Compute BFD section for
6406 symbol. Use prim_record_minimal_symbol_and_info.
6407 (som_symfile_read): Fix comment.
6408 (struct find_section_offset_arg): New.
6409 (find_section_offset, set_section_index): New functions.
6410 (som_symfile_offsets): Use set_section_index to compute
6411 section indices.
6412
65cf3563
TT
64132013-04-08 Tom Tromey <tromey@redhat.com>
6414
6415 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
6416 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
6417 gdb_bfd_section_index.
6418 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
6419 New functions.
6420 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
6421 Declare.
6422 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
6423 Update.
6424 * objfiles.c (add_to_objfile_sections_full): New function.
6425 (add_to_objfile_sections): Use it.
6426 (build_section_table): Rewrite.
6427 (objfile_relocate1): Use gdb_bfd_section_index. Update.
6428 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
6429 (struct objfile) <sections>: Update comment.
6430 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
6431 is NULL.
6432 (ALL_OBJSECTIONS): Use it.
6433 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
6434 * solib-frv.c (frv_relocate_main_executable): Update.
6435 * solib-target.c (solib_target_relocate_section_addresses):
6436 Use gdb_bfd_section_index.
6437 * symfile.c (build_section_addr_info_from_section_table):
6438 Use gdb_bfd_section_index.
6439 (build_section_addr_info_from_bfd, place_section): Likewise.
6440 * symtab.c (fixup_section): Update.
6441 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
6442
7cbd4a93
TT
64432013-04-08 Tom Tromey <tromey@redhat.com>
6444
6445 * minsyms.h (struct bound_minimal_symbol): New.
6446 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6447 Remove objfile argument.
6448 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6449 Return bound_minimal_symbol.
6450 * minsyms.c (lookup_minimal_symbol_by_pc_1)
6451 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6452 Return bound_minimal_symbol.
6453 (in_gnu_ifunc_stub): Update.
6454 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6455 Remove 'objfile_p' argument.
6456 (lookup_solib_trampoline_symbol_by_pc): Update.
6457 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
6458 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
6459 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
6460 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
6461 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
6462 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
6463 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
6464 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
6465 stack.c, symtab.c, tui/tui-disasm.c: Update.
6466
f85f34ed
TT
64672013-04-08 Tom Tromey <tromey@redhat.com>
6468
6469 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
6470 Use symbol's obstack, not an objfile.
6471 * coffread.c (process_coff_symbol): Update.
6472 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
6473 * jv-lang.c (add_class_symbol): Update.
6474 * mdebugread.c (new_symbol): Update.
6475 * minsyms.c (prim_record_minimal_symbol_full)
6476 (terminate_minimal_symbol_table): Update.
6477 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
6478 * stabsread.c (define_symbol, read_enum_type): Update.
6479 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
6480 Handle Ada specially.
6481 (symbol_set_language): Add 'obstack' argument.
6482 (symbol_set_names): Update.
6483 (symbol_natural_name, symbol_demangled_name): Always use
6484 ada_decode_symbol.
6485 * symtab.h (struct general_symbol_info)
6486 <language_specific::obstack>: New field.
6487 <ada_mangled>: New field.
6488 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
6489 (symbol_set_language): Update.
6490
ccde22c0
TT
64912013-04-08 Tom Tromey <tromey@redhat.com>
6492
6493 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
6494 Take an obstack, not an objfile.
6495 (symbol_set_names): Update.
6496 * symtab.h (symbol_set_demangled_name): Update.
6497
e623cf5d
TT
64982013-04-08 Tom Tromey <tromey@redhat.com>
6499
6500 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
6501 allocate_symbol.
6502 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
6503 (read_func_scope): Call allocate_template_symbol.
6504 (new_symbol_full): Call allocate_symbol.
6505 * jit.c (finalize_symtab): Call allocate_symbol.
6506 * jv-lang.c (add_class_symbol): Call allocate_symbol.
6507 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
6508 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
6509 (common_block_end): Call allocate_symbol.
6510 * symtab.c (allocate_symbol, initialize_symbol)
6511 (allocate_template_symbol): New functions.
6512 * symtab.c (allocate_symbol, initialize_symbol)
6513 (allocate_template_symbol): Declare.
6514 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
6515
f6de8ec2
PA
65162013-04-08 Pedro Alves <palves@redhat.com>
6517 Keith Seitz <keiths@redhat.com>
6518
6519 * breakpoint.c (create_breakpoint): Rename
6520 "parse_condition_and_thread" parameter to "parse_arg". Update
6521 describing comment. If !PARSE_ARG, then error out if ARG is not
6522 the empty string after extracting the location.
6523 * breakpoint.h (create_breakpoint): Rename
6524 "parse_condition_and_thread" parameter to "parse_arg".
6525
f65ce5fb
AR
65262013-04-08 Aleksandar Ristovski <aristovski@qnx.com
6527
6528 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
6529
cc5925ad
YQ
65302013-04-07 Yao Qi <yao@codesourcery.com>
6531
6532 * remote.c (remote_trace_find): Change type of parameters 'addr1'
6533 and 'addr2' to CORE_ADDR.
6534 * target.c (update_current_target): Update.
6535 * target.h (struct target_ops) <to_trace_find>: Change parameter
6536 type to CORE_ADDR.
6537 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
6538 'addr2' to CORE_ADDR.
6539 (tfile_trace_find): Likewise.
6540 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
6541 Change local variable 'addr' to type CORE_ADDR.
6542 * tracepoint.h (tfind_1): Update declaration.
6543
d9ac0664
EZ
65442013-04-06 Eli Zaretskii <eliz@gnu.org>
6545
6546 * windows-nat.c (windows_get_absolute_argv0): Move from here...
6547 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
6548 Include main.h.
6549
6550 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
6551 here...
6552 * main.h (windows_get_absolute_argv0): ...to here.
6553
02142a6c
DE
65542013-04-05 Doug Evans <dje@google.com>
6555
6556 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
6557 (read_cutu_die_from_dwo): Add comments.
6558 (read_structure_type): Update comment.
6559 (read_enumeration_type, read_namespace_type): Update comment.
6560 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
6561
43662968
JK
65622013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6563
6564 Convert man pages to texinfo, new gdbinit.5 texinfo page.
6565 * Makefile.in (gdb.z): Remove.
6566 (install-only): Remove $(man1dir) and gdb.1 installation.
6567 * gdb.1: Remove.
6568
9ead1b84
JK
65692013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6570
6571 Fix compatibility with Linux kernel 3.8.3.
6572 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
6573 to more inner block. Remove parsing of NUMBER from outer block.
6574 Parse NUMBER only if KEYWORD has been identified.
6575
d1794952
JK
65762013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6577
6578 Fix variable name shadowing.
6579 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
6580 filename to mapsfilename and update its uses.
6581
9025569e
EZ
65822013-04-05 Eli Zaretskii <eliz@gnu.org>
6583
6584 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
6585 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
6586 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
6587 details of the problem.
6588
c9a6ce02
PA
65892013-04-04 Pedro Alves <palves@redhat.com>
6590 Hui Zhu <hui@codesourcery.com>
6591
6592 * breakpoint.c (validate_commands_for_breakpoint): If validating a
6593 tracepoint, reset its STEP_COUNT and call validate_actionline.
6594
5ff888ce
DE
65952013-04-03 Doug Evans <dje@google.com>
6596
bf6af496
DE
6597 * dwarf2read.c (read_die_and_siblings_1): Renamed from
6598 read_die_and_siblings.
6599 (read_die_and_siblings): New function.
6600 (read_cutu_die_from_dwo): Dump die if requested.
6601 (read_die_and_children): Call read_full_die_1 and
6602 read_die_and_siblings_1.
6603 (read_full_die): Dump die if requested.
6604
6605 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
6606
0ac5b59e
DE
6607 * dwarf2read.c (struct dwo_file): New member comp_dir.
6608 Rename member name to dwo_name. All uses updated.
6609 (hash_dwo_file): Include comp_dir in computation.
6610 (eq_dwo_file): Ditto.
6611 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
6612 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
6613
5ff888ce
DE
6614 * psymtab.c (read_psymtabs_with_fullname): Don't call
6615 psymtab_to_fullname if the basenames are different.
6616
ec83d211
JK
66172013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6618
6619 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
6620 New entry about "fullname" presence.
6621
4f4352f7
PA
66222013-04-03 Pedro Alves <palves@redhat.com>
6623
6624 * NEWS: Mention x86_64/Cygwin as new native configuration.
6625
3d1d5ea3
DE
66262013-04-02 Doug Evans <dje@google.com>
6627
6628 * dwarf2read.c (read_structure_type): Fix typo in comment.
6629
be9a8770
PA
66302013-04-02 Pedro Alves <palves@redhat.com>
6631
6632 * NEWS: Mention "set/show debug aarch64", "set/show debug
6633 coff-pe-read" and "set/show debug mach-o".
6634
a46c1e42
PA
66352013-04-02 Pedro Alves <palves@redhat.com>
6636
6637 * NEWS: Mention "set/show remote trace-buffer-size-packet".
6638
3ad18b19
EZ
66392013-04-02 Eli Zaretskii <eliz@gnu.org>
6640
6641 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
6642 gdb_string.h is now in common/.
6643
e9f1758d
PA
66442013-04-02 Pedro Alves <palves@redhat.com>
6645
6646 * NEWS: Move "set debug notification" and "set trace-buffer-size"
6647 under "New options".
6648
049dc89b
JK
66492013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6650
6651 Revert this patch:
6652 PR gdb/15275
6653 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
6654
c33e31fd
PA
66552013-04-02 Pedro Alves <palves@redhat.com>
6656
6657 PR gdb/15275
6658
6659 * remote.c (send_interrupt_sequence): Use remote_serial_write.
6660 (remote_serial_write): New function.
6661 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
6662
ea5f3910
JW
66632013-04-01 Jiong Wang <jiwang@tilera.com>
6664
6665 * NEWS: Mention TILE-Gx in "New native configurations" and
f5aee5ee 6666 "New targets" sections.
ea5f3910 6667
5c6fa7ab
DE
66682013-04-01 Doug Evans <dje@google.com>
6669
c0f78cd4
DE
6670 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
6671 (process_enumeration_scope): Simplify.
6672
0186c6a7
DE
6673 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
6674 type_unit_group ...
6675 (struct signatured_type): ... to here.
6676 (sig_type_ptr): New typedef.
6677 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
6678 out of union 't'. All uses updated.
6679 (dw2_get_file_names_reader): Assert not called for a type unit.
6680 (dw2_get_file_names): Assert not called for a type unit or type
6681 unit group.
6682 (build_type_psymtabs_reader): Assert called for a type unit.
6683 (build_type_psymtab_dependencies): Assert called for a type unit group.
6684
5c6fa7ab
DE
6685 * dwarf2read.c (free_dwo_file): Add comment.
6686 (dwarf2_per_objfile_free): Unref dwp bfd.
6687
b3c0ad67 66882013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
cebca8c1
AR
6689
6690 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
6691 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
6692 (read_pe_exported_syms): Remove unused 'exportix'.
6693 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
6694 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
6695 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
6696
e2df1547
AR
66972013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
6698
6699 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
6700 (print_it_watchpoint): Remove unused 'bl'.
6701 (say_where): Remove unused 'uiout'.
6702 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
6703 (bkpt_breakpoint_hit): Remove unused 'b'.
6704 (internal_bkpt_print_it): Remove unused 'uiout'.
6705 * buildsym.c (augment_type_symtab): Remove unused 'i'.
6706
d81e75c0
TD
67072013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
6708
6709 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
6710 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
6711
5a8b3f62
DE
67122013-03-29 Doug Evans <dje@google.com>
6713
ab5088bf
DE
6714 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
6715 Delete arg is_dwp. All callers updated.
6716 (open_dwp_file): New function.
6717 (open_and_init_dwp_file): Call it.
6718 (get_dwp_file): New function.
6719 (lookup_dwo_cutu): Call it.
6720
a8ad1e57
DE
6721 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
6722 unnecessary, cleanup.
6723
6296d8c1
DE
6724 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
6725
b0c7bfa9
DE
6726 * dwarf2read.c (read_cutu_die_from_dwo): New function.
6727 (lookup_dwo_unit): New function.
6728 (init_cutu_and_read_dies): Move DWO handling to new functions.
6729
c88ee1f0
DE
6730 * dwarf2read.c (struct signatured_type): Tweak comment.
6731 (struct dwo_unit): Tweak comment.
6732 (create_debug_types_hash_table): Tweak comment. Reformat long line.
6733 (create_dwo_debug_info_hash_table): Tweak comment.
6734 (dwarf2_per_cu_offset_and_type): Tweak comment.
6735
5a8b3f62
DE
6736 * dwarf2read.c (lookup_signatured_type): Remove complaint about
6737 missing .debug_types section.
6738
9852c492
YQ
67392013-03-29 Yao Qi <yao@codesourcery.com>
6740
6741 * corelow.c: Include "completer.h".
6742 (_initialize_corelow): Call add_target_with_completer with
6743 argument 'filename_completer'.
6744 * tracepoint.c: Likewise.
6745 * exec.c (_initialize_exec): Likewise.
6746 * target.c (add_target): Rename to ...
6747 (add_target_with_completer): ... this. Call set_cmd_completer
6748 if parameter completer is not NULL.
6749 (add_target): New.
6750 * target.h: Include "command.h".
6751 (add_target_with_completer): Declare it.
6752
af312be7
JB
67532013-03-28 Joel Brobecker <brobecker@adacore.com>
6754
6755 * coffread.c (is_import_fixup_symbol): New function.
6756 (record_minimal_symbol): Use is_import_fixup_symbol to
6757 detect import fixup symbols, and discard them.
6758
8a0459fd
DE
67592013-03-28 Doug Evans <dje@google.com>
6760
0349ea22
DE
6761 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
6762 types hash table until we know we need it.
6763
f652bce2
DE
6764 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
6765 index numbers.
6766
e4a48d9d
DE
6767 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
6768 All callers updated.
6769 (dw2_print_stats): Print #read CUs too.
6770 (dump_die_shallow): Print signatured types better.
6771
8a0459fd
DE
6772 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
6773 info_or_types_section to section. All uses updated.
6774 (struct dwo_unit): Ditto.
6775
bd3eecc3
PA
67762013-03-28 Pedro Alves <palves@redhat.com>
6777
6778 * NEWS (New options): New section.
6779 (New options): Mention set/show remote trace-status-packet.
6780 * remote.c (PACKET_qTStatus): New enumeration value.
6781 (remote_get_trace_status): Skip sending qTStatus if the packet is
6782 disabled. Use packet_ok.
6783 (_initialize_remote): Register a configuration command for
6784 qTStatus packet.
6785
41245087
DE
67862013-03-28 Doug Evans <dje@google.com>
6787
7edbb660
DE
6788 * symfile.c (find_separate_debug_file): Add comment.
6789 (terminate_after_last_dir_separator): Tweak comment.
6790
0018ea6f
DE
6791 * dwarf2read.c (create_partial_symtab): Add forward decl.
6792 (create_partial_symtab): Move to be closer to other psymtab functions.
6793 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
6794
ca69b9e6
DE
6795 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
6796 (compute_symtab_includes): Remove unnecessary forward declaration.
6797 (die_needs_namespace): Add comment marking group of functions for
6798 dwarf2 name computation.
6799
a9375afe
DE
6800 * typeprint.c (_initialize_typeprint): Improve type help text.
6801
41245087
DE
6802 * python/python.c (finish_python_initialization): Provide suggestion
6803 for how to tell gdb to find its python files.
6804
7f7cc265
PA
68052013-03-28 Pedro Alves <palves@redhat.com>
6806
6807 PR gdb/15294
6808
6809 * source.c (_initialize_source): Change back "set listsize" to an
6810 integer command.
6811
ec21308c
JK
68122013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
6813
6814 PR gdb/15275
6815 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
6816
840a9a1f
PA
68172013-03-27 Pedro Alves <palves@redhat.com>
6818
6819 * top.c (history_size): Rename to ...
6820 (history_size_setshow_var): ... this. Add comment.
6821 (show_commands): Use readline's 'history_length' instead of
6822 computing the history length by calling history_get in a loop.
6823 (set_history_size_command): Error out for sizes over INT_MAX.
6824 Restore previous history size on invalid size.
6825 (init_history): If HISTSIZE is negative, leave the history size as
6826 zero. Add comments.
6827 (init_main): Adjust.
6828
826ecc4d
PA
68292013-03-27 Pedro Alves <palves@redhat.com>
6830
6831 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
6832 coff_pe_read" command to "set debug coff-pe-read".
6833
0ccfeeae
MM
68342013-03-27 Markus Metzger <markus.t.metzger@intel.com>
6835
6836 * record.c (command_size_to_target_size): Fix size comparison.
6837 Change parameter type from pointer to integer to integer.
6838 Update all users.
6839
40653b35
PM
68402013-03-27 Pierre Muller <muller@sourceware.org>
6841
6842 * windows-nat.c (handle_output_debug_string): Avoid typecast
6843 from integer of different size warning.
6844
c62fa0e2
JB
68452013-03-26 Joel Brobecker <brobecker@adacore.com>
6846
6847 * windows-nat.c (handle_output_debug_string): Add empty line
6848 after local block variable definition.
6849
2c619be2
PA
68502013-03-26 Pedro Alves <palves@redhat.com>
6851
6852 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
6853 (net_open): Make 'polls' local unsigned.
6854
1b493192
PA
68552013-03-26 Pedro Alves <palves@redhat.com>
6856
6857 * remote.c (_initialize_remote): Make "set remoteaddresssize"
6858 a zuinteger command instead of uinteger.
6859
7ee70bf5
PA
68602013-03-26 Pedro Alves <palves@redhat.com>
6861
6862 * record-full.c (record_full_insn_num): Make it unsigned.
6863 (record_full_check_insn_num, record_full_message)
6864 (record_full_registers_change, record_full_xfer_partial): Remove
6865 record_full_insn_max_num check (it's always != 0).
6866 (record_full_info, record_full_restore): Use %u as format string.
6867 (): Use %u as format string.
6868 (set_record_full_insn_max_num): Remove record_full_insn_max_num
6869 check (it's always != 0).
6870
dfd1f9bb
PA
68712013-03-26 Pedro Alves <palves@redhat.com>
6872
6873 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
6874 and "set dcache size" commands zuinteger instead of uinteger.
6875
addb4faf
PA
68762013-03-26 Pedro Alves <palves@redhat.com>
6877
6878 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
6879 command zuinteger instead of uinteger.
6880
b75bf488
PA
68812013-03-26 Pedro Alves <palves@redhat.com>
6882
6883 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
6884 zuinteger instead of uinteger.
6885
42c634cb
PA
68862013-03-26 Pedro Alves <palves@redhat.com>
6887
6888 * record.c (record_insn_history_size_setshow_var)
6889 (record_call_history_size_setshow_var): New globals.
6890 (command_size_to_target_size): New function.
6891 (cmd_record_insn_history, cmd_record_call_history): Use
6892 command_size_to_target_size instead of cast.
6893 (validate_history_size, set_record_insn_history_size)
6894 (set_record_call_history_size): New functions.
6895 (_initialize_record): Install set_record_insn_history_size and
6896 set_record_call_history_size as "set" hooks of "set record
6897 instruction-history-size" and "set record
6898 function-call-history-size".
6899
1fb2e2b5
PA
69002013-03-26 Pedro Alves <palves@redhat.com>
6901
6902 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
6903 use with history_max_entries use. Remove FIXME note.
6904
99c819ee
MM
69052013-03-26 Markus Metzger <markus.t.metzger@intel.com>
6906
6907 * record-btrace.c (record_btrace_close): Call
6908 record_btrace_auto_disable.
6909
9f9e404c
JB
69102013-03-25 Joel Brobecker <brobecker@adacore.com>
6911
6912 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
6913
ebcdfe33
DE
69142013-03-25 Doug Evans <dje@google.com>
6915
6916 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
6917
24955f63
TT
69182013-03-25 Tom Tromey <tromey@redhat.com>
6919
6920 PR symtab/11462:
6921 * c-exp.y (exp): Add new productions for destructors after '.' and
6922 '->'.
6923 (write_destructor_name): New function.
6924
fce632b6
TT
69252013-03-25 Tom Tromey <tromey@redhat.com>
6926
6927 PR c++/9197:
6928 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
6929 value_struct_elt, not lookup_struct_elt_type.
6930 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
6931 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
6932 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
6933
a4341769
YQ
69342013-03-25 Yao Qi <yao@codesourcery.com>
6935
6936 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
6937 instead of '_mkdir'.
6938
b5981e5a
EZ
69392013-03-23 Eli Zaretskii <eliz@gnu.org>
6940
6941 * windows-nat.c (windows_get_absolute_argv0): New function.
6942 * windows-nat.h: Add its prototype.
6943
6944 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
6945 Use IS_DIR_SEPARATOR instead of looking for a character inside
6946 SLASH_STRING. Include filenames.h.
6947 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
6948 relocate_gdb_directory works when passed gdb_program_name.
6949 Include windows-nat.h.
6950
598d3636
JK
69512013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6952
6953 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
6954 * remote.c (trace_error): Remove the special handling of '2'.
6955 (readchar) <SERIAL_EOF>
6956 (readchar) <SERIAL_ERROR>
6957 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
6958 (remote_get_trace_status): Call throw_exception if EX is
6959 TARGET_CLOSE_ERROR.
6960 * utils.c (perror_with_name): Rename to ...
6961 (throw_perror_with_name): ... here. New parameter errcode, describe it
6962 in the function comment.
6963 (perror_with_name): New function wrapper.
6964 * utils.h (enum errors): New stub declaration.
6965 (throw_perror_with_name): New declaration.
6966
82b821e9
PA
69672013-03-22 Pedro Alves <palves@redhat.com>
6968 Yao Qi <yao@codesourcery.com>
6969 Mark Kettenis <kettenis@gnu.org>
6970
6971 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
6972 Don't let the user set the value to UINT_MAX directly.
6973 <var_integer>: Don't let the user set the value to INT_MAX
6974 directly.
6975
78a095c3
JK
69762013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6977
6978 * remote.c (remote_unpush_target): New function.
6979 (remote_open_1): Remove two pop_target calls, update one comment, add
6980 comment to target_preopen call. Replace pop_target call by
6981 remote_unpush_target call.
6982 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
6983 pop_target calls by remote_unpush_target calls.
6984
3e74e146
PA
69852013-03-22 Pedro Alves <palves@redhat.com>
6986
6987 * linux-nat.c (linux_child_follow_fork): Don't call
6988 linux_enable_event_reporting.
6989 (linux_handle_extended_wait): Don't call
6990 linux_enable_event_reporting.
6991
a2213dca
PA
69922013-03-22 Pedro Alves <palves@redhat.com>
6993
6994 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
6995 use it to rewrite the trampoline buffers with type gdb_byte[], and
6996 undefine the macro. Remove char* cast.
6997
bd712aed
DE
69982013-03-21 Doug Evans <dje@google.com>
6999
7000 New commands "mt set per-command {space,time,symtab} {on,off}".
7001 * NEWS: Add entry.
7002 * event-top.c: #include "maint.h".
7003 * main.c: #include "maint.h".
7004 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7005 timeval-utils.h, maint.h, cli/cli-setshow.h.
7006 (per_command_time, per_command_space): New static globals.
7007 (per_command_symtab): New static global.
7008 (per_command_setlist, per_command_showlist): New static globals.
7009 (struct cmd_stats): Move here from utils.c.
7010 (set_per_command_time): Renamed from set_display_time in utils.c
7011 and moved here. All callers updated.
7012 (set_per_command_space): Renamed from set_display_space in utils.c
7013 and moved here. All callers updated.
7014 (count_symtabs_and_blocks): New function.
7015 (report_command_stats): Moved here from utils.c. Add support for
7016 printing symtab stats. Only print data if enabled before command
7017 executed.
7018 (make_command_stats_cleanup): Ditto.
7019 (sert_per_command_cmd, show_per_command_cmd): New functions.
7020 (_initialize_maint_cmds): Add new commands
7021 mt set per-command {space,time,symtab} {on,off}.
7022 * maint.h: New file.
7023 * top.c: #include "maint.h".
7024 * utils.c (reset_prompt_for_continue_wait_time): New function.
7025 (get_prompt_for_continue_wait_time): New function.
7026 * utils.h (reset_prompt_for_continue_wait_time): Declare
7027 (get_prompt_for_continue_wait_time): Declare.
7028 (make_command_stats_cleanup): Moved to maint.h.
7029 (set_display_time, set_display_space): Moved to maint.h and renamed
7030 to set_per_command_time, set_per_command_space.
7031 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7032 parse_binary_operation and made non-static. Don't call error,
7033 just return an error marker. All callers updated.
7034 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7035
d76488d8
TT
70362013-03-21 Tom Tromey <tromey@redhat.com>
7037
7038 * symfile.c (alloc_section_addr_info): Update header. Don't set
7039 'num_sections' field.
7040 (build_section_addr_info_from_section_table): Set 'num_sections'.
7041 (build_section_addr_info_from_bfd): Likewise.
7042 (build_section_addr_info_from_objfile): Remove dead loop
7043 condition.
7044 (free_section_addr_info): Unconditionally call xfree.
7045 (relative_addr_info_to_section_offsets, addrs_section_sort)
7046 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7047 condition.
7048 (syms_from_objfile_1): Remove dead 'if' condition. Check
7049 'num_sections'.
7050 (add_symbol_file_command): Set 'num_sections'.
7051 * symfile-mem.c (symbol_file_add_from_memory): Set
7052 'num_sections'.
7053 * somread.c (som_symfile_offsets): Remove dead loop condition.
7054 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7055 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7056
a72e5169 70572013-03-21 Tom Tromey <tromey@redhat.com>
92bc6a20
TT
7058
7059 * tracepoint.h (decode_agent_options): Add 'trace_string'
7060 argument.
7061 * tracepoint.c (decode_agent_options): Add 'trace_string'
7062 argument.
7063 (validate_actionline): Update.
7064 (collect_symbol): Add 'trace_string' argument.
7065 (struct add_local_symbols_data) <trace_string>: New field.
7066 (do_collect_symbol): Update.
7067 (add_local_symbols): Add 'trace_string' argument.
7068 (encode_actions_1): Update.
7069 (trace_dump_actions): Update.
7070 * dwarf2loc.c (access_memory): Update.
7071 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
7072 * ax-general.c (new_agent_expr): Update.
7073 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
7074 (gen_trace_for_return_address): Add argument.
7075 (trace_kludge, trace_string_kludge): Remove.
7076 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
7077 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
7078 (gen_trace_for_var): Add 'trace_string' argument.
7079 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
7080 (gen_printf, agent_eval_command_one): Update.
7081
b2f83c08
TT
70822013-03-21 Tom Tromey <tromey@redhat.com>
7083
7084 PR exp/15109:
7085 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
7086 Handle FILENAME token.
7087
9507860e
TT
70882013-03-21 Tom Tromey <tromey@redhat.com>
7089
7090 * c-exp.y (YYPRINT): Define.
7091 (c_print_token): New function.
7092
e403aa4b
TT
70932013-03-21 Tom Tromey <tromey@redhat.com>
7094
7095 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
7096
af307d6a
YQ
70972013-03-21 Yao Qi <yao@codesourcery.com>
7098
7099 * ctf.c: Include "gdb_stat.h".
7100 [USE_WIN32API]: New macro 'mkdir'.
7101 (ctf_start): Use permission bits macros if they are defined.
7102
fb81d016
KS
71032013-03-20 Keith Seitz <keiths@redhat.com>
7104
7105 * breakpoint.h (struct breakpoint): Add comment to
7106 extra_string indicating that this member is mallod'd.
7107 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
7108
ef0026f0
PA
71092013-03-20 Pedro Alves <palves@redhat.com>
7110
7111 PR gdb/15289
7112
7113 * cli/cli-setshow.c (do_set_command)
7114 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
7115 the result of parsing the command argument. Throw error if the
7116 value is greater than UINT_MAX. Print the invalid value with
7117 plongest.
7118 <var_integer, var_zinteger>: Use LONGEST for variable holding the
7119 result of parsing the command argument. Throw error if the value
7120 is greater than INT_MAX, not greater or equal. Also throw error
7121 if the value is less than INT_MIN. Print the invalid value with
7122 plongest.
7123 <var_zuinteger_unlimited>: Throw error if the value is greater
7124 than INT_MAX, not greater or equal.
7125 (do_show_command) <var_integer, var_zinteger,
7126 var_zuinteger_unlimited>: Use %d for printing int, not %u.
7127
24d6c2a0
TT
71282013-03-20 Tom Tromey <tromey@redhat.com>
7129
7130 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
7131 if possible.
7132 * dwarf2read.c (read_func_scope): Remove old FIXME.
7133 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
7134 not LOC_COMPUTED.
7135 * findvar.c (symbol_read_needs_frame, default_read_var_value):
7136 Unconditionally call via computed ops, if possible.
7137 * printcmd.c (address_info): Unconditionally call via computed ops,
7138 if possible.
7139 * stack.c (read_frame_arg): Unconditionally call via computed ops,
7140 if possible.
7141 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
7142 * tracepoint.c (scope_info): Unconditionally call via computed ops,
7143 if possible.
7144
f1e6e072
TT
71452013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7146 Tom Tromey <tromey@redhat.com>
7147
7148 PR symtab/8421:
7149 * coffread.c (coff_register_index): New global.
7150 (process_coff_symbol, coff_read_enum_type): Set
7151 SYMBOL_ACLASS_INDEX.
7152 (_initialize_coffread): Initialize new global.
7153 * dwarf2loc.c (locexpr_find_frame_base_location)
7154 (dwarf2_block_frame_base_locexpr_funcs)
7155 (loclist_find_frame_base_location)
7156 (dwarf2_block_frame_base_loclist_funcs): New.
7157 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
7158 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
7159 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
7160 (dwarf2_block_frame_base_loclist_funcs): New.
7161 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
7162 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
7163 globals.
7164 (read_func_scope): Update.
7165 (fixup_go_packaging, mark_common_block_symbol_computed)
7166 (var_decode_location, new_symbol_full, dwarf2_const_value):
7167 Set SYMBOL_ACLASS_INDEX.
7168 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
7169 (_initialize_dwarf2_read): Initialize new globals.
7170 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
7171 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
7172 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
7173 globals.
7174 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
7175 (_initialize_mdebugread): Initialize new globals.
7176 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
7177 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
7178 (stab_register_index, stab_regparm_index): New globals.
7179 (define_symbol, read_enum_type, common_block_end): Set
7180 SYMBOL_ACLASS_INDEX.
7181 (_initialize_stabsread): Initialize new globals.
7182 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
7183 globals.
7184 (MAX_SYMBOL_IMPLS): New define.
7185 (register_symbol_computed_impl, register_symbol_block_impl)
7186 (register_symbol_register_impl)
7187 (initialize_ordinary_address_classes): New functions.
7188 (_initialize_symtab): Call initialize_ordinary_address_classes.
7189 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
7190 (struct symbol_impl): New.
7191 (SYMBOL_ACLASS_BITS): New define.
7192 (struct symbol) <aclass, ops>: Remove fields.
7193 <aclass_index>: New field.
7194 (symbol_impls): Declare.
7195 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
7196 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
7197 (register_symbol_computed_impl, register_symbol_block_impl)
7198 (register_symbol_register_impl): Declare.
7199 (struct symbol_computed_ops): Add location_has_loclist.
7200 (struct symbol_block_ops): New.
7201 (SYMBOL_BLOCK_OPS): New.
7202 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
7203
dbccfd4c
TT
72042013-03-20 Tom Tromey <tromey@redhat.com>
7205
7206 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
7207 (print_partial_symbols, recursively_search_psymtabs): Use
7208 PSYMBOL_CLASS.
7209
e3f1ad4f
PM
72102013-03-20 Pierre Muller <muller@sourceware.org>
7211
7212 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
7213 addtion, subtraction, multiplication and division binary operator.
7214
460014f5
JK
72152013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7216
7217 Code cleanup.
7218 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
7219 * bsd-kvm.c (bsd_kvm_close): Likewise.
7220 * bsd-uthread.c (bsd_uthread_close): Likewise.
7221 * corelow.c (core_close): Likewise.
7222 (core_close_cleanup): Remove parameter quitting from a caller.
7223 * event-top.c (async_disconnect): Likewise.
7224 * exec.c (exec_close_1): Remove parameter quitting.
7225 * go32-nat.c (go32_close): Likewise.
7226 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
7227 parameter quitting from a caller.
7228 * mips-linux-nat.c (super_close): Remove parameter quitting from the
7229 variable.
7230 (mips_linux_close): Remove parameter quitting. Remove parameter
7231 quitting from a caller.
7232 * monitor.c (monitor_close): Remove parameter quitting.
7233 * monitor.h (monitor_close): Likewise.
7234 * record-btrace.c (record_btrace_close): Likewise.
7235 * record-full.c (record_full_close): Likewise.
7236 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
7237 it also from fprintf_unfiltered.
7238 * remote-mips.c (mips_close): Remove parameter quitting.
7239 (mips_detach): Remove parameter quitting from a caller.
7240 * remote-sim.c (gdbsim_close): Remove parameter quitting.
7241 (gdbsim_close): Remove duplicate function comment. Remove parameter
7242 quitting and remove it also from printf_filtered.
7243 * remote.c (remote_close): Remove parameter quitting.
7244 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
7245 * target.c (update_current_target): Remove parameter int from to_close
7246 de_fault.
7247 (push_target, unpush_target, pop_target): Remove parameter quitting from
7248 a caller.
7249 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
7250 Remove parameter quitting from a caller.
7251 (target_preopen): Remove parameter quitting from a caller.
7252 (target_close): Remove parameter quitting. Remove parameter quitting
7253 from a caller two times. Remove parameter quitting also from
7254 fprintf_unfiltered.
7255 * target.h (struct target_ops): Remove parameter quitting and as int
7256 from fields to_xclose and to_close.
7257 (extern struct target_ops current_target):
7258 (target_close, pop_all_targets): Remove parameter quitting. Update the
7259 comment.
7260 (pop_all_targets_above): Remove parameter quitting.
7261 * top.c (quit_target): Remove parameter quitting from a caller.
7262 * tracepoint.c (tfile_close): Remove parameter quitting.
7263 * windows-nat.c (windows_close): Remove parameter quitting.
7264
35a7120b
CV
72652013-03-20 Corinna Vinschen <vinschen@redhat.com>
7266
7267 * windows-nat.c (handle_output_debug_string): Replace call
7268 to string_to_core_addr with call to strtoull.
7269
8249a5a9
YQ
72702013-03-20 Yao Qi <yao@codesourcery.com>
7271
7272 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
7273 and write it to CTF metadata.
7274
2c15ef43
CV
72752013-03-19 Corinna Vinschen <vinschen@redhat.com>
7276
7277 * windows-nat.c (handle_output_debug_string): Change type of n to
7278 SIZE_T to avoid crash on 64 bit systems.
7279
1cdd3232
EZ
72802013-03-17 Eli Zaretskii <eliz@gnu.org>
7281
7282 * python/python-internal.h (HAVE_SNPRINTF)
7283 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
7284 about redefinition of snprintf by pyerrors.h.
7285
3cb2ab1a
SE
72862013-03-15 Steve Ellcey <sellcey@mips.com>
7287
7288 * remote-sim.c (sim_command_completer): Make char arguments const.
7289
9ce98649
TT
72902013-03-15 Tom Tromey <tromey@redhat.com>
7291
7292 PR c++/15116:
7293 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
7294
dccee2de
TT
72952013-03-14 Tom Tromey <tromey@redhat.com>
7296
7297 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
7298 New fields.
7299 (get_file_crc): Move from symfile.c.
7300 (gdb_bfd_crc): New function.
7301 * gdb_bfd.h (gdb_bfd_crc): Declare.
7302 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
7303 * symfile.c (get_file_crc): Move to gdb_bfd.c.
7304 (separate_debug_file_exists): Use gdb_bfd_crc.
7305
cc0ea93c
TT
73062013-03-14 Tom Tromey <tromey@redhat.com>
7307
7308 * symfile.c (get_debug_link_info): Remove.
7309 (find_separate_debug_file_by_debuglink): Use
7310 bfd_get_debug_link_info.
7311
08c23b0d
TT
73122013-03-14 Tom Tromey <tromey@redhat.com>
7313
7314 * symtab.c (error_in_psymtab_expansion): New function.
7315 (lookup_symbol_aux_quick)
7316 (basic_lookup_transparent_type_quick): Remove "last resort"
7317 code. Use error_in_psymtab_expansion.
7318
288e77a7
JK
73192013-03-14 Doug Evans <dje@google.com>
7320 Jan Kratochvil <jan.kratochvil@redhat.com>
7321
7322 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
7323 any successful compare_filenames_for_search or FILENAME_CMP.
7324 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
7325 * symtab.c (iterate_over_some_symtabs): Likewise.
7326
8f1b8b82
JK
73272013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7328
7329 * source.c (print_source_lines_base): Make a local copy of
7330 symtab_to_fullname.
7331
23eb71e4
JK
73322013-03-14 Hui Zhu <hui_zhu@mentor.com>
7333 Jan Kratochvil <jan.kratochvil@redhat.com>
7334
7335 * source.c (print_source_lines_base): Suppress "file" for TUI.
7336
bb869963
SDJ
73372013-03-14 Keith Seitz <keiths@redhat.com>
7338 Alan Matsuoka <alanm@redhat.com>
7339
7340 PR c++/15203
7341 PR c++/15210
7342 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
7343 TYPE_CODE_METHOD.
7344 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
7345 symbols.
7346
d6682f9e
YQ
73472013-03-14 Yao Qi <yao@codesourcery.com>
7348
7349 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
7350 status to tfile if trace is stopped by command 'tstop'.
7351
a22fa6e4
YQ
73522013-03-14 Yao Qi <yao@codesourcery.com>
7353
7354 * tracepoint.c (tfile_write_status): Write trace notes and user
7355 name into tfile if they are not NULL.
7356
d0353e76
YQ
73572013-03-14 Hui Zhu <hui@codesourcery.com>
7358 Yao Qi <yao@codesourcery.com>
7359
7360 * Makefile.in (REMOTE_OBS): Add ctf.o.
7361 (SFILES): Add ctf.c.
7362 (HFILES_NO_SRCDIR): Add ctf.h.
7363 * ctf.c, ctf.h: New files.
7364 * tracepoint.c: Include 'ctf.h'.
7365 (collect_pseudocommand): Remove static.
7366 (trace_save_command): Parse option "-ctf".
7367 Produce different trace file writers per option.
7368 Adjust output message.
7369 (trace_save_tfile, trace_save_ctf): New.
7370 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
7371 * mi/mi-main.c: Include 'ctf.h'.
7372 (mi_cmd_trace_save): Handle option '-ctf'. Call either
7373 trace_save_tfile or trace_save_ctf.
7374 * NEWS: Mention these changes.
7375
3f43bc09
YQ
73762013-03-14 Yao Qi <yao@codesourcery.com>
7377
7378 * tracepoint.c (trace_file_writer_xfree): New.
7379 (struct tfile_writer_data): New.
7380 (tfile_dtor, tfile_can_target_save, tfile_start): New.
7381 (tfile_write_header, tfile_write_regblock_type): New.
7382 (tfile_write_status, tfile_write_uploaded_tsv): New.
7383 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
7384 (tfile_write_raw_data, (tfile_end): New.
7385 (tfile_write_ops): New global variable.
7386 (TRACE_WRITE_R_BLOCK): New macro.
7387 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
7388 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
7389 (TRACE_WRITE_V_BLOCK): New macro.
7390 (trace_save): Add extra one parameter WRITER. Make it static.
7391 Use WRITER to writer trace.
7392 (tfile_trace_file_writer_new): New.
7393 (trace_save_command): Caller update.
7394 (trace_save_tfile): Write trace data in TFILE format.
7395 * tracepoint.h (struct trace_frame_write_ops): New.
7396 (struct trace_file_write_ops): New.
7397 (struct trace_file_writer): New.
7398 (trace_save): Remove its declaration.
7399 (trace_save_tfile): Declare it.
7400 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
7401 instead of trace_save.
7402
58665b40
PA
74032013-03-13 Pedro Alves <palves@redhat.com>
7404
7405 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
7406
10217050
PA
74072013-03-13 Pedro Alves <palves@redhat.com>
7408
7409 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
7410 commented out code.
7411 * demangle.c (current_demangling_style_string): Make it const.
7412 (set_demangling_command): Assert the demangling style is known.
7413 Remove all handling of unknown styles. Set
7414 'current_demangling_style_string' to an element of the
7415 demangling_style_names array.
7416 (set_demangling_style): Delete.
7417 (_initialize_demangler): Set current_demangling_style_string to the
7418 element of the demangling_style_names array that corresponds to
7419 the default demangling style. Remove FIXME note. Don't call
7420 set_demangling_style.
7421 * gdb-demangle.h (set_demangling_style): Remove declaration.
7422
6f937416
PA
74232013-03-13 Pedro Alves <palves@redhat.com>
7424
7425 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
7426 fields const.
7427 (ada_make_symbol_completion_list): Make "text0" parameter const.
7428 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
7429 * breakpoint.c (condition_completer): Make "text" and "word"
7430 parameters const. Adjust.
7431 (check_tracepoint_command): Adjust to validate_actionline
7432 prototype change.
7433 (catch_syscall_completer): Make "text" and "word" parameters
7434 const.
7435 * cli/cli-cmds.c (show_user): Make "comname" local const.
7436 (valid_command_p): Make "command" parameter const.
7437 (alias_command): Make "alias_prefix" and "command_prefix" locals
7438 const.
7439 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
7440 (add_alias_cmd): Make "name" and "oldname" parameters const.
7441 Adjust. No longer make copy of OLDNAME.
7442 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
7443 (add_setshow_cmd_full, add_setshow_enum_cmd)
7444 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7445 (add_setshow_filename_cmd, add_setshow_string_cmd)
7446 (add_setshow_string_noescape_cmd)
7447 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7448 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7449 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
7450 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
7451 Make "name" parameter const.
7452 (help_cmd): Rename "command" parameter to "arg". New const local
7453 "command".
7454 (find_cmd): Make "command" parameter const.
7455 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
7456 deprecated_cmd_warning prototype change.
7457 (undef_cmd_error): Make "cmdtype" parameter const.
7458 (lookup_cmd): Make "line" parameter const.
7459 (deprecated_cmd_warning): Change type of "text" parameter to
7460 pointer to const char, from pointer to pointer to char. Adjust.
7461 (lookup_cmd_composition): Make "text" parameter const.
7462 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
7463 parameters const.
7464 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
7465 const.
7466 * cli/cli-script.c (validate_comname): Make "tem" local const.
7467 (define_command): New const local "tem_c". Use it in calls to
7468 lookup_cmd.
7469 (document_command): Make "tem" and "comfull" locals const.
7470 (show_user_1): Make "prefix" and "name" parameters const.
7471 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
7472 const.
7473 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
7474 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
7475 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
7476 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
7477 (complete_on_enum, add_setshow_enum_cmd)
7478 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7479 (add_setshow_filename_cmd, add_setshow_string_cmd)
7480 (add_setshow_string_noescape_cmd)
7481 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7482 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7483 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
7484 Change prototypes, constifying strings.
7485 * completer.c (noop_completer, filename_completer): Make "text"
7486 and "prefix" parameters const.
7487 (location_completer, expression_completer)
7488 (complete_line_internal): Make "text" and "prefix" parameters
7489 const and adjust.
7490 (command_completer, signal_completer): Make "text" and "prefix"
7491 parameters const.
7492 * completer.h (noop_completer, filename_completer)
7493 (expression_completer, location_completer, command_completer)
7494 (signal_completer): Change prototypes.
7495 * corefile.c (complete_set_gnutarget): Make "text" and "word"
7496 parameters const.
7497 * cp-abi.c (cp_abi_completer): Likewise.
7498 * expression.h (parse_expression_for_completion): Change
7499 prototype.
7500 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
7501 parameters const.
7502 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
7503 * infrun.c (handle_completer): Make "text" and "word" parameters
7504 const.
7505 * interps.c (interpreter_completer): Make "text" and "word"
7506 parameters const.
7507 * language.h (struct language_defn)
7508 <la_make_symbol_completion_list>: Make "text" and "word"
7509 parameters const.
7510 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
7511 (parse_exp_in_context): Rename to ...
7512 (parse_exp_in_context_1): ... this.
7513 (parse_exp_in_context): Reimplement, with const hack from
7514 parse_exp_1.
7515 (parse_expression_for_completion): Make "string" parameter const.
7516 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
7517 to pointer to const char. Adjust.
7518 (print_command_1): Make "exp" parameter const.
7519 (output_command): Rename to ...
7520 (output_command_const): ... this. Make "exp" parameter const.
7521 (output_command): Reimplement.
7522 (x_command): Adjust.
7523 (display_command): Rename "exp" parameter to "arg". New "exp"
7524 local, const version of "arg".
7525 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
7526 "cmd_name" local const.
7527 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
7528 call.
7529 (cmdpy_completer): Make "text" and "word" parameters const.
7530 (gdbpy_parse_command_name): Make "prefix_text2" local const.
7531 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
7532 const.
7533 * remote.c (_initialize_remote): Make "cmd_name" local const.
7534 * symtab.c (language_search_unquoted_string): Make "text" and "p"
7535 parameters const. Adjust.
7536 (completion_list_add_fields): Make "sym_text", "text" and "word"
7537 parameters const.
7538 (struct add_name_data) <sym_text, text, word>: Make fields const.
7539 (default_make_symbol_completion_list_break_on): Make "text" and
7540 "word" parameters const. Adjust locals.
7541 (default_make_symbol_completion_list)
7542 (make_symbol_completion_list, make_symbol_completion_type)
7543 (make_symbol_completion_list_fn): Make "text" and "word"
7544 parameters const.
7545 (make_file_symbol_completion_list): Make "text", "word" and
7546 "srcfile" parameters const. Adjust locals.
7547 (add_filename_to_list): Make "text" and "word" parameters const.
7548 (struct add_partial_filename_data) <text, word>: Make fields
7549 const.
7550 (make_source_files_completion_list): Make "text" and "word"
7551 parameters const.
7552 * symtab.h (default_make_symbol_completion_list_break_on)
7553 (default_make_symbol_completion_list, make_symbol_completion_list)
7554 (make_symbol_completion_type enum type_code)
7555 (make_symbol_completion_list_fn make_file_symbol_completion_list)
7556 (make_source_files_completion_list): Change prototype.
7557 * top.c (execute_command): Adjust to pass pointer to pointer to
7558 const char to lookup_cmd, and to deprecated_cmd_warning prototype
7559 change.
7560 (set_verbose): Make "cmdname" local const.
7561 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
7562 and adjust.
7563 (validate_actionline): Make "line" parameter a pointer to const
7564 char, and adjust.
7565 (encode_actions_1): Make "action_exp" local const, and adjust.
7566 (encode_actions): Adjust.
7567 (replace_comma): Delete.
7568 (trace_dump_actions): Make "action_exp" and "next_comma" locals
7569 const, and adjust. Don't frob the action string while splitting
7570 it at commas. Instead, make a copy of each split substring in
7571 turn.
7572 (trace_dump_command): Adjust to validate_actionline prototype
7573 change.
7574 * tracepoint.h (decode_agent_options, decode_agent_options)
7575 (encode_actions, validate_actionline): Change prototypes.
7576 * valprint.h (output_command): Delete declaration.
7577 (output_command_const): Declare.
7578 * value.c (function_destroyer): Cast const away in xfree call.
7579
a0bcdaa7
PA
75802013-03-13 Pedro Alves <palves@redhat.com>
7581
7582 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
7583 rather than casting 'const char * const *' to 'const char **'.
7584 * ada-lex.l (processInt): Make "trailer" local const. Remove
7585 'const char **' cast.
7586 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
7587 locals, and use those as strtol output pointer, instead than doing
7588 invalid casts to from 'const char **' to 'char **'.
7589 (_initialize_demangle): Remove cast.
7590 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
7591 locals, and use those as strtol output pointer, instead than doing
7592 invalid casts to from 'const char **' to 'char **'.
7593 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
7594 casts.
7595 * stap-probe.c (stap_parse_register_operand)
7596 (stap_parse_single_operand): Likewise.
7597
8ddb1965
YQ
75982013-03-13 Yao Qi <yao@codesourcery.com>
7599
7600 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
7601 the last matched 'V' blcok in trace frame.
7602
2d450646
JB
76032013-03-12 Joel Brobecker <brobecker@adacore.com>
7604
7605 * NEWS: Create a new section for the next release branch.
7606 Rename the section of the current branch, now that it has
7607 been cut.
7608
b4b79973 76092013-03-12 Joel Brobecker <brobecker@adacore.com>
7610
7611 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
7612 * version.in: Bump version to 7.6.50.20130312-cvs.
7613
ee047554
KS
76142013-03-12 Keith Seitz <keiths@redhat.com>
7615
7616 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
7617 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
7618 Remove temporary copy of input string.
7619 (mi_execute_command_wrapper): Make "cmd" const.
7620 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
7621 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
7622 Use const strings.
7623 (mi_parse): Make "cmd" const.
7624 Use const strings.
7625 * mi/mi-parse.h (mi_parse): Make "cmd" const.
7626
bbc13ae3
KS
76272013-03-12 Keith Seitz <keiths@redhat.com>
7628
7629 * ada-lang.c (ada_read_renaming_var_value): Pass const
7630 pointer to expression string to parse_exp_1.
7631 (create_excep_cond_exprs): Likewise.
7632 * ax-gdb.c (agent_eval_command_one): Likewise.
7633 (maint_agent_printf_command): Likewise.
7634 Constify much of the string handling/parsing.
7635 * breakpoint.c (set_breakpoint_condition): Pass const
7636 pointer to expression string to parse_exp_1.
7637 (update_watchpoint): Likewise.
7638 (parse_cmd_to_aexpr): Constify string handling.
7639 Pass const pointer to parse_exp_1.
7640 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
7641 (find_condition_and_thread): Likewise.
7642 Make TOK const.
7643 (watch_command_1): Make "arg" const.
7644 Constify string handling.
7645 Copy the expression string instead of changing the input
7646 string.
7647 (update_breakpoint_location): Pass const pointer to
7648 parse_exp_1.
7649 * eval.c (parse_and_eval_address): Make "exp" const.
7650 (parse_to_comma_and_eval): Make "expp" const.
7651 (parse_and_eval): Make "exp" const.
7652 * expression.h (parse_expression): Make argument const.
7653 (parse_exp_1): Make first argument const.
7654 * findcmd.c (parse_find_args): Treat "args" as const.
7655 * linespec.c (parse_linespec): Pass const pointer to
7656 linespec_expression_to_pc.
7657 (linespec_expression_to_pc): Make "exp_ptr" const.
7658 * parse.c (parse_exp_1): Make "stringptr" const.
7659 Make a copy of the expression to pass to parse_exp_in_context until
7660 this whole interface can be constified.
7661 (parse_expression): Make "string" const.
7662 * printcmd.c (ui_printf): Treat "arg" as const.
7663 Handle const strings.
7664 * tracepoint.c (validate_actionline): Pass const pointer to
7665 all calls to parse_exp_1.
7666 (encode_actions_1): Likewise.
7667 * value.h (parse_to_comma_and_eval): Make argument const.
7668 (parse_and_eval_address): Likewise.
7669 (parse_and_eval): Likewise.
7670 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
7671 (varobj_set_value): Likewise.
7672 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
7673 constify string handling.
7674 Pass const pointers to parse_and_eval_address and
7675 parse_to_comman_and_eval.
7676 * cli/cli-utils.c (skip_to_space): Rename to ...
7677 (skip_to_space_const): ... this. Handle const strings.
7678 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
7679 skip_to_space_const.
7680 (skip_to_space_const): Declare.
7681 * common/format.c (parse_format_string): Make "arg" const.
7682 Handle const strings.
7683 * common/format.h (parse_format_string): Make "arg" const.
7684 * gdbserver/ax.c (ax_printf): Make "format" const.
7685 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
7686 of the expression string.
7687
f3cec7e6
HZ
76882013-03-12 Hui Zhu <hui@codesourcery.com>
7689
7690 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
7691
9df7235c
HZ
76922013-03-12 Yao Qi <yao@codesourcery.com>
7693 Hui Zhu <hui@codesourcery.com>
7694
7695 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
7696 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
7697 DW_OP_deref_size.
7698
82d049ab
PH
76992013-03-12 Paul Hilfinger <hilfingr@adacore.com>
7700
5f8e0b8f
MF
7701 * ada-lex.l (rules): Only recognize 'thread' as a
7702 delimiter when followed by numerals, as for c-exp.y.
7703 Use new rewind_to_char function to rewind the input for
7704 expression-delimiting tokens.
7705 (rewind_to_char): New function.
82d049ab 7706
8c1fb155
JK
77072013-03-11 Pedro Alves <palves@redhat.com>
7708 Jan Kratochvil <jan.kratochvil@redhat.com>
7709
7710 * configure: Regenerate.
7711 * configure.ac (check dynamic export flag): Link python test with
7712 $PYTHON_LIBS.
7713
cc81e1c6
DE
77142013-03-11 Doug Evans <dje@google.com>
7715 Keith Seitz <keiths@redhat.com>
7716
7717 * linespec.c (find_linespec_symbols): Call find_function_symbols
7718 first, and then call lookup_prefix_sym/find_method.
7719
39086a0e
PA
77202013-03-11 Pedro Alves <palves@redhat.com>
7721
7722 * charset.c (convert_between_encodings): Don't cast between
7723 different pointer to pointer types. Instead, make the 'inp' local
7724 be of the type iconv expects.
7725 (wchar_iterate): Don't cast between different pointer to pointer
7726 types. Instead, use new pointer local of the type iconv expects.
7727 * target.c (target_read_stralloc, target_fileio_read_stralloc):
7728 Add new local of type char pointer, and use it to get a
7729 char/string view of the byte buffer, instead of casting between
7730 pointer to pointer types.
7731
90585175
HAQ
77322013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
7733
7734 * remote.c (remote_set_trace_buffer_size): Move != operator
7735 to the start of next line to fix an ARI warning.
7736
59ea5688
MM
77372013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7738
7739 * NEWS: Add record changes.
7740
946287b7
MM
77412013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7742
7743 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
7744 the instruction history disassembly.
7745 * disasm.c (dump_insns): Omit the pc prefix, if requested.
7746 * disasm.h (DISASSEMBLY_OMIT_PC): New.
7747
afedecd3
MM
77482013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7749
7750 * Makefile.in (SFILES): Add record-btrace.c
7751 (COMMON_OBS): Add record-btrace.o
7752 * record-btrace.c: New.
7753 * objfiles.c: Include btrace.h.
7754 (free_objfile): call btrace_free_objfile.
7755
15984c13
MM
77562013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7757
7758 * target.c (target_call_history, target_call_history_from,
7759 target_call_history_range): New.
7760 * target.h (target_ops) <to_call_history, to_call_history_from,
7761 to_call_history_range>: New fields.
7762 (target_call_history, target_call_history_from,
7763 target_call_history_range): New declaration.
7764 * record.c (get_call_history_modifiers, cmd_record_call_history,
7765 record_call_history_size): New.
7766 (_initialize_record): Add the "record function-call-history" command.
7767 Add "set/show record function-call-history-size" commands.
7768 * record.h (record_print_flag): New.
7769
67c86d06
MM
77702013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7771
7772 * target.h (target_ops) <to_insn_history, to_insn_history_from,
7773 to_insn_history_range>: New fields.
7774 (target_insn_history): New.
7775 (target_insn_history_from): New.
7776 (target_insn_history_range): New.
7777 * target.c (target_insn_history): New.
7778 (target_insn_history_from): New.
7779 (target_insn_history_range): New.
7780 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
7781 (record_insn_history_size): New.
7782 (get_insn_number): New.
7783 (get_context_size): New.
7784 (no_chunk): New.
7785 (get_insn_history_modifiers): New.
7786 (cmd_record_insn_history): New.
7787 (_initialize_record): Add "set/show record instruction-history-size"
7788 command. Add "record instruction-history" command.
7789
7c1687a9
MM
77902013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7791
7792 * record.h (record_disconnect): New.
7793 (record_detach): New.
7794 (record_mourn_inferior): New.
7795 (record_kill): New.
7796 * record-full.c (record_disconnect, record_detach,
7797 record_mourn_inferior, record_kill): Move to...
7798 * record.c: ...here.
7799 (DEBUG): New.
7800 (record_stop): New.
7801 (record_unpush): New.
7802 (cmd_record_stop): Call record_stop. Replace unpush_target
7803 call with record_unpush call.
7804 (record_disconnect, record_detach): Assert that the target
7805 is of record stratum. Call record_unpush, record_stop, and
7806 DEBUG.
7807 (record_mourn_inferior, record_kill): Assert that the target
7808 is of record stratum. Call record_unpush and DEBUG.
7809
25ea693b
MM
78102013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7811
7812 * record-full.h, record-full.c (record_memory_query): Rename
7813 to ...
7814 (record_full_memory_query): ...this. Update all users.
7815 (record_arch_list_add_reg): Rename to ...
7816 (record_full_arch_list_add_reg): ...this. Update all users.
7817 (record_arch_list_add_mem): Rename to ...
7818 (record_full_arch_list_add_mem): ...this. Update all users.
7819 (record_arch_list_add_end): Rename to ...
7820 (record_full_arch_list_add_end): ...this. Update all users.
7821 (record_gdb_operation_disable_set): Rename to ...
7822 (record_full_gdb_operation_disable_set): ...this.
7823 Update all users.
7824
88d1aa9d
MM
78252013-03-11 Markus Metzger <markus.t.metzger@intel.com>
7826
7827 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
7828 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
7829 (RECORD_IS_REPLAY): Renamed to ...
7830 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
7831 (RECORD_FILE_MAGIC): Renamed to ...
7832 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
7833 (record_mem_entry): Renamed to ...
7834 (record_full_mem_entry): ... this. Updated all users.
7835 (record_reg_entry): Renamed to ...
7836 (record_full_reg_entry): ... this. Updated all users.
7837 (record_end_entry): Renamed to ...
7838 (record_full_end_entry): ... this. Updated all users.
7839 (record_type) <record_end, record_reg, record_mem>: Renamed
7840 to ...
7841 (record_full_type) <record_full_end, record_full_reg,
7842 record_full_mem>: ... this. Updated all users.
7843 (record_entry): Renamed to ...
7844 (record_full_entry): ... this. Updated all users.
7845 (record_core_buf_entry): Renamed to ...
7846 (record_full_core_buf_entry): ... this. Updated all users.
7847 (record_core_regbuf): Renamed to ...
7848 (record_full_core_regbuf): ... this. Updated all users.
7849 (record_core_start): Renamed to ...
7850 (record_full_core_start): ... this. Updated all users.
7851 (record_core_end): Renamed to ...
7852 (record_full_core_end): ... this. Updated all users.
7853 (record_core_buf_list): Renamed to ...
7854 (record_full_core_buf_list): ... this. Updated all users.
7855 (record_first): Renamed to ...
7856 (record_full_first): ... this. Updated all users.
7857 (record_list): Renamed to ...
7858 (record_full_list): ... this. Updated all users.
7859 (record_arch_list_head): Renamed to ...
7860 (record_full_arch_list_head): ... this. Updated all users.
7861 (record_arch_list_tail): Renamed to ...
7862 (record_full_arch_list_tail): ... this. Updated all users.
7863 (record_stop_at_limit): Renamed to ...
7864 (record_full_stop_at_limit): ... this. Updated all users.
7865 (record_insn_max_num): Renamed to ...
7866 (record_full_insn_max_num): ... this. Updated all users.
7867 (record_insn_num): Renamed to ...
7868 (record_full_insn_num): ... this. Updated all users.
7869 (record_insn_count): Renamed to ...
7870 (record_full_insn_count): ... this. Updated all users.
7871 (record_ops): Renamed to ...
7872 (record_full_ops): ... this. Updated all users.
7873 (record_core_ops): Renamed to ...
7874 (record_full_core_ops): ... this. Updated all users.
7875 (set_record_cmdlist): Renamed to ...
7876 (set_record_full_cmdlist): ... this. Updated all users.
7877 (show_record_cmdlist): Renamed to ...
7878 (show_record_full_cmdlist): ... this. Updated all users.
7879 (record_cmdlist): Renamed to ...
7880 (record_full_cmdlist): ... this. Updated all users.
7881 (record_beneath_to_resume_ops): Renamed to ...
7882 (record_full_beneath_to_resume_ops): ... this. Updated all users.
7883 (record_beneath_to_resume): Renamed to ...
7884 (record_full_beneath_to_resume): ... this. Updated all users.
7885 (record_beneath_to_wait_ops): Renamed to ...
7886 (record_full_beneath_to_wait_ops): ... this. Updated all users.
7887 (record_beneath_to_wait): Renamed to ...
7888 (record_full_beneath_to_wait): ... this. Updated all users.
7889 (record_beneath_to_store_registers_ops): Renamed to ...
7890 (record_full_beneath_to_store_registers_ops): ... this.
7891 Updated all users.
7892 (record_beneath_to_store_registers): Renamed to ...
7893 (record_full_beneath_to_store_registers): ... this.
7894 Updated all users.
7895 (record_beneath_to_xfer_partial_ops): Renamed to ...
7896 (record_full_beneath_to_xfer_partial_ops): ... this.
7897 Updated all users.
7898 (record_beneath_to_xfer_partial): Renamed to ...
7899 (record_full_beneath_to_xfer_partial): ... this.
7900 Updated all users.
7901 (record_beneath_to_insert_breakpoint): Renamed to ...
7902 (record_full_beneath_to_insert_breakpoint): ... this.
7903 Updated all users.
7904 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
7905 (record_full_beneath_to_stopped_by_watchpoint): ... this.
7906 Updated all users.
7907 (record_beneath_to_stopped_data_address): Renamed to ...
7908 (record_full_beneath_to_stopped_data_address): ... this.
7909 Updated all users.
7910 (record_beneath_to_async): Renamed to ...
7911 (record_full_beneath_to_async): ... this. Updated all users.
7912 (record_goto_insn): Renamed to ...
7913 (record_full_goto_insn): ... this. Updated all users.
7914 (record_save): Renamed to ...
7915 (record_full_save): ... this. Updated all users.
7916 (record_reg_alloc): Renamed to ...
7917 (record_full_reg_alloc): ... this. Updated all users.
7918 (record_reg_release): Renamed to ...
7919 (record_full_reg_release): ... this. Updated all users.
7920 (record_mem_alloc): Renamed to ...
7921 (record_full_mem_alloc): ... this. Updated all users.
7922 (record_mem_release): Renamed to ...
7923 (record_full_mem_release): ... this. Updated all users.
7924 (record_end_alloc): Renamed to ...
7925 (record_full_end_alloc): ... this. Updated all users.
7926 (record_end_release): Renamed to ...
7927 (record_full_end_release): ... this. Updated all users.
7928 (record_entry_release): Renamed to ...
7929 (record_full_entry_release): ... this. Updated all users.
7930 (record_list_release): Renamed to ...
7931 (record_full_list_release): ... this. Updated all users.
7932 (record_list_release_following): Renamed to ...
7933 (record_full_list_release_following): ... this.
7934 Updated all users.
7935 (record_list_release_first): Renamed to ...
7936 (record_full_list_release_first): ... this. Updated all users.
7937 (record_arch_list_add): Renamed to ...
7938 (record_full_arch_list_add): ... this. Updated all users.
7939 (record_get_loc): Renamed to ...
7940 (record_full_get_loc): ... this. Updated all users.
7941 (record_check_insn_num): Renamed to ...
7942 (record_full_check_insn_num): ... this. Updated all users.
7943 (record_arch_list_cleanups): Renamed to ...
7944 (record_full_arch_list_cleanups): ... this. Updated all users.
7945 (record_message): Renamed to ...
7946 (record_full_message): ... this. Updated all users.
7947 (record_message_wrapper): Renamed to ...
7948 (record_full_message_wrapper): ... this. Updated all users.
7949 (record_message_wrapper_safe): Renamed to ...
7950 (record_full_message_wrapper_safe): ... this. Updated all users.
7951 (record_gdb_operation_disable): Renamed to ...
7952 (record_full_gdb_operation_disable): ... this. Updated all users.
7953 (record_hw_watchpoint): Renamed to ...
7954 (record_full_hw_watchpoint): ... this. Updated all users.
7955 (record_exec_insn): Renamed to ...
7956 (record_full_exec_insn): ... this. Updated all users.
7957 (record_restore): Renamed to ...
7958 (record_full_restore): ... this. Updated all users.
7959 (record_async_inferior_event_token): Renamed to ...
7960 (record_full_async_inferior_event_token): ... this.
7961 Updated all users.
7962 (record_async_inferior_event_handler): Renamed to ...
7963 (record_full_async_inferior_event_handler): ... this.
7964 Updated all users.
7965 (record_core_open_1): Renamed to ...
7966 (record_full_core_open_1): ... this. Updated all users.
7967 (record_open_1): Renamed to ...
7968 (record_full_open_1): ... this. Updated all users.
7969 (record_open): Renamed to ...
7970 (record_full_open): ... this. Updated all users.
7971 (record_close): Renamed to ...
7972 (record_full_close): ... this. Updated all users.
7973 (record_resume_step): Renamed to ...
7974 (record_full_resume_step): ... this. Updated all users.
7975 (record_resumed): Renamed to ...
7976 (record_full_resumed): ... this. Updated all users.
7977 (record_execution_dir): Renamed to ...
7978 (record_full_execution_dir): ... this. Updated all users.
7979 (record_resume): Renamed to ...
7980 (record_full_resume): ... this. Updated all users.
7981 (record_get_sig): Renamed to ...
7982 (record_full_get_sig): ... this. Updated all users.
7983 (record_sig_handler): Renamed to ...
7984 (record_full_sig_handler): ... this. Updated all users.
7985 (record_wait_cleanups): Renamed to ...
7986 (record_full_wait_cleanups): ... this. Updated all users.
7987 (record_wait_1): Renamed to ...
7988 (record_full_wait_1): ... this. Updated all users.
7989 (record_wait): Renamed to ...
7990 (record_full_wait): ... this. Updated all users.
7991 (record_stopped_by_watchpoint): Renamed to ...
7992 (record_full_stopped_by_watchpoint): ... this. Updated all users.
7993 (record_disconnect): Renamed to ...
7994 (record_full_disconnect): ... this. Updated all users.
7995 (record_detach): Renamed to ...
7996 (record_full_detach): ... this. Updated all users.
7997 (record_mourn_inferior): Renamed to ...
7998 (record_full_mourn_inferior): ... this. Updated all users.
7999 (record_kill): Renamed to ...
8000 (record_full_kill): ... this. Updated all users.
8001 (record_stopped_data_address): Renamed to ...
8002 (record_full_stopped_data_address): ... this. Updated all users.
8003 (record_registers_change): Renamed to ...
8004 (record_full_registers_change): ... this. Updated all users.
8005 (record_store_registers): Renamed to ...
8006 (record_full_store_registers): ... this. Updated all users.
8007 (record_xfer_partial): Renamed to ...
8008 (record_full_xfer_partial): ... this. Updated all users.
8009 (record_breakpoint): Renamed to ...
8010 (record_full_breakpoint): ... this. Updated all users.
8011 (record_breakpoint_p): Renamed to ...
8012 (record_full_breakpoint_p): ... this. Updated all users.
8013 (record_breakpoints): Renamed to ...
8014 (record_full_breakpoints): ... this. Updated all users.
8015 (record_sync_record_breakpoints): Renamed to ...
8016 (record_full_sync_record_breakpoints): ... this.
8017 Updated all users.
8018 (record_init_record_breakpoints): Renamed to ...
8019 (record_full_init_record_breakpoints): ... this.
8020 Updated all users.
8021 (record_insert_breakpoint): Renamed to ...
8022 (record_full_insert_breakpoint): ... this. Updated all users.
8023 (record_remove_breakpoint): Renamed to ...
8024 (record_full_remove_breakpoint): ... this. Updated all users.
8025 (record_can_execute_reverse): Renamed to ...
8026 (record_full_can_execute_reverse): ... this. Updated all users.
8027 (record_get_bookmark): Renamed to ...
8028 (record_full_get_bookmark): ... this. Updated all users.
8029 (record_goto_bookmark): Renamed to ...
8030 (record_full_goto_bookmark): ... this. Updated all users.
8031 (record_async): Renamed to ...
8032 (record_full_async): ... this. Updated all users.
8033 (record_can_async_p): Renamed to ...
8034 (record_full_can_async_p): ... this. Updated all users.
8035 (record_is_async_p): Renamed to ...
8036 (record_full_is_async_p): ... this. Updated all users.
8037 (record_execution_direction): Renamed to ...
8038 (record_full_execution_direction): ... this. Updated all users.
8039 (record_info): Renamed to ...
8040 (record_full_info): ... this. Updated all users.
8041 (record_delete): Renamed to ...
8042 (record_full_delete): ... this. Updated all users.
8043 (record_is_replaying): Renamed to ...
8044 (record_full_is_replaying): ... this. Updated all users.
8045 (record_goto_entry): Renamed to ...
8046 (record_full_goto_entry): ... this. Updated all users.
8047 (record_goto_begin): Renamed to ...
8048 (record_full_goto_begin): ... this. Updated all users.
8049 (record_goto_end): Renamed to ...
8050 (record_full_goto_end): ... this. Updated all users.
8051 (record_goto): Renamed to ...
8052 (record_full_goto): ... this. Updated all users.
8053 (init_record_ops): Renamed to ...
8054 (init_record_full_ops): ... this. Updated all users.
8055 (record_core_resume): Renamed to ...
8056 (record_full_core_resume): ... this. Updated all users.
8057 (record_core_kill): Renamed to ...
8058 (record_full_core_kill): ... this. Updated all users.
8059 (record_core_fetch_registers): Renamed to ...
8060 (record_full_core_fetch_registers): ... this. Updated all users.
8061 (record_core_prepare_to_store): Renamed to ...
8062 (record_full_core_prepare_to_store): ... this. Updated all users.
8063 (record_core_store_registers): Renamed to ...
8064 (record_full_core_store_registers): ... this. Updated all users.
8065 (record_core_xfer_partial): Renamed to ...
8066 (record_full_core_xfer_partial): ... this. Updated all users.
8067 (record_core_insert_breakpoint): Renamed to ...
8068 (record_full_core_insert_breakpoint): ... this. Updated all users.
8069 (record_core_remove_breakpoint): Renamed to ...
8070 (record_full_core_remove_breakpoint): ... this. Updated all users.
8071 (record_core_has_execution): Renamed to ...
8072 (record_full_core_has_execution): ... this. Updated all users.
8073 (init_record_core_ops): Renamed to ...
8074 (init_record_full_core_ops): ... this. Updated all users.
8075 (cmd_record_restore): Renamed to ...
8076 (cmd_record_full_restore): ... this. Updated all users.
8077 (record_save_cleanups): Renamed to ...
8078 (record_full_save_cleanups): ... this. Updated all users.
8079 (cmd_record_start): Renamed to ...
8080 (cmd_record_full_start): ... this. Updated all users.
8081 (set_record_insn_max_num): Renamed to ...
8082 (set_record_full_insn_max_num): ... this. Updated all users.
8083 (set_record_command): Renamed to ...
8084 (set_record_full_command): ... this. Updated all users.
8085 (show_record_command): Renamed to ...
8086 (show_record_full_command): ... this. Updated all users.
8087 (_initialize_record): Renamed to ...
8088 (_initialize_record_full): ... this. Updated all users.
8089
d02ed0bb
MM
80902013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8091
8092 * record.h: Split into this and ...
8093 * record-full.h: ... this.
8094 * record.c: Split into this and ...
8095 * record-full.c: ... this.
8096 * target.h (target_ops): Add new fields to_info_record,
8097 to_save_record, to_delete_record, to_record_is_replaying,
8098 to_goto_record_begin, to_goto_record_end, to_goto_record.
8099 (target_info_record): New.
8100 (target_save_record): New.
8101 (target_supports_delete_record): New.
8102 (target_delete_record): New.
8103 (target_record_is_replaying): New.
8104 (target_goto_record_begin): New.
8105 (target_goto_record_end): New.
8106 (target_goto_record): New.
8107 * target.c (target_info_record): New.
8108 (target_save_record): New.
8109 (target_supports_delete_record): New.
8110 (target_delete_record): New.
8111 (target_record_is_replaying): New.
8112 (target_goto_record_begin): New.
8113 (target_goto_record_end): New.
8114 (target_goto_record): New.
8115 * record.h: Declare struct cmd_list_element.
8116 (record_cmdlist): New declaration.
8117 (set_record_cmdlist): New declaration.
8118 (show_record_cmdlist): New declaration.
8119 (info_record_cmdlist): New declaration.
8120 (cmd_record_goto): New declaration.
8121 * record.c: Remove unnecessary includes.
8122 Include inferior.h.
8123 (cmd_record_goto): Remove declaration.
8124 (record_cmdlist): Now extern. Initialize.
8125 (set_record_cmdlist): Now extern. Initialize.
8126 (show_record_cmdlist): Now extern. Initialize.
8127 (info_record_cmdlist): Now extern. Initialize.
8128 (find_record_target): New.
8129 (require_record_target): New.
8130 (cmd_record_start): Update.
8131 (cmd_record_delete): Remove target-specific code.
8132 Call target_delete_record.
8133 (cmd_record_stop): Unpush any record target.
8134 (set_record_insn_max_num): Move to record-full.c
8135 (set_record_command): Add comment.
8136 (show_record_command): Add comment.
8137 (info_record_command): Update comment.
8138 Remove target-specific code.
8139 Call the record target's to_info_record.
8140 (cmd_record_start): New.
8141 (cmd_record_goto): Now extern.
8142 Remove target-specific code.
8143 Call target_goto_begin, target_goto_end, or target_goto.
8144 (_initialize_record): Move record target ops initialization to
8145 record-full.c.
8146 Change "record" command help text.
8147 Move "record restore", "record set", and "record show" commands to
8148 record-full.c.
8149 * Makefile.in (SFILES): Add record-full.c.
8150 (HFILES_NO_SRCDIR): Add record-full.h.
8151 (COMMON_OBS): Add record-full.o.
8152 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
8153 * arm-tdep.c: Include record-full.h.
8154 * i386-linux-tdep.c: Include record-full.h instead of record.h.
8155 * i386-tdep.c: Include record-full.h.
8156 * infrun.c: Include record-full.h.
8157 * linux-record.c: Include record-full.h.
8158 * moxie-tdep.c: Include record-full.h.
8159 * record-full.c: Include record-full.h.
8160 Change module comment.
8161 (set_record_full_cmdlist): New.
8162 (show_record_full_cmdlist): New.
8163 (record_full_cmdlist): New.
8164 (record_goto_insn): New declaration.
8165 (record_save): New declaration.
8166 (record_check_insn_num): Change query string.
8167 (record_info): New.
8168 (record_delete): New.
8169 (record_is_replaying): New.
8170 (record_goto_entry): New.
8171 (record_goto_begin): New.
8172 (record_goto_end): New.
8173 (record_goto): New.
8174 (init_record_ops): Update.
8175 (init_record_core_ops): Update.
8176 (cmd_record_save): Rename to record_save. Remove target and arg checks.
8177 (cmd_record_start): New.
8178 (set_record_insn_max_num): Moved from record.c
8179 (set_record_full_command): New.
8180 (show_record_full_command): New.
8181 (_initialize_record_full): New.
8182
b48d48eb
MM
81832013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8184
8185 * target.h (add_deprecated_target_alias): New.
8186 * target.c (add_deprecated_target_alias): New.
8187
a950d57c
MM
81882013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8189
8190 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
8191 and signal.h.
8192 (linux_supports_btrace): Add kernel and
8193 cpuid check.
8194 (kernel_supports_btrace): New function.
8195 (cpu_supports_btrace): New function.
8196 (intel_supports_btrace): New function.
8197
9accd112
MM
81982013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8199
8200 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
8201 * remote.c: Include btrace.h.
8202 (struct btrace_target_info): New struct.
8203 (remote_supports_btrace): New function.
8204 (send_Qbtrace): New function.
8205 (remote_enable_btrace): New function.
8206 (remote_disable_btrace): New function.
8207 (remote_teardown_btrace): New function.
8208 (remote_read_btrace): New function.
8209 (init_remote_ops): Add btrace ops.
8210 (enum <unnamed>): Add btrace packets.
8211 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
8212 (_initialize_remote): Add packet configuration for branch tracing.
8213
c12a2917
MM
82142013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8215
8216 * features/btrace.dtd: New file.
8217 * Makefile.in (XMLFILES): Add btrace.dtd.
8218 * btrace.h (parse_xml_btrace): New declaration.
8219 * btrace.c: Include xml-support.h.
8220 (parse_xml_btrace): New function.
8221 (parse_xml_btrace_block): New function.
8222 (block_attributes): New struct.
8223 (btrace_attributes): New struct.
8224 (btrace_children): New struct.
8225 (btrace_elements): New struct.
8226
3e3aea48
MM
82272013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8228
8229 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
8230 (amd64_linux_enable_btrace): New.
8231 (amd64_linux_disable_btrace): New.
8232 (amd64_linux_teardown_btrace): New.
8233 (_initialize_amd64_linux_nat): Initialize btrace ops.
8234 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
8235 (i386_linux_enable_btrace): New.
8236 (i386_linux_disable_btrace): New.
8237 (i386_linux_teardown_btrace): New.
8238 (_initialize_i386_linux_nat): Initialize btrace ops.
8239 * config/i386/linux.mh: Add linux-btrace.o.
8240 * config/i386/linux64.mh: Add linux-btrace.o.
8241
7c97f91e
MM
82422013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8243
8244 * common/linux_btrace.h: New file.
8245 * common/linux_btrace.c: New file.
8246 * Makefile.in (SFILES): Add btrace.c.
8247 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
8248 (COMMON_OBS): Add btrace.o.
8249 (linux-btrace.o): New rule.
8250
1999790b 82512013-03-11 Markus Metzger <markus.t.metzger@intel.com>
02d27625
MM
8252
8253 * target.h: Include btrace.h.
8254 (struct target_ops) <to_supports_btrace, to_enable_btrace,
8255 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
8256 * target.c (target_supports_btrace): New function.
8257 (target_enable_btrace): New function.
8258 (target_disable_btrace): New function.
8259 (target_teardown_btrace): New function.
8260 (target_read_btrace): New function.
8261 * btrace.h: New file.
8262 * btrace.c: New file.
8263 * Makefile.in: Add btrace.c.
8264 * gdbthread.h: Include btrace.h.
8265 (struct thread_info): Add btrace field.
8266 * thread.c: Include btrace.h.
8267 (clear_thread_inferior_resources): Call target_teardown_btrace.
8268 * common/btrace-common.h: New file.
8269
61a31a67
JK
82702013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8271
8272 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
8273 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
8274 kill_status to outer block.
8275
05c56a9d
JK
82762013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8277
8278 Fix entry-values if the callee called a noreturn function.
8279 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
8280 get_frame_address_in_block. Add new comment.
8281
9112db09
JK
82822013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8283
8284 Fix entry-values in C++ across CUs.
8285 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
8286 lookup_minimal_symbol. Add a comment.
8287 * dwarf2read.c
8288 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
8289 DW_AT_linkage_name.
8290
9b67fcec
YQ
82912013-03-08 Yao Qi <yao@codesourcery.com>
8292
8293 * tracepoint.c (_initialize_tracepoint): Indent the code.
8294
6221be90
PA
82952013-03-08 Pedro Alves <palves@redhat.com>
8296
8297 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
8298 (parse_find_args, find_command): Change type of pattern buffer
8299 locals to 'gdb_byte *'.
8300
be9a119c 83012013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
8302 Hafiz Abid Qadeer <abidh@codesourcery.com>
8303
8304 * NEWS: Mention set and show trace-buffer-size commands.
8305 Mention new packet.
8306 * target.h (struct target_ops): New method
8307 to_set_trace_buffer_size.
8308 (target_set_trace_buffer_size): New macro.
8309 * target.c (update_current_target): Set up new method.
8310 * tracepoint.c (trace_buffer_size): New global.
8311 (start_tracing): Send it to the target.
8312 (set_trace_buffer_size): New function.
8313 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
8314 * remote.c (remote_set_trace_buffer_size): New function.
8315 (_initialize_remote): Use it.
8316 (QTBuffer:size) New remote command.
8317 (PACKET_QTBuffer_size): New enum.
8318 (remote_protocol_features): Add an entry for
8319 PACKET_QTBuffer_size.
8320
7da3ab79
TT
83212013-03-08 Tom Tromey <tromey@redhat.com>
8322
8323 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
8324 variable.
8325
0c1f71e7
PA
83262013-03-07 Pedro Alves <palves@redhat.com>
8327
8328 * target.c (target_read_stralloc, target_fileio_read_alloc):
8329 *Cast pointer to 'gdb_byte *' in target call.
8330
c8af03a2
PA
83312013-03-07 Pedro Alves <palves@redhat.com>
8332
8333 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
8334 call.
8335
529480d0
KS
83362013-03-07 Keith Seitz <keiths@redhat.com>
8337
8338 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
8339 (trace_pass_command): Likewise.
8340 * cli/cli-cmds.c: Include cli/cli-utils.h.
8341 (source_command): Use skip-spaces.
8342 (disassemble_command): Likewise.
8343 * findcmd.c: Include cli/cli-utils.h.
8344 (parse_find_args): Use skip_spaces.
8345 * go32-nat.c: Include cli/cli-utils.h.
8346 (go32_sldt): Use skip_spaces.
8347 (go32_sgdt): Likewise.
8348 (go32_sidt): Likewise.
8349 (go32_pde): Likewise.
8350 (go32_pte): Likewise.
8351 (go32_pte_for_address): Likewise.
8352 * infcmd.c: Include cli/cli-utils.h.
8353 (registers_info): Use skip_spaces.
8354 * linux-tdep.c (read_mapping): Use skip_spaces_const.
8355 (linux_info_proc): Likewise.
8356 * linux-thread-db.c: Include cli/cli-utils.h.
8357 (info_auto_load_libthread_db): Use skip_spaces_const.
8358 * m32r-rom.c: Include cli/cli-utils.h.
8359 (m32r_upload_command): Use skip_spaces.
8360 * maint.c: Include cli/cli-utils.h.
8361 (maintenance_translate_address): Use skip_spaces.
8362 * mi/mi-parse.c: Include cli/cli-utils.h.
8363 (mi_parse_argv): Use skip_spaces.
8364 (mi_parse): Likewise.
8365 * minsyms.c: Include cli/cli-utils.h.
8366 (msymbol_hash_iw): Use skip_spaces_const.
8367 * objc-lang.c: Include cli/cli-utils.h.
8368 (parse_selector): Use skip_spaces.
8369 (parse_method): Likewise.
8370 * python/python.c: Include cli/cli-utils.h.
8371 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
8372 (python_command)[HAVE_PYTHON]: Likewise.
8373 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
8374 * remote-m32r-sdi.c: Include cli/cli-utils.h.
8375 (m32r_load): Use skip_spaces.
8376 * serial.c: Include cli/cli-utils.h.
8377 (serial_open): Use skip_spaces_const.
8378 * stack.c: Include cli/cli-utils.h.
8379 (parse_frame_specification_1): Use skip_spaces_const.
8380 * symfile.c: Include cli/cli-utils.h.
8381 (set_ext_lang_command): Use skip_spaces.
8382 * symtab.c: Include cli/cli-utils.h.
8383 (rbreak_command): Use skip_spaces.
8384 * thread.c (thread_name_command): Use skip_spaces.
8385 * tracepoint.c (validate_actionline): Use skip_spaces.
8386 (encode_actions_1): Likewise.
8387 (trace_find_range_command): Likewise.
8388 (trace_find_outside_command): Likewise.
8389 (trace_dump_actions): Likewise.
8390
ac91cd70
PA
83912013-03-07 Pedro Alves <palves@redhat.com>
8392
8393 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
8394 * expprint.c (print_subexp_standard): Likewise.
8395 * utils.c (host_char_to_target): Likewise.
8396 * valprint.c (generic_emit_char, generic_printstr): Likewise.
8397 * varobj.c (value_get_print_value): Change type of local to char*.
8398 Cast it gdb_byte * in call to language printer.
8399
2898e560
PA
84002013-03-07 Pedro Alves <palves@redhat.com>
8401
8402 * charset.c (struct wchar_iterator) <input>: Change type to 'const
8403 gdb_byte *'.
8404 (make_wchar_iterator): Remove cast to char*.
8405 (wchar_iterate): Change type of local.
8406
a09b4448
PA
84072013-03-07 Pedro Alves <palves@redhat.com>
8408
8409 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
8410 for 'regcache->register_status'.
8411
20ced3e4
PA
84122013-03-07 Pedro Alves <palves@redhat.com>
8413
c2d6a675 8414 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
20ced3e4
PA
8415 int.
8416
fe106009
PA
84172013-03-07 Pedro Alves <palves@redhat.com>
8418
8419 * stap-probe.c (handle_stap_probe): Add cast to char*.
8420
8ac2c12b
PA
84212013-03-07 Pedro Alves <palves@redhat.com>
8422
8423 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
8424 RECORD_MSGRCV>: Pass a signed variable to
8425 regcache_raw_read_signed, instead of an unsigned one.
8426
99f0a309
PA
84272013-03-07 Pedro Alves <palves@redhat.com>
8428
8429 * remote-notif.c (notif_debug): Change type to int.
8430 * remote-notif.h (notif_debug): Likewise.
8431
964b8317
PA
84322013-03-07 Pedro Alves <palves@redhat.com>
8433
8434 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
8435
f0cc8ad4
PA
84362013-03-07 Pedro Alves <palves@redhat.com>
8437
8438 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
8439 * remote.h (hex2bin, bin2hex): ... here.
8440 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
8441
77dec115
EZ
84422013-03-07 Eli Zaretskii <eliz@gnu.org>
8443
8444 * utils.c (initialize_utils): Improve doc strings of "set/show
8445 width", "set/show height", and "set/show pagination".
8446
741d92cf
KS
84472013-03-06 Keith Seitz <keiths@redhat.com>
8448
8449 * ax-gdb.c (gen_printf): Make FORMAT const.
8450 * ax-gdb.h (gen_printf): Likewise.
8451 * ax-general.c (ax_string): Make STR const.
8452 * ax.h (ax_string): Likewise.
8453
7b6c814e
DE
84542013-03-06 Doug Evans <dje@google.com>
8455
8456 * elfread.c (elf_symfile_read): Move debugging printf to more
8457 logical location.
8458
634334ab
PA
84592013-03-06 Pedro Alves <palves@redhat.com>
8460
8461 * python/py-utils.c (target_string_to_unicode): Delete function.
8462 * python/python-internal.h (target_string_to_unicode): Delete
8463 declaration.
8464
e482a1a7
PM
84652013-03-06 Pierre Muller <muller@sourceware.org>
8466
8467 * linespec.c (get_current_search_block): ARI fix, use (void)
8468 for empty parameter list.
8469
4eeaa230
DE
84702013-03-05 Doug Evans <dje@google.com>
8471
8472 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
8473 of old ada_lookup_symbol_list. In !full_search case, don't
8474 search superblocks.
8475 (ada_lookup_symbol_list): Delete arg full_search, all callers
8476 updated. Call ada_lookup_symbol_list_worker.
8477 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
8478 * ada-lang.h (ada_lookup_symbol_list): Update.
8479 * language.h (language_defn): Update comment for
8480 la_iterate_over_symbols.
8481 * linespec.c (iterate_over_file_blocks): New function.
8482 (iterate_over_all_matching_symtabs): Call it.
8483 (lookup_prefix_sym): Ditto.
8484 (get_current_search_block): New function.
8485 (get_search_block): Delete.
8486 (find_label_symbols): Call get_current_search_block.
8487 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
8488 * symtab.c (iterate_over_symbols): Don't search superblocks.
8489
b69b1fb1
YQ
84902013-03-05 Yao Qi <yao@codesourcery.com>
8491
8492 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
8493 parameter VAR's type from "unsigned int" to "int".
8494 * command.h (var_zuinteger_unlimited): Update its comments.
8495 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
8496
3c095f49
CV
84972013-03-05 Corinna Vinschen <vinschen@redhat.de>
8498
8499 * NEWS: Mention new target x86_64-*-cygwin*.
8500
b5b0b0af
CV
85012013-03-05 Corinna Vinschen <vinschen@redhat.de>
8502
8503 * configure.host: Add x86_64-*-cygwin* as host.
8504 * configure.tgt: Add x86_64-*-cygwin* as target.
8505 * config/i386/cygwin64.mh: New file.
8506
f6f99966
JK
85072013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8508
8509 * linespec.c (decode_line_2): Fix duplicate request off by two message.
8510
33f448b1
JK
85112013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8512
8513 * linespec.c (struct linespec_canonical_name): New.
8514 (struct linespec_state): Change canonical_names type to it.
8515 (add_sal_to_sals): Change variable canonical_name to canonical. Change
8516 xrealloc element size. Initialize the different CANONICAL fields.
8517 (canonical_to_fullform): New.
8518 (filter_results): Use it. Add variables canonical, fullform and
8519 cleanup.
8520 (struct decode_line_2_item, decode_line_2_compare_items): New.
8521 (decode_line_2): Remove variables iter and item_names, add variables
8522 items and items_count. Modify the code for these new variables.
8523
feb14725
CV
85242013-03-04 Corinna Vinschen <vinschen@redhat.com>
8525
8526 * coff-pe-read.c (read_pe_exported_syms): Don't return without
8527 calling do_cleanup.
8528
e83b17ba
HZ
85292013-03-04 Luis Machado <lgustavo@codesourcery.com>
8530
8531 * tracepoint.c (build_traceframe_info): Add code for byte order.
8532
a2d13a0d
KB
85332013-03-02 Kevin Buettner <kevinb@redhat.com>
8534
8dddcae8
KB
8535 * v850-tdep.c: (v850e2_register_name): Revise system register
8536 names to match current V850E2M architecture specifications.
8537 Update register number enum comments too.
f5aee5ee 8538
d79e58d8
JW
85392013-03-01 Jiong Wang <jiwang@tilera.com>
8540 Pedro Alves <palves@redhat.com>
8541
8542 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
8543 to END_ADDR.
8544 (tilegx_skip_prologue): Limit prologue analysis to section end.
8545
c4be5165
JK
85462013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8547
8548 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
8549 use it.
8550
e362b510
PA
85512013-03-01 Pedro Alves <palves@redhat.com>
8552
8553 Use gdb_byte for bytes from the program being debugged.
8554
8555 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
8556 Change type of local 'buf' to gdb_byte.
8557 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
8558 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
8559 * cris-tdep.c (cris_sigcontext_addr)
8560 (cris_sigtramp_frame_unwind_cache): Likewise.
8561 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
8562 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
8563 Likewise.
8564 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
8565 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
8566 (hppa32_hpux_search_dummy_call_sequence)
8567 (hppa_hpux_supply_save_state): Likewise.
8568 * hppa-linux-tdep.c (insns_match_pattern)
8569 (hppa_linux_find_global_pointer): Likewise.
8570 * hppa-tdep.c (hppa_in_function_epilogue_p)
8571 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
8572 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
8573 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
8574 (i386fbsd_collect_uthread): Likewise.
8575 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
8576 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
8577 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
8578 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
8579 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
8580 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
8581 (ia64_libunwind_frame_prev_register)
8582 (ia64_libunwind_sigtramp_frame_this_id)
8583 (ia64_find_global_pointer_from_dynamic_section)
8584 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
8585 (ia64_unwind_pc): Likewise.
8586 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
8587 * m68hc11-tdep.c (m68hc11_push_dummy_call)
8588 (m68hc11_extract_return_value): Likewise.
8589 * m68klinux-nat.c (fetch_register, store_register): Likewise.
8590 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
8591 (mep_get_insn, mep_push_dummy_call): Likewise.
8592 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
8593 (mips_linux_in_dynsym_stub): Likewise.
8594 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
8595 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
8596 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
8597 to gdb_byte.
8598 * remote-mips.c (mips_set_register): Likewise.
8599 * remote-sim.c (gdbsim_fetch_register): Likewise.
8600 * score-tdep.c (score7_fetch_inst): Change type of parameter
8601 'memblock' and local 'buf' to gdb_byte.
8602 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
8603 Change type of local 'buf' to gdb_byte. Adjust.
8604 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
8605 to gdb_byte**.
8606 (score7_analyze_prologue): Change type of 'memblock' and
8607 'memblock_ptr' locals to gdb_byte*.
8608 * sh64-tdep.c (sh64_extract_return_value)
8609 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
8610 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
8611 * solib-pa64.c (pa64_solib_create_inferior_hook)
8612 (pa64_open_symbol_file_object): Remove local 'buf'.
8613 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
8614 (som_open_symbol_file_object): Likewise.
8615 * solib-spu.c (spu_current_sos): Likewise.
8616 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
8617 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
8618 (spu_store_registers): Likewise.
8619 * target.c (debug_print_register): Likewise.
8620 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
8621 * xstormy16-tdep.c (xstormy16_store_return_value)
8622 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
8623 (xstormy16_find_jmp_table_entry): Likewise.
8624
75cc61ca 86252013-03-01 Jiong Wang <jiwang@tilera.com>
61d8bd0e
JW
8626
8627 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
8628 (tilegx_gdbarch_init): Install it.
8629
ddb08e9c
TT
86302013-02-28 Tom Tromey <tromey@redhat.com>
8631
8632 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
8633 PyLong_Check.
8634
62d7fb51
DE
86352013-02-28 Doug Evans <dje@google.com>
8636
8637 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
8638 * python/python.c (gdbpy_find_pc_line): Ditto.
8639
c4a9e8b4
TT
86402013-02-28 Tom Tromey <tromey@redhat.com>
8641
8642 * contrib/excheck.py: New file.
8643 * contrib/exsummary.py: New file.
8644 * contrib/gcc-with-excheck: New file.
8645
7f6a5dde
TT
86462013-02-28 Tom Tromey <tromey@redhat.com>
8647
8648 * python/python.c (gdbpy_print_stack): Call begin_line and
8649 fprintf_filtered inside TRY_CATCH.
8650
9e974e55
TT
86512013-02-28 Tom Tromey <tromey@redhat.com>
8652
8653 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
8654 inside TRY_CATCH.
8655
dd5fa3e7
TT
86562013-02-28 Tom Tromey <tromey@redhat.com>
8657
8658 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
8659 frame_object_to_frame_info inside TRY_CATCH.
8660
86a3263f
TT
86612013-02-28 Tom Tromey <tromey@redhat.com>
8662
8663 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
8664 TRY_CATCH.
8665
81b52a3a
TT
86662013-02-28 Tom Tromey <tromey@redhat.com>
8667
8668 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
8669
d50a0ce2
CV
86702013-02-27 Corinna Vinschen <vinschen@redhat.com>
8671
8672 * windows-nat.c: Throughout, fix format strings and casts of
8673 printf-like functions to avoid type related warnings on all
8674 platforms.
8675 (handle_output_debug_string): Fetch context information address
8676 from debug string using string_to_core_addr.
8677
e1f58301
JW
86782013-02-27 Jiong Wang <jiwang@tilera.com>
8679
8680 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
8681 * regformats/reg-tilegx32.dat: New.
8682
4fcd89fc
JW
86832013-02-27 Jiong Wang <jiwang@tilera.com>
8684
8685 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
8686
748d24e6
JW
86872013-02-27 Jiong Wang <jiwang@tilera.com>
8688
8689 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
8690
6c8e944d
YQ
86912013-02-27 Yao Qi <yao@codesourcery.com>
8692 Pedro Alves <palves@redhat.com>
8693
8694 * tracepoint.c (tfile_trace_find): For tfind
5f8e0b8f
MF
8695 pc/tp/range/outside, look for the next trace frame instead of
8696 always starting from frame 0.
6c8e944d 8697
acd7db30
AG
86982013-02-26 Anthony Green <green@moxielogic.com>
8699
8700 * configure.tgt: Add support for moxie-*-rtems* target.
8701
025e6dce
PA
87022013-02-25 Pedro Alves <palves@redhat.com>
8703
8704 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
8705 warning text.
8706
ca9c94ef
MR
87072013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
8708
8709 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
8710 if $fp is used as the virtual frame pointer.
8711
24c274a1
AM
87122013-02-23 Alan Modra <amodra@gmail.com>
8713
8714 * elfread.c (elf_symtab_read): Do not use udata.p here to find
8715 symbol size.
8716 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
8717 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
8718 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
8719 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
8720
bfada189
JK
87212013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8722
8723 Code cleanup.
8724 * elfread.c (build_id_bfd_get): Make the return type const.
8725 (build_id_verify): Make the check parameter const.
8726 (build_id_to_debug_filename): Make the build_id parameter and variable
8727 data const.
8728 (find_separate_debug_file_by_buildid): Make the variable build_id const.
8729
c0355132
AM
87302013-02-21 Alan Modra <amodra@gmail.com>
8731
8732 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
8733
9f44fbc0
SCR
87342013-02-20 Siva Chandra Reddy <sivachandra@google.com>
8735
8736 Add a new method 'disassemble' to gdb.Architecture class.
8737 * python/py-arch.c (archpy_disassmble): Implementation of the
8738 new method gdb.Architecture.disassemble.
8739 (arch_object_methods): Add entry for the new method.
8740
b74ea3eb
JW
87412013-02-20 Jiong Wang <jiwang@tilera.com>
8742
8743 * MAINTAINERS (Write After Approval): Add myself to the list.
8744
61a672f1
PA
87452013-02-19 Pedro Alves <palves@redhat.com>
8746
8747 Garbage collect 'struct monitor_ops'::load_routine.
8748
8749 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
8750 * monitor.c (monitor_load): No longer call
8751 current_monitor->load_routine.
8752 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
8753 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
8754 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
8755
40e397df
PA
87562013-02-19 Pedro Alves <palves@redhat.com>
8757
8758 PR gdb/15161
8759
8760 Harmonize with generic_load.
8761
8762 * monitor.c: Include "readline/readline.h".
8763 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
8764 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
8765 long/strtol for the 'load_offset' local. Error out if no argument
8766 is given or if too many arguments are given. Tilde expand the
8767 passed in file name.
8768
f698ca8e
KT
87692013-02-19 Kai Tietz <ktietz@redhat.com>
8770
8771 PR gdb/15161
8772 * symfile.c (load_section_data): Change type of load_offset
8773 to CORE_ADDR.
8774 (generic_load): User strtoulst instead of strtoul for conversion
8775 of load_offset.
8776
3361b059
WL
87772013-02-19 Jiong Wang <jiwang@tilera.com>
8778
8779 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
8780 for return address, "lr" register, saved on stack.
8781 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
8782 after we invoke tilegx_analyze_prologue.
8783
3e9d5130
WL
87842013-02-19 Jiong Wang <jiwang@tilera.com>
8785
bb1bcd86
WL
8786 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
8787
3361b059 87882013-02-19 Jiong Wang <jiwang@tilera.com>
bb1bcd86 8789
b74ea3eb 8790 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
3e9d5130 8791
4aaf2503
WL
87922013-02-19 Jiong Wang <jiwang@tilera.com>
8793
b74ea3eb 8794 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
4aaf2503
WL
8795 (tilegx_write_pc): New function.
8796 (tilegx_cannot_reference_register): Return zero if REGNO
8797 is TILEGX_FAULTNUM_REGNUM.
8798 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
8799 (tilegx_register_name): Add handling of "faultnum" register.
8800 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
8801 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
8802 handling of TILEGX_FAULTNUM_REGNUM.
8803 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
8804
bc23a956
WL
88052013-02-19 Jiong Wang <jiwang@tilera.com>
8806
8807 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
b74ea3eb 8808 should be aligned to 64bit.
bc23a956 8809
42f45f1a
KT
88102013-02-19 Kai Tietz <ktietz@redhat.com>
8811
8812 * windows-nat.c (windows_xfer_memory): Fix debug-output
8813 for LLP64.
8814
6ce4c112
LL
88152013-02-19 Lei Liu <lei.liu2@windriver.com>
8816
8817 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
8818 Don't check DSP register number if HAVE_DSP is not set.
8819
30e8ee25
AM
88202013-02-19 Alan Modra <amodra@gmail.com>
8821
8822 * elfread.c (struct build_id): Delete. Use struct elf_build_id
8823 throughout file instead.
8824 (build_id_bfd_get): Update to use new elf_tdata build_id field.
8825 Don't xmalloc return value.
8826 (build_id_verify): Similarly. Don't xfree.
8827 (build_id_to_debug_filename): Update.
8828 (find_separate_debug_file_by_buildid): Update, don't xfree.
8829
4c9ad8c2
TT
88302013-02-18 Tom Tromey <tromey@redhat.com>
8831
8832 PR gdb/15102:
8833 * dwarf2read.c (read_subrange_type): Use result of
8834 'check_typedef'.
8835
983dc440
YQ
88362013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
8837
8838 * frame.c: Remove one extra white space after #include
8839 directive.
8840
7fb2b84a
JK
88412013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8842
8843 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
8844
edceb2a9
JK
88452013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8846
8847 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
8848 and dir commands into an if block.
8849
e81b7af8
TT
88502013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
8851
8852 * python/py-breakpoint (struct pybp_code): Use int instead of
8853 enum type_code.
8854
f5911ea1
HAQ
88552013-02-15 Pedro Alves <pedro@codesourcery.com>
8856 Hafiz Abid Qadeer <abidh@codesourcery.com>
8857
8858 * NEWS: Mention new field "trace-file".
8859 * tracepoint.c (trace_status_mi): Output "trace-file" field.
8860 (tfile_open): Record the trace file's filename in the trace
8861 status.
8862 (tfile_files_info): Mention the name of the trace file.
8863 Check the "filename" field explicitely.
8864 (trace_status_command): Explicitely check "filename" field.
8865 (trace_find_command): Ditto.
8866 (trace_find_pc_command): Ditto.
8867 (trace_find_tracepoint_command): Ditto.
8868 (trace_find_line_command): Ditto.
8869 (trace_find_range_command): Ditto.
8870 (trace_find_outside_command): Ditto.
8871 * tracepoint.h (struct trace_status) <from_file>: Rename it
8872 to "filename" and make it hold the trace file's filename
8873 instead of a boolean.
8874 * remote.c (remote_get_trace_status): Initialize "filename"
8875 field with NULL instead of 0.
8876
796cb314
YQ
88772013-02-15 Yao Qi <yao@codesourcery.com>
8878
8879 * remote.c: Fix a typo.
8880
42e79b1d
PM
88812013-02-14 Pierre Muller <muller@sourceware.org>
8882
8883 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
8884
baea0dae
PA
88852013-02-14 Pedro Alves <palves@redhat.com>
8886
8887 * utils.c (savestring): Don't #undef it. Move function to
8888 common/common-utils.c.
8889 * common/common-utils.c: Include gdb_string.h.
8890 (savestring): Move here from utils.c.
8891 * common/common-utils.h (savestring): Declare.
8892
57c3b6ed
PA
88932013-02-14 Pedro Alves <palves@redhat.com>
8894
8895 * utils.c (savestring): Rename parameter 'size' to 'len'.
8896
d6c44983
YZ
88972013-02-14 Pedro Alves <palves@redhat.com>
8898 Yufeng Zhang <yufeng.zhang@arm.com>
8899
8900 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
8901 (aarch64_inferior_data, struct aarch64_inferior_data):
8902 Delete.
8903 (struct aarch64_process_info): New.
8904 (aarch64_process_list): New global.
8905 (aarch64_find_process_pid, aarch64_add_process)
8906 (aarch64_process_info_get): New functions.
8907 (aarch64_inferior_data_get): Delete.
8908 (aarch64_process_info_get): New function.
8909 (aarch64_forget_process): New function.
8910 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
8911 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
8912 aarch64_get_debug_reg_state.
8913 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
8914 instead of linux_nat_iterate_watchpoint_lwps.
8915 (aarch64_linux_new_fork): New function.
8916 (aarch64_linux_child_post_startup_inferior): Use
8917 aarch64_forget_process instead of aarch64_init_debug_reg_state.
8918 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
8919 (aarch64_linux_remove_hw_breakpoint)
8920 (aarch64_handle_aligned_watchpoint)
8921 (aarch64_handle_unaligned_watchpoint)
8922 (aarch64_linux_insert_watchpoint)
8923 (aarch64_linux_remove_watchpoint)
8924 (aarch64_linux_stopped_data_address): Adjust to pass the current
8925 process id to aarch64_debug_reg_state.
8926 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
8927 linux_nat_new_fork hook, and aarch64_forget_process as
8928 linux_nat_forget_process hook; remove the call to
8929 register_inferior_data_with_cleanup.
8930
4819b3f8
PA
89312013-02-14 Pedro Alves <palves@redhat.com>
8932
8933 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
8934 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
8935 lval_memory.
8936
1773c82c
HAQ
89372013-02-14 Pedro Alves <pedro@codesourcery.com>
8938 Hafiz Abid Qadeer <abidh@codesourcery.com>
8939
8940 * tracepoint.h (validate_trace_state_variable_name): Declare.
8941 * tracepoint.c (validate_trace_state_variable_name): New.
8942 (trace_variable_command): Parse the trace state variable's name
8943 without using parse_expression. Do several validations.
8944 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
8945 trace state variable's name with parse_expression. Validate it.
8946
53778a97
YQ
89472013-02-14 Yao Qi <yao@codesourcery.com>
8948
8949 * infcmd.c (breakpoint_proceeded): Remove it.
8950
7b3ae3a6
YQ
89512013-02-14 Yao Qi <yao@codesourcery.com>
8952
8953 * tracepoint.c (end_actions_pseudocommand): Make it static.
8954 (while_stepping_pseudocommand): Likewise.
8955 * tracepoint.h (end_actions_pseudocommand): Remove the
8956 declaration.
8957 (while_stepping_pseudocommand): Likewise.
8958
64580925
YQ
89592013-02-14 Yao Qi <yao@codesourcery.com>
8960
8961 * cli/cli-decode.c (help_cmd): Remove the declaration of
8962 "cmdlist".
8963 (help_all): Likewise.
8964
26cb8b7c
PA
89652013-02-13 Pedro Alves <palves@redhat.com>
8966
8967 * amd64-linux-nat.c (update_debug_registers_callback):
8968 Update comment.
8969 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
8970 iterate_over_lwps.
8971 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
8972 i386_debug_reg_state.
8973 (amd64_linux_new_fork): New function.
8974 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
8975 linux_nat_new_fork hook, and i386_forget_process as
8976 linux_nat_forget_process hook.
8977 * i386-linux-nat.c (update_debug_registers_callback):
8978 Update comment.
a8256ea1 8979 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
26cb8b7c
PA
8980 iterate_over_lwps.
8981 (i386_linux_prepare_to_resume): Pass the lwp's pid to
8982 i386_debug_reg_state.
8983 (i386_linux_new_fork): New function.
8984 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
8985 linux_nat_new_fork hook, and i386_forget_process as
8986 linux_nat_forget_process hook.
8987 * i386-nat.c (i386_init_dregs): Delete.
8988 (i386_inferior_data, struct i386_inferior_data):
8989 Delete.
8990 (struct i386_process_info): New.
8991 (i386_process_list): New global.
8992 (i386_find_process_pid, i386_add_process, i386_process_info_get):
8993 New functions.
8994 (i386_inferior_data_get): Delete.
8995 (i386_process_info_get): New function.
8996 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
8997 (i386_forget_process): New function.
8998 (i386_cleanup_dregs): Rewrite.
8999 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9000 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9001 (i386_stopped_data_address, i386_insert_hw_breakpoint)
9002 (i386_remove_hw_breakpoint): Adjust to pass the current process id
9003 to i386_debug_reg_state.
9004 (i386_use_watchpoints): Don't register inferior data.
9005 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9006 adjust comment.
9007 (i386_forget_process): Declare.
9008 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9009 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9010 New static globals.
9011 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9012 (add_initial_lwp): New, factored out from ...
9013 (add_lwp): ... this. Don't check the number of lwps before
9014 calling linux_nat_new_thread.
9015 (linux_nat_iterate_watchpoint_lwps): Delete.
9016 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9017 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9018 forks and vforks.
9019 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9020 initial lwp.
9021 (linux_nat_kill, linux_nat_mourn_inferior): Call
9022 linux_nat_forget_process.
9023 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9024 (linux_nat_forget_process): New functions.
9025 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9026 type.
9027 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9028 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9029 types.
9030 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9031 (linux_nat_forget_process): New declarations.
9032
9033 * amd64fbsd-nat.c (super_mourn_inferior): New global.
9034 (amd64fbsd_mourn_inferior): New function.
9035 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9036 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9037
5befea72
MS
90382013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9039
55015247
YQ
9040 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9041 Adding _().
5befea72 9042
1d3ffd6b
MS
90432013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9044
9045 * aarch64-linux-nat.c (debug_reg_change_callback)
9046 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9047 %s and phex().
9048
6eb04473
MS
90492013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9050
9051 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9052 with LONGEST.
9053
a016fc87
HAQ
90542013-02-13 Pedro Alves <palves@redhat.com>
9055 Hafiz Abid Qadeer <abidh@codesourcery.com>
9056
9057 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9058
e234dfaf
TT
90592013-02-12 Tom Tromey <tromey@redhat.com>
9060
9061 PR symtab/11464:
9062 * c-exp.y (lex_one_token): Initialize other fields of yylval on
9063 NAME return.
9064 (classify_inner_name): Remove 'first_name' argument, add
9065 'context'. Remove unused variable.
9066 (yylex): Explicitly maintain the context type. Exit loop earlier
9067 if NAME result is seen.
9068
0b1afbb3
PA
90692013-02-12 Pedro Alves <palves@redhat.com>
9070
9071 * amd64-darwin-tdep.c: Add (C) after Copyright.
9072 * cli/cli-cmds.h: Ditto.
9073 * cli/cli-decode.c: Ditto.
9074 * cli/cli-decode.h: Ditto.
9075 * cli/cli-dump.c: Ditto.
9076 * cli/cli-dump.h: Ditto.
9077 * cli/cli-interp.c: Ditto.
9078 * cli/cli-logging.c: Ditto.
9079 * cli/cli-script.c: Ditto.
9080 * cli/cli-script.h: Ditto.
9081 * cli/cli-setshow.c: Ditto.
9082 * cli/cli-setshow.h: Ditto.
9083 * cli/cli-utils.c: Ditto.
9084 * cli/cli-utils.h: Ditto.
9085 * config/alpha/nm-osf3.h: Ditto.
9086 * config/djgpp/djconfig.sh: Ditto.
9087 * config/i386/nm-fbsd.h: Ditto.
9088 * config/i386/nm-i386gnu.h: Ditto.
9089 * config/nm-linux.h: Ditto.
9090 * config/nm-nto.h: Ditto.
9091 * config/rs6000/nm-rs6000.h: Ditto.
9092 * config/sparc/nm-sol2.h: Ditto.
9093 * darwin-nat-info.c: Ditto.
9094 * dfp.c: Ditto.
9095 * dfp.h: Ditto.
9096 * gdb-demangle.h: Ditto.
9097 * i386-darwin-nat.c: Ditto.
9098 * i386-darwin-tdep.c: Ditto.
9099 * linux-fork.h: Ditto.
9100 * m32c-tdep.c: Ditto.
9101 * microblaze-linux-tdep.c: Ditto.
9102 * microblaze-rom.c: Ditto.
9103 * microblaze-tdep.c: Ditto.
9104 * microblaze-tdep.h: Ditto.
9105 * mips-linux-tdep.h: Ditto.
9106 * ppc-ravenscar-thread.c: Ditto.
9107 * ppc-ravenscar-thread.h: Ditto.
9108 * prologue-value.c: Ditto.
9109 * prologue-value.h: Ditto.
9110 * ravenscar-thread.c: Ditto.
9111 * ravenscar-thread.h: Ditto.
9112 * sparc-ravenscar-thread.c: Ditto.
9113 * sparc-ravenscar-thread.h: Ditto.
9114 * tilegx-linux-tdep.c: Ditto.
9115 * unwind_stop_reasons.def: Ditto.
9116 * windows-nat.h: Ditto.
9117 * xtensa-linux-tdep.c: Ditto.
9118 * xtensa-xtregs.c: Ditto.
9119 * regformats/regdat.sh: Ditto.
9120 * regformats/regdef.h: Ditto.
9121
6c01dd94
PA
91222013-02-12 Pedro Alves <palves@redhat.com>
9123
9124 * break-catch-sig.c: Update copyright years.
9125
b65a2bd9
SCR
91262013-02-11 Siva Chandra Reddy <sivachandra@google.com>
9127
9128 Add support for a destructor for ui_out data and use it to
9129 provide a ui_out destructor.
9130 * ui-out.h: Declare the new ui_out destructor.
9131 (ui_out_impl): Add a field for data destructor in ui_out_impl.
9132 * ui-out.c (default_data_destroy): Add a default data destructor
9133 which does nothing.
9134 (default_ui_out_impl): Set the new data_destroy field to
9135 default_data_destroy
9136 (uo_data_destroy): Local function which invokes the data
9137 destructor if present.
9138 (clear_table): Local function which clears the table data of a
9139 ui_out object.
9140 (ui_out_destroy): Public function which frees a ui_out object.
9141 (ui_out_table_end): Use the new clear_table function.
9142 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
9143 NULL.
9144 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
9145 to NULL.
9146
c2792f5a
DE
91472013-02-11 Doug Evans <dje@google.com>
9148
9149 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
9150 (printf_decfloat): New function. Broken out from ui_printf.
9151 Remove unnecessary code to shift the entire format string down.
9152 (printf_pointer): New function.
9153 (ui_printf): Code to print C strings, wide C strings, decfloats,
9154 and pointers moved to separate functions.
9155
d9e98382
SDJ
91562013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
9157
9158 * valops.c (value_assign): Handling bitfield offset in
9159 `lval_internalvar_component' case.
9160
4ff3ce77
DE
91612013-02-08 Doug Evans <dje@google.com>
9162
9163 * common/format.c (parse_format_string): Fix whitespace.
9164
901900c4
MGD
91652013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
9166
9167 * stack.c (return_command): Work around uninitialized variable
9168 warning.
9169
b5dbc8d4
YZ
91702013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
9171
9172 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
9173 number of the registers from 36 to 34.
9174
51d66578
MS
91752013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
9176
9177 * NEWS: Mention new AArch64 native and target support.
9178
176b1c95
MS
91792013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
9180
9181 * MAINTAINERS (Write After Approval): Add myself.
9182
9d19df75
MS
91832013-02-08 Jim MacArthur <jim.macarthur@arm.com>
9184 Marcus Shawcroft <marcus.shawcroft@arm.com>
9185 Nigel Stephens <nigel.stephens@arm.com>
9186 Yufeng Zhang <yufeng.zhang@arm.com>
9187
9188 * aarch64-linux-nat.c: New file.
9189 * config/aarch64/linux.mh: New file.
9190 * configure.host: Add AArch64.
9191 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
9192
7e1e0340
DE
91932013-02-07 Doug Evans <dje@google.com>
9194
9195 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
9196 disassemble command.
9197
45e25a36
MS
91982013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
9199
9200 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
9201 set_gdbarch_fetch_tls_load_module_address.
9202
bbfdfe1c
DM
92032013-02-06 David S. Miller <davem@davemloft.net>
9204
9205 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
9206 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9207 * value.c (struct_return_convention): New function.
9208 (using_struct_return): Implement in terms of struct_return_convention.
9209 * value.h (struct_return_convention): Declare.
9210 * stack.c (return_command): Allow successful overriding of the return
9211 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9212
bc9abe4a
TT
92132013-02-06 Tom Tromey <tromey@redhat.com>
9214
9215 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
9216 outside of TRY_CATCH.
9217
134a2066
YQ
92182013-02-06 Yao Qi <yao@codesourcery.com>
9219
9220 * mi/mi-interp.c: Include "tracepoint.h".
9221 (mi_tsv_modified): Declare.
9222 (mi_tsv_created, mi_tsv_deleted): Update declaration.
9223 (mi_interpreter_init): Call observer_attach_tsv_modified.
9224 (mi_tsv_modified): New.
9225 (mi_tsv_created, mi_tsv_deleted): Update.
9226 * tracepoint.c (trace_variable_command): Call
9227 observer_notify_tsv_modified if the initial value of tsv is
9228 changed.
9229 (delete_trace_state_variable): Call
9230 observer_notify_tsv_deleted earlier.
9231 (trace_variable_command): Caller update.
9232 (create_tsv_from_upload): Likewise.
9233 * observer.sh: Declare "struct trace_state_variable".
9234
9235 * NEWS: Mention the new MI notification "=tsv-modified".
9236
59be2b6a
DE
92372013-02-05 Doug Evans <dje@google.com>
9238
9239 * completer.c (location_completer): Fix typo in comment.
9240
d30113d4
JK
92412013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9242
9243 * breakpoint.c (add_location_to_breakpoint): Insert the location with
9244 ADDRESS sorted.
9245
14ac654f
MS
92462013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
9247
9248 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
9249 Refactor if statement to avoid trailing || operator.
9250
543bf33d
AT
92512013-02-05 Andreas Tobler <andreast@fgznet.ch>
9252
9253 * NEWS: Add PowerPC FreeBSD as a new native configuration.
9254
dc18f110
AT
92552013-02-04 Andreas Tobler <andreast@fgznet.ch>
9256
9257 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
9258 * configure.host: Add powerpc*-*-freebsd* target.
9259 * configure.tgt: Add target info for powerpc*-*-freebsd*.
9260 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
9261 * config/powerpc/fbsd.mh: New file.
9262
b3ac9c77
SDJ
92632013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
9264 Denys Vlasenko <dvlasenk@redhat.com>
9265 Pedro Alves <palves@redhat.com>
9266
9267 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
9268 (struct elf_internal_linux_prpsinfo): Forward declare.
9269 * gdbarch.h, gdbarch.c: Regenerate.
9270 * linux-tdep.c: Include `cli/cli-utils.h'.
9271 (linux_fill_prpsinfo): New function.
9272 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
9273 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
9274 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
9275 depending on gdbarch pointer bitness.
9276 * ppc-linux-tdep.c: Include elf-bfd.h.
9277 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
9278 on 32-bit.
9279
176eb98c
MS
92802013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9281 Marcus Shawcroft <marcus.shawcroft@arm.com>
9282 Nigel Stephens <nigel.stephens@arm.com>
9283 Yufeng Zhang <yufeng.zhang@arm.com>
9284
9285 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
9286
cf0dbd6f
MS
92872013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9288 Marcus Shawcroft <marcus.shawcroft@arm.com>
9289 Nigel Stephens <nigel.stephens@arm.com>
9290 Yufeng Zhang <yufeng.zhang@arm.com>
9291
9292 * aarch64-newlib-tdep.c: New file.
9293 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
9294 aarch64*-*-elf.
9295 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
9296 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
9297 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
9298 * osabi.c (gdb_osabi_names): Add "Newlib".
9299
1ae3db19
MS
93002013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9301 Marcus Shawcroft <marcus.shawcroft@arm.com>
9302 Nigel Stephens <nigel.stephens@arm.com>
9303 Yufeng Zhang <yufeng.zhang@arm.com>
9304
9305 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
9306 (ALLDEPFILES): Add aarch64-linux-tdep.c.
9307 * aarch64-linux-tdep.c: New file.
9308 * aarch64-linux-tdep.h: New file.
9309 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
9310 * configure.tgt: Add aarch64-none-linux-gnu.
9311
07b287a0
MS
93122013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9313 Marcus Shawcroft <marcus.shawcroft@arm.com>
9314 Nigel Stephens <nigel.stephens@arm.com>
9315 Yufeng Zhang <yufeng.zhang@arm.com>
9316
9317 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
9318 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
9319 (ALLDEPFILES): Add aarch64-tdep.c.
9320 * aarch64-tdep.c: New file.
9321 * aarch64-tdep.h: New file.
9322 * configure.tgt: Add AArch64.
9323 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
9324 (aarch64-expedite): New definition.
9325 * features/aarch64-core.xml: New file.
9326 * features/aarch64-fpu.xml: New file.
9327 * features/aarch64-without-fpu.c: New file (generated).
9328 * features/aarch64-without-fpu.xml: New file.
9329 * features/aarch64.c: New file (generated).
9330 * features/aarch64.xml: New file.
9331 * regformats/aarch64-without-fpu.dat: New file (generated).
9332 * regformats/aarch64.dat: New file (generated).
9333
0f1b18ab
JK
93342013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9335
9336 * contrib/expect-read1.c: New file.
9337 * contrib/expect-read1.sh: New file.
9338
233d95b5
JK
93392013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9340
9341 * dwarf2read.c (file_file_name): New function with code from
9342 file_full_name.
9343 (file_full_name): Move most of the code to file_file_name.
9344 (macro_start_file): Rename variable full_name to file_name and use
9345 file_file_name for it. Add comp_dir parameter to new_macro_table.
9346 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
9347 macro_source_file->filename access by macro_source_fullname call.
9348 * macroscope.c (_initialize_macroscope): Update the new_macro_table
9349 caller.
9350 * macrotab.c (struct macro_table): New field comp_dir.
9351 (macro_include): New variables link_fullname and source_fullname.
9352 Replace any macro_source_file->filename access by macro_source_fullname
9353 call.
9354 (macro_lookup_inclusion): Remove the partial filenames checking code.
9355 (check_for_redefinition): New variables source_fullname and
9356 found_key_fullname. Replace any macro_source_file->filename access by
9357 macro_source_fullname call.
9358 (macro_undef): New variables source_fullname and key_fullname. Replace
9359 any macro_source_file->filename access by macro_source_fullname call.
9360 (macro_lookup_definition): New variables retval and source_fullname.
9361 Replace any macro_source_file->filename access by macro_source_fullname
9362 call.
9363 (foreach_macro): New variable key_fullname. Replace any
9364 macro_source_file->filename access by macro_source_fullname call.
9365 (foreach_macro_in_scope): New variable datum_fullname. Replace any
9366 macro_source_file->filename access by macro_source_fullname call.
9367 (new_macro_table): Add parameter comp_dir. Initialize T with it.
9368 (macro_source_fullname): New function.
9369 * macrotab.h (struct macro_source_file): Extent the filename field
9370 comment.
9371 (new_macro_table): New parameter comp_dir, add a comment for it.
9372 (macro_source_fullname): new declaration.
9373
da235a7c
JK
93742013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9375
9376 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
9377 this_real_name to outer block. Use it also for
9378 compare_filenames_for_search.
9379 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
9380 with dw2_get_real_path for file_matcher, considering also
9381 BASENAMES_MAY_DIFFER.
9382 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
9383
fbd9ab74
JK
93842013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9385
9386 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
9387 to the file_matcher parameter. Pass 0 to it.
9388 (dwarf2_create_include_psymtab): Copy also DIRNAME.
9389 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
9390 NULL psymtab_to_fullname result.
9391 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
9392 an expected filename instead.
9393 (expand_symtabs_matching_via_partial): Add basenames parameter to the
9394 file_matcher parameter. Call also psymtab_to_fullname, after newly
9395 considering BASENAMES_MAY_DIFFER.
9396 * source.c (rewrite_source_path): Remove static.
9397 * source.h (rewrite_source_path): New declaration.
9398 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
9399 the expand_symtabs_matching field. Comment it.
9400 * symtab.c (file_matches): New function comment. Add parameter
9401 basenames, implement it.
9402 (search_symbols_file_matches): Add basenames parameter. Update the
9403 file_matches caller.
9404 (search_symbols): Match FILES also against symtab_to_fullname.
9405 Optimize it for BASENAMES_MAY_DIFFER.
9406
56d397a3
JK
94072013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9408
9409 * source.c (print_source_lines_base): Print for TUI also "fullname".
9410 * tui/tui-data.c (init_content_element): Change tui_locator_element
9411 field to full_name.
9412 * tui/tui-data.h (struct tui_locator_element): Likewise.
9413 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
9414 tui_update_locator_filename calls to tui_update_locator_fullname.
9415 Replace symtab->filename refererence by symtab_to_fullname call.
9416 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
9417 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
9418 field to full_name. Replace symtab->filename refererence by
9419 symtab_to_fullname call.
9420 (tui_show_symtab_source): Rename parameter to fullname. Change
9421 tui_locator_element field to full_name.
9422 * tui/tui-stack.c: Include source.h.
9423 (tui_set_locator_filename): Rename the declaration to ...
9424 (tui_set_locator_fullname): ... here. Rename its parameter to
9425 fullname, updates its comment.
9426 (tui_set_locator_info): Rename its parameter to fullname.
9427 (tui_set_locator_filename): Rename the definition to ...
9428 (tui_set_locator_fullname): ... here. Rename its parameter to
9429 fullname, updates its comment. Change tui_locator_element field to
9430 full_name.
9431 (tui_set_locator_info): Rename its parameter to fullname.
9432 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
9433 (tui_update_locator_filename): Rename to ...
9434 (tui_update_locator_fullname): ... here. Rename callee to
9435 tui_set_locator_fullname.
9436 (tui_show_frame_info): Replace symtab->filename refererence by
9437 symtab_to_fullname call.
9438 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
9439 (tui_update_locator_fullname): ... here.
9440 * tui/tui-winsource.c (tui_display_main): Rename the callee to
9441 tui_update_locator_fullname. Replace symtab->filename refererence by
9442 symtab_to_fullname call.
9443 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
9444 Rename the callee to tui_update_locator_fullname.
9445 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
9446
05cba821
JK
94472013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9448
9449 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
9450 by symtab_to_filename_for_display calls.
9451 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
9452 (clear_command): New variable sal_fullname, initialize it. Replace
9453 compare_filenames_for_search by filename_cmp with sal_fullname.
9454 (say_where, update_static_tracepoint): Replace symtab->filename
9455 refererences by symtab_to_filename_for_display calls.
9456 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
9457 Likewise.
9458 * dwarf2read.c: Include source.h.
9459 (fixup_go_packaging): Replace symtab->filename refererences by
9460 symtab_to_filename_for_display calls.
9461 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
9462 Replace symtab->filename refererences by symtab_to_filename_for_display
9463 calls.
9464 (create_sals_line_offset, convert_linespec_to_sals): New variable
9465 fullname, initialize it, replace symtab->filename reference by the
9466 variable.
9467 * linux-fork.c: Include source.h.
9468 (info_checkpoints_command): Replace symtab->filename refererences by
9469 symtab_to_filename_for_display calls.
9470 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
9471 by symtab_to_filename_for_display calls.
9472 * mdebugread.c: Include source.h.
9473 (psymtab_to_symtab_1): Replace symtab->filename refererences by
9474 symtab_to_filename_for_display calls.
9475 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
9476 (mi_cmd_file_list_exec_source_files): Likewise.
9477 * printcmd.c: Include source.h.
9478 (build_address_symbolic): Replace symtab->filename refererences by
9479 symtab_to_filename_for_display calls.
9480 * psymtab.c (partial_map_symtabs_matching_filename)
9481 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
9482 with psymtab_to_fullname.
9483 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
9484 by symtab_to_filename_for_display calls.
9485 (stpy_get_filename): New variable filename, initialize it, use instead
9486 of symtab->filename refererences.
9487 (salpy_str): Make variable filename const char *. Replace
9488 symtab->filename refererences by symtab_to_filename_for_display calls.
9489 * skip.c: Include source.h and filenames.h.
9490 (skip_file_command): Remove const from the symtab variable. Replace
9491 symtab->filename refererences by symtab_to_fullname call.
9492 (function_name_is_marked_for_skip): New variables searched_for_fullname
9493 and fullname. Use them to search also with symtab's fullname.
9494 * source.c (find_source_lines): Replace symtab->filename refererences
9495 by symtab_to_filename_for_display calls.
9496 (print_source_lines_base): New variable filename, use it instead of
9497 symtab->filename. Replace symtab->filename refererences by
9498 symtab_to_filename_for_display calls.
9499 (line_info, forward_search_command): Replace symtab->filename
9500 refererences by symtab_to_filename_for_display calls.
9501 (reverse_search_command): Replace symtab->filename refererences by
9502 symtab_to_filename_for_display calls. New variable filename for it.
9503 * stack.c (frame_info): Likewise.
9504 * symmisc.c: Include source.h.
9505 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
9506 (maintenance_info_symtabs): Replace symtab->filename refererences by
9507 symtab_to_filename_for_display calls.
9508 * symtab.c (iterate_over_some_symtabs): Call
9509 compare_filenames_for_search also with symtab_to_fullname.
9510 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
9511 symtab->filename refererences by symtab_to_filename_for_display calls.
9512 (find_line_symtab): Replace symtab->filename refererences by
9513 symtab_to_filename_for_display calls.
9514 (file_matches): Replace filename_cmp by compare_filenames_for_search.
9515 (print_symbol_info): Make the last parameter const char *. New
9516 variable s_filename. Use it in the function.
9517 (symtab_symbol_info): Make the last_filename variable const char *.
9518 Replace symtab->filename refererences by symtab_to_filename_for_display
9519 calls.
9520 (rbreak_command): New variable fullname. Use it. Replace
9521 symtab->filename refererence by symtab_to_filename_for_display call.
9522 * tracepoint.c (set_traceframe_context, trace_find_line_command)
9523 (print_one_static_tracepoint_marker): Replace symtab->filename
9524 refererences by symtab_to_filename_for_display calls.
9525 * tui/tui-source.c (tui_set_source_content): New variables filename and
9526 s_filename. Replace symtab->filename refererences by this variable.
9527 Replace other symtab->filename refererences by
9528 symtab_to_filename_for_display calls.
9529
1b56eb55
JK
95302013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
9531 Jan Kratochvil <jan.kratochvil@redhat.com>
9532
9533 Add a new variable that controls a way in which filenames are
9534 displayed.
9535 * NEWS (set filename-display): New entry.
9536 * source.c (filename_display_basename, filename_display_relative)
9537 (filename_display_absolute, filename_display_kind_names)
9538 (filename_display_string, show_filename_display_string)
9539 (symtab_to_filename_for_display): New.
9540 (_initialize_source): Added initialization of 'filename-display'
9541 variable.
9542 * source.h (symtab_to_filename_for_display): Added declaration.
9543 * stack.c (print_frame): Added new variable and calling of a new
9544 function and condition with this variable. Changed third argument of
9545 calling of a function.
9546
aa079c93
JK
95472013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9548
9549 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
9550 Rename field reference filename to fullname.
9551 * tui/tui-data.h (struct tui_source_info): Rename field filename to
9552 fullname. New comment for it.
9553 * tui/tui-source.c (tui_set_source_content): Rename field reference
9554 filename to fullname. Initialize field by symtab_to_fullname now.
9555 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
9556 reference filename to fullname. Use symtab_to_fullname during
9557 comparison.
9558
652a8996
JK
95592013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9560
9561 Code cleanup.
9562 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
9563 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
9564 filename to fullname. Rename variable this_name to this_fullname.
9565 Lowercase FILENAME_CMP call.
9566 (dw2_find_symbol_file): New comment for the returned string.
9567 (dwarf2_gdb_index_functions): Rename the function to
9568 dw2_expand_symtabs_with_fullname.
9569 * psymtab.c (read_psymtabs_with_filename): Rename to ...
9570 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
9571 fullname.
9572 (psym_functions): Rename the function to read_psymtabs_with_fullname.
9573 * symfile.h (struct quick_symbol_functions): Rename field
9574 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
9575 parameter filename to fullname. Document returned string meaning for
9576 find_symbol_file.
9577 * symtab.c (find_line_symtab): Rename the called function to
9578 expand_symtabs_with_fullname.
9579
af529f8f
JK
95802013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9581
9582 Code cleanup.
9583 * breakpoint.c (clear_command): Remove variable is_abs, unify the
9584 call of filename_cmp with compare_filenames_for_search.
9585 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
9586 is_abs, unify the call of FILENAME_CMP with
9587 compare_filenames_for_search. New gdb_asserts for real_path and name.
9588 Unify the call of compare_filenames_for_search with FILENAME_CMP.
9589 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9590 * symfile.h (struct quick_symbol_functions): Extend the comment for
9591 map_symtabs_matching_filename.
9592 * symtab.c (compare_filenames_for_search): Remove the function comment
9593 relative path requirement. Handle absolute filenames, with a comment.
9594 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
9595 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
9596 real_path and name. Unify the call of compare_filenames_for_search
9597 with FILENAME_CMP.
9598 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
9599
2f202fde
JK
96002013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9601
9602 Code cleanup.
9603 * breakpoint.c (print_breakpoint_location): Replace bp_location field
9604 source_file references by symtab field references. Remove variables
9605 sal and fullname.
9606 (momentary_breakpoint_from_master, add_location_to_breakpoint):
9607 (clear_command, say_where): Replace bp_location field source_file
9608 references by symtab field references.
9609 (bp_location_dtor): Remove the source_file reference.
9610 (update_static_tracepoint): Replace bp_location field source_file
9611 references by symtab field references.
9612 (breakpoint_free_objfile): New function.
9613 * breakpoint.h (struct bp_location): Extend the comment for line_number.
9614 Replace the field source_file by field symtab, extend its comment.
9615 (breakpoint_free_objfile): New declaration.
9616 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
9617 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
9618 field source_file references by symtab field references.
9619
f5b95b50
JK
96202013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9621
9622 Replace xfullpath calls by gdb_realpath calls.
9623 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
9624 function comment.
9625 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
9626 Remove it from the iterate_over_some_symtabs call.
9627 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
9628 Remove it from the dw2_map_expand_apply calls, remove a block handling
9629 it.
9630 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
9631 Remove it from the iterate_over_some_symtabs call.
9632 (partial_map_symtabs_matching_filename): Remove parameter full_path.
9633 Remove it from the partial_map_expand_apply calls, remove a block
9634 handling it. Drop gdb_realpath call and cleanups from the real_path
9635 handling.
9636 * source.c (openp): Drop the comment part about xfullpath. Replace
9637 xfullpath calls by gdb_realpath calls.
9638 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
9639 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
9640 from method map_symtabs_matching_filename and its comment.
9641 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
9642 gdb_realpath call.
9643 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
9644 remove it also from the function comment, remove a block handling it.
9645 Drop gdb_realpath call and cleanups from the real_path handling.
9646 (iterate_over_symtabs): Drop variable full_path and its use.
9647 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
9648 * utils.c (xfullpath): Remove.
9649 * utils.h (xfullpath): Remove.
9650
d78489bf
AT
96512013-02-01 Andreas Tobler <andreast@fgznet.ch>
9652
9653 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
9654 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
9655 (ALLDEPFILES): Add ppc64-tdep.c.
9656 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
9657 ppc64-tdep.o to gdb_target_obs.
9658 * ppc64-tdep.h: New file.
9659 * ppc64-tdep.c: New file.
9660 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
9661 ppc-linux-tdep.c to here.
9662 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
9663 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
9664 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
9665 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
9666 from ppc-linux-tdep.c to here.
9667 (ppc64_convert_from_func_ptr_addr): Rename from
9668 ppc64_linux_convert_from_func_ptr_addr to
9669 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
9670 here.
9671 * rs6000-tdep.c:
9672 (read_insn): Move from ppc-linux-tdep.c to here.
9673 (insns_match_pattern, insn_d_field, insn_ds_field): Move
9674 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
9675 * ppc-linux-tdep.c: Include ppc64-tdep.h.
9676 Removed above functions.
9677 (ppc_linux_init_abi): Adjust.
9678
8db60374
AR
96792013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
9680
9681 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
9682
f2e5f4ce
AR
96832013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
9684
9685 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
9686
c1f7d745
PA
96872013-02-01 Pedro Alves <palves@redhat.com>
9688
9689 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
9690 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
9691
8a92335b
JK
96922013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9693
9694 * elfread.c (elf_symfile_read): Limit separate debug info additions to
9695 files with no separate debug info.
9696 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
9697 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
9698 only for files with no separate debug info.
9699
8eacb197
TT
97002013-01-31 Tom Tromey <tromey@redhat.com>
9701
9702 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
9703 change type.
9704 (struct jit_program_space_data): Rename from jit_inferior_data.
9705 Update comments.
9706 (get_jit_program_space_data): Rename from get_jit_inferior_data.
9707 Change return type. Attach data to program space.
9708 (jit_program_space_data_cleanup): Rename from
9709 jit_inferior_data_cleanup; change argument type.
9710 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
9711 change type.
9712 (jit_register_code): Update.
9713 (jit_update_inferior_cache): Remove.
9714 (jit_breakpoint_deleted): Get jit data from the location's program
9715 space.
9716 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
9717 'ps_data', change type.
9718 (jit_inferior_init, jit_breakpoint_re_set_internal)
9719 (jit_event_handler): Update.
9720 (free_objfile_data): Get data from objfile's program space.
9721 (_initialize_jit): Update.
9722
f25c0135
TT
97232013-01-31 Tom Tromey <tromey@redhat.com>
9724
9725 PR gdb/13987:
9726 * jit.c (struct jit_inferior_data) <cached_code_address,
9727 jit_breakpoint>: New fields.
9728 (jit_breakpoint_re_set_internal): Fix logging. Only create
9729 breakpoint if cached address has changed.
9730 (jit_update_inferior_cache, jit_breakpoint_deleted): New
9731 functions.
9732 (_initialize_jit): Register breakpoint deleted observer.
9733
974a734b
AR
97342013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
9735
9736 * infrun.c (handle_syscall_event): Remove unused gdbarch.
9737 (save_infcall_suspend_state): Ifdef out unused inf.
9738 (restore_infcall_suspend_state): Ifdef out unused inf.
9739 * jit.c (jit_register_code): Remove unused i, b, inf_data.
9740 (jit_frame_sniffer): Remove unused inf_data.
9741
df54f8eb
AR
97422013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
9743
9744 * c-exp.y (classify_inner_name): Remove unused type.
9745 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
9746 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
9747 need_escape.
9748 (c_get_string): Remove unused kind.
9749 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
9750
5799c0b9
AR
97512013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
9752
9753 * charset.c (intermediate_encoding): Remove unused i.
9754 * completer.c (signal_completer): Remove unused i.
9755 * continuations.c (discard_my_continuations_1): Remove unused
9756 continuation_ptr.
9757 * corelow.c (core_close): Remove unuseD name.
9758 (get_core_siginfo): Remove unused pid.
9759 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
9760 i, cps.
9761 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
9762 (loclist_describe_location): Remove unused first.
9763 * event-top.c (command_line_handler): Remove unused got_eof.
9764 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
9765 (resize_section_table): Remove unused old_value.
9766 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
9767 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
9768 * i386-tdep.c (i386_process_record): Remove unused rex.
9769 * infcmd.c (get_return_value): Remove unused uiout.
9770 * jv-lang.c (type_from_class): Remove unused is_array.
9771 * jv-valprint.c (java_val_print): Remove unused i.
9772 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
9773 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
9774 * m2-typeprint.c (m2_print_type): Remove unused code.
9775 * macroexp.c (get_character_constant): Remove unused body_start.
9776 (macro_stringify): Remove unused result.
9777 * objc-lang.c (find_methods): Remove unused gdbarch.
9778 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
9779 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
9780 * stack.c (print_frame_args): Remove unused summary.
9781 * thread.c (thread_apply_command): Remove unused p.
9782 * valarith.c (value_x_unop): Remove unused mangle_ptr.
9783 * valops.c (search_struct_method): Remove unused skip.
9784 * valprint.c (generic_val_print): Remove unused byte_order.
9785 * varobj.c (varobj_update): Remove unused changed.
9786 * cli/cli-cmds.c (complete_command): Remove unused next_item.
9787 (alias_command): Remove unused c.
9788 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
9789 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
9790 format.
9791 (mi_cmd_data_write_memory): Remove unused word_format.
9792 (mi_cmd_data_write_memory_bytes): Remove unused r.
9793 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
9794 p_start, p_end.
9795 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
9796 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
9797 line_width.
9798
c656bca5
AR
97992013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
9800
9801 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
9802 * symtab.c (iterate_over_symtabs): Remove unused s.
9803 (find_pc_sect_symtab): Remove unused pspAce.
9804 (find_pc_sect_line): Remove unused alt_symtab.
9805 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
9806 (completion_list_add_name): Remove unused newsize.
9807
7078baeb
TT
98082013-01-31 Tom Tromey <tromey@redhat.com>
9809
9810 PR c++/14998:
9811 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
9812 TYPE_CODE_FUNC.
9813
c2e8b827
AR
98142013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
9815
9816 * target.c (target_read_string): Remove unused origlen.
9817
0e43993a
AR
98182013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
9819
9820 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
9821 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
9822 * ax-general.c (ax_print): Remove unused is_float.
9823 * blockframe.c (block_innermost_frame): Remove unused start, end.
9824 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
9825
765a97ab
AR
98262013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
9827
9828 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
9829 (svr4_read_so_list): Remove unused lmo.
9830 * solib-target.c (solib_target_relocate_section_addresses): Remove
9831 unused flags.
9832
a99dad3d
TT
98332013-01-30 Tom Tromey <tromey@redhat.com>
9834
9835 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
9836
3bff1ecd
TT
98372013-01-30 Tom Tromey <tromey@redhat.com>
9838
9839 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
9840 * utils.c (gnu_debuglink_crc32): Remove.
9841 * utils.h (gnu_debuglink_crc32): Don't declare.
9842
7d455152
TT
98432013-01-30 Tom Tromey <tromey@redhat.com>
9844
9845 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
9846 (read_structure_type, read_enumeration_type): Remove cast.
9847
abee88f2
TT
98482013-01-30 Tom Tromey <tromey@redhat.com>
9849
9850 * dwarf2read.c (read_namespace_type): Remove cast.
9851 (read_typedef): Likewise.
9852
8d9878a4
TT
98532013-01-29 Tom Tromey <tromey@redhat.com>
9854
9855 * dwarf2read.c (free_dwo_file): Remove assert.
9856
a543d2a9
TT
98572013-01-29 Tom Tromey <tromey@redhat.com>
9858
9859 * value.c (deprecated_set_value_modifiable): Remove.
9860 * value.h (deprecated_set_value_modifiable): Remove.
9861
bed911e5
DE
98622013-01-28 Doug Evans <dje@google.com>
9863
9864 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
9865 to addresses from dwo files.
9866
28c64fc2
SCR
98672013-01-25 Siva Chandra Reddy <sivachandra@google.com>
9868
9869 * valops.c (find_overload_match): Remove unused argument 'lax'.
9870 * value.h: Remove unused argument 'lax' from the declaration of
9871 find_overload_match.
9872 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
9873 to find_overload_match.
9874 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
9875 argument to find_overload_match.
9876
4d4ec4e5
TT
98772013-01-25 Tom Tromey <tromey@redhat.com>
9878
9879 * dwarf2read.c (processing_has_namespace_info): Remove.
9880 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
9881 (process_die, read_func_scope, dwarf2_start_symtab)
9882 (new_symbol_full): Update.
9883
195a3f6c
TT
98842013-01-25 Tom Tromey <tromey@redhat.com>
9885
9886 * cp-namespace.c (cp_set_block_scope): Remove.
9887 * cp-support.h (cp_set_block_scope): Remove.
9888 * dbxread.c: Include block.h.
9889 (cp_set_block_scope): New function.
9890 (process_one_symbol): Update.
9891 * dwarf2read.c (read_func_scope): Use block_set_scope.
9892
8ba0730a
PA
98932013-01-25 Pedro Alves <palves@redhat.com>
9894
9895 * remote.c (add_current_inferior_and_thread): Tweak comment.
9896
12aaed36
TT
98972013-01-25 Tom Tromey <tromey@redhat.com>
9898
9899 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
9900 (cp_add_using_directive): Add 'copy_names' argument.
9901 * cp-support.h (cp_add_using_directive): Update.
9902 (struct using_direct) <import_src, import_dest, alias,
9903 declaration>: Now const.
9904 * dwarf2read.c (read_import_statement): Use obconcat.
9905 Don't copy names passed to cp_add_using_directive.
9906
7fc75ca7
TT
99072013-01-25 Tom Tromey <tromey@redhat.com>
9908
9909 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
9910
3405876a
PA
99112013-01-25 Pedro Alves <palves@redhat.com>
9912
9913 * remote.c (stop_reply_extract_thread): New.
9914 (add_current_inferior_and_thread): New parameter 'wait_status'.
9915 Handle it.
9916 (remote_start_remote): Pass wait status to
9917 add_current_inferior_and_thread.
9918 (extended_remote_run): Update comment.
9919 (extended_remote_create_inferior_1): Pass wait status to
9920 add_current_inferior_and_thread.
9921
8954db33
AB
99222013-01-25 Andrew Burgess <aburgess@broadcom.com>
9923 Ulrich Weigand <uweigand@de.ibm.com>
9924
9925 * valarith.c (value_vector_widen): New function for replicating a
9926 scalar into a vector.
9927 (value_binop): Use value_vector_widen to widen scalar to vector
9928 rather than casting, this better matches gcc C behaviour.
9929 * valops.c (value_casst): Update logic for casting between vector
9930 types, and for casting from scalar to vector, try to match gcc C
9931 behaviour.
9932 * value.h (value_vector_widen): Declare.
9933 * opencl-lang.c (opencl_value_cast): New opencl specific casting
9934 function, handle special case for casting scalar to vector.
9935 (opencl_relop): Use opencl_value_cast.
9936 (evaluate_subexp_opencl): Use opencl_value_cast instead of
9937 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
9938 in order to use opencl_value_cast.
9939
843b20dc
YQ
99402013-01-25 Yao Qi <yao@codesourcery.com>
9941
9942 * event-loop.c: Include "queue.h".
9943 (gdb_event_p): New typedef.
9944 (DECLARE_QUEUE_P): Use.
9945 (DEFINE_QUEUE_P): Use.
9946 (async_queue_event): Remove.
9947 (gdb_event_xfree): New.
9948 (initialize_event_loop): New.
9949 (process_event): Use QUEUE macros.
9950 (event_queue): Remove.
9951 (gdb_wait_for_event): Caller update.
9952 (check_async_event_handlers): Likewise.
9953 (poll_timers): Likewise.
9954 * event-loop.h (initialize_event_loop): Declare.
9955 * event-loop.c (gdb_event_xfree): New.
9956 * top.c (gdb_init): Call initialize_event_loop.
9957
20ad8856
YQ
99582013-01-25 Yao Qi <yao@codesourcery.com>
9959
9960 * event-loop.c (async_queue_event): Remove one parameter
9961 'position'. Remove code handling 'position' == TAIL.
9962 (gdb_wait_for_event): Caller update.
9963 (check_async_event_handlers): Caller update.
9964 (poll_timers): Caller update.
9965 * event-loop.h (enum queue_position): Remove.
9966
3bbbe775
MK
99672013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
9968
9969 * MAINTAINERS: Update my email.
9970
a87d9ac4
YQ
99712013-01-25 Yao Qi <yao@codesourcery.com>
9972
9973 * main.c (print_gdb_help): Remove "--epoch" from the help
9974 message.
9975
2077afdd
TD
99762013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
9977
9978 * symtab.c (skip_prologue_using_sal): Consider a file
9979 change the same as an increased line number
9980
63da4037
TD
99812013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
9982
30e8ee25 9983 * MAINTAINERS (Write After Approval): Add myself to the list.
63da4037 9984
45e6c716
TT
99852013-01-24 Tom Tromey <tromey@redhat.com>
9986
9987 * ada-lang.h (ada_decode_symbol): Make return type const.
9988 * ada-lang.c (ada_decode_symbol): Likewise.
9989
b1ae631a
DE
99902013-01-23 Doug Evans <dje@google.com>
9991
9992 * linespec.c (find_linespec_symbols): Make static.
9993
55a78401
SDJ
99942013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
9995
9996 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
9997 type on float conversion for complex type.
9998
bea883fd
SCR
99992013-01-23 Siva Chandra Reddy <sivachandra@google.com>
10000
10001 Add a new class gdb.Architecture which exposes GDB's
10002 internal representation of architecture via GDB Python API.
10003 * Makefile.in: Add entries corresponding to the new file
10004 python/py-arch.c.
10005 * NEWS (Python Scripting): Add entries for the new class
10006 gdb.Architecture and the new method gdb.Frame.architecture.
10007 * python/py-arch.c: Implement gdb.Architecture class.
10008 * python/py-frame.c (frapy_arch): Implement the method
10009 gdb.Frame.architecture().
10010 (frame_object_methods): Add 'architecture' to the method table.
10011 * python/python-internal.h: Add declarations of new utility
10012 functions.
10013 * python/python.c (_initialize_python): Initialize
10014 gdb.Architecture class.
10015
796a7ff8
DE
100162013-01-23 Doug Evans <dje@google.com>
10017
10018 Work around binutils/15021.
10019 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10020 type_unit_group out of union s. All uses updated.
10021 (read_index_from_section): Watch for index version 8.
10022 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10023 an imported symtab.
10024 (write_psymtabs_to_index): Increment version number to 8.
10025
0928e93d
PA
100262013-01-22 Pedro Alves <palves@redhat.com>
10027
10028 * annotate.c (breakpoint_changed): Skip if breakpoint is not
10029 user-visible.
10030
9c97429f
PA
100312013-01-22 Pedro Alves <palves@redhat.com>
10032
10033 * annotate.c (annotate_breakpoints_changed): Rename to ...
10034 (annotate_breakpoints_invalid): ... this. Make static.
10035 (breakpoint_changed): Adjust.
10036 (_initialize_annotate): Always install the observers. Install a
10037 "breakpoint_created" observer.
10038 * annotate.h (annotate_breakpoints_changed): Delete declaration.
10039 * breakpoint.c (set_breakpoint_condition)
10040 (breakpoint_set_commands, do_map_commands_command)
10041 (init_raw_breakpoint, clear_command, set_ignore_count)
10042 (enable_breakpoint_disp): No longer call
10043 annotate_breakpoints_changed.
10044
bd00c694
PA
100452013-01-22 Pedro Alves <palves@redhat.com>
10046
10047 * annotate.c: Include "inferior.h".
10048 (frames_invalid_emitted)
10049 (breakpoints_invalid_emitted): New globals.
10050 (async_background_execution_p): New function.
10051 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10052 emitting the annotation if it has already been emitted.
10053 (annotate_display_prompt): New function.
10054 * annotate.h (annotate_display_prompt): New declaration.
10055 * event-top.c: Include annotate.h.
10056 (display_gdb_prompt): Call annotate_display_prompt.
10057
187d10dd
PA
100582013-01-22 Pedro Alves <palves@redhat.com>
10059
10060 * annotate.c (ignore_count_changed): Delete.
10061 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10062 (annotate_ignore_count_change): Delete.
10063 (annotate_stopped): Don't emit a delayed breakpoints-changed
10064 annotation.
10065 * annotate.h (annotate_ignore_count_change): Delete.
10066 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
10067 annotate_ignore_count_change.
10068
d84cf7eb
TT
100692013-01-22 Tom Tromey <tromey@redhat.com>
10070
10071 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
10072 require_rvalue for a register location.
10073
8f1d5693
MK
100742013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
10075
10076 * breakpoint.c (print_one_breakpoint_location): Add MI
10077 field 'thread-groups' when printing a breakpoint.
10078 (output_thread_groups): New function.
10079
aa6199c6
SCR
100802013-01-21 Siva Chandra Reddy <sivachandra@google.com>
10081
10082 * python/lib/gdb/commands/explore.py
10083 (CompoundExplorer.explore_expr): Correct the name of a method
10084 being invoked.
10085 (ExploreTypeCommand.invoke): Add a missing 'return'.
10086
d2afef13
TT
100872013-01-21 Tom Tromey <tromey@redhat.com>
10088
10089 * gdb_obstack.h (obconcat): Move declaration here, from...
10090 * symfile.h (obconcat): ... here.
10091 * gdb_obstack.c: New file.
10092 (obconcat): Move from...
10093 * symfile.c (obconcat): ... here.
10094 * Makefile.in (SFILES): Add gdb_obstack.c.
10095 (COMMON_OBS): Add gdb_obstack.o.
10096
10f0c4bb
TT
100972013-01-21 Tom Tromey <tromey@redhat.com>
10098
10099 * symfile.h (obsavestring): Don't declare.
10100 * symfile.c (obsavestring): Remove.
10101 * ada-exp.y: Use obstack_copy0, not obsavestring.
10102 * ada-lang.c: Use obstack_copy0, not obsavestring.
10103 * coffread.c: Use obstack_copy0, not obsavestring.
10104 * cp-namespace.c: Use obstack_copy0, not obsavestring.
10105 * dbxread.c: Use obstack_copy0, not obsavestring.
10106 * dwarf2read.c: Use obstack_copy0, not obsavestring.
10107 * jit.c: Use obstack_copy0, not obsavestring.
10108 * mdebugread.c: Use obstack_copy0, not obsavestring.
10109 * psymtab.c: Use obstack_copy0, not obsavestring.
10110 * stabsread.c: Use obstack_copy0, not obsavestring.
10111 * xcoffread.c: Use obstack_copy0, not obsavestring.
10112
86f62fd7
TT
101132013-01-21 Tom Tromey <tromey@redhat.com>
10114
10115 * dwarf2read.c (fixup_go_packaging): Save package name
10116 on objfile obstack.
10117 * gdbtypes.c (init_type): Don't copy name.
10118
15d034d0
TT
101192013-01-21 Tom Tromey <tromey@redhat.com>
10120
10121 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
10122 const.
10123 (struct attribute) <u.str>: Now const.
10124 (struct fnfieldlist) <name>: Now const.
10125 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
10126 (partial_die_parent_scope): Make return type const.
10127 (partial_die_full_name, add_partial_symbol): Update.
10128 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
10129 'name' const.
10130 (find_file_and_directory): Make 'name' and 'comp_dir' const.
10131 (read_file_scope, read_func_scope, dwarf2_add_field)
10132 (dwarf2_add_member_fn, read_structure_type)
10133 (process_enumeration_scope, read_array_type, read_module_type)
10134 (read_base_type, read_subrange_type): Update.
10135 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
10136 (new_symbol_full, guess_full_die_structure_name): Update.
10137 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
10138 (dwarf2_name): Return const type.
10139 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
10140 const.
10141
748e18ae
TT
101422013-01-21 Tom Tromey <tromey@redhat.com>
10143
10144 * gdbtypes.c (init_type): Make 'name' const.
10145 * gdbtypes.h (init_type): Update.
10146
46212e0b
TT
101472013-01-21 Tom Tromey <tromey@redhat.com>
10148
10149 * buildsym.c (patch_subfile_names): Use set_last_source_file.
10150 (start_symtab): Make 'name' and 'dirname' const. Use
10151 set_last_source_file.
10152 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
10153 (last_source_file): Define. Now static.
10154 (set_last_source_file, get_last_source_file): New functions.
10155 * buildsym.h (last_source_file): Don't declare.
10156 (start_symtab): Update.
10157 (set_last_source_file, get_last_source_file): Declare.
10158 * coffread.c (complete_symtab): Use set_last_source_file.
10159 (coff_end_symtab): Likewise.
10160 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
10161 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
10162 set_last_source_file.
10163 (process_one_symbol): Use get_last_source_file.
10164 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
10165 (psymtab_to_symtab_1): Use get_last_source_file.
10166 * xcoffread.c (process_linenos): Use get_last_source_file.
10167 (complete_symtab): Use set_last_source_file.
10168 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
10169 (scan_xcoff_symtab): Use set_last_source_file.
10170
9d2ceabe
TT
101712013-01-21 Tom Tromey <tromey@redhat.com>
10172
10173 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
10174 (symbol_set_names): Remove casts. Handle field const-ness.
10175
cfc594ee
TT
101762013-01-21 Tom Tromey <tromey@redhat.com>
10177
10178 * dwarf2read.c (new_symbol_full): Remove cast.
10179 * symtab.c (symbol_set_demangled_name): Make 'name' const.
10180 * symtab.h (symbol_set_demangled_name): Update.
10181
5484b13a
TT
101822013-01-21 Tom Tromey <tromey@redhat.com>
10183
10184 * main.c (captured_main): Call bfd_init.
10185
1605ef26
TT
101862013-01-21 Tom Tromey <tromey@redhat.com>
10187
10188 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
10189 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
10190 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
10191 * NEWS: Update.
10192
3b74cdc3
JK
101932013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10194
10195 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
10196
5a352474
JK
101972013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10198
10199 Fix gdb.fortran/common-block.exp crash in PIE mode.
10200 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
10201 LOC_COMMON_BLOCK.
10202 * f-valprint.c (info_common_command_for_block): Expect
10203 LOC_COMMON_BLOCK in gdb_assert.
10204 * symtab.h (struct general_symbol_info): Update comment for the
10205 common_block member.
10206 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
10207 (enum address_class): New member LOC_COMMON_BLOCK.
10208
c60797fd
DB
102092013-01-18 David Blaikie <dblaikie@gmail.com>
10210
10211 * MAINTAINERS (Write After Approval): Add "David Blaikie".
0cae7dfb 10212
46f35228
TT
102132013-01-18 Tom Tromey <tromey@redhat.com>
10214
10215 PR c++/14999:
10216 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
10217 Call require_rvalue.
10218
257e7a09
YQ
102192013-01-18 Yao Qi <yao@codesourcery.com>
10220
10221 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
10222 (dbx_read_symtab): New declaration.
10223 (dbx_psymtab_to_symtab): Delete.
10224 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
10225 Rename parameter PST to SELF. Exchanged two parameters.
10226 (start_psymtab): Caller update.
10227 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
10228 (dwarf2_read_symtab): New declaration.
10229 (dwarf2_psymtab_to_symtab): Delete.
10230 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
10231 Rename parameter PST to SELF. Exchanged two parameters.
10232 (create_partial_symtab): Caller update.
10233 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
10234 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
10235 Rename parameter PST to SELF. Exchanged two parameters.
10236 (parse_partial_symbols, new_psymtab): Caller update.
10237 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
10238 two parameters.
10239 * psymtab.c (psymtab_to_symtab): Caller update.
10240 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
10241 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
10242 Rename parameter PST to SELF. Exchanged two parameters.
10243 (xcoff_start_psymtab): Caller update.
10244
0de5618e
YQ
102452013-01-18 Yao Qi <yao@codesourcery.com>
10246
10247 * infrun.c (proceed): Rename local variable 'oneproc' to
10248 'force_step'.
10249
5c04624b
DE
102502013-01-17 Doug Evans <dje@google.com>
10251
848e3e78
DE
10252 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
10253 (dw2_build_type_unit_groups): Delete. All uses updated.
10254
5c04624b
DE
10255 * symtab.h (struct symbol_search): Add comment.
10256
d84fca2c
JK
102572013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10258
10259 * symtab.c (compare_filenames_for_search): New comment for
10260 HAS_DRIVE_SPEC.
10261
6108433d
TT
102622013-01-17 Tom Tromey <tromey@redhat.com>
10263
10264 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
10265
c89ffd86
JK
102662013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10267
10268 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
10269 initialize it by existing make_cleanup. Call new do_cleanups.
10270
db2b2972
TT
102712013-01-17 Tom Tromey <tromey@redhat.com>
10272
10273 * cp-abi.c (cp_abi_completer): New function.
10274 (_initialize_cp_abi): Set completer for "set cp-abi".
10275
be7d37a2
TT
102762013-01-17 Tom Tromey <tromey@redhat.com>
10277
10278 * mem-break.c: Remove obsolete comment.
10279 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
10280
c9fb1240
SD
102812012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10282
10283 * jit.c (jit_reader_load_command): Interpret the jit reader name
10284 as an absolute path if it begins with a forward slash.
10285
db334a01
SD
102862012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10287
10288 PR gdb/14550
10289
10290 * jit.c (finalize_symtab): Ensure that only the global block has a
10291 NULL superblock.
10292
7d928dac
PA
102932013-01-17 Pedro Alves <palves@redhat.com>
10294
10295 * acinclude.m4: Include ../config/plugins.m4,
10296 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
10297 * Makefile.in (aclocal_m4_deps): Update.
10298 * aclocal.m4: Renegerate.
10299
fb8cf7c5
DE
103002013-01-16 Doug Evans <dje@google.com>
10301
10302 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
10303
ab04a2af
TT
103042013-01-16 Pedro Alves <palves@redhat.com>
10305 Tom Tromey <tromey@redhat.com>
10306
10307 PR cli/7221:
10308 * NEWS: Add "catch signal".
10309 * breakpoint.c (base_breakpoint_ops): No longer static.
10310 (bpstat_explains_signal): New function.
10311 (init_catchpoint): No longer static.
10312 (base_breakpoint_explains_signal): New function.
10313 (base_breakpoint_ops): Initialize new field.
10314 * breakpoint.h (enum bpstat_signal_value): New.
10315 (struct breakpoint_ops) <explains_signal>: New field.
10316 (bpstat_explains_signal): Remove macro, declare as function.
10317 (base_breakpoint_ops, init_catchpoint): Declare.
10318 * break-catch-sig.c: New file.
10319 * inferior.h (signal_catch_update): Declare.
10320 * infrun.c (signal_catch): New global.
10321 (handle_syscall_event): Update for change to
10322 bpstat_explains_signal.
10323 (handle_inferior_event): Likewise. Always handle random signals
10324 via bpstats.
10325 (signal_cache_update): Check signal_catch.
10326 (signal_catch_update): New function.
10327 (_initialize_infrun): Initialize signal_catch.
10328 * Makefile.in (SFILES): Add break-catch-sig.c.
10329 (COMMON_OBS): Add break-catch-sig.o.
10330
8ac3646f
TT
103312013-01-16 Tom Tromey <tromey@redhat.com>
10332
10333 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
10334 (print_one_catch_solib, print_one_catch_syscall)
10335 (print_one_catch_exec, print_one_exception_catchpoint): Emit
10336 "catch-type".
10337
5a18e302
YQ
103382013-01-16 Yao Qi <yao@codesourcery.com>
10339
10340 * printcmd.c (current_display_number): Make it static.
10341
3f01d0d0
YQ
103422013-01-16 Yao Qi <yao@codesourcery.com>
10343
10344 * infcmd.c (step_once): Don't check '!single_inst' as it was
10345 checked before.
10346
1ed59174
JK
103472013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10348
10349 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
10350
44478ab3
TT
103512013-01-14 Tom Tromey <tromey@redhat.com>
10352
10353 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
10354 set command.
10355 * command.h (add_setshow_string_noescape_cmd): Update.
10356 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
10357 (complete_set_gnutarget): New function.
10358 (_initialize_core): Set the "set gnutarget" completer.
10359
06d66ee9
TT
103602013-01-14 Tom Tromey <tromey@redhat.com>
10361
10362 PR symtab/14442:
10363 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
10364 (c_type_print_modifier): Likewise.
10365 * dwarf2read.c (read_tag_restrict_type): New function.
10366 (read_type_die_1): Handle DW_TAG_restrict_type.
10367 * gdbtypes.c (make_restrict_type): New function.
10368 (recursive_dump_type): Handle TYPE_RESTRICT.
10369 * gdbtypes.h (enum type_flag_values): Renumber.
10370 (enum type_instance_flag_value): Add
10371 TYPE_INSTANCE_FLAG_RESTRICT.
10372 (TYPE_RESTRICT): New macro.
10373 (make_restrict_type): Declare.
10374
c9bf0622
TT
103752013-01-14 Tom Tromey <tromey@redhat.com>
10376
10377 PR symtab/14931:
10378 * psymtab.c (struct psymtab_state): New.
10379 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
10380 functions.
10381 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
10382 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
10383
44d594fd
PA
103842013-01-14 Richard Sharman <richard_sharman@mitel.com>
10385 Pedro Alves <palves@redhat.com>
10386
10387 PR remote/14786
10388
10389 * remote.c (remote_threads_info): Make a copy of the reply from
10390 qfThreadInfo and use that instead of rs->buf.
10391
442e4d9c
YQ
103922013-01-14 Yao Qi <yao@codesourcery.com>
10393
10394 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
10395 (dbx_psymtab_to_symtab): Likewise.
10396 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
10397 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
10398 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
10399
5b12a61c
JK
104002013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10401
10402 * parse.c (parse_exp_in_context): New variable inner_chain. Call
10403 make_cleanup_restore_current_language. Call set_language. Move
10404 OLD_CHAIN and INNER_CHAIN cleanups.
10405 * utils.c (do_restore_current_language)
10406 (make_cleanup_restore_current_language): New functions.
10407 * utils.h (make_cleanup_restore_current_language): New declaration.
10408
f0a4b570
JK
104092013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10410
10411 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
10412 non-existing files.
10413
57b3c00c
JK
10414 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
10415 non-existing files if FILENAME is already absolute.
10416
daefa854
JK
104172013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10418
10419 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
10420 fputs_filtered. Append trailing newline.
10421
ca9c6ee2
YQ
104222013-01-11 Yao Qi <yao@codesourcery.com>
10423 Stan Shebs <stan@codesourcery.com>
10424
10425 * psymtab.c (init_psymbol_list): Clarify the comment.
10426
f28045c2
YQ
104272013-01-11 Yao Qi <yao@codesourcery.com>
10428
10429 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
10430 (update_dprintf_command_list): Assert that 'printf_line' is
10431 non-null. Remove condition check.
10432
da5132d3
JK
104332013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10434
10435 Code cleanup.
10436 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
10437 type const char *.
10438 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
10439 const char *.
10440 * tui/tui-source.h (tui_source_is_displayed): Likewise.
10441
843e694d
AG
104422013-01-09 Anthony Green <green@moxielogic.com>
10443
10444 * cp-abi.c (cplus_print_vtable): Don't return value from void
10445 function.
10446 * ada-lang.c (re_set_catch_assert): Ditto.
10447
da51c347
DE
104482013-01-09 Doug Evans <dje@google.com>
10449
10450 * symfile.h (quick_symbol_functions): Delete member
10451 pre_expand_symtabs_matching. All uses removed.
10452 * dwarf2read.c (dw2_lookup_symbol): Implement.
10453 (dw2_do_expand_symtabs_matching): Delete.
10454 (dw2_pre_expand_symtabs_matching): Delete.
10455 (struct dw2_symtab_iterator): New type.
10456 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
10457 (dw2_expand_symtabs_for_function): Rewrite.
10458 (dwarf2_gdb_index_functions): Update.
10459 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
10460 (psym_functions): Update.
10461
b2259038
TT
104622013-01-09 Tom Tromey <tromey@redhat.com>
10463
10464 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
10465 * configure: Rebuild.
10466 * configure.ac: Add somread.o to the build if BFD has SOM
10467 support.
10468 * somread.c: Include som/aout.h, not syms.h.
10469 (som_symtab_read): Use som_external_symbol_dictionary_record.
10470 Unpack records manually.
10471 (_initialize_somread): Declare.
10472
bdad4180
MF
104732012-01-08 Mike Frysinger <vapier@gentoo.org>
10474
10475 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
10476 Cast return_address to 64bits.
10477
03cdf680
HZ
104782013-01-08 Hui Zhu <hui_zhu@mentor.com>
10479
10480 * printcmd.c: Remove define of function output_command.
10481 * tracepoint.c: Remove extern of function output_command.
10482 * valprint.h: (output_command): New extern.
10483
8a808554
TT
104842013-01-07 Tom Tromey <tromey@redhat.com>
10485
10486 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
10487 Remove.
10488 (objc_language_defn): Use c_printchar, c_printstr,
10489 c_emit_char.
10490
e93a8774
TT
104912013-01-07 Tom Tromey <tromey@redhat.com>
10492
10493 PR cli/7719:
10494 * NEWS: Update.
10495 * ada-valprint.c (printstr, print_field_values): Remove
10496 "inspect_it" code.
10497 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
10498 code.
10499 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
10500 code.
10501 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
10502 * main.c (captured_main): Remove "epoch" argument.
10503 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
10504 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
10505 * p-valprint.c (pascal_object_print_value_fields): Remove
10506 "inspect_it" code.
10507 * printcmd.c (print_command_1): Remove 'inspect' argument.
10508 (print_command, call_command): Update.
10509 (inspect_command): Remove.
10510 (_initialize_printcmd): Make "inspect" an alias for "print".
10511 * top.c (epoch_interface): Remove.
10512 * top.h (epoch_interface): Remove.
10513 * valprint.c (user_print_options): Update.
10514 (print_converted_chars_to_obstack): Remove "inspect_it" code.
10515 * valprint.h (struct value_print_options) <inspect_it>: Remove
10516 field.
10517
105182013-01-04 Tom Tromey <tromey@redhat.com>
10519
10520 * valprint.h (read_string): Add 'extern'.
10521
b967eb24
JB
105222013-01-07 Joel Brobecker <brobecker@adacore.com>
10523
10524 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
10525 used to decide whether to define darwin_read_dyld_info or not.
10526
78a8b30e
PM
105272013-01-03 Pierre Muller <muller@sourceware.org>
10528
10529 * main.c (relocate_gdb_directory): Avoid calling stat function
10530 if DIR is empty.
10531
50da2f25
YQ
105322013-01-03 Yao Qi <yao@codesourcery.com>
10533
10534 * psymtab.c (fixup_psymbol_section): Update declaration.
10535 (fixup_psymbol_section): Remove code returning value.
10536
e7e8980f
YQ
105372013-01-03 Yao Qi <yao@codesourcery.com>
10538
10539 * symtab.h: Remove some out of date comments.
10540 (enum exception_event_kind): Move it ...
10541 * breakpoint.c: ... here.
10542
569283d4
MF
105432013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
10544
9f9d9a96 10545 PR gdb/14405
569283d4
MF
10546 * darwin-nat.c (darwin_read_dyld_info): Only build if
10547 TASK_DYLD_INFO_COUNT is defined.
10548 (darwin_xfer_partial): Call darwin_read_dyld_info only if
10549 TASK_DYLD_INFO_COUNT is defined.
10550
2e36fbea
TT
105512013-01-02 Tom Tromey <tromey@redhat.com>
10552
10553 * symfile.h (struct ecoff_debug_hack): Remove.
10554 * objfiles.c: Don't include mdebugread.h.
10555
4f05add4
TT
105562013-01-02 Tom Tromey <tromey@redhat.com>
10557
10558 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
10559 * configure.ac: Check for Mach-O support in BFD. Update
10560 CONFIG_OBS.
10561 * configure: Rebuild.
10562
def63ff0
TT
105632013-01-02 Tom Tromey <tromey@redhat.com>
10564
10565 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
10566 * configure.ac: Use GDB_AC_CHECK_BFD.
10567 * configure: Rebuild.
10568
60c5dd93
MK
105692013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
10570
10571 * MAINTAINERS: Update my email.
10572
6e58437e
JB
105732013-01-01 Joel Brobecker <brobecker@adacore.com>
10574
10575 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
10576
627fe805
JB
105772013-01-01 Joel Brobecker <brobecker@adacore.com>
10578
10579 * rs6000-nat.c (bss_data_overlap): New function.
10580 (vmap_symtab): Use it to adjust the .bss section's offset.
10581
28e7fd62
JB
105822013-01-01 Joel Brobecker <brobecker@adacore.com>
10583
10584 Update year range in copyright notice of all files.
10585
e93a8774 105862013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
b9786c74
JB
10587
10588 * top.c (print_gdb_version): Update copyright year.
10589
72b20e9c 10590For older changes see ChangeLog-2012.
c906108c
SS
10591\f
10592Local Variables:
10593mode: change-log
10594left-margin: 8
10595fill-column: 74
10596version-control: never
57da7796 10597coding: utf-8
c906108c 10598End:
This page took 2.084431 seconds and 4 git commands to generate.