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