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