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