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