47a8ac2c188992e77643a1732ae68b0b4652d39d
[external/binutils.git] / gdb / ChangeLog
1 2013-04-19  Pedro Alves  <palves@redhat.com>
2
3         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
4
5 2013-04-19  Pedro Alves  <palves@redhat.com>
6
7         * record-full.c (record_full_get_bookmark): Change local 'ret'
8         type to char * and add cast to gdb_byte *.
9         (record_full_goto_bookmark): Handle 'bookmark' argument as a
10         string.
11         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
12
13 2013-04-19  Pedro Alves  <palves@redhat.com>
14
15         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
16         * python/py-prettyprint.c (print_string_repr): Change type of
17         'output' local to char *.  Add cast to gdb_byte * in
18         LA_PRINT_STRING call.
19         (print_children): Change type of 'output' local to char *.
20         * python/py-value.c (valpy_string): Add cast to const char * in
21         PyUnicode_Decode call.
22
23 2013-04-19  Pedro Alves  <palves@redhat.com>
24
25         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
26         and change its type to 'const char *'.  Adjust.
27         (mips_send_packet): Add cast to 'char *', and remove cast to
28         'unsigned char *'.
29         (mips_receive_packet): Remove cast to 'unsigned char *'.
30         (mips_load_srec): Use bfd_byte.
31         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
32         (pmon_checkset): Make 'value' parameter unsigned.
33
34 2013-04-19  Pedro Alves  <palves@redhat.com>
35
36         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
37
38 2013-04-19  Pedro Alves  <palves@redhat.com>
39
40         * remote.c (remote_write_bytes_aux, compare_sections_command)
41         (remote_read_qxfer)
42         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
43         (remote_hostio_readlink, remote_bfd_iovec_pread)
44         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
45         binary buffer, and char when buffer is used as string.
46         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
47         (trace_save, tfile_open, traceframe_walk_blocks)
48         (tfile_fetch_registers): Likewise.
49
50 2013-04-19  Pedro Alves  <palves@redhat.com>
51
52         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
53         buffer and size_t size.  Adjust.
54         * ser-base.h (ser_base_write): Adjust.
55         * ser-go32.c (cnts): Change type to size_t.
56         (dos_write): Change prototype -- take 'void *'
57         buffer and size_t size.  Adjust.
58         (dos_info): Print elements of 'cnts' as unsigned long.
59         * serial.c (serial_write): Likewise.
60         * serial.h (serial_write): Adjust.
61         (struct serial_ops) <write>: Change prototype -- take 'void *'
62         buffer and size_t size.  Adjust.
63
64 2013-04-19  Pedro Alves  <palves@redhat.com>
65
66         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
67         gdb_byte *.
68         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
69
70 2013-04-19  Pedro Alves  <palves@redhat.com>
71
72         * alpha-tdep.c (alpha_extract_return_value): Use
73         regcache_cooked_read_unsigned to read 'v0'.
74
75 2013-04-19  Pedro Alves  <palves@redhat.com>
76
77         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
78         parameters 'at', 'as' and 'offset' to uint32_t.
79
80 2013-04-19  Pedro Alves  <palves@redhat.com>
81
82         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
83         'is64' to signed 'int'.
84
85 2013-04-19  Pedro Alves  <palves@redhat.com>
86
87         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
88         parameter to int *.
89
90 2013-04-19  Pedro Alves  <palves@redhat.com>
91
92         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
93         'insnbuf' buffer type to unsigned int[].
94
95 2013-04-19  Pedro Alves  <palves@redhat.com>
96
97         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
98
99 2013-04-19  Pedro Alves  <palves@redhat.com>
100
101         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
102         unsigned long *.
103
104 2013-04-19  Pedro Alves  <palves@redhat.com>
105
106         * alpha-tdep.c (heuristic_fence_post): Change type to int.
107         (alpha_heuristic_proc_start): Adjust to check -1 instead of
108         UINT_MAX.
109         * mips-tdep.c (heuristic_fence_post): Change type to int.
110         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
111
112 2013-04-19  Pedro Alves  <palves@redhat.com>
113
114         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
115         (struct gdbarch_tdep) <cris_version>: Make unsigned.
116         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
117
118 2013-04-19  Pedro Alves  <palves@redhat.com>
119
120         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
121         it to get a string view of the byte buffer.
122         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
123         type to gdb_byte *.  Adjust.
124         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
125         Change local to char *.
126         * solib-darwin.c (find_program_interpreter): Change return type to
127         char *.  Adjust.
128         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
129         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
130         * solib-frv.c (enable_break2): Change local 'buf' to char *.
131         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
132         * solib-svr4.c (find_program_interpreter): Change return type to
133         char *.  Adjust.
134         (enable_break): Change local 'interp_name' to char *.
135         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
136         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
137         (spu_pseudo_register_write_spu): Use char for string buffer.
138         Adjust.
139         (info_spu_event_command, info_spu_signal_command): Add casts to
140         'char *'.
141
142 2013-04-19  Pedro Alves  <palves@redhat.com>
143
144         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
145         gdb_byte[].
146         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
147         * ada-lang.c (ada_value_assign): Use gdb_byte.
148         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
149         (alphanbsd_sigtramp_offset): Use gdb_byte.
150         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
151         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
152         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
153         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
154         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
155         * arm-tdep.c (arm_stub_unwind_sniffer)
156         (arm_displaced_init_closure): Use gdb_byte.
157         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
158         (arm_default_thumb_le_breakpoint)
159         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
160         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
161         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
162         * arm-wince-tdep.c (arm_wince_le_breakpoint)
163         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
164         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
165         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
166         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
167         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
168         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
169         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
170         (cris_store_return_value, cris_extract_return_value): Use
171         gdb_byte.
172         (constraint): Change type of parameter to char * from signed
173         char*.  Use gdb_byte.
174         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
175         of local buffer to gdb_byte *.
176         * dwarf2read.c (read_index_from_section): Use gdb_byte.
177         (create_dwp_hash_table): Change type of locals to gdb_byte *.
178         (add_address_entry): Change type of local buffer to gdb_byte[].
179         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
180         (frv_push_dummy_call): Use gdb_byte.
181         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
182         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
183         (hppa_hpux_supply_save_state): Use gdb_byte.
184         * hppa-tdep.c (hppa32_push_dummy_call)
185         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
186         * ia64-tdep.c (extract_bit_field, replace_bit_field)
187         (slotN_contents, replace_slotN_contents): Change type of parameter
188         to gdb_byte *.
189         (fetch_instruction, ia64_pseudo_register_write)
190         (ia64_register_to_value, ia64_value_to_register)
191         (ia64_extract_return_value, ia64_store_return_value)
192         (ia64_push_dummy_call): Use gdb_byte.
193         * m32c-tdep.c (m32c_return_value): Remove cast.
194         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
195         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
196         gdb_byte.
197         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
198         * mn10300-tdep.c (mn10300_store_return_value)
199         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
200         gdb_byte.
201         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
202         (moxie_process_record): Remove casts.
203         * ppc-ravenscar-thread.c (supply_register_at_address)
204         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
205         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
206         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
207         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
208         * remote.c (compare_sections_command): Use gdb_byte.
209         * score-tdep.c (score7_free_memblock): Change type of parameter to
210         gdb_byte *.
211         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
212         gdb_byte *.  Use gdb_byte.
213         (sh_push_dummy_call_fpu): Use gdb_byte.
214         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
215         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
216         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
217         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
218         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
219         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
220         (sh64_store_return_value, sh64_register_convert_to_virtual):
221         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
222         (sh64_pseudo_register_write): Use gdb_byte.
223         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
224         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
225         buffer.
226         (irix_current_sos): Use gdb_byte.
227         * solib-som.c (som_current_sos): Use gdb_byte.
228         * sparc-ravenscar-thread.c (supply_register_at_address)
229         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
230         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
231         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
232         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
233         'gdb_byte *'.
234         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
235         'gdb_byte *'.
236         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
237         * xstormy16-tdep.c (xstormy16_extract_return_value)
238         (xstormy16_store_return_value): Change parameter type to
239         'gdb_byte *'.  Adjust.
240         (xstormy16_push_dummy_call): Use gdb_byte.
241         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
242         (call0_analyze_prologue, execute_code): Use gdb_byte.
243
244 2013-04-19  Vladimir Kargov <kargov@gmail.com>
245             Pedro Alves  <palves@redhat.com>
246
247         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
248         value contents.
249
250 2013-04-17  Doug Evans  <dje@google.com>
251
252         * dwarf2read.c (struct signatured_type): New member type.
253         (struct attribute): Replace member signatured_type with signature.
254         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
255         (read_call_site_scope): Call follow_die_ref instead of
256         follow_die_ref_or_sig.
257         (read_structure_type): Rewrite handling of signatured types.
258         (read_enumeration_type): Ditto.
259         (read_attribute_value): Update.
260         (build_error_marker_type): New function.
261         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
262         Don't call error for bad types, just build an error marker type.
263         (dump_die_shallow): Update.
264         (follow_die_sig_1): Renamed from follow_die_sig.
265         Don't call error for bad types, instead return NULL.
266         (follow_die_sig): New function.
267         (get_signatured_type, get_DW_AT_signature_type): New functions.
268
269 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
270
271         * aarch64-tdep.c (aarch64_write_pc): Removed.
272         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
273         function.
274
275 2013-04-17  Yao Qi  <yao@codesourcery.com>
276
277         * top.c (print_gdb_configuration): Print configure-time
278         parameter on using libbabeltrace or not.
279
280 2013-04-16  Pedro Alves  <palves@redhat.com>
281
282         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
283
284 2013-04-16  Pedro Alves  <palves@redhat.com>
285
286         * common/glibc_thread_db.h: Update from upstream glibc
287         (git 568035b7874a099087b77f7bba3e36a1173787b0).
288
289 2013-04-16  Pedro Alves  <palves@redhat.com>
290
291         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
292         * common/glibc_thread_db.h: ... this new file ...
293         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
294
295 2013-04-16  Will Newton  <will.newton@gmail.com>
296             Pedro Alves  <palves@redhat.com>
297
298         PR build/11881
299
300         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
301         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
302         HAVE_THREAD_DB_H.
303
304 2013-04-16  Pedro Alves  <palves@redhat.com>
305             Eli Zaretskii  <eliz@gnu.org>
306
307         * NEWS: Mention "set foo unlimited".
308
309 2013-04-15  Doug Evans  <dje@google.com>
310
311         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
312         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
313         (create_dwo_cu_reader): Renamed from
314         create_dwo_debug_info_hash_table_reader.
315         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
316         Remove support for multiple CUs in a DWO file.
317         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
318
319         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
320         instead of phex.
321         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
322         (create_dwo_in_dwp): Ditto.
323
324 2013-04-15  Tom Tromey  <tromey@redhat.com>
325
326         * NEWS: Move recent entries into "since 7.6" section.
327
328 2013-04-15  Tom Tromey  <tromey@redhat.com>
329
330         PR c++/13588:
331         * NEWS: Update.
332         * break-catch-throw.c (struct exception_catchpoint)
333         <exception_rx, pattern>: New fields.
334         (fetch_probe_arguments, dtor_exception_catchpoint)
335         (check_status_exception_catchpoint)
336         (print_one_detail_exception_catchpoint): New functions.
337         (handle_gnu_v3_exceptions): Add "except_rx" argument.
338         Compile regular expression if needed.
339         (extract_exception_regexp): New function.
340         (catch_exception_command_1): Use extract_exception_regexp.
341         (compute_exception): Use fetch_probe_arguments.
342         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
343         and check_status fields.
344         * cp-abi.c (cplus_typename_from_type_info): New function.
345         * cp-abi.h (cplus_typename_from_type_info): Declare.
346         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
347         * gdb_regex.h (compile_rx_or_error): Declare.
348         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
349         comment.
350         (init_gnuv3_ops): Set get_type_from_type_info field.
351         * probe.c (compile_rx_or_error): Move...
352         * utils.c (compile_rx_or_error): ... here.
353
354 2013-04-15  Tom Tromey  <tromey@redhat.com>
355
356         PR c++/15176:
357         * NEWS: Update.
358         * break-catch-throw.c (compute_exception): New function.
359         (exception_funcs): New global.
360         (_initialize_break_catch_throw): Create $_exception.
361         * cp-abi.c (cplus_type_from_type_info): New function.
362         * cp-abi.h (cplus_type_from_type_info): Declare.
363         (struct cp_abi_ops) <get_type_from_type_info>: New field.
364         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
365         (gnuv3_get_type_from_type_info): New functions.
366         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
367
368 2013-04-15  Tom Tromey  <tromey@redhat.com>
369
370         * break-catch-throw.c (struct exception_names): New.
371         (exception_functions): Change type.
372         (re_set_exception_catchpoint): Look for SDT probes.
373
374 2013-04-15  Tom Tromey  <tromey@redhat.com>
375
376         PR c++/10119:
377         * break-catch-throw.c (exception_functions): New global.
378         (gnu_v3_exception_catchpoint_ops): Move earlier.
379         (struct exception_catchpoint): New.
380         (classify_exception_breakpoint): Rewrite.
381         (re_set_exception_catchpoint): New function.
382         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
383         Allocate a struct exception_catchpoint.
384         (catch_exception_command_1): Update.
385         (initialize_throw_catchpoint_ops): Set 're_set' method.
386
387 2013-04-15  Tom Tromey  <tromey@redhat.com>
388
389         * Makefile.in (SFILES): Add break-catch-throw.c
390         (COMMON_OBS): Add break-catch-throw.o.
391         * break-catch-throw.c: New file.
392         * breakpoint.c: Move exception-catching code to new file.
393         (ep_parse_optional_if_clause): No longer static.
394         * breakpoint.h (ep_parse_optional_if_clause): Declare.
395
396 2013-04-15  Tom Tromey  <tromey@redhat.com>
397
398         PR c++/9065:
399         * NEWS: Update.
400         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
401         * c-exp.y (TYPEID): New token.
402         (exp): Add new TYPEID productions.
403         (ident_tokens): Add "typeid".
404         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
405         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
406         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
407         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
408         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
409         case.
410         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
411         (build_std_type_info_type, gnuv3_get_typeid_type)
412         (gnuv3_get_typeid): New functions.
413         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
414         new fields on ABI object.
415         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
416         * std-operator.def (OP_TYPEID): New.
417
418 2013-04-15  Tom Tromey  <tromey@redhat.com>
419
420         * elfread.c (elf_symtab_read): Install versioned symbol under
421         unversioned name as well.
422
423 2013-04-15  Tom Tromey  <tromey@redhat.com>
424
425         PR c++/11990:
426         * c-lang.c (cplus_language_defn): Use gdb_demangle.
427         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
428         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
429         (gdb_demangle): New function.
430         * cp-support.h (gdb_demangle): Declare.
431         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
432         (dwarf2_name): Use gdb_demangle.
433         * gdbtypes.c (check_stub_method): Use gdb_demangle.
434         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
435         suffixes from name.
436         (gnuv3_print_method_ptr): Use gdb_demangle.
437         * jv-lang.c (java_demangle): Use gdb_demangle.
438         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
439         * language.c (unk_lang_demangle): Use gdb_demangle.
440         * symtab.c (symbol_find_demangled_name)
441         (demangle_for_lookup): Use gdb_demangle.
442
443 2013-04-15  Tom Tromey  <tromey@redhat.com>
444
445         PR c++/12824:
446         * NEWS: Update.
447         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
448         New constant.
449         (classify_exception_breakpoint): New function.
450         (print_it_exception_catchpoint, print_one_exception_catchpoint)
451         (print_mention_exception_catchpoint)
452         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
453         (catch_exception_command_1): Handle "rethrow" catchpoint.
454         (catch_rethrow_command): New function.
455         (_initialize_breakpoint): Add "catch rethrow" command.
456
457 2013-04-15  Pierre Muller  <muller@sourceware.org>
458
459         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
460         set_gdbarch_write_pc as deprecated anymore.
461
462 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
463
464         * spu-tdep.c (spu_write_pc): Add empty line after local variable
465         declarations.
466
467 2013-04-13  Yao Qi  <yao@codesourcery.com>
468
469         * ctf.c (_initialize_ctf): Include "completer.h".
470         Call add_target_with_completer instead of add_target.
471
472 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
473
474         Fix GDB regression related to PR binutils/14813.
475         * jit.c (mem_bfd_iovec_close): Return 0 for success.
476         * minidebug.c (lzma_close): Add return value comment.
477         * remote.c (remote_bfd_iovec_close): Return 0 for success.
478         * solib-spu.c (spu_bfd_iovec_close): Likewise.
479         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
480
481 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
482
483         * config.in: Regenerate.
484
485 2013-04-12  Tom Tromey  <tromey@redhat.com>
486
487         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
488         const.
489         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
490         (struct die_reader_specs) <buffer>: Likewise.
491         (die_reader_func_ftype): Make 'info_ptr' const.
492         (struct line_header) <include_dirs, statement_program_start,
493         statement_program_end>: Now const.
494         (struct file_entry) <name>: Likewise.
495         (struct partial_die_info) <sibling>: Likewise.
496         (struct dwarf_block) <data>: Likewise.
497         (dwarf2_read_section): Remove cast.
498         (dwarf2_get_section_info): Make 'bufp' const.
499         (read_index_from_section): Constify.
500         (dw2_get_file_names_reader): Make 'info_ptr' const.
501         (dw2_get_primary_filename_reader): Likewise.
502         (read_comp_unit_head): Make 'info_ptr' and return type const.
503         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
504         Likewise.
505         (read_abbrev_offset): Constify.
506         (dwarf2_create_include_psymtab): Make 'name' const.
507         (create_debug_types_hash_table): Update.
508         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
509         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
510         Constify.
511         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
512         (load_partial_comp_unit_reader): Make 'info_ptr' const.
513         (read_comp_units_from_section): Constify.
514         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
515         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
516         const.
517         (dwarf2_compute_name, setup_type_unit_groups): Constify.
518         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
519         (create_dwp_hash_table, dwarf2_ranges_read)
520         (dwarf2_record_block_ranges): Constify.
521         (read_die_and_children, read_die_and_siblings_1)
522         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
523         const.
524         (read_full_die_1, read_full_die): Make 'info_ptr' const.
525         (abbrev_table_read_table): Constify.
526         (load_partial_dies): Make 'info_ptr' const.
527         (read_partial_die, read_attribute_value, read_attribute): Make
528         'info_ptr' and return type const.
529         (read_address, read_initial_length)
530         (read_checked_initial_length_and_offset, read_offset)
531         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
532         const.
533         (read_direct_string): Make 'buf' and return type const.
534         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
535         (read_indirect_string): Make return type const.
536         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
537         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
538         'info_ptr' const.
539         (read_str_index): Make return type const.
540         (add_include_dir): Make 'include_dir' const.
541         (add_file_name): Make 'name' const.
542         (dwarf_decode_line_header): Constify.
543         (psymtab_include_file_name): Make return type const.
544         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
545         (dwarf2_start_subfile): Make 'filename' const.
546         (dwarf2_const_value_attr): Make 'bytes' const.
547         (read_signatured_type_reader): Make 'info_ptr' const.
548         (decode_locdesc): Constify.
549         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
550         const.
551         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
552         'mac_end', and return type const.
553         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
554         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
555         type const.
556         (per_cu_header_read_in): Constify.
557         * symfile.h (dwarf2_get_section_info): Update.
558
559 2013-04-12  Tom Tromey  <tromey@redhat.com>
560
561         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
562
563 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
564
565         * NEWS: Mention "show configuration", --configuration.
566         * top.c (print_gdb_configuration): New function, displays the
567         details about GDB configure-time parameters.
568         (print_gdb_version): Mention "show configuration".
569         * cli/cli-cmds.c (show_configuration): New function.
570         (_initialize_cli_cmds): Add the "show configuration" command.
571         * main.c (captured_main) <print_configuration>: New static var.
572         <long_options>: Use it.
573         If --configuration was given, call print_gdb_configuration.
574
575 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
576             Pedro Alves  <palves@redhat.com>
577
578         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
579         (generated_files): Add gcore.
580         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
581         HAVE_NATIVE_GCORE_HOST.
582         (gcore): New.
583         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
584         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
585         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
586         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
587         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
588         Add HAVE_NATIVE_GCORE_HOST.
589         * configure: Regenerate.
590         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
591         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
592         AC_CONFIG_FILES for gcore.
593         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
594         gdb_have_gcore.
595         * gdb_gcore.sh: Rename to ...
596         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
597         and GCORE_TRANSFORM_NAME substitutions.
598
599         Fix parsing tabs in ${gdb_target_obs}.
600         * configure.tgt (gdb_have_gcore): Replace case with for and if.
601
602 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
603
604         * remote.c (unpush_and_perror): Add output message final dot.
605
606 2013-04-11  Yao Qi  <yao@codesourcery.com>
607
608         * tracepoint.c (tfile_interp_line): Fit parameters line and
609         utpp in one line.
610
611 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
612
613         * solib.c (solib_map_sections): Remove code overwriting
614         SO->SO_NAME with the bfd's filename.
615
616 2013-04-10  Pedro Alves  <palves@redhat.com>
617
618         * cli/cli-decode.c (integer_unlimited_completer): New function.
619         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
620         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
621         completer.
622         * cli/cli-setshow.c: Include "cli/cli-utils.h".
623         (is_unlimited_literal): New function.
624         (do_set_command): Handle literal "unlimited" arguments.
625         * frame.c (_initialize_frame) <set backtrace limit>: Document
626         "unlimited".
627         * printcmd.c (_initialize_printcmd) <set print
628         max-symbolic-offset>: Add help text.
629         * record-full.c (_initialize_record_full) <set record full
630         insn-number-max>: Likewise.
631         * record.c (_initialize_record) <set record
632         instruction-history-size, set record function-call-history-size>:
633         Add help text.
634         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
635         help text.
636         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
637         Likewise.
638         * source.c (_initialize_source) <set listsize>: Add help text.
639         * utils.c (initialize_utils) <set height, set width>: Likewise.
640         <set pagination>: Mention "set height unlimited".
641         * valprint.c (_initialize_valprint) <set print elements, set print
642         repeats>: Document "unlimited".
643
644 2013-04-10  Pedro Alves  <palves@redhat.com>
645
646         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
647         instead of disconnect_tracing.
648         * infcmd.c (detach_command, disconnect_command): Call
649         query_if_trace_running.  Adjust.
650         * top.c: Include "tracepoint.h".
651         (quit_target): Delete.  Contents moved ...
652         (quit_force): ... here.  Wrap each stage of teardown in
653         TRY_CATCH.  Call disconnect_tracing before detaching.
654
655 2013-04-10  Hui Zhu  <hui@codesourcery.com>
656             Yao Qi  <yao@codesourcery.com>
657
658         * configure.ac: Check libbabeltrace is installed.
659         * config.in: Regenerate.
660         * configure: Regenerate.
661         * Makefile.in (LIBBABELTRACE): New.
662         (CLIBS): Add LIBBABELTRACE.
663         * ctf.c: Include "exec.h".
664         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
665         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
666         (ctf_save_metadata_header): Define new type aliases in
667         metadata.
668         (ctf_write_header): Define event type "tsv_def" and "tp_def"
669         in metadata.  Start a new faked packet for trace status.
670         (ctf_write_status): Write trace status to CTF.
671         (ctf_write_uploaded_tsv): Write TSV to CTF.
672         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
673         (ctf_write_definition_end): End the faked packet.
674
675         (ctx, ctf_iter, trace_dirname): New.
676         (start_pos): New variable.
677         (ctf_destroy, ctf_open_dir, ctf_open): New.
678         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
679         macros.
680         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
681         (ctf_fetch_registers, ctf_xfer_partial): New.
682         (ctf_get_trace_state_variable_value): New.
683         (ctf_get_tpnum_from_frame_event): New.
684         (ctf_get_traceframe_address): New.
685         (ctf_trace_find, ctf_has_stack): New.
686         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
687         (ctf_get_trace_status, ctf_read_status): New.
688         (_initialize_ctf): New.
689         * tracepoint.c (get_tracepoint_number): New
690         (get_uploaded_tsv): Remove 'static'.
691         (struct traceframe_info, trace_regblock_size): Move it to ...
692         * tracepoint.h: ... here.
693         (get_tracepoint_number): Declare it.
694         (get_uploaded_tsv): Declare it.
695
696         * NEWS: Mention new configure option.
697
698 2013-04-10  Pedro Alves  <palves@redhat.com>
699             Hui Zhu  <hui@codesourcery.com>
700
701         * breakpoint.c (dprintf_re_set): New.
702         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
703         to dprintf_re_set.
704
705 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
706
707         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
708         Remove solib-svr4.o from the list.
709
710 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
711
712         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
713         Use gdb_assert_not_reached instead of invalid boolean expression.
714
715 2013-04-09  Pedro Alves  <palves@redhat.com>
716
717         * remote.c (unpush_and_perror): New function.
718         (readchar, remote_serial_write): Use it.
719
720 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
721
722         * NEWS: Mention new btrace RSP packets.
723
724 2013-04-08  Tom Tromey  <tromey@redhat.com>
725
726         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
727         long.
728
729 2013-04-08  Tom Tromey  <tromey@redhat.com>
730
731         * maint.c (print_bfd_section_info): Print the section index.
732         * symmisc.c (dump_msymbols): Print the section index.
733
734 2013-04-08  Tom Tromey  <tromey@redhat.com>
735
736         PR symtab/8424:
737         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
738         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
739         * breakpoint.c (resolve_sal_pc): Update.
740         * elfread.c (elf_gnu_ifunc_record_cache): Update.
741         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
742         (minsym_lookup_iterator_cb): Use it.
743         (default_read_var_value): Update.
744         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
745         Update.
746         * infcmd.c (jump_command): Update.
747         * linespec.c (minsym_found): Update.
748         * maint.c (maintenance_translate_address): Update.
749         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
750         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
751         * parse.c (write_exp_msymbol): Update.
752         * printcmd.c (address_info): Update.
753         * psymtab.c (find_pc_sect_psymbol): Update.
754         (fixup_psymbol_section): Check SYMBOL_SECTION, not
755         SYMBOL_OBJ_SECTION.
756         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
757         Don't initialize SYMBOL_OBJ_SECTION.
758         * spu-tdep.c (spu_catch_start): Update.
759         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
760         * symmisc.c (dump_msymbols, print_symbol): Update.
761         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
762         how fallback section is computed.
763         (fixup_symbol_section): Update.
764         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
765         Update.
766         (allocate_symbol, initialize_symbol, allocate_template_symbol):
767         Initialize SYMBOL_SECTION.
768         * symtab.h (struct general_symbol_info) <section>: Update comment.
769         <obj_section>: Remove.
770         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
771         (SYMBOL_OBJFILE): New macro.
772
773 2013-04-08  Tom Tromey  <tromey@redhat.com>
774
775         * coffread.c (record_minimal_symbol): Update.
776         * dbxread.c (record_minimal_symbol): Update.
777         * elfread.c (record_minimal_symbol): Update.
778         * machoread.c (macho_symtab_add_minsym): Update.
779         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
780         Update.
781         * minsyms.c (prim_record_minimal_symbol): Update.
782         (prim_record_minimal_symbol_full): Remove 'bfd_section'
783         argument.
784         (prim_record_minimal_symbol_and_info): Likewise.
785         * minsyms.h (prim_record_minimal_symbol_full)
786         (prim_record_minimal_symbol_and_info): Update.
787         * symtab.c (allocate_symbol, initialize_symbol)
788         (allocate_template_symbol): Initialize SYMBOL_SECTION.
789         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
790         Update.
791
792 2013-04-08  Tom Tromey  <tromey@redhat.com>
793
794         PR symtab/8423:
795         * solib-som.c (som_solib_section_offsets): Use BFD section
796         indices.  Set offsets for all sections.
797         * somread.c (som_symtab_read): Compute BFD section for
798         symbol.  Use prim_record_minimal_symbol_and_info.
799         (som_symfile_read): Fix comment.
800         (struct find_section_offset_arg): New.
801         (find_section_offset, set_section_index): New functions.
802         (som_symfile_offsets): Use set_section_index to compute
803         section indices.
804
805 2013-04-08  Tom Tromey  <tromey@redhat.com>
806
807         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
808         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
809         gdb_bfd_section_index.
810         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
811         New functions.
812         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
813         Declare.
814         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
815         Update.
816         * objfiles.c (add_to_objfile_sections_full): New function.
817         (add_to_objfile_sections): Use it.
818         (build_section_table): Rewrite.
819         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
820         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
821         (struct objfile) <sections>: Update comment.
822         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
823         is NULL.
824         (ALL_OBJSECTIONS): Use it.
825         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
826         * solib-frv.c (frv_relocate_main_executable): Update.
827         * solib-target.c (solib_target_relocate_section_addresses):
828         Use gdb_bfd_section_index.
829         * symfile.c (build_section_addr_info_from_section_table):
830         Use gdb_bfd_section_index.
831         (build_section_addr_info_from_bfd, place_section): Likewise.
832         * symtab.c (fixup_section): Update.
833         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
834
835 2013-04-08  Tom Tromey  <tromey@redhat.com>
836
837         * minsyms.h (struct bound_minimal_symbol): New.
838         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
839         Remove objfile argument.
840         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
841         Return bound_minimal_symbol.
842         * minsyms.c (lookup_minimal_symbol_by_pc_1)
843         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
844         Return bound_minimal_symbol.
845         (in_gnu_ifunc_stub): Update.
846         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
847         Remove 'objfile_p' argument.
848         (lookup_solib_trampoline_symbol_by_pc): Update.
849         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
850         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
851         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
852         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
853         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
854         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
855         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
856         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
857         stack.c, symtab.c, tui/tui-disasm.c: Update.
858
859 2013-04-08  Tom Tromey  <tromey@redhat.com>
860
861         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
862         Use symbol's obstack, not an objfile.
863         * coffread.c (process_coff_symbol): Update.
864         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
865         * jv-lang.c (add_class_symbol): Update.
866         * mdebugread.c (new_symbol): Update.
867         * minsyms.c (prim_record_minimal_symbol_full)
868         (terminate_minimal_symbol_table): Update.
869         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
870         * stabsread.c (define_symbol, read_enum_type): Update.
871         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
872         Handle Ada specially.
873         (symbol_set_language): Add 'obstack' argument.
874         (symbol_set_names): Update.
875         (symbol_natural_name, symbol_demangled_name): Always use
876         ada_decode_symbol.
877         * symtab.h (struct general_symbol_info)
878         <language_specific::obstack>: New field.
879         <ada_mangled>: New field.
880         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
881         (symbol_set_language): Update.
882
883 2013-04-08  Tom Tromey  <tromey@redhat.com>
884
885         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
886         Take an obstack, not an objfile.
887         (symbol_set_names): Update.
888         * symtab.h (symbol_set_demangled_name): Update.
889
890 2013-04-08  Tom Tromey  <tromey@redhat.com>
891
892         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
893         allocate_symbol.
894         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
895         (read_func_scope): Call allocate_template_symbol.
896         (new_symbol_full): Call allocate_symbol.
897         * jit.c (finalize_symtab): Call allocate_symbol.
898         * jv-lang.c (add_class_symbol): Call allocate_symbol.
899         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
900         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
901         (common_block_end): Call allocate_symbol.
902         * symtab.c (allocate_symbol, initialize_symbol)
903         (allocate_template_symbol): New functions.
904         * symtab.c (allocate_symbol, initialize_symbol)
905         (allocate_template_symbol): Declare.
906         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
907
908 2013-04-08  Pedro Alves  <palves@redhat.com>
909             Keith Seitz  <keiths@redhat.com>
910
911         * breakpoint.c (create_breakpoint): Rename
912         "parse_condition_and_thread" parameter to "parse_arg".  Update
913         describing comment.  If !PARSE_ARG, then error out if ARG is not
914         the empty string after extracting the location.
915         * breakpoint.h (create_breakpoint): Rename
916         "parse_condition_and_thread" parameter to "parse_arg".
917
918 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
919
920         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
921
922 2013-04-07  Yao Qi  <yao@codesourcery.com>
923
924         * remote.c (remote_trace_find): Change type of parameters 'addr1'
925         and 'addr2' to CORE_ADDR.
926         * target.c (update_current_target): Update.
927         * target.h (struct target_ops) <to_trace_find>: Change parameter
928         type to CORE_ADDR.
929         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
930         'addr2' to CORE_ADDR.
931         (tfile_trace_find): Likewise.
932         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
933         Change local variable 'addr' to type CORE_ADDR.
934         * tracepoint.h (tfind_1): Update declaration.
935
936 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
937
938         * windows-nat.c (windows_get_absolute_argv0): Move from here...
939         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
940         Include main.h.
941
942         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
943         here...
944         * main.h (windows_get_absolute_argv0): ...to here.
945
946 2013-04-05  Doug Evans  <dje@google.com>
947
948         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
949         (read_cutu_die_from_dwo): Add comments.
950         (read_structure_type): Update comment.
951         (read_enumeration_type, read_namespace_type): Update comment.
952         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
953
954 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
955
956         Convert man pages to texinfo, new gdbinit.5 texinfo page.
957         * Makefile.in (gdb.z): Remove.
958         (install-only): Remove $(man1dir) and gdb.1 installation.
959         * gdb.1: Remove.
960
961 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
962
963         Fix compatibility with Linux kernel 3.8.3.
964         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
965         to more inner block.  Remove parsing of NUMBER from outer block.
966         Parse NUMBER only if KEYWORD has been identified.
967
968 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
969
970         Fix variable name shadowing.
971         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
972         filename to mapsfilename and update its uses.
973
974 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
975
976         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
977         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
978         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
979         details of the problem.
980
981 2013-04-04  Pedro Alves  <palves@redhat.com>
982             Hui Zhu  <hui@codesourcery.com>
983
984         * breakpoint.c (validate_commands_for_breakpoint): If validating a
985         tracepoint, reset its STEP_COUNT and call validate_actionline.
986
987 2013-04-03  Doug Evans  <dje@google.com>
988
989         * dwarf2read.c (read_die_and_siblings_1): Renamed from
990         read_die_and_siblings.
991         (read_die_and_siblings): New function.
992         (read_cutu_die_from_dwo): Dump die if requested.
993         (read_die_and_children): Call read_full_die_1 and
994         read_die_and_siblings_1.
995         (read_full_die): Dump die if requested.
996
997         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
998
999         * dwarf2read.c (struct dwo_file): New member comp_dir.
1000         Rename member name to dwo_name.  All uses updated.
1001         (hash_dwo_file): Include comp_dir in computation.
1002         (eq_dwo_file): Ditto.
1003         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
1004         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
1005
1006         * psymtab.c (read_psymtabs_with_fullname): Don't call
1007         psymtab_to_fullname if the basenames are different.
1008
1009 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1010
1011         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
1012         New entry about "fullname" presence.
1013
1014 2013-04-03  Pedro Alves  <palves@redhat.com>
1015
1016         * NEWS: Mention x86_64/Cygwin as new native configuration.
1017
1018 2013-04-02  Doug Evans  <dje@google.com>
1019
1020         * dwarf2read.c (read_structure_type): Fix typo in comment.
1021
1022 2013-04-02  Pedro Alves  <palves@redhat.com>
1023
1024         * NEWS: Mention "set/show debug aarch64", "set/show debug
1025         coff-pe-read" and "set/show debug mach-o".
1026
1027 2013-04-02  Pedro Alves  <palves@redhat.com>
1028
1029         * NEWS: Mention "set/show remote trace-buffer-size-packet".
1030
1031 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
1032
1033         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
1034         gdb_string.h is now in common/.
1035
1036 2013-04-02  Pedro Alves  <palves@redhat.com>
1037
1038         * NEWS: Move "set debug notification" and "set trace-buffer-size"
1039         under "New options".
1040
1041 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1042
1043         Revert this patch:
1044         PR gdb/15275
1045         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
1046
1047 2013-04-02  Pedro Alves  <palves@redhat.com>
1048
1049         PR gdb/15275
1050
1051         * remote.c (send_interrupt_sequence): Use remote_serial_write.
1052         (remote_serial_write): New function.
1053         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
1054
1055 2013-04-01  Jiong Wang  <jiwang@tilera.com>
1056
1057         * NEWS: Mention TILE-Gx in "New native configurations" and
1058         "New targets" sections. 
1059
1060 2013-04-01  Doug Evans  <dje@google.com>
1061
1062         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
1063         (process_enumeration_scope): Simplify.
1064
1065         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
1066         type_unit_group ...
1067         (struct signatured_type): ... to here.
1068         (sig_type_ptr): New typedef.
1069         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
1070         out of union 't'.  All uses updated.
1071         (dw2_get_file_names_reader): Assert not called for a type unit.
1072         (dw2_get_file_names): Assert not called for a type unit or type
1073         unit group.
1074         (build_type_psymtabs_reader): Assert called for a type unit.
1075         (build_type_psymtab_dependencies): Assert called for a type unit group.
1076
1077         * dwarf2read.c (free_dwo_file): Add comment.
1078         (dwarf2_per_objfile_free): Unref dwp bfd.
1079
1080 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
1081
1082         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
1083         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
1084         (read_pe_exported_syms): Remove unused 'exportix'.
1085         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
1086         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
1087         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
1088
1089 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
1090
1091         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
1092         (print_it_watchpoint): Remove unused 'bl'.
1093         (say_where): Remove unused 'uiout'.
1094         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
1095         (bkpt_breakpoint_hit): Remove unused 'b'.
1096         (internal_bkpt_print_it): Remove unused 'uiout'.
1097         * buildsym.c (augment_type_symtab): Remove unused 'i'.
1098
1099 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
1100
1101         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
1102         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
1103
1104 2013-03-29  Doug Evans  <dje@google.com>
1105
1106         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
1107         Delete arg is_dwp.  All callers updated.
1108         (open_dwp_file): New function.
1109         (open_and_init_dwp_file): Call it.
1110         (get_dwp_file): New function.
1111         (lookup_dwo_cutu): Call it.
1112
1113         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
1114         unnecessary, cleanup.
1115
1116         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
1117
1118         * dwarf2read.c (read_cutu_die_from_dwo): New function.
1119         (lookup_dwo_unit): New function.
1120         (init_cutu_and_read_dies): Move DWO handling to new functions.
1121
1122         * dwarf2read.c (struct signatured_type): Tweak comment.
1123         (struct dwo_unit): Tweak comment.
1124         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
1125         (create_dwo_debug_info_hash_table): Tweak comment.
1126         (dwarf2_per_cu_offset_and_type): Tweak comment.
1127
1128         * dwarf2read.c (lookup_signatured_type): Remove complaint about
1129         missing .debug_types section.
1130
1131 2013-03-29  Yao Qi  <yao@codesourcery.com>
1132
1133         * corelow.c: Include "completer.h".
1134         (_initialize_corelow): Call add_target_with_completer with
1135         argument 'filename_completer'.
1136         * tracepoint.c: Likewise.
1137         * exec.c (_initialize_exec): Likewise.
1138         * target.c (add_target): Rename to ...
1139         (add_target_with_completer): ... this.  Call set_cmd_completer
1140         if parameter completer is not NULL.
1141         (add_target): New.
1142         * target.h: Include "command.h".
1143         (add_target_with_completer): Declare it.
1144
1145 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
1146
1147         * coffread.c (is_import_fixup_symbol): New function.
1148         (record_minimal_symbol): Use is_import_fixup_symbol to
1149         detect import fixup symbols, and discard them.
1150
1151 2013-03-28  Doug Evans  <dje@google.com>
1152
1153         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
1154         types hash table until we know we need it.
1155
1156         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
1157         index numbers.
1158
1159         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
1160         All callers updated.
1161         (dw2_print_stats): Print #read CUs too.
1162         (dump_die_shallow): Print signatured types better.
1163
1164         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
1165         info_or_types_section to section.  All uses updated.
1166         (struct dwo_unit): Ditto.
1167
1168 2013-03-28  Pedro Alves  <palves@redhat.com>
1169
1170         * NEWS (New options): New section.
1171         (New options): Mention set/show remote trace-status-packet.
1172         * remote.c (PACKET_qTStatus): New enumeration value.
1173         (remote_get_trace_status): Skip sending qTStatus if the packet is
1174         disabled.  Use packet_ok.
1175         (_initialize_remote): Register a configuration command for
1176         qTStatus packet.
1177
1178 2013-03-28  Doug Evans  <dje@google.com>
1179
1180         * symfile.c (find_separate_debug_file): Add comment.
1181         (terminate_after_last_dir_separator): Tweak comment.
1182
1183         * dwarf2read.c (create_partial_symtab): Add forward decl.
1184         (create_partial_symtab): Move to be closer to other psymtab functions.
1185         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
1186
1187         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
1188         (compute_symtab_includes): Remove unnecessary forward declaration.
1189         (die_needs_namespace): Add comment marking group of functions for
1190         dwarf2 name computation.
1191
1192         * typeprint.c (_initialize_typeprint): Improve type help text.
1193
1194         * python/python.c (finish_python_initialization): Provide suggestion
1195         for how to tell gdb to find its python files.
1196
1197 2013-03-28  Pedro Alves  <palves@redhat.com>
1198
1199         PR gdb/15294
1200
1201         * source.c (_initialize_source): Change back "set listsize" to an
1202         integer command.
1203
1204 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
1205
1206         PR gdb/15275
1207         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
1208
1209 2013-03-27  Pedro Alves  <palves@redhat.com>
1210
1211         * top.c (history_size): Rename to ...
1212         (history_size_setshow_var): ... this.  Add comment.
1213         (show_commands): Use readline's 'history_length' instead of
1214         computing the history length by calling history_get in a loop.
1215         (set_history_size_command): Error out for sizes over INT_MAX.
1216         Restore previous history size on invalid size.
1217         (init_history): If HISTSIZE is negative, leave the history size as
1218         zero.  Add comments.
1219         (init_main): Adjust.
1220
1221 2013-03-27  Pedro Alves  <palves@redhat.com>
1222
1223         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
1224         coff_pe_read" command to "set debug coff-pe-read".
1225
1226 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
1227
1228         * record.c (command_size_to_target_size): Fix size comparison.
1229         Change parameter type from pointer to integer to integer.
1230         Update all users.
1231
1232 2013-03-27  Pierre Muller  <muller@sourceware.org>
1233
1234         * windows-nat.c (handle_output_debug_string): Avoid typecast
1235         from integer of different size warning.
1236
1237 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
1238
1239         * windows-nat.c (handle_output_debug_string): Add empty line
1240         after local block variable definition.
1241
1242 2013-03-26  Pedro Alves  <palves@redhat.com>
1243
1244         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
1245         (net_open): Make 'polls' local unsigned.
1246
1247 2013-03-26  Pedro Alves  <palves@redhat.com>
1248
1249         * remote.c (_initialize_remote): Make "set remoteaddresssize"
1250         a zuinteger command instead of uinteger.
1251
1252 2013-03-26  Pedro Alves  <palves@redhat.com>
1253
1254         * record-full.c (record_full_insn_num): Make it unsigned.
1255         (record_full_check_insn_num, record_full_message)
1256         (record_full_registers_change, record_full_xfer_partial): Remove
1257         record_full_insn_max_num check (it's always != 0).
1258         (record_full_info, record_full_restore): Use %u as format string.
1259         (): Use %u as format string.
1260         (set_record_full_insn_max_num): Remove record_full_insn_max_num
1261         check (it's always != 0).
1262
1263 2013-03-26  Pedro Alves  <palves@redhat.com>
1264
1265         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
1266         and "set dcache size" commands zuinteger instead of uinteger.
1267
1268 2013-03-26  Pedro Alves  <palves@redhat.com>
1269
1270         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
1271         command zuinteger instead of uinteger.
1272
1273 2013-03-26  Pedro Alves  <palves@redhat.com>
1274
1275         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
1276         zuinteger instead of uinteger.
1277
1278 2013-03-26  Pedro Alves  <palves@redhat.com>
1279
1280         * record.c (record_insn_history_size_setshow_var)
1281         (record_call_history_size_setshow_var): New globals.
1282         (command_size_to_target_size): New function.
1283         (cmd_record_insn_history, cmd_record_call_history): Use
1284         command_size_to_target_size instead of cast.
1285         (validate_history_size, set_record_insn_history_size)
1286         (set_record_call_history_size): New functions.
1287         (_initialize_record): Install set_record_insn_history_size and
1288         set_record_call_history_size as "set" hooks of "set record
1289         instruction-history-size" and "set record
1290         function-call-history-size".
1291
1292 2013-03-26  Pedro Alves  <palves@redhat.com>
1293
1294         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
1295         use with history_max_entries use.  Remove FIXME note.
1296
1297 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
1298
1299         * record-btrace.c (record_btrace_close): Call
1300         record_btrace_auto_disable.
1301
1302 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
1303
1304         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
1305
1306 2013-03-25  Doug Evans  <dje@google.com>
1307
1308         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
1309
1310 2013-03-25  Tom Tromey  <tromey@redhat.com>
1311
1312         PR symtab/11462:
1313         * c-exp.y (exp): Add new productions for destructors after '.' and
1314         '->'.
1315         (write_destructor_name): New function.
1316
1317 2013-03-25  Tom Tromey  <tromey@redhat.com>
1318
1319         PR c++/9197:
1320         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
1321         value_struct_elt, not lookup_struct_elt_type.
1322         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
1323         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
1324         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
1325
1326 2013-03-25  Yao Qi  <yao@codesourcery.com>
1327
1328         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
1329         instead of '_mkdir'.
1330
1331 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
1332
1333         * windows-nat.c (windows_get_absolute_argv0): New function.
1334         * windows-nat.h: Add its prototype.
1335
1336         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
1337         Use IS_DIR_SEPARATOR instead of looking for a character inside
1338         SLASH_STRING.  Include filenames.h.
1339         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
1340         relocate_gdb_directory works when passed gdb_program_name.
1341         Include windows-nat.h.
1342
1343 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1344
1345         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
1346         * remote.c (trace_error): Remove the special handling of '2'.
1347         (readchar) <SERIAL_EOF>
1348         (readchar) <SERIAL_ERROR>
1349         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
1350         (remote_get_trace_status): Call throw_exception if EX is
1351         TARGET_CLOSE_ERROR.
1352         * utils.c (perror_with_name): Rename to ...
1353         (throw_perror_with_name): ... here.  New parameter errcode, describe it
1354         in the function comment.
1355         (perror_with_name): New function wrapper.
1356         * utils.h (enum errors): New stub declaration.
1357         (throw_perror_with_name): New declaration.
1358
1359 2013-03-22  Pedro Alves  <palves@redhat.com>
1360             Yao Qi  <yao@codesourcery.com>
1361             Mark Kettenis  <kettenis@gnu.org>
1362
1363         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
1364         Don't let the user set the value to UINT_MAX directly.
1365         <var_integer>: Don't let the user set the value to INT_MAX
1366         directly.
1367
1368 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1369
1370         * remote.c (remote_unpush_target): New function.
1371         (remote_open_1): Remove two pop_target calls, update one comment, add
1372         comment to target_preopen call.  Replace pop_target call by
1373         remote_unpush_target call.
1374         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
1375         pop_target calls by remote_unpush_target calls.
1376
1377 2013-03-22  Pedro Alves  <palves@redhat.com>
1378
1379         * linux-nat.c (linux_child_follow_fork): Don't call
1380         linux_enable_event_reporting.
1381         (linux_handle_extended_wait): Don't call
1382         linux_enable_event_reporting.
1383
1384 2013-03-22  Pedro Alves  <palves@redhat.com>
1385
1386         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
1387         use it to rewrite the trampoline buffers with type gdb_byte[], and
1388         undefine the macro.  Remove char* cast.
1389
1390 2013-03-21  Doug Evans  <dje@google.com>
1391
1392         New commands "mt set per-command {space,time,symtab} {on,off}".
1393         * NEWS: Add entry.
1394         * event-top.c: #include "maint.h".
1395         * main.c: #include "maint.h".
1396         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
1397         timeval-utils.h, maint.h, cli/cli-setshow.h.
1398         (per_command_time, per_command_space): New static globals.
1399         (per_command_symtab): New static global.
1400         (per_command_setlist, per_command_showlist): New static globals.
1401         (struct cmd_stats): Move here from utils.c.
1402         (set_per_command_time): Renamed from set_display_time in utils.c
1403         and moved here.  All callers updated.
1404         (set_per_command_space): Renamed from set_display_space in utils.c
1405         and moved here.  All callers updated.
1406         (count_symtabs_and_blocks): New function.
1407         (report_command_stats): Moved here from utils.c.  Add support for
1408         printing symtab stats.  Only print data if enabled before command
1409         executed.
1410         (make_command_stats_cleanup): Ditto.
1411         (sert_per_command_cmd, show_per_command_cmd): New functions.
1412         (_initialize_maint_cmds): Add new commands
1413         mt set per-command {space,time,symtab} {on,off}.
1414         * maint.h: New file.
1415         * top.c: #include "maint.h".
1416         * utils.c (reset_prompt_for_continue_wait_time): New function.
1417         (get_prompt_for_continue_wait_time): New function.
1418         * utils.h (reset_prompt_for_continue_wait_time): Declare
1419         (get_prompt_for_continue_wait_time): Declare.
1420         (make_command_stats_cleanup): Moved to maint.h.
1421         (set_display_time, set_display_space): Moved to maint.h and renamed
1422         to set_per_command_time, set_per_command_space.
1423         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
1424         parse_binary_operation and made non-static.  Don't call error,
1425         just return an error marker.  All callers updated.
1426         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
1427
1428 2013-03-21  Tom Tromey  <tromey@redhat.com>
1429
1430         * symfile.c (alloc_section_addr_info): Update header.  Don't set
1431         'num_sections' field.
1432         (build_section_addr_info_from_section_table): Set 'num_sections'.
1433         (build_section_addr_info_from_bfd): Likewise.
1434         (build_section_addr_info_from_objfile): Remove dead loop
1435         condition.
1436         (free_section_addr_info): Unconditionally call xfree.
1437         (relative_addr_info_to_section_offsets, addrs_section_sort)
1438         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
1439         condition.
1440         (syms_from_objfile_1): Remove dead 'if' condition.  Check
1441         'num_sections'.
1442         (add_symbol_file_command): Set 'num_sections'.
1443         * symfile-mem.c (symbol_file_add_from_memory): Set
1444         'num_sections'.
1445         * somread.c (som_symfile_offsets): Remove dead loop condition.
1446         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
1447         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
1448
1449 2013-03-21  Tom Tromey  <tromey@redhat.com>
1450
1451         * tracepoint.h (decode_agent_options): Add 'trace_string'
1452         argument.
1453         * tracepoint.c (decode_agent_options): Add 'trace_string'
1454         argument.
1455         (validate_actionline): Update.
1456         (collect_symbol): Add 'trace_string' argument.
1457         (struct add_local_symbols_data) <trace_string>: New field.
1458         (do_collect_symbol): Update.
1459         (add_local_symbols): Add 'trace_string' argument.
1460         (encode_actions_1): Update.
1461         (trace_dump_actions): Update.
1462         * dwarf2loc.c (access_memory): Update.
1463         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
1464         * ax-general.c (new_agent_expr): Update.
1465         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
1466         (gen_trace_for_return_address): Add argument.
1467         (trace_kludge, trace_string_kludge): Remove.
1468         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
1469         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
1470         (gen_trace_for_var): Add 'trace_string' argument.
1471         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
1472         (gen_printf, agent_eval_command_one): Update.
1473
1474 2013-03-21  Tom Tromey  <tromey@redhat.com>
1475
1476         PR exp/15109:
1477         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
1478         Handle FILENAME token.
1479
1480 2013-03-21  Tom Tromey  <tromey@redhat.com>
1481
1482         * c-exp.y (YYPRINT): Define.
1483         (c_print_token): New function.
1484
1485 2013-03-21  Tom Tromey  <tromey@redhat.com>
1486
1487         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
1488
1489 2013-03-21  Yao Qi  <yao@codesourcery.com>
1490
1491         * ctf.c: Include "gdb_stat.h".
1492         [USE_WIN32API]: New macro 'mkdir'.
1493         (ctf_start): Use permission bits macros if they are defined.
1494
1495 2013-03-20  Keith Seitz  <keiths@redhat.com>
1496
1497         * breakpoint.h (struct breakpoint): Add comment to
1498         extra_string indicating that this member is mallod'd.
1499         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
1500
1501 2013-03-20  Pedro Alves  <palves@redhat.com>
1502
1503         PR gdb/15289
1504
1505         * cli/cli-setshow.c (do_set_command)
1506         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
1507         the result of parsing the command argument.  Throw error if the
1508         value is greater than UINT_MAX.  Print the invalid value with
1509         plongest.
1510         <var_integer, var_zinteger>: Use LONGEST for variable holding the
1511         result of parsing the command argument.  Throw error if the value
1512         is greater than INT_MAX, not greater or equal.  Also throw error
1513         if the value is less than INT_MIN.  Print the invalid value with
1514         plongest.
1515         <var_zuinteger_unlimited>: Throw error if the value is greater
1516         than INT_MAX, not greater or equal.
1517         (do_show_command) <var_integer, var_zinteger,
1518         var_zuinteger_unlimited>: Use %d for printing int, not %u.
1519
1520 2013-03-20  Tom Tromey  <tromey@redhat.com>
1521
1522         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
1523         if possible.
1524         * dwarf2read.c (read_func_scope): Remove old FIXME.
1525         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
1526         not LOC_COMPUTED.
1527         * findvar.c (symbol_read_needs_frame, default_read_var_value):
1528         Unconditionally call via computed ops, if possible.
1529         * printcmd.c (address_info): Unconditionally call via computed ops,
1530         if possible.
1531         * stack.c (read_frame_arg): Unconditionally call via computed ops,
1532         if possible.
1533         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
1534         * tracepoint.c (scope_info): Unconditionally call via computed ops,
1535         if possible.
1536
1537 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1538             Tom Tromey  <tromey@redhat.com>
1539
1540         PR symtab/8421:
1541         * coffread.c (coff_register_index): New global.
1542         (process_coff_symbol, coff_read_enum_type): Set
1543         SYMBOL_ACLASS_INDEX.
1544         (_initialize_coffread): Initialize new global.
1545         * dwarf2loc.c (locexpr_find_frame_base_location)
1546         (dwarf2_block_frame_base_locexpr_funcs)
1547         (loclist_find_frame_base_location)
1548         (dwarf2_block_frame_base_loclist_funcs): New.
1549         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
1550         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
1551         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
1552         (dwarf2_block_frame_base_loclist_funcs): New.
1553         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
1554         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
1555         globals.
1556         (read_func_scope): Update.
1557         (fixup_go_packaging, mark_common_block_symbol_computed)
1558         (var_decode_location, new_symbol_full, dwarf2_const_value):
1559         Set SYMBOL_ACLASS_INDEX.
1560         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
1561         (_initialize_dwarf2_read): Initialize new globals.
1562         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
1563         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
1564         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
1565         globals.
1566         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
1567         (_initialize_mdebugread): Initialize new globals.
1568         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
1569         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
1570         (stab_register_index, stab_regparm_index): New globals.
1571         (define_symbol, read_enum_type, common_block_end): Set
1572         SYMBOL_ACLASS_INDEX.
1573         (_initialize_stabsread): Initialize new globals.
1574         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
1575         globals.
1576         (MAX_SYMBOL_IMPLS): New define.
1577         (register_symbol_computed_impl, register_symbol_block_impl)
1578         (register_symbol_register_impl)
1579         (initialize_ordinary_address_classes): New functions.
1580         (_initialize_symtab): Call initialize_ordinary_address_classes.
1581         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
1582         (struct symbol_impl): New.
1583         (SYMBOL_ACLASS_BITS): New define.
1584         (struct symbol) <aclass, ops>: Remove fields.
1585         <aclass_index>: New field.
1586         (symbol_impls): Declare.
1587         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
1588         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
1589         (register_symbol_computed_impl, register_symbol_block_impl)
1590         (register_symbol_register_impl): Declare.
1591         (struct symbol_computed_ops): Add location_has_loclist.
1592         (struct symbol_block_ops): New.
1593         (SYMBOL_BLOCK_OPS): New.
1594         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
1595
1596 2013-03-20  Tom Tromey  <tromey@redhat.com>
1597
1598         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
1599         (print_partial_symbols, recursively_search_psymtabs): Use
1600         PSYMBOL_CLASS.
1601
1602 2013-03-20  Pierre Muller  <muller@sourceware.org>
1603
1604         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
1605         addtion, subtraction, multiplication and division binary operator.
1606
1607 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1608
1609         Code cleanup.
1610         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
1611         * bsd-kvm.c (bsd_kvm_close): Likewise.
1612         * bsd-uthread.c (bsd_uthread_close): Likewise.
1613         * corelow.c (core_close): Likewise.
1614         (core_close_cleanup): Remove parameter quitting from a caller.
1615         * event-top.c (async_disconnect): Likewise.
1616         * exec.c (exec_close_1): Remove parameter quitting.
1617         * go32-nat.c (go32_close): Likewise.
1618         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
1619         parameter quitting from a caller.
1620         * mips-linux-nat.c (super_close): Remove parameter quitting from the
1621         variable.
1622         (mips_linux_close): Remove parameter quitting.  Remove parameter
1623         quitting from a caller.
1624         * monitor.c (monitor_close): Remove parameter quitting.
1625         * monitor.h (monitor_close): Likewise.
1626         * record-btrace.c (record_btrace_close): Likewise.
1627         * record-full.c (record_full_close): Likewise.
1628         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
1629         it also from fprintf_unfiltered.
1630         * remote-mips.c (mips_close): Remove parameter quitting.
1631         (mips_detach): Remove parameter quitting from a caller.
1632         * remote-sim.c (gdbsim_close): Remove parameter quitting.
1633         (gdbsim_close): Remove duplicate function comment.  Remove parameter
1634         quitting and remove it also from printf_filtered.
1635         * remote.c (remote_close): Remove parameter quitting.
1636         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
1637         * target.c (update_current_target): Remove parameter int from to_close
1638         de_fault.
1639         (push_target, unpush_target, pop_target): Remove parameter quitting from
1640         a caller.
1641         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
1642         Remove parameter quitting from a caller.
1643         (target_preopen): Remove parameter quitting from a caller.
1644         (target_close): Remove parameter quitting.  Remove parameter quitting
1645         from a caller two times.  Remove parameter quitting also from
1646         fprintf_unfiltered.
1647         * target.h (struct target_ops): Remove parameter quitting and as int
1648         from fields to_xclose and to_close.
1649         (extern struct target_ops current_target):
1650         (target_close, pop_all_targets): Remove parameter quitting.  Update the
1651         comment.
1652         (pop_all_targets_above): Remove parameter quitting.
1653         * top.c (quit_target): Remove parameter quitting from a caller.
1654         * tracepoint.c (tfile_close): Remove parameter quitting.
1655         * windows-nat.c (windows_close): Remove parameter quitting.
1656
1657 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
1658
1659         * windows-nat.c (handle_output_debug_string): Replace call
1660         to string_to_core_addr with call to strtoull.
1661
1662 2013-03-20  Yao Qi  <yao@codesourcery.com>
1663
1664         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
1665         and write it to CTF metadata.
1666
1667 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
1668
1669         * windows-nat.c (handle_output_debug_string): Change type of n to
1670         SIZE_T to avoid crash on 64 bit systems.
1671
1672 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
1673
1674         * python/python-internal.h (HAVE_SNPRINTF)
1675         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
1676         about redefinition of snprintf by pyerrors.h.
1677
1678 2013-03-15  Steve Ellcey  <sellcey@mips.com>
1679
1680         * remote-sim.c (sim_command_completer): Make char arguments const.
1681
1682 2013-03-15  Tom Tromey  <tromey@redhat.com>
1683
1684         PR c++/15116:
1685         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
1686
1687 2013-03-14  Tom Tromey  <tromey@redhat.com>
1688
1689         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
1690         New fields.
1691         (get_file_crc): Move from symfile.c.
1692         (gdb_bfd_crc): New function.
1693         * gdb_bfd.h (gdb_bfd_crc): Declare.
1694         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
1695         * symfile.c (get_file_crc): Move to gdb_bfd.c.
1696         (separate_debug_file_exists): Use gdb_bfd_crc.
1697
1698 2013-03-14  Tom Tromey  <tromey@redhat.com>
1699
1700         * symfile.c (get_debug_link_info): Remove.
1701         (find_separate_debug_file_by_debuglink): Use
1702         bfd_get_debug_link_info.
1703
1704 2013-03-14  Tom Tromey  <tromey@redhat.com>
1705
1706         * symtab.c (error_in_psymtab_expansion): New function.
1707         (lookup_symbol_aux_quick)
1708         (basic_lookup_transparent_type_quick): Remove "last resort"
1709         code.  Use error_in_psymtab_expansion.
1710
1711 2013-03-14  Doug Evans  <dje@google.com>
1712             Jan Kratochvil  <jan.kratochvil@redhat.com>
1713
1714         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
1715         any successful compare_filenames_for_search or FILENAME_CMP.
1716         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
1717         * symtab.c (iterate_over_some_symtabs): Likewise.
1718
1719 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
1720
1721         * source.c (print_source_lines_base): Make a local copy of
1722         symtab_to_fullname.
1723
1724 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
1725             Jan Kratochvil  <jan.kratochvil@redhat.com>
1726
1727         * source.c (print_source_lines_base): Suppress "file" for TUI.
1728
1729 2013-03-14  Keith Seitz  <keiths@redhat.com>
1730             Alan Matsuoka  <alanm@redhat.com>
1731
1732         PR c++/15203
1733         PR c++/15210
1734         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
1735         TYPE_CODE_METHOD.
1736         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
1737         symbols.
1738
1739 2013-03-14  Yao Qi  <yao@codesourcery.com>
1740
1741         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
1742         status to tfile if trace is stopped by command 'tstop'.
1743
1744 2013-03-14  Yao Qi  <yao@codesourcery.com>
1745
1746         * tracepoint.c (tfile_write_status): Write trace notes and user
1747         name into tfile if they are not NULL.
1748
1749 2013-03-14  Hui Zhu  <hui@codesourcery.com>
1750             Yao Qi  <yao@codesourcery.com>
1751
1752         * Makefile.in (REMOTE_OBS): Add ctf.o.
1753         (SFILES): Add ctf.c.
1754         (HFILES_NO_SRCDIR): Add ctf.h.
1755         * ctf.c, ctf.h: New files.
1756         * tracepoint.c: Include 'ctf.h'.
1757         (collect_pseudocommand): Remove static.
1758         (trace_save_command): Parse option "-ctf".
1759         Produce different trace file writers per option.
1760         Adjust output message.
1761         (trace_save_tfile, trace_save_ctf): New.
1762         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
1763         * mi/mi-main.c: Include 'ctf.h'.
1764         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
1765         trace_save_tfile or trace_save_ctf.
1766         * NEWS: Mention these changes.
1767
1768 2013-03-14  Yao Qi  <yao@codesourcery.com>
1769
1770         * tracepoint.c (trace_file_writer_xfree): New.
1771         (struct tfile_writer_data): New.
1772         (tfile_dtor, tfile_can_target_save, tfile_start): New.
1773         (tfile_write_header, tfile_write_regblock_type): New.
1774         (tfile_write_status, tfile_write_uploaded_tsv): New.
1775         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
1776         (tfile_write_raw_data, (tfile_end): New.
1777         (tfile_write_ops): New global variable.
1778         (TRACE_WRITE_R_BLOCK): New macro.
1779         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
1780         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
1781         (TRACE_WRITE_V_BLOCK): New macro.
1782         (trace_save): Add extra one parameter WRITER.  Make it static.
1783         Use WRITER to writer trace.
1784         (tfile_trace_file_writer_new): New.
1785         (trace_save_command): Caller update.
1786         (trace_save_tfile): Write trace data in TFILE format.
1787         * tracepoint.h (struct trace_frame_write_ops): New.
1788         (struct trace_file_write_ops): New.
1789         (struct trace_file_writer): New.
1790         (trace_save): Remove its declaration.
1791         (trace_save_tfile): Declare it.
1792         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
1793         instead of trace_save.
1794
1795 2013-03-13  Pedro Alves  <palves@redhat.com>
1796
1797         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
1798
1799 2013-03-13  Pedro Alves  <palves@redhat.com>
1800
1801         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
1802         commented out code.
1803         * demangle.c (current_demangling_style_string): Make it const.
1804         (set_demangling_command): Assert the demangling style is known.
1805         Remove all handling of unknown styles.  Set
1806         'current_demangling_style_string' to an element of the
1807         demangling_style_names array.
1808         (set_demangling_style): Delete.
1809         (_initialize_demangler): Set current_demangling_style_string to the
1810         element of the demangling_style_names array that corresponds to
1811         the default demangling style.  Remove FIXME note.  Don't call
1812         set_demangling_style.
1813         * gdb-demangle.h (set_demangling_style): Remove declaration.
1814
1815 2013-03-13  Pedro Alves  <palves@redhat.com>
1816
1817         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
1818         fields const.
1819         (ada_make_symbol_completion_list): Make "text0" parameter const.
1820         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
1821         * breakpoint.c (condition_completer): Make "text" and "word"
1822         parameters const.  Adjust.
1823         (check_tracepoint_command): Adjust to validate_actionline
1824         prototype change.
1825         (catch_syscall_completer): Make "text" and "word" parameters
1826         const.
1827         * cli/cli-cmds.c (show_user): Make "comname" local const.
1828         (valid_command_p): Make "command" parameter const.
1829         (alias_command): Make "alias_prefix" and "command_prefix" locals
1830         const.
1831         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
1832         (add_alias_cmd): Make "name" and "oldname" parameters const.
1833         Adjust.  No longer make copy of OLDNAME.
1834         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
1835         (add_setshow_cmd_full, add_setshow_enum_cmd)
1836         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
1837         (add_setshow_filename_cmd, add_setshow_string_cmd)
1838         (add_setshow_string_noescape_cmd)
1839         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
1840         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
1841         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
1842         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
1843         Make "name" parameter const.
1844         (help_cmd): Rename "command" parameter to "arg".  New const local
1845         "command".
1846         (find_cmd): Make "command" parameter const.
1847         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
1848         deprecated_cmd_warning prototype change.
1849         (undef_cmd_error): Make "cmdtype" parameter const.
1850         (lookup_cmd): Make "line" parameter const.
1851         (deprecated_cmd_warning): Change type of "text" parameter to
1852         pointer to const char, from pointer to pointer to char.  Adjust.
1853         (lookup_cmd_composition): Make "text" parameter const.
1854         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
1855         parameters const.
1856         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
1857         const.
1858         * cli/cli-script.c (validate_comname): Make "tem" local const.
1859         (define_command): New const local "tem_c".  Use it in calls to
1860         lookup_cmd.
1861         (document_command): Make "tem" and "comfull" locals const.
1862         (show_user_1): Make "prefix" and "name" parameters const.
1863         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
1864         const.
1865         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
1866         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
1867         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
1868         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
1869         (complete_on_enum, add_setshow_enum_cmd)
1870         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
1871         (add_setshow_filename_cmd, add_setshow_string_cmd)
1872         (add_setshow_string_noescape_cmd)
1873         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
1874         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
1875         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
1876         Change prototypes, constifying strings.
1877         * completer.c (noop_completer, filename_completer): Make "text"
1878         and "prefix" parameters const.
1879         (location_completer, expression_completer)
1880         (complete_line_internal): Make "text" and "prefix" parameters
1881         const and adjust.
1882         (command_completer, signal_completer): Make "text" and "prefix"
1883         parameters const.
1884         * completer.h (noop_completer, filename_completer)
1885         (expression_completer, location_completer, command_completer)
1886         (signal_completer): Change prototypes.
1887         * corefile.c (complete_set_gnutarget): Make "text" and "word"
1888         parameters const.
1889         * cp-abi.c (cp_abi_completer): Likewise.
1890         * expression.h (parse_expression_for_completion): Change
1891         prototype.
1892         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
1893         parameters const.
1894         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
1895         * infrun.c (handle_completer): Make "text" and "word" parameters
1896         const.
1897         * interps.c (interpreter_completer): Make "text" and "word"
1898         parameters const.
1899         * language.h (struct language_defn)
1900         <la_make_symbol_completion_list>: Make "text" and "word"
1901         parameters const.
1902         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
1903         (parse_exp_in_context): Rename to ...
1904         (parse_exp_in_context_1): ... this.
1905         (parse_exp_in_context): Reimplement, with const hack from
1906         parse_exp_1.
1907         (parse_expression_for_completion): Make "string" parameter const.
1908         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
1909         to pointer to const char.  Adjust.
1910         (print_command_1): Make "exp" parameter const.
1911         (output_command): Rename to ...
1912         (output_command_const): ... this.  Make "exp" parameter const.
1913         (output_command): Reimplement.
1914         (x_command): Adjust.
1915         (display_command): Rename "exp" parameter to "arg".  New "exp"
1916         local, const version of "arg".
1917         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
1918         "cmd_name" local const.
1919         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
1920         call.
1921         (cmdpy_completer): Make "text" and "word" parameters const.
1922         (gdbpy_parse_command_name): Make "prefix_text2" local const.
1923         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
1924         const.
1925         * remote.c (_initialize_remote): Make "cmd_name" local const.
1926         * symtab.c (language_search_unquoted_string): Make "text" and "p"
1927         parameters const.  Adjust.
1928         (completion_list_add_fields): Make "sym_text", "text" and "word"
1929         parameters const.
1930         (struct add_name_data) <sym_text, text, word>: Make fields const.
1931         (default_make_symbol_completion_list_break_on): Make "text" and
1932         "word" parameters const.  Adjust locals.
1933         (default_make_symbol_completion_list)
1934         (make_symbol_completion_list, make_symbol_completion_type)
1935         (make_symbol_completion_list_fn): Make "text" and "word"
1936         parameters const.
1937         (make_file_symbol_completion_list): Make "text", "word" and
1938         "srcfile" parameters const.  Adjust locals.
1939         (add_filename_to_list): Make "text" and "word" parameters const.
1940         (struct add_partial_filename_data) <text, word>: Make fields
1941         const.
1942         (make_source_files_completion_list): Make "text" and "word"
1943         parameters const.
1944         * symtab.h (default_make_symbol_completion_list_break_on)
1945         (default_make_symbol_completion_list, make_symbol_completion_list)
1946         (make_symbol_completion_type enum type_code)
1947         (make_symbol_completion_list_fn make_file_symbol_completion_list)
1948         (make_source_files_completion_list): Change prototype.
1949         * top.c (execute_command): Adjust to pass pointer to pointer to
1950         const char to lookup_cmd, and to deprecated_cmd_warning prototype
1951         change.
1952         (set_verbose): Make "cmdname" local const.
1953         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
1954         and adjust.
1955         (validate_actionline): Make "line" parameter a pointer to const
1956         char, and adjust.
1957         (encode_actions_1): Make "action_exp" local const, and adjust.
1958         (encode_actions): Adjust.
1959         (replace_comma): Delete.
1960         (trace_dump_actions): Make "action_exp" and "next_comma" locals
1961         const, and adjust.  Don't frob the action string while splitting
1962         it at commas.  Instead, make a copy of each split substring in
1963         turn.
1964         (trace_dump_command): Adjust to validate_actionline prototype
1965         change.
1966         * tracepoint.h (decode_agent_options, decode_agent_options)
1967         (encode_actions, validate_actionline): Change prototypes.
1968         * valprint.h (output_command): Delete declaration.
1969         (output_command_const): Declare.
1970         * value.c (function_destroyer): Cast const away in xfree call.
1971
1972 2013-03-13  Pedro Alves  <palves@redhat.com>
1973
1974         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
1975         rather than casting 'const char * const *' to 'const char **'.
1976         * ada-lex.l (processInt): Make "trailer" local const.  Remove
1977         'const char **' cast.
1978         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
1979         locals, and use those as strtol output pointer, instead than doing
1980         invalid casts to from 'const char **' to 'char **'.
1981         (_initialize_demangle): Remove cast.
1982         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
1983         locals, and use those as strtol output pointer, instead than doing
1984         invalid casts to from 'const char **' to 'char **'.
1985         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
1986         casts.
1987         * stap-probe.c (stap_parse_register_operand)
1988         (stap_parse_single_operand): Likewise.
1989
1990 2013-03-13  Yao Qi  <yao@codesourcery.com>
1991
1992         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
1993         the last matched 'V' blcok in trace frame.
1994
1995 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
1996
1997         * NEWS: Create a new section for the next release branch.
1998         Rename the section of the current branch, now that it has
1999         been cut.
2000
2001 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
2002
2003         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
2004         * version.in: Bump version to 7.6.50.20130312-cvs.
2005
2006 2013-03-12  Keith Seitz  <keiths@redhat.com>
2007
2008         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
2009         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
2010         Remove temporary copy of input string.
2011         (mi_execute_command_wrapper): Make "cmd" const.
2012         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
2013         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
2014         Use const strings.
2015         (mi_parse): Make "cmd" const.
2016         Use const strings.
2017         * mi/mi-parse.h (mi_parse): Make "cmd" const.
2018
2019 2013-03-12  Keith Seitz  <keiths@redhat.com>
2020
2021         * ada-lang.c (ada_read_renaming_var_value): Pass const
2022         pointer to expression string to parse_exp_1.
2023         (create_excep_cond_exprs): Likewise.
2024         * ax-gdb.c (agent_eval_command_one): Likewise.
2025         (maint_agent_printf_command): Likewise.
2026         Constify much of the string handling/parsing.
2027         * breakpoint.c (set_breakpoint_condition): Pass const
2028         pointer to expression string to parse_exp_1.
2029         (update_watchpoint): Likewise.
2030         (parse_cmd_to_aexpr): Constify string handling.
2031         Pass const pointer to parse_exp_1.
2032         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
2033         (find_condition_and_thread): Likewise.
2034         Make TOK const.
2035         (watch_command_1): Make "arg" const.
2036         Constify string handling.
2037         Copy the expression string instead of changing the input
2038         string.
2039         (update_breakpoint_location): Pass const pointer to
2040         parse_exp_1.
2041         * eval.c (parse_and_eval_address): Make "exp" const.
2042         (parse_to_comma_and_eval): Make "expp" const.
2043         (parse_and_eval): Make "exp" const.
2044         * expression.h (parse_expression): Make argument const.
2045         (parse_exp_1): Make first argument const.
2046         * findcmd.c (parse_find_args): Treat "args" as const.
2047         * linespec.c (parse_linespec): Pass const pointer to
2048         linespec_expression_to_pc.
2049         (linespec_expression_to_pc): Make "exp_ptr" const.
2050         * parse.c (parse_exp_1): Make "stringptr" const.
2051         Make a copy of the expression to pass to parse_exp_in_context until
2052         this whole interface can be constified.
2053         (parse_expression): Make "string" const.
2054         * printcmd.c (ui_printf): Treat "arg" as const.
2055         Handle const strings.
2056         * tracepoint.c (validate_actionline): Pass const pointer to
2057         all calls to parse_exp_1.
2058         (encode_actions_1): Likewise.
2059         * value.h (parse_to_comma_and_eval): Make argument const.
2060         (parse_and_eval_address): Likewise.
2061         (parse_and_eval): Likewise.
2062         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
2063         (varobj_set_value): Likewise.
2064         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
2065         constify string handling.
2066         Pass const pointers to parse_and_eval_address and
2067         parse_to_comman_and_eval.
2068         * cli/cli-utils.c (skip_to_space): Rename to ...
2069         (skip_to_space_const): ... this. Handle const strings.
2070         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
2071         skip_to_space_const.
2072         (skip_to_space_const): Declare.
2073         * common/format.c (parse_format_string): Make "arg" const.
2074         Handle const strings.
2075         * common/format.h (parse_format_string): Make "arg" const.
2076         * gdbserver/ax.c (ax_printf): Make "format" const.
2077         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
2078         of the expression string.
2079
2080 2013-03-12  Hui Zhu  <hui@codesourcery.com>
2081
2082         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
2083
2084 2013-03-12  Yao Qi  <yao@codesourcery.com>
2085             Hui Zhu  <hui@codesourcery.com>
2086
2087         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
2088         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
2089         DW_OP_deref_size.
2090
2091 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
2092
2093         * ada-lex.l (rules): Only recognize 'thread' as a
2094         delimiter when followed by numerals, as for c-exp.y.
2095         Use new rewind_to_char function to rewind the input for
2096         expression-delimiting tokens.
2097         (rewind_to_char): New function.
2098
2099 2013-03-11  Pedro Alves  <palves@redhat.com>
2100             Jan Kratochvil  <jan.kratochvil@redhat.com>
2101
2102         * configure: Regenerate.
2103         * configure.ac (check dynamic export flag): Link python test with
2104         $PYTHON_LIBS.
2105
2106 2013-03-11  Doug Evans  <dje@google.com>
2107             Keith Seitz  <keiths@redhat.com>
2108
2109         * linespec.c (find_linespec_symbols): Call find_function_symbols
2110         first, and then call lookup_prefix_sym/find_method.
2111
2112 2013-03-11  Pedro Alves  <palves@redhat.com>
2113
2114         * charset.c (convert_between_encodings): Don't cast between
2115         different pointer to pointer types.  Instead, make the 'inp' local
2116         be of the type iconv expects.
2117         (wchar_iterate): Don't cast between different pointer to pointer
2118         types.  Instead, use new pointer local of the type iconv expects.
2119         * target.c (target_read_stralloc, target_fileio_read_stralloc):
2120         Add new local of type char pointer, and use it to get a
2121         char/string view of the byte buffer, instead of casting between
2122         pointer to pointer types.
2123
2124 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2125
2126         * remote.c (remote_set_trace_buffer_size): Move != operator
2127         to the start of next line to fix an ARI warning.
2128
2129 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2130
2131         * NEWS: Add record changes.
2132
2133 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2134
2135         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
2136         the instruction history disassembly.
2137         * disasm.c (dump_insns): Omit the pc prefix, if requested.
2138         * disasm.h (DISASSEMBLY_OMIT_PC): New.
2139
2140 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2141
2142         * Makefile.in (SFILES): Add record-btrace.c
2143         (COMMON_OBS): Add record-btrace.o
2144         * record-btrace.c: New.
2145         * objfiles.c: Include btrace.h.
2146         (free_objfile): call btrace_free_objfile.
2147
2148 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2149
2150         * target.c (target_call_history, target_call_history_from,
2151         target_call_history_range): New.
2152         * target.h (target_ops) <to_call_history, to_call_history_from,
2153         to_call_history_range>: New fields.
2154         (target_call_history, target_call_history_from,
2155         target_call_history_range): New declaration.
2156         * record.c (get_call_history_modifiers, cmd_record_call_history,
2157         record_call_history_size): New.
2158         (_initialize_record): Add the "record function-call-history" command.
2159         Add "set/show record function-call-history-size" commands.
2160         * record.h (record_print_flag): New.
2161
2162 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2163
2164         * target.h (target_ops) <to_insn_history, to_insn_history_from,
2165         to_insn_history_range>: New fields.
2166         (target_insn_history): New.
2167         (target_insn_history_from): New.
2168         (target_insn_history_range): New.
2169         * target.c (target_insn_history): New.
2170         (target_insn_history_from): New.
2171         (target_insn_history_range): New.
2172         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
2173         (record_insn_history_size): New.
2174         (get_insn_number): New.
2175         (get_context_size): New.
2176         (no_chunk): New.
2177         (get_insn_history_modifiers): New.
2178         (cmd_record_insn_history): New.
2179         (_initialize_record): Add "set/show record instruction-history-size"
2180         command. Add "record instruction-history" command.
2181
2182 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2183
2184         * record.h (record_disconnect): New.
2185         (record_detach): New.
2186         (record_mourn_inferior): New.
2187         (record_kill): New.
2188         * record-full.c (record_disconnect, record_detach,
2189         record_mourn_inferior, record_kill): Move to...
2190         * record.c: ...here.
2191         (DEBUG): New.
2192         (record_stop): New.
2193         (record_unpush): New.
2194         (cmd_record_stop): Call record_stop. Replace unpush_target
2195         call with record_unpush call.
2196         (record_disconnect, record_detach): Assert that the target
2197         is of record stratum. Call record_unpush, record_stop, and
2198         DEBUG.
2199         (record_mourn_inferior, record_kill): Assert that the target
2200         is of record stratum. Call record_unpush and DEBUG.
2201
2202 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2203
2204         * record-full.h, record-full.c (record_memory_query): Rename
2205         to ...
2206         (record_full_memory_query): ...this. Update all users.
2207         (record_arch_list_add_reg): Rename to ...
2208         (record_full_arch_list_add_reg): ...this. Update all users.
2209         (record_arch_list_add_mem): Rename to ...
2210         (record_full_arch_list_add_mem): ...this. Update all users.
2211         (record_arch_list_add_end): Rename to ...
2212         (record_full_arch_list_add_end): ...this. Update all users.
2213         (record_gdb_operation_disable_set): Rename to ...
2214         (record_full_gdb_operation_disable_set): ...this.
2215         Update all users.
2216
2217 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2218
2219         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
2220         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
2221         (RECORD_IS_REPLAY): Renamed to ...
2222         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
2223         (RECORD_FILE_MAGIC): Renamed to ...
2224         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
2225         (record_mem_entry): Renamed to ...
2226         (record_full_mem_entry): ... this. Updated all users.
2227         (record_reg_entry): Renamed to ...
2228         (record_full_reg_entry): ... this. Updated all users.
2229         (record_end_entry): Renamed to ...
2230         (record_full_end_entry): ... this. Updated all users.
2231         (record_type) <record_end, record_reg, record_mem>: Renamed
2232         to ...
2233         (record_full_type) <record_full_end, record_full_reg,
2234         record_full_mem>: ... this. Updated all users.
2235         (record_entry): Renamed to ...
2236         (record_full_entry): ... this. Updated all users.
2237         (record_core_buf_entry): Renamed to ...
2238         (record_full_core_buf_entry): ... this. Updated all users.
2239         (record_core_regbuf): Renamed to ...
2240         (record_full_core_regbuf): ... this. Updated all users.
2241         (record_core_start): Renamed to ...
2242         (record_full_core_start): ... this. Updated all users.
2243         (record_core_end): Renamed to ...
2244         (record_full_core_end): ... this. Updated all users.
2245         (record_core_buf_list): Renamed to ...
2246         (record_full_core_buf_list): ... this. Updated all users.
2247         (record_first): Renamed to ...
2248         (record_full_first): ... this. Updated all users.
2249         (record_list): Renamed to ...
2250         (record_full_list): ... this. Updated all users.
2251         (record_arch_list_head): Renamed to ...
2252         (record_full_arch_list_head): ... this. Updated all users.
2253         (record_arch_list_tail): Renamed to ...
2254         (record_full_arch_list_tail): ... this. Updated all users.
2255         (record_stop_at_limit): Renamed to ...
2256         (record_full_stop_at_limit): ... this. Updated all users.
2257         (record_insn_max_num): Renamed to ...
2258         (record_full_insn_max_num): ... this. Updated all users.
2259         (record_insn_num): Renamed to ...
2260         (record_full_insn_num): ... this. Updated all users.
2261         (record_insn_count): Renamed to ...
2262         (record_full_insn_count): ... this. Updated all users.
2263         (record_ops): Renamed to ...
2264         (record_full_ops): ... this. Updated all users.
2265         (record_core_ops): Renamed to ...
2266         (record_full_core_ops): ... this. Updated all users.
2267         (set_record_cmdlist): Renamed to ...
2268         (set_record_full_cmdlist): ... this. Updated all users.
2269         (show_record_cmdlist): Renamed to ...
2270         (show_record_full_cmdlist): ... this. Updated all users.
2271         (record_cmdlist): Renamed to ...
2272         (record_full_cmdlist): ... this. Updated all users.
2273         (record_beneath_to_resume_ops): Renamed to ...
2274         (record_full_beneath_to_resume_ops): ... this. Updated all users.
2275         (record_beneath_to_resume): Renamed to ...
2276         (record_full_beneath_to_resume): ... this. Updated all users.
2277         (record_beneath_to_wait_ops): Renamed to ...
2278         (record_full_beneath_to_wait_ops): ... this. Updated all users.
2279         (record_beneath_to_wait): Renamed to ...
2280         (record_full_beneath_to_wait): ... this. Updated all users.
2281         (record_beneath_to_store_registers_ops): Renamed to ...
2282         (record_full_beneath_to_store_registers_ops): ... this.
2283         Updated all users.
2284         (record_beneath_to_store_registers): Renamed to ...
2285         (record_full_beneath_to_store_registers): ... this.
2286         Updated all users.
2287         (record_beneath_to_xfer_partial_ops): Renamed to ...
2288         (record_full_beneath_to_xfer_partial_ops): ... this.
2289         Updated all users.
2290         (record_beneath_to_xfer_partial): Renamed to ...
2291         (record_full_beneath_to_xfer_partial): ... this.
2292         Updated all users.
2293         (record_beneath_to_insert_breakpoint): Renamed to ...
2294         (record_full_beneath_to_insert_breakpoint): ... this.
2295         Updated all users.
2296         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
2297         (record_full_beneath_to_stopped_by_watchpoint): ... this.
2298         Updated all users.
2299         (record_beneath_to_stopped_data_address): Renamed to ...
2300         (record_full_beneath_to_stopped_data_address): ... this.
2301         Updated all users.
2302         (record_beneath_to_async): Renamed to ...
2303         (record_full_beneath_to_async): ... this. Updated all users.
2304         (record_goto_insn): Renamed to ...
2305         (record_full_goto_insn): ... this. Updated all users.
2306         (record_save): Renamed to ...
2307         (record_full_save): ... this. Updated all users.
2308         (record_reg_alloc): Renamed to ...
2309         (record_full_reg_alloc): ... this. Updated all users.
2310         (record_reg_release): Renamed to ...
2311         (record_full_reg_release): ... this. Updated all users.
2312         (record_mem_alloc): Renamed to ...
2313         (record_full_mem_alloc): ... this. Updated all users.
2314         (record_mem_release): Renamed to ...
2315         (record_full_mem_release): ... this. Updated all users.
2316         (record_end_alloc): Renamed to ...
2317         (record_full_end_alloc): ... this. Updated all users.
2318         (record_end_release): Renamed to ...
2319         (record_full_end_release): ... this. Updated all users.
2320         (record_entry_release): Renamed to ...
2321         (record_full_entry_release): ... this. Updated all users.
2322         (record_list_release): Renamed to ...
2323         (record_full_list_release): ... this. Updated all users.
2324         (record_list_release_following): Renamed to ...
2325         (record_full_list_release_following): ... this.
2326         Updated all users.
2327         (record_list_release_first): Renamed to ...
2328         (record_full_list_release_first): ... this. Updated all users.
2329         (record_arch_list_add): Renamed to ...
2330         (record_full_arch_list_add): ... this. Updated all users.
2331         (record_get_loc): Renamed to ...
2332         (record_full_get_loc): ... this. Updated all users.
2333         (record_check_insn_num): Renamed to ...
2334         (record_full_check_insn_num): ... this. Updated all users.
2335         (record_arch_list_cleanups): Renamed to ...
2336         (record_full_arch_list_cleanups): ... this. Updated all users.
2337         (record_message): Renamed to ...
2338         (record_full_message): ... this. Updated all users.
2339         (record_message_wrapper): Renamed to ...
2340         (record_full_message_wrapper): ... this. Updated all users.
2341         (record_message_wrapper_safe): Renamed to ...
2342         (record_full_message_wrapper_safe): ... this. Updated all users.
2343         (record_gdb_operation_disable): Renamed to ...
2344         (record_full_gdb_operation_disable): ... this. Updated all users.
2345         (record_hw_watchpoint): Renamed to ...
2346         (record_full_hw_watchpoint): ... this. Updated all users.
2347         (record_exec_insn): Renamed to ...
2348         (record_full_exec_insn): ... this. Updated all users.
2349         (record_restore): Renamed to ...
2350         (record_full_restore): ... this. Updated all users.
2351         (record_async_inferior_event_token): Renamed to ...
2352         (record_full_async_inferior_event_token): ... this.
2353         Updated all users.
2354         (record_async_inferior_event_handler): Renamed to ...
2355         (record_full_async_inferior_event_handler): ... this.
2356         Updated all users.
2357         (record_core_open_1): Renamed to ...
2358         (record_full_core_open_1): ... this. Updated all users.
2359         (record_open_1): Renamed to ...
2360         (record_full_open_1): ... this. Updated all users.
2361         (record_open): Renamed to ...
2362         (record_full_open): ... this. Updated all users.
2363         (record_close): Renamed to ...
2364         (record_full_close): ... this. Updated all users.
2365         (record_resume_step): Renamed to ...
2366         (record_full_resume_step): ... this. Updated all users.
2367         (record_resumed): Renamed to ...
2368         (record_full_resumed): ... this. Updated all users.
2369         (record_execution_dir): Renamed to ...
2370         (record_full_execution_dir): ... this. Updated all users.
2371         (record_resume): Renamed to ...
2372         (record_full_resume): ... this. Updated all users.
2373         (record_get_sig): Renamed to ...
2374         (record_full_get_sig): ... this. Updated all users.
2375         (record_sig_handler): Renamed to ...
2376         (record_full_sig_handler): ... this. Updated all users.
2377         (record_wait_cleanups): Renamed to ...
2378         (record_full_wait_cleanups): ... this. Updated all users.
2379         (record_wait_1): Renamed to ...
2380         (record_full_wait_1): ... this. Updated all users.
2381         (record_wait): Renamed to ...
2382         (record_full_wait): ... this. Updated all users.
2383         (record_stopped_by_watchpoint): Renamed to ...
2384         (record_full_stopped_by_watchpoint): ... this. Updated all users.
2385         (record_disconnect): Renamed to ...
2386         (record_full_disconnect): ... this. Updated all users.
2387         (record_detach): Renamed to ...
2388         (record_full_detach): ... this. Updated all users.
2389         (record_mourn_inferior): Renamed to ...
2390         (record_full_mourn_inferior): ... this. Updated all users.
2391         (record_kill): Renamed to ...
2392         (record_full_kill): ... this. Updated all users.
2393         (record_stopped_data_address): Renamed to ...
2394         (record_full_stopped_data_address): ... this. Updated all users.
2395         (record_registers_change): Renamed to ...
2396         (record_full_registers_change): ... this. Updated all users.
2397         (record_store_registers): Renamed to ...
2398         (record_full_store_registers): ... this. Updated all users.
2399         (record_xfer_partial): Renamed to ...
2400         (record_full_xfer_partial): ... this. Updated all users.
2401         (record_breakpoint): Renamed to ...
2402         (record_full_breakpoint): ... this. Updated all users.
2403         (record_breakpoint_p): Renamed to ...
2404         (record_full_breakpoint_p): ... this. Updated all users.
2405         (record_breakpoints): Renamed to ...
2406         (record_full_breakpoints): ... this. Updated all users.
2407         (record_sync_record_breakpoints): Renamed to ...
2408         (record_full_sync_record_breakpoints): ... this.
2409         Updated all users.
2410         (record_init_record_breakpoints): Renamed to ...
2411         (record_full_init_record_breakpoints): ... this.
2412         Updated all users.
2413         (record_insert_breakpoint): Renamed to ...
2414         (record_full_insert_breakpoint): ... this. Updated all users.
2415         (record_remove_breakpoint): Renamed to ...
2416         (record_full_remove_breakpoint): ... this. Updated all users.
2417         (record_can_execute_reverse): Renamed to ...
2418         (record_full_can_execute_reverse): ... this. Updated all users.
2419         (record_get_bookmark): Renamed to ...
2420         (record_full_get_bookmark): ... this. Updated all users.
2421         (record_goto_bookmark): Renamed to ...
2422         (record_full_goto_bookmark): ... this. Updated all users.
2423         (record_async): Renamed to ...
2424         (record_full_async): ... this. Updated all users.
2425         (record_can_async_p): Renamed to ...
2426         (record_full_can_async_p): ... this. Updated all users.
2427         (record_is_async_p): Renamed to ...
2428         (record_full_is_async_p): ... this. Updated all users.
2429         (record_execution_direction): Renamed to ...
2430         (record_full_execution_direction): ... this. Updated all users.
2431         (record_info): Renamed to ...
2432         (record_full_info): ... this. Updated all users.
2433         (record_delete): Renamed to ...
2434         (record_full_delete): ... this. Updated all users.
2435         (record_is_replaying): Renamed to ...
2436         (record_full_is_replaying): ... this. Updated all users.
2437         (record_goto_entry): Renamed to ...
2438         (record_full_goto_entry): ... this. Updated all users.
2439         (record_goto_begin): Renamed to ...
2440         (record_full_goto_begin): ... this. Updated all users.
2441         (record_goto_end): Renamed to ...
2442         (record_full_goto_end): ... this. Updated all users.
2443         (record_goto): Renamed to ...
2444         (record_full_goto): ... this. Updated all users.
2445         (init_record_ops): Renamed to ...
2446         (init_record_full_ops): ... this. Updated all users.
2447         (record_core_resume): Renamed to ...
2448         (record_full_core_resume): ... this. Updated all users.
2449         (record_core_kill): Renamed to ...
2450         (record_full_core_kill): ... this. Updated all users.
2451         (record_core_fetch_registers): Renamed to ...
2452         (record_full_core_fetch_registers): ... this. Updated all users.
2453         (record_core_prepare_to_store): Renamed to ...
2454         (record_full_core_prepare_to_store): ... this. Updated all users.
2455         (record_core_store_registers): Renamed to ...
2456         (record_full_core_store_registers): ... this. Updated all users.
2457         (record_core_xfer_partial): Renamed to ...
2458         (record_full_core_xfer_partial): ... this. Updated all users.
2459         (record_core_insert_breakpoint): Renamed to ...
2460         (record_full_core_insert_breakpoint): ... this. Updated all users.
2461         (record_core_remove_breakpoint): Renamed to ...
2462         (record_full_core_remove_breakpoint): ... this. Updated all users.
2463         (record_core_has_execution): Renamed to ...
2464         (record_full_core_has_execution): ... this. Updated all users.
2465         (init_record_core_ops): Renamed to ...
2466         (init_record_full_core_ops): ... this. Updated all users.
2467         (cmd_record_restore): Renamed to ...
2468         (cmd_record_full_restore): ... this. Updated all users.
2469         (record_save_cleanups): Renamed to ...
2470         (record_full_save_cleanups): ... this. Updated all users.
2471         (cmd_record_start): Renamed to ...
2472         (cmd_record_full_start): ... this. Updated all users.
2473         (set_record_insn_max_num): Renamed to ...
2474         (set_record_full_insn_max_num): ... this. Updated all users.
2475         (set_record_command): Renamed to ...
2476         (set_record_full_command): ... this. Updated all users.
2477         (show_record_command): Renamed to ...
2478         (show_record_full_command): ... this. Updated all users.
2479         (_initialize_record): Renamed to ...
2480         (_initialize_record_full): ... this. Updated all users.
2481
2482 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2483
2484         * record.h: Split into this and ...
2485         * record-full.h: ... this.
2486         * record.c: Split into this and ...
2487         * record-full.c: ... this.
2488         * target.h (target_ops): Add new fields to_info_record,
2489         to_save_record, to_delete_record, to_record_is_replaying,
2490         to_goto_record_begin, to_goto_record_end, to_goto_record.
2491         (target_info_record): New.
2492         (target_save_record): New.
2493         (target_supports_delete_record): New.
2494         (target_delete_record): New.
2495         (target_record_is_replaying): New.
2496         (target_goto_record_begin): New.
2497         (target_goto_record_end): New.
2498         (target_goto_record): New.
2499         * target.c (target_info_record): New.
2500         (target_save_record): New.
2501         (target_supports_delete_record): New.
2502         (target_delete_record): New.
2503         (target_record_is_replaying): New.
2504         (target_goto_record_begin): New.
2505         (target_goto_record_end): New.
2506         (target_goto_record): New.
2507         * record.h: Declare struct cmd_list_element.
2508         (record_cmdlist): New declaration.
2509         (set_record_cmdlist): New declaration.
2510         (show_record_cmdlist): New declaration.
2511         (info_record_cmdlist): New declaration.
2512         (cmd_record_goto): New declaration.
2513         * record.c: Remove unnecessary includes.
2514         Include inferior.h.
2515         (cmd_record_goto): Remove declaration.
2516         (record_cmdlist): Now extern. Initialize.
2517         (set_record_cmdlist): Now extern. Initialize.
2518         (show_record_cmdlist): Now extern. Initialize.
2519         (info_record_cmdlist): Now extern. Initialize.
2520         (find_record_target): New.
2521         (require_record_target): New.
2522         (cmd_record_start): Update.
2523         (cmd_record_delete): Remove target-specific code.
2524         Call target_delete_record.
2525         (cmd_record_stop): Unpush any record target.
2526         (set_record_insn_max_num): Move to record-full.c
2527         (set_record_command): Add comment.
2528         (show_record_command): Add comment.
2529         (info_record_command): Update comment.
2530         Remove target-specific code.
2531         Call the record target's to_info_record.
2532         (cmd_record_start): New.
2533         (cmd_record_goto): Now extern.
2534         Remove target-specific code.
2535         Call target_goto_begin,  target_goto_end, or target_goto.
2536         (_initialize_record): Move record target ops initialization to
2537         record-full.c.
2538         Change "record" command help text.
2539         Move "record restore", "record set", and "record show" commands to
2540         record-full.c.
2541         * Makefile.in (SFILES): Add record-full.c.
2542         (HFILES_NO_SRCDIR): Add record-full.h.
2543         (COMMON_OBS): Add record-full.o.
2544         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
2545         * arm-tdep.c: Include record-full.h.
2546         * i386-linux-tdep.c: Include record-full.h instead of record.h.
2547         * i386-tdep.c: Include record-full.h.
2548         * infrun.c: Include record-full.h.
2549         * linux-record.c: Include record-full.h.
2550         * moxie-tdep.c: Include record-full.h.
2551         * record-full.c: Include record-full.h.
2552         Change module comment.
2553         (set_record_full_cmdlist): New.
2554         (show_record_full_cmdlist): New.
2555         (record_full_cmdlist): New.
2556         (record_goto_insn): New declaration.
2557         (record_save): New declaration.
2558         (record_check_insn_num): Change query string.
2559         (record_info): New.
2560         (record_delete): New.
2561         (record_is_replaying): New.
2562         (record_goto_entry): New.
2563         (record_goto_begin): New.
2564         (record_goto_end): New.
2565         (record_goto): New.
2566         (init_record_ops): Update.
2567         (init_record_core_ops): Update.
2568         (cmd_record_save): Rename to record_save. Remove target and arg checks.
2569         (cmd_record_start): New.
2570         (set_record_insn_max_num): Moved from record.c
2571         (set_record_full_command): New.
2572         (show_record_full_command): New.
2573         (_initialize_record_full): New.
2574
2575 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2576
2577         * target.h (add_deprecated_target_alias): New.
2578         * target.c (add_deprecated_target_alias): New.
2579
2580 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2581
2582         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
2583         and signal.h.
2584         (linux_supports_btrace): Add kernel and
2585         cpuid check.
2586         (kernel_supports_btrace): New function.
2587         (cpu_supports_btrace): New function.
2588         (intel_supports_btrace): New function.
2589
2590 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2591
2592         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
2593         * remote.c: Include btrace.h.
2594         (struct btrace_target_info): New struct.
2595         (remote_supports_btrace): New function.
2596         (send_Qbtrace): New function.
2597         (remote_enable_btrace): New function.
2598         (remote_disable_btrace): New function.
2599         (remote_teardown_btrace): New function.
2600         (remote_read_btrace): New function.
2601         (init_remote_ops): Add btrace ops.
2602         (enum <unnamed>): Add btrace packets.
2603         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
2604         (_initialize_remote): Add packet configuration for branch tracing.
2605
2606 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2607
2608         * features/btrace.dtd: New file.
2609         * Makefile.in (XMLFILES): Add btrace.dtd.
2610         * btrace.h (parse_xml_btrace): New declaration.
2611         * btrace.c: Include xml-support.h.
2612         (parse_xml_btrace): New function.
2613         (parse_xml_btrace_block): New function.
2614         (block_attributes): New struct.
2615         (btrace_attributes): New struct.
2616         (btrace_children): New struct.
2617         (btrace_elements): New struct.
2618
2619 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2620
2621         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
2622         (amd64_linux_enable_btrace): New.
2623         (amd64_linux_disable_btrace): New.
2624         (amd64_linux_teardown_btrace): New.
2625         (_initialize_amd64_linux_nat): Initialize btrace ops.
2626         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
2627         (i386_linux_enable_btrace): New.
2628         (i386_linux_disable_btrace): New.
2629         (i386_linux_teardown_btrace): New.
2630         (_initialize_i386_linux_nat): Initialize btrace ops.
2631         * config/i386/linux.mh: Add linux-btrace.o.
2632         * config/i386/linux64.mh: Add linux-btrace.o.
2633
2634 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2635
2636         * common/linux_btrace.h: New file.
2637         * common/linux_btrace.c: New file.
2638         * Makefile.in (SFILES): Add btrace.c.
2639         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
2640         (COMMON_OBS): Add btrace.o.
2641         (linux-btrace.o): New rule.
2642
2643 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2644
2645         * target.h: Include btrace.h.
2646         (struct target_ops) <to_supports_btrace, to_enable_btrace,
2647         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
2648         * target.c (target_supports_btrace): New function.
2649         (target_enable_btrace): New function.
2650         (target_disable_btrace): New function.
2651         (target_teardown_btrace): New function.
2652         (target_read_btrace): New function.
2653         * btrace.h: New file.
2654         * btrace.c: New file.
2655         * Makefile.in: Add btrace.c.
2656         * gdbthread.h: Include btrace.h.
2657         (struct thread_info): Add btrace field.
2658         * thread.c: Include btrace.h.
2659         (clear_thread_inferior_resources): Call target_teardown_btrace.
2660         * common/btrace-common.h: New file.
2661
2662 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
2663
2664         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
2665         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
2666         kill_status to outer block.
2667
2668 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
2669
2670         Fix entry-values if the callee called a noreturn function.
2671         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
2672         get_frame_address_in_block.  Add new comment.
2673
2674 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
2675
2676         Fix entry-values in C++ across CUs.
2677         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
2678         lookup_minimal_symbol.  Add a comment.
2679         * dwarf2read.c
2680         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
2681         DW_AT_linkage_name.
2682
2683 2013-03-08  Yao Qi  <yao@codesourcery.com>
2684
2685         * tracepoint.c (_initialize_tracepoint): Indent the code.
2686
2687 2013-03-08  Pedro Alves  <palves@redhat.com>
2688
2689         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
2690         (parse_find_args, find_command): Change type of pattern buffer
2691         locals to 'gdb_byte *'.
2692
2693 2013-03-08  Stan Shebs  <stan@codesourcery.com>
2694             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2695
2696         * NEWS: Mention set and show trace-buffer-size commands.
2697         Mention new packet.
2698         * target.h (struct target_ops): New method
2699         to_set_trace_buffer_size.
2700         (target_set_trace_buffer_size): New macro.
2701         * target.c (update_current_target): Set up new method.
2702         * tracepoint.c (trace_buffer_size): New global.
2703         (start_tracing): Send it to the target.
2704         (set_trace_buffer_size): New function.
2705         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
2706         * remote.c (remote_set_trace_buffer_size): New function.
2707         (_initialize_remote): Use it.
2708         (QTBuffer:size) New remote command.
2709         (PACKET_QTBuffer_size): New enum.
2710         (remote_protocol_features): Add an entry for
2711         PACKET_QTBuffer_size.
2712
2713 2013-03-08  Tom Tromey  <tromey@redhat.com>
2714
2715         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
2716         variable.
2717
2718 2013-03-07  Pedro Alves  <palves@redhat.com>
2719
2720         * target.c (target_read_stralloc, target_fileio_read_alloc):
2721         *Cast pointer to 'gdb_byte *' in target call.
2722
2723 2013-03-07  Pedro Alves  <palves@redhat.com>
2724
2725         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
2726         call.
2727
2728 2013-03-07  Keith Seitz  <keiths@redhat.com>
2729
2730         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
2731         (trace_pass_command): Likewise.
2732         * cli/cli-cmds.c: Include cli/cli-utils.h.
2733         (source_command): Use skip-spaces.
2734         (disassemble_command): Likewise.
2735         * findcmd.c: Include cli/cli-utils.h.
2736         (parse_find_args): Use skip_spaces.
2737         * go32-nat.c: Include cli/cli-utils.h.
2738         (go32_sldt): Use skip_spaces.
2739         (go32_sgdt): Likewise.
2740         (go32_sidt): Likewise.
2741         (go32_pde): Likewise.
2742         (go32_pte): Likewise.
2743         (go32_pte_for_address): Likewise.
2744         * infcmd.c: Include cli/cli-utils.h.
2745         (registers_info): Use skip_spaces.
2746         * linux-tdep.c (read_mapping): Use skip_spaces_const.
2747         (linux_info_proc): Likewise.
2748         * linux-thread-db.c: Include cli/cli-utils.h.
2749         (info_auto_load_libthread_db): Use skip_spaces_const.
2750         * m32r-rom.c: Include cli/cli-utils.h.
2751         (m32r_upload_command): Use skip_spaces.
2752         * maint.c: Include cli/cli-utils.h.
2753         (maintenance_translate_address): Use skip_spaces.
2754         * mi/mi-parse.c: Include cli/cli-utils.h.
2755         (mi_parse_argv): Use skip_spaces.
2756         (mi_parse): Likewise.
2757         * minsyms.c: Include cli/cli-utils.h.
2758         (msymbol_hash_iw): Use skip_spaces_const.
2759         * objc-lang.c: Include cli/cli-utils.h.
2760         (parse_selector): Use skip_spaces.
2761         (parse_method): Likewise.
2762         * python/python.c: Include cli/cli-utils.h.
2763         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
2764         (python_command)[HAVE_PYTHON]: Likewise.
2765         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
2766         * remote-m32r-sdi.c: Include cli/cli-utils.h.
2767         (m32r_load): Use skip_spaces.
2768         * serial.c: Include cli/cli-utils.h.
2769         (serial_open): Use skip_spaces_const.
2770         * stack.c: Include cli/cli-utils.h.
2771         (parse_frame_specification_1): Use skip_spaces_const.
2772         * symfile.c: Include cli/cli-utils.h.
2773         (set_ext_lang_command): Use skip_spaces.
2774         * symtab.c: Include cli/cli-utils.h.
2775         (rbreak_command): Use skip_spaces.
2776         * thread.c (thread_name_command): Use skip_spaces.
2777         * tracepoint.c (validate_actionline): Use skip_spaces.
2778         (encode_actions_1): Likewise.
2779         (trace_find_range_command): Likewise.
2780         (trace_find_outside_command): Likewise.
2781         (trace_dump_actions): Likewise.
2782
2783 2013-03-07  Pedro Alves  <palves@redhat.com>
2784
2785         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
2786         * expprint.c (print_subexp_standard): Likewise.
2787         * utils.c (host_char_to_target): Likewise.
2788         * valprint.c (generic_emit_char, generic_printstr): Likewise.
2789         * varobj.c (value_get_print_value): Change type of local to char*.
2790         Cast it gdb_byte * in call to language printer.
2791
2792 2013-03-07  Pedro Alves  <palves@redhat.com>
2793
2794         * charset.c (struct wchar_iterator) <input>: Change type to 'const
2795         gdb_byte *'.
2796         (make_wchar_iterator): Remove cast to char*.
2797         (wchar_iterate): Change type of local.
2798
2799 2013-03-07  Pedro Alves  <palves@redhat.com>
2800
2801         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
2802         for 'regcache->register_status'.
2803
2804 2013-03-07  Pedro Alves  <palves@redhat.com>
2805
2806         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
2807         int.
2808
2809 2013-03-07  Pedro Alves  <palves@redhat.com>
2810
2811         * stap-probe.c (handle_stap_probe): Add cast to char*.
2812
2813 2013-03-07  Pedro Alves  <palves@redhat.com>
2814
2815         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
2816         RECORD_MSGRCV>: Pass a signed variable to
2817         regcache_raw_read_signed, instead of an unsigned one.
2818
2819 2013-03-07  Pedro Alves  <palves@redhat.com>
2820
2821         * remote-notif.c (notif_debug): Change type to int.
2822         * remote-notif.h (notif_debug): Likewise.
2823
2824 2013-03-07  Pedro Alves  <palves@redhat.com>
2825
2826         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
2827
2828 2013-03-07  Pedro Alves  <palves@redhat.com>
2829
2830         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
2831         * remote.h (hex2bin, bin2hex): ... here.
2832         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
2833
2834 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
2835
2836         * utils.c (initialize_utils): Improve doc strings of "set/show
2837         width", "set/show height", and "set/show pagination".
2838
2839 2013-03-06  Keith Seitz  <keiths@redhat.com>
2840
2841         * ax-gdb.c (gen_printf): Make FORMAT const.
2842         * ax-gdb.h (gen_printf): Likewise.
2843         * ax-general.c (ax_string): Make STR const.
2844         * ax.h (ax_string): Likewise.
2845
2846 2013-03-06  Doug Evans  <dje@google.com>
2847
2848         * elfread.c (elf_symfile_read): Move debugging printf to more
2849         logical location.
2850
2851 2013-03-06  Pedro Alves  <palves@redhat.com>
2852
2853         * python/py-utils.c (target_string_to_unicode): Delete function.
2854         * python/python-internal.h (target_string_to_unicode): Delete
2855         declaration.
2856
2857 2013-03-06  Pierre Muller  <muller@sourceware.org>
2858
2859         * linespec.c (get_current_search_block): ARI fix, use (void)
2860         for empty parameter list.
2861
2862 2013-03-05  Doug Evans  <dje@google.com>
2863
2864         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
2865         of old ada_lookup_symbol_list.  In !full_search case, don't
2866         search superblocks.
2867         (ada_lookup_symbol_list): Delete arg full_search, all callers
2868         updated.  Call ada_lookup_symbol_list_worker.
2869         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
2870         * ada-lang.h (ada_lookup_symbol_list): Update.
2871         * language.h (language_defn): Update comment for
2872         la_iterate_over_symbols.
2873         * linespec.c (iterate_over_file_blocks): New function.
2874         (iterate_over_all_matching_symtabs): Call it.
2875         (lookup_prefix_sym): Ditto.
2876         (get_current_search_block): New function.
2877         (get_search_block): Delete.
2878         (find_label_symbols): Call get_current_search_block.
2879         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
2880         * symtab.c (iterate_over_symbols): Don't search superblocks.
2881
2882 2013-03-05  Yao Qi  <yao@codesourcery.com>
2883
2884         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
2885         parameter VAR's type from "unsigned int" to "int".
2886         * command.h (var_zuinteger_unlimited): Update its comments.
2887         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
2888
2889 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
2890
2891         * NEWS: Mention new target x86_64-*-cygwin*.
2892
2893 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
2894
2895         * configure.host: Add x86_64-*-cygwin* as host.
2896         * configure.tgt: Add x86_64-*-cygwin* as target.
2897         * config/i386/cygwin64.mh: New file.
2898
2899 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2900
2901         * linespec.c (decode_line_2): Fix duplicate request off by two message.
2902
2903 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2904
2905         * linespec.c (struct linespec_canonical_name): New.
2906         (struct linespec_state): Change canonical_names type to it.
2907         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
2908         xrealloc element size.  Initialize the different CANONICAL fields.
2909         (canonical_to_fullform): New.
2910         (filter_results): Use it.  Add variables canonical, fullform and
2911         cleanup.
2912         (struct decode_line_2_item, decode_line_2_compare_items): New.
2913         (decode_line_2): Remove variables iter and item_names, add variables
2914         items and items_count.  Modify the code for these new variables.
2915
2916 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
2917
2918         * coff-pe-read.c (read_pe_exported_syms): Don't return without
2919         calling do_cleanup.
2920
2921 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
2922
2923         * tracepoint.c (build_traceframe_info): Add code for byte order.
2924
2925 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
2926
2927         * v850-tdep.c: (v850e2_register_name): Revise system register
2928         names to match current V850E2M architecture specifications.
2929         Update register number enum comments too.
2930         
2931 2013-03-01  Jiong Wang  <jiwang@tilera.com>
2932             Pedro Alves  <palves@redhat.com>
2933
2934         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
2935         to END_ADDR.
2936         (tilegx_skip_prologue): Limit prologue analysis to section end.
2937
2938 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2939
2940         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
2941         use it.
2942
2943 2013-03-01  Pedro Alves  <palves@redhat.com>
2944
2945         Use gdb_byte for bytes from the program being debugged.
2946
2947         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
2948         Change type of local 'buf' to gdb_byte.
2949         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
2950         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2951         * cris-tdep.c (cris_sigcontext_addr)
2952         (cris_sigtramp_frame_unwind_cache): Likewise.
2953         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
2954         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
2955         Likewise.
2956         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
2957         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
2958         (hppa32_hpux_search_dummy_call_sequence)
2959         (hppa_hpux_supply_save_state): Likewise.
2960         * hppa-linux-tdep.c (insns_match_pattern)
2961         (hppa_linux_find_global_pointer): Likewise.
2962         * hppa-tdep.c (hppa_in_function_epilogue_p)
2963         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
2964         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
2965         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
2966         (i386fbsd_collect_uthread): Likewise.
2967         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
2968         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
2969         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
2970         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
2971         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
2972         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
2973         (ia64_libunwind_frame_prev_register)
2974         (ia64_libunwind_sigtramp_frame_this_id)
2975         (ia64_find_global_pointer_from_dynamic_section)
2976         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
2977         (ia64_unwind_pc): Likewise.
2978         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
2979         * m68hc11-tdep.c (m68hc11_push_dummy_call)
2980         (m68hc11_extract_return_value): Likewise.
2981         * m68klinux-nat.c (fetch_register, store_register): Likewise.
2982         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
2983         (mep_get_insn, mep_push_dummy_call): Likewise.
2984         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
2985         (mips_linux_in_dynsym_stub): Likewise.
2986         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
2987         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
2988         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
2989         to gdb_byte.
2990         * remote-mips.c (mips_set_register): Likewise.
2991         * remote-sim.c (gdbsim_fetch_register): Likewise.
2992         * score-tdep.c (score7_fetch_inst): Change type of parameter
2993         'memblock' and local 'buf' to gdb_byte.
2994         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
2995         Change type of local 'buf' to gdb_byte.  Adjust.
2996         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
2997         to gdb_byte**.
2998         (score7_analyze_prologue): Change type of 'memblock' and
2999         'memblock_ptr' locals to gdb_byte*.
3000         * sh64-tdep.c (sh64_extract_return_value)
3001         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
3002         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
3003         * solib-pa64.c (pa64_solib_create_inferior_hook)
3004         (pa64_open_symbol_file_object): Remove local 'buf'.
3005         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
3006         (som_open_symbol_file_object): Likewise.
3007         * solib-spu.c (spu_current_sos): Likewise.
3008         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
3009         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
3010         (spu_store_registers): Likewise.
3011         * target.c (debug_print_register): Likewise.
3012         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
3013         * xstormy16-tdep.c (xstormy16_store_return_value)
3014         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
3015         (xstormy16_find_jmp_table_entry): Likewise.
3016
3017 2013-03-01  Jiong Wang  <jiwang@tilera.com>
3018
3019         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
3020         (tilegx_gdbarch_init): Install it.
3021
3022 2013-02-28  Tom Tromey  <tromey@redhat.com>
3023
3024         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
3025         PyLong_Check.
3026
3027 2013-02-28  Doug Evans  <dje@google.com>
3028
3029         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
3030         * python/python.c (gdbpy_find_pc_line): Ditto.
3031
3032 2013-02-28  Tom Tromey  <tromey@redhat.com>
3033
3034         * contrib/excheck.py: New file.
3035         * contrib/exsummary.py: New file.
3036         * contrib/gcc-with-excheck: New file.
3037
3038 2013-02-28  Tom Tromey  <tromey@redhat.com>
3039
3040         * python/python.c (gdbpy_print_stack): Call begin_line and
3041         fprintf_filtered inside TRY_CATCH.
3042
3043 2013-02-28  Tom Tromey  <tromey@redhat.com>
3044
3045         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
3046         inside TRY_CATCH.
3047
3048 2013-02-28  Tom Tromey  <tromey@redhat.com>
3049
3050         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
3051         frame_object_to_frame_info inside TRY_CATCH.
3052
3053 2013-02-28  Tom Tromey  <tromey@redhat.com>
3054
3055         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
3056         TRY_CATCH.
3057
3058 2013-02-28  Tom Tromey  <tromey@redhat.com>
3059
3060         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
3061
3062 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
3063
3064         * windows-nat.c: Throughout, fix format strings and casts of
3065         printf-like functions to avoid type related warnings on all
3066         platforms.
3067         (handle_output_debug_string): Fetch context information address
3068         from debug string using string_to_core_addr.
3069
3070 2013-02-27  Jiong Wang  <jiwang@tilera.com>
3071
3072         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
3073         * regformats/reg-tilegx32.dat: New.
3074
3075 2013-02-27  Jiong Wang  <jiwang@tilera.com>
3076
3077         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
3078
3079 2013-02-27  Jiong Wang  <jiwang@tilera.com>
3080
3081         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
3082
3083 2013-02-27  Yao Qi  <yao@codesourcery.com>
3084             Pedro Alves  <palves@redhat.com>
3085
3086         * tracepoint.c (tfile_trace_find): For tfind
3087         pc/tp/range/outside, look for the next trace frame instead of
3088         always starting from frame 0.
3089
3090 2013-02-26  Anthony Green  <green@moxielogic.com>
3091
3092         * configure.tgt: Add support for moxie-*-rtems* target.
3093
3094 2013-02-25  Pedro Alves  <palves@redhat.com>
3095
3096         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
3097         warning text.
3098
3099 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
3100
3101         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
3102         if $fp is used as the virtual frame pointer.
3103
3104 2013-02-23  Alan Modra  <amodra@gmail.com>
3105
3106         * elfread.c (elf_symtab_read): Do not use udata.p here to find
3107         symbol size.
3108         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
3109         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
3110         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
3111         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
3112
3113 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3114
3115         Code cleanup.
3116         * elfread.c (build_id_bfd_get): Make the return type const.
3117         (build_id_verify): Make the check parameter const.
3118         (build_id_to_debug_filename): Make the build_id parameter and variable
3119         data const.
3120         (find_separate_debug_file_by_buildid): Make the variable build_id const.
3121
3122 2013-02-21  Alan Modra  <amodra@gmail.com>
3123
3124         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
3125
3126 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
3127
3128         Add a new method 'disassemble' to gdb.Architecture class.
3129         * python/py-arch.c (archpy_disassmble): Implementation of the
3130         new method gdb.Architecture.disassemble.
3131         (arch_object_methods): Add entry for the new method.
3132
3133 2013-02-20  Jiong Wang  <jiwang@tilera.com>
3134
3135         * MAINTAINERS (Write After Approval): Add myself to the list.
3136
3137 2013-02-19  Pedro Alves  <palves@redhat.com>
3138
3139         Garbage collect 'struct monitor_ops'::load_routine.
3140
3141         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
3142         * monitor.c (monitor_load): No longer call
3143         current_monitor->load_routine.
3144         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
3145         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
3146         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
3147
3148 2013-02-19  Pedro Alves  <palves@redhat.com>
3149
3150         PR gdb/15161
3151
3152         Harmonize with generic_load.
3153
3154         * monitor.c: Include "readline/readline.h".
3155         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
3156         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
3157         long/strtol for the 'load_offset' local.  Error out if no argument
3158         is given or if too many arguments are given.  Tilde expand the
3159         passed in file name.
3160
3161 2013-02-19  Kai Tietz  <ktietz@redhat.com>
3162
3163         PR gdb/15161
3164         * symfile.c (load_section_data): Change type of load_offset
3165         to CORE_ADDR.
3166         (generic_load): User strtoulst instead of strtoul for conversion
3167         of load_offset.
3168
3169 2013-02-19  Jiong Wang  <jiwang@tilera.com>
3170
3171         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
3172          for return address, "lr" register, saved on stack.
3173         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
3174         after we invoke tilegx_analyze_prologue.
3175
3176 2013-02-19  Jiong Wang  <jiwang@tilera.com>
3177
3178         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
3179
3180 2013-02-19  Jiong Wang  <jiwang@tilera.com>
3181
3182         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
3183
3184 2013-02-19  Jiong Wang  <jiwang@tilera.com>
3185
3186         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
3187         (tilegx_write_pc): New function.
3188         (tilegx_cannot_reference_register): Return zero if REGNO
3189         is TILEGX_FAULTNUM_REGNUM.
3190         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
3191         (tilegx_register_name): Add handling of "faultnum" register.
3192         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
3193         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
3194         handling of TILEGX_FAULTNUM_REGNUM.
3195         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
3196
3197 2013-02-19  Jiong Wang  <jiwang@tilera.com>
3198
3199         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
3200         should be aligned to 64bit.
3201
3202 2013-02-19  Kai Tietz  <ktietz@redhat.com>
3203
3204         * windows-nat.c (windows_xfer_memory): Fix debug-output
3205         for LLP64.
3206
3207 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
3208
3209         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
3210         Don't check DSP register number if HAVE_DSP is not set.
3211
3212 2013-02-19  Alan Modra  <amodra@gmail.com>
3213
3214         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
3215         throughout file instead.
3216         (build_id_bfd_get): Update to use new elf_tdata build_id field.
3217         Don't xmalloc return value.
3218         (build_id_verify): Similarly.  Don't xfree.
3219         (build_id_to_debug_filename): Update.
3220         (find_separate_debug_file_by_buildid): Update, don't xfree.
3221
3222 2013-02-18  Tom Tromey  <tromey@redhat.com>
3223
3224         PR gdb/15102:
3225         * dwarf2read.c (read_subrange_type): Use result of
3226         'check_typedef'.
3227
3228 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
3229
3230         * frame.c: Remove one extra white space after #include
3231         directive.
3232
3233 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3234
3235         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
3236
3237 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3238
3239         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
3240         and dir commands into an if block.
3241
3242 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
3243
3244         * python/py-breakpoint (struct pybp_code):  Use int instead of
3245         enum type_code.
3246
3247 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
3248             Hafiz Abid Qadeer  <abidh@codesourcery.com>
3249
3250         * NEWS: Mention new field "trace-file".
3251         * tracepoint.c (trace_status_mi): Output "trace-file" field.
3252         (tfile_open): Record the trace file's filename in the trace
3253         status.
3254         (tfile_files_info): Mention the name of the trace file.
3255         Check the "filename" field explicitely.
3256         (trace_status_command): Explicitely check "filename" field.
3257         (trace_find_command): Ditto.
3258         (trace_find_pc_command): Ditto.
3259         (trace_find_tracepoint_command): Ditto.
3260         (trace_find_line_command): Ditto.
3261         (trace_find_range_command): Ditto.
3262         (trace_find_outside_command): Ditto.
3263         * tracepoint.h (struct trace_status) <from_file>: Rename it
3264         to "filename" and make it hold the trace file's filename
3265         instead of a boolean.
3266         * remote.c (remote_get_trace_status): Initialize "filename"
3267         field with NULL instead of 0.
3268
3269 2013-02-15  Yao Qi  <yao@codesourcery.com>
3270
3271         * remote.c: Fix a typo.
3272
3273 2013-02-14  Pierre Muller  <muller@sourceware.org>
3274
3275         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
3276
3277 2013-02-14  Pedro Alves  <palves@redhat.com>
3278
3279         * utils.c (savestring): Don't #undef it.  Move function to
3280         common/common-utils.c.
3281         * common/common-utils.c: Include gdb_string.h.
3282         (savestring): Move here from utils.c.
3283         * common/common-utils.h (savestring): Declare.
3284
3285 2013-02-14  Pedro Alves  <palves@redhat.com>
3286
3287         * utils.c (savestring): Rename parameter 'size' to 'len'.
3288
3289 2013-02-14  Pedro Alves  <palves@redhat.com>
3290             Yufeng Zhang  <yufeng.zhang@arm.com>
3291
3292         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
3293         (aarch64_inferior_data, struct aarch64_inferior_data):
3294         Delete.
3295         (struct aarch64_process_info): New.
3296         (aarch64_process_list): New global.
3297         (aarch64_find_process_pid, aarch64_add_process)
3298         (aarch64_process_info_get): New functions.
3299         (aarch64_inferior_data_get): Delete.
3300         (aarch64_process_info_get): New function.
3301         (aarch64_forget_process): New function.
3302         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
3303         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
3304         aarch64_get_debug_reg_state.
3305         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
3306         instead of linux_nat_iterate_watchpoint_lwps.
3307         (aarch64_linux_new_fork): New function.
3308         (aarch64_linux_child_post_startup_inferior): Use
3309         aarch64_forget_process instead of aarch64_init_debug_reg_state.
3310         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
3311         (aarch64_linux_remove_hw_breakpoint)
3312         (aarch64_handle_aligned_watchpoint)
3313         (aarch64_handle_unaligned_watchpoint)
3314         (aarch64_linux_insert_watchpoint)
3315         (aarch64_linux_remove_watchpoint)
3316         (aarch64_linux_stopped_data_address): Adjust to pass the current
3317         process id to aarch64_debug_reg_state.
3318         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
3319         linux_nat_new_fork hook, and aarch64_forget_process as
3320         linux_nat_forget_process hook; remove the call to
3321         register_inferior_data_with_cleanup.
3322
3323 2013-02-14  Pedro Alves  <palves@redhat.com>
3324
3325         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
3326         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
3327         lval_memory.
3328
3329 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
3330             Hafiz Abid Qadeer  <abidh@codesourcery.com>
3331
3332         * tracepoint.h (validate_trace_state_variable_name): Declare.
3333         * tracepoint.c (validate_trace_state_variable_name): New.
3334         (trace_variable_command): Parse the trace state variable's name
3335         without using parse_expression.  Do several validations.
3336         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
3337         trace state variable's name with parse_expression.  Validate it.
3338
3339 2013-02-14  Yao Qi  <yao@codesourcery.com>
3340
3341         * infcmd.c (breakpoint_proceeded): Remove it.
3342
3343 2013-02-14  Yao Qi  <yao@codesourcery.com>
3344
3345         * tracepoint.c (end_actions_pseudocommand): Make it static.
3346         (while_stepping_pseudocommand): Likewise.
3347         * tracepoint.h (end_actions_pseudocommand): Remove the
3348         declaration.
3349         (while_stepping_pseudocommand): Likewise.
3350
3351 2013-02-14  Yao Qi  <yao@codesourcery.com>
3352
3353         * cli/cli-decode.c (help_cmd): Remove the declaration of
3354         "cmdlist".
3355         (help_all): Likewise.
3356
3357 2013-02-13  Pedro Alves  <palves@redhat.com>
3358
3359         * amd64-linux-nat.c (update_debug_registers_callback):
3360         Update comment.
3361         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
3362         iterate_over_lwps.
3363         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
3364         i386_debug_reg_state.
3365         (amd64_linux_new_fork): New function.
3366         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
3367         linux_nat_new_fork hook, and i386_forget_process as
3368         linux_nat_forget_process hook.
3369         * i386-linux-nat.c (update_debug_registers_callback):
3370         Update comment.
3371         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
3372         iterate_over_lwps.
3373         (i386_linux_prepare_to_resume): Pass the lwp's pid to
3374         i386_debug_reg_state.
3375         (i386_linux_new_fork): New function.
3376         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
3377         linux_nat_new_fork hook, and i386_forget_process as
3378         linux_nat_forget_process hook.
3379         * i386-nat.c (i386_init_dregs): Delete.
3380         (i386_inferior_data, struct i386_inferior_data):
3381         Delete.
3382         (struct i386_process_info): New.
3383         (i386_process_list): New global.
3384         (i386_find_process_pid, i386_add_process, i386_process_info_get):
3385         New functions.
3386         (i386_inferior_data_get): Delete.
3387         (i386_process_info_get): New function.
3388         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
3389         (i386_forget_process): New function.
3390         (i386_cleanup_dregs): Rewrite.
3391         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
3392         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
3393         (i386_stopped_data_address, i386_insert_hw_breakpoint)
3394         (i386_remove_hw_breakpoint): Adjust to pass the current process id
3395         to i386_debug_reg_state.
3396         (i386_use_watchpoints): Don't register inferior data.
3397         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
3398         adjust comment.
3399         (i386_forget_process): Declare.
3400         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
3401         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
3402         New static globals.
3403         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
3404         (add_initial_lwp): New, factored out from ...
3405         (add_lwp): ... this.  Don't check the number of lwps before
3406         calling linux_nat_new_thread.
3407         (linux_nat_iterate_watchpoint_lwps): Delete.
3408         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
3409         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
3410         forks and vforks.
3411         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
3412         initial lwp.
3413         (linux_nat_kill, linux_nat_mourn_inferior): Call
3414         linux_nat_forget_process.
3415         (linux_nat_set_new_fork, linux_nat_set_forget_process)
3416         (linux_nat_forget_process): New functions.
3417         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
3418         type.
3419         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
3420         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
3421         types.
3422         (linux_nat_set_new_fork, linux_nat_set_forget_process)
3423         (linux_nat_forget_process): New declarations.
3424
3425         * amd64fbsd-nat.c (super_mourn_inferior): New global.
3426         (amd64fbsd_mourn_inferior): New function.
3427         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
3428         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
3429
3430 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3431
3432         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
3433         Adding _().
3434
3435 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3436
3437         * aarch64-linux-nat.c (debug_reg_change_callback)
3438         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
3439         %s and phex().
3440
3441 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3442
3443         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
3444         with LONGEST.
3445
3446 2013-02-13  Pedro Alves  <palves@redhat.com>
3447             Hafiz Abid Qadeer  <abidh@codesourcery.com>
3448
3449         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
3450
3451 2013-02-12  Tom Tromey  <tromey@redhat.com>
3452
3453         PR symtab/11464:
3454         * c-exp.y (lex_one_token): Initialize other fields of yylval on
3455         NAME return.
3456         (classify_inner_name): Remove 'first_name' argument, add
3457         'context'.  Remove unused variable.
3458         (yylex): Explicitly maintain the context type.  Exit loop earlier
3459         if NAME result is seen.
3460
3461 2013-02-12  Pedro Alves  <palves@redhat.com>
3462
3463         * amd64-darwin-tdep.c: Add (C) after Copyright.
3464         * cli/cli-cmds.h: Ditto.
3465         * cli/cli-decode.c: Ditto.
3466         * cli/cli-decode.h: Ditto.
3467         * cli/cli-dump.c: Ditto.
3468         * cli/cli-dump.h: Ditto.
3469         * cli/cli-interp.c: Ditto.
3470         * cli/cli-logging.c: Ditto.
3471         * cli/cli-script.c: Ditto.
3472         * cli/cli-script.h: Ditto.
3473         * cli/cli-setshow.c: Ditto.
3474         * cli/cli-setshow.h: Ditto.
3475         * cli/cli-utils.c: Ditto.
3476         * cli/cli-utils.h: Ditto.
3477         * config/alpha/nm-osf3.h: Ditto.
3478         * config/djgpp/djconfig.sh: Ditto.
3479         * config/i386/nm-fbsd.h: Ditto.
3480         * config/i386/nm-i386gnu.h: Ditto.
3481         * config/nm-linux.h: Ditto.
3482         * config/nm-nto.h: Ditto.
3483         * config/rs6000/nm-rs6000.h: Ditto.
3484         * config/sparc/nm-sol2.h: Ditto.
3485         * darwin-nat-info.c: Ditto.
3486         * dfp.c: Ditto.
3487         * dfp.h: Ditto.
3488         * gdb-demangle.h: Ditto.
3489         * i386-darwin-nat.c: Ditto.
3490         * i386-darwin-tdep.c: Ditto.
3491         * linux-fork.h: Ditto.
3492         * m32c-tdep.c: Ditto.
3493         * microblaze-linux-tdep.c: Ditto.
3494         * microblaze-rom.c: Ditto.
3495         * microblaze-tdep.c: Ditto.
3496         * microblaze-tdep.h: Ditto.
3497         * mips-linux-tdep.h: Ditto.
3498         * ppc-ravenscar-thread.c: Ditto.
3499         * ppc-ravenscar-thread.h: Ditto.
3500         * prologue-value.c: Ditto.
3501         * prologue-value.h: Ditto.
3502         * ravenscar-thread.c: Ditto.
3503         * ravenscar-thread.h: Ditto.
3504         * sparc-ravenscar-thread.c: Ditto.
3505         * sparc-ravenscar-thread.h: Ditto.
3506         * tilegx-linux-tdep.c: Ditto.
3507         * unwind_stop_reasons.def: Ditto.
3508         * windows-nat.h: Ditto.
3509         * xtensa-linux-tdep.c: Ditto.
3510         * xtensa-xtregs.c: Ditto.
3511         * regformats/regdat.sh: Ditto.
3512         * regformats/regdef.h: Ditto.
3513
3514 2013-02-12  Pedro Alves  <palves@redhat.com>
3515
3516         * break-catch-sig.c: Update copyright years.
3517
3518 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
3519
3520         Add support for a destructor for ui_out data and use it to
3521         provide a ui_out destructor.
3522         * ui-out.h: Declare the new ui_out destructor.
3523         (ui_out_impl): Add a field for data destructor in ui_out_impl.
3524         * ui-out.c (default_data_destroy): Add a default data destructor
3525         which does nothing.
3526         (default_ui_out_impl): Set the new data_destroy field to
3527         default_data_destroy
3528         (uo_data_destroy): Local function which invokes the data
3529         destructor if present.
3530         (clear_table): Local function which clears the table data of a
3531         ui_out object.
3532         (ui_out_destroy): Public function which frees a ui_out object.
3533         (ui_out_table_end): Use the new clear_table function.
3534         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
3535         NULL.
3536         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
3537         to NULL.
3538
3539 2013-02-11  Doug Evans  <dje@google.com>
3540
3541         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
3542         (printf_decfloat): New function.  Broken out from ui_printf.
3543         Remove unnecessary code to shift the entire format string down.
3544         (printf_pointer): New function.
3545         (ui_printf): Code to print C strings, wide C strings, decfloats,
3546         and pointers moved to separate functions.
3547
3548 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
3549
3550         * valops.c (value_assign): Handling bitfield offset in
3551         `lval_internalvar_component' case.
3552
3553 2013-02-08  Doug Evans  <dje@google.com>
3554
3555         * common/format.c (parse_format_string): Fix whitespace.
3556
3557 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
3558
3559         * stack.c (return_command): Work around uninitialized variable
3560         warning.
3561
3562 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
3563
3564         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
3565         number of the registers from 36 to 34.
3566
3567 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3568
3569         * NEWS: Mention new AArch64 native and target support.
3570
3571 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3572
3573         * MAINTAINERS (Write After Approval): Add myself.
3574
3575 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
3576             Marcus Shawcroft  <marcus.shawcroft@arm.com>
3577             Nigel Stephens  <nigel.stephens@arm.com>
3578             Yufeng Zhang  <yufeng.zhang@arm.com>
3579
3580         * aarch64-linux-nat.c: New file.
3581         * config/aarch64/linux.mh: New file.
3582         * configure.host: Add AArch64.
3583         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
3584
3585 2013-02-07  Doug Evans  <dje@google.com>
3586
3587         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
3588         disassemble command.
3589
3590 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3591
3592         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
3593         set_gdbarch_fetch_tls_load_module_address.
3594
3595 2013-02-06  David S. Miller  <davem@davemloft.net>
3596
3597         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
3598         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
3599         * value.c (struct_return_convention): New function.
3600         (using_struct_return): Implement in terms of struct_return_convention.
3601         * value.h (struct_return_convention): Declare.
3602         * stack.c (return_command): Allow successful overriding of the return
3603         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
3604
3605 2013-02-06  Tom Tromey  <tromey@redhat.com>
3606
3607         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
3608         outside of TRY_CATCH.
3609
3610 2013-02-06  Yao Qi  <yao@codesourcery.com>
3611
3612         * mi/mi-interp.c: Include "tracepoint.h".
3613         (mi_tsv_modified): Declare.
3614         (mi_tsv_created, mi_tsv_deleted): Update declaration.
3615         (mi_interpreter_init): Call observer_attach_tsv_modified.
3616         (mi_tsv_modified): New.
3617         (mi_tsv_created, mi_tsv_deleted): Update.
3618         * tracepoint.c (trace_variable_command): Call
3619         observer_notify_tsv_modified if the initial value of tsv is
3620         changed.
3621         (delete_trace_state_variable): Call
3622         observer_notify_tsv_deleted earlier.
3623         (trace_variable_command): Caller update.
3624         (create_tsv_from_upload): Likewise.
3625         * observer.sh: Declare "struct trace_state_variable".
3626
3627         * NEWS: Mention the new MI notification "=tsv-modified".
3628
3629 2013-02-05  Doug Evans  <dje@google.com>
3630
3631         * completer.c (location_completer): Fix typo in comment.
3632
3633 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3634
3635         * breakpoint.c (add_location_to_breakpoint): Insert the location with
3636         ADDRESS sorted.
3637
3638 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3639
3640         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
3641         Refactor if statement to avoid trailing || operator.
3642
3643 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
3644
3645         * NEWS: Add PowerPC FreeBSD as a new native configuration.
3646
3647 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
3648
3649         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
3650         * configure.host: Add powerpc*-*-freebsd* target.
3651         * configure.tgt: Add target info for powerpc*-*-freebsd*.
3652         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
3653         * config/powerpc/fbsd.mh: New file.
3654
3655 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3656             Denys Vlasenko  <dvlasenk@redhat.com>
3657             Pedro Alves  <palves@redhat.com>
3658
3659         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
3660         (struct elf_internal_linux_prpsinfo): Forward declare.
3661         * gdbarch.h, gdbarch.c: Regenerate.
3662         * linux-tdep.c: Include `cli/cli-utils.h'.
3663         (linux_fill_prpsinfo): New function.
3664         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
3665         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
3666         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
3667         depending on gdbarch pointer bitness.
3668         * ppc-linux-tdep.c: Include elf-bfd.h.
3669         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
3670         on 32-bit.
3671
3672 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
3673             Marcus Shawcroft  <marcus.shawcroft@arm.com>
3674             Nigel Stephens  <nigel.stephens@arm.com>
3675             Yufeng Zhang  <yufeng.zhang@arm.com>
3676
3677         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
3678
3679 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
3680             Marcus Shawcroft  <marcus.shawcroft@arm.com>
3681             Nigel Stephens  <nigel.stephens@arm.com>
3682             Yufeng Zhang  <yufeng.zhang@arm.com>
3683
3684         * aarch64-newlib-tdep.c: New file.
3685         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
3686         aarch64*-*-elf.
3687         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
3688         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
3689         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
3690         * osabi.c (gdb_osabi_names): Add "Newlib".
3691
3692 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
3693             Marcus Shawcroft  <marcus.shawcroft@arm.com>
3694             Nigel Stephens  <nigel.stephens@arm.com>
3695             Yufeng Zhang  <yufeng.zhang@arm.com>
3696
3697         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
3698         (ALLDEPFILES): Add aarch64-linux-tdep.c.
3699         * aarch64-linux-tdep.c: New file.
3700         * aarch64-linux-tdep.h: New file.
3701         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
3702         * configure.tgt: Add aarch64-none-linux-gnu.
3703
3704 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
3705             Marcus Shawcroft  <marcus.shawcroft@arm.com>
3706             Nigel Stephens  <nigel.stephens@arm.com>
3707             Yufeng Zhang  <yufeng.zhang@arm.com>
3708
3709         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
3710         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
3711         (ALLDEPFILES): Add aarch64-tdep.c.
3712         * aarch64-tdep.c: New file.
3713         * aarch64-tdep.h: New file.
3714         * configure.tgt: Add AArch64.
3715         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
3716         (aarch64-expedite): New definition.
3717         * features/aarch64-core.xml: New file.
3718         * features/aarch64-fpu.xml: New file.
3719         * features/aarch64-without-fpu.c: New file (generated).
3720         * features/aarch64-without-fpu.xml: New file.
3721         * features/aarch64.c: New file (generated).
3722         * features/aarch64.xml: New file.
3723         * regformats/aarch64-without-fpu.dat: New file (generated).
3724         * regformats/aarch64.dat: New file (generated).
3725
3726 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3727
3728         * contrib/expect-read1.c: New file.
3729         * contrib/expect-read1.sh: New file.
3730
3731 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3732
3733         * dwarf2read.c (file_file_name): New function with code from
3734         file_full_name.
3735         (file_full_name): Move most of the code to file_file_name.
3736         (macro_start_file): Rename variable full_name to file_name and use
3737         file_file_name for it.  Add comp_dir parameter to new_macro_table.
3738         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
3739         macro_source_file->filename access by macro_source_fullname call.
3740         * macroscope.c (_initialize_macroscope): Update the new_macro_table
3741         caller.
3742         * macrotab.c (struct macro_table): New field comp_dir.
3743         (macro_include): New variables link_fullname and source_fullname.
3744         Replace any macro_source_file->filename access by macro_source_fullname
3745         call.
3746         (macro_lookup_inclusion): Remove the partial filenames checking code.
3747         (check_for_redefinition): New variables source_fullname and
3748         found_key_fullname.  Replace any macro_source_file->filename access by
3749         macro_source_fullname call.
3750         (macro_undef): New variables source_fullname and key_fullname.  Replace
3751         any macro_source_file->filename access by macro_source_fullname call.
3752         (macro_lookup_definition): New variables retval and source_fullname.
3753         Replace any macro_source_file->filename access by macro_source_fullname
3754         call.
3755         (foreach_macro): New variable key_fullname.  Replace any
3756         macro_source_file->filename access by macro_source_fullname call.
3757         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
3758         macro_source_file->filename access by macro_source_fullname call.
3759         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
3760         (macro_source_fullname): New function.
3761         * macrotab.h (struct macro_source_file): Extent the filename field
3762         comment.
3763         (new_macro_table): New parameter comp_dir, add a comment for it.
3764         (macro_source_fullname): new declaration.
3765
3766 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3767
3768         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
3769         this_real_name to outer block.  Use it also for
3770         compare_filenames_for_search.
3771         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
3772         with dw2_get_real_path for file_matcher, considering also
3773         BASENAMES_MAY_DIFFER.
3774         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
3775
3776 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3777
3778         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
3779         to the file_matcher parameter.  Pass 0 to it.
3780         (dwarf2_create_include_psymtab): Copy also DIRNAME.
3781         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
3782         NULL psymtab_to_fullname result.
3783         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
3784         an expected filename instead.
3785         (expand_symtabs_matching_via_partial): Add basenames parameter to the
3786         file_matcher parameter.  Call also psymtab_to_fullname, after newly
3787         considering BASENAMES_MAY_DIFFER.
3788         * source.c (rewrite_source_path): Remove static.
3789         * source.h (rewrite_source_path): New declaration.
3790         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
3791         the expand_symtabs_matching field.  Comment it.
3792         * symtab.c (file_matches): New function comment.  Add parameter
3793         basenames, implement it.
3794         (search_symbols_file_matches): Add basenames parameter.  Update the
3795         file_matches caller.
3796         (search_symbols): Match FILES also against symtab_to_fullname.
3797         Optimize it for BASENAMES_MAY_DIFFER.
3798
3799 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3800
3801         * source.c (print_source_lines_base): Print for TUI also "fullname".
3802         * tui/tui-data.c (init_content_element): Change tui_locator_element
3803         field to full_name.
3804         * tui/tui-data.h (struct tui_locator_element): Likewise.
3805         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
3806         tui_update_locator_filename calls to tui_update_locator_fullname.
3807         Replace symtab->filename refererence by symtab_to_fullname call.
3808         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
3809         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
3810         field to full_name.  Replace symtab->filename refererence by
3811         symtab_to_fullname call.
3812         (tui_show_symtab_source): Rename parameter to fullname.  Change
3813         tui_locator_element field to full_name.
3814         * tui/tui-stack.c: Include source.h.
3815         (tui_set_locator_filename): Rename the declaration to ...
3816         (tui_set_locator_fullname): ... here.  Rename its parameter to
3817         fullname, updates its comment.
3818         (tui_set_locator_info): Rename its parameter to fullname.
3819         (tui_set_locator_filename): Rename the definition to ...
3820         (tui_set_locator_fullname): ... here.  Rename its parameter to
3821         fullname, updates its comment.  Change tui_locator_element field to
3822         full_name.
3823         (tui_set_locator_info): Rename its parameter to fullname.
3824         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
3825         (tui_update_locator_filename): Rename to ...
3826         (tui_update_locator_fullname): ... here. Rename callee to
3827         tui_set_locator_fullname.
3828         (tui_show_frame_info): Replace symtab->filename refererence by
3829         symtab_to_fullname call.
3830         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
3831         (tui_update_locator_fullname): ... here.
3832         * tui/tui-winsource.c (tui_display_main): Rename the callee to
3833         tui_update_locator_fullname.  Replace symtab->filename refererence by
3834         symtab_to_fullname call.
3835         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
3836         Rename the callee to tui_update_locator_fullname.
3837         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
3838
3839 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3840
3841         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
3842         by symtab_to_filename_for_display calls.
3843         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
3844         (clear_command): New variable sal_fullname, initialize it.  Replace
3845         compare_filenames_for_search by filename_cmp with sal_fullname.
3846         (say_where, update_static_tracepoint): Replace symtab->filename
3847         refererences by symtab_to_filename_for_display calls.
3848         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
3849         Likewise.
3850         * dwarf2read.c: Include source.h.
3851         (fixup_go_packaging): Replace symtab->filename refererences by
3852         symtab_to_filename_for_display calls.
3853         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
3854         Replace symtab->filename refererences by symtab_to_filename_for_display
3855         calls.
3856         (create_sals_line_offset, convert_linespec_to_sals): New variable
3857         fullname, initialize it, replace symtab->filename reference by the
3858         variable.
3859         * linux-fork.c: Include source.h.
3860         (info_checkpoints_command): Replace symtab->filename refererences by
3861         symtab_to_filename_for_display calls.
3862         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
3863         by symtab_to_filename_for_display calls.
3864         * mdebugread.c: Include source.h.
3865         (psymtab_to_symtab_1): Replace symtab->filename refererences by
3866         symtab_to_filename_for_display calls.
3867         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
3868         (mi_cmd_file_list_exec_source_files): Likewise.
3869         * printcmd.c: Include source.h.
3870         (build_address_symbolic): Replace symtab->filename refererences by
3871         symtab_to_filename_for_display calls.
3872         * psymtab.c (partial_map_symtabs_matching_filename)
3873         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
3874         with psymtab_to_fullname.
3875         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
3876         by symtab_to_filename_for_display calls.
3877         (stpy_get_filename): New variable filename, initialize it, use instead
3878         of symtab->filename refererences.
3879         (salpy_str): Make variable filename const char *.  Replace
3880         symtab->filename refererences by symtab_to_filename_for_display calls.
3881         * skip.c: Include source.h and filenames.h.
3882         (skip_file_command): Remove const from the symtab variable.  Replace
3883         symtab->filename refererences by symtab_to_fullname call.
3884         (function_name_is_marked_for_skip): New variables searched_for_fullname
3885         and fullname.  Use them to search also with symtab's fullname.
3886         * source.c (find_source_lines): Replace symtab->filename refererences
3887         by symtab_to_filename_for_display calls.
3888         (print_source_lines_base): New variable filename, use it instead of
3889         symtab->filename.  Replace symtab->filename refererences by
3890         symtab_to_filename_for_display calls.
3891         (line_info, forward_search_command): Replace symtab->filename
3892         refererences by symtab_to_filename_for_display calls.
3893         (reverse_search_command): Replace symtab->filename refererences by
3894         symtab_to_filename_for_display calls.  New variable filename for it.
3895         * stack.c (frame_info): Likewise.
3896         * symmisc.c: Include source.h.
3897         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
3898         (maintenance_info_symtabs): Replace symtab->filename refererences by
3899         symtab_to_filename_for_display calls.
3900         * symtab.c (iterate_over_some_symtabs): Call
3901         compare_filenames_for_search also with symtab_to_fullname.
3902         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
3903         symtab->filename refererences by symtab_to_filename_for_display calls.
3904         (find_line_symtab): Replace symtab->filename refererences by
3905         symtab_to_filename_for_display calls.
3906         (file_matches): Replace filename_cmp by compare_filenames_for_search.
3907         (print_symbol_info): Make the last parameter const char *.  New
3908         variable s_filename.  Use it in the function.
3909         (symtab_symbol_info): Make the last_filename variable const char *.
3910         Replace symtab->filename refererences by symtab_to_filename_for_display
3911         calls.
3912         (rbreak_command): New variable fullname.  Use it.  Replace
3913         symtab->filename refererence by symtab_to_filename_for_display call.
3914         * tracepoint.c (set_traceframe_context, trace_find_line_command)
3915         (print_one_static_tracepoint_marker): Replace symtab->filename
3916         refererences by symtab_to_filename_for_display calls.
3917         * tui/tui-source.c (tui_set_source_content): New variables filename and
3918         s_filename.  Replace symtab->filename refererences by this variable.
3919         Replace other symtab->filename refererences by
3920         symtab_to_filename_for_display calls.
3921
3922 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3923             Jan Kratochvil  <jan.kratochvil@redhat.com>
3924
3925         Add a new variable that controls a way in which filenames are
3926         displayed.
3927         * NEWS (set filename-display): New entry.
3928         * source.c (filename_display_basename, filename_display_relative)
3929         (filename_display_absolute, filename_display_kind_names)
3930         (filename_display_string, show_filename_display_string)
3931         (symtab_to_filename_for_display): New.
3932         (_initialize_source): Added initialization of 'filename-display'
3933         variable.
3934         * source.h (symtab_to_filename_for_display): Added declaration.
3935         * stack.c (print_frame): Added new variable and calling of a new
3936         function and condition with this variable. Changed third argument of
3937         calling of a function.
3938
3939 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3940
3941         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
3942         Rename field reference filename to fullname.
3943         * tui/tui-data.h (struct tui_source_info): Rename field filename to
3944         fullname.  New comment for it.
3945         * tui/tui-source.c (tui_set_source_content): Rename field reference
3946         filename to fullname.  Initialize field by symtab_to_fullname now.
3947         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
3948         reference filename to fullname.  Use symtab_to_fullname during
3949         comparison.
3950
3951 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3952
3953         Code cleanup.
3954         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
3955         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
3956         filename to fullname.  Rename variable this_name to this_fullname.
3957         Lowercase FILENAME_CMP call.
3958         (dw2_find_symbol_file): New comment for the returned string.
3959         (dwarf2_gdb_index_functions): Rename the function to
3960         dw2_expand_symtabs_with_fullname.
3961         * psymtab.c (read_psymtabs_with_filename): Rename to ...
3962         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
3963         fullname.
3964         (psym_functions): Rename the function to read_psymtabs_with_fullname.
3965         * symfile.h (struct quick_symbol_functions): Rename field
3966         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
3967         parameter filename to fullname.  Document returned string meaning for
3968         find_symbol_file.
3969         * symtab.c (find_line_symtab): Rename the called function to
3970         expand_symtabs_with_fullname.
3971
3972 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3973
3974         Code cleanup.
3975         * breakpoint.c (clear_command): Remove variable is_abs, unify the
3976         call of filename_cmp with compare_filenames_for_search.
3977         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
3978         is_abs, unify the call of FILENAME_CMP with
3979         compare_filenames_for_search.  New gdb_asserts for real_path and name.
3980         Unify the call of compare_filenames_for_search with FILENAME_CMP.
3981         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
3982         * symfile.h (struct quick_symbol_functions): Extend the comment for
3983         map_symtabs_matching_filename.
3984         * symtab.c (compare_filenames_for_search): Remove the function comment
3985         relative path requirement.  Handle absolute filenames, with a comment.
3986         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
3987         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
3988         real_path and name.  Unify the call of compare_filenames_for_search
3989         with FILENAME_CMP.
3990         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
3991
3992 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3993
3994         Code cleanup.
3995         * breakpoint.c (print_breakpoint_location): Replace bp_location field
3996         source_file references by symtab field references.  Remove variables
3997         sal and fullname.
3998         (momentary_breakpoint_from_master, add_location_to_breakpoint):
3999         (clear_command, say_where): Replace bp_location field source_file
4000         references by symtab field references.
4001         (bp_location_dtor): Remove the source_file reference.
4002         (update_static_tracepoint): Replace bp_location field source_file
4003         references by symtab field references.
4004         (breakpoint_free_objfile): New function.
4005         * breakpoint.h (struct bp_location): Extend the comment for line_number.
4006         Replace the field source_file by field symtab, extend its comment.
4007         (breakpoint_free_objfile): New declaration.
4008         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
4009         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
4010         field source_file references by symtab field references.
4011
4012 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4013
4014         Replace xfullpath calls by gdb_realpath calls.
4015         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
4016         function comment.
4017         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
4018         Remove it from the iterate_over_some_symtabs call.
4019         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
4020         Remove it from the dw2_map_expand_apply calls, remove a block handling
4021         it.
4022         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
4023         Remove it from the iterate_over_some_symtabs call.
4024         (partial_map_symtabs_matching_filename): Remove parameter full_path.
4025         Remove it from the partial_map_expand_apply calls, remove a block
4026         handling it.  Drop gdb_realpath call and cleanups from the real_path
4027         handling.
4028         * source.c (openp): Drop the comment part about xfullpath.  Replace
4029         xfullpath calls by gdb_realpath calls.
4030         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
4031         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
4032         from method map_symtabs_matching_filename and its comment.
4033         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
4034         gdb_realpath call.
4035         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
4036         remove it also from the function comment, remove a block handling it.
4037         Drop gdb_realpath call and cleanups from the real_path handling.
4038         (iterate_over_symtabs): Drop variable full_path and its use.
4039         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
4040         * utils.c (xfullpath): Remove.
4041         * utils.h (xfullpath): Remove.
4042
4043 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
4044
4045         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
4046         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
4047         (ALLDEPFILES): Add ppc64-tdep.c.
4048         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
4049         ppc64-tdep.o to gdb_target_obs.
4050         * ppc64-tdep.h: New file.
4051         * ppc64-tdep.c: New file.
4052         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
4053         ppc-linux-tdep.c to here.
4054         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
4055         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
4056         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
4057         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
4058         from ppc-linux-tdep.c to here.
4059         (ppc64_convert_from_func_ptr_addr): Rename from
4060         ppc64_linux_convert_from_func_ptr_addr to
4061         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
4062         here.
4063         * rs6000-tdep.c:
4064         (read_insn): Move from ppc-linux-tdep.c to here.
4065         (insns_match_pattern, insn_d_field, insn_ds_field): Move
4066         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
4067         * ppc-linux-tdep.c: Include ppc64-tdep.h.
4068         Removed above functions.
4069         (ppc_linux_init_abi): Adjust.
4070
4071 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
4072
4073         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
4074
4075 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
4076
4077         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
4078
4079 2013-02-01  Pedro Alves  <palves@redhat.com>
4080
4081         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
4082         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
4083
4084 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4085
4086         * elfread.c (elf_symfile_read): Limit separate debug info additions to
4087         files with no separate debug info.
4088         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
4089         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
4090         only for files with no separate debug info.
4091
4092 2013-01-31  Tom Tromey  <tromey@redhat.com>
4093
4094         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
4095         change type.
4096         (struct jit_program_space_data): Rename from jit_inferior_data.
4097         Update comments.
4098         (get_jit_program_space_data): Rename from get_jit_inferior_data.
4099         Change return type.  Attach data to program space.
4100         (jit_program_space_data_cleanup): Rename from
4101         jit_inferior_data_cleanup; change argument type.
4102         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
4103         change type.
4104         (jit_register_code): Update.
4105         (jit_update_inferior_cache): Remove.
4106         (jit_breakpoint_deleted): Get jit data from the location's program
4107         space.
4108         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
4109         'ps_data', change type.
4110         (jit_inferior_init, jit_breakpoint_re_set_internal)
4111         (jit_event_handler): Update.
4112         (free_objfile_data): Get data from objfile's program space.
4113         (_initialize_jit): Update.
4114
4115 2013-01-31  Tom Tromey  <tromey@redhat.com>
4116
4117         PR gdb/13987:
4118         * jit.c (struct jit_inferior_data) <cached_code_address,
4119         jit_breakpoint>: New fields.
4120         (jit_breakpoint_re_set_internal): Fix logging.  Only create
4121         breakpoint if cached address has changed.
4122         (jit_update_inferior_cache, jit_breakpoint_deleted): New
4123         functions.
4124         (_initialize_jit): Register breakpoint deleted observer.
4125
4126 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
4127
4128         * infrun.c (handle_syscall_event): Remove unused gdbarch.
4129         (save_infcall_suspend_state): Ifdef out unused inf.
4130         (restore_infcall_suspend_state): Ifdef out unused inf.
4131         * jit.c (jit_register_code): Remove unused i, b, inf_data.
4132         (jit_frame_sniffer): Remove unused inf_data.
4133
4134 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
4135
4136         * c-exp.y (classify_inner_name): Remove unused type.
4137         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
4138         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
4139         need_escape.
4140         (c_get_string): Remove unused kind.
4141         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
4142
4143 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
4144
4145         * charset.c (intermediate_encoding): Remove unused i.
4146         * completer.c (signal_completer): Remove unused i.
4147         * continuations.c (discard_my_continuations_1): Remove unused
4148         continuation_ptr.
4149         * corelow.c (core_close): Remove unuseD name.
4150         (get_core_siginfo): Remove unused pid.
4151         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
4152         i, cps.
4153         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
4154         (loclist_describe_location): Remove unused first.
4155         * event-top.c (command_line_handler): Remove unused got_eof.
4156         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
4157         (resize_section_table): Remove unused old_value.
4158         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
4159         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
4160         * i386-tdep.c (i386_process_record): Remove unused rex.
4161         * infcmd.c (get_return_value): Remove unused uiout.
4162         * jv-lang.c (type_from_class): Remove unused is_array.
4163         * jv-valprint.c (java_val_print): Remove unused i.
4164         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
4165         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
4166         * m2-typeprint.c (m2_print_type): Remove unused code.
4167         * macroexp.c (get_character_constant): Remove unused body_start.
4168         (macro_stringify): Remove unused result.
4169         * objc-lang.c (find_methods): Remove unused gdbarch.
4170         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
4171         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
4172         * stack.c (print_frame_args): Remove unused summary.
4173         * thread.c (thread_apply_command): Remove unused p.
4174         * valarith.c (value_x_unop): Remove unused mangle_ptr.
4175         * valops.c (search_struct_method): Remove unused skip.
4176         * valprint.c (generic_val_print): Remove unused byte_order.
4177         * varobj.c (varobj_update): Remove unused changed.
4178         * cli/cli-cmds.c (complete_command): Remove unused next_item.
4179         (alias_command): Remove unused c.
4180         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
4181         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
4182         format.
4183         (mi_cmd_data_write_memory): Remove unused word_format.
4184         (mi_cmd_data_write_memory_bytes): Remove unused r.
4185         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
4186         p_start, p_end.
4187         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
4188         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
4189         line_width.
4190
4191 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
4192
4193         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
4194         * symtab.c (iterate_over_symtabs): Remove unused s.
4195         (find_pc_sect_symtab): Remove unused pspAce.
4196         (find_pc_sect_line): Remove unused alt_symtab.
4197         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
4198         (completion_list_add_name): Remove unused newsize.
4199
4200 2013-01-31  Tom Tromey  <tromey@redhat.com>
4201
4202         PR c++/14998:
4203         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
4204         TYPE_CODE_FUNC.
4205
4206 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
4207
4208         * target.c (target_read_string): Remove unused origlen.
4209
4210 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
4211
4212         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
4213         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
4214         * ax-general.c (ax_print): Remove unused is_float.
4215         * blockframe.c (block_innermost_frame): Remove unused start, end.
4216         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
4217
4218 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
4219
4220         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
4221         (svr4_read_so_list): Remove unused lmo.
4222         * solib-target.c (solib_target_relocate_section_addresses): Remove
4223         unused flags.
4224
4225 2013-01-30  Tom Tromey  <tromey@redhat.com>
4226
4227         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
4228
4229 2013-01-30  Tom Tromey  <tromey@redhat.com>
4230
4231         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
4232         * utils.c (gnu_debuglink_crc32): Remove.
4233         * utils.h (gnu_debuglink_crc32): Don't declare.
4234
4235 2013-01-30  Tom Tromey  <tromey@redhat.com>
4236
4237         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
4238         (read_structure_type, read_enumeration_type): Remove cast.
4239
4240 2013-01-30  Tom Tromey  <tromey@redhat.com>
4241
4242         * dwarf2read.c (read_namespace_type): Remove cast.
4243         (read_typedef): Likewise.
4244
4245 2013-01-29  Tom Tromey  <tromey@redhat.com>
4246
4247         * dwarf2read.c (free_dwo_file): Remove assert.
4248
4249 2013-01-29  Tom Tromey  <tromey@redhat.com>
4250
4251         * value.c (deprecated_set_value_modifiable): Remove.
4252         * value.h (deprecated_set_value_modifiable): Remove.
4253
4254 2013-01-28  Doug Evans  <dje@google.com>
4255
4256         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
4257         to addresses from dwo files.
4258
4259 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
4260
4261         * valops.c (find_overload_match): Remove unused argument 'lax'.
4262         * value.h: Remove unused argument 'lax' from the declaration of
4263         find_overload_match.
4264         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
4265         to find_overload_match.
4266         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
4267         argument to find_overload_match.
4268
4269 2013-01-25  Tom Tromey  <tromey@redhat.com>
4270
4271         * dwarf2read.c (processing_has_namespace_info): Remove.
4272         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
4273         (process_die, read_func_scope, dwarf2_start_symtab)
4274         (new_symbol_full): Update.
4275
4276 2013-01-25  Tom Tromey  <tromey@redhat.com>
4277
4278         * cp-namespace.c (cp_set_block_scope): Remove.
4279         * cp-support.h (cp_set_block_scope): Remove.
4280         * dbxread.c: Include block.h.
4281         (cp_set_block_scope): New function.
4282         (process_one_symbol): Update.
4283         * dwarf2read.c (read_func_scope): Use block_set_scope.
4284
4285 2013-01-25  Pedro Alves  <palves@redhat.com>
4286
4287         * remote.c (add_current_inferior_and_thread): Tweak comment.
4288
4289 2013-01-25  Tom Tromey  <tromey@redhat.com>
4290
4291         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
4292         (cp_add_using_directive): Add 'copy_names' argument.
4293         * cp-support.h (cp_add_using_directive): Update.
4294         (struct using_direct) <import_src, import_dest, alias,
4295         declaration>: Now const.
4296         * dwarf2read.c (read_import_statement): Use obconcat.
4297         Don't copy names passed to cp_add_using_directive.
4298
4299 2013-01-25  Tom Tromey  <tromey@redhat.com>
4300
4301         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
4302
4303 2013-01-25  Pedro Alves  <palves@redhat.com>
4304
4305         * remote.c (stop_reply_extract_thread): New.
4306         (add_current_inferior_and_thread): New parameter 'wait_status'.
4307         Handle it.
4308         (remote_start_remote): Pass wait status to
4309         add_current_inferior_and_thread.
4310         (extended_remote_run): Update comment.
4311         (extended_remote_create_inferior_1): Pass wait status to
4312         add_current_inferior_and_thread.
4313
4314 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
4315             Ulrich Weigand  <uweigand@de.ibm.com>
4316
4317         * valarith.c (value_vector_widen): New function for replicating a
4318         scalar into a vector.
4319         (value_binop): Use value_vector_widen to widen scalar to vector
4320         rather than casting, this better matches gcc C behaviour.
4321         * valops.c (value_casst): Update logic for casting between vector
4322         types, and for casting from scalar to vector, try to match gcc C
4323         behaviour.
4324         * value.h (value_vector_widen): Declare.
4325         * opencl-lang.c (opencl_value_cast): New opencl specific casting
4326         function, handle special case for casting scalar to vector.
4327         (opencl_relop): Use opencl_value_cast.
4328         (evaluate_subexp_opencl): Use opencl_value_cast instead of
4329         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
4330         in order to use opencl_value_cast.
4331
4332 2013-01-25  Yao Qi  <yao@codesourcery.com>
4333
4334         * event-loop.c: Include "queue.h".
4335         (gdb_event_p): New typedef.
4336         (DECLARE_QUEUE_P): Use.
4337         (DEFINE_QUEUE_P): Use.
4338         (async_queue_event): Remove.
4339         (gdb_event_xfree): New.
4340         (initialize_event_loop): New.
4341         (process_event): Use QUEUE macros.
4342         (event_queue): Remove.
4343         (gdb_wait_for_event): Caller update.
4344         (check_async_event_handlers): Likewise.
4345         (poll_timers): Likewise.
4346         * event-loop.h (initialize_event_loop): Declare.
4347         * event-loop.c (gdb_event_xfree): New.
4348         * top.c (gdb_init): Call initialize_event_loop.
4349
4350 2013-01-25  Yao Qi  <yao@codesourcery.com>
4351
4352         * event-loop.c (async_queue_event): Remove one parameter
4353         'position'.  Remove code handling 'position' == TAIL.
4354         (gdb_wait_for_event): Caller update.
4355         (check_async_event_handlers): Caller update.
4356         (poll_timers): Caller update.
4357         * event-loop.h (enum queue_position): Remove.
4358
4359 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
4360
4361         * MAINTAINERS: Update my email.
4362
4363 2013-01-25  Yao Qi  <yao@codesourcery.com>
4364
4365         * main.c (print_gdb_help): Remove "--epoch" from the help
4366         message.
4367
4368 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
4369
4370         * symtab.c (skip_prologue_using_sal): Consider a file
4371         change the same as an increased line number
4372
4373 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
4374
4375         * MAINTAINERS (Write After Approval): Add myself to the list.
4376
4377 2013-01-24  Tom Tromey  <tromey@redhat.com>
4378
4379         * ada-lang.h (ada_decode_symbol): Make return type const.
4380         * ada-lang.c (ada_decode_symbol): Likewise.
4381
4382 2013-01-23  Doug Evans  <dje@google.com>
4383
4384         * linespec.c (find_linespec_symbols): Make static.
4385
4386 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
4387
4388         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
4389         type on float conversion for complex type.
4390
4391 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
4392
4393         Add a new class gdb.Architecture which exposes GDB's
4394         internal representation of architecture via GDB Python API.
4395         * Makefile.in: Add entries corresponding to the new file
4396         python/py-arch.c.
4397         * NEWS (Python Scripting): Add entries for the new class
4398         gdb.Architecture and the new method gdb.Frame.architecture.
4399         * python/py-arch.c: Implement gdb.Architecture class.
4400         * python/py-frame.c (frapy_arch): Implement the method
4401         gdb.Frame.architecture().
4402         (frame_object_methods): Add 'architecture' to the method table.
4403         * python/python-internal.h: Add declarations of new utility
4404         functions.
4405         * python/python.c (_initialize_python): Initialize
4406         gdb.Architecture class.
4407
4408 2013-01-23  Doug Evans  <dje@google.com>
4409
4410         Work around binutils/15021.
4411         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
4412         type_unit_group out of union s.  All uses updated.
4413         (read_index_from_section): Watch for index version 8.
4414         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
4415         an imported symtab.
4416         (write_psymtabs_to_index): Increment version number to 8.
4417
4418 2013-01-22  Pedro Alves  <palves@redhat.com>
4419
4420         * annotate.c (breakpoint_changed): Skip if breakpoint is not
4421         user-visible.
4422
4423 2013-01-22  Pedro Alves  <palves@redhat.com>
4424
4425         * annotate.c (annotate_breakpoints_changed): Rename to ...
4426         (annotate_breakpoints_invalid): ... this.  Make static.
4427         (breakpoint_changed): Adjust.
4428         (_initialize_annotate): Always install the observers.  Install a
4429         "breakpoint_created" observer.
4430         * annotate.h (annotate_breakpoints_changed): Delete declaration.
4431         * breakpoint.c (set_breakpoint_condition)
4432         (breakpoint_set_commands, do_map_commands_command)
4433         (init_raw_breakpoint, clear_command, set_ignore_count)
4434         (enable_breakpoint_disp): No longer call
4435         annotate_breakpoints_changed.
4436
4437 2013-01-22  Pedro Alves  <palves@redhat.com>
4438
4439         * annotate.c: Include "inferior.h".
4440         (frames_invalid_emitted)
4441         (breakpoints_invalid_emitted): New globals.
4442         (async_background_execution_p): New function.
4443         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
4444         emitting the annotation if it has already been emitted.
4445         (annotate_display_prompt): New function.
4446         * annotate.h (annotate_display_prompt): New declaration.
4447         * event-top.c: Include annotate.h.
4448         (display_gdb_prompt): Call annotate_display_prompt.
4449
4450 2013-01-22  Pedro Alves  <palves@redhat.com>
4451
4452         * annotate.c (ignore_count_changed): Delete.
4453         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
4454         (annotate_ignore_count_change): Delete.
4455         (annotate_stopped): Don't emit a delayed breakpoints-changed
4456         annotation.
4457         * annotate.h (annotate_ignore_count_change): Delete.
4458         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
4459         annotate_ignore_count_change.
4460
4461 2013-01-22  Tom Tromey  <tromey@redhat.com>
4462
4463         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
4464         require_rvalue for a register location.
4465
4466 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
4467
4468         * breakpoint.c (print_one_breakpoint_location): Add MI
4469         field 'thread-groups' when printing a breakpoint.
4470         (output_thread_groups): New function.
4471
4472 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
4473
4474         * python/lib/gdb/commands/explore.py
4475         (CompoundExplorer.explore_expr): Correct the name of a method
4476         being invoked.
4477         (ExploreTypeCommand.invoke): Add a missing 'return'.
4478
4479 2013-01-21  Tom Tromey  <tromey@redhat.com>
4480
4481         * gdb_obstack.h (obconcat): Move declaration here, from...
4482         * symfile.h (obconcat): ... here.
4483         * gdb_obstack.c: New file.
4484         (obconcat): Move from...
4485         * symfile.c (obconcat): ... here.
4486         * Makefile.in (SFILES): Add gdb_obstack.c.
4487         (COMMON_OBS): Add gdb_obstack.o.
4488
4489 2013-01-21  Tom Tromey  <tromey@redhat.com>
4490
4491         * symfile.h (obsavestring): Don't declare.
4492         * symfile.c (obsavestring): Remove.
4493         * ada-exp.y: Use obstack_copy0, not obsavestring.
4494         * ada-lang.c: Use obstack_copy0, not obsavestring.
4495         * coffread.c: Use obstack_copy0, not obsavestring.
4496         * cp-namespace.c: Use obstack_copy0, not obsavestring.
4497         * dbxread.c: Use obstack_copy0, not obsavestring.
4498         * dwarf2read.c: Use obstack_copy0, not obsavestring.
4499         * jit.c: Use obstack_copy0, not obsavestring.
4500         * mdebugread.c: Use obstack_copy0, not obsavestring.
4501         * psymtab.c: Use obstack_copy0, not obsavestring.
4502         * stabsread.c: Use obstack_copy0, not obsavestring.
4503         * xcoffread.c: Use obstack_copy0, not obsavestring.
4504
4505 2013-01-21  Tom Tromey  <tromey@redhat.com>
4506
4507         * dwarf2read.c (fixup_go_packaging): Save package name
4508         on objfile obstack.
4509         * gdbtypes.c (init_type): Don't copy name.
4510
4511 2013-01-21  Tom Tromey  <tromey@redhat.com>
4512
4513         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
4514         const.
4515         (struct attribute) <u.str>: Now const.
4516         (struct fnfieldlist) <name>: Now const.
4517         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
4518         (partial_die_parent_scope): Make return type const.
4519         (partial_die_full_name, add_partial_symbol): Update.
4520         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
4521         'name' const.
4522         (find_file_and_directory): Make 'name' and 'comp_dir' const.
4523         (read_file_scope, read_func_scope, dwarf2_add_field)
4524         (dwarf2_add_member_fn, read_structure_type)
4525         (process_enumeration_scope, read_array_type, read_module_type)
4526         (read_base_type, read_subrange_type): Update.
4527         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
4528         (new_symbol_full, guess_full_die_structure_name): Update.
4529         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
4530         (dwarf2_name): Return const type.
4531         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
4532         const.
4533
4534 2013-01-21  Tom Tromey  <tromey@redhat.com>
4535
4536         * gdbtypes.c (init_type): Make 'name' const.
4537         * gdbtypes.h (init_type): Update.
4538
4539 2013-01-21  Tom Tromey  <tromey@redhat.com>
4540
4541         * buildsym.c (patch_subfile_names): Use set_last_source_file.
4542         (start_symtab): Make 'name' and 'dirname' const.  Use
4543         set_last_source_file.
4544         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
4545         (last_source_file): Define.  Now static.
4546         (set_last_source_file, get_last_source_file): New functions.
4547         * buildsym.h (last_source_file): Don't declare.
4548         (start_symtab): Update.
4549         (set_last_source_file, get_last_source_file): Declare.
4550         * coffread.c (complete_symtab): Use set_last_source_file.
4551         (coff_end_symtab): Likewise.
4552         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
4553         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
4554         set_last_source_file.
4555         (process_one_symbol): Use get_last_source_file.
4556         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
4557         (psymtab_to_symtab_1): Use get_last_source_file.
4558         * xcoffread.c (process_linenos): Use get_last_source_file.
4559         (complete_symtab): Use set_last_source_file.
4560         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
4561         (scan_xcoff_symtab): Use set_last_source_file.
4562
4563 2013-01-21  Tom Tromey  <tromey@redhat.com>
4564
4565         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
4566         (symbol_set_names): Remove casts.  Handle field const-ness.
4567
4568 2013-01-21  Tom Tromey  <tromey@redhat.com>
4569
4570         * dwarf2read.c (new_symbol_full): Remove cast.
4571         * symtab.c (symbol_set_demangled_name): Make 'name' const.
4572         * symtab.h (symbol_set_demangled_name): Update.
4573
4574 2013-01-21  Tom Tromey  <tromey@redhat.com>
4575
4576         * main.c (captured_main): Call bfd_init.
4577
4578 2013-01-21  Tom Tromey  <tromey@redhat.com>
4579
4580         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
4581         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
4582         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
4583         * NEWS: Update.
4584
4585 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4586
4587         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
4588
4589 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4590
4591         Fix gdb.fortran/common-block.exp crash in PIE mode.
4592         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
4593         LOC_COMMON_BLOCK.
4594         * f-valprint.c (info_common_command_for_block): Expect
4595         LOC_COMMON_BLOCK in gdb_assert.
4596         * symtab.h (struct general_symbol_info): Update comment for the
4597         common_block member.
4598         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
4599         (enum address_class): New member LOC_COMMON_BLOCK.
4600
4601 2013-01-18  David Blaikie  <dblaikie@gmail.com>
4602
4603         * MAINTAINERS (Write After Approval): Add "David Blaikie".
4604
4605 2013-01-18  Tom Tromey  <tromey@redhat.com>
4606
4607         PR c++/14999:
4608         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
4609         Call require_rvalue.
4610
4611 2013-01-18  Yao Qi  <yao@codesourcery.com>
4612
4613         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
4614         (dbx_read_symtab): New declaration.
4615         (dbx_psymtab_to_symtab): Delete.
4616         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
4617         Rename parameter PST to SELF.  Exchanged two parameters.
4618         (start_psymtab): Caller update.
4619         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
4620         (dwarf2_read_symtab): New declaration.
4621         (dwarf2_psymtab_to_symtab): Delete.
4622         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
4623         Rename parameter PST to SELF.  Exchanged two parameters.
4624         (create_partial_symtab): Caller update.
4625         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
4626         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
4627         Rename parameter PST to SELF.  Exchanged two parameters.
4628         (parse_partial_symbols, new_psymtab): Caller update.
4629         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
4630         two parameters.
4631         * psymtab.c (psymtab_to_symtab): Caller update.
4632         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
4633         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
4634         Rename parameter PST to SELF.  Exchanged two parameters.
4635         (xcoff_start_psymtab): Caller update.
4636
4637 2013-01-18  Yao Qi  <yao@codesourcery.com>
4638
4639         * infrun.c (proceed): Rename local variable 'oneproc' to
4640         'force_step'.
4641
4642 2013-01-17  Doug Evans  <dje@google.com>
4643
4644         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
4645         (dw2_build_type_unit_groups): Delete.  All uses updated.
4646
4647         * symtab.h (struct symbol_search): Add comment.
4648
4649 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4650
4651         * symtab.c (compare_filenames_for_search): New comment for
4652         HAS_DRIVE_SPEC.
4653
4654 2013-01-17  Tom Tromey  <tromey@redhat.com>
4655
4656         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
4657
4658 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4659
4660         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
4661         initialize it by existing make_cleanup.  Call new do_cleanups.
4662
4663 2013-01-17  Tom Tromey  <tromey@redhat.com>
4664
4665         * cp-abi.c (cp_abi_completer): New function.
4666         (_initialize_cp_abi): Set completer for "set cp-abi".
4667
4668 2013-01-17  Tom Tromey  <tromey@redhat.com>
4669
4670         * mem-break.c: Remove obsolete comment.
4671         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
4672
4673 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
4674
4675         * jit.c (jit_reader_load_command): Interpret the jit reader name
4676         as an absolute path if it begins with a forward slash.
4677
4678 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
4679
4680         PR gdb/14550
4681
4682         * jit.c (finalize_symtab): Ensure that only the global block has a
4683         NULL superblock.
4684
4685 2013-01-17  Pedro Alves  <palves@redhat.com>
4686
4687         * acinclude.m4: Include ../config/plugins.m4,
4688         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
4689         * Makefile.in (aclocal_m4_deps): Update.
4690         * aclocal.m4: Renegerate.
4691
4692 2013-01-16  Doug Evans  <dje@google.com>
4693
4694         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
4695
4696 2013-01-16  Pedro Alves  <palves@redhat.com>
4697             Tom Tromey  <tromey@redhat.com>
4698
4699         PR cli/7221:
4700         * NEWS: Add "catch signal".
4701         * breakpoint.c (base_breakpoint_ops): No longer static.
4702         (bpstat_explains_signal): New function.
4703         (init_catchpoint): No longer static.
4704         (base_breakpoint_explains_signal): New function.
4705         (base_breakpoint_ops): Initialize new field.
4706         * breakpoint.h (enum bpstat_signal_value): New.
4707         (struct breakpoint_ops) <explains_signal>: New field.
4708         (bpstat_explains_signal): Remove macro, declare as function.
4709         (base_breakpoint_ops, init_catchpoint): Declare.
4710         * break-catch-sig.c: New file.
4711         * inferior.h (signal_catch_update): Declare.
4712         * infrun.c (signal_catch): New global.
4713         (handle_syscall_event): Update for change to
4714         bpstat_explains_signal.
4715         (handle_inferior_event): Likewise.  Always handle random signals
4716         via bpstats.
4717         (signal_cache_update): Check signal_catch.
4718         (signal_catch_update): New function.
4719         (_initialize_infrun): Initialize signal_catch.
4720         * Makefile.in (SFILES): Add break-catch-sig.c.
4721         (COMMON_OBS): Add break-catch-sig.o.
4722
4723 2013-01-16  Tom Tromey  <tromey@redhat.com>
4724
4725         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
4726         (print_one_catch_solib, print_one_catch_syscall)
4727         (print_one_catch_exec, print_one_exception_catchpoint): Emit
4728         "catch-type".
4729
4730 2013-01-16  Yao Qi  <yao@codesourcery.com>
4731
4732         * printcmd.c (current_display_number): Make it static.
4733
4734 2013-01-16  Yao Qi  <yao@codesourcery.com>
4735
4736         * infcmd.c (step_once): Don't check '!single_inst' as it was
4737         checked before.
4738
4739 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4740
4741         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
4742
4743 2013-01-14  Tom Tromey  <tromey@redhat.com>
4744
4745         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
4746         set command.
4747         * command.h (add_setshow_string_noescape_cmd): Update.
4748         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
4749         (complete_set_gnutarget): New function.
4750         (_initialize_core): Set the "set gnutarget" completer.
4751
4752 2013-01-14  Tom Tromey  <tromey@redhat.com>
4753
4754         PR symtab/14442:
4755         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
4756         (c_type_print_modifier): Likewise.
4757         * dwarf2read.c (read_tag_restrict_type): New function.
4758         (read_type_die_1): Handle DW_TAG_restrict_type.
4759         * gdbtypes.c (make_restrict_type): New function.
4760         (recursive_dump_type): Handle TYPE_RESTRICT.
4761         * gdbtypes.h (enum type_flag_values): Renumber.
4762         (enum type_instance_flag_value): Add
4763         TYPE_INSTANCE_FLAG_RESTRICT.
4764         (TYPE_RESTRICT): New macro.
4765         (make_restrict_type): Declare.
4766
4767 2013-01-14  Tom Tromey  <tromey@redhat.com>
4768
4769         PR symtab/14931:
4770         * psymtab.c (struct psymtab_state): New.
4771         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
4772         functions.
4773         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
4774         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
4775
4776 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
4777             Pedro Alves  <palves@redhat.com>
4778
4779         PR remote/14786
4780
4781         * remote.c (remote_threads_info): Make a copy of the reply from
4782         qfThreadInfo and use that instead of rs->buf.
4783
4784 2013-01-14  Yao Qi  <yao@codesourcery.com>
4785
4786         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
4787         (dbx_psymtab_to_symtab): Likewise.
4788         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
4789         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
4790         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
4791
4792 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4793
4794         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
4795         make_cleanup_restore_current_language.  Call set_language.  Move
4796         OLD_CHAIN and INNER_CHAIN cleanups.
4797         * utils.c (do_restore_current_language)
4798         (make_cleanup_restore_current_language): New functions.
4799         * utils.h (make_cleanup_restore_current_language): New declaration.
4800
4801 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4802
4803         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
4804         non-existing files.
4805
4806         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
4807         non-existing files if FILENAME is already absolute.
4808
4809 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4810
4811         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
4812         fputs_filtered.  Append trailing newline.
4813
4814 2013-01-11  Yao Qi  <yao@codesourcery.com>
4815             Stan Shebs  <stan@codesourcery.com>
4816
4817         * psymtab.c (init_psymbol_list): Clarify the comment.
4818
4819 2013-01-11  Yao Qi  <yao@codesourcery.com>
4820
4821         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
4822         (update_dprintf_command_list): Assert that 'printf_line' is
4823         non-null.  Remove condition check.
4824
4825 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4826
4827         Code cleanup.
4828         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
4829         type const char *.
4830         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
4831         const char *.
4832         * tui/tui-source.h (tui_source_is_displayed): Likewise.
4833
4834 2013-01-09  Anthony Green  <green@moxielogic.com>
4835
4836         * cp-abi.c (cplus_print_vtable): Don't return value from void
4837         function.
4838         * ada-lang.c (re_set_catch_assert): Ditto.
4839
4840 2013-01-09  Doug Evans  <dje@google.com>
4841
4842         * symfile.h (quick_symbol_functions): Delete member
4843         pre_expand_symtabs_matching.  All uses removed.
4844         * dwarf2read.c (dw2_lookup_symbol): Implement.
4845         (dw2_do_expand_symtabs_matching): Delete.
4846         (dw2_pre_expand_symtabs_matching): Delete.
4847         (struct dw2_symtab_iterator): New type.
4848         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
4849         (dw2_expand_symtabs_for_function): Rewrite.
4850         (dwarf2_gdb_index_functions): Update.
4851         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
4852         (psym_functions): Update.
4853
4854 2013-01-09  Tom Tromey  <tromey@redhat.com>
4855
4856         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
4857         * configure: Rebuild.
4858         * configure.ac: Add somread.o to the build if BFD has SOM
4859         support.
4860         * somread.c: Include som/aout.h, not syms.h.
4861         (som_symtab_read): Use som_external_symbol_dictionary_record.
4862         Unpack records manually.
4863         (_initialize_somread): Declare.
4864
4865 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
4866
4867         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
4868         Cast return_address to 64bits.
4869
4870 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
4871
4872         * printcmd.c: Remove define of function output_command.
4873         * tracepoint.c: Remove extern of function output_command.
4874         * valprint.h: (output_command): New extern.
4875
4876 2013-01-07  Tom Tromey  <tromey@redhat.com>
4877
4878         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
4879         Remove.
4880         (objc_language_defn): Use c_printchar, c_printstr,
4881         c_emit_char.
4882
4883 2013-01-07  Tom Tromey  <tromey@redhat.com>
4884
4885         PR cli/7719:
4886         * NEWS: Update.
4887         * ada-valprint.c (printstr, print_field_values): Remove
4888         "inspect_it" code.
4889         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
4890         code.
4891         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
4892         code.
4893         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
4894         * main.c (captured_main): Remove "epoch" argument.
4895         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
4896         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
4897         * p-valprint.c (pascal_object_print_value_fields): Remove
4898         "inspect_it" code.
4899         * printcmd.c (print_command_1): Remove 'inspect' argument.
4900         (print_command, call_command): Update.
4901         (inspect_command): Remove.
4902         (_initialize_printcmd): Make "inspect" an alias for "print".
4903         * top.c (epoch_interface): Remove.
4904         * top.h (epoch_interface): Remove.
4905         * valprint.c (user_print_options): Update.
4906         (print_converted_chars_to_obstack): Remove "inspect_it" code.
4907         * valprint.h (struct value_print_options) <inspect_it>: Remove
4908         field.
4909
4910 2013-01-04  Tom Tromey  <tromey@redhat.com>
4911
4912         * valprint.h (read_string): Add 'extern'.
4913
4914 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
4915
4916         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
4917         used to decide whether to define darwin_read_dyld_info or not.
4918
4919 2013-01-03  Pierre Muller  <muller@sourceware.org>
4920
4921         * main.c (relocate_gdb_directory): Avoid calling stat function
4922         if DIR is empty.
4923
4924 2013-01-03  Yao Qi  <yao@codesourcery.com>
4925
4926         * psymtab.c (fixup_psymbol_section): Update declaration.
4927         (fixup_psymbol_section): Remove code returning value.
4928
4929 2013-01-03  Yao Qi  <yao@codesourcery.com>
4930
4931         * symtab.h: Remove some out of date comments.
4932          (enum exception_event_kind): Move it ...
4933         * breakpoint.c: ... here.
4934
4935 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
4936
4937         PR gdb/14405
4938         * darwin-nat.c (darwin_read_dyld_info): Only build if
4939         TASK_DYLD_INFO_COUNT is defined.
4940         (darwin_xfer_partial): Call darwin_read_dyld_info only if
4941         TASK_DYLD_INFO_COUNT is defined.
4942
4943 2013-01-02  Tom Tromey  <tromey@redhat.com>
4944
4945         * symfile.h (struct ecoff_debug_hack): Remove.
4946         * objfiles.c: Don't include mdebugread.h.
4947
4948 2013-01-02  Tom Tromey  <tromey@redhat.com>
4949
4950         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
4951         * configure.ac: Check for Mach-O support in BFD.  Update
4952         CONFIG_OBS.
4953         * configure: Rebuild.
4954
4955 2013-01-02  Tom Tromey  <tromey@redhat.com>
4956
4957         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
4958         * configure.ac: Use GDB_AC_CHECK_BFD.
4959         * configure: Rebuild.
4960
4961 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
4962
4963         * MAINTAINERS: Update my email.
4964
4965 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
4966
4967         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
4968
4969 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
4970
4971         * rs6000-nat.c (bss_data_overlap): New function.
4972         (vmap_symtab): Use it to adjust the .bss section's offset.
4973
4974 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
4975
4976         Update year range in copyright notice of all files.
4977
4978 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
4979
4980         * top.c (print_gdb_version): Update copyright year.
4981
4982 For older changes see ChangeLog-2012.
4983 \f
4984 Local Variables:
4985 mode: change-log
4986 left-margin: 8
4987 fill-column: 74
4988 version-control: never
4989 coding: utf-8
4990 End: