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