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