* NEWS: Add MI news.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
7376e450
TT
12011-12-06 Tom Tromey <tromey@redhat.com>
2
3 * NEWS: Add MI news.
4
c642a434
UW
52011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
6
7 * s390-tdep.h (S390_ORIG_R2_REGNUM): Define.
8 (S390_LAST_BREAK_REGNUM): Likewise.
9 (S390_SYSTEM_CALL_REGNUM): Likewise.
10 (S390_NUM_REGS): Update.
11
12 (s390_regmap_last_break): Add declaration.
13 (s390x_regmap_last_break): Likewise.
14 (s390_regmap_system_call): Likewise.
15
16 (tdesc_s390_linux32v1): Add declaration.
17 (tdesc_s390_linux32v2): Likewise.
18 (tdesc_s390_linux64v1): Likewise.
19 (tdesc_s390_linux64v2): Likewise.
20 (tdesc_s390x_linux64v1): Likewise.
21 (tdesc_s390x_linux64v2): Likewise.
22
23 * s390-tdep.c: Include new target description files
24 "features/s390-linux32v1.c", "features/s390-linux32v2.c",
25 "features/s390-linux64v1.c", "features/s390-linux64v2.c",
26 "features/s390x-linux64v1.c", and "features/s390x-linux64v2.c".
27 (s390_cannot_store_register): New function.
28 (s390_write_pc): Likewise.
29 (s390_dwarf_regmap): Add fields for new registers.
30 (s390_regmap_gregset): Likewise.
31 (s390x_regmap_gregset): Likewise.
32 (s390_regmap_fpregset): Likewise.
33 (s390_regmap_upper): Likewise.
34 (s390_regmap_last_break): New variable.
35 (s390x_regmap_last_break): Likewise.
36 (s390_regmap_system_call): Likewise.
37 (s390_last_break_regset): Likewise.
38 (s390x_last_break_regset): Likewise.
39 (s390_system_call_regset): Likewise.
40 (s390_upper_regset_sections): Rename to ...
41 (s390_linux64_regset_sections): ... this.
42 (s390_linux32_regset_sections): New variable.
43 (s390x_linux64_regset_sections): Likewise.
44 (s390_linux32v1_regset_sections): Likewise.
45 (s390_linux32v2_regset_sections): Likewise.
46 (s390_linux64v1_regset_sections): Likewise.
47 (s390_linux64v2_regset_sections): Likewise.
48 (s390x_linux64v1_regset_sections): Likewise.
49 (s390x_linux64v2_regset_sections): Likewise.
50 (s390_regset_from_core_section): Handle .reg-s390-last-break and
51 .reg-s390-system-call core file sections.
52 (s390_core_read_description): Check for presence of
53 .reg-s390-last-break and .reg-s390-system-call core file
54 sections and return appropriate target description.
55 (s390_gdbarch_init): Detect Linux-specific registers "orig_r2",
56 "last_break" and "system_call" in target description. Install
57 appropriate gdbarch_core_regset_sections array.
58 Call set_gdbarch_cannot_store_register and set_gdbarch_write_pc.
59 (_initialize_s390_tdep): Initialize additional target descriptions.
60
61 * s390-nat.c: Include "elf/common.h".
62 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
63 (have_regset_last_break): New static variable.
64 (have_regset_system_call): Likewise.
65 (s390_native_supply): Handle S390_ORIG_R2_REGNUM.
66 (s390_native_collect): Likewise.
67 (fetch_regset, store_regset, check_regset): New functions.
68 (s390_linux_fetch_inferior_registers): Handle S390_LAST_BREAK_REGNUM
69 and S390_SYSTEM_CALL_REGNUM.
70 (s390_linux_store_inferior_registers): Likewise.
71 (s390_read_description): Check for presence of NT_S390_LAST_BREAK
72 and NT_S390_SYSTEM_CALL regsets and use appropriate description.
73
74 * features/Makefile (WHICH): Add s390-linux32v1, s390-linux64v1,
75 s390x-linux64v1, s390-linux32v2, s390-linux64v2, and s390x-linux64v2.
76 (s390-linux32v1-expedite): Define.
77 (s390-linux32v2-expedite): Likewise.
78 (s390-linux64v1-expedite): Likewise.
79 (s390-linux64v2-expedite): Likewise.
80 (s390x-linux64v1-expedite): Likewise.
81 (s390x-linux64v2-expedite): Likewise.
82
83 * features/s390-linux32.xml: Add orig_r2 register.
84 * features/s390-linux64.xml: Likewise.
85 * features/s390x-linux64.xml: Likewise.
86 * features/s390-linux32v1.xml: New file.
87 * features/s390-linux32v2.xml: Likewise.
88 * features/s390-linux64v1.xml: Likewise.
89 * features/s390-linux64v2.xml: Likewise.
90 * features/s390x-linux64v1.xml: Likewise.
91 * features/s390x-linux64v2.xml: Likewise.
92
93 * features/s390-linux32.c: Regenerate.
94 * features/s390-linux64.c: Likewise.
95 * features/s390x-linux64.c: Likewise.
96 * features/s390-linux32v1.c: New generated file.
97 * features/s390-linux32v2.c: Likewise.
98 * features/s390-linux64v1.c: Likewise.
99 * features/s390-linux64v2.c: Likewise.
100 * features/s390x-linux64v1.c: Likewise.
101 * features/s390x-linux64v2.c: Likewise.
102
103 * regformats/s390-linux32.dat: Regenerate.
104 * regformats/s390-linux64.dat: Regenerate.
105 * regformats/s390x-linux64.dat: Regenerate.
106 * regformats/s390-linux32v1.dat: New generated file.
107 * regformats/s390-linux32v2.dat: Likewise.
108 * regformats/s390-linux64v1.dat: Likewise.
109 * regformats/s390-linux64v2.dat: Likewise.
110 * regformats/s390x-linux64v1.dat: Likewise.
111 * regformats/s390x-linux64v2.dat: Likewise.
112
336060f3
PA
1132011-12-05 Pedro Alves <pedro@codesourcery.com>
114
115 * linux-nat.c (resume_stopped_resumed_lwps): Call
116 registers_changed.
117
049e32d3
PA
1182011-12-05 Pedro Alves <pedro@codesourcery.com>
119
120 * breakpoint.c: Include record.h.
121 (breakpoints_always_inserted_mode): Return false when the record
122 target is in use.
123
5c03c7f9 1242011-12-05 Pedro Alves <pedro@codesourcery.com>
482950ed
PA
125
126 * amd64-linux-nat.c (amd64_linux_dr_get): Remove FIXME comment.
127 Reinstate perror_with_name call on ptrace error. Remove #if 0.
128 * i386-linux-nat.c (i386_linux_dr_get): Likewise.
129 * i386bsd-nat.c (i386bsd_dr_get_status): Likewise.
130
fbbd034e
AS
1312011-12-05 Andrey Smirnov <andrew.smirnov@gmail.com>
132
133 * breakpoint.c (init_breakpoint_sal): Remove nested definitions of
134 `i'(-Wshadow).
135
a5ff8356 1362011-12-05 Andrey Smirnov <andrew.smirnov@gmail.com>
12747160
AS
137
138 * bcache.c (bcache): Rename `bcache' to `cache'(-Wshadow).
139
1402011-12-05 Andrey Smirnov <andrew.smirnov@gmail.com>
141
a5ff8356
AS
142 * amd64-tdep.c (amd64_push_dummy_call): Remove nested definition
143 of `tdep'(-Wshadow).
144
93f2a35e
JK
1452011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
146
147 Fix compilation --without-expat.
148 * solib-svr4.c (svr4_free_so, svr4_free_library_list): Move them here
149 from ...
150 [HAVE_LIBEXPAT] (svr4_free_so, svr4_free_library_list): ... here.
151
2268b414
JK
1522011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
153 Jan Kratochvil <jan.kratochvil@redhat.com>
154
155 * Makefile.in (XMLFILES): Add library-list-svr4.dtd.
156 * features/library-list-svr4.dtd: New file.
157 * remote.c (PACKET_qXfer_libraries_svr4): New.
158 (remote_protocol_features): new entry for PACKET_qXfer_libraries_svr4.
159 (remote_xfer_partial): Handle TARGET_OBJECT_LIBRARIES_SVR4.
160 * solib-svr4.c (struct svr4_library_list): New.
161 [HAVE_LIBEXPAT]: Include xml-support.h.
162 [HAVE_LIBEXPAT] (svr4_library_list_start_library)
163 [HAVE_LIBEXPAT] (svr4_library_list_start_list, svr4_library_attributes)
164 [HAVE_LIBEXPAT] (svr4_library_list_children)
165 [HAVE_LIBEXPAT] (svr4_library_list_attributes)
166 [HAVE_LIBEXPAT] (svr4_library_list_elements, svr4_parse_libraries)
167 [HAVE_LIBEXPAT] (svr4_current_sos_via_xfer_libraries)
168 [!HAVE_LIBEXPAT] (svr4_current_sos_via_xfer_libraries): New.
169 (svr4_read_so_list): Extend the corruption message by addresses.
170 (svr4_current_sos): New variable library_list, call
171 svr4_current_sos_via_xfer_libraries.
172 * target.h (enum target_object): New TARGET_OBJECT_LIBRARIES_SVR4.
173
585861ea
JK
1742011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
175
176 PR threads/13448
177 * dwarf2read.c (decode_locdesc): Handle DW_OP_const8u.
178 For DW_OP_GNU_push_tls_address increment the value, new comment for it.
179
9750bca9
JK
1802011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
181
182 PR breakpoints/13346
183 * dwarf2read.c (process_psymtab_comp_unit): Set
184 PSYMTABS_ADDRMAP_SUPPORTED.
185 * psympriv.h (struct partial_symtab): Comment textlow and texthigh
186 validity. New field psymtabs_addrmap_supported.
187 * psymtab.c (find_pc_sect_psymtab_closer): New gdb_assert on
188 psymtabs_addrmap_supported.
189 (find_pc_sect_psymtab): Do not fallback to TEXTLOW and TEXTHIGH for
190 !PSYMTABS_ADDRMAP_SUPPORTED.
191 (dump_psymtab, maintenance_info_psymtabs): Print also
192 psymtabs_addrmap_supported.
193
f28c316a
DE
1942011-12-01 Doug Evans <dje@google.com>
195
196 * python/py-type.c (type_object_methods): Fix "array" doc string.
197
fc0ae648
AB
1982011-12-01 Andrew Burgess <aburgess@broadcom.com>
199
200 * source.c (print_source_lines_base): Fix missing braces on else
201 clause leading to additional output.
202
d6db1fab
UW
2032011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
204
205 * s390-nat.c (SUBOFF): Remove.
206 (s390_native_supply, s390_native_collect): New functions.
207 (supply_gregset, supply_fpregset): Use s390_native_supply.
208 (fill_gregset, fill_fpregset): Use s390_native_collect.
209
210 * s390-tdep.c (s390_pseudo_register_reggroup_p): Update comment.
211 (s390_unwind_pseudo_register): New function.
212 (s390_prologue_frame_unwind_cache): Unwind PSW address and mask
213 registers instead of PC and CC.
214 (s390_backchain_frame_unwind_cache): Likewise.
215 (s390_sigtramp_frame_unwind_cache): Do not unwind PC, CC, or
216 full GPR pseudos.
217 (s390_trad_frame_prev_register): New function.
218 (s390_frame_prev_register): Use it.
219 (s390_sigtramp_frame_prev_register): Likewise.
220 (s390_dwarf2_prev_register): Use s390_unwind_pseudo_register.
221 (s390_dwarf2_frame_init_reg): Unwind PSW address and mask. Use
222 special callback to unwind any pseudo.
223
224 * features/s390-core32.xml: Add pswm/pswa to save/restore group.
225 * features/s390-core64.xml: Likewise.
226 * features/s390x-core64.xml: Likewise.
227 * features/s390-linux32.c: Regenerate.
228 * features/s390-linux64.c: Likewise.
229 * features/s390x-linux64.c: Likewise.
230
1dd635ac
UW
2312011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
232
233 * s390-tdep.c (s390_gdbarch_init): Call set_gdbarch_get_siginfo_type.
234
0161e4b9
UW
2352011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
236
237 * s390-tdep.c (s390_displaced_step_fixup): Fix processing of LARL
238 instruction. Add more diagnostic output.
239
0c36327f
AS
2402011-11-29 Andrey Smirnov <andrew.smirnov@gmail.com>
241
242 * MAINTAINERS (Write After Approval): Add myself to the list.
243
b4264740
SD
2442011-11-29 Sanjoy Das <sdas@igalia.com>
245
246 * jit.c (add_objfile_entry, jit_reader_try_read_symtab)
247 (jit_bfd_try_read_symtab): Fix comments.
248
87326c78
DD
2492011-11-28 DJ Delorie <dj@redhat.com>
250
251 * NEWS: Mention RL78 simulator.
252
1e3a8f45
JB
2532011-11-28 Joel Brobecker <brobecker@adacore.com>
254
255 * symfile.h (struct quick_symbol_functions): Fix the documentation
256 of field map_matching_symbols, as symbols are sorted using
257 strcmp_iw_ordered, not strcmp_iw.
258
265e52c3
JB
2592011-11-28 Paul Hilfinger <hilfinger@adacore.com>
260
261 * symfile.h (struct quick_symbol_functions): Update the
262 documentation for field map_matching_symbols.
263
1a1d5513
JB
2642011-11-28 Joel Brobecker <brobecker@adacore.com>
265
266 * ada-lang.c (compare_names): Fix wrong return value in case
267 string1 starts with the same contents as string2, followed
268 by an underscore that do not start a symbol name suffix.
269
5d9c5995
PM
2702011-11-28 Phil Muldoon <pmuldoon@redhat.com>
271
272 PR python/13369
273 PR python/13374
274
275 * python/python.c (gdbpy_decode_line): Do not acquire GIL.
276 * python/py-inferior.c (inferior_to_inferior_object): Ditto.
277 * python/py-value.c (valpy_nonzero): Use TRY_CATCH to catch GDB
278 exceptions.
279 * python/py-type.c (typy_strip_typedefs): Ditto.
280 (typy_legacy_template_argument): Ditto.
281 * python/py-inferior.c (inferior_to_inferior_object): Ditto.
282 * python/py-breakpoint.c (bppy_set_ignore_count): Ditto.
283
2bf50f6f
JB
2842011-11-27 Joel Brobecker <brobecker@acacore.com>
285
286 * remote.c (remote_get_tracepoint_status): Delete addrbuf
287 local variable. Avoid use of sprintf_vma.
288
744ab88c
SD
2892011-11-27 Sanjoy Das <sdas@igalia.com>
290
291 Fix regression in jit.exp.
292 * jit.c (jit_reader_try_read_symtab, jit_bfd_try_read_symtab)
293 (jit_register_code): Set the jit_objfile_data field to the correct
294 value.
295
46ad3598
UW
2962011-11-25  Uros Bizjak  <ubizjak@gmail.com>
297
298 * alpha-tdep.c (br_opcode): New.
299 (ldl_l_opcode, ldq_l_opcode, stl_c_opcode, stq_c_opcode): Ditto.
300 (alpha_deal_with_atomic_sequence): New function.
301 (alpha_gdbarch_init): Handle single stepping of atomic sequences
302 with alpha_deal_with_atomic_sequence.
303
e4c5f296
TG
3042011-11-24 Tristan Gingold <gingold@adacore.com>
305
306 * machoread.c (oso_el): Remove num_Sections, symbols, offsets
307 fields. Add oso_sym, end_sym and nbr_syms.
308 (macho_register_oso): Change interface.
309 (macho_symtab_add_minsym): New function.
310 (macho_symtab_read): Rewritten.
311 (get_archive_prefix_len): Remove trailing blanks.
312 (oso_el_compare_name): Add comment.
313 (struct macho_sym_hash_entry): New structure.
314 (macho_relocate_common_syms): Remove.
315 (macho_sym_hash_newfunc): New function.
316 (macho_resolve_oso_sym_with_minsym): Likewise.
317 (macho_add_oso_symfile): Rewritten.
318 (macho_symfile_read_all_oso): Remove trailing blanks.
319 Adjust code to free oso vector.
320 (macho_symfile_read): Likewise.
321 Move code to initialize minimal symbol
322
130854df
MR
3232011-11-24 Maciej W. Rozycki <macro@codesourcery.com>
324
325 * mips-tdep.c (extended_offset): Fix formatting.
326
3d7bb9d9
DE
3272011-11-23 Doug Evans <dje@google.com>
328
329 * dwarf2read.c (dw2_lookup_symtab): Add comment.
330 (dw2_expand_symtabs_with_filename): Ditto.
331 (dw2_expand_symtabs_matching): Ditto.
332 (dw2_map_symbol_filenames): Ditto.
333
1fbf5ada
JB
3342011-11-23 Andrey Smirnov <andrew.smirnov@gmail.com>
335
336 * ada-lang.c (assign_aggregate): Minor reformatting.
337
d984108d
JB
3382011-11-23 Andrey Smirnov <andrew.smirnov@gmail.com>
339
340 * ada-lang.c (assign_aggregate): Remove declaration of local
341 variable `i' which is shadowing another variable with the same
342 name declared in the outer scope.
343
18af8284
JB
3442011-11-23 Joel Brobecker <brobecker@adacore.com>
345
346 * ada-lang.c (get_base_type): Renames base_type. Adjust all
347 calls throughout this file.
348
1fc7b5d7
JB
3492011-11-23 Joel Brobecker <brobecker@adacore.com>
350
351 * gdb-dlfcn.c (gdb_dlopen): Add missing coma in call to
352 FormatMessage.
353
36dfb11c
TT
3542011-11-22 Tom Tromey <tromey@redhat.com>
355
356 PR mi/8444:
357 * mi/mi-common.h (EXEC_ASYNC_SOLIB_EVENT, EXEC_ASYNC_FORK)
358 (EXEC_ASYNC_VFORK, EXEC_ASYNC_SYSCALL_ENTRY)
359 (EXEC_ASYNC_SYSCALL_RETURN, EXEC_ASYNC_EXEC): New constants.
360 * mi/mi-common.c (async_reason_string_lookup): Add new reasons.
361 * breakpoint.c (print_it_catch_fork, print_it_catch_vfork)
362 (print_it_catch_syscall, print_it_catch_exec)
363 (internal_bkpt_print_it): Use ui_out. Emit stop reason.
364 (bpstat_print): Add 'kind' argument. Handle
365 TARGET_WAITKIND_LOADED.
366 * infrun.c (normal_stop): Update for bpstat_print change. Don't
367 handle TARGET_WAITKIND_LOADED here.
368 * breakpoint.h (bpstat_print): Update.
369
5bd6aa83
TT
3702011-11-22 Tom Tromey <tromey@redhat.com>
371
372 * mi/mi-interp.c (mi_on_normal_stop): Call bpstat_print.
373
f5afdc18
TT
3742011-11-22 Tom Tromey <tromey@redhat.com>
375
376 * mi/mi-common.c (_initialize_gdb_mi_common): Remove.
377 Use static_assert to check the size of
378 async_reason_string_lookup.
379 * common/gdb_assert.h (static_assert): New macro.
380
a3769e0c
AM
3812011-11-22 Alan Modra <amodra@gmail.com>
382
383 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Correct branch
384 destination calculation. Don't expect >> to sign extend. Don't
385 add a break if branch lands inside the sequence anywhere.
386
56767571
KS
3872011-11-21 Keith Seitz <keiths@redhat.com>
388
389 * gdb.mi/mi-var-display.exp: Remove XFAIL for c_variable-7.51,
390 -var-evaluate-expression of an enumeration and fix expected result.
391 * gdb.mi/mi2-varvdisplay.exp: Likewise.
392
8443c207
KY
3932011-11-21 Kwok Cheung Yeung <kcy@codesourcery.com>
394
395 * osdata.c (info_osdata_command): Rename nprocs to nrows. Handle
396 the case where osdata->items is empty. Rename column names to a
397 canonical form to avoid problems with unusual column names.
398
97643830
YQ
3992011-11-21 Yao Qi <yao@codesourcery.com>
400
401 * MAINTAINERS (Write After Approval): Keep list in alphabetical order.
402
f196051f
SS
4032011-11-20 Stan Shebs <stan@codesourcery.com>
404
405 * NEWS: Mention tracepoint additions.
406 * breakpoint.h (struct tracepoint): New field traceframe_usage.
407 * breakpoint.c (print_one_breakpoint_location): Identify
408 tracepoints as such when reporting hit counts, report
409 trace buffer usage.
410 (create_tracepoint_from_upload): Copy status info.
411 * tracepoint.h (struct trace_status): Rename error_desc to stop_desc,
412 add fields user_name, notes, start_time, stop_time.
413 (struct uploaded_tp): Add fields hit_count, traceframe_usage.
414 * tracepoint.c (trace_user): New global.
415 (trace_notes): New global.
416 (trace_stop_notes): New global.
417 (start_tracing): Add argument and trace note handling.
418 (stop_tracing): Ditto.
419 (trace_start_command): Add notes argument.
420 (trace_stop_command): Ditto.
421 (trace_status_command): Report additional status info.
422 (trace_status_mi): Similarly.
423 (trace_save): Update, record tracepoint status.
424 (set_disconnected_tracing): Call target method directly.
425 (send_disconnected_tracing_value): Remove.
426 (set_trace_user): New function.
427 (set_trace_notes): New function.
428 (set_trace_stop_notes): New function.
429 (parse_trace_status): Handle additional status.
430 (parse_tracepoint_status): New function.
431 (parse_tracepoint_definition): Call it.
432 (tfile_get_tracepoint_status): New function.
433 (init_tfile_ops): Use it.
434 (_initialize_tracepoint): Add new setshows.
435 * target.h (struct target_ops): New methods to_get_tracepoint_status
436 and to_set_trace_notes.
437 (target_get_tracepoint_status): New macro.
438 (target_set_trace_notes): New macro.
439 * target.c (update_current_target): Add new methods.
440 * remote.c (remote_get_tracepoint_status): New function.
441 (remote_set_trace_notes): New function.
442 (init_remote_ops): Add them.
443 * mi/mi-main.c (mi_cmd_trace_start): Add argument to call.
444 (mi_cmd_trace_stop): Ditto.
445
3623dc3a
SD
4462011-11-20 Sanjoy Das <sdas@igalia.com>
447
448 * jit.c: Include regcache.h.
449 (jit_gdbarch_data, jit_frame_unwind): New static variables.
450 (jit_unwind_reg_set_impl, free_reg_value_impl)
451 (jit_unwind_reg_get_impl, jit_frame_sniffer)
452 (jit_frame_unwind_stop_reason, jit_frame_this_id)
453 (jit_frame_prev_register, jit_dealloc_cache)
454 (jit_prepend_unwinder, jit_gdbarch_data_init): New functions.
455 (jit_inferior_init): Prepend (new) pseudo unwinder by calling
456 jit_prepend_unwinder.
457 (_initialize_jit): Register new gdbarch data jit_gdbarch_data.
458
1825a88d
SD
4592011-11-20 Sanjoy Das <sdas@igalia.com>
460
461 * jit.c: Include block.h, dictionary.h and frame-unwind.h.
462 (add_objfile_entry, jit_target_read_impl, jit_object_open_impl)
463 (jit_symtab_open_impl, compare_block, jit_block_open_impl)
464 (jit_symtab_line_mapping_add_impl, jit_symtab_close_impl)
465 (finalize_symtab, jit_object_close_impl)
466 (jit_reader_try_read_symtab, jit_bfd_try_read_symtab)
467 (free_objfile_data): New functions.
468 (_initialize_jit): Register jit_objfile_data with a proper cleanup
469 function.
470
784c47ee
SD
4712011-11-20 Sanjoy Das <sdas@igalia.com>
472
473 * jit.c: Include gdb-dlfcn.h.
474 (loaded_jit_reader, reader_init_fn_sym): New static variables.
475 (jit_reader_load, jit_reader_load_command)
476 (jit_reader_unload_command): New functions.
477 (_initialize_jit): Add commands "jit-reader-load" and
478 "jit-reader-unload".
479
a2d08b9e
SD
4802011-11-20 Sanjoy Das <sdas@igalia.com>
481
482 * Makefile.in: Add gdb-dlfcn.c and gdb-dlfcn.h to build system.
483 * config.in: Add new #define HAVE_LIBDL.
484 * configure.ac: Add check for -ldl.
485 * configure: Re-generated by autoconf.
486 * gdb-dlfcn.c: New file.
487 * gdb-dlfcn.h: New file.
488
b8e0a31c
SD
4892011-11-20 Sanjoy Das <sdas@igalia.com>
490
491 * config.in: Add new #defines: JIT_READER_DIR and
492 JIT_READER_DIR_RELOCATABLE.
493 * configure.ac: New GDB directory entry for jit-reader-dir.
494 * configure: Re-generated by autoconf.
495 * jit.c: New static variable: const char *jit_reader_dir.
496 (_initialize_jit): Relocate jit_reader_dir.
497
f997c383
SD
4982011-11-20 Sanjoy Das <sdas@igalia.com>
499
500 * Makefile.in: Add jit-reader.h as a header. Have it installed in
501 $(includedir)/gdb.
502 * configure.ac: Generate a correct value for TARGET_PTR for
503 jit-reader.h. Tell configure to generate jit-reader.h from
504 jit-reader.in.
505 * configure: Re-generated by autoconf.
506 * jit-reader.in: New file.
507 * jit.c: Include jit-reader.h.
508
dc8c0494
SD
5092011-11-20 Sanjoy Das <sdas@igalia.com>
510
511 * MAINTAINERS (Write After Approval): Add myself to the list.
512
01efb936
UW
5132011-11-18 Ulrich Weigand <uweigand@de.ibm.com>
514
515 * findvar.c (read_frame_register_value): Respect value_offset
516 of the register value. Remove big-endian special case.
517
732f3f12
TT
5182011-11-18 Tom Tromey <tromey@redhat.com>
519
520 PR build/7196:
521 * remote.c (putpkt_for_catch_errors): New function.
522 (remote_kill): Use it.
523
bfccc43c
YQ
5242011-11-18 Yao Qi <yao@codesourcery.com>
525
526 * breakpoint.c (create_breakpoint): Produce query message according to
527 breakpoint's type.
528 Allocate tracepoint per correct type.
529 Don't check SALs for pending fast tracepoints.
530 * tracepoint.c (process_tracepoint_on_disconnect): New.
531 (disconnect_tracing): Call process_tracepoint_on_disconnect.
532
3ea46bff
YQ
5332011-11-18 Yao Qi <yao@codesourcery.com>
534
535 * breakpoint.c (install_breakpoint): Add one more parameter so that
536 update_global_location_list is called conditionally.
537 (create_fork_vfork_event_catchpoint): Update.
538 (create_syscall_event_catchpoint): Update.
539 (create_breakpoint_sal): Update.
540 (create_breakpoint_sal): Update. Call do_cleanups before
541 install_breakpoint.
542 * ada-lang.c (create_ada_exception_catchpoint): Update.
543 * breakpoint.h (install_breakpoint): Update declaration.
544
598cfb71
UW
5452011-11-16 Ulrich Weigand <uweigand@de.ibm.com>
546
547 * spu-tdep.c (spu_return_value): Fix handling of
548 TYPE_CALLING_CONVENTION annotation.
549
caf4328c
UW
5502011-11-16 Ulrich Weigand <uweigand@de.ibm.com>
551
552 * skip.c (skip_function_command): Work around uninitialized
553 variable warning.
554
2b54dda2
DM
5552011-11-16 David S. Miller <davem@davemloft.net>
556
557 * utils.c (report_command_stats): Cast delta_wall_time 'tv_sec' and
558 'tv_usec' to long for printf since these fields have a type which
559 varies.
560
93bf33fd
DE
5612011-11-15 Doug Evans <dje@google.com>
562
563 * buildsym.c (add_symbol_to_list): Delete outdated comment.
564
9cc10fd1
PK
5652011-11-15 Paul Koning <paul_koning@dell.com>
566
567 * python/py-type.c (typy_get_composite): New function.
568 (typy_nonzero): New function.
569 (typy_values): Rename from typy_fields.
570 (typy_fields): New function.
571 (typy_length): Raise exception if not struct, union, or enum type.
572 (typy_getitem): Ditto.
573 (typy_has_key): Ditto.
574 (typy_make_iter): Ditto.
575
c011a4f4
DE
5762011-11-15 Doug Evans <dje@google.com>
577
578 * NEWS: Mention new parameter basenames-may-differ.
579 * dwarf2read.c (dw2_lookup_symtab): Avoid calling gdb_realpath if
580 ! basenames_may_differ.
581 * psymtab.c (lookup_partial_symtab): Ditto.
582 * symtab.c (lookup_symtab): Ditto.
583 (basenames_may_differ): New global.
584 (_initialize_symtab): New parameter basenames-may-differ.
585 * symtab.h (basenames_may_differ): Declare.
586
865ecab4
LM
5872011-11-15 Pedro Alves <pedro@codesourcery.com>
588 Luis Machado <lgustavo@codesourcery.com>
589
590 * auxv.c: Include observer.h.
591 (auxv_inferior_data_cleanup): New.
592 (invalidate_auxv_cache_inf): New.
593 (invalidate_auxv_cache): New.
594 (get_auxv_inferior_data): New.
595 (auxv_inferior_data): New static global.
596 (auxv_info): New structure.
597 (target_auxv_search): Use get_auxv_inferior_data instead of
598 target_read_alloc and don't free cached buffers.
599 (fprint_target_auxv): Likewise
600 (_initialize_auxv): Register per-inferior auxv cache and register
601 observers to invalidate auxv cache when needed.
602
ed59ded5
DE
6032011-11-14 Doug Evans <dje@google.com>
604
605 Make "!" an alias for "shell".
606 * NEWS: Add mention.
607 * cli/cli-cmds.c (init_cli_cmds): Remove xdb_commands condition on
608 adding "!" command, always add it.
609 * cli/cli-decode.c (find_command_name_length): Recognize "!" as a
610 command of length one.
611
405f8e94
SS
6122011-11-14 Stan Shebs <stan@codesourcery.com>
613 Kwok Cheung Yeung <kcy@codesourcery.com>
614
615 * NEWS: Document shorter fast tracepoints and qTMinFTPILen packet.
616 * i386-tdep.c (i386_fast_tracepoint_valid_at): Query target for
617 the minimum instruction size for fast tracepoints.
618 * target.h (struct target_ops): Add new method
619 to_get_min_fast_tracepoint_insn_len.
620 (target_get_min_fast_tracepoint_insn_len): New.
621 * target.c (update_current_target): Set up new target operation.
622 * remote.c (remote_write_bytes_aux): Fix typo.
623 (remote_get_min_fast_tracepoint_insn_len): New.
624 (init_remote_ops): Initialize new field.
625
3e05895e
TT
6262011-11-14 Tom Tromey <tromey@redhat.com>
627
628 * tracepoint.c (encode_actions_1): Use the location's gdbarch.
629 (encode_actions): Likewise.
630
1e4d1764
YQ
6312011-11-14 Yao Qi <yao@codesourcery.com>
632
633 * remote.c (struct remote_state): <install_in_trace> new field.
634 (PACKET_InstallInTrace): New enum value.
635 (remote_install_in_trace_feature): Support InstallInTrace.
636 (remote_supports_install_in_trace): Likewise.
637 (remote_protocol_features): Likewise.
638 (_initialize_remote): Likewise.
639 (remote_can_download_tracepoint): New.
640 * target.h (struct target): New field
641 `to_can_download_tracepoint'.
642 (target_can_download_tracepoint): New macro.
643 * target.c (update_current_target): Update.
644 * breakpoint.h (struct bp_location): Add comment on field
645 `duplicate'.
3ccd4ac6
YQ
646 * breakpoint.c (should_be_inserted): Don't differentiate breakpoint
647 and tracepoint.
1e4d1764
YQ
648 (remove_breakpoints): Don't remove tracepoints.
649 (tracepoint_locations_match ): New.
650 (breakpoint_locations_match): Call it.
651 (disable_breakpoints_in_unloaded_shlib): Handle tracepoint.
652 (download_tracepoint_locations): New.
653 (update_global_location_list): Call it.
654 * tracepoint.c (find_matching_tracepoint): Delete.
655 (find_matching_tracepoint_location): Renamed from
656 find_matching_tracepoint. Return bp_location rather than
657 tracepoint.
658 (merge_uploaded_tracepoints): Set `inserted' field to 1 if
659 tracepoint is found.
660
e8ba3115
YQ
6612011-11-14 Yao Qi <yao@codesourcery.com>
662
663 * target.h (struct target): <to_download_tracepoint> Change type
664 of parameter from tracepoint to bp_location.
665 * target.c (update_current_target): Update.
666 * tracepoint.c (start_tracing): Update.
667 * remote.c (remote_download_tracepoint): Remove loop for each location
668 of a tracepoint.
669
edcc485a
MR
6702011-11-14 Maciej W. Rozycki <macro@codesourcery.com>
671
672 * i386-nat.c (i386_insert_hw_breakpoint): Call
673 i386_update_inferior_debug_regs.
674 (i386_remove_hw_breakpoint): Likewise.
675
3742cc8b
YQ
6762011-11-14 Yao Qi <yao@codesourcery.com>
677
678 * breakpoint.c (init_raw_breakpoint): Call
679 add_location_to_breakpoint to replace duplicated code.
680 (add_location_to_breakpoint): Adjust the breakpoint's
681 address prior to allocating a location.
682
71eba9c2 6832011-11-12 Matt Rice <ratmice@gmail.com>
684
685 * macrocmd.c (macro_no_macro_info): New function.
686 (macro_expand_command): Use macro_no_macro_info.
687 (macro_expand_once_command): Ditto.
688 (info_macro_command): Add argument processing,
689 move info_definitions_command here.
690 (_initialize_macrocmd): Remove info definitions command.
691 Add arguments to info macro help text.
692 * NEWS: Replace info definitions command with new info macro options.
693
731971ed
KS
6942011-11-11 Keith Seitz <keiths@redhat.com>
695
696 PR gdb/12843
697 * linespec.c (locate_first_half): Keep ':' if it looks
698 like it could be part of a Windows path starting with
699 a drive letter.
700
6953d224
PA
7012011-11-10 Pedro Alves <pedro@codesourcery.com>
702
703 * linux-nat.c (linux_nat_wait): Don't force waking up the event
704 loop when returning a TARGET_WAITKIND_NO_RESUMED.
705
0c94aa73
PA
7062011-11-10 Pedro Alves <pedro@codesourcery.com>
707
708 * target.c (target_waitstatus_to_string): Handle
709 TARGET_WAITKIND_NO_RESUMED.
710
f6b47be4
DE
7112011-11-10 Doug Evans <dje@google.com>
712
74e2f255
DE
713 * dwarf2read.c (dw2_map_symbol_filenames): New parameter
714 `need_fullname'.
715 * psymtab.c (map_symbol_filenames_psymtab): Ditto.
716 (map_partial_symbol_filenames): Ditto. All callers updated.
717 * psymtab.h (map_partial_symbol_filenames): Update prototype.
718 * symfile.h (struct quick_symbol_functions, map_symbol_filenames): New
719 parameter need_fullname.
720
256f06f3
DE
721 * psymtab.c (psymtab_to_fullname): Use cached copy if it exists.
722 * source.c (symtab_to_fullname): Ditto.
723
50f182aa
DE
724 * defs.h (is_cplus_marker, set_demangling_style): Moved to ...
725 * gdb-demangle.h: ... here. New file.
726 * demangle.c: #include "gdb-demangle.h".
727 (_initialize_demangler): Use initialize_file_ftype for prototype.
728 Move "set demangle" and "set asm-demangle" parameters here from utils.c
729 (demangle, show_demangle, asm_demangle, show_asm_demangle): Move here
730 from utils.c
731 * utils.c: Update. #include "gdb-demangle.h".
732 * symtab.h (asm_demangle): Delete.
733 (demangle): Move declaration next to use.
734 * breakpoint.c: #include "gdb-demangle.h" instead of "demangle.h".
735 * dwarf2read.c: #include "gdb-demangle.h".
736 * gnu-v2-abi.c: Ditto.
737 * jv-typeprint.c: Ditto.
738 * mdebugread.c: Ditto.
739 * p-typeprint.c: Ditto.
740 * stabsread.c: Ditto.
741 * printcmd.c: Ditto.
742 (asm_demangle): Delete declaration.
743 * tui/tui-stack.c: #include "gdb-demangle.h".
744
f6b47be4
DE
745 * python/py-type.c (typy_fields_items): Call check_typedef.
746
22355c90
JB
7472011-11-10 Joel Brobecker <brobecker@adacore.com>
748
749 * findvar.c (read_frame_register_value): Read the correct bytes
750 from registers on big-endian architectures.
751
bd119cf1 7522011-11-10 Tom Tromey <tromey@redhat.com>
e28cade7
JB
753
754 * procfs.c (load_syscalls): Make a cleanup.
755 (open_procinfo_files): fd==0 is ok.
756
0a86f364
JB
7572011-11-10 Joel Brobecker <brobecker@adacore.com>
758
759 * procfs.c (iterate_over_mappings): Call do_cleanups before
760 returning.
761
9bc118a5
DE
7622011-11-09 Doug Evans <dje@google.com>
763
764 * gdbtypes.c (check_typedef): Document that this function can
765 throw an exception.
766
a7860e76
TT
7672011-11-09 Tom Tromey <tromey@redhat.com>
768
769 PR c++/13342:
770 * valops.c (value_full_object): Return early if real type is
771 smaller than the enclosing type.
772
60965737
YQ
7732011-11-08 Yao Qi <yao@codesourcery.com>
774
775 * amd64-tdep.c (amd64_relocate_instruction): Make it static.
776
72a2e3dc
MI
7772011-11-08 Meador Inge <meadori@codesourcery.com>
778
779 * arm-tdep.c (thumb_analyze_prologue): Always fallback on the SP
780 register when the frame can't be determined.
781 * arm-tdep.c (arm_analyze_prologue): Ditto.
782
ce3b0ff7
SS
7832011-11-07 Stan Shebs <stan@codesourcery.com>
784
785 * MAINTAINERS: Move Michael Snyder to Past Maintainers.
786
2b914b52
JB
7872011-11-07 Joel Brobecker <brobecker@adacore.com>
788
789 * infrun.c (handle_inferior_event): Minor reformatting.
790
6f809020
DE
7912011-11-05 Doug Evans <dje@google.com>
792
793 * source.c (forget_cached_source_info_for_objfile): Move call to
794 objfile->sf->qf->forget_cached_source_info outside of
795 ALL_OBJFILE_SYMTABS loop.
796 (forget_cached_source_info): Delete unused variable `s'.
797
75d12218
JK
7982011-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
799
800 * i386-nat.c (dr_ref_count): Remove unused variable.
801
e565b837
DE
8022011-11-05 Doug Evans <dje@google.com>
803
804 * main.c (captured_main): Set lim_at_start before calling
805 make_command_stats_cleanup.
806
0a1c4d10
DE
8072011-11-04 Doug Evans <dje@google.com>
808
809 * utils.c: #include "timeval-utils.h".
810 (cmd_stats): Rename start_time to start_cpu_time.
811 New member start_wall_time.
812 (report_command_stats): Report wall time.
813 (make_command_stats_cleanup): Record start wall time.
814
a1d705ee
TT
8152011-11-04 Tom Tromey <tromey@redhat.com>
816
817 * cp-namespace.c (cp_lookup_symbol_imports): Reindent.
818
81de56be
RO
8192011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
820
821 * coff-pe-read.c: Include defs.h before bfd.h.
822
3ab1ec27
PM
8232011-11-04 Phil Muldoon <pmuldoon@redhat.com>
824
825 PR Python/13345
826
827 * python/python.c (python_run_simple_file): Expand tilde in path.
828
cd829959
PM
8292011-11-04 Phil Muldoon <pmuldoon@redhat.com>
830
831 PR Python/13363
832
833 * python/py-type.c (typy_lookup_type): Do not return a type in
834 an exception handler.
835
080ad648
JK
8362011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
837 Eli Zaretskii <eliz@gnu.org>
838
839 * linux-nat.c (_initialize_linux_nat): Improve help
840 for `info proc stat', `info proc status', `info proc cwd',
841 `info proc cmdline' and `info proc exe'.
842
3065dfb6
SS
8432011-11-02 Stan Shebs <stan@codesourcery.com>
844
845 String collection for tracepoints.
846 * NEWS: Mention string collection.
847 * common/ax.def (tracenz): New bytecode.
848 * ax-gdb.h (trace_string_kludge): Declare.
849 * ax-gdb.c: Include valprint.h and c-lang.h.
850 (trace_string_kludge): New global.
851 (gen_traced_pop): Add string case.
852 (agent_command): Add string case.
853 * tracepoint.h (decode_agent_options): Declare.
854 * tracepoint.c: Include cli-utils.h.
855 (decode_agent_options): New function.
856 (validate_actionline): Call it.
857 (encode_actions_1): Ditto.
858 * target.h (struct target_ops): New method to_supports_string_tracing.
859 (target_supports_string_tracing): New macro.
860 * target.c (update_current_target): Add to_supports_string_tracing.
861 * remote.c (struct remote_state): New field string_tracing.
862 (remote_string_tracing_feature): New function.
863 (remote_protocol_features): New feature tracenz.
864 (remote_supports_string_tracing): New function.
865 (init_remote_ops): Set to_supports_string_tracing.
866
f179e162
JK
8672011-11-02 Pedro Alves <pedro@codesourcery.com>
868 Jan Kratochvil <jan.kratochvil@redhat.com>
869
870 * linux-nat.c: Include cli/cli-utils.h.
871 (enum info_proc_what): New.
872 (linux_nat_info_proc_cmd): Rename to ...
873 (linux_nat_info_proc_cmd_1): ... here. Remove variables argv and all.
874 New parameter what. Initialize cmdline_f, cwd_f, exe_f, mappings_f,
875 status_f and stat_f from WHAT. Throw error on extra parameters.
876 (linux_nat_info_proc_cmd, linux_nat_info_proc_cmd_mappings)
877 (linux_nat_info_proc_cmd_stat, linux_nat_info_proc_cmd_status)
878 (linux_nat_info_proc_cmd_cwd, linux_nat_info_proc_cmd_cmdline)
879 (linux_nat_info_proc_cmd_exe, linux_nat_info_proc_cmd_all): New.
880 (_initialize_linux_nat): New variable info_proc_cmdlist. Install `info
881 proc mappings', `info proc stat`, `info proc status', `info proc cwd',
882 `info proc cmdline', `info proc exe' and `info proc all' as real
883 subcommands of `info proc'.
884
7b35ec7f 8852011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
886
887 * Makefile.in: (SFILES): Add skip.c.
888 (HFILES_NO_SRCDIR): Add skip.h.
889 (COMMON_OBS): Add skip.o.
890 * skip.h, skip.c: New.
891 * breakpoint.h (set_default_breakpoint): Remove.
892 (get_sal_arch): Declare.
893 * breakpoint.c: Remove default_breakpoint_valid,
894 default_breakpoint_address, default_breakpoint_symtab,
895 default_breakpoint_line, default_breakpoint_pspace variables.
896 (get_sal_arch): Make public.
897 (set_default_breakpoint): Remove.
898 (parse_breakpoint_sals, create_breakpoint, clear_command,
899 decode_line_spec_1): Remove uses of default_breakpoint variables;
900 replaced with function calls into stack.c.
901 * cli/cli-cmds.h: Add cmd_list_element *skiplist.
902 * cli/cli-cmds.c: Add skiplist.
903 (init_cmd_lists): Initialize skiplist.
904 (init_cli_cmds): Fix comment (classes of commands appear in
905 alphabetical order).
906 * infrun.c (handle_inferior_event): Add check that we don't step into
907 a function whose pc is marked for skip.
908 * stack.c: Declare last_displayed_sal_valid, last_displayed_pspace,
909 last_displayed_addr, last_displayed_symtab, last_displayed_line
910 variables.
911 (set_last_displayed_sal): New static function.
912 (print_frame_info): Switch call to set_default_breakpoint to call to
913 set_last_displayed_sal.
914 (clear_last_displayed_sal, last_displayed_sal_is_valid,
915 get_last_displayed_pspace, get_last_displayed_addr,
916 get_last_displayed_symtab, get_last_displayed_line,
917 get_last_displayed_sal): New public functions.
918 * stack.h (clear_last_displayed_sal, last_displayed_sal_is_valid,
919 get_last_displayed_pspace, get_last_displayed_addr,
920 get_last_displayed_symtab, get_last_displayed_line,
921 get_last_displayed_sal): Declare.
922
b60e1588
JL
9232011-11-01 Justin Lebar <justin.lebar@gmail.com>
924
925 * MAINTAINERS (Write After Approval): Add myself to the list.
926
d31647d2
YQ
9272011-10-29 Yao Qi <yao@codesourcery.com>
928
929 * infcmd.c (disconnect_command): Call disconnect_tracing.
930
b1d96efd
JK
9312011-10-29 Jan Kratochvil <jan.kratochvil@redhat.com>
932
933 Code cleanup.
934 * symtab.c (skip_prologue_sal): Code reformatting.
935
4dfb2365
JK
9362011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
937
938 PR symtab/13208
939 * jit.c (jit_register_code): Remove unused variable my_cleanups. Check
940 for NULL from bfd_open_from_target_memory. Fix ownership of NBFD and
941 SAI.
942
0e5bf2a8
PA
9432011-10-28 Pedro Alves <pedro@codesourcery.com>
944
945 * linux-nat.c (linux_nat_filter_event): Remove `options'
946 parameter, and dead code that used it. If we're handling a
947 PTRACE_EVENT_EXEC event, and the thread group leader is no longer
948 in our lwp list, re-add it.
949 (check_zombie_leaders): New.
950 (linux_nat_wait_1): Remove `options' and `pid' locals. Always
951 wait for children with WNOHANG, and always wait for all children.
952 Don't check for no resumed children upfront. Simplify wait loop.
953 Check for zombie thread group leaders after handling all wait
954 statuses. Return TARGET_WAITKIND_NO_RESUMED if there no
955 unwaited-for children left.
956 * infrun.c (fetch_inferior_event): Handle TARGET_WAITKIND_NO_RESUMED.
957 (handle_inferior_event): Handle TARGET_WAITKIND_NO_RESUMED.
958 (normal_stop): Handle TARGET_WAITKIND_NO_RESUMED.
959 * target.h (enum target_waitkind) <TARGET_WAITKIND_NO_RESUMED>: New.
960
821296b7
SA
9612011-10-28 Sterling Augustine <saugustine@google.com>
962
963 * psymtab.c (map_symbol_filenames_psymtab): Call QUIT.
964 * symtab.c (free_completion_list): New function.
965 (do_free_completion_list): Likewise.
966 (default_make_symbol_completion_list_break_on): New variable
967 back_to. Call make_cleanup and discard_cleanups.
968 (make_source_files_completion_list): Likewise.
969
03c3051a
PK
9702011-10-28 Paul Koning <paul_koning@dell.com>
971
972 * python/lib/gdb/types.py (deep_items): Rename from deepitems.
973 * NEWS: Mention deep_items.
974
8e7ebaf5
PA
9752011-10-28 Alen Skondro <askondro@gmail.com>
976
8de33dc2 977 * ser-tcp.c [USE_WIN32API] (ETIMEDOUT): Don't define if already
8e7ebaf5
PA
978 defined.
979
e0c6ef61
MI
9802011-10-27 Meador Inge <meadori@codesourcery.com>
981
982 * MAINTAINERS (Write After Approval): Add myself to the list.
983
b56d6f31
JB
9842011-10-27 Joel Brobecker <brobecker@adacore.com>
985
986 * value.h (read_frame_register_value): Add declaration.
987 * findvar.c (read_frame_register_value): New function.
988 (value_from_register): Use read_frame_register_value
989 instead of get_frame_register_value + value_contents_copy
990 to get value contents.
991
d234ef5c
DE
9922011-10-27 Doug Evans <dje@google.com>
993
994 * cli/cli-cmds.c (source_script_with_search): Pass full path to
995 source_script_from_stream if it may have been found on the search path.
996 * python/py-auto-load.c (source_section_scripts): Pass full path to
997 source_python_script_for_objfile.
998 * python/python.c (source_python_script): Delete stream parameter.
999 All callers updated.
1000 (source_python_script_for_objfile): Ditto.
1001 * python/python-internal.h (source_python_script_for_objfile): Update.
1002 * python/python.h (source_python_script): Update.
1003
d849d44f
TT
10042011-10-27 Tom Tromey <tromey@redhat.com>
1005
1006 * ada-lang.h (ada_start_decode_line_1, ada_finish_decode_line_1)
1007 (ada_sals_for_line): Remove declarations.
1008
2231f1fb
KP
10092011-10-27 Kevin Pouget <kevin.pouget@st.com>
1010
1011 Move unwind reasons to an external .def file
1012 * frame.c (frame_stop_reason_string): Rewrite using
1013 unwind_stop_reasons.def.
1014 * frame.h (enum unwind_stop_reason): Likewise.
1015 * python/py-frame.c (gdbpy_initialize_frames): Likewise.
1016 (gdbpy_frame_stop_reason_string): Use new enum unwind_stop_reason
1017 constants for bound-checking.
1018 * unwind_stop_reasons.def: New file.
1019 * stack.c (backtrace_command_1): Handle UNWIND_FIRST_ERROR as an alias
1020 instead of a distinct value.
1021
f77b9a5d
PM
10222011-10-27 Phil Muldoon <pmuldoon@redhat.com>
1023
1024 PR python/13331
1025
1026 * python/py-function.c (fnpy_call): Check 'args' is not NULL.
1027 (convert_values_to_python): Return on Python tuple allocation
1028 failure. Return NULL on value conversion error.
1029
76dce0be
PM
10302011-10-27 Phil Muldoon <pmuldoon@redhat.com>
1031
1032 * python/py-breakpoint.c (bppy_set_enabled): Use TRY_CATCH.
1033 (bppy_set_task): Ditto.
1034 (bppy_delete_breakpoint): Ditto.
1035 * python/py-symbol.c (gdbpy_lookup_symbol): Ditto.
1036 (gdbpy_lookup_global_symbol): Ditto.
1037 * python/py-lazy-string.c (stpy_convert_to_value): Ditto.
1038 * python/py-frame.c (frapy_is_valid): Ditto.
1039 (frame_info_to_frame_object): Ditto.
1040 * python/py-type.c (typy_lookup_type): Ditto.
1041 (typy_getitem): Ditto.
1042 (typy_has_key): Ditto.
1043 (typy_richcompare): Use TRY_CATCH. Do not return Py_NE on error.
1044
f17b6955
JB
10452011-10-26 Joel Brobecker <brobecker@adacore.com>
1046
1047 * gdbarch.h: Regenerate.
1048
86ba1042
JB
10492011-10-26 Meador Inge <meadori@codesourcery.com>
1050
1051 * gdbarch.sh (function_list): Use 'pstring' when printing
1052 'gcore_bfd_target'.
1053 * gdbarch.c: Regenerate.
1054
c34fd852
UW
10552011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
1056
1057 * regcache.c (registers_changed_ptid): Invalidate thread architecture
1058 and frame caches if PTID refers to all threads of a process.
1059
931bb47f
UW
10602011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
1061
1062 * spu-tdep.c (spu_catch_start): Pass non-NULL breakpoint ops
1063 to create_breakpoint.
1064
88aed45e
UW
10652011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
1066
1067 * ppc-sysv-tdep.c (ppc_sysv_use_opencl_abi): New function.
1068 (ppc_sysv_abi_push_dummy_call): Use it.
1069 (do_ppc_sysv_return_value): Likewise.
1070 (ppc64_sysv_abi_push_dummy_call): Likewise.
1071 (ppc64_sysv_abi_return_value): Likewise.
1072
3eaf3fa2
PK
10732011-10-26 Paul Koning <paul_koning@dell.com>
1074
1075 * python/lib/gdb/types.py (deepitems): New function.
1076
913460fc
PK
10772011-10-25 Paul Koning <paul_koning@dell.com>
1078
1079 PR python/13327
1080
1081 * python/py-value.c (value_to_value_object): Remove fetching of
1082 the value if it was lazy.
1083 (valpy_get_is_lazy): New function.
1084 (valpy_fetch_lazy): New function.
1085
2b5b9d09
JB
10862011-10-24 Joel Brobecker <brobecker@adacore.com>
1087
1088 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Do not check
1089 FUNC_TYPE's calling convention if FUNC_TYPE is not a function.
1090
e21ffe51
PA
10912011-10-24 Pedro Alves <pedro@codesourcery.com>
1092
1093 * linux-nat.c (linux_handle_extended_wait): When handling a clone
1094 event, in non-stop, if not stopping, make sure the new lwp has
1095 last_resume_kind set to resume_continue. Assert that when we're
1096 resuming the new lwp, its last_resume_kind is resume_continue.
1097
7aee8dc2
PA
10982011-10-24 Pedro Alves <pedro@codesourcery.com>
1099
1100 * infrun.c (handle_inferior_event): Don't assume inferior_ptid is
1101 already set when marking the event thread as not executing in
1102 non-stop mode.
1103
4b4e080e
PA
11042011-10-24 Pedro Alves <pedro@codesourcery.com>
1105
1106 * infrun.c (handle_inferior_event): Add debug output for
1107 TARGET_WAITKIND_NO_HISTORY.
1108
baacfb07
PM
11092011-10-24 Phil Muldoon <pmuldoon@redhat.com>
1110
1111 * NEWS: Move set/show extended-prompt to "New Options". Expand
1112 description. Fix typos.
1113
8432bc41
PM
11142011-10-24 Phil Muldoon <pmuldoon@redhat.com>
1115
1116 PR python/13310
1117
1118 * python/py-param.c (call_doc_function): Correctly deference on
1119 function exit.
1120
6cda5a20
JB
11212011-10-21 Joel Brobecker <brobecker@adacore.com>
1122
1123 * ada-tasks.c (print_ada_task_info): Fix computation of
1124 number of tasks displayed in command output.
1125
13294f7d
JK
11262011-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1127 Ulrich Weigand <uweigand@de.ibm.com>
1128
1129 * dwarf2-frame-tailcall.c: Include dwarf2-frame.h.
1130 (dwarf2_tailcall_prev_register_first): Use dwarf2_frame_cfa.
1131 (dwarf2_tailcall_sniffer_first): Remove variable pc_regnum. Replace
1132 gdbarch_pc_regnum and frame_unwind_register_unsigned by
1133 gdbarch_unwind_pc.
1134
460c1c54
CC
11352011-10-20 Cary Coutant <ccoutant@google.com>
1136
1137 * dwarf2read.c (dw2_get_file_names): Move adjustment for type
1138 section to...
1139 (partial_read_comp_unit_head): ...here. Add is_debug_type_section
1140 flag. Adjust all callers.
1141 (process_psymtab_comp_unit): Remove adjustment for type section.
1142
a10964d1
AR
11432011-10-20 Aleksandar Ristovski <aristovski@qnx.com>
1144
1145 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Changed function
1146 arguments by adding OBJFILE. Instead of getting objfile from
1147 symbol's symtab, use new argument OBJFILE.
1148 * cp-support.h (cp_scan_for_anonymous_namespaces): Changed function
1149 arguments by adding OBJFILE.
1150 * gdb/dwarf2read.c (new_symbol_full): Change call to
1151 cp_scan_for_anonymous_namespaces to match new signature.
1152 * gdb/stabsread.c (define_symbol): Change call to
1153 cp_scan_for_anonymous_namespaces to match new signature.
1154
27ca1a5b
PM
11552011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1156
1157 PR python/13308
1158 PR python/13309
1159
1160 * python/py-breakpoint.c (gdbpy_breakpoints): Fix List reference
1161 leak.
1162 * python/py-inferior.c (gdbpy_inferiors): Fix List reference
1163 leak. Delete unused variables.
1164
9df2fbc4
PM
11652011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1166
1167 PR python/12656
1168
1169 * python/py-frame.c (frapy_read_var): Use const struct *block.
1170 * python/py-type.c (typy_lookup_typename): Likewise.
1171 (typy_lookup_type): Likewise.
1172 (typy_legacy_template_argument): Likewise.
1173 (typy_template_argument): Likewise.
1174 (gdbpy_lookup_type): Likewise.
1175 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
1176 * python/py-block.c (blpy_block_object): Likewise.
1177 (blpy_iter): Likewise.
1178 (blpy_get_start): Likewise.
1179 (blpy_get_end): Likewise.
1180 (blpy_get_function): Likewise.
1181 (blpy_get_superblock): Likewise.
1182 (set_block): Likewise.
1183 (block_to_block_object): Likewise.
1184 (block_object_to_block): Likewise.
1185 (blpy_is_valid): Likewise.
1186 (blpy_get_global_block): New function.
1187 (blpy_get_static_block): New function.
1188 (blpy_is_global): New function.
1189 (blpy_is_static): New function.
1190 * blockframe.c (block_innermost_frame): Likewise.
1191 * valops.c (value_of_variable): Likewise.
1192 * frame.h: Update prototypes.
1193 * python/python-internal.h: Likewise.
1194 * value.h: Likewise.
1195
4743b735
CC
11962011-10-19 Cary Coutant <ccoutant@google.com>
1197
1198 * dwarf2read.c (create_debug_types_hash_table): Fix size of
1199 type_offset field.
1200
6caca83c
CC
12012011-10-19 Cary Coutant <ccoutant@google.com>
1202
1203 * dwarf2read.c (peek_abbrev_code): New function.
1204 (dw2_get_file_names): Check for dummy compilation units.
1205 (create_debug_types_hash_table): Likewise.
1206 (process_psymtab_comp_unit): Likewise.
1207 (load_partial_comp_unit): Likewise.
1208 (load_full_comp_unit): Likewise.
1209
43136979
AR
12102011-10-18 Aleksandar Ristovski <aristovski@qnx.com>
1211
1212 * solib-svr4.c (read_program_header): New variables pt_phdr, pt_phdr_p,
1213 initialize them from target PT_PHDR p_vaddr, relocate sect_addr by
1214 pt_phdr if PT_PHDR was found.
1215
0a07729b
TT
12162011-10-17 Joost van der Sluis <joost@cnoc.nl>
1217
1218 * gdbtypes.h: Added TYPE_SAFE_NAME macro to get the name of a
1219 type or "<unnamed type"> when there is no name assigned.
1220 * gnu-v3-abi.c (gnuv3_rtti_type): Use TYPE_SAFE_NAME macro to
1221 avoid a sigint when no name is assigned.
1222
21ae7a4d
JK
12232011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1224
1225 Revert:
1226 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1227 * dwarf2expr.c (ctx_no_read_reg): New function.
1228 * dwarf2expr.h (ctx_no_read_reg): New declaration.
1229 * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
1230 (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
1231 (decode_locdesc): Replace by a caller of dwarf_expr_eval.
1232
32d1c362
DE
12332011-10-16 Doug Evans <dje@google.com>
1234
1235 * NEWS: Document python gdb.printing.register_pretty_printer's new
1236 `replace' parameter.
1237
da096638
KS
12382011-10-14 Keith Seitz <keiths@redhat.com>
1239
1240 PR c++/13225
1241 * eval.c (evaluate_subexp_standard): Do not construct
1242 an array of types; pass the value array directly to
1243 find_overload_match.
1244 * gdbtypes.h (NULL_POINTER_CONVERSION_BADNESS): Declare.
1245 (rank_function): Take an array of values instead of types.
1246 (rank_one_type): Add struct value * parameter.
1247 * gdbtypes.c (NULL_POINTER_CONVERSION_BADNESS): Define.
1248 (rank_function): For each argument, pass the argument's
1249 value to rank_one_type.
1250 (rank_one_type): Add VALUE parameter.
1251 If the parameter type is a pointer and the argument type
1252 is an integer, return NULL_POINTER_CONVERSION_BADNESS if
1253 VALUE is zero.
1254 Update all calls to rank_one_type, passing NULL for new
1255 VALUE parameter.
1256 * valarith.c (value_user_defined_cpp_op): Do not construct
1257 an array of types; pass the value array directly to
1258 find_overload_match.
1259 * valops.c (find_overload_method_list): Take an array of
1260 values instead of types.
1261 Save the type of OBJP for later use.
1262 Update calls to find_oload_champ, and find_oload_champ_namespace.
1263 (find_oload_champ_namespace): Take an array of values instead
1264 of types.
1265 (find_oload_champ_namespace_loop): Likewise.
1266 (find_oload_champ): Likewise.
1267 (classify_oload_match): Inspect all arguments
1268 until INCOMPATIBLE is found. Return the worst badness found
1269 otherwise.
1270 (compare_parameters): Update call to rank_one_type.
1271 * value.h (find_overload_match): Take an array of values instead
1272 of types.
1273
3957565a
JK
12742011-10-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1275
1276 Drop lazy lm_info reading.
1277 * solib-svr4.c (struct lm_info): Remove field lm. New fields l_addr_p,
1278 l_addr_inferior, l_ld, l_next, l_prev and l_name.
1279 (lm_info_read): New function.
1280 (lm_addr_from_link_map, lm_dynamic_from_link_map): Remove.
1281 (lm_addr_check): Use l_addr_p. No longer use lm_addr_from_link_map and
1282 lm_dynamic_from_link_map.
1283 (lm_next, lm_prev, lm_name): Remove.
1284 (svr4_keep_data_in_core): Use lm_info_read, drop the lm_info entries
1285 initialization incl. read_memory. No longer use lm_name.
1286 (svr4_free_so): Drop lm_info->lm freeing.
1287 (svr4_default_sos): Initialize lminfo with zeroes. Use l_addr_p. Drop
1288 explicit lm_addr and lm initialization.
1289 (svr4_read_so_list): Use lm_info_read, drop the initailization of
1290 fields by hand, incl. read_memory. No longer use lm_next, lm_prev and
1291 lm_name.
1292
cb08cc53
JK
12932011-10-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1294 Paul Pluzhnikov <ppluzhnikov@google.com>
1295
1296 * defs.h (struct so_list): New forward declaration.
1297 (make_cleanup_free_so): New declaration.
1298 * solib-svr4.c (ignore_first_link_map_entry): Remove.
1299 (svr4_free_so): Move the function here from downwards. Handle NULL
1300 so->lm_info.
1301 (svr4_free_library_list): New.
1302 (svr4_read_so_list): New, moved here code from svr4_current_sos.
1303 Use more cleanups. Use new parameter ignore_first instead of
1304 ignore_first_link_map_entry.
1305 (svr4_current_sos): New variable ignore_first, initialize it. New
1306 variable back_to, use it for svr4_free_library_list protection.
1307 (svr4_free_so): Remove - move upwards.
1308 * utils.c: Include solist.h.
1309 (do_free_so, make_cleanup_free_so): New functions.
1310
22c05d8a
JK
13112011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1312
1313 Fix internal error regression.
1314 * value.c (value_primitive_field): Handle value_optimized_out. Move
1315 packed bitfields comment.
1316
d930d06e
TT
13172011-10-13 Tom Tromey <tromey@redhat.com>
1318
1319 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Ensure GIL is
1320 always released.
1321
2ff6b080
TT
13222011-10-13 Tom Tromey <tromey@redhat.com>
1323
1324 * python/py-type.c (typy_has_key): Make 'field' const.
1325
d6c5869f
LM
13262011-10-13 Luis Machado <lgustavo@codesourcery.com>
1327
1328 * remote.c (remote_save_trace_data): Invert comparison.
1329
a70633a2
LM
13302011-10-13 Luis Machado <lgustavo@codesourcery.com>
1331
1332 * tracepoint.c (trace_save_command): Use filename instead of
1333 args when printing.
1334
e103e986
JK
13352011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1336
1337 * dwarf2read.c (dwarf2_fetch_die_location_block): Initialize .data even
1338 if .size is 0.
1339
db24da6d
YQ
13402011-10-13 Yao Qi <yao@codesourcery.com>
1341
1342 PR gdb/12703
1343 * arm-tdep.c (thumb_analyze_prologue): Call thumb_insn_size to check
1344 whether insn is a 32-bit Thumb-2 instruction.
1345 (thumb_in_function_epilogue_p): Likewise.
1346 (thumb_get_next_pc_raw): Likewise.
1347 (arm_breakpoint_from_pc): Likewise.
1348
1d6edc3c
JK
13492011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1350
1351 Fix empty DWARF expressions DATA vs. SIZE conditionals.
1352 * dwarf2loc.c (dwarf2_find_location_expression): Clear *LOCEXPR_LENGTH.
1353 (dwarf_expr_frame_base_1): Indicate unavailability via zero *LENGTH.
1354 (locexpr_tracepoint_var_ref): Check only zero SIZE, not zero DATA.
1355 (loclist_read_variable, loclist_tracepoint_var_ref): Do not check for
1356 zero DATA.
1357 * dwarf2loc.h (struct dwarf2_locexpr_baton): Comment DATA vs. SIZE
1358 validity.
1359 * dwarf2read.c (struct dwarf_block): Comment DATA validity.
1360 (dwarf2_fetch_die_location_block, dwarf2_symbol_mark_computed): Do not
1361 clear DATA on zero SIZE.
1362
adabb602
DE
13632011-10-12 Doug Evans <dje@google.com>
1364
1365 * dwarf2read.c (partial_read_comp_unit_head): Set header->offset,
1366 header->first_die_offset here. All callers updated.
1367
5048e516
JK
13682011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1369
1370 Fix compatibility with texinfo versions older than 4.12.
1371 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1372 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1373 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1374 (FLAGS_TO_PASS): Add MAKEINFOFLAGS and MAKEINFO_EXTRA_FLAGS.
1375 * configure: Regenerate.
1376 * configure.ac (MAKEINFO): Find it, from libiberty/configure.ac.
1377 (MAKEINFOFLAGS): Pre-set it to --split-size=5000000.
1378 (MAKEINFO_EXTRA_FLAGS): New test for -DHAVE_MAKEINFO_CLICK.
1379
0574c78f
GB
13802011-10-12 Gary Benson <gbenson@redhat.com>
1381
1382 * breakpoint.h (pc_at_non_inline_function): Declare.
1383 * breakpoint.c (is_non_inline_function,
1384 pc_at_non_inline_function): New functions.
1385 * infrun.c (handle_inferior_event): Don't call skip_inline_frames
1386 if the stop is at a location where functions cannot be inlined.
1387
12d9289a
PA
13882011-10-12 Pedro Alves <pedro@codesourcery.com>
1389
1390 * linux-nat.c (stop_and_resume_callback): Don't re-resume LWPs if
1391 the core wanted them stopped, or if they now have a pending event
1392 to report.
ecf8e7f5
PA
1393 (linux_nat_filter_event): New parameter `new_pending_p'. Pass it
1394 down to stop_and_resume_callback.
1395 (linux_nat_wait_1): Always clear `options' when retrying. Handle
1396 having new pending events after calling linux_nat_filter_event.
12d9289a 1397
96408a79
SA
13982011-10-11 Sterling Augustine <saugustine@google.com>
1399
1400 * dwarf2read.c: Undo inadvertent changes in previous commit.
1401
9c6c53f7
SA
14022011-10-11 Sterling Augustine <saugustine@google.com>
1403
1404 * dwarf2read.c (partial_die_parent_scope): Rearrange conditional
1405 logic.
1406
0e8aefe7
UW
14072011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
1408
1409 * symfile.c (separate_debug_file_exists): Fix condition.
1410
349d1385
DM
14112011-10-11 David S. Miller <davem@davemloft.net>
1412
1413 * regcache.c (regcache_restore): Do not write unavailable regs, mark
1414 static.
1415 * regcache.h (regcache_restore): Remove declaration.
1416
205c306f
DM
1417 * gdbarch.sh: New field 'long_long_align_bit'.
1418 * gdbarch.c, gdbarch.h: Regenerate.
1419 * i386-tdep.c (i386_gdbarch_init): Set long_long_align_bit to 32.
1420 * jit.c (jit_read_code_entry): Use it to determine correct size offset.
1421
941b2081
JK
14222011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1423
1424 Revert this part of:
1425 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1426 Support @entry in input expressions.
1427 * c-exp.y (ENTRY, unknown_cpp_name): New.
1428 (exp: UNKNOWN_CPP_NAME): Change to `exp: unknown_cpp_name'.
1429 (unknown_cpp_name: UNKNOWN_CPP_NAME, unknown_cpp_name: ENTRY)
1430 (variable: name_not_typename '@' ENTRY, name: ENTRY)
1431 (name_not_typename: ENTRY): New.
1432 (yylex): Recognize ENTRY.
1433
1434 Reimplement @entry in input expressions.
1435 * c-exp.y (ENTRY): New.
1436 (variable: name_not_typename ENTRY): New.
1437 (lex_one_token): Optionally return ENTRY instead of the '@' lex.
1438
3c4d7e12
PA
14392011-10-11 Pedro Alves <pedro@codesourcery.com>
1440
1441 * linux-nat.c (linux_handle_extended_wait): Always dump both the
1442 parent and child's pids as soon as we detect a clone event.
1443 Adjust another debug message.
1444
ea23808b
PA
14452011-10-11 Pedro Alves <pedro@codesourcery.com>
1446
1447 * linux-nat.c (linux_lwp_is_zombie): Return early if the LWP is
1448 not zombie instead of reading the whole file.
1449
904578ed
JK
14502011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1451
1452 Fix separate debuginfo warning with "remote:" access.
1453 * objfiles.h (struct objfile): New fields crc32 and crc32_p.
1454 * symfile.c (get_file_crc): New function with the code moved from ...
1455 (separate_debug_file_exists): ... this function, specifically variables
1456 buffer and count. New variable verified_as_different, set it. Remove
1457 file_crc initialization. Verify also if both files are not the same
1458 manually, if needed.
1459
51370a33
YQ
14602011-10-11 Yao Qi <yao@codesourcery.com>
1461
1462 * arm-tdep.c (arm_get_next_pc_raw): Use read_memory_unsigned_integer
1463 to get address.
1464
0838fb57
DE
14652011-10-10 Doug Evans <dje@google.com>
1466
1467 * linux-thread-db.c (thread_db_new_objfile): Only try to load
1468 libthread_db when we load libpthread or the main symbol file.
1469 (thread_db_inferior_created): New function.
1470 (_initialize_thread_db): Attach inferior_created observer.
1471 * linux-nat.c (linux_child_post_attach): Remove call to
1472 check_for_thread_db.
1473 (linux_child_post_startup_inferior): Ditto.
1474 * objfiles.h (OBJF_MAINLINE): Define.
1475 * symfile.c (symbol_file_add_with_addrs_or_offsets): Pass it to
1476 allocate_objfile when appropriate.
1477
623bd5b7
UW
14782011-10-10 Ulrich Weigand <ulrich.weigand@linaro.org>
1479
1480 PR gdb/13218
1481 * arm-linux-nat.c (os_version, os_major, os_minor, os_release):
1482 Remove unused variables.
1483 (get_linux_version): Remove function.
1484 (_initialize_arm_linux_nat): Do not call it.
1485
79395f92
PA
14862011-10-10 Pedro Alves <pedro@codesourcery.com>
1487
1488 * linux-nat.c (linux_handle_extended_wait): Don't resume the new
1489 new clone lwp if the core asked it to stop. Don't pass on
1490 unexpected signals to the new clone; leave them pending instead.
1491
eff3df78
PA
14922011-10-10 Pedro Alves <pedro@codesourcery.com>
1493
1494 * linux-nat.c (resume_lwp): Remove redundant debug output.
1495
4b60df3d
PA
14962011-10-10 Pedro Alves <pedro@codesourcery.com>
1497
1498 * linux-nat.c (linux_nat_wait_1): Copy the event lwp's
1499 last_resume_kind before clearing it, and use the copy instead to
1500 determine whether to report a SIGSTOP as TARGET_SIGNAL_0. Use
1501 resume_clear_callback in the non-stop path too.
1502
6501578c
YQ
15032011-10-09 Yao Qi <yao@codesourcery.com>
1504
1505 * valprint.c (value_check_printable): Add one parameter OPTIONS.
1506 Honor OPTIONS and VAL's type.
1507 (common_val_print, value_print): Update to pass one more parameter.
1508
5a56e9c5
DE
15092011-10-09 Doug Evans <dje@google.com>
1510
1511 Add new "alias" command.
1512 * NEWS: Mention new command.
1513 * command.h (valid_user_defined_cmd_name_p): Declare.
1514 * defs.h (make_cleanup_dyn_string_delete): Declare.
1515 * utils.c: #include "dyn-string.h".
1516 (do_dyn_string_delete, make_cleanup_dyn_string_delete): New functions.
1517 * cli/cli-cmds.c: #include "dyn-string.h".
1518 (argv_to_dyn_string, valid_command_p, alias_command): New functions.
1519 (init_cli_cmds): Add new command.
1520 * cli/cli-decode.c (valid_user_defined_cmd_name_p): New function.
1521
509f0fd9
JK
15222011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1523
1524 Fix compatibility with older GCCs.
1525 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Initialize parameter.
1526 * stack.c (read_frame_arg): Initialize val_deref.
1527
2bda9cc5
JK
15282011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1529
1530 Entry values NEWS entries, DWARF disassembly support.
1531 * NEWS: New entry values entry.
1532 (set print entry-values, show print entry-values)
1533 (set debug entry-values, show debug entry-values): New entries.
1534 * dwarf2loc.c (disassemble_dwarf_expression): New parameters start and
1535 indent. Remove variable start. Move header printing out. Respect
1536 INDENT. Support DW_OP_GNU_entry_value.
1537 (locexpr_describe_location_1): Move the header printing here, extend
1538 the disassemble_dwarf_expression passed parameters.
1539
a471c594
JK
15402011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1541
1542 Display @entry parameter values even for references.
1543 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_REF>: Try also
1544 coerce_ref_if_computed.
1545 * c-valprint.c (c_val_print) <TYPE_CODE_REF>: Likewise.
1546 * dwarf2expr.c (dwarf_block_to_dwarf_reg_deref): New function.
1547 (execute_stack_op) <DW_OP_GNU_entry_value>: Add -1 deref_size to the
1548 existing push_dwarf_reg_entry_value call. Add new detection calling
1549 dwarf_block_to_dwarf_reg_deref. Update the error message.
1550 (ctx_no_push_dwarf_reg_entry_value): New parameter deref_size.
1551 * dwarf2expr.h
1552 (struct dwarf_expr_context_funcs) <push_dwarf_reg_entry_value>: Add new
1553 parameter deref_size, describe it in the comment.
1554 (ctx_no_push_dwarf_reg_entry_value): Add new parameter deref_size.
1555 (dwarf_block_to_dwarf_reg_deref): New declaration.
1556 * dwarf2loc.c (dwarf_entry_parameter_to_value): Add new parameter
1557 deref_size, describe it in the function comment. New variables
1558 data_src and size, fetch the alternative block accoring to DEREF_SIZE.
1559 (dwarf_expr_push_dwarf_reg_entry_value): Add new parameter deref_size,
1560 describe it in the function comment. Fetch the alternative block
1561 accoring to DEREF_SIZE.
1562 (entry_data_value_coerce_ref, entry_data_value_copy_closure)
1563 (entry_data_value_free_closure, entry_data_value_funcs): New.
1564 (value_of_dwarf_reg_entry): New variables checked_type, target_type,
1565 outer_val, target_val, val and addr. Try to fetch and create also
1566 referenced value content.
1567 (pieced_value_funcs): NULL value for coerce_ref.
1568 (needs_dwarf_reg_entry_value): Add new parameter deref_size.
1569 * f-valprint.c (f_val_print) <TYPE_CODE_REF>: Try also
1570 coerce_ref_if_computed.
1571 * opencl-lang.c (opencl_value_funcs): NULL value for coerce_ref.
1572 * p-valprint.c (pascal_val_print) <TYPE_CODE_REF>: Likewise.
1573 * stack.c (read_frame_arg): Compare also dereferenced values.
1574 * value.c (value_computed_funcs): Make the parameter v const, use
1575 value_lval_const for it.
1576 (value_lval_const, coerce_ref_if_computed): New function.
1577 (coerce_ref): New variable retval. Call also coerce_ref_if_computed.
1578 * value.h (struct lval_funcs): New field coerce_ref.
1579 (value_computed_funcs): Make the parameter v const.
1580 (value_lval_const, coerce_ref_if_computed): New declarations.
1581
36b11add
JK
15822011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1583
1584 Support @entry in input expressions.
1585 * c-exp.y (ENTRY, unknown_cpp_name): New.
1586 (exp: UNKNOWN_CPP_NAME): Change to `exp: unknown_cpp_name'.
1587 (unknown_cpp_name: UNKNOWN_CPP_NAME, unknown_cpp_name: ENTRY)
1588 (variable: name_not_typename '@' ENTRY, name: ENTRY)
1589 (name_not_typename: ENTRY): New.
1590 (yylex): Recognize ENTRY.
1591 * eval.c (evaluate_subexp_standard): Support also OP_VAR_ENTRY_VALUE.
1592 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
1593 Likewise.
1594 * parse.c (operator_length_standard): Likewise.
1595 * std-operator.def: New operator OP_VAR_ENTRY_VALUE.
1596
3343315b
JK
15972011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1598
1599 Display referenced values in backtraces.
1600 * printcmd.c (print_variable_and_value): Set OPTS.DEREF_REF to 1.
1601 * stack.c (print_frame_arg): Likewise.
1602
ac71a68c
JK
16032011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1604
1605 Make some lval_funcs methods to default on NULL.
1606 * valops.c (value_fetch_lazy): Check if lval_computed read method is
1607 NULL.
1608 (value_assign): Check if lval_computed write method is NULL.
1609 * value.h (struct lval_funcs): Comment NULL values for read and write
1610 methods.
1611
e18b2753
JK
16122011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1613
1614 Display @entry parameter values (without references).
1615 * dwarf2expr.c (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset):
1616 New functions.
1617 * dwarf2expr.h (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset):
1618 New declarations.
1619 * dwarf2loc.c (dwarf2_find_location_expression): Support location list
1620 entry record.
1621 (dwarf_entry_parameter_to_value, value_of_dwarf_reg_entry)
1622 (value_of_dwarf_block_entry, locexpr_read_variable_at_entry): New
1623 functions.
1624 (dwarf2_locexpr_funcs): Install locexpr_read_variable_at_entry.
1625 (loclist_read_variable_at_entry): New function.
1626 (dwarf2_loclist_funcs): Install loclist_read_variable_at_entry.
1627 * dwarf2read.c (read_call_site_scope): Support also DW_OP_fbreg in
1628 DW_AT_location, call dwarf_block_to_sp_offset for it.
1629 * frame.h (print_entry_values_no, print_entry_values_only)
1630 (print_entry_values_preferred, print_entry_values_if_needed)
1631 (print_entry_values_both, print_entry_values_compact)
1632 (print_entry_values_default, print_entry_values): New declarations.
1633 (struct frame_arg): New field entry_kind.
1634 (read_frame_arg): New parameter entryargp.
1635 * mi/mi-cmd-stack.c (list_arg_or_local): New gdb_assert for
1636 arg->entry_kind. Optionally print the `@entry' suffix.
1637 (list_args_or_locals): New variable entryarg, initialize it.
1638 Initialize also entry_kind of arg and entryarg. Conditionalize
1639 list_arg_or_local for arg, add list_arg_or_local for entryarg. Call
1640 xfree for entryarg.error.
1641 * stack.c (print_entry_values_no, print_entry_values_only)
1642 (print_entry_values_preferred, print_entry_values_if_needed)
1643 (print_entry_values_both, print_entry_values_compact)
1644 (print_entry_values_default, print_entry_values_choices)
1645 (print_entry_values): New variables.
1646 (print_frame_arg): New gdb_assert for arg->entry_kind. Optionally
1647 print the `@entry' suffix, possibly in combination for
1648 print_entry_values_compact.
1649 (read_frame_arg): New parameter entryargp, new variables entryval,
1650 entryval_error and val_equal. Read in also entryargp, respect
1651 print_entry_values, compare the values using val_equal, fill in also
1652 argp->entry_kind (together with entryargp->entry_kind).
1653 (print_frame_args): New variable entryarg, initialize it.
1654 Conditionalize print_frame_arg for arg, add print_frame_arg for
1655 entryarg. Call xfree for entryarg.error.
1656 (_initialize_stack): Call add_setshow_enum_cmd for `entry-values'.
1657 * symtab.h (struct symbol_computed_ops): New field
1658 read_variable_at_entry.
1659
93d86cef
JK
16602011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1661
1662 Code reshuffle.
1663 * frame.h (struct frame_arg): New definition.
1664 (read_frame_arg): New declaration.
1665 * mi/mi-cmd-stack.c (list_arg_or_local): New functiom from ...
1666 (list_args_or_locals): ... the code here. New variable arg, call
1667 read_frame_arg and list_arg_or_local with it. Unify the
1668 PRINT_SIMPLE_VALUES and PRINT_ALL_VALUES cases. Call xfree for
1669 arg.error.
1670 * stack.c (print_frame_arg): New functiom from the code of
1671 print_frame_args.
1672 (read_frame_arg): New function.
1673 (print_frame_args): Remove variable val. New variable arg, call
1674 read_frame_arg and print_frame_arg with it. Call xfree for arg.error.
1675
2d6c5dc2
JK
16762011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1677
1678 Protect entry values against self tail calls.
1679 * dwarf2loc.c (VEC (CORE_ADDR), func_verify_no_selftailcall): New.
1680 (dwarf_expr_dwarf_reg_entry_value): Call func_verify_no_selftailcall.
1681
111c6489
JK
16822011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1683
1684 Recognize virtual tail call frames.
1685 * Makefile.in (SFILES): Add dwarf2-frame-tailcall.c.
1686 (HFILES_NO_SRCDIR): Add dwarf2-frame-tailcall.h.
1687 (COMMON_OBS): Add dwarf2-frame-tailcall.o.
1688 * dwarf2-frame-tailcall.c: New file.
1689 * dwarf2-frame-tailcall.h: New file.
1690 * dwarf2-frame.c: Include dwarf2-frame-tailcall.h.
1691 (execute_cfa_program): New function comment. Return INSN_PTR. Reset
1692 REGS.PREV only after CIE execution.
1693 (struct dwarf2_frame_cache): New field tailcall_cache.
1694 (dwarf2_frame_cache): New variables entry_pc, entry_cfa_sp_offset,
1695 entry_cfa_sp_offset_p and instr. Execute FDE instructions in two
1696 parts, try to find entry_cfa_sp_offset. Call
1697 dwarf2_tailcall_sniffer_first.
1698 (dwarf2_frame_prev_register): Call dwarf2_tailcall_prev_register_first
1699 when appropriate.
1700 (dwarf2_frame_dealloc_cache): New function.
1701 (dwarf2_frame_sniffer): Preinitialize cache by dwarf2_frame_cache.
1702 (dwarf2_frame_unwind): Install dwarf2_frame_dealloc_cache.
1703 (dwarf2_signal_frame_unwind): Do not install dwarf2_frame_dealloc_cache.
1704 (dwarf2_append_unwinders): Add dwarf2_tailcall_frame_unwind.
1705 (dwarf2_frame_cfa): Support also dwarf2_tailcall_frame_unwind.
1706 * dwarf2loc.c (func_addr_to_tail_call_list)
1707 (tailcall_dump, call_sitep, VEC (call_sitep), chain_candidate)
1708 (call_site_find_chain_1, call_site_find_chain): New.
1709 * dwarf2loc.h (struct call_site_chain): New.
1710 (call_site_find_chain): New declaration.
1711 * frame.c (get_frame_address_in_block): Support also TAILCALL_FRAME.
1712 * frame.h (enum frame_type): New entry TAILCALL_FRAME.
1713 * python/py-frame.c (gdbpy_initialize_frames): Add TAILCALL_FRAME.
1714 * stack.c (frame_info): Support also TAILCALL_FRAME.
1715
bb984ff1
JK
17162011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1717
1718 Tail call sites reader implementation.
1719 * dwarf2read.c (read_call_site_scope): Recognize DW_AT_GNU_tail_call,
1720 fill in TYPE_TAIL_CALL_LIST.
1721 * gdbtypes.h (struct func_type): New field tail_call_list.
1722 (struct call_site): New field tail_call_next.
1723 (TYPE_TAIL_CALL_LIST): New definition.
1724
8e3b41a9
JK
17252011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1726
1727 Implement basic support for DW_TAG_GNU_call_site.
1728 * block.c: Include gdbtypes.h and exceptions.h.
1729 (call_site_for_pc): New function.
1730 * block.h (call_site_for_pc): New declaration.
1731 * defs.h: Include hashtab.h.
1732 (make_cleanup_htab_delete, core_addr_hash, core_addr_eq): New
1733 declarations.
1734 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Install
1735 ctx_no_push_dwarf_reg_entry_value.
1736 * dwarf2expr.c (read_uleb128, read_sleb128): Support R as NULL.
1737 (dwarf_block_to_dwarf_reg): New function.
1738 (execute_stack_op) <DW_OP_GNU_entry_value>: Implement it.
1739 (ctx_no_push_dwarf_reg_entry_value): New function.
1740 * dwarf2expr.h (struct dwarf_expr_context_funcs): New field
1741 push_dwarf_reg_entry_value.
1742 (ctx_no_push_dwarf_reg_entry_value, dwarf_block_to_dwarf_reg): New
1743 declarations.
1744 * dwarf2loc.c: Include gdbcmd.h.
1745 (dwarf_expr_ctx_funcs): New forward declaration.
1746 (entry_values_debug, show_entry_values_debug, call_site_to_target_addr)
1747 (dwarf_expr_reg_to_entry_parameter)
1748 (dwarf_expr_push_dwarf_reg_entry_value): New.
1749 (dwarf_expr_ctx_funcs): Install dwarf_expr_push_dwarf_reg_entry_value.
1750 (dwarf2_evaluate_loc_desc_full): Handle NO_ENTRY_VALUE_ERROR.
1751 (needs_dwarf_reg_entry_value): New function.
1752 (needs_frame_ctx_funcs): Install it.
1753 (_initialize_dwarf2loc): New function.
1754 * dwarf2loc.h (entry_values_debug): New declaration.
1755 * dwarf2read.c (struct dwarf2_cu): New field call_site_htab.
1756 (read_call_site_scope): New forward declaration.
1757 (process_full_comp_unit): Copy call_site_htab.
1758 (process_die): Support DW_TAG_GNU_call_site.
1759 (read_call_site_scope): New function.
1760 (dwarf2_get_pc_bounds): Support NULL HIGHPC.
1761 (dwarf_tag_name): Support DW_TAG_GNU_call_site.
1762 (cleanup_htab): Delete.
1763 (write_psymtabs_to_index): Use make_cleanup_htab_delete instead of it.
1764 * exceptions.h (enum errors): New NO_ENTRY_VALUE_ERROR.
1765 * gdb-gdb.py (StructMainTypePrettyPrinter): Support
1766 FIELD_LOC_KIND_DWARF_BLOCK.
1767 * gdbtypes.h (enum field_loc_kind): New entry
1768 FIELD_LOC_KIND_DWARF_BLOCK.
1769 (struct main_type): New loc entry dwarf_block.
1770 (struct call_site, FIELD_DWARF_BLOCK, SET_FIELD_DWARF_BLOCK)
1771 (TYPE_FIELD_DWARF_BLOCK): New.
1772 * python/py-type.c: Include dwarf2loc.h.
1773 (check_types_equal): Support FIELD_LOC_KIND_DWARF_BLOCK. New
1774 internal_error call on unknown FIELD_LOC_KIND.
1775 * symtab.h (struct symtab): New field call_site_htab.
1776 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete)
1777 (core_addr_hash, core_addr_eq): New functions.
1778
b6cdc2c1
JK
17792011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1780
1781 Code reshuffle.
1782 * gdb-gdb.py (StructMainTypePrettyPrinter): Change
1783 TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC. Move
1784 calling_convention under func_stuff there.
1785 * gdbtypes.c (make_function_type): Call INIT_FUNC_SPECIFIC.
1786 (init_type) <TYPE_CODE_FUNC>: Likewise.
1787 (recursive_dump_type): Change TYPE_SPECIFIC_CALLING_CONVENTION to
1788 TYPE_SPECIFIC_FUNC. New comment for tail_call_list.
1789 * gdbtypes.h (enum type_specific_kind): Change
1790 TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC.
1791 (struct main_type) <type_specific>: Change calling_convention to
1792 func_stuff. Move calling_convention to ...
1793 (struct func_type): ... this new struct.
1794 (INIT_FUNC_SPECIFIC): New #define.
1795 (TYPE_CALLING_CONVENTION): Change calling_convention to func_stuff.
1796
181cebd4
JK
17972011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1798
1799 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
1800 * dwarf2-frame.c (execute_stack_op): Initialize ctx->ref_addr_size.
1801 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Use
1802 ctx->ref_addr_size. Handle its invalid value.
1803 * dwarf2expr.h (struct dwarf_expr_context): New field ref_addr_size.
1804 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
1805 (dwarf2_loc_desc_needs_frame): Initialize ctx->ref_addr_size.
1806 * dwarf2loc.h (dwarf2_per_cu_ref_addr_size): New declaration.
1807 * dwarf2read.c (decode_locdesc): Initialize ctx->ref_addr_size.
1808 (dwarf2_per_cu_ref_addr_size): New function.
1809
c471e790
JK
18102011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1811
1812 Code cleanup.
1813 * dwarf2read.c (per_cu_header_read_in): New function.
1814 (dwarf2_per_cu_addr_size, dwarf2_per_cu_offset_size): Use it, with new
1815 variables cu_header_local and cu_headerp.
1816
741f5e3c
JK
18172011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1818
1819 Fix initial language detection with -readnow.
1820 * dwarf2read.c (dw2_find_symbol_file): Handle OBJF_READNOW case.
1821 * symfile.h (struct quick_symbol_functions): State find_symbol_file
1822 searches only for global symbols.
1823
a73d2258
JK
18242011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1825
1826 Fix printed anonymous struct name.
1827 * dwarf2read.c (fixup_partial_die): Handle for anonymous structs also
1828 DW_TAG_interface_type. Strip for anonymous structs any prefixes.
1829 (anonymous_struct_prefix): New function.
1830 (determine_prefix): New variables retval. Call anonymous_struct_prefix.
1831 (dwarf2_name): Strip for anonymous structs any prefixes.
1832
749fd4ea
DE
18332011-10-07 Doug Evans <dje@google.com>
1834
1fa57852
DE
1835 * python/lib/gdb/printing.py (register_pretty_printer): New argument
1836 `replace'.
1837
690a4937
DE
1838 * python/lib/gdb/printing.py: Whitespace cleanup.
1839
749fd4ea
DE
1840 * python/py-value.c (valpy_call): Initialize ftype to avoid compiler
1841 warning.
1842
4c38200f
PA
18432011-10-07 Pedro Alves <pedro@codesourcery.com>
1844
1845 * linux-nat.h (ALL_LWPS): Remove the ptid parameter.
1846 * amd64-linux-nat.c (amd64_linux_dr_set_control)
1847 (amd64_linux_dr_set_addr, amd64_linux_dr_unset_status): Adjust.
1848 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint)
1849 (arm_linux_remove_hw_breakpoint, arm_linux_insert_watchpoint)
1850 (arm_linux_remove_watchpoint): Adjust.
1851 * i386-linux-nat.c (i386_linux_dr_set_control)
1852 (i386_linux_dr_set_addr, i386_linux_dr_unset_status): Adjust.
1853 * ia64-linux-nat.c (ia64_linux_insert_watchpoint)
1854 (ia64_linux_remove_watchpoint): Adjust.
1855 * mips-linux-nat.c (write_watchpoint_regs): Adjust.
1856 * ppc-linux-nat.c (ppc_linux_insert_hw_breakpoint)
1857 (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
1858 (ppc_linux_insert_mask_watchpoint)
1859 (ppc_linux_remove_mask_watchpoint, ppc_linux_insert_watchpoint)
1860 (ppc_linux_remove_watchpoint): Adjust.
1861 * s390-nat.c (s390_insert_watchpoint, s390_remove_watchpoint):
1862 Adjust.
1863
b7ff339d
CV
18642011-10-07 Corinna Vinschen <vinschen@redhat.com>
1865
1866 * windows-nat.c: Include wchar.h to avoid compiler warnings.
1867 (clear_win32_environment): New function for Cygwin to clear out
1868 Win32 environment.
1869 (windows_create_inferior): Prepare new environment from in_env
1870 for Cygwin, too.
1871
f287c1f3
PM
18722011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1873
5631e596 1874 PR python/13264
f287c1f3
PM
1875 * python/py-value.c (valpy_call): Check that arguments are
1876 a tuple.
1877 (is_intlike): Remove call to CHECK_TYPEDEF.
1878 (valpy_nonzero): Catch GDB exceptions.
1879 (valpy_absolute): Ditto.
1880 (valpy_lazy_string): Ditto.
1881 (valpy_call): Ditto.
1882 (valpy_get_is_optimized_out): Ditto.
1883 (valpy_long): Ditto.
1884 (valpy_float): Ditto.
1885 (valpy_int): Call CHECK_TYPEDEF. Catch GDB exceptions.
1886 (valpy_richcompare): Ditto.
1887
03583c20
UW
18882011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1889
1890 * inferior.h (disable_randomization): Declare.
1891 * infrun.c (disable_randomization): New global variable.
1892 (show_disable_randomization): New function.
1893 (set_disable_randomization): Likewise.
1894 (_initialize_infrun): Install set/show disable-randomization
1895 commands.
1896 * linux-nat.c (disable_randomization): Remove.
1897 (show_disable_randomization): Likewise.
1898 (set_disable_randomization): Likewise.
1899 (_initialize_linux_nat): No longer install set/show
1900 disable-randomization commands here.
1901 (linux_nat_supports_disable_randomization): New function.
1902 (linux_nat_add_target): Install it.
1903 * remote.c (PACKET_QDisableRandomization): New enum value.
1904 (remote_protocol_packets): Support QDisableRandomization.
1905 (_initialize_remote): Likewise.
1906 (remote_supports_disable_randomization): New function.
1907 (init_remote_ops): Install it.
1908 (extended_remote_supports_disable_randomization): New function.
1909 (init_extended_remote_ops): Install it.
1910 (extended_remote_disable_randomization): New function.
1911 (extended_remote_create_inferior_1): Call it.
1912 * target.h (struct target_ops): Add to_supports_disable_randomization.
1913 (target_supports_disable_randomization): Add prototype.
1914 * target.c (target_supports_disable_randomization): New function.
1915 (find_default_supports_disable_randomization): Likewise.
1916 (init_dummy_target): Install it.
1917
20c168b5
KP
19182011-10-07 Kevin Pouget <kevin.pouget@st.com>
1919
1920 Allow Python notification of new object-file loadings.
1921 * Makefile.in (SUBDIR_PYTHON_SRCS): Add py-newobjfilevent.c.
1922 (SUBDIR_PYTHON_OBS): Add py-newobjfileevent.o.
1923 Add build rule for this file.
1924 * python/py-event.h (emit_new_objfile_event): New prototype.
1925 (newobjfile): New Python event emitter.
1926 * python/py-evts.c (gdbpy_initialize_py_events): Add new_objfile to
1927 Python event registry.
1928 * python/py-inferior.c: Include objfiles.h
1929 (python_new_objfile): New function.
1930 (gdbpy_initialize_inferior): Add python_new_objfile to the new objfile
1931 observers.
1932 * python/py-newobjfileevent.c: New file.
1933 * python-internal.h (gdbpy_initialize_new_objfile_event): New
1934 prototype.
1935 * python/python.c (_initialize_python): Add
1936 gdbpy_initialize_new_objfile_event call.
1937 * NEWS: Add item for new Python event "gdb.newobjfile"
1938
b1c8db38
TG
19392011-10-05 Tristan Gingold <gingold@adacore.com>
1940
1941 * ada-tasks.c (read_atcb): Make ravenscar_task_name static.
1942 Extract the ravenscar task name from the symbol for the atcb.
1943
0dab82e9
PK
19442011-10-04 Paul Koning <paul_koning@dell.com>
1945
1946 * python/py-type.c (typy_make_iter): Add forward declaration.
1947 (typy_fields_items): Use the gdb.Type iterator.
1948
84ad80e6
PK
19492011-10-04 Paul Koning <paul_koning@dell.com>
1950
1951 * NEWS: Add entry for Python gdb.Type mapping methods.
1952
cb6be26b
KP
19532011-10-04 Kevin Pouget <kevin.pouget@st.com>
1954
1955 PR python/12691: Add the inferior to Python exited event
1956 * python/py-exitedevent.c (create_exited_event_object): Add inferior
1957 to exited_event.
1958 * python/py-event.h (emit_exited_event): Likewise
1959 * python/-inferior.c (python_inferior_exit): Likewise
1960
6005b210
JB
19612011-10-03 Joel Brobecker <brobecker@adacore.com>
1962
1963 * ada-tasks.c (print_ada_task_info): Add "thread-id" field
1964 in output of -ada-task-info GDB/MI command.
1965
75082e8c
JB
19662011-10-03 Joel Brobecker <brobecker@adacore.com>
1967
1968 * ada-lang.h (struct inferior): Declare.
1969 (print_ada_task_info): Add declaration.
1970 * ada-tasks.c (print_ada_task_info): Make non-static.
1971 * mi/mi-cmds.c (mi_cmds): Add "ada-task-info".
1972 * mi/mi-cmds.h (mi_cmd_ada_task_info): Add declaration.
1973 * mi/mi-main.c: #include "ada-lang.h".
1974 (mi_cmd_list_features): Add "ada-task-info" to the list
1975 of supported features.
1976 (mi_cmd_ada_task_info): New function.
1977
7ed7d719
JB
19782011-10-03 Joel Brobecker <brobecker@adacore.com>
1979
1980 * python/python.c (python_run_simple_file): New function.
1981 (source_python_script, source_python_script_for_objfile):
1982 Replace call to PyRun_SimpleFile by call to
1983 python_run_simple_file.
1984
3fcaed38
PK
19852011-10-03 Paul Koning <paul_koning@dell.com>
1986
1987 * python/py-value.c (valpy_get_address): Use Py_XINCREF.
1988 (value_to_value_object): Fetch value if it was lazy.
1989
8e5c319d
JK
19902011-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1991
1992 Code cleanup.
1993 * solib-svr4.c (svr4_default_sos): Remove variables head and link_ptr.
1994 Rearrange the code for it.
1995
dd11a36c
JB
19962011-10-02 Joel Brobecker <brobecker@adacore.com>
1997
1998 * breakpoint.c (bkpt_print_recreate): Add call to
1999 print_recreate_thread.
2000
723b724b
MF
20012011-09-29 Mike Frysinger <vapier@gentoo.org>
2002
2003 * common/linux-ptrace.h (PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
2004 PTRACE_GETFDPIC_INTERP): Define.
2005
412946b6
YQ
20062011-09-28 Yao Qi <yao@codesourcery.com>
2007
2008 * symfile.c (add_symbol_file_command): Update message on usage.
2009
a73bb892
PK
20102011-09-28 Paul Koning <paul_koning@dell.com>
2011
2012 * python/py-type.c (make_fielditem, typy_field_names, typy_items)
2013 (typy_length, typy_get, typy_has_key, typy_make_iter)
2014 (typy_iterkeys, typy_iteritems, typy_itervalues, typy_iter)
2015 (typy_iterator_iter, typy_iterator_iternext)
2016 (typy_iterator_dealloc): New functions to implement standard
2017 Python mapping methods on gdb.Type object.
2018 (gdb.TypeIterator): New Python type.
2019 * python/python-internal.h (gdbpy_iter_kind): New enum.
a73bb892 2020
fe10a582
DM
20212011-09-28 David S. Miller <davem@davemloft.net>
2022
2023 * sparc-tdep.h (SPARC_F2_REGNUM, SPARC_F3_REGNUM, SPARC_F4_REGNUM,
2024 SPARC_F5_REGNUM, SPARC_F6_REGNUM, SPARC_F7_REGNUM): New enums.
2025 * sparc-tdep.c (sparc_complex_floating_p): New function.
2026 (sparc32_store_arguments): Handle complex floats.
2027 (sparc32_extract_return_value): Likewise.
2028 (sparc32_store_return_value): Likewise.
2029 (sparc32_stabs_argument_has_addr): Likewise.
2030 * sparc64-tdep.c (sparc64_complex_floating_p): New function.
2031 (sparc64_store_floating_fields): Handle complex floats.
2032 (sparc64_store_arguments): Likewise.
2033 (sparc64_store_return_value): Likewise.
2034
c93dbcba
EZ
20352011-09-28 Eli Zaretskii <eliz@gnu.org>
2036
2037 * windows-nat.c (env_sort) [!__CYGWIN__]: Function restored from
2038 before the change on 2006-12-09.
2039 (windows_create_inferior) [!__CYGWIN__]: Restore code that
2040 generates the environment block for CreateProcessA, modulo the
2041 Cygwin-specific parts that are not needed here.
2042
f00c55f8
TG
20432011-09-27 Tristan Gingold <gingold@adacore.com>
2044
2045 * target.h (enum target_object): Add TARGET_OBJECT_DARWIN_DYLD_INFO.
2046 * solib-darwin.c (DYLD_VERSION_MAX): Update number.
2047 (darwin_solib_get_all_image_info_addr_at_init): New function.
2048 (darwin_solib_read_all_image_info_addr): Likewise.
2049 (darwin_solib_create_inferior_hook): Use the above two functions.
2050 * darwin-nat.c (darwin_execvp): Renames retval to res.
2051 (darwin_read_write_inferior): Update comment.
2052 (darwin_read_dyld_info): New function.
2053 (darwin_xfer_partial): Handle DYLD_INFO.
2054
6710bf39
SS
20552011-09-27 Stan Shebs <stan@codesourcery.com>
2056
2057 Add return address collection for tracepoints.
2058 * tracepoint.c (encode_actions_1): Add case for $_ret.
2059 (validate_actionline): Check for $_ret.
2060 (trace_dump_actions): Ditto.
2061 * ax-gdb.h (gen_trace_for_return_address): Declare.
2062 * ax-gdb.c: Include arch-utils.h.
2063 (gen_trace_for_return_address): New function.
2064 (agent_command): Add return address special case.
2065 * amd64-tdep.c: Include ax.h and ax-gdb.h.
2066 (amd64_gen_return_address): New function.
2067 (amd64_init_abi): Call it.
2068 * i386-tdep.c: Include ax.h and ax-gdb.h.
2069 (i386_gen_return_address): New function.
2070 (i386_init_abi): Call it.
2071 * arch-utils.h (default_gen_return_address): Declare.
2072 * arch-utils.c (default_gen_return_address): New function.
2073 * gdbarch.sh (gen_return_address): New method.
2074 * gdbarch.h, gdbarch.c: Regenerate.
2075
e04e5beb
JM
20762011-09-23 Joseph Myers <joseph@codesourcery.com>
2077
2078 PR gdb/13079
2079 * i386-tdep.c (i386_frame_align): New.
2080 (i386_gdbarch_init): Use i386_frame_align.
2081
f3d6df6d
YQ
20822011-09-23 Yao Qi <yao@codesourcery.com>
2083
2084 * i386-linux-nat.c (i386_linux_resume): Use read_memory_unsigned_integer
2085 to get address.
2086
e69860f1
TG
20872011-09-22 Tristan Gingold <gingold@adacore.com>
2088
2089 * fork-child.c (fork_inferior): Add exec_fun parameter.
2090 Call exec_fun or execvp.
2091 * inferior.h: Adjust prototype.
2092 * gnu-nat.c (gnu_create_inferior): Adjust fork_inferior call.
2093 * inf-ttrace.c (inf_ttrace_create_inferior): Ditto.
2094 * inf-ptrace.c (inf_ptrace_create_inferior): Ditto.
2095 * procfs.c (procfs_create_inferior): Ditto.
2096 * darwin-nat.c (darwin_execvp): New function.
2097 (darwin_create_inferior): Use it.
2098
4b51d87b
YQ
20992011-09-22 Yao Qi <yao@codesourcery.com>
2100
2101 * infrun.c (context_switch): Print debug message when switching to
2102 a different thread.
2103
56b9d9ac
UW
21042011-09-21 Ulrich Weigand <uweigand@de.ibm.com>
2105
2106 * s390-tdep.c (s390_function_arg_pass_by_reference): Handle
2107 complex and vector types.
2108 (s390_return_value_convention): Likewise.
2109
2110 (s390_value_from_register): Call check_typedef.
2111 (extend_simple_arg): Likewise.
2112 (alignment_of): Likewise.
2113 (s390_push_dummy_call): Likewise.
2114 (s390_return_value): Likewise.
2115
b2cd6b29
JM
21162011-09-21 Joseph Myers <joseph@codesourcery.com>
2117
2118 * event-top.c (async_disconnect): If an exception is thrown from
2119 quit_cover, call pop_all_targets. Use TRY_CATCH instead of
2120 catch_errors.
2121 * top.c (quit_cover): Return void and take no arguments.
2122 * top.h (quit_cover): Update prototype.
2123
67ba4e42
JM
21242011-09-20 Joseph Myers <joseph@codesourcery.com>
2125
2126 * mi/mi-main.c (mi_load_progress): Restore saved_uiout value to
2127 current_uiout, not uiout.
2128
562f943b
DE
21292011-09-19 Doug Evans <dje@google.com>
2130
2131 * python/py-auto-load.c (source_section_scripts): Fix file
2132 descriptor leak.
2133 * python/python.c (source_python_script_for_objfile): Tweak comments.
2134
34518530
YQ
21352011-09-18 Yao Qi <yao@codesourcery.com>
2136 Ulrich Weigand <ulrich.weigand@linaro.org>
2137
2138 Support displaced stepping for Thumb 16-bit insns.
2139 * arm-tdep.c (THUMB_NOP) Define.
2140 (thumb_copy_unmodified_16bit): New.
2141 (thumb_copy_b, thumb_copy_bx_blx_reg): New.
2142 (thumb_copy_alu_reg): New.
2143 (arm_copy_svc): Move some common code to ...
2144 (install_svc): ... here. New.
2145 (thumb_copy_svc): New.
2146 (install_pc_relative): New.
2147 (thumb_copy_pc_relative_16bit): New.
2148 (thumb_decode_pc_relative_16bit): New.
2149 (thumb_copy_16bit_ldr_literal): New.
2150 (thumb_copy_cbnz_cbz): New.
2151 (cleanup_pop_pc_16bit_all): New.
2152 (thumb_copy_pop_pc_16bit): New.
2153 (thumb_process_displaced_16bit_insn): New.
2154 (thumb_process_displaced_32bit_insn): New.
2155 (thumb_process_displaced_insn): process thumb instruction.
2156
2157 Support displaced stepping for Thumb 32-bit insns.
2158 * arm-tdep.c (thumb_copy_unmodified_32bit): New.
2159 (thumb2_copy_preload): New.
2160 (thumb2_copy_copro_load_store): New.
2161 (thumb2_copy_b_bl_blx): New.
2162 (thumb2_copy_alu_imm): New.
2163 (thumb2_copy_load_reg_imm): New.
2164 (thumb2_copy_load_literal): New
2165 (thumb2_copy_block_xfer): New.
2166 (thumb_32bit_copy_undef): New.
2167 (thumb_32bit_copy_unpred): New.
2168 (thumb2_decode_ext_reg_ld_st): New.
2169 (thumb2_decode_svc_copro): New.
2170 (decode_thumb_32bit_store_single_data_item): New.
2171 (thumb_copy_pc_relative_32bit): New.
2172 (thumb_decode_pc_relative_32bit): New.
2173 (decode_thumb_32bit_ld_mem_hints): New.
2174 (thumb2_copy_table_branch): New
2175 (thumb_process_displaced_32bit_insn): Process Thumb 32-bit
2176 instructions.
2177
2b16b2e3
YQ
21782011-09-18 Yao Qi <yao@codesourcery.com>
2179
2180 * arm-tdep.c (install_copro_load_store): PC is set 4-byte aligned.
2181 (install_b_bl_blx): Likewise.
2182
0f6f04ba
YQ
21832011-09-17 Yao Qi <yao@codesourcery.com>
2184
2185 * arm-tdep.c (install_ldr_str_ldrb_strb): Renamed to ...
2186 (install_load_store): ... this. New.
2187 Change parameter BYTE to SIZE.
2188 (arm_copy_ldr_str_ldrb_strb): Update caller.
2189 (arm_decode_ld_st_word_ubyte): Update caller.
2190
e2d96639
YQ
21912011-09-17 Yao Qi <yao@codesourcery.com>
2192
2193 * infrun.c (displaced_step_fixup): Move some code ...
2194 (displaced_step_restore): ... here. New function.
2195 (handle_inferior_event): Cleanup displaced stepping state for both
2196 child and parent when get forked or vforked event.
2197 * regcache.c (get_thread_arch_aspace_regcache): New function.
2198 get_thread_arch_regcache (): Call it.
2199
a8123151
JB
22002011-09-16 Joel Brobecker <brobecker@adacore.com>
2201
2202 * ada-tasks.c (print_ada_task_info): New function, merging
2203 short_task_info and info_tasks together. Reimplement using
2204 ui-out instead of printing to stdout directly. Move the code
2205 building and checking the task list here, instead of leaving it
2206 in info_tasks_command.
2207 (info_task): Move the code building and checking the task
2208 list here, instead of leaving it in info_tasks_command.
2209 (info_tasks_command): Delete code building and checking
2210 the task list - moved elsewhere. Update calls to info_tasks
2211 and info_task.
2212
fbf06824
JB
22132011-09-16 Joel Brobecker <brobecker@adacore.com>
2214
2215 * ada-tasks.c (info_task): Delete parameter `from_tty'.
2216
34a0bc90
JB
22172011-09-16 Joel Brobecker <brobecker@adacore.com>
2218
2219 * ada-tasks.c (info_tasks): Delete parameter `from_tty'.
2220
79779fa9
JB
22212011-09-16 Joel Brobecker <brobecker@adacore.com>
2222
2223 * ada-lang.h (ada_build_task_list): Remove parameter
2224 `warn_if_null'.
2225 * ada-tasks.c (ada_build_task_list): Remove parameter
2226 `warn_if_null'. Adjust implementation and documentation.
2227 (valid_task_id, ada_get_environment_task)
2228 iterate_over_live_ada_tasks): Adjust call to ada_build_task_list.
2229 (info_tasks_command): Adjust implementation.
2230 (task_command): Likewise.
2231 * ravenscar-thread.c (ravenscar_find_new_threads): Fix call
2232 to ada_build_task_list.
2233
e225eb91
JB
22342011-09-16 Joel Brobecker <brobecker@adacore.com>
2235
2236 * ada-tasks.c (ada_tasks_check_symbol_table, task_list): Delete.
2237 (enum ada_known_tasks_kind, struct ada_tasks_inferior_data): New.
2238 (ada_tasks_inferior_data_handle): New static global.
2239 (get_ada_tasks_inferior_data): New function.
2240 (ada_get_task_number, get_task_number_from_id, valid_task_id)
2241 (ada_get_environment_task, iterate_over_live_ada_tasks)
2242 (add_ada_task, read_known_tasks_array, read_known_tasks_list):
2243 Adjust.
2244 (ada_set_current_inferior_known_tasks_addr): New function.
2245 (read_known_tasks, ada_build_task_list, short_task_info)
2246 (info_tasks, info_task, info_tasks_command, task_command_1)
2247 (task_command, ada_task_list_changed): Adjust.
2248 (ada_tasks_invalidate_inferior_data): New function.
2249 (ada_normal_stop_observer, ada_new_objfile_observer): Adjust.
2250 (_initialize_tasks): Set ada_tasks_inferior_data_handle.
2251 * ada-lang.h (struct inferior): Add declaration.
2252 (ada_task_list_changed): Update profile.
2253 * remote-wtx-pd.c: #include "inferior.h".
2254 (switch_to_pd_internal): Update call to ada_task_list_changed.
2255
6da9ca05
JB
22562011-09-16 Joel Brobecker <brobecker@adacore.com>
2257
2258 * ada-tasks.c: #include "progspace.h" and "objfiles.h".
2259 (atcb_type, atcb_common_type, atcb_ll_type, atcb_call_type)
2260 (atcb_fieldno): Delete these static globals.
2261 (struct ada_tasks_pspace_data): New struct.
2262 (ada_tasks_pspace_data_handle): New static global.
2263 (get_ada_tasks_pspace_data): New function.
2264 (ada_tasks_invalidate_pspace_data): New function.
2265 (get_tcb_types_info, ptid_from_atcb_common, read_atcb)
2266 (read_known_tasks_list, ada_new_objfile_observer): Adjust.
2267 (_initialize_tasks): Create this module's per-progspace
2268 data handle.
2269
dccd3cbd
JB
22702011-09-16 Joel Brobecker <brobecker@adacore.com>
2271
2272 * ada-tasks.c (struct atcb_fieldnos): Renames struct tcb_fieldnos.
2273
f877b031
TG
22742011-09-16 Tristan Gingold <gingold@adacore.com>
2275
2276 * fork-child.c (fork_inferior): Update comment. Use alloca
2277 instead of xmalloc for argv. Move len and shell_command
2278 declarations in the block where they are used.
2279 Only call execvp. Factorize failure code.
2280
ae0c443d
JK
22812011-09-16 Abhijit Halder <abhijit.k.halder@gmail.com>
2282
2283 Code cleanup.
2284 * parse.c (write_exp_elt): Change argument to pass a pointer of union
2285 `exp_element' instead of an element of the same and make the function
2286 static.
2287 (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block)
2288 (write_exp_elt_objfile, write_exp_elt_longcst, write_exp_elt_dblcst)
2289 (write_exp_elt_decfloatcst, write_exp_elt_type, write_exp_elt_intern):
2290 Change argument of `write_exp_elt' function call.
2291 Remove extra spaces from comments.
2292 * parser-defs.h (write_exp_elt): Remove prototype.
2293
5af65ec0
PK
22942011-09-15 Paul Koning <paul_koning@dell.com>
2295
2296 * python/py-cmd.c (gdbpy_string_to_argv): Decrement reference
2297 count of item appended to list.
2298 * python/py-type.c (typy_fields): Likewise.
2299
72be8ccc
PK
23002011-09-15 Paul Koning <paul_koning@dell.com>
2301
883640a8 2302 * MAINTAINERS (Write After Approval): Add myself to the list.
72be8ccc 2303
92f6badc
KP
23042011-09-15 Kevin Pouget <kevin.pouget@st.com>
2305
2306 PR threads/12628
2307 * linux-fork.c (checkpoint_command): Disallow checkpointing of
2308 processes with multiple threads.
2309 (inf_has_multiple_thread_cb): New function.
2310 (inf_has_multiple_threads): New function.
2311
0672bf41 23122011-09-15 Kevin Pouget <kevin.pouget@st.com>
2aa48337
KP
2313
2314 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2315 * python/py-inferior.c (GdbMethods): New Python method definition.
2316
6839b47f
KP
23172011-09-15 Kevin Pouget <kevin.pouget@st.com>
2318
2319 Handle multiple breakpoint hits in Python interface:
2320 * python/py-bpevent.c (create_breakpoint_event_object): Rename C/Python
2321 variable to breakpoints.
2322 * python/py-stopevent.c (emit_stop_event): Return a Python tuple of
2323 bps instead of single breakpoint. Fix some space typos.
2324 * python/py-stopevent.c (create_breakpoint_event_object): Rename
2325 variable to breakpoints.
2326
672f9b60
KP
23272011-09-15 Kevin Pouget <kevin.pouget@st.com>
2328
2329 * breakpoint.c (describe_other_breakpoints): Do not write 'duplicate'
2330 note if the breakpoint is internal.
2331
43675ae4
KP
23322011-09-15 Kevin Pouget <kevin.pouget@st.com>
2333
0672bf41 2334 * MAINTAINERS (Write After Approval): Add myself to the list
43675ae4 2335
15148d6a
PA
23362011-09-14 Pedro Alves <pedro@codesourcery.com>
2337
2338 * infrun.c (prepare_for_detach, wait_for_inferior)
2339 (fetch_inferior_event): Don't flush the register cache.
2340 * remote.c (struct stop_reply) <regcache>: Add comment.
2341
d83e736b
JK
23422011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2343
2344 Remove excessive DWARF expressions memory duplication.
2345 * dwarf2loc.c (per_cu_dwarf_call): Remove variable back_to and its use
2346 for block.data.
2347 (indirect_pieced_value): Remove variable result. Remove variable
2348 back_to and its use for baton.data.
2349 (dwarf2_compile_expr_to_ax): Remove variable back_to and its use for
2350 block.data.
2351 * dwarf2read.c (dwarf2_fetch_die_location_block): Remove xmemdup.
2352 Update the function comment.
2353
c65b3e0d
PA
23542011-09-13 Pedro Alves <pedro@codesourcery.com>
2355
2356 * inferior.h (ALL_INFERIORS): New.
2357 * linux-thread-db.c (thread_db_find_new_threads_2): Remove check
2358 for a stopped thread.
2359 (thread_db_find_new_threads): Look for threads in all inferiors.
2360
a1398e0c
PA
23612011-09-13 Pedro Alves <pedro@codesourcery.com>
2362
2363 * breakpoint.c (update_watchpoint): Handle the case of the
2364 watchpoint to update not being in the breakpoint list yet.
2365 (hw_watchpoint_use_count): New, factored out from
2366 hw_watchpoint_used_count.
2367 (hw_watchpoint_used_count): Rename to ...
2368 (hw_watchpoint_used_count_others): ... this. Add `except'
2369 parameter. Don't count resources of `except'. Use
2370 hw_watchpoint_use_count.
2371
30596231
PA
23722011-09-13 Pedro Alves <pedro@codesourcery.com>
2373
2374 * gdbthread.h (enum thread_state): Moved here.
2375 (struct thread_info): Rename `executing_' field to `executing' and
2376 `state_' to `state'.
2377 * thread.c (enum thread_state): Moved to gdbthread.h.
2378 (new_thread, add_thread_silent, delete_thread_1)
2379 (any_live_thread_of_process, thread_alive, set_running)
2380 (set_running, is_thread_state, any_running, is_executing)
2381 (set_executing, finish_thread_state, print_thread_info)
2382 (do_captured_thread_select): Adjust.
2383
bede5f5f
JK
23842011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2385
2386 Fix compatibility with gcc < 4.3 and non-gcc compilers.
2387 * amd64-tdep.c (amd64_skip_xmm_prologue): Convert 0b constants.
2388
4801a9a3
PA
23892011-09-12 Pedro Alves <pedro@codesourcery.com>
2390 Matt Rice <ratmice@gmail.com>
2391
2392 PR gdb/13175
2393
2394 * interps.c (struct interp) <interpreter_out>: Delete field.
2395 (interp_new): Remove the data and uiout parameters and adjust.
2396 (interp_set): Only set the current_uiout from the interpreter's
2397 uiout after initializing the interpreter. Adjust call to
2398 init_proc.
2399 (interp_ui_out): Adjust to call procs->ui_out_proc.
2400 (interp_data, interp_name): New.
2401 * interps.h (interp_init_ftype): Add `self' parameter.
2402 (interp_ui_out_ftype): New typedef.
2403 (struct interp_procs) <ui_out_proc>: New method pointer.
2404 (interp_new): Remove the data and uiout parameters.
2405 (interp_data, interp_name): Declare.
2406 * tui/tui-interp.c (tui_init): Adjust prototype.
2407 (tui_ui_out): New.
2408 (_initialize_tui_interp): Install tui_ui_out. Don't instanciate
2409 tui_out here. Adjust call to interp_new.
2410 * tui/tui-io.c (tui_initialize_io): Don't set current_uiout here.
2411 * cli/cli-interp.c (cli_interpreter_init): Adjust prototype.
2412 (cli_ui_out): New.
2413 (_initialize_cli_interp): Install it. Adjust call to interp_new.
2414 * mi/mi-common.h (struct mi_interp) <uiout>: New field.
2415 * mi/mi-interp.c (mi_interpreter_init): Adjust prototype.
2416 Initialize mi->uiout depending on the mi_version as extracted from
2417 the interpreter's name.
2418 (mi_ui_out): New.
2419 (_initialize_mi_interp): Install mi_ui_out. Adjust calls to
2420 interp_new. Don't allocate the ui_out's of the interpreters here.
2421
d0afda03 24222011-09-12 Aleksandar Ristovski <aristovski@qnx.com>
59145f8c 2423
d0afda03 2424 * solib.c (solib_used): New function.
59145f8c
AR
2425 (update_solib_list, reload_shared_libraries_1): Check if objfile is used
2426 by another so_list object before freeing it.
2427
bdaf8d4a
JK
24282011-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2429
2430 Code cleanup.
2431 * mi/mi-cmd-stack.c (list_args_or_locals): Use enum for the parameter
2432 values.
2433
df15bd07
JK
24342011-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2435
2436 Code cleanup.
2437 * amd64-tdep.c (amd64_skip_prologue): Move the XMM code to ...
2438 (amd64_skip_xmm_prologue): ... this new function. Describe its
2439 parameters. No longer use amd64_prologue_line_bug.
2440 * defs.h (producer_is_gcc_ge_4): New declaration.
2441 * dwarf2read.c (producer_is_gcc_ge_4): Move to utils.c.
2442 (process_full_comp_unit): Update its caller. Remove
2443 amd64_prologue_line_bug initialization.
2444 * symtab.h (struct symtab): Remove field amd64_prologue_line_bug.
2445 * utils.c (producer_is_gcc_ge_4): Moved here from dwarf2read.c.
2446
25289eb2
PA
24472011-09-09 Pedro Alves <pedro@codesourcery.com>
2448
2449 * linux-nat.h (enum resume_kind): New.
2450 (struct lwp_info) <last_resume_kind>: New field.
ddf17726
PA
2451 * linux-nat.c (linux_child_follow_fork): Set last_resume_kind to
2452 resume_stop on the new lwp.
25289eb2
PA
2453 (add_lwp): Set last_resume_kind as resume_continue by default.
2454 (lin_lwp_attach_lwp): Set last_resume_kind as resume_stop.
2455 (resume_lwp): New, factored out from resume_callback. Also check
2456 for pending status in lp->waitstatus.
2457 (resume_callback): Reimplement.
2458 (resume_clear_callback): Set last_resume_kind as resume_stop.
2459 (resume_set_callback): Set last_resume_kind as resume_continue.
2460 (linux_nat_resume, linux_handle_extended_wait): Set
2461 last_resume_kind.
2462 (running_callback): Also check lp->waitstatus for pending events.
2463 (select_singlestep_lwp_callback): Check that lp->last_resume_kind
2464 is resume_step.
2465 (stop_and_resume_callback): Don't re-resume if the core wanted the
2466 lwp stopped. Use resume_lwp instead of resume_callback. Avoid
2467 using an invalidated pointer.
2468 (linux_nat_filter_event): Don't discard SIGSTOPs as delayed
2469 SIGSTOPs if the core wanted the LWP to stop.
2470 (linux_nat_wait_1) Don't consume a pending SIGSTOP if the core
2471 wanted the lwp to stop. If the core wanted the lwp to stop, and
2472 the lwp stopped with a SIGSTOP, report a TARGET_SIGNAL_0 instead
2473 of TARGET_SIGNAL_STOP.
2474 (linux_nat_stop_lwp): Don't synchronously wait for the lwp to stop
2475 here. Instead, signal the lwp, and set the last_resume_kind to
2476 resume_stop.
2477
f687d035
PA
24782011-09-09 Pedro Alves <pedro@codesourcery.com>
2479
2480 * linux-nat.c (lin_lwp_attach_lwp): Return 1 (ignore) instead of
2481 -1 (error), if the lwp exits right after attaching.
2482
bc587a6b
DE
24832011-09-08 Doug Evans <dje@google.com>
2484
63d97a20
DE
2485 * py-cmd.c: Some minor formatting fixes.
2486 (gdbpy_parse_command_name): Rename text arg to name, make const.
2487 All callers updated.
2488 * python-internal.h (gdbpy_parse_command_name): Update.
2489
bc587a6b
DE
2490 * cli/cli-decode.c (add_cmd): Add comment.
2491
08711b9a
JK
24922011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2493
2494 PR breakpoints/12435
2495 * amd64-tdep.c (amd64_skip_prologue): New variables start_pc_sal,
2496 next_sal, buf, offset and xmmreg. Advance PC if it sees the PR.
2497 * dwarf2read.c (process_full_comp_unit): Initialize
2498 amd64_prologue_line_bug.
2499 * symtab.h (struct symtab): New field amd64_prologue_line_bug.
2500
b2e7f004
JK
25012011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2502
2503 Fix TUI screen corruption.
2504 * utils.c (fputs_maybe_filtered): Replace !input_from_terminal_p by
2505 batch_flag.
2506
8afd712c
JK
25072011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2508
2509 * findvar.c (read_var_value): Never return NULL, throw an error
2510 instead. Update the function comment. State symbol name in the error
2511 messages.
2512 * python/py-frame.c (frapy_read_var): Remove handling of NULL from
2513 read_var_value.
2514 * stack.c (print_frame_args): Likewise.
2515 * valops.c (value_of_variable): Likewise.
2516
b99b5f66
JK
25172011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2518
2519 * stack.c (print_frame_args): New variable except. Wrap
2520 read_var_value and common_val_print into TRY_CATCH.
2521
85bc8cb7
JK
25222011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2523
2524 * eval.c (evaluate_subexp_standard) <OP_THIS>: Update the value_of_this
2525 caller to value_of_this.
2526 * p-exp.y: Update the value_of_this caller to value_of_this_silent.
2527 Twice.
2528 * valops.c (value_of_this): Remove parameter complain and variable ret.
2529 Update function comment. Never return NULL by this code.
2530 (value_of_this_silent): New function.
2531 * value.h (value_of_this): Remove parameter complain.
2532 (value_of_this_silent): New declaration.
2533
ede1849f
YQ
25342011-09-07 Yao Qi <yao@codesourcery.com>
2535
2536 * gdbthread.h (struct thread_info): Remove fields
2537 `stepping_through_solib_after_catch' and
2538 `stepping_through_solib_catchpoints'.
2539 * infrun.c (init_thread_stepping_state): Update.
2540 (process_event_stop_test, currently_stepping): Update.
2541 (currently_stepping_or_nexting_callback): Update.
2542
6aa27652
YQ
25432011-09-07 Yao Qi <yao@codesourcery.com>
2544
2545 * gdbthread.h (struct thread_info): Comment on field
2546 `step_after_step_resume_breakpoint'.
2547
00db5b94
PA
25482011-09-07 Abhijit Halder <abhijit.k.halder@gmail.com>
2549
2550 * remote.c (remote_console_output): Reindent.
2551
861152be
LM
25522011-09-06 Luis Machado <lgustavo@codesourcery.com>
2553
2554 * frame.c (has_stack_frames): Check for currently selected
2555 traceframe.
2556
ab821bc6
PA
25572011-09-06 Pedro Alves <pedro@codesourcery.com>
2558
2559 * event-top.h (MAXPROMPTS, struct prompts): Delete.
2560 (set_async_annotation_level, set_async_prompt, pop_prompt)
2561 (push_prompt, new_async_prompt): Delete declarations.
2562 * top.h (get_prompt, set_prompt): Change prototype.
2563 (get_prefix, set_prefix, get_suffix, set_suffix): Delete
2564 declarations.
2565 * top.c (command_loop):
2566 (top_prompt): New global.
2567 (get_prefix, set_prefix, get_suffix, ): Delete.
2568 (get_prompt, set_prompt): Rewrite.
2569 (show_new_async_prompt): Rename to ...
2570 (show_prompt): ... this.
2571 (init_main): Adjust. Don't handle --annotate=2 here.
2572 * event-top.c (new_async_prompt): Delete.
2573 (the_prompts): Delete.
2574 (more_to_come): Make static.
2575 (display_gdb_prompt): Use top_level_prompt() to compute the top
2576 level prompt, and don't notify the before_prompt observers
2577 directly here. Always trick readline into not trying to display
2578 the prompt if sync_execution and displaying the primary prompt.
2579 If displaying a local/secondary prompt, always show it, even if
2580 sync_execution is set.
2581 (change_annotation_level): Delete.
2582 (top_level_prompt): New, based on change_annotation_level.
2583 (push_prompt, pop_prompt): Delete.
2584 (async_disable_stdin): No longer pushes prompt.
2585 (command_line_handler): No longer pushes or pops prompt. If more
2586 input is expected, call display_gdb_prompt with an explicit empty
2587 prompt.
2588 (async_stop_sig): Adjust.
2589 (set_async_annotation_level, set_async_prompt): Delete.
2590 * python/python.c (before_prompt_hook): Adjust.
2591
f1d90504
PA
25922011-09-05 Pedro Alves <pedro@codesourcery.com>
2593
2594 PR cli/13110
2595
2596 * infrun.c (fetch_inferior_event): Check if there's a selected
2597 thread before checking if the selected thread is executing.
2598
0f641c01
PA
25992011-09-05 Pedro Alves <pedro@codesourcery.com>
2600
2601 * inf-loop.c (execute_command): Don't check if the current thread
2602 if running before synchronously waiting for command completion.
2603 * infrun.c (fetch_inferior_event): Handle "set exec-done-display"
2604 here.
2605 (normal_stop): Call async_enable_stdin here.
2606 * inf-loop.c (inferior_event_handler): Don't call
2607 async_enable_stdin, nor handle "set exec-done-display" here.
2608
30368258 26092011-09-04 Joel Brobecker <brobecker@adacore.com>
2610
2611 GDB 7.3.1 released.
2612
31916278
JB
26132011-09-04 Joel Brobecker <brobecker@adacore.com>
2614
2615 * NEWS: Change `7.3' into `7.3.1' in `Changes since GDB 7.3'.
2616
e8d56f18
JB
26172011-09-04 Joel Brobecker <brobecker@adacore.com>
2618
2619 * NEWS: Add entry for OpenBSD/NetBSD build failure.
2620
5dd05d8c
JK
26212011-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2622
2623 * config/s390/s390.mh (NATDEPFILES): Add linux-procfs.o dependency.
2624
7d8e6458 26252011-09-02 Matt Rice <ratmice@gmail.com>
2626
2627 PR gdb/10720
2628 * event-top.c (cli_command_loop): Replace readline setup with
2629 direct call to display_gdb_prompt.
2630 (display_gdb_prompt): Do not call observer mechanism during
2631 synchronous execution.
2632
84636d28
PA
26332011-09-02 Pedro Alves <pedro@codesourcery.com>
2634
2635 * linux-nat.c (in_pid_list_p): New.
2636 (linux_record_stopped_pid): Delete.
2637 (lin_lwp_attach_lwp): Check if PTRACE_ATTACH failed because we're
2638 already attached to the LWP. Return an indication if so.
2639 (linux_nat_filter_event): Adjust.
2640 * linux-thread-db.c (attach_thread): Handle lin_lwp_attach_lwp
2641 returning an indication to ignore this thread.
2642
b4a14fd0
PA
26432011-09-02 Pedro Alves <pedro@codesourcery.com>
2644
2645 * top.c: Include interps.h.
2646 (execute_command): If the target can async, but the interpreter is
2647 in sync mode, synchronously wait for the command to finish before
2648 returning.
2649 (execute_command_to_string): Force the interpreter to sync mode.
2650 * infrun.c: Include interps.h.
2651 (fetch_inferior_event): Don't restore the prompt yet if the
2652 interpreter is in sync mode.
2653 * interps.c (interpreter_async): New global.
2654 * interps.h (interpreter_async): Declare.
2655 * inf-loop.c: Include interps.h.
2656 (inferior_event_handler): Don't print the language change or run
2657 breakpoint commands yet if the interpreter in is sync mode.
2658 * main.c (captured_command_loop): Flip the interpreter to async
2659 mode.
2660 * cli/cli-script.c: Include interps.h.
2661 (execute_user_command, while_command, if_command): Force the
2662 interpreter to sync mode.
2663 * python/python.c: Include interps.h.
2664 (python_command, execute_gdb_command): Force the interpreter to
2665 sync mode.
2666
c709acd1
PA
26672011-09-02 Pedro Alves <pedro@codesourcery.com>
2668
2669 * value.c (show_convenience): Catch errors thrown while printing
2670 each internal variable.
2671 * infrun.c (validate_siginfo_access): New function.
2672 (siginfo_value_read, siginfo_value_write): Call it.
2673
9655e943
JK
26742011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2675
2676 Revert:
2677 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
2678 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
2679 attribute.
2680
cb457ae2
YQ
26812011-08-29 Yao Qi <yao@codesourcery.com>
2682
2683 * solib-dsbt.c (bfd_lookup_symbol): Removed.
2684 (cmp_name): New.
2685 (enable_break2): Update caller.
2686 * solib-frv.c (bfd_lookup_symbol): Removed.
2687 (cmp_name): New.
2688 (enable_break2): Update caller.
2689 * solib-pa64.c (bfd_lookup_symbol): Removed.
2690 (cmp_name): New.
2691 * solib-svr4.c (bfd_lookup_symbol): Removed.
2692 (cmp_name_and_sec_flags): New.
2693 (enable_break): Update caller.
2694 * solib.c (gdb_bfd_lookup_symbol_from_symtab): New.
2695 (gdb_bfd_lookup_symbol_from_dyn_symtab): New.
2696 (gdb_bfd_lookup_symbol): New.
2697 * solib.h: Functions declarations.
2698
83d1a36a
YQ
26992011-08-29 Yao Qi <yao@codesourcery.com>
2700
2701 * Makefile.in (ALL_TARGET_OBS): Add tic6x-tdep.o tic6x-linux-tdep.o
2702 and solib-dsbt.o.
2703
c04b3e8f
JK
27042011-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2705
2706 Fix TUI stepi on code without symbols.
2707 * tui/tui-stack.c (tui_show_frame_info): Remove error, set LOW for
2708 current PC instead.
2709
cb0fd152
JK
27102011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2711
2712 Code cleanup.
2713 * mi/mi-cmd-stack.c (list_args_or_locals): Remove stb initialization
2714 and the static keyword.
2715 * mi/mi-cmd-target.c (mi_cmd_target_file_get, mi_cmd_target_file_put):
2716 Make prefix an array.
2717 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
2718 * mi/mi-main.c (get_register): Remove stb initialization and the static
2719 keyword.
2720
91174723
JK
27212011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2722
2723 Code cleanup - make mi_opt const.
2724 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Make
2725 opts const.
2726 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
2727 * mi/mi-cmd-env.c (mi_cmd_env_path): Likewise.
2728 (mi_cmd_env_dir): Likewise.
2729 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Likewise.
2730 (mi_cmd_target_file_put): Likewise.
2731 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
2732 * mi/mi-cmd-var.c (mi_cmd_var_evaluate_expression): Likewise.
2733 * mi/mi-getopt.c (mi_getopt): Make opts and opt const.
2734 (mi_valid_noargs): Make opts const.
2735 * mi/mi-getopt.h (mi_getopt): Make opts and opt const.
2736 * mi/mi-main.c (mi_cmd_list_thread_groups): Make opts const.
2737 (mi_cmd_data_read_memory): Likewise.
2738 (mi_cmd_data_read_memory_bytes): Likewise.
2739 (mi_cmd_data_write_memory): Likewise.
2740
5068b8e8 27412011-08-26 Matt Rice <ratmice@gmail.com>
2742
2743 * solib-sunos.c (allocate_rt_common_objfile): Add missing arguments to
2744 bcache_xmalloc, replace bcache_xmalloc with call to
2745 psymbol_bcache_init for psymbol_cache.
2746 * symfile.c (reread_symbols): Remove extra calls to bcache_xmalloc.
2747
a4f2ce05
JK
27482011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2749
2750 * inf-loop.c (inferior_event_handler): Add exception_print in
2751 INF_EXEC_COMPLETE.
2752
353d1d73
JK
27532011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2754
2755 * breakpoint.c (bpstat_do_actions): New variable cleanup_if_error, call
2756 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
2757 * defs.h (make_bpstat_clear_actions_cleanup): New declaration.
2758 * exceptions.c (throw_exception): Remove the bpstat_clear_actions call.
2759 * inf-loop.c (inferior_event_handler): New variable cleanup_if_error,
2760 call make_bpstat_clear_actions_cleanup and discard_cleanups for it.
2761 Call bpstat_clear_actions for failed fetch_inferior_event_wrapper.
2762 * infrun.c (fetch_inferior_event): Call
2763 make_bpstat_clear_actions_cleanup.
2764 * top.c (execute_command): New variable cleanup_if_error, call
2765 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
2766 * utils.c (do_bpstat_clear_actions_cleanup)
2767 (make_bpstat_clear_actions_cleanup): New functions.
2768
3ced3da4
PA
27692011-08-26 Pedro Alves <pedro@codesourcery.com>
2770
2771 * linux-nat.c (linux_child_follow_fork): Don't set lp->resumed on
2772 either the parent or the child forks. Rename a couple locals.
2773
a9f4bb21
PA
27742011-08-26 Pedro Alves <pedro@codesourcery.com>
2775
2776 * linux-nat.c (wait_lwp): Avoid assuming errno is preserved by a
2777 library call. Avoid reading the `status' local if all waitpid
2778 calls failed.
2779
e5798bef
PA
27802011-08-26 Pedro Alves <pedro@codesourcery.com>
2781
2782 * common/linux-osdata.c (get_cores_used_by_process): Don't assume
2783 opening /proc/PID/task always succeeds.
2784
edb2aadf
AR
27852011-08-26 Aleksandar Ristovski <aristovski@qnx.com>
2786
2787 * linespec.c (symtab_from_filename): Check for the end of string.
2788
0d932b2f
MK
27892011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
2790
2791 PR mi/11912
2792 * varobj.c (cplus_describe_child): Add the keyword
2793 'class' to the output of the method when dealing
2794 with a cast to a base class.
2795
e93ca019
JK
27962011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2797
2798 No functionality change.
2799 * breakpoint.c (bpstat_clear_actions): Remove the BS parameter, make
2800 function comment a reference, new variables tp and bs, move here code
2801 from throw_exception.
2802 * breakpoint.h (bpstat_clear_actions): Remove the BS parameter,
2803 describe it in the comment.
2804 * exceptions.c (throw_exception): Remove variable tp, move the code for
2805 bpstat_clear_actions to bpstat_clear_actions.
2806
13da1c97
LM
28072011-08-24 Luis Machado <lgustavo@codesourcery.com>
2808
2809 * linux-nat.h (linux_proc_get_tgid): Remove declaration.
2810 * linux-nat.c: Include linux-procfs.h.
2811 (linux_proc_get_tgid): Move to ...
2812 * common/linux-procfs.c: ... here. New file.
2813 * common/linux-procfs.h: New file.
2814 * linux-thread-db.c: Include linux-procfs.h.
2815 * Makefile.in: Update dependencies.
2816 * config/alpha/alpha-linux.mh: Add linux-procfs.o dependency.
2817 * config/arm/linux.mh: Likewise.
2818 * config/i386/linux.mh: Likewise.
2819 * config/i386/linux64.mh: Likewise.
2820 * config/ia64/linux.mh: Likewise.
2821 * config/m32r/linux.mh: Likewise.
2822 * config/m68k/linux.mh: Likewise.
2823 * config/mips/linux.mh: Likewise.
2824 * config/pa/linux.mh: Likewise.
2825 * config/pa/linux.mh: Likewise.
2826 * config/powerpc/linux.mh: Likewise.
2827 * config/powerpc/ppc64-linux.mh: Likewise.
2828 * config/powerpc/spu-linux.mh: Likewise.
2829 * config/sparc/linux.mh: Likewise.
2830 * config/sparc/linux64.mh: Likewise.
2831 * config/xtensa/linux.mh: Likewise.
2832
4e5c165d
HZ
28332011-08-24 Hui Zhu <teawater@gmail.com>
2834
2835 * tracepoint.c (cond_string_is_same): New function.
2836 (find_matching_tracepoint): Add condition check
2837 by cond_string_is_same.
2838
6e2f5b22
JK
28392011-08-23 Josh Matthews <josh@joshmatthews.net>
2840
2841 Fix build error in Darwin port.
2842 * darwin-nat-info.c (darwin_debug_regions_recurse): New variable uiout.
2843
abf85f46
JK
28442011-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2845
2846 Code cleanup.
2847 * breakpoint.c (bpstat_clear_actions): Remove clearing of commands_left.
2848 (command_line_is_silent): New function.
2849 (bpstat_do_actions_1): No longer use commands_left, use
2850 command_line_is_silent for commands.
2851 (bpstat_alloc): Remove clearing of commands_left.
2852 (bpstat_stop_status): Remove initialization of commands_left, use
2853 command_line_is_silent.
2854 * breakpoint.h (struct bpstats): Remove commands_left.
2855
3a93a0c2
KS
28562011-08-18 Keith Seitz <keiths@redhat.com>
2857
2858 PR c++/12266
2859 * cp-name-parser.y (struct demangle_info): Remove unused
2860 member PREV.
2861 (d_grab): Likewise.
2862 (allocate_info): Change return type to struct demangle_info *.
2863 Always allocate a new demangle_info.
2864 Remove unused PREV pointer.
2865 (cp_new_demangle_parse_info): New function.
2866 (cp_demangled_name_parse_free): New function.
2867 (do_demangled_name_parse_free_cleanup): New function.
2868 (make_cleanup_cp_demangled_name_parse_free): New function.
2869 (cp_demangled_name_to_comp): Change return type to
2870 struct demangle_parse_info *.
2871 Allocate a new storage for each call.
2872 (main): Update usage for cp_demangled_name_to_comp
2873 API change.
2874 * cp-support.h (struct demangle_parse_info): New structure.
2875 (cp_demangled_name_to_comp): Update API change for
2876 return type.
2877 (cp_new_demangle_parse_info): Declare.
2878 (make_cleanup_cp_demangled_name_parse_free): New declaration.
2879 (cp_demangled_name_parse_free): Declare.
2880 * cp-support.c (cp_canonicalize_string): Update API
2881 change for cp_demangled_name_to_comp.
2882 (mangled_name_to_comp): Likewise.
2883 Return struct demangle_parse_info, too.
2884 (cp_class_name_from_physname): Update mangled_name_to_comp
2885 API change.
2886 (method_name_from_physname): Likewise.
2887 (cp_func_name): Update API change for cp_demangled_name_to_comp.
2888 (cp_remove_params): Likewise.
2889 * python/py-type.c (typy_legacy_template_argument): Likewise.
2890
2891 * cp-support.h (cp_canonicalize_string_no_typedefs): Declare.
2892 (cp_merge_demangle_parse_infos): Declare.
2893 * cp-support.c (ignore_typedefs): New file global.
2894 (copy_string_to_obstack): New function.
2895 (inspect_type): New function.
2896 (replace_typedefs): New function.
2897 (replace_typedefs_qualified_name): New function.
2898 (cp_canonicalize_string_no_typedefs): New function.
2899 * cp-name-parser.y (cp_merge_demangle_parse_infos): New function.
2900 (cp_new_demangle__parse_info): Allocate and initialize the obstack.
2901 * linespec.c (find_methods): Use cp_canonicalize_string_no_typedefs
2902 instead of cp_canonicalize_string.
2903 (find_method): Likewise.
2904 (decode_compound): Before looking up the name, call
2905 cp_canonicalize_string_no_typedefs.
2906 (decode_variable): Likewise.
2907
fa3a4f15
PM
29082011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2909 Tom Tromey <tromey@redhat.com>
2910 Matt Rice <ratmice@gmail.com>
2911
2912 * python/lib/gdb/prompt.py: New file.
2913 * python/lib/gdb/command/prompt.py: New file.
2914 * NEWS: Document set extended-prompt and gdb.prompt library
2915
85661b1e
YQ
29162011-08-16 Yao Qi <yao@codesourcery.com>
2917
2918 * tic6x-linux-tdep.c: Move const arrays definition from here...
2919 * tic6x-tdep.c: to here ...
2920
11315641
YQ
29212011-08-14 Yao Qi <yao@codesourcery.com>
2922
2923 * NEWS: New port to Texas Instruments TMS320C6x.
2924
8cd64e00
YQ
29252011-08-14 Andrew Jenner <andrew@codesourcery.com>
2926 Bernd Schmidt <bernds@codesourcery.com>
2927 Yao Qi <yao@codesourcery.com>
2928
2929 * configure.tgt: Handle tic6x-*-*linux and tic6x-*-*.
2930 * solib-dsbt.c: New file. Support DSBT shared object.
2931 * tic6x-linux-tdep.c: New file.
2932 * tic6x-tdep.c: New file.
2933 * tic6x-tdep.h: New file.
2934
78d85199
YQ
29352011-08-14 Andrew Stubbs <ams@codesourcery.com>
2936 Yao Qi <yao@codesourcery.com>
2937
2938 * remote.c (PACKET_qXfer_fdpic): New enum value.
2939 (remote_protocol_features): Add qXfer:fdpic:read packet.
2940 (remote_xfer_partial): Support TARGET_OBJECT_FDPIC.
2941 (_initialize_remote): Add set/show remote read-fdpic-loadmap command.
2942 * target.h (enum target_object): Add TARGET_OBJECT_FDPIC.
2943
224bbe49
YQ
29442011-08-14 Yao Qi <yao@codesourcery.com>
2945
2946 Target description for tic6x.
2947 * features/Makefile (WHICH): Add tic6x-c64xp tic6x-c64x tic6x-c62x
2948 tic6x-c64xp-linux tic6x-c64x-linux and tic6x-c62x-linux.
2949 * features/tic6x-c6xp.xml, features/tic6x-core.xml: New.
2950 * features/tic6x-gp.xml, features/tic6x-c62x.xml: New.
2951 * features/tic6x-c64x.xml, features/tic6x-c64xp.xml: New.
2952 * features/tic6x-c62x-linux.xml, features/tic6x-c64x-linux.xml: New.
2953 * features/tic6x-c64xp-linux.xml: New.
2954 * features/tic6x-c64xp.c, features/tic6x-c64x.c: Generated.
2955 * features/tic6x-c62x.c, features/tic6x-c64xp-linux.c: Generated.
2956 * features/tic6x-c64x-linux.c, features/tic6x-c62x-linux.c: Generated.
2957 * regformats/tic6x-c62x.dat, regformats/tic6x-c64x.dat: Generated.
f040079f
HZ
2958 * regformats/tic6x-c64xp.dat,
2959 regformats/tic6x-c62x-linux.dat: Generated.
2960 * regformats/tic6x-c64x-linux.dat,
2961 regformats/tic6x-c64xp-linux.dat: Generated.
224bbe49
YQ
2962 * config/djgpp/fnchange.lst: Add features/tic6x-*.xml and
2963 features/tic6x-*.c files.
2964 Add regformats/tic6x-*.dat files.
2965
457e09f0
DE
29662011-08-12 Doug Evans <dje@google.com>
2967
2968 * NEWS: Mention new "type" attribute of python gdb.Symbol objects.
2969 * python/py-symbol.c (sympy_get_type): New function.
2970 (symbol_object_getset): Add "type".
2971
d20c1c3f
PA
29722011-08-12 Pedro Alves <pedro@codesourcery.com>
2973
2974 PR tui/13073
2975
2976 * tui/tui-regs.c (tui_show_register_group): Skip registers with an
2977 empty name.
2978 (tui_show_register_group): Don't store a byte buffer in the data
2979 element's value.
2980 (tui_register_format): Skip registers with an empty name.
2981 (tui_get_register): Store a struct value in the data element's
2982 value field instead of a byte buffer holding the raw register
2983 contents. Account for optimized-out and unavailable registers
2984 when comparing register contents.
2985
9d8fa392
PA
29862011-08-09 Pedro Alves <pedro@codesourcery.com>
2987
2988 * printcmd.c (current_display_number): Update comment.
2989 (disable_current_display_cleanup): Delete.
2990 (do_one_display): Use make_cleanup_restore_integer. Gracefully
2991 catch errors thrown while evaluating and printing the display.
2992
401a70b8
TT
29932011-08-09 Tom Tromey <tromey@redhat.com>
2994
2995 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
2996
7f86f058
PA
29972011-08-09 Pedro Alves <pedro@codesourcery.com>
2998
94b71cca 2999 * elfread.c (elf_symtab_read): Rework comments.
7f86f058
PA
3000 * maint.c (maintenance_command): Ditto.
3001 * somread.c (som_symtab_read): Ditto.
3002 * solib.c (solib_find, solib_map_sections, update_solib_list)
3003 (solib_add, info_sharedlibrary_command, solib_name_from_address)
3004 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
94b71cca 3005 (sharedlibrary_command, no_shared_libraries): Ditto.
7f86f058
PA
3006 * solib-irix.c (locate_base, disable_break, enable_break)
3007 (irix_solib_create_inferior_hook, irix_solib_create_inferior_hook)
3008 (irix_current_sos, irix_open_symbol_file_object)
3009 (irix_special_symbol_handling): Ditto.
3010 * solib-sunos.c (locate_base, first_link_map_member)
3011 (sunos_current_sos, disable_break, enable_break)
3012 (sunos_special_symbol_handling, sunos_solib_create_inferior_hook):
3013 Ditto.
3014 * solib-svr4.c (bfd_lookup_symbol, elf_locate_base, locate_base)
3015 (open_symbol_file_object, svr4_current_sos, enable_break)
3016 (svr4_special_symbol_handling, svr4_solib_create_inferior_hook):
3017 Ditto.
3018 * solib-frv.c (bfd_lookup_symbol, open_symbol_file_object)
3019 (frv_current_sos, enable_break, frv_special_symbol_handling)
3020 (frv_solib_create_inferior_hook): Ditto.
3021 * solist.h (struct target_so_ops): Extend the comments of the
3022 special_symbol_handling, current_sos and open_symbol_file_object
3023 methods.
3024
5e239b84
PM
30252011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3026
3027 * python/lib/gdb/__init__.py: Auto-load files in command and
3028 function directories.
3029 * python/python.c (finish_python_initialization): Use
3030 os.path.join.
3031 * python/lib/gdb/command/pretty_printers.py: Self register
3032 command.
3033 * NEWS: Document auto-loading.
3034
b6cede78
JK
30352011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3036
3037 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>
3038 (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_LITERAL>: New variable
3039 objfile_gdbarch. Fix BFD_ENDIAN_BIG case.
3040
29d0bb3d
TT
30412011-08-08 Tom Tromey <tromey@redhat.com>
3042
3043 * breakpoint.c (clean_up_filters): Remove.
3044 (catch_syscall_split_args): Use VEC_cleanup.
3045
2f7fb8e4
JK
30462011-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3047
3048 * cp-name-parser.y (xfree): Wrap the name free by CONCAT2.
3049 (main): Uncomment "Demangling error\n".
3050
d6c10e95
PP
30512011-08-05 Paul Pluzhnikov <ppluzhnikov@google.com>
3052
3053 * solib-target.c (segment_attributes): Make them static.
3054 (section_attributes, library_children, library_attributes): Likewise.
3055 (library_list_children, library_list_attributes): Likesise.
3056 (library_list_elements): Likewise.
3057
af6e93b2
PA
30582011-08-05 Pedro Alves <pedro@codesourcery.com>
3059
3060 * exceptions.c (throw_exception): Don't disable the current
3061 display.
3062 * printcmd.c (disable_current_display_cleanup): New function.
3063 (do_one_display): Install a cleanup to disable the current display
3064 if doing the display throws.
3065
6a1b1664
EZ
30662011-08-05 Eli Zaretskii <eliz@gnu.org>
3067
3068 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move the
3069 initialization of the tp_new member to the corresponding
3070 gdbpy_initialize_* function.
3071 * python/py-cmd.c (gdbpy_initialize_commands): Likewise.
3072 * python/py-frame.c (gdbpy_initialize_frames): Likewise.
3073 * python/py-function.c (gdbpy_initialize_functions): Likewise.
3074 * python/py-inferior.c (gdbpy_initialize_inferior): Likewise.
3075 * python/py-param.c (gdbpy_initialize_parameters): Likewise.
3076
31a0ae49
JK
30772011-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3078
3079 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
3080 (info_spu_mailbox_list, info_spu_mailbox_command, info_spu_dma_cmdlist)
3081 (info_spu_dma_command, info_spu_proxydma_command): Rename uiout
3082 references to current_uiout.
3083
e0dd0826
PA
30842011-08-04 Pedro Alves <pedro@codesourcery.com>
3085
3086 * event-loop.c (gdb_do_one_event): Remove `data' parameter.
3087 (start_event_loop): Use TRY_CATCH instead of catch_errors.
3088 * event-loop.h (gdb_do_one_event): Remove `data' parameter.
3089 * top.c (gdb_readline_wrapper): Adjust.
3090 * tui/tui-interp.c (tui_command_loop):
3091 (_initialize_tui_interp): Don't install it.
3092
79a45e25
PA
30932011-08-04 Pedro Alves <pedro@codesourcery.com>
3094
3095 * ui-out.h (uiout): Rename to ...
3096 (current_uiout): ... this.
3097 * ui-out.c (uiout): Rename to ...
3098 (current_uiout): ... this.
3099 * ada-lang.c (print_it_exception, print_one_exception)
3100 (print_mention_exception): Adjust.
3101 * breakpoint.c (watchpoint_check): Adjust.
3102 (print_breakpoint_location, print_one_breakpoint, breakpoint_1)
3103 (default_collect_info, watchpoints_info, print_one_catch_fork)
3104 (print_one_catch_vfork, print_one_catch_syscall)
3105 (print_one_catch_exec, mention, print_it_ranged_breakpoint)
3106 (print_one_ranged_breakpoint, print_mention_ranged_breakpoint)
3107 (print_it_watchpoint, print_mention_watchpoint)
3108 (print_it_masked_watchpoint, print_mention_masked_watchpoint)
3109 (print_it_exception_catchpoint, print_one_exception_catchpoint)
3110 (print_mention_exception_catchpoint, say_where, bkpt_print_it)
3111 (bkpt_print_mention, momentary_bkpt_print_it)
3112 (tracepoint_print_mention, update_static_tracepoint)
3113 (tracepoints_info, save_breakpoints): Adjust.
3114 * cli-out.c (field_separator): Adjust.
3115 * cp-abi.c (list_cp_abis, show_cp_abi_cmd): Adjust.
3116 * exceptions.c (catch_exceptions_with_msg, catch_errors): Adjust.
3117 * frame.c (get_current_frame): Adjust.
3118 * infcmd.c (run_command_1, print_return_value): Adjust.
3119 * inferior.c (inferior_command, info_inferiors_command): Adjust.
3120 * infrun.c (print_end_stepping_range_reason): Adjust.
3121 (print_signal_exited_reason, print_exited_reason): Adjust.
3122 (print_signal_received_reason, print_no_history_reason): Adjust.
3123 * interps.c (interp_set): Adjust.
3124 * osdata.c (info_osdata_command): Adjust.
3125 * progspace.c (maintenance_info_program_spaces_command): Adjust.
3126 * remote-fileio.c (remote_fileio_request): Adjust.
3127 * remote.c (show_remote_cmd): Adjust.
3128 * solib.c (info_sharedlibrary_command): Adjust.
3129 * source.c (print_source_lines_base): Adjust.
3130 * stack.c (print_stack_frame): Adjust.
3131 (do_gdb_disassembly, print_frame_info, print_frame): Adjust.
3132 * symfile-mem.c (add_vsyscall_page): Adjust.
3133 * symfile.c (load_progress, generic_load)
3134 (print_transfer_performance): Adjust.
3135 * thread.c (info_threads_command, restore_selected_frame)
3136 (thread_command): Adjust.
3137 * top.c (make_cleanup_restore_ui_file): Adjust.
3138 * tracepoint.c (tvariables_info_1, trace_status_mi, tfind_1)
3139 (print_one_static_tracepoint_marker): Adjust.
3140 * cli/cli-cmds.c (print_disassembly): Adjust.
3141 * cli/cli-decode.c (print_doc_line): Adjust.
3142 * cli/cli-interp.c (safe_execute_command): Adjust.
3143 * cli/cli-logging.c (set_logging_redirect, pop_output_files)
3144 (handle_redirections): Adjust.
3145 * cli/cli-script.c (show_user_1): Adjust.
3146 * cli/cli-setshow.c (do_setshow_command, cmd_show_list): Adjust.
3147 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
3148 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Adjust.
3149 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_path)
3150 (mi_cmd_env_dir): Adjust.
3151 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
3152 (print_partial_file_name, mi_cmd_file_list_exec_source_files): Adjust.
3153 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
3154 (mi_cmd_stack_info_depth, mi_cmd_stack_list_args)
3155 (list_args_or_locals): Adjust.
3156 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
3157 (mi_cmd_var_delete, mi_cmd_var_set_format, mi_cmd_var_set_frozen)
3158 (mi_cmd_var_show_format, mi_cmd_var_info_num_children)
3159 (mi_cmd_var_list_children, mi_cmd_var_info_type)
3160 (mi_cmd_var_info_path_expression, mi_cmd_var_info_expression)
3161 (mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression)
3162 (mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one): Adjust.
3163 * mi/mi-interp.c (mi_on_normal_stop): Adjust.
3164 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_thread_select)
3165 (mi_cmd_thread_list_ids, mi_cmd_thread_info, print_one_inferior)
3166 (list_available_thread_groups, mi_cmd_list_thread_groups)
3167 (mi_cmd_data_list_register_names)
3168 (mi_cmd_data_list_changed_registers)
3169 (mi_cmd_data_list_register_values, get_register)
3170 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
3171 (mi_cmd_data_read_memory_bytes, mi_cmd_list_features)
3172 (mi_cmd_list_target_features, mi_cmd_add_inferior)
3173 (mi_execute_command, mi_load_progress): Adjust.
3174 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Adjust.
3175 * python/py-auto-load.c (print_script, info_auto_load_scripts):
3176 Adjust.
3177 * python/py-breakpoint.c (bppy_get_commands): Adjust.
3178 * tui/tui-interp.c (tui_command_loop): Adjust.
3179 * tui/tui-io.c (tui_setup_io, tui_initialize_io): Adjust.
3180
f9679975
PA
31812011-08-04 Pedro Alves <pedro@codesourcery.com>
3182
3183 * exceptions.c (struct catcher): Remove saved_uiout field.
3184 (exceptions_state_mc_init): Remove the `func_uiout' parameter, and
3185 no longer save/resvore the global ui_out builder.
3186 (catch_exceptions_with_msg): Save/override/restore the global
3187 ui_out builder manually instead of relying on TRY_CATCH to do it.
3188 (catch_errors): Save/restore the global ui_out builder manually
3189 instead of relying on TRY_CATCH to do it.
3190 * exceptions.h (exceptions_state_mc_init): Remove the `func_uiout'
3191 parameter.
3192 (TRY_CATCH): Adjust.
3193 * cli/cli-interp.c (safe_execute_command): Save/override/restore
3194 the global ui_out builder manually instead of relying on TRY_CATCH
3195 to do it.
3196
934709f0
PW
31972011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3198
3199 * breakpoint.c (update_global_location_list): Ensure
3200 invariant 'first loc marked not duplicated and inserted,
3201 following locs marked duplicated/not inserted' is respected
3202 for multiple locations at the same address.
3203 (unduplicated_should_be_inserted) New function.
3204 (swap_insertion) New function.
3205
2421fe6f
JK
32062011-08-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3207
3208 * stack.c (print_frame_arguments_choices): Comment typo fix.
3209
3fbb6ffa
TJB
32102011-08-01 Thiago Jung Bauermann <bauerman@br.ibm.com>
3211
3212 Revert:
3213 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3214 * breakpoint.c (insert_bp_location): Remove disabled_breaks
3215 argument. Update callers.
3216
fbe12357
PP
32172011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
3218
3219 PR gdb/13045
3220 * doublest.c (convert_doublest_to_floatformat): Pass correct
3221 mantissa length to put_field.
3222
b1d288d3
JK
32232011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3224
3225 * stack.c (do_gdb_disassembly): Use RETURN_MASK_ERROR, simplify the
3226 exception_print code path.
3227 (backtrace_command): Remove variable e. Protect arg by make_cleanup in
3228 advance. Simplify memset. Remove TRY_CATCH. Remove explicit xfree.
3229 (backtrace_full_command): Remove variable e. Remove TRY_CATCH.
3230
311b5970
JK
32312011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3232
3233 Code cleanup.
3234 * stack.c (struct print_stack_frame_args, print_stack_frame_stub):
3235 Remove, merge them into ...
3236 (print_stack_frame): ... here with a TRY_CATCH. New variable e, remove
3237 variable args and its initialization.
3238 (struct print_args_args, print_args_stub): Remove, merge them into
3239 print_frame.
3240 (struct gdb_disassembly_stub_args, gdb_disassembly_stub): Remove, merge
3241 them into ...
3242 (do_gdb_disassembly): ... here. Remove variable args and its
3243 initialization.
3244 (print_frame): Remove variable args and its initialization, new
3245 variable gdbarch and numargs (from print_args_stub), inline here
3246 print_args_stub with a TRY_CATCH.
3247 (struct backtrace_command_args, backtrace_command_stub): Remove, merge
3248 them into ...
3249 (backtrace_command, backtrace_full_command): ... here with a TRY_CATCH.
fbe12357 3250 New variable e, remove variable btargs and its initialization.
311b5970 3251
484a26a8
TG
32522011-08-01 Tristan Gingold <gingold@adacore.com>
3253
3254 * darwin-nat.c (darwin_decode_exception_message): Adjust assertion.
3255
c30eee59
TJB
32562011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3257
3258 * breakpoint.c (insert_bp_location): Document return value.
3259 (insert_breakpoint_locations): Fix documentation.
3260 (remove_breakpoints): Add documentation.
3261
f116073b
TJB
32622011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3263
3264 * breakpoint.c (insert_bp_location): Remove disabled_breaks
3265 argument. Update callers.
3266
65aa373f
JK
32672011-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3268
3269 * stack.c (print_frame_info): Comment typo fix.
3270
a50242fb
SA
32712011-07-29 Sterling Augustine <saugustine@google.com>
3272
3273 * MAINTAINERS (Write After Approval): Add myself to the list.
3274
267f6504
TT
32752011-07-29 Tom Tromey <tromey@redhat.com>
3276
3277 * solib-target.c: Use DEF_VEC_I, not DEF_VEC_O.
3278 (library_list_start_segment): Update.
3279 (library_list_start_section): Update.
3280
00bd41d6
PM
32812011-07-28 Phil Muldoon <pmuldoon@redhat.com>
3282
3283 * varobj.c (value_get_print_value): Move hint check later into the
3284 function. Comment function. Free thevalue before reusing it.
3285
18a46dbe
JK
32862011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3287 Pedro Alves <pedro@codesourcery.com>
3288
3289 * eval.c (evaluate_subexp_standard): Remove not_lval from all calls of
3290 value_one.
3291 * valops.c (value_one): Remove parameter lv. Do not pass it to itself.
3292 Assert the result kind.
3293 * value.h (value_one): Remove parameter lv.
3294
bb7da2bf
JK
32952011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3296
3297 Fix crash on lval_computed values.
3298 * valops.c (value_zero): Use not_lval for lval_computed.
3299
2d5213f8
TT
33002011-07-27 Tom Tromey <tromey@redhat.com>
3301
3302 * Makefile.in (HFILES_NO_SRCDIR): Add 'common' prefix for
3303 gdb_assert.h, gdb_locale.h, gdb_dirent.h.
3304
11081198
JK
33052011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3306
3307 * typeprint.c (_initialize_typeprint): Extend the help of "whatis" and
3308 "ptype" by their typedefs difference.
3309
3c6e0cb3
JK
33102011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3311
3312 * dwarf2expr.c (ctx_no_read_reg): New function.
3313 * dwarf2expr.h (ctx_no_read_reg): New declaration.
3314 * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
3315 (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
3316 (decode_locdesc): Replace by a caller of dwarf_expr_eval.
3317
523f3620
JK
33182011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3319
3320 * dwarf2-frame.c (no_get_frame_base, no_get_frame_cfa, no_get_frame_pc)
3321 (no_get_tls_address, no_dwarf_call, no_base_type): Move to the other
3322 file.
3323 (dwarf2_frame_ctx_funcs): Reference the renamed functions.
3324 * dwarf2expr.c (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
3325 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
3326 (ctx_no_get_base_type): Move the functions here.
3327 * dwarf2expr.h (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
3328 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
3329 (ctx_no_get_base_type): New declarations.
3330
24d3216f
TT
33312011-07-27 Tom Tromey <tromey@redhat.com>
3332
3333 * xcoffread.c (dwarf2_xcoff_names): Add 'macro' and 'sentinel'
3334 entries.
3335 * symfile.h (struct dwarf2_debug_sections) <sentinel>: New field.
3336 * dwarf2read.c (dwarf2_elf_names): Add sentinel entry.
3337
5005c8a9
PP
33382011-07-26 Sterling Augustine <saugustine@google.com>
3339
3340 * cli/cli-dump.c (dump_binary_file): Change parameter type to
3341 ULONGEST.
3342 (dump_bfd_file): Likewise.
3343
480a3f21
PW
33442011-07-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3345
3346 * remote.c (remote_region_ok_for_hw_watchpoint): New function.
3347 (remote_hw_watchpoint_length_limit): New variable.
3348 (_initialize_remote) add set,show cmds for this new variable.
3349 * gdb.texinfo: document these new commands.
3350 * NEWS: Mention these new commands.
3351
efa80663
PA
33522011-07-26 Pedro Alves <pedro@codesourcery.com>
3353
3354 * breakpoint.c (works_in_software_mode_watchpoint): Also return
3355 true for software watchpoints.
3356
dbdaa232 33572011-07-26 Joel Brobecker <brobecker@adacore.com>
3358
3359 GDB 7.3 released.
3360
cf2c3c16
TT
33612011-07-26 Tom Tromey <tromey@redhat.com>
3362
3363 * symfile.h (struct dwarf2_debug_sections) <macro>: New field.
3364 * dwarf2read.c (read_indirect_string_at_offset): New function.
3365 (read_indirect_string): Use it.
3366 (dwarf_decode_macro_bytes): New function, taken from
3367 dwarf_decode_macros. Handle DW_MACRO_GNU_*.
3368 (dwarf_decode_macros): Use it. handle DW_MACRO_GNU_*.
3369 (dwarf_parse_macro_header, skip_form_bytes, skip_unknown_opcode):
3370 New functions.
3371 (struct dwarf2_per_objfile) <macro>: New field.
3372 (dwarf2_elf_names): Add .debug_macro.
3373 (dwarf2_macros_too_long_complaint): Add 'section' argument.
3374 (dwarf2_locate_sections): Handle new section.
3375 (read_file_scope): Handle DW_AT_GNU_macros.
3376 (dwarf2_per_objfile_free): Unmap the .debug_macro section.
3377
1a532630
PP
33782011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3379
3380 * NEWS: Mention dcache configuration.
3381 * dcache.c (dcache_set_list, dcache_show_list): New variables.
3382 (dcache_size, dcache_line_size): New variables.
3383 (LINE_SIZE_MASK, XFORM, MASK): Adjust.
3384 (struct dcache_block): Make it expandable.
3385 (struct dcache_struct): New field.
3386 (dcache_invalidate): Discard freelist upon dcache_line_size changes.
3387 (dcache_hit, dcache_alloc, dcache_peek_byte): Adjust.
3388 (dcache_poke_byte, dcache_print_line): Adjust.
3389 (set_dcache_size, set_dcache_line_size): New functions.
3390 (set_dcache_command, show_dcache_command): New functions.
3391 (_initialize_dcache): Add new commands.
3392
2eff07b3
PP
33932011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3394
3395 * progspace.h (struct program_space): Add solib_add_generation.
3396 * infcmd.c (post_create_inferior): Only call solib_add if not
3397 already done.
3398 * solib.c (solib_add): Increment solib_add_generation.
3399
543305c9
JK
34002011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3401
3402 Fix implicit pointer offsets.
3403 * dwarf2loc.c (indirect_pieced_value): Comment byte_offset. Use also
3404 ptr.OFFSET.
3405
c0a91b2b
TT
34062011-07-25 Tom Tromey <tromey@redhat.com>
3407
3408 * ada-lang.c (ada_exception_breakpoint_ops): Make return type
3409 const.
3410 (ada_exception_sal): Make 'ops' const.
3411 (ada_decode_exception_location): Likewise.
3412 (ada_decode_assert_location): Likewise.
3413 (catch_assert_command): Update.
3414 (catch_ada_exception_command): Update.
3415 (create_ada_exception_catchpoint): Make 'ops' const.
3416 * breakpoint.c (set_raw_breakpoint_without_location)
3417 (set_raw_breakpoint, momentary_breakpoint_from_master): Make 'ops'
3418 const.
3419 (create_internal_breakpoint): Update.
3420 (init_raw_breakpoint_without_location): Make 'ops' const.
3421 (init_raw_breakpoint, init_catchpoint)
3422 (create_fork_vfork_event_catchpoint)
3423 (create_syscall_event_catchpoint, init_breakpoint_sal)
3424 (create_breakpoint_sal, create_breakpoints_sal)
3425 (create_breakpoint, init_ada_exception_breakpoint): Likewise.
3426 * breakpoint.h (struct breakpoint) <ops>: Now const.
3427 (init_ada_exception_breakpoint, create_breakpoint): Make 'ops'
3428 const.
3429
6cb9b55b
PP
34302011-07-25 Paul Pluzhnikov <ppluzhnikov@google.com>
3431
3432 * linux-thread-db.c (thread_from_lwp): Initialize th.th_unique.
3433
d9b3f62e
PA
34342011-07-25 Pedro Alves <pedro@codesourcery.com>
3435
3436 * breakpoint.h (print_recreate_thread): Declare.
3437 (struct breakpoint): Move step_count, pass_count,
3438 number_on_target, static_trace_marker_id,
3439 static_trace_marker_id_idx ...
3440 (struct tracepoint): ... to this new struct.
3441 (get_tracepoint, get_tracepoint_by_number_on_target)
3442 (get_tracepoint_by_number): Change return type to struct
3443 tracepoint pointer.
3444 * breakpoint.c (is_tracepoint_type): New, factored out from
3445 is_tracepoint.
3446 (is_tracepoint): Adjust.
3447 (print_one_breakpoint_location): Cast to struct tracepoint as
3448 necessary, and adjust.
3449 (print_recreate_catch_fork, print_recreate_catch_vfork)
3450 (print_recreate_catch_syscall, print_recreate_catch_exec): Call
3451 print_recreate_thread.
3452 (init_breakpoint_sal): New, factored out from
3453 create_breakpoint_sal.
3454 (create_breakpoint_sal): Reimplement.
3455 (create_breakpoint): Allocate a struct tracecepoint if the caller
3456 wanted a tracepoint. Use init_breakpoint_sal and
3457 install_breakpoint.
3458 (print_recreate_ranged_breakpoint, print_recreate_watchpoint)
3459 (print_recreate_masked_watchpoint)
3460 (print_recreate_exception_catchpoint): Call print_recreate_thread.
3461 (tracepoint_print_one_detail): Adjust.
3462 (tracepoint_print_recreate): Adjust. Call print_recreate_thread.
3463 Dump the pass count here.
3464 (update_static_tracepoint): Adjust.
3465 (addr_string_to_sals): Adjust.
3466 (create_tracepoint_from_upload): Adjust. Change return type to
3467 struct tracepoint pointer.
3468 (trace_pass_set_count): Change parameter type to struct tracepoint
3469 pointer, and adjust.
3470 (trace_pass_command): Adjust.
3471 (get_tracepoint, get_tracepoint_by_number_on_target)
3472 (get_tracepoint_by_number): Change return type to struct
3473 tracepoint pointer, and adjust.
3474 (print_recreate_thread): New, factored out from save_breakpoints.
3475 (save_breakpoints): Don't print thread and task and passcount
3476 recreation here.
3477 * remote.c (remote_download_tracepoint): Adjust.
3478 * tracepoint.c (trace_actions_command, validate_actionline)
3479 (start_tracing, tfind_1, trace_find_tracepoint_command)
3480 (trace_dump_command): Adjust.
3481 (find_matching_tracepoint): Change return type to struct
3482 tracepoint pointer, and adjust.
3483 (merge_uploaded_tracepoints, tfile_get_traceframe_address)
3484 (tfile_trace_find, tfile_fetch_registers): Adjust.
3485 * tracepoint.h (create_tracepoint_from_upload): Change return type
3486 to struct tracepoint pointer.
3487 * ada-lang.c (print_recreate_exception): Call
3488 print_recreate_thread.
3489 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Adjust.
3490
3a5c3e22
PA
34912011-07-25 Pedro Alves <pedro@codesourcery.com>
3492
3493 * breakpoint.h (struct breakpoint): Move ops as first field. Move
3494 exp_string, exp_string_reparse, exp, exp_valid_block, cond_exp,
3495 cond_exp_valid_block, val, val_valid, watchpoint_frame,
3496 watchpoint_thread, watchpoint_triggered ...
3497 (struct watchpoint): ... to this new struct.
3498 (is_watchpoint): Declare.
3499 (install_breakpoint): Add new `internal' parameter.
3500 * breakpoint.c (is_watchpoint): Delete declaration.
3501 (set_breakpoint_condition): Handle watchpoints.
3502 (is_watchpoint): Make public.
3503 (watchpoint_in_thread_scope): Change parameter type to struct
3504 watchpoint.
3505 (watchpoint_del_at_next_stop): Change parameter type to struct
3506 watchpoint. Remove assertion. Adjust.
3507 (update_watchpoint): Ditto.
3508 (insert_breakpoints, breakpoint_init_inferior)
3509 (watchpoints_triggered, watchpoint_check)
3510 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions)
3511 (bpstat_stop_status, print_one_breakpoint_location)
3512 (print_one_breakpoint_location, watchpoint_locations_match): Cast
3513 to struct watchpoint as necessary, and adjust.
3514 (install_breakpoint): Add `internal' argument. If true, don't
3515 mention the new breakpoint. Use set_breakpoint_number.
3516 (create_fork_vfork_event_catchpoint)
3517 (create_syscall_event_catchpoint): Adjust.
3518 (dtor_watchpoint): New.
3519 (re_set_watchpoint, insert_watchpoint, remove_watchpoint)
3520 (breakpoint_hit_watchpoint, resources_needed_watchpoint)
3521 (print_it_watchpoint, print_mention_watchpoint)
3522 (print_recreate_watchpoint, insert_masked_watchpoint)
3523 (remove_masked_watchpoint, resources_needed_masked_watchpoint)
3524 (print_one_detail_masked_watchpoint)
3525 (print_mention_masked_watchpoint)
3526 (print_recreate_masked_watchpoint): Cast to struct watchpoint as
3527 necessary, and adjust.
3528 (watch_command_1): Allocate and initialize a struct watchpoint
3529 instead of a struct breakpoint. Use install_breakpoint.
3530 (catch_exec_command_1): Adjust.
3531 (base_breakpoint_dtor): Delete accesses to watchpoint specific
3532 fields.
3533 (delete_breakpoint, enable_breakpoint_disp)
3534 (invalidate_bp_value_on_memory_change): Cast to struct watchpoint
3535 as necessary, and adjust.
3536 (initialize_breakpoint_ops): Install dtor_watchpoint as
3537 watchpoints' dtor method.
3538 * ada-lang.c (create_ada_exception_catchpoint): Adjust.
3539 * python/py-breakpoint.c (bppy_get_expression): Use is_watchpoint.
3540 to struct watchpoint as necessary, and adjust.
3541
2060206e
PA
35422011-07-25 Pedro Alves <pedro@codesourcery.com>
3543
3544 * ada-lang.c (dtor_exception, re_set_exception): Indirect through
3545 the the base class ops table.
3546 (catch_exception_breakpoint_ops)
3547 (catch_exception_unhandled_breakpoint_ops)
3548 (catch_assert_breakpoint_ops): Don't statically initialize.
3549 (initialize_ada_catchpoint_ops): New.
3550 (_initialize_ada_language): Call it.
3551 * breakpoint.c (base_breakpoint_ops, bkpt_base_breakpoint_ops)
3552 (bkpt_breakpoint_ops): Forward declare.
3553 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
3554 (catch_syscall_breakpoint_ops, catch_exec_breakpoint_ops)
3555 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
3556 (masked_watchpoint_breakpoint_ops)
3557 (gnu_v3_exception_catchpoint_ops): Don't statically initialize.
3558 (dtor_catch_syscall, dtor_catch_exec): Indirect through the the
3559 base class ops table.
3560 (null_re_set, null_check_status, null_works_in_software_mode)
3561 (null_resources_needed, null_print_one_detail): Delete.
3562 (bkpt_dtor): Rename to ...
3563 (base_breakpoint_dtor): ... this. Make static.
3564 (bkpt_allocate_location): Rename to ...
3565 (base_breakpoint_allocate_location): ... this. Make static.
3566 (base_breakpoint_re_set): New.
3567 (internal_error_pure_virtual_called): New.
3568 (base_breakpoint_insert_location, base_breakpoint_remove_location)
3569 (base_breakpoint_breakpoint_hit, base_breakpoint_check_status)
3570 (base_breakpoint_works_in_software_mode)
3571 (base_breakpoint_resources_needed, base_breakpoint_print_it)
3572 (base_breakpoint_print_one_detail, base_breakpoint_print_mention)
3573 (base_breakpoint_print_recreate): New functions.
3574 (base_breakpoint_ops): New global.
3575 (bkpt_re_set, bkpt_insert_location, bkpt_remove_location)
3576 (bkpt_breakpoint_hit): Make static.
3577 (bkpt_check_status): Delete.
3578 (bkpt_resources_needed): Make static.
3579 (bkpt_works_in_software_mode): Delete.
3580 (bkpt_print_it, bkpt_print_mention, bkpt_print_recreate): Make
3581 static.
3582 (bkpt_breakpoint_ops, internal_breakpoint_ops)
3583 (momentary_breakpoint_ops): Don't statically initialize.
3584 (internal_bkpt_print_recreate, momentary_bkpt_print_recreate):
3585 Delete.
3586 (tracepoint_insert_location, tracepoint_remove_location)
3587 (tracepoint_check_status, tracepoint_works_in_software_mode)
3588 (tracepoint_print_it): Delete.
3589 (tracepoint_breakpoint_ops): Don't statically initialize.
3590 (initialize_breakpoint_ops): New.
3591 (_initialize_breakpoint): Call it.
3592 * breakpoint.h (null_re_set, null_works_in_software_mode)
3593 (null_resources_needed, null_check_status, null_print_one_detail):
3594 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
3595 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
3596 (bkpt_check_status, bkpt_resources_needed)
3597 (bkpt_works_in_software_mode, bkpt_print_it)
3598 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
3599 Delete declarations.
3600 (initialize_breakpoint_ops): Declare.
3601
001c8c33
PA
36022011-07-25 Pedro Alves <pedro@codesourcery.com>
3603
3604 * breakpoint.c (bkpt_print_it, internal_bkpt_print_it)
3605 (momentary_bkpt_print_it): Simplify.
3606
06edf0c0
PA
36072011-07-25 Pedro Alves <pedro@codesourcery.com>
3608
3609 Split internal, momentary and user breakpoints breakpoint_ops
3610 tables.
3611
3612 * breakpoint.c (internal_breakpoint_ops)
3613 (momentary_breakpoint_ops): Forward declare.
3614 (create_internal_breakpoint): Add new breakpoint_ops parameter.
3615 Pass it down, rather than hardcoding bkpt_breakpoint_ops.
3616 (create_overlay_event_breakpoint)
3617 (create_std_terminate_master_breakpoint)
3618 (create_exception_master_breakpoint): Create breakpoints with
3619 internal_breakpoint_ops vtable.
3620 (set_longjmp_breakpoint): Create momentary breakpoints with
3621 momentary_breakpoint_ops vtable, using
3622 momentary_breakpoint_from_master.
3623 (create_thread_event_breakpoint, create_jit_event_breakpoint)
3624 (create_solib_event_breakpoint): Create breakpoints with
3625 internal_breakpoint_ops vtable.
3626 (set_momentary_breakpoint): Create breakpoints with
3627 momentary_breakpoint_ops vtable.
3628 (momentary_breakpoint_from_master): New, factored out from
3629 clone_momentary_breakpoint.
3630 (clone_momentary_breakpoint): Adjust.
3631 (watch_command_1): Create scope breakpoints with
3632 momentary_breakpoint_ops vtable.
3633 (bkpt_re_set): Remove handling of internal and momentary
3634 breakpoints.
3635 (bkpt_print_mention, bkpt_print_recreate): New.
3636 (bkpt_breakpoint_ops): Adjust.
3637 (internal_bkpt_re_set, internal_bkpt_check_status)
3638 (internal_bkpt_print_it, internal_bkpt_print_mention)
3639 (internal_bkpt_print_recreate, internal_breakpoint_ops): New.
3640 (momentary_bkpt_re_set, momentary_bkpt_check_status)
3641 (momentary_bkpt_print_it, momentary_bkpt_print_mention)
3642 (momentary_bkpt_print_recreate): New.
3643 (momentary_breakpoint_ops): New.
3644
348d480f
PA
36452011-07-25 Pedro Alves <pedro@codesourcery.com>
3646
3647 Implement most breakpoint_ops methods for all breakpoint types,
3648 and move the default handlings to the proper callbacks.
3649
3650 * breakpoint.c (update_watchpoint): Always call the breakpoint's
3651 works_in_software_mode method.
3652 (insert_bp_location): Go through breakpoint_ops->insert_location
3653 for software and hardware watchpoints.
3654 (create_internal_breakpoint): Pass bkpt_breakpoint_ops as
3655 breakpoint_ops.
3656 (remove_breakpoint_1): Go through breakpoint_ops->remove_location
3657 for software and hardware watchpoints.
3658 (print_it_typical): Delete.
3659 (print_bp_stop_message): Always call the breakpoint_ops->print_it
3660 method.
3661 (watchpoint_check): Adjust comment.
3662 (bpstat_check_location): Simply always call the breakpoint's
3663 breakpoint_hit method.
3664 (bpstat_stop_status): Always call the breakpoint's check_status
3665 method. Remove special cases for watchpoints and internal event
3666 breakpoints from here (moved to the check_status implementations).
3667 (print_one_breakpoint_location): Assume b->ops is never NULL.
3668 Remove static tracepoint marker id printing from here (moved to
3669 the print_one_detail callback implementation of tracepoints).
3670 (init_bp_location): Assert OPS is never NULL.
3671 (allocate_bp_location): Always call the breakpoint's
3672 allocate_location method, and remove the default code from here.
3673 (free_bp_location): Always call the location's dtor method, and
3674 remove the default code from here.
3675 (init_raw_breakpoint_without_location): Assert OPS is never NULL.
3676 (set_raw_breakpoint_without_location): Add new breakpoint_ops
3677 parameter. Pass it down.
3678 (set_raw_breakpoint): Ditto.
3679 (print_it_catch_fork): Adjust to take a bpstat as argument.
3680 (catch_fork_breakpoint_ops): Install methods.
3681 (print_it_catch_vfork): Adjust to take a bpstat as argument.
3682 (catch_vfork_breakpoint_ops): Install methods.
3683 (dtor_catch_syscall): Call the base dtor.
3684 (print_it_catch_syscall): Adjust to take a bpstat as argument.
3685 (catch_syscall_breakpoint_ops): Install methods.
3686 (dtor_catch_exec): Call the base dtor.
3687 (print_it_catch_exec): Adjust to take a bpstat as argument.
3688 (catch_exec_breakpoint_ops): Install methods.
3689 (hw_breakpoint_used_count, hw_watchpoint_used_count): Always call
3690 the breakpoint's resources_needed method, and remove the default
3691 code from here.
3692 (set_momentary_breakpoint): Pass bkpt_breakpoint_ops as
3693 breakpoint_ops.
3694 (clone_momentary_breakpoint): Clone the original's ops.
3695 (mention): Always call the breakpoint's print_mention method, and
3696 remove the default code from here.
3697 (create_breakpoint_sal): Adjust to pass the ops to
3698 set_raw_breakpoint rather than setting it manually.
3699 (create_breakpoint): Assert ops is never NULL. Adjust to pass the
3700 ops to set_raw_breakpoint_without_location rather than setting it
3701 manually.
3702 (break_command_1): Pass bkpt_breakpoint_ops as breakpoint_ops.
3703 (print_it_ranged_breakpoint): Adjust to take a bpstat as argument.
3704 (ranged_breakpoint_ops): Install methods.
3705 (break_range_command): Adjust to pass the ops to
3706 set_raw_breakpoint rather than setting it manually.
3707 (re_set_watchpoint, breakpoint_hit_watchpoint)
3708 (check_status_watchpoint, resources_needed_watchpoint)
3709 (works_in_software_mode_watchpoint, print_it_watchpoint)
3710 (print_mention_watchpoint, print_recreate_watchpoint): New
3711 functions.
3712 (watchpoint_breakpoint_ops): Install new methods.
3713 (print_it_masked_watchpoint): New function.
3714 (masked_watchpoint_breakpoint_ops): Install new methods.
3715 (watch_command_1): Adjust to pass the right breakpoint_ops to
3716 set_raw_breakpoint_without_location rather than setting it
3717 manually later. Record the current pspace.
3718 (print_it_exception_catchpoint): Adjust to take a bpstat as
3719 argument.
3720 (gnu_v3_exception_catchpoint_ops): Install new methods.
3721 (say_where): New function.
3722 (null_re_set, null_check_status, null_works_in_software_mode)
3723 (null_resources_needed, null_print_one_detail, bp_location_dtor):
3724 New functions.
3725 (bp_location_ops): New global.
3726 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
3727 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
3728 (bkpt_check_status, bkpt_resources_needed)
3729 (bkpt_works_in_software_mode, bkpt_print_it, bkpt_print_mention)
3730 (bkpt_print_recreate): New functions.
3731 (bkpt_breakpoint_ops): New global.
3732 (tracepoint_re_set, tracepoint_insert_location)
3733 (tracepoint_remove_location, tracepoint_breakpoint_hit)
3734 (tracepoint_check_status, tracepoint_works_in_software_mode)
3735 (tracepoint_print_it, tracepoint_print_one_detail)
3736 (tracepoint_print_mention, tracepoint_print_recreate): New
3737 functions.
3738 (tracepoint_breakpoint_ops): New global.
3739 (delete_breakpoint): Always call the breakpoint's dtor method, and
3740 remove the default handling from here.
3741 (breakpoint_re_set_default): Make static.
3742 (breakpoint_re_set_one): Always call the breakpoints re_set
3743 method, and remove the default handling from here.
3744 (trace_command, ftrace_command, strace_command)
3745 (create_tracepoint_from_upload): Pass appropriate breakpoints_ops
3746 to create_breakpoint.
3747 (save_breakpoints): Always call the breakpoint's print_recreate
3748 method, and remove the default handling from here.
3749
3750 * ada-lang.c (dtor_exception): Call the base dtor.
3751 (re_set_exception): Call the base method.
3752 (print_it_exception, print_it_catch_exception): Adjust to take a
3753 bpstat as argument.
3754 (catch_exception_breakpoint_ops): Install methods.
3755 (print_it_catch_exception_unhandled): Adjust to take a bpstat as
3756 argument.
3757 (catch_exception_unhandled_breakpoint_ops): Install methods.
3758 (print_it_catch_assert): Adjust to take a bpstat as argument.
3759 (catch_assert_breakpoint_ops): Install methods.
3760
3761 * breakpoint.h (struct breakpoint_ops): Adjust the print_it method
3762 to take a bpstat as argument.
3763 (enum print_stop_action): Add describing comments to each enum
3764 value.
3765 (breakpoint_re_set_default): Delete declaration.
3766 (null_re_set, null_works_in_software_mode, null_resources_needed)
3767 (null_check_status, null_print_one_detail): Declare.
3768 (bkpt_breakpoint_ops): Declare.
3769 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
3770 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
3771 (bkpt_check_status, bkpt_resources_needed)
3772 (bkpt_works_in_software_mode, bkpt_print_it)
3773 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
3774 Declare.
3775
3776 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust to pass
3777 bkpt_breakpoint_ops.
3778 * python/py-breakpoint.c (bppy_init): Ditto.
3779
be8f8133
PW
37802011-07-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3781
3782 * MAINTAINERS (Write After Approval): Add myself to the list.
3783
3807f613
PP
37842011-07-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3785
3786 * elfread.c (elf_rel_plt_read): Fix off-by-one bug.
3787
1ced966e
PA
37882011-07-22 Pedro Alves <pedro@codesourcery.com>
3789
3790 * i386-nat.c (I386_DR_VACANT, I386_DR_LOCAL_ENABLE)
3791 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
3792 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): Add state parameter and
3793 adjust.
3794 (dr_mirror, dr_status_mirror, dr_control_mirror): Delete.
3795 (struct i386_debug_reg_state): New.
3796 (i386_init_dregs): New.
3797 (dr_mirror): New.
3798 (i386_cleanup_dregs): Use i386_init_dregs.
3799 (i386_show_dr): Add state parameter and adjust.
3800 (i386_insert_aligned_watchpoint): Ditto. Don't pass the info to
3801 the inferior here.
3802 (i386_remove_aligned_watchpoint): Likewise.
3803 (i386_handle_nonaligned_watchpoint): Add state parameter and adjust.
3804 (i386_update_inferior_debug_regs): New.
3805 (i386_insert_watchpoint): Work on a local mirror of the debug
3806 registers, and only update the inferior on success.
3807 (i386_remove_watchpoint): Ditto.
3808 (i386_region_ok_for_watchpoint): Adjust.
3809 (i386_stopped_data_address): Adjust.
3810 (i386_insert_hw_breakpoint): Adjust.
3811 (i386_remove_hw_breakpoint): Adjust.
3812
3543a589
TT
38132011-07-22 Tom Tromey <tromey@redhat.com>
3814
3815 * amd64-tdep.c (amd64_pseudo_register_read_value): Rename
3816 from amd64_pseudo_register_read. Change arguments. Call
3817 mark_value_bytes_unavailable when needed.
3818 (amd64_init_abi): Use set_gdbarch_pseudo_register_read_value, not
3819 set_gdbarch_pseudo_register_read.
3820 * sentinel-frame.c (sentinel_frame_prev_register): Use
3821 regcache_cooked_read_value.
3822 * regcache.h (regcache_cooked_read_value): Declare.
3823 * regcache.c (regcache_cooked_read_value): New function.
3824 (regcache_cooked_read): Call
3825 gdbarch_pseudo_register_read_value if available.
3826 * i386-tdep.h (i386_pseudo_register_read_value): Declare.
3827 (i386_pseudo_register_read): Remove.
3828 * i386-tdep.c (i386_pseudo_register_read_into_value): Rename from
3829 i386_pseudo_register_read. Change arguments. Call
3830 mark_value_bytes_unavailable when needed.
3831 (i386_pseudo_register_read_value): New function.
3832 (i386_gdbarch_init): Call set_gdbarch_pseudo_register_read_value,
3833 not set_gdbarch_pseudo_register_read.
3834 * gdbarch.sh (pseudo_register_read_value): New method.
3835 * gdbarch.c, gdbarch.h: Rebuild.
3836 * findvar.c (value_from_register): Call get_frame_register_value.
3837
95298e72
PM
38382011-07-22 Phil Muldoon <pmuldoon@redhat.com>
3839
3840 * event-top.c (cli_command_loop): Use get_prompt, get_suffix,
3841 get_prefix.
3842 (display_gdb_prompt): Likewise.
3843 (change_annotation_level): Likewise.
3844 (push_prompt): Likewise.
3845 (pop_prompt): Likewise.
3846 (handle_stop_sig): Use get_prompt with a level.
3847 * top.c (command_loop): Use get_prompt with a level.
3848 (set_async_annotation_level): Use set_prompt with a level.
3849 (get_prefix): New function.
3850 (set_prefix): Ditto.
3851 (set_suffix): Ditto.
3852 (get_suffix): Ditto.
3853 (get_prompt): Accept a level argument.
3854 (set_prompt): Accept a level argument. Free old prompts. Set
3855 new_async_prompt if level is 0.
3856 (init_main): Use set_prompt with a level. Do not set
3857 new_async_prompt.
3858 * event-top.h (PROMPT, SUFFIX, PREFIX): Move to top.c
3859 * top.h: Declare set_suffix, get_suffix, set_prefix, get_prefix.
3860 Modify set_prompt, get_prompt to account for levels.
3861 * tui/tui-interp.c (tui_command_loop): Use get_prompt with a
3862 level.
3863 * python/python.c (before_prompt_hook): Use set_prompt.
3864
d26e3629
KY
38652011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
3866
3867 * defs.h: Add guard against inclusion in gdbserver.
3868 (struct ptid, ptid_t): Move to common/ptid.h.
3869 (xfree, xzalloc, xasprintf, xvasprintf, xstrprintf, xstrvprintf,
3870 xsnprintf, internal_error): Move to common/common-utils.h.
3871 (nomem): Delete.
3872 * gdb_assert.h: Move into common/ sub-directory.
3873 * gdb_locale.h: Ditto.
3874 * gdb_dirent.h: Ditto.
3875 * inferior.h (minus_one_ptid, null_ptid, ptid_build, pid_to_ptid,
3876 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid):
3877 Move into common/ptid.h.
3878 * xml-support.c (xml_escape_text): Move into common/xml-utils.c.
3879 (gdb_xml_create_parser_and_cleanup_1, xml_fetch_context_from_file):
3880 Change nomem to malloc_failure.
3881 * xml-support.h (xml_escape_text): Move into common/xml-utils.h.
3882 * utils.c (nomem): Rename to malloc_failure.
3883 (xmalloc, xzalloc, xrealloc, xcalloc, xfree, xstrprintf, xasprintf,
3884 xvasprintf, xstrvprintf, xsnprintf): Move to common/common-utils.c.
3885 (gdb_buildargv): Change nomem to malloc_failure.
3886 * infrun.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
3887 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
3888 ptid_is_pid): Move into common/ptid.c.
3889 (initialize_infrun): Delete initialization of null_ptid and
3890 minus_one_ptid.
3891 * linux-nat.c (linux_nat_xfer_osdata): Defer to
3892 linux_common_xfer_osdata.
3893 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
3894 common/ptid.c and common/buffer.c.
3895 (HFILES_NO_SRCDIR): Add common/common-utils.h, common/xml-utils.h,
3896 common/ptid.h, common/buffer.h and common/linux-osdata.h.
3897 (COMMON_OBS): Add xml-utils.o, common-utils.o, buffer.o and ptid.o.
3898 (common-utils.o, xml-utils.o, ptid.o, buffer.o, linux-osdata.o): New
3899 rules.
3900 * common/gdb_assert.h: New.
3901 * common/gdb_dirent.h: New.
3902 * common/gdb_locale.h: New.
3903 * common/buffer.c: New.
3904 * common/buffer.h: New.
3905 * common/ptid.c: New.
3906 * common/ptid.h: New.
3907 * common/xml-utils.c: New.
3908 * common/xml-utils.h: New.
3909 * common/common-utils.c: New.
3910 * common/common-utils.h: New.
3911 * common/linux-osdata.c: New.
3912 * common/linux-osdata.h: New.
3913 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-osdata.o.
3914 * config/arm/linux.mh (NATDEPFILES): Ditto.
3915 * config/i386/linux.mh (NATDEPFILES): Ditto.
3916 * config/i386/linux64.mh (NATDEPFILES): Ditto.
3917 * config/ia64/linux.mh (NATDEPFILES): Ditto.
3918 * config/m32r/linux.mh (NATDEPFILES): Ditto.
3919 * config/m68k/linux.mh (NATDEPFILES): Ditto.
3920 * config/mips/linux.mh (NATDEPFILES): Ditto.
3921 * config/pa/linux.mh (NATDEPFILES): Ditto.
3922 * config/powerpc/linux.mh (NATDEPFILES): Ditto.
3923 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Ditto.
3924 * config/s390/s390.mh (NATDEPFILES): Ditto.
3925 * config/sparc/linux.mh (NATDEPFILES): Ditto.
3926 * config/sparc/linux64.mh (NATDEPFILES): Ditto.
3927 * config/xtensa/linux.mh (NATDEPFILES): Ditto.
3928
edc84990 39292011-07-21 Matt Rice <ratmice@gmail.com>
3930
3931 * NEWS: Add info macros and info definitions commands.
3932
3a7bf607
PM
39332011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3934
3935 * NEWS: Document Python prompt substitution hook.
3936
9b158ba0 39372011-07-18 Matt Rice <ratmice@gmail.com>
3938
3939 PR macros/12999
3940 * macrotab.h (macro_callback_fn): Add new arguments to callback.
3941 * macrotab.c (foreach_macro): Ditto.
3942 (foreach_macro_in_scope): Ditto.
3943 * macrocmd.c (print_macro_callback): New function.
3944 (info_macro_command): Move some code to print_macro_definition.
3945 (print_macro_definition): New function.
3946 (print_one_macro): Add new arguments to callback.
3947 (info_definitions_command): New function.
3948 (info_macros_command): Ditto.
3949 (_initialize_macrocmd): Add info macros and info definitions commands.
3950 * symtab.c (add_macro_name): Add new arguments to callback.
3951
d17b6f81
PM
39522011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3953 Tom Tromey <tromey@redhat.com>
3954
3955 * top.c (set_prompt): Rewrite to free previous prompt, free
3956 asynch_new_prompt and set both on new prompts.
3957 * event-top.c (display_gdb_prompt): Add prompt substitution
3958 logic.
3959 * python/python.c (before_prompt_hook): New function.
3960
1364323a 39612011-07-20 Matt Rice <ratmice@gmail.com>
3962
3963 * bfin-tdep.c (bfin_extract_return_value): Fix swapped
3964 arguments to store_unsigned_integer.
3965
8b70b953
TT
39662011-07-20 Tom Tromey <tromey@redhat.com>
3967
6c83ed52
TT
3968 * dwarf2read.c (process_enumeration_scope): Do not call new_symbol
3969 in some declaration-only cases.
3970
39712011-07-18 Tom Tromey <tromey@redhat.com>
3972
8b70b953
TT
3973 PR symtab/12984:
3974 * dwarf2read.c (dwarf2_section_info_def): New typedef.
3975 (struct dwarf2_per_objfile) <types>: Change to a VEC.
3976 (struct dwarf2_per_cu_data) <from_debug_types>: Remove.
3977 <debug_type_section>: New field.
3978 (dwarf2_locate_sections): Push .debug_types sections onto VEC.
3979 (load_cu): Use appropriate section.
3980 (create_signatured_type_table_from_index): Add 'section'
3981 argument.
3982 (dwarf2_read_index): Only allow a single .debug_types section.
3983 (dw2_get_file_names): Use appropriate section.
3984 (read_type_comp_unit_head): Add 'section' argument.
3985 (create_debug_types_hash_table): Loop over all .debug_types
3986 sections.
3987 (init_cu_die_reader): Use appropriate section.
3988 (process_psymtab_comp_unit, load_partial_comp_unit)
3989 (load_full_comp_unit, read_die_and_children, find_partial_die)
3990 (lookup_die_type, determine_prefix, follow_die_offset): Update.
3991 (lookup_signatured_type_at_offset): Add 'section' argument.
3992 (read_signatured_type_at_offset): Add 'sect' argument.
3993 (read_signatured_type): Use appropriate section.
3994 (set_die_type, get_die_type_at_offset): Update.
3995 (dwarf2_per_objfile_free): Free all .debug_types sections, and
3996 VEC.
3997 (write_psymtabs_to_index): Don't allow index with more than one
3998 .debug_types section.
3999
918dd910
JK
40002011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4001
4002 Fix crash if referenced CU is aged out.
4003 * dwarf2loc.c (per_cu_dwarf_call): New variable back_to, use to for
4004 xfree of block.data.
4005 (indirect_pieced_value): New variable back_to, use to for xfree of
4006 baton.data.
4007 (dwarf2_compile_expr_to_ax): New variable back_to, use to for xfree of
4008 block.data.
4009 * dwarf2read.c (dwarf2_find_base_address): New prototype.
4010 (load_cu): New function from ...
4011 (dw2_do_instantiate_symtab): ... the code here ...
4012 (process_full_comp_unit): ... and here.
4013 (dwarf2_fetch_die_location_block): Call load_cu first. Call xmemdup on
4014 retval.data.
4015
0e37a63c
JK
40162011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4017
4018 * dwarf2loc.c (indirect_pieced_value): Use check_typedef for VALUE's
4019 type.
4020
7e324e48
GB
40212011-07-19 Gary Benson <gbenson@redhat.com>
4022
4023 * infrun.c (struct execution_control_state): New member
4024 stop_func_filled_in.
4025 (clear_stop_func, fill_in_stop_func): New functions.
4026 (handle_inferior_event): Call clear_stop_func rather than
4027 manipulating the execution control state directly.
4028 Call fill_in_stop_func lazily as required rather than
4029 directly calling find_pc_partial_function in all cases.
4030
d48323d8
TT
40312011-07-18 Tom Tromey <tromey@redhat.com>
4032
4033 * dwarf2read.c (read_subrange_type): Use attr_form_is_block when
4034 checking for variable-sized array.
4035
40591b7d
JCD
40362011-07-18 Jean-Charles Delay <delay@adacore.com>
4037
4038 * varobj.h (varobj_languages): Add vlang_ada definition to the list
4039 of supported languages.
4040 * varobj.c: Add top definitions and basic implementation of the
4041 following callbacks: ada_number_of_children, ada_name_of_variable,
4042 ada_name_of_child, ada_path_expr_of_child, ada_value_of_root,
4043 ada_value_of_child, ada_type_of_child, ada_value_of_variable.
4044 (languages): Register Ada-specific callbacks.
4045 (variable_language): Add the Ada case in the language setter switch.
4046
2e424e08
JK
40472011-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4048
4049 * remote-mips.c (pmon_download): Fix ignored return value GCC warning.
4050
9e8b7a03
JK
40512011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4052
4053 Code cleanup.
4054 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): New.
4055 (execute_stack_op): Use dwarf2_frame_ctx_funcs
4056 * dwarf2expr.c (dwarf_get_base_type): Access get_base_type via funcs.
4057 (execute_stack_op): Access read_reg, get_frame_base, read_mem,
4058 get_frame_cfa, get_tls_address and dwarf_call via funcs.
4059 * dwarf2expr.h (struct dwarf_expr_context): New forward declaration.
4060 (struct dwarf_expr_context_funcs): New, move here methods from ...
4061 (struct dwarf_expr_context): ... here. New fields funcs.
4062 * dwarf2loc.c (dwarf_expr_dwarf_call): Access get_frame_pc via funcs.
4063 (dwarf_expr_ctx_funcs): New.
4064 (dwarf2_evaluate_loc_desc_full): Use dwarf_expr_ctx_funcs.
4065 (needs_frame_dwarf_call): Access get_frame_pc via funcs.
4066 (needs_frame_ctx_funcs): New.
4067 (dwarf2_loc_desc_needs_frame): Use needs_frame_ctx_funcs.
4068
2b1260ab
FM
40692011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
4070
4071 * MAINTAINERS (Write After Approval): Add myself to the list.
4072
8bd90839
FM
40732011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
4074
4075 * dwarf2-frame.c (decode_frame_entry, decode_frame_entry_1): Ensure
4076 that CIE pointer of an FDE really points to a CIE .
4077
953b98d1
HZ
40782011-07-15 Hui Zhu <teawater@gmail.com>
4079
4080 * remote.c (remote_get_trace_status): Add comments.
4081
c8f2448a
JK
40822011-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4083
4084 Code cleanup - constify struct lval_funcs.
4085 * dwarf2loc.c (pieced_value_funcs): Make it const.
4086 * infrun.c (siginfo_value_funcs): Likewise.
4087 * opencl-lang.c (opencl_value_funcs): Likewise.
4088 * valops.c (value_assign, value_ind): Make the funcs variable const.
4089 * value.c (struct value): Make location.computed.funcs target const.
4090 Rearrange the comments.
4091 (allocate_computed_value): Make the funcs parameter target const.
4092 (value_computed_funcs): Return the funcs target const.
4093 (value_free, value_copy, set_value_component_location): Make the funcs
4094 variable const.
4095 * value.h (allocate_computed_value): Make the funcs parameter target
4096 const.
4097 (value_computed_funcs): Return the funcs target const.
4098 * windows-tdep.c (tlb_value_funcs): Make it const.
4099
f652de6f
HZ
41002011-07-14 Hui Zhu <teawater@gmail.com>
4101
4102 * remote.c (remote_get_trace_status): Initialize p.
4103
67f41397
JK
41042011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4105
4106 Work around kgdb.
4107 * remote.c (remote_get_trace_status): New variable ex. Put
4108 remote_get_noisy_reply into TRY_CATCH. Call exception_fprintf for it.
4109
d1b66e6d
TT
41102011-07-13 Tom Tromey <tromey@redhat.com>
4111
4112 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>: Use
4113 value_from_contents for final conversion.
4114
1632a688
JK
41152011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4116
4117 Code cleanup.
4118 * dwarf2loc.c (dwarf_expr_frame_base_1, dwarf2_evaluate_loc_desc_full):
4119 Indent prototypes so they do not get into tags.
4120
a7035dbb
JK
41212011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4122
4123 Code cleanup making also optimized out values lazy.
4124 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
4125 allocate_optimized_out_value. Twice.
4126 (loclist_read_variable) Use allocate_optimized_out_value. Once.
4127 * findvar.c (read_var_value): Likewise.
4128 * value.c (allocate_optimized_out_value): New function.
4129 * value.h (allocate_optimized_out_value): New declaration.
4130
d07ed419
JK
41312011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4132
4133 Fix occasional crash of CTRL-C during DWARF read in.
4134 * dwarf2read.c (dwarf2_mark_helper): Return on NULL CU.
4135
86d31898
TT
41362011-07-11 Tom Tromey <tromey@redhat.com>
4137
4138 * regcache.c (struct regcache_descr): Fix typo.
4139 * i387-tdep.c (i387_supply_xsave): Fix typo.
4140
2ab95328
TT
41412011-07-11 Tom Tromey <tromey@redhat.com>
4142
4143 * dwarf2read.c (handle_DW_AT_stmt_list): New function.
4144 (read_file_scope, read_type_unit_scope): Use it.
4145
04ad99e6
JK
41462011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4147
4148 * dwarf2expr.c (read_sleb128): Fix signed extension overflowing host
4149 `int'.
4150
713389e0
PM
41512011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4152
4153 PR python/12438
4154 * python/python.c: Set gdbpy_should_print_stack default to off.
4155 (set_python): Deprecate maint set python print-stack to
4156 class_deprecate.
4157 (_initialize_python): Deprecate maint set/show python print-stack.
4158 Add new prefix command, python. Add new setting, print-backtrace.
4159 * NEWS: Document set python print-stack. Document default change.
4160
754eadd1
PM
41612011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4162
4163 * python/py-inferior.c (infpy_dealloc): New function.
4164 (inferior_to_inferior_object): Return a new object, or a
4165 new reference to the existing object.
4166 (find_thread_object): Cleanup references to inferior.
4167 (delete_thread_object): Ditto.
4168 * python/py-infthread.c (create_thread_object): Do not increment
4169 inferior reference count.
4170
5e44ecb3
TT
41712011-07-08 Tom Tromey <tromey@redhat.com>
4172
4173 * dwarf2loc.c (locexpr_regname): New function.
4174 (locexpr_describe_location_piece): Use it.
4175 (disassemble_dwarf_expression): Add per_cu argument. Use
4176 locexpr_regname.
4177 <DW_OP_GNU_deref_type, DW_OP_GNU_const_type,
4178 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
4179 New cases.
4180 (locexpr_describe_location_1): Add per_cu argument.
4181 (locexpr_describe_location): Update.
4182 (loclist_describe_location): Update.
4183
e0e9434c
TT
41842011-07-08 Tom Tromey <tromey@redhat.com>
4185
4186 * dwarf2expr.c (execute_stack_op): Add QUIT.
4187
26afc0d7
HZ
41882011-07-07 Hui Zhu <teawater@gmail.com>
4189
4190 Revert:
4191 2011-07-06 Hui Zhu <teawater@gmail.com>
4192 * remote.c (remote_start_remote): Add TRY_CATCH for
4193 remote_get_trace_status.
4194 * tracepoint.c (disconnect_tracing): Ditto.
4195
a40a111f
AB
41962011-07-07 Andrew Burgess <aburgess@broadcom.com>
4197
4198 * cli/cli-setshow.c (do_setshow_command): Display var_zinteger
4199 variables as signed, not unsigned.
4200
e2bd3b15
JB
42012011-07-06 Joel Brobecker <brobecker@adacore.com>
4202
4203 * jit.c (jit_inferior_init): Reformat forward declaration.
4204
e3d961fe 42052011-07-06 Matt Rice <ratmice@gmail.com>
4206
4207 * MAINTAINERS (Write After Approval): Add myself to the list.
4208
0f3428f0
HZ
42092011-07-06 Hui Zhu <teawater@gmail.com>
4210
4211 * remote.c (remote_start_remote): Add TRY_CATCH for
4212 remote_get_trace_status.
4213 * tracepoint.c (disconnect_tracing): Ditto.
4214
fc9f3a69
TT
42152011-07-05 Tom Tromey <tromey@redhat.com>
4216
4217 * symtab.c (operator_chars): Now static.
4218 * linespec.c (operator_chars): Don't declare.
4219
26e519b9
TJB
42202011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4221
4222 * ui-out.h (ui_out_field_core_addr): Fix typo in comment.
4223
eb2a6f42
TT
42242011-07-05 Tom Tromey <tromey@redhat.com>
4225
4226 * gnu-v3-abi.c (gnuv3_rtti_type): Check TYPE_CPLUS_REALLY_JAVA.
4227 * gdbtypes.h (struct cplus_struct_type) <is_java>: New field.
4228 (TYPE_CPLUS_REALLY_JAVA): New macro.
4229 * dwarf2read.c (process_structure_scope): Set
4230 TYPE_CPLUS_REALLY_JAVA.
4231
21083d0f 42322011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
177b42fe
TJB
4233
4234 * ada-lang.c: Fix typos.
4235 * amd64-tdep.c: Likewise.
4236 * breakpoint.c: Likewise.
4237 * cli/cli-decode.c: Likewise.
4238 * findcmd.c: Likewise.
4239 * inline-frame.c: Likewise.
4240 * mi/mi-main.c: Likewise.
4241 * minsyms.c: Likewise.
4242 * monitor.c: Likewise.
4243 * monitor.h: Likewise.
4244 * prologue-value.c: Likewise.
4245 * reverse.c: Likewise.
4246 * s390-tdep.c: Likewise.
4247
3b2a0cf2
JB
42482011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4249
4250 * jit.c (jit_inferior_init): Forward declare.
4251 (jit_breakpoint_re_set_internal): Call jit_inferior_init.
4252
efae1d92
JB
42532011-07-04 Joel Brobecker <brobecker@adacore.com>
4254
4255 * osabi.c (generic_elf_osabi_sniffer): Minor comment reformatting.
4256
6040a59d
JB
42572011-07-04 Tristan Gingold <gingold@adacore.com>
4258
4259 * ada-tasks.c (KNOWN_TASKS_LIST): New macro.
4260 (tcb_fieldno): Add activation_link field.
4261 (get_known_tasks_addr): Moved and rewritten.
4262 (get_tcb_types_info): Set activation_link field.
4263 (read_known_tasks_array): Add parameter. Rewritten.
4264 (read_known_tasks_list): New function.
4265 (read_known_tasks): New function.
4266 (ada_build_task_list): Call read_known_tasks instead of
4267 read_known_tasks_array.
4268 * ravenscar-thread.c: Add first_task_name constant.
4269 (has_ravenscar_runtime): Check for task list too.
4270
cb741e45
JB
42712011-07-04 Tristan Gingold <gingold@adacore.com>
4272
4273 * ada-tasks.c: Renames fieldno to actb_fieldno.
4274 (ada_get_task_number): Indentation.
4275 (get_tcb_types_info): Remove all parameters. Write directly
4276 the globals.
4277 (ptid_from_atcb_common): Adjust.
4278 (read_atcb): Adjust.
4279
7475b06c
TJB
42802011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4281
4282 * symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit.
4283
15230f37
TJB
42842011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4285
4286 * ui-out.c (ui_out_field_core_addr): Mention that the function
4287 description is in the header file.
4288 * ui-out.h (ui_out_field_core_addr): Document function.
4289
65743aba
TJB
42902011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4291
4292 * ui-out.c (ui_out_get_field_separator): Remove unused function.
4293 * ui-out.h (ui_out_get_field_separator): Remove prototype.
4294
c37a5aab
TJB
42952011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4296
4297 * symtab.c (expand_line_sal): Remove empty line.
4298
59adf69e
TS
42992011-07-04 Thomas Schwinge <thomas@schwinge.name>
4300
4301 * osabi.c (generic_elf_osabi_sniffer) <ELFOSABI_GNU>: Handle in the
4302 same way as ELFOSABI_NONE.
4303 <ELFOSABI_LINUX, ELFOSABI_HURD>: Remove cases.
4304
e5dd4106
TJB
43052011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4306
4307 * breakpoint.c: Fix typos in comments.
4308 * linespec.c: Likewise.
4309 * symtab.c: Likewise.
4310
d40102a1
JB
43112011-07-04 Joel Brobecker <brobecker@adacore.com>
4312
4313 * dwarf2-frame.c (dwarf2_build_frame_info): Do not load .eh_frame
4314 section in separate object files.
4315
2f741504
JK
43162011-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4317
4318 Fix false GCC warning.
4319 * linespec.c (decode_line_1): Initialize values.
4320
418c7cf7
JK
43212011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4322
4323 * linespec.c (find_method): Accept the function type automatically only
4324 if it was specified with parameter types.
4325
3d50dd94
JK
43262011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4327
4328 Stop on first linespec terminator instead of eating what we can.
4329 * linespec.c (is_linespec_boundary): New function.
4330 (name_end): Remove function.
4331 (keep_name_info): New parameter on_boundary, replace the body.
4332 (decode_line_1): Provide the parameter to keep_name_info.
4333 (decode_compound): Likewise. Drop the trailing java return type
4334 handling. Twice.
4335
dcf9f4ab
JK
43362011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4337
4338 Fall back linespec to minimal symbols.
4339 * linespec.c (decode_line_1): New variable ex, saved_argptr. Protect
4340 decode_compound by TRY_CATCH, fall back on minsyms if it failed.
4341 (find_method, symbol_found): Change error to cplusplus_error.
4342
3f542ed1
JK
43432011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4344
bc68c4e5 4345 * symtab.c (symbol_find_demangled_name): Remove DMGL_VERBOSE.
3f542ed1 4346
900e11f9
JK
43472011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4348 Tom Tromey <tromey@redhat.com>
4349
4350 * dwarf2read.c (check_physname): New variable.
4351 (dwarf2_physname): Prefer DW_AT_linkage_name over dwarf2_compute_name.
4352 (show_check_physname): New function.
4353 (_initialize_dwarf2_read): Add `check-physname' for check_physname.
4354
2301925d
JB
43552011-07-01 Joel Brobecker <brobecker@adacore.com>
4356
4357 * machoread.c (macho_symfile_read): Delete OBE comment.
4358
38947cca
JB
43592011-07-01 Joel Brobecker <brobecker@adacore.com>
4360
4361 * machoread.c (struct macho_oso_data): Delete.
4362 (current_oso): Delete.
4363 (macho_relocate_common_syms): New function, mostly extracted
4364 out of
4365 (macho_add_oso_symfile): Call macho_relocate_common_syms.
4366 Remove code that sets and unset current_oso.
4367 (macho_symfile_relocate): Delete handling of common symbols,
4368 now moved to macho_relocate_common_syms.
4369
a7aa0d73
JB
43702011-07-01 Joel Brobecker <brobecker@adacore.com>
4371
4372 * darwin-nat.c (darwin_ptrace): Add documentation.
4373 Set errno to zero before calling ptrace. If ptrace returns
4374 -1 and errno is zero, then change then return zero.
4375 (darwin_kill_inferior): Issue a warning instead of triggering
4376 a failed assertion when the PT_KILL ptrace operations returned
4377 nonzero.
4378
5e9bc145
JB
43792011-07-01 Joel Brobecker <brobecker@adacore.com>
4380
4381 * darwin-nat.c (darwin_detach): Call darwin_resume_inferior
4382 only when inf->private->no_ptrace.
4383
00eb2c4a
JB
43842011-07-01 Joel Brobecker <brobecker@adacore.com>
4385
4386 * ada-lang.c (print_it_exception): Print temporary catchpoints
4387 as "Temporary catchpoint".
4388 (print_mention_exception): Likewise.
4389
127c81bc
TT
43902011-07-01 Tom Tromey <tromey@redhat.com>
4391
4392 * jv-lang.c (java_language_defn): Use java_printchar,
4393 java_printstr.
4394 (java_get_encoding): New function.
4395 (java_emit_char): Use generic_emit_char.
4396 (java_printchar): New function.
4397 (java_printstr): Likewise.
4398
25552254
JB
43992011-07-01 Joel Brobecker <brobecker@adacore.com>
4400
4401 * ada-typeprint.c (print_record_type): If unable to decode
4402 the name of the parent type, use the encoded name.
4403
d2d43431
JB
44042011-07-01 Jean-Charles Delay <delay@adacore.com>
4405
4406 * ada-typeprint.c (ada_print_type): Fix both PAD type and
4407 pointer to constrained packed array type output.
4408 * ada-valprint.c (ada_val_print_1): Fix pointer to constrained
4409 packed array output.
4410
54ae186f
JB
44112011-07-01 Jean-Charles Delay <delay@adacore.com>
4412
4413 * ada-typeprint.c (print_array_type): removed if condition on show
4414 being negative for bounds printing.
4415
8f17729f
JB
44162011-07-01 Joel Brobecker <brobecker@adacore.com>
4417
4418 * ada-lang.c (ada_identical_enum_types_p): New function.
4419 (symbols_are_identical_enums): New function.
4420 (remove_extra_symbols): Do nothing if NSYMS < 2.
4421 Use symbols_are_identical_enums.
4422
f5aa6869
JB
44232011-07-01 Joel Brobecker <brobecker@adacore.com>
4424
4425 * ada-valprint.c (ada_value_print): Handle typedefs.
4426
8f465ea7
JB
44272011-07-01 Joel Brobecker <brobecker@adacore.com>
4428
4429 * ada-lang.c (ada_evaluate_subexp): Add missing word in comment.
4430
828292f2
JB
44312011-07-01 Eric Botcazou <ebotcazou@adacore.com>
4432
4433 * ada-lang.c (thin_descriptor_type): Deal with typedefs.
4434 (decode_constrained_packed_array): Likewise.
4435 (ada_evaluate_subexp) <TERNOP_SLICE>: Likewise.
4436
18920c42
JB
44372011-07-01 Joel Brobecker <brobecker@adacore.com>
4438
4439 * ada-exp.y (convert_char_literal): Handle typedef types.
4440
c90092fe
JB
44412011-07-01 Joel Brobecker <brobecker@adacore.com>
4442
4443 * ada-lang.c (ada_remove_trailing_digits): Expand documentation.
4444
f748fb40
TT
44452011-06-30 Tom Tromey <tromey@redhat.com>
4446
4447 * varobj.c (varobj_create): Call do_cleanups on early exit path.
4448 * valops.c (find_overload_match): Call do_cleanups on early exit
4449 path.
4450 * solib.c (solib_find): Call do_cleanups on early exit path.
4451
3bb47e8b
TT
44522011-06-30 Tom Tromey <tromey@redhat.com>
4453
4454 * symfile-mem.c (symbol_file_add_from_memory): Call do_cleanups.
4455 * solib-svr4.c (open_symbol_file_object): Call do_cleanups on all
4456 return paths. Defer final do_cleanups until last return.
4457 * arm-tdep.c (arm_exidx_new_objfile): Make null cleanup after
4458 early return.
4459
4727bad3
TT
44602011-06-30 Tom Tromey <tromey@redhat.com>
4461
4462 * Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
4463
bb361dbf
AB
44642011-06-30 Andrew Burgess <aburgess@broadcom.com>
4465
4466 * MAINTAINERS (Write After Approval): Add myself to the list.
4467
e0d00bc7
JK
44682011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4469
4470 Disable epilogue unwinders on recent GCCs.
4471 * amd64-tdep.c (amd64_in_function_epilogue_p): New variable symtab,
4472 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
4473 * dwarf2read.c (process_full_comp_unit): Initialize
4474 EPILOGUE_UNWIND_VALID.
4475 * i386-tdep.c (i386_in_function_epilogue_p): New variable symtab,
4476 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
4477 * symtab.h (struct symtab): New field epilogue_unwind_valid.
4478
4632c0d0
JK
44792011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4480
4481 Code cleanup - reformatting.
4482 * dwarf2read.c (producer_is_gcc_ge_4_0): Rename to ...
4483 (producer_is_gcc_ge_4): ... here, change the return value.
4484 (process_full_comp_unit): New variable gcc_4_minor, adjust the value
4485 interpretation.
4486
32019081
JK
44872011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4488
4489 Fix non-only rename list for Fortran modules import.
4490 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Adjust the
4491 cp_add_using_directive caller.
4492 (cp_add_using_directive): New parameter excludes, describe it. New
4493 variables ix and param. Compare if also excludes match. Allocate NEW
4494 with variable size, initialize EXCLUDES there.
4495 (cp_lookup_symbol_imports): New variable excludep, test
4496 current->EXCLUDES with it.
4497 * cp-support.h: Include vec.h.
4498 (struct using_direct): New field excludes, describe it.
4499 (DEF_VEC_P (const_char_ptr)): New.
4500 (cp_add_using_directive): New parameter excludes.
4501 * defs.h (const_char_ptr): New typedef.
4502 * dwarf2read.c (read_import_statement): New variables child_die,
4503 excludes and cleanups, read in excludes.
4504 (read_namespace): Adjust the cp_add_using_directive caller.
4505
70c622a3
JK
45062011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4507
4508 Code cleanup.
4509 * cp-namespace.c (cp_add_using_directive): Turn positive comparison to
4510 negative comparisons.
4511
39c4d40a
TT
45122011-06-29 André Pönitz <andre.poenitz@nokia.com>
4513
4514 * mi/mi-main.c (mi_cmd_list_features): Emit
4515 breakpoint-notifications.
4516
3b2b8fea
TT
45172011-06-29 Tom Tromey <tromey@redhat.com>
4518
4519 PR fortran/10036:
4520 * valprint.h (generic_emit_char, generic_printstr): Declare.
4521 * valprint.c (wchar_printable, append_string_as_wide)
4522 (print_wchar): Move from c-lang.c.
4523 (generic_emit_char): New function; mostly taken from c_emit_char.
4524 (generic_printstr): New function; mostly taken from c_printstr.
4525 * f-valprint.c (f_val_print) <TYPE_CODE_ARRAY>: Handle strings
4526 represented as arrays.
4527 <TYPE_CODE_CHAR>: Treat as TYPE_CODE_INT; recognize as character
4528 type.
4529 * f-typeprint.c (f_type_print_base) <TYPE_CODE_CHAR>: Treat
4530 identically to TYPE_CODE_INT.
4531 * f-lang.c (f_get_encoding): New function.
4532 (f_emit_char): Use generic_emit_char.
4533 (f_printchar): Replace comment.
4534 (f_printstr): Use generic_printstr.
4535 * dwarf2read.c (read_base_type) <DW_ATE_unsigned>: Handle Fortran
4536 "character" types specially.
4537 <DW_ATE_signed_char, DW_ATE_unsigned_char>: Make TYPE_CODE_CHAR
4538 for Fortran.
4539 * c-lang.c (wchar_printable, append_string_as_wide, print_wchar):
4540 Move to valprint.c
4541 (c_emit_char): Call generic_emit_char.
4542 (c_printstr): Call generic_printstr.
4543
168e6d44
GB
45442011-06-29 Gary Benson <gbenson@redhat.com>
4545
4546 * breakpoint.c (bpstat_what): Removed duplicated case.
4547
1c033f8c
TT
45482011-06-28 Tom Tromey <tromey@redhat.com>
4549
4550 * python/python-internal.h (PY_SSIZE_T_CLEAN): Define.
4551
5fe41fbf
TT
45522011-06-27 Tom Tromey <tromey@redhat.com>
4553
4554 * valops.c (find_overload_match): Call do_cleanups before early
4555 return.
4556 * top.c (execute_command): Call do_cleanups before early return.
4557 (command_loop): Likewise.
4558 * stack.c (backtrace_command): Make a null cleanup early. Don't
4559 conditionally call do_cleanups.
4560 * python/py-value.c (TRY_CATCH): Move cleanup handling into
4561 TRY_CATCH.
4562 * python/py-breakpoint.c (gdbpy_breakpoint_has_py_cond): Rearrange
4563 so cleanups are always run.
4564 * mi/mi-cmd-var.c (mi_cmd_var_delete): Reset old_cleanups.
4565 * findcmd.c (parse_find_args): Call do_cleanups on early return
4566 path.
4567 * dbxread.c (elfstab_build_psymtabs): Make a null cleanup early.
4568 Don't conditionally call do_cleanups.
4569 * cli/cli-script.c (execute_user_command): Initialize 'old_chain'
4570 later.
4571
e26bd57d
EB
45722011-06-27 Eric Botcazou <ebotcazou@adacore.com>
4573
4574 * MAINTAINERS (Write After Approval): Use default email address.
4575
6c3097fc
JB
45762011-06-27 Joel Brobecker <brobecker@adacore.com>
4577
4578 * MAINTAINERS (Write After Approval): Add Eric Botcazou.
4579
369c397b
JB
45802011-06-27 Eric Botcazou <ebotcazou@adacore.com>
4581
4582 * sparc-tdep.h (struct sparc_frame_cache): Add frame_offset,
4583 saved_regs_mask and copied_regs_mask fields.
4584 (sparc_record_save_insn): New prototype.
4585 * sparc-tdep.c (sparc_alloc_frame_cache): Initialize the new fields.
4586 (sparc_record_save_insn): New function.
4587 (sparc_analyze_prologue): Add head comment. Recognize store insns
4588 of call-saved registers. Use OFFSET consistently. Recognize flat
4589 frames and cache their settings.
4590 (sparc32_skip_prologue): Handle flat frames.
4591 (sparc_frame_cache): Add frame_offset to the base address.
4592 (sparc32_frame_cache): Adjust to new frame description.
4593 (sparc32_frame_prev_register): Likewise.
4594 * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
4595 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
4596 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
4597 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Force the
4598 frame by calling sparc_record_save_insn.
4599 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
4600 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
4601 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
4602
b315ab21
TG
46032011-06-27 Tristan Gingold <gingold@adacore.com>
4604
4605 * dwarf2read.c (struct dwarf2_section_info): Replace was_mmapped
4606 field by map_addr and map_len.
4607 (dwarf2_read_section): Adjust for the new bfd_mmap api.
4608 (munmap_section_buffer): Likewise.
4609
ddd49eee
TT
46102011-06-24 Tom Tromey <tromey@redhat.com>
4611
4612 * varobj.c (update_dynamic_varobj_children): Make 'name' const.
4613 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
4614 * python/python.c (gdbpy_parameter): Make 'arg' const.
4615 (execute_gdb_command): Likewise.
4616 (gdbpy_decode_line): Likewise. Copy it.
4617 (gdbpy_parse_and_eval): Make 'expr_string' const. Copy it.
4618 (gdbpy_write): Make 'arg' const.
4619 * python/py-type.c (typy_lookup_typename): Make 'type_name'
4620 const.
4621 (gdbpy_lookup_type): Likewise.
4622 * python/py-prettyprint.c (print_children): Make 'name' const.
4623 * python/py-param.c (parmpy_init): Make 'name' const. Copy it.
4624 * python/py-inferior.c (infpy_write_memory): Make 'buf_len' a
4625 Py_ssize_t.
4626 * python/py-function.c (fnpy_init): Make 'name' const.
4627 * python/py-cmd.c (cmdpy_init): Make 'name' const. Copy it.
4628 (gdbpy_string_to_argv): Make 'input' const.
4629 * python/py-breakpoint.c (bppy_init): Make 'spec' const. Copy
4630 it.
4631 * gdbtypes.h (lookup_typename): Update.
4632 * gdbtypes.c (lookup_typename): Make 'name' const.
4633 (lookup_struct): Likewise.
4634 (lookup_union): Likewise.
4635 (lookup_enum): Likewise.
4636
5998129b
TT
46372011-06-24 Tom Tromey <tromey@redhat.com>
4638
4639 * Makefile.in (HFILES_NO_SRCDIR): Add "common/" to
4640 gdb_thread_db.h. Move all common/ entries to be together.
4641 (TAGS): Don't depend on DEPFILES.
4642
6e586cc5
YQ
46432011-06-23 Yao Qi <yao@codesourcery.com>
4644
4645 * infrun.c (start_remote): Move call init_wait_for_inferior to ...
4646 * remote.c (remote_start_remote): ... here.
4647 * monitor.c (monitor_open): ... here.
4648
86c3c1fc
AB
46492011-06-23 Andrew Burgess <aburgess@broadcom.com>
4650
4651 * gdbtypes.c (append_composite_type_field_aligned): Fix
4652 calculation of bit position based on alignment.
4653
28010a5d
PA
46542011-06-22 Pedro Alves <pedro@codesourcery.com>
4655
4656 * breakpoint.c (bpstat_stop_status): Call the check_status
4657 breakpoint_ops method.
4658 (print_one_breakpoint_location): Also print the condition for Ada
4659 exception catchpoints.
4660 (allocate_bp_location): New, factored out from
4661 allocate_bp_location.
4662 (allocate_bp_location): Adjust. Call the owner breakpoint's
4663 allocate_location method, if there is one.
4664 (free_bp_location): Call the locations's dtor method, if there is
4665 one.
4666 (init_raw_breakpoint_without_location): New breakpoint_ops
4667 parameter. Use it.
4668 (set_raw_breakpoint_without_location): Adjust.
4669 (init_raw_breakpoint): New breakpoint_ops parameter. Pass it down.
4670 (set_raw_breakpoint): Adjust.
4671 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
4672 (catch_syscall_breakpoint_ops): Install NULL allocate_location,
4673 re_set and check_status methods.
4674 (init_catchpoint): Don't memset, initialize thread, addr_string
4675 and enable_state. Pass the ops down to init_raw_breakpoint.
4676 (install_catchpoint): Rename to ...
4677 (install_breakpoint): ... this, and make extern.
4678 (create_fork_vfork_event_catchpoint): Adjust.
4679 (catch_exec_breakpoint_ops): Install NULL allocate_location,
4680 re_set and check_status methods.
4681 (create_syscall_event_catchpoint): Adjust.
4682 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
4683 (masked_watchpoint_breakpoint_ops): Install NULL
4684 allocate_location, re_set and check_status methods.
4685 (catch_exec_command_1): Adjust.
4686 (gnu_v3_exception_catchpoint_ops): Install NULL allocate_location,
4687 re_set and check_status methods.
4688 (create_ada_exception_breakpoint): Rename to ...
4689 (init_ada_exception_breakpoint): ... this. Add a struct
4690 breakpoint parameter, and delete the exp_string, cond_string and
4691 cond parameters. Use init_raw_breakpoint, and don't install or
4692 mention the breakpoint yet. Don't clear breakpoint fields that
4693 init_raw_breakpoint already clears.
4694 (re_set_breakpoint): Delete, split into ...
4695 (breakpoint_re_set_default, prepare_re_set_context): ... these new
4696 functions.
4697 (breakpoint_re_set_one): Call the breakpoint's
4698 breakpoint_ops->re_set implementation, if there's one. Adjust.
4699 * breakpoint.h: Forward declare struct bpstats and struct bp_location.
4700 (struct bp_location_ops): New type.
4701 (struct bp_location): New field `ops'.
4702 (struct breakpoint_ops): New `allocate_location', `re_set' and
4703 `check_status' fields. Make `breakpoint_hit''s description match
4704 reality.
4705 (init_bp_location): Declare.
4706 (breakpoint_re_set_default): Declare.
4707 (create_ada_exception_breakpoint): Rename to ...
4708 (init_ada_exception_breakpoint): ... this. Add a struct
4709 breakpoint parameter, and delete the exp_string, cond_string and
4710 cond parameters.
4711 (install_breakpoint): Declare.
4712 * ada-lang.c: Include exceptions.h.
4713 <Ada exceptions description>: Update.
4714 (struct ada_catchpoint_location): New type.
4715 (ada_catchpoint_location_dtor): New function.
4716 (ada_catchpoint_location_ops): New global.
4717 (ada_catchpoint): New type.
4718 (create_excep_cond_exprs): New function.
4719 (dtor_exception, allocate_location_exception, re_set_exception)
4720 (should_stop_exception, check_status_exception): New functions.
4721 (print_one_exception, print_mention_exception)
4722 (print_recreate_exception): Adjust.
4723 (dtor_catch_exception, allocate_location_catch_exception)
4724 (re_set_catch_exception, check_status_catch_exception): New
4725 functions.
4726 (catch_exception_breakpoint_ops): Install them.
4727 (dtor_catch_exception_unhandled)
4728 (allocate_location_catch_exception_unhandled)
4729 (re_set_catch_exception_unhandled)
4730 (check_status_catch_exception_unhandled): New functions.
4731 (catch_exception_unhandled_breakpoint_ops): Install them.
4732 (dtor_catch_assert, allocate_location_catch_assert)
4733 (re_set_catch_assert, check_status_catch_assert): New functions.
4734 (catch_assert_breakpoint_ops): Install them.
4735 (ada_exception_catchpoint_p): Delete.
4736 (catch_ada_exception_command_split)
4737 (ada_exception_catchpoint_cond_string): Rename exp_string
4738 parameter to excep_string. Adjust.
4739 (ada_parse_catchpoint_condition): Delete.
4740 (ada_exception_sal): Rename the exp_string parameter to
4741 excep_string. Delete the cond_string and cond parameters.
4742 Adjust.
4743 (ada_decode_exception_location): Rename the exp_string parameter
4744 to excep_string. Delete the cond_string and cond parameters.
4745 Adjust.
4746 (create_ada_exception_catchpoint): New function.
4747 (catch_ada_exception_command, ada_decode_assert_location)
4748 (catch_assert_command): Adjust.
4749 * ada-lang.h (ada_exception_catchpoint_p): Delete declaration.
4750
9ac4176b
PA
47512011-06-22 Pedro Alves <pedro@codesourcery.com>
4752
4753 * ada-lang.c: Include arch-utils.h.
4754 (ada_decode_exception_location): Make static.
4755 (catch_ada_exception_command): Moved here from breakpoint.c.
4756 (ada_decode_assert_location): Make static.
4757 (catch_assert_command): Moved here from breakpoint.c.
4758 (_initialize_ada_lang): Install the exception and assert
4759 catchpoint commands here.
4760 * ada-lang.h (ada_decode_exception_location)
4761 (ada_decode_assert_location): Delete declarations.
4762 * breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): Moved to
4763 breakpoint.h.
4764 (create_ada_exception_breakpoint): Make extern.
4765 (catch_ada_exception_command, catch_assert_command): Moved to
4766 ada-lang.c.
4767 (add_catch_command): Make extern.
4768 (_initilize_breakpoint): Don't install the exception and assert
4769 catchpoint commands here.
4770 * breakpoint.h (CATCH_PERMANENT, CATCH_TEMPORARY): Moved from
4771 breakpoint.c
4772 (add_catch_command, create_ada_exception_breakpoint): Declare.
4773
c56053d2
PA
47742011-06-22 Pedro Alves <pedro@codesourcery.com>
4775
4776 * breakpoint.c (init_raw_breakpoint_without_location): Don't add
4777 the breakpoint to the breakpoint chain here.
4778 (set_raw_breakpoint_without_location): Add the breakpoint to the
4779 breakpoint chain here.
4780 (init_raw_breakpoint): Adjust comments.
4781 (set_raw_breakpoint): Add the breakpoint to the breakpoint chain
4782 here.
4783 (init_catchpoint): Don't set the catchpoint's breakpoint number
4784 here.
4785 (install_catchpoint): New function.
4786 (create_fork_vfork_event_catchpoint)
4787 (create_syscall_event_catchpoint, catch_exec_command_1): Adjust to
4788 use install_catchpoint.
4789
d2f3fc74
PA
47902011-06-22 Pedro Alves <pedro@codesourcery.com>
4791
4792 * breakpoint.c (create_catchpoint_without_mention)
4793 (create_catchpoint): Delete.
4794
b4d90040
PA
47952011-06-22 Pedro Alves <pedro@codesourcery.com>
4796
4797 * breakpoint.h (struct breakpoint): Delete field `exec_pathname'.
4798 * breakpoint.c (init_raw_breakpoint_without_location): Remove
4799 reference to exec_pathname.
4800 (struct exec_catchpoint): New type.
4801 (dtor_catch_exec): New function.
4802 (insert_catch_exec, print_it_catch_exec, print_one_catch_exec): Adjust.
4803 (catch_exec_breakpoint_ops): Install dtor_catch_syscall.
4804 (catch_exec_command_1): Adjust to use init_catchpoint.
4805 (delete_breakpoint): Remove reference to exec_pathname.
4806
be5c67c1
PA
48072011-06-22 Pedro Alves <pedro@codesourcery.com>
4808
4809 * breakpoint.h (struct breakpoint_ops): New field `dtor'.
4810 (struct breakpoint): Delete field `syscalls_to_be_caught'.
4811 * breakpoint.c (init_raw_breakpoint_without_location): Remove
4812 reference to syscalls_to_be_caught.
4813 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops): Install a
4814 NULL `dtor'.
4815 (struct syscall_catchpoint): New type.
4816 (dtor_catch_syscall): New function.
4817 (insert_catch_syscall, remove_catch_syscall)
4818 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
4819 (print_recreate_catch_syscall): Adjust.
4820 (catch_syscall_breakpoint_ops): Install dtor_catch_syscall.
4821 (catch_exec_breakpoint_ops): Install a NULL `dtor'.
4822 (create_syscall_event_catchpoint): Adjust to use init_catchpoint.
4823 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
4824 (masked_watchpoint_breakpoint_ops)
4825 (gnu_v3_exception_catchpoint_ops): Install a NULL `dtor'.
4826 (delete_breakpoint): Call the `dtor' breakpoint_ops method, if
4827 there is one. Remove references to syscalls_to_be_caught.
4828 (catching_syscall_number): Adjust.
4829 * ada-lang.c (catch_exception_breakpoint_ops)
4830 (catch_exception_unhandled_breakpoint_ops)
4831 (catch_assert_breakpoint_ops): Install a NULL `dtor'.
4832
e29a4733
PA
48332011-06-22 Pedro Alves <pedro@codesourcery.com>
4834
4835 * breakpoint.h (struct breakpoint): Delete forked_inferior_pid
4836 field.
4837 * breakpoint.c (init_raw_breakpoint_without_location): Remove
4838 reference to forked_inferior_pid.
4839 (struct fork_catchpoint): New type.
4840 (breakpoint_hit_catch_fork, print_it_catch_fork)
4841 (print_one_catch_fork, breakpoint_hit_catch_vfork)
4842 (print_it_catch_vfork, print_one_catch_vfork): Adjust.
4843 (create_fork_vfork_event_catchpoint): Adjust to use
4844 init_catchpoint.
4845
346774a9
PA
48462011-06-22 Pedro Alves <pedro@codesourcery.com>
4847
4848 * breakpoint.c (add_to_breakpoint_chain)
4849 (init_raw_breakpoint_without_location): New functions, factored
4850 out from ...
4851 (set_raw_breakpoint_without_location): ... this one.
4852 (init_raw_breakpoint): New function, factored out from
4853 set_raw_breakpoint and adjusted to use
4854 init_raw_breakpoint_without_location.
4855 (set_raw_breakpoint): Adjust.
4856 (init_catchpoint): New function, factored out from
4857 create_catchpoint_without_mention and adjusted to use
4858 init_raw_breakpoint.
4859 (create_catchpoint_without_mention): Adjust.
4860
c38c4bc5
TT
48612011-06-22 Tom Tromey <tromey@redhat.com>
4862
4863 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_convert>: Treat type
4864 argument of 0 specially.
4865
b138ce37
YQ
48662011-06-22 Yao Qi <yao@codesourcery.com>
4867
4868 * infrun.c (handle_inferior_event): Remove write-only local variable
4869 `sw_single_step_trap_p'.
4870
03de6823
TT
48712011-06-20 Tom Tromey <tromey@redhat.com>
4872
4873 * symtab.c (lookup_language_this): End loop if block is NULL.
4874
66a17cb6
TT
48752011-06-17 Tom Tromey <tromey@redhat.com>
4876
4877 * valops.c (value_of_this): Use lookup_language_this.
4878 * symtab.h (lookup_language_this): Declare.
4879 * symtab.c (lookup_language_this): New function.
4880 (lookup_symbol_aux): Use lookup_language_this.
4881 * ax-gdb.c (gen_expr) <OP_THIS>: Use lookup_language_this.
4882
7518bff5
TT
48832011-06-17 Tom Tromey <tromey@redhat.com>
4884
4885 * value.h (value_of_this): Update.
4886 (value_of_local): Remove.
4887 * valops.c (value_of_this): Rename from value_of_local. Change
4888 parameters.
4889 * p-exp.y (exp): Update.
4890 (variable): Likewise.
4891 * eval.c (evaluate_subexp_standard) <OP_THIS>: Use value_of_this.
4892
aee28ec6
TT
48932011-06-17 Tom Tromey <tromey@redhat.com>
4894
4895 * valops.c (value_of_local): Complain if NAME is NULL.
4896 * std-operator.def (OP_OBJC_SELF): Remove.
4897 * parse.c (operator_length_standard) <OP_OBJC_SELF>: Remove.
4898 * objc-exp.y (name_not_typename): Use OP_THIS.
4899 * expprint.c (print_subexp_standard) <OP_THIS>: Print language's
4900 name for "this".
4901 <OP_OBJC_SELF>: Remove.
4902 * eval.c (evaluate_subexp_standard) <OP_OBJC_SELF>: Remove.
4903
eed8f803
TG
49042011-06-16 Tristan Gingold <gingold@adacore.com>
4905
4906 * python/py-events.h (gdb_py_events): Make it extern.
4907 * python/py-evtregistry.c (gdb_py_events): Declare.
4908
864ac8a7
HZ
49092011-06-16 Hui Zhu <teawater@gmail.com>
4910
4911 * remote.c (remote_trace_set_readonly_regions): Add check for
4912 remote_protocol_packets[PACKET_qXfer_traceframe_info].support before
4913 output warning.
4914
ef7e8358
UW
49152011-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
4916
4917 * arm-linux-tdep.c: Include "auxv.h".
4918 (AT_HWCAP): Define.
4919 (ARM_LINUX_SIZEOF_VFP): Define.
4920 (arm_linux_supply_vfp): New function.
4921 (arm_linux_collect_vfp): Likewise.
4922 (arm_linux_regset_from_core_section): Handle .reg-arm-vfp sections.
4923 (arm_linux_fpa_regset_sections): New variable.
4924 (arm_linux_vfp_regset_sections): Likewise.
4925 (arm_linux_core_read_description): New function.
4926 (arm_linux_init_abi): Install arm_linux_core_read_description and
4927 arm_linux_fpa_regset_sections or arm_linux_vfp_regset_sections as
4928 appropriate for the architecture.
4929 * arm-tdep.h (struct gdbarch_tdep): Add member "vfpregset".
4930 (tdesc_arm_with_m): Declare.
4931 (tdesc_arm_with_iwmmxt): Likewise.
4932 (tdesc_arm_with_vfpv2): Likewise.
4933 (tdesc_arm_with_vfpv3): Likewise.
4934 (tdesc_arm_with_neon): Likewise.
4935 * arm-linux-nat.c: Move features/*.c includes ...
4936 * arm-tdep.c: ... here.
4937 * arm-linux-nat.c (arm_linux_read_description): Move initializing
4938 target description data structures ...
4939 * arm-tdep.c (_initialize_arm_tdep): ... here.
4940 * arm-linux-nat.c (HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3,
4941 HWCAP_VFPv3D16): Move definitions ...
4942 * arm-linux-tdep.h: ... here.
4943
c2fa21f1
HZ
49442011-06-15 Hui Zhu <teawater@gmail.com>
4945
4946 * remote.c (remote_trace_set_readonly_regions): Add a check for
4947 target_buf_size.
4948
dd707e8e
TT
49492011-06-14 Tom Tromey <tromey@redhat.com>
4950
4951 * coffread.c (coffread_objfile): Rename from current_objfile.
4952 * dbxread.c (dbxread_objfile): Rename from current_objfile.
4953 * mdebugread.c (mdebugread_objfile): Rename from current_objfile.
4954
86cc0029
TT
49552011-06-14 Tom Tromey <tromey@redhat.com>
4956
4957 * jv-lang.c (jv_type_objfile_data_key, dynamics_objfile)
4958 (class_symtab): Remove.
4959 (jv_dynamics_progspace_key): New global.
4960 (jv_per_objfile_free): Reset program space data. Update assert.
4961 Don't clear globals.
4962 (get_dynamics_objfile): Use and set program space data.
4963 (get_java_class_symtab): Use get_dynamics_objfile.
4964 (add_class_symbol): Likewise.
4965 (java_link_class_type): Likewise.
4966 (java_object_type, jv_clear_object_type, set_java_object_type):
4967 Remove.
4968 (get_java_object_type): Update. Don't cache result.
4969 (is_object_type): Don't call set_java_object_type.
4970 (_initialize_java_language): Don't set jv_type_objfile_data_key;
4971 initialize jv_dynamics_progspace_key.
4972
91a81f69
TT
49732011-06-14 Tom Tromey <tromey@redhat.com>
4974
4975 * symtab.h (current_objfile): Don't declare.
4976 * objfiles.h (current_objfile): Don't declare.
4977 * objfiles.c (current_objfile): Remove.
4978 * mdebugread.c (current_objfile): New file-scope global.
4979 * dbxread.c (current_objfile): New file-scope global.
4980 * coffread.c (current_objfile): New file-scope global.
4981
dc7eb48e
PA
49822011-06-13 Pedro Alves <pedro@codesourcery.com>
4983
4984 * top.h (line): Rename to ...
4985 (saved_command_line): ... this.
4986 (linesize): Rename to ...
4987 (saved_command_line_size): ... this.
4988 * top.c (line): Rename to ...
4989 (saved_command_line): ... this.
4990 (linesize): Rename to ...
4991 (saved_command_line_size): ... this.
4992 (dont_repeat, command_line_input, dont_repeat_command): Adjust.
4993 * event-top.c (command_line_handler): Adjust.
4994 * main.c (captured_main): Adjust.
4995
0d6c2135
MK
49962011-06-12 Mark Kettenis <kettenis@gnu.org>
4997
4998 * i386-tdep.c (i386_epilogue_frame_cache): Simplify code. Call
4999 get_frame_func instead of get_frame_pc to determine the code
5000 address used to construct the frame ID.
5001 (i386_epilogue_frame_unwind_stop_reason): Fix coding style.
5002 (i386_epilogue_frame_this_id): Likewise.
5003 (i386_epilogue_frame_prev_register): New function.
5004 (i386_epilogue_frame_unwind): Use i386_epilogue_frame_prev_register.
5005 (i386_stack_tramp_frame_sniffer): Fix coding style.
5006 (i386_stack_tramp_frame_unwind): Use i386_epilogue_frame_prev_register.
5007 (i386_gdbarch_init): Fix comments.
5008
8bbdd3f4
MK
50092011-06-12 Mark Kettenis <kettenis@gnu.org>
5010
5011 * i386-tdep.c (i386_match_insn_block): Use length of the proper
5012 instruction when walking back through the instruction stream.
5013
533a737e
JK
50142011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5015
5016 * symtab.c (output_partial_symbol_filename): Exchange the filename and
5017 fullname parameters order.
5018
44b13c5a
JK
50192011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5020
5021 Code cleanup.
5022 * dwarf2read.c (dw2_map_symbol_filenames): Use symbol_filename_ftype
5023 for fun.
5024 * psymtab.c (map_symbol_filenames_psymtab)
5025 (map_partial_symbol_filenames): Likewise.
5026 * psymtab.h: Include symfile.h.
5027 (map_partial_symbol_filenames): Use symbol_filename_ftype for fun.
5028 * symfile.h (symbol_filename_ftype): New.
5029 (struct quick_symbol_functions): Use symbol_filename_ftype for fun of
5030 map_symbol_filenames, clarify more the naming in comment.
5031
0b5574da
DE
50322011-06-07 Doug Evans <dje@google.com>
5033
5034 * cc-with-index.sh: Fix typos in comment.
b8e9bd6c 5035 Look for ../../gdb, for fullname.exp.
0b5574da 5036
5be4dfca
JK
50372011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5038 Pedro Alves <pedro@codesourcery.com>
5039
5040 * cli/cli-cmds.c (shell_escape): Use waitpid.
5041 * rs6000-nat.c (exec_one_dummy_insn): Likewise.
5042
316a8b21
TG
50432011-06-07 Tristan Gingold <gingold@adacore.com>
5044
5045 * xcoffread.c (dwarf2_xcoff_names): New variable.
5046 (aix_process_linenos): Add a guard.
5047 (xcoff_symfile_finish): Free dwarf2.
5048 (xcoff_initial_scan): Add dwarf2 support.
5049
3dd5b83d
PA
50502011-06-06 Pedro Alves <pedro@codesourcery.com>
5051
5052 * infcall.c (run_inferior_call): Don't mask async. Instead force
5053 a synchronous wait, if the target can async.
5054
5055 * target.h (struct target_ops): Delete to_async_mask.
5056 (target_async_mask): Delete.
5057 * target.c (update_current_target): Delete references to to_async_mask.
5058 * linux-nat.c (linux_nat_async_mask_value): Delete.
5059 (linux_nat_is_async_p, linux_nat_can_async_p): Remove references
5060 to linux_nat_async_mask_value.
5061 (linux_nat_async_mask): Delete.
5062 (linux_nat_async, linux_nat_close): Remove references to
5063 linux_nat_async_mask_value.
5064 * record.c (record_async_mask_value): Delete.
5065 (record_async): Remove references to record_async_mask_value.
5066 (record_async_mask): Delete.
5067 (record_can_async_p, record_is_async_p): Remove references to
5068 record_async_mask_value.
5069 (init_record_ops, init_record_core_ops): Remove references to
5070 record_async_mask.
5071 * remote.c (remote_async_mask_value): Delete.
5072 (init_remote_ops): Remove reference to remote_async_mask.
5073 (remote_can_async_p, remote_is_async_p): Remove references to
5074 remote_async_mask_value.
5075 (remote_async): Remove references to remote_async_mask_value.
5076 (remote_async_mask): Delete.
5077
5078 * infrun.c (fetch_inferior_event): Don't claim registers changed
5079 if the current thread is already not executing.
5080
64b9b334
JB
50812011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
5082
5083 From Stephen Kitt <steve@sk2.org>
5084 * breakpoint.c, breakpoint.h, cli/cli-dump.c, dwarf2expr.c,
5085 gdbarch.c, gdbarch.sh, remote.c: Various spelling fixes.
5086
325663dc
JB
50872011-06-03 Joel Brobecker <brobecker@adacore.com>
5088
5089 * dwarf2expr.c (execute_stack_op) [DW_OP_deref]: Handle
5090 the case where ADDR_SIZE is different from TYPE_LENGTH (type).
5091
8cf64490
TT
50922011-06-03 Tom Tromey <tromey@redhat.com>
5093
5094 * python/py-inferior.c (python_inferior_exit): Use inferior's exit
5095 code fields.
5096 * python/py-exitedevent.c (create_exited_event_object): Change
5097 type of 'exit_code'. Optionally add exit_code attribute.
5098 (emit_exited_event): Change type of 'exit_code'.
5099 * python/py-event.h (emit_exited_event): Update.
5100 * mi/mi-interp.c (mi_inferior_exit): Print exit code.
5101 * infrun.c (handle_inferior_event): Set exit code fields on
5102 inferior.
5103 * inferior.h (struct inferior) <has_exit_code, exit_code>: New
5104 fields.
5105 * inferior.c (exit_inferior_1): Initialize new fields.
5106
8ddd9a20
TT
51072011-06-03 Tom Tromey <tromey@redhat.com>
5108
5109 * dwarf2expr.c (get_signed_type): New function.
5110 (execute_stack_op) <DW_OP_shra>: Always perform a signed shift.
5111
8dfd1e6d
KS
51122011-06-02 Keith Seitz <keiths@redhat.com>
5113
5114 * objc-lang.c (find_methods): Increment objfile_csym earlier.
5115
65fdb766
PA
51162011-06-02 Pedro Alves <pedro@codesourcery.com>
5117
5118 * top.h (simplified_command_loop): Delete declaration.
5119
f4b8c29b
MF
51202011-06-01 Mike Frysinger <vapier@gentoo.org>
5121
5122 * remote-sim.c (gdbsim_open): Add the strlen of " --sysroot=" and
5123 gdb_sysroot to the "len" variable. Append both to "arg_buf".
5124
1706c199
YQ
51252011-06-01 Yao Qi <yao@codesourcery.com>
5126
5127 * objfiles.h (obj_section_addr): Update reference to objfile from
5128 `abfd' to `obfd'.
5129 (obj_section_endaddr): Likewise.
5130
d19cd713 51312011-06-01 Daniel Jacobowitz <drow@false.org>
8d07004d
DJ
5132
5133 * MAINTAINERS: Update my email address and affiliation. Also
5134 update Ian Lance Taylor's affiliation. Use UTF-8 for ludo@gnu.org.
5135
e8eb7bc5
KS
51362010-05-31 Keith Seitz <keiths@redhat.com>
5137
5138 PR c++/12750
5139 * linespec.c (get_search_block): New function.
5140 (find_methods): Add FILE_SYMTATB parameter and use it and
5141 get_search_block to pass an appropriate block to
5142 lookup_symbol_in_namespace.
5143 (decode_line_1): Record if *ARGPTR is single-quote enclosed.
5144 Check if *ARGPTR starts with a filename first.
5145 If it does, call locate_first_half again to locate the next
5146 "first half" of the linespec.
5147 Pass FILE_SYMTATB to decode_objc and decode_compound.
5148 Swallow the trailing single-quote if IS_SQUOTE_ENCLOSED.
5149 (locate_first_half): Stop on the first colon seen.
5150 (decode_compound): Add FILE_SYMTAB parameter.
5151 Pass FILE_SYMTAB to lookup_prefix_sym and find_method.
5152 (lookup_prefix_sym): Add FILE_SYMTAB parameter and use
5153 get_search_block with lookup_symbol.
5154 (find_method): Add FILE_SYMTAB parameter and pass it to
5155 find_methods.
5156 (decode_objc): Use get_search_block.
5157
2b1dbab0
KS
51582010-05-31 Keith Seitz <keiths@redhat.com>
5159
5160 PR symtab/12704
5161 * cp-namespace.c (ANONYMOUS_NAMESPACE_LEN): Remove.
5162 (cp_scan_for_anonymous_namespaces): Use CP_ANONYMOUS_NAMESPACE_STR
5163 and CP_ANONYMOUS_NAMESPACE_LEN.
5164 (cp_is_anonymous): Likewise.
5165 * cp-support.h (CP_ANONYMOUS_NAMESPACE_STR): Define.
5166 (CP_ANONYMOUS_NAMESPACE_LEN): Define.
5167 * dwarf2read.c (namespace_name): Likewise.
5168 (fixup_partial_die): Likewise.
5169 * linespec.c (decode_compound): If CP_ANONYMOUS_NAMESPACE_STR is
5170 seen in the input, keep it.
5171
6d549500
PA
51722011-05-30 Pedro Alves <pedro@codesourcery.com>
5173
5174 * target.h (enum inferior_event_type): Delete INF_QUIT_REQ.
5175 * inf-loop.h (inferior_event_handler_wrapper): Delete.
5176 * inf-loop.c (inferior_event_handler_wrapper): Delete.
5177 (inferior_event_handler): Don't handle INF_QUIT_REQ.
5178 * remote.c (_initialize_remote): Register
5179 async_remote_interrupt_twice directly as
5180 sigint_remote_twice_token event.
5181
395bff70
PA
51822011-05-30 Pedro Alves <pedro@codesourcery.com>
5183
5184 * target.h (enum inferior_event_type): Delete INF_ERROR.
5185 * inf-loop.c (inferior_event_handler): Don't handle INF_ERROR.
5186
97224164
PA
51872011-05-30 Pedro Alves <pedro@codesourcery.com>
5188
5189 * interps.c (interp_set): Don't cancel continuations.
5190
07e78767
JK
51912011-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5192
5193 * linux-nat.c (linux_lwp_is_zombie): Use xsnprintf.
5194
fa4cd53f
PA
51952011-05-30 Pedro Alves <pedro@codesourcery.com>
5196
5197 * continuations.h (continuation_ftype): Add `err' parameter.
5198 Document parameters.
5199 (do_all_continuations, do_all_continuations_thread)
5200 (do_all_intermediate_continuations)
5201 (do_all_intermediate_continuations_thread)
5202 (do_all_inferior_continuations): Add `err' parameter.
5203 * continuations.c (do_my_continuations_1, do_my_continuations)
5204 (do_all_inferior_continuations, do_all_continuations_ptid)
5205 (do_all_continuations_thread_callback)
5206 (do_all_continuations_thread, do_all_continuations)
5207 (do_all_intermediate_continuations_thread_callback)
5208 (do_all_intermediate_continuations_thread)
5209 (do_all_intermediate_continuations): Add `err' parameter, and pass
5210 it down all the way to the continuations proper.
5211 * inf-loop.c (inferior_event_handler): If fetching an inferior
5212 event throws an error, don't pop the target, and still call the
5213 continuations, but with `err' set. Adjust all other continuation
5214 calls.
5215 * breakpoint.c (until_break_command_continuation): Add `err'
5216 parameter.
5217 * infcmd.c (step_1_continuation): Add `err' parameter. Don't
5218 issue another step if `err' is set.
5219 (struct until_next_continuation_args): New.
5220 (until_next_continuation): Add `err' parameter. Adjust.
5221 (until_next_command): Adjust.
5222 (struct finish_command_continuation_args): Add `thread' field.
5223 (finish_command_continuation): Add `err' parameter. Handle it.
5224 (finish_forward): Adjust.
5225 (attach_command_continuation): Add `err' parameter. Handle it.
5226 * infrun.c (infrun_thread_stop_requested_callback): Adjust to
5227 cancel the continuations.
5228 * interps.c (interp_set): Adjust to cancel the continuations.
5229 * thread.c (clear_thread_inferior_resources): Adjust to cancel the
5230 continuations rather than discarding.
5231 (free_thread): Don't clear thread inferior resources here.
5232 (delete_thread_1): Do it here instead. And do it before removing
5233 the thread from the threads list. Tag the thread as exited before
5234 clearing thread inferior resources.
5235
c2949be0
JB
52362011-05-30 Joel Brobecker <brobecker@adacore.com>
5237
5238 * infcall.c (call_function_by_hand): Rephrase error message.
5239
619cebe8
PA
52402011-05-27 Pedro Alves <pedro@codesourcery.com>
5241
5242 * defs.h (struct thread_info, struct inferior): Delete forward
5243 declarations.
5244 * breakpoint.h (struct thread_info): New forward declaration.
5245 * observer.sh (struct inferior): New forward declaration.
5246 * python/python-internal.h (struct inferior): New forward
5247 declaration.
5248
be34f849
PA
52492011-05-27 Pedro Alves <pedro@codesourcery.com>
5250
5251 * defs.h (struct continuation, continuation_ftype)
5252 (continuation_free_arg_ftype, add_continuation)
5253 (do_all_continuations, do_all_continuations_thread)
5254 (discard_all_continuations, discard_all_continuations_thread)
5255 (add_intermediate_continuation, do_all_intermediate_continuations)
5256 (do_all_intermediate_continuations_thread)
5257 (discard_all_intermediate_continuations)
5258 (discard_all_intermediate_continuations_thread)
5259 (add_inferior_continuation, do_all_inferior_continuations)
5260 (discard_all_inferior_continuations): Move to ...
5261 * continuations.h: ... this new file.
5262 * breakpoint.c, continuations.c, event-top.c, inf-loop.c,
5263 infcmd.c, inferior.c, infrun.c, interps.c: Include
5264 continuations.h.
5265
432b4d03
JK
52662011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5267 Doug Evans <dje@google.com>
5268
5269 Fix PR 10970, PR 12702.
5270 * linux-nat.c (linux_lwp_is_zombie): New function.
5271 (wait_lwp): Initialize status. New variable prev_mask. Block signals.
5272 Check for linux_lwp_is_zombie. Use WNOHANG and sigsuspend.
5273
b0f260d6
PA
52742011-05-27 Pedro Alves <pedro@codesourcery.com>
5275
5276 * defs.h (continuation_ftype, continuation_free_arg_ftype): New
5277 typedefs.
5278 (add_continuation, add_intermediate_continuation)
5279 (add_inferior_continuation): Use them.
5280 * continuations.c (struct continuation): Use them.
5281 (make_continuation_ftype): Delete.
5282 (make_continuation, add_inferior_continuation, add_continuation)
5283 (add_intermediate_continuation): Use continuation_ftype and
5284 continuation_free_arg_ftype. Rename parameters to shorter names.
5285
af1e9a32
PA
52862011-05-27 Pedro Alves <pedro@codesourcery.com>
5287
5288 * continuations.c (make_continuation): Make it return void.
5289 (do_my_continuations): Rename to ...
5290 (do_my_continuations_1): ... this. Remove old_chain parameter and
5291 adjust.
5292 (do_my_continuations): New.
5293 (discard_my_continuations): Rename to ...
5294 (discard_my_continuations_1): ... this. Remove old_chain
5295 parameter and adjust.
5296 (discard_my_continuations): New.
5297 (add_inferior_continuation): Simplify.
5298 (do_all_inferior_continuations): Reimplement on top
5299 do_my_continuations.
5300 (discard_all_inferior_continuations): Simplify.
5301 (add_continuation): Simplify.
5302 (do_all_continuations_ptid): Simplify.
5303 (discard_all_continuations_thread_callback): Simplify.
5304 (add_intermediate_continuation): Simplify.
5305 (discard_all_intermediate_continuations_thread_callback):
5306 Simplify.
5307
50c0c017
PA
53082011-05-27 Pedro Alves <pedro@codesourcery.com>
5309
5310 * utils.c (struct continuation, add_continuation)
5311 (add_inferior_continuation)
5312 (do_all_inferior_continuations, discard_all_inferior_continuations)
5313 (restore_thread_cleanup, do_all_continuations_ptid)
5314 (do_all_continuations_thread_callback)
5315 (do_all_continuations_thread, do_all_continuations)
5316 (discard_all_continuations_thread_callback)
5317 (discard_all_continuations_thread, discard_all_continuations)
5318 (add_intermediate_continuation)
5319 (do_all_intermediate_continuations_thread_callback)
5320 (do_all_intermediate_continuations_thread)
5321 (do_all_intermediate_continuations)
5322 (discard_all_intermediate_continuations_thread_callback)
5323 (discard_all_intermediate_continuations_thread)
5324 (discard_all_intermediate_continuations): Move to ...
5325 * continuations.c: ... this new file, and adjust to no longer
5326 implement continuations on top of cleanups.
5327 * Makefile.in (SFILES): Add continuations.c.
5328 (COMMON_OBS): Add continuations.o.
5329
d8b34453
PA
53302011-05-26 Pedro Alves <pedro@codesourcery.com>
5331
5332 * inferior.h (enum exec_direction_kind): Delete EXEC_ERROR.
5333 * infrun.c (show_exec_direction_func): Don't handle EXEC_ERROR.
5334 Internal error on invalid values.
5335 * reverse.c: Don't handle EXEC_ERROR.
5336 * mi/mi-main.c: Don't handle EXEC_ERROR.
5337
32231432
PA
53382011-05-26 Pedro Alves <pedro@codesourcery.com>
5339
5340 * record.c: Include event-loop.h, inf-loop.h.
5341 (record_beneath_to_async): New global.
5342 (tmp_to_async): New global.
5343 (record_async_inferior_event_token): New global.
5344 (record_open_1): Don't error out if async is enabled.
5345 (record_open): Handle to_async. Create an async event source in
5346 the event loop.
5347 (record_close): Delete the async event source.
5348 (record_resumed): New global.
5349 (record_execution_dir): New global.
5350 (record_resume, record_core_resume): Set them. Register the
5351 target on the event loop.
5352 (record_wait): Rename to ...
5353 (record_wait_1): ... this. Add more debug output. Handle
5354 TARGET_WNOHANG, and the target beneath returning
5355 TARGET_WAITKIND_IGNORE.
5356 (record_wait): Reimplement on top of record_wait_1.
5357 (record_async_mask_value): New global.
5358 (record_async, record_async_mask, record_can_async_p)
5359 (record_is_async_p, record_execution_direction): New functions.
5360 (init_record_ops, init_record_core_ops): Install new methods.
5361 * infrun.c (fetch_inferior_event): Temporarily switch the global
5362 execution direction to the direction the target was going.
5363 (execution_direction): Change type to int.
5364 * target.c (default_execution_direction): New function.
5365 (update_current_target): Inherit and de_fault
5366 to_execution_direction.
5367 * target.h (struct target_ops) <to_execution_direction>: New
5368 field.
5369 (target_execution_direction): New macro.
5370 * inferior.h (execution_direction): Change type to int.
5371
949dc678
PA
53722011-05-26 Pedro Alves <pedro@codesourcery.com>
5373
5374 * infcall.c (call_function_by_hand): Don't allow calling functions
5375 in reverse execution mode.
5376
c13bd2b5
PA
53772011-05-26 Pedro Alves <pedro@codesourcery.com>
5378
5379 * infcmd.c (finish_command): Allow async finish in reverse.
5380
6938fd34
YQ
53812011-05-26 Yao Qi <yao@codesourcery.com>
5382
5383 * gdb_thread_db.h: Delete. Move to ...
5384 * common/gdb_thread_db.h: ... here.
5385
9da8c2a0
PA
53862011-05-26 Pedro Alves <pedro@codesourcery.com>
5387
5388 * infcmd.c (finish_backward): Set a step-resume breakpoint at the
5389 function's entry point instead of a manually managed momentary
5390 breakpoint, and only ever issue one proceed call.
5391 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_STEP_RESUME>: If
5392 doing a reverse-finish, switch to stepi mode, to do another step.
5393 (insert_step_resume_breakpoint_at_sal): Make public.
5394 (normal_stop): No need to save function value return registers if
5395 going reverse.
5396 * inferior.h (insert_step_resume_breakpoint_at_sal): Declare.
5397
2c03e5be
PA
53982011-05-26 Pedro Alves <pedro@codesourcery.com>
5399
5400 * breakpoint.h (enum bptype) <bp_hp_step_resume>: New.
5401 (enum bpstat_what_main_action): Move BPSTAT_WHAT_STEP_RESUME
5402 before BPSTAT_WHAT_STOP_SILENT. Add BPSTAT_WHAT_HP_STEP_RESUME
5403 at the end.
5404 * breakpoint.c (update_breakpoints_after_exec): Also delete hp
5405 step-resume breakpoints.
5406 (print_it_typical): Handle bp_hp_step_resume.
5407 (bpstat_what): Ditto.
5408 (bptype_string): Ditto.
5409 (print_one_breakpoint_location): Ditto.
5410 (allocate_bp_location): Ditto.
5411 (mention): Ditto.
5412 (breakpoint_re_set_one): Ditto.
5413 * infrun.c (handle_inferior_event): Adjust. Split
5414 BPSTAT_WHAT_STEP_RESUME handling in BPSTAT_WHAT_STEP_RESUME and
5415 BPSTAT_WHAT_HP_STEP_RESUME.
5416 (insert_step_resume_breakpoint_at_sal): Rename to ...
5417 (insert_step_resume_breakpoint_at_sal_1): ... this. Add bptype
5418 parameter. Handle it.
5419 (insert_step_resume_breakpoint_at_sal): Reimplement on top of
5420 insert_step_resume_breakpoint_at_sal_1.
5421 (insert_step_resume_breakpoint_at_frame): Rename to ...
5422 (insert_hp_step_resume_breakpoint_at_frame): ... this. Adjust to
5423 set a high-priority step-resume breakpoint.
5424 (insert_step_resume_breakpoint_at_frame): Adjust comment.
5425 (insert_step_resume_breakpoint_at_caller): Ditto.
5426
51be5b68
PA
54272011-05-26 Pedro Alves <pedro@codesourcery.com>
5428
5429 * breakpoint.c (iterate_over_related_breakpoints): New.
5430 (do_map_delete_breakpoint): New.
5431 (delete_command): Pass do_map_delete_breakpoint to
5432 map_breakpoint_numbers.
5433 (do_disable_breakpoint): New.
5434 (do_map_disable_breakpoint): Iterate over the breakpoint's related
5435 breakpoints.
5436 (do_enable_breakpoint): Rename to ...
5437 (enable_breakpoint_disp): ... this.
5438 (enable_breakpoint): Adjust.
5439 (do_enable_breakpoint): New.
5440 (enable_once_breakpoint): Delete.
5441 (do_map_enable_breakpoint): New.
5442 (do_map_enable_once_breakpoint): New.
5443 (enable_once_command, enable_delete_command)
5444 (delete_trace_command): Iterate over the breakpoint's related
5445 breakpoints.
5446
4a1be8d2
PA
54472011-05-26 Pedro Alves <pedro@codesourcery.com>
5448
5449 * alpha-tdep.c (alpha_cannot_fetch_register): Don't return true
5450 for ALPHA_ZERO_REGNUM.
5451 (alpha_supply_int_regs): Explicitly supply zero as the value for
5452 ALPHA_ZERO_REGNUM in the register cache.
5453 * alpha-nat.c (fetch_osf_core_registers): Ditto.
5454
59d70315
YQ
54552011-05-26 Yao Qi <yao@codesourcery.com>
5456
5457 * gdb/gdb_thread_db.h: Remove HAVE_UINTPTR_T.
5458
251d32d9
TG
54592011-05-26 Tristan Gingold <gingold@adacore.com>
5460
5461 * symfile.h (struct dwarf2_section_names): New type.
5462 (struct dwarf2_debug_sections): New type.
5463 (dwarf2_has_info): Add parameter.
5464 * dwarf2read.c (dwarf2_elf_names): New variable.
5465 (INFO_SECTION, ABBREV_SECTION, LINE_SECTION, LOC_SECTION)
5466 (MACINFO_SECTION, STR_SECTION, RANGES_SECTION, TYPES_SECTION)
5467 (FRAME_SECTION, EH_FRAME_SECTION, GDB_INDEX_SECTION): Remove.
5468 (dwarf2_has_info): Add names parameter. Pass names
5469 to dwarf2_locate_sections.
5470 (section_is_p): Rewrite using the names parameter.
5471 (dwarf2_locate_sections): Use section names from the names parameter.
5472 * coffread.c (coff_symfile_read): Adjust call to dwarf2_has_info.
5473 * elfread.c (read_psyms): Ditto.
5474 * machoread.c (macho_symfile_read): Ditto.
5475
652c71b4
AS
54762011-05-25 Andreas Schwab <schwab@redhat.com>
5477
5478 PR gdb/8677
5479 * event-loop.c (handle_file_event): Don't handle POLLHUP as error.
5480
f17170e5
KS
54812011-05-24 Keith Seitz <keiths@redhat.com>
5482
5483 PR breakpoint/12803
5484 * linespec.c (keep_name_info): Add handling for "volatile" keyword.
5485 (decode_compound): Unconditionally call keep_name_info.
5486
cdac0397
PA
54872011-05-24 Pedro Alves <pedro@codesourcery.com>
5488
5489 * breakpoint.c (watchpoint_check): If the watchpoint went out of
5490 scope, clear its command list.
5491 (map_breakpoint_numbers): Don't walk the related breakpoints list
5492 of each breakpoint.
5493
91d4fe3f
TT
54942011-05-24 Tom Tromey <tromey@redhat.com>
5495
5496 * MAINTAINERS: Move Jim Blandy to past maintainers.
5497
3017a003
TG
54982011-05-24 Tristan Gingold <gingold@adacore.com>
5499
5500 * symfile.h (enum dwarf2_section_enum): New type.
5501 (dwarf2_get_section_info): New prototype.
5502 * dwarf2read.c (dwarf2_get_section_info): Replace parameter
5503 section_name by sect. Use a switch to select the info.
5504 * dwarf2-frame.c (warf2_get_section_info): Remove prototype.
5505 (dwarf2_build_frame_info): Adjust calls to dwarf2_get_section_info.
5506
c91c8c16
PA
55072011-05-24 Pedro Alves <pedro@codesourcery.com>
5508
5509 * solib-svr4.c (svr4_solib_create_inferior_hook): Skip setting
5510 shared library event breakpoint if there's no execution.
5511
77bc418a
TJB
55122011-05-24 Thiago Jung Bauermann <bauerman@br.ibm.com>
5513
5514 * breakpont.c (remove_hw_watchpoints): Remove unused function.
5515 * breakpoint.h remove_hw_watchpoints(): Remove prototype.
5516
c50491a7
TT
55172011-05-23 Tom Tromey <tromey@redhat.com>
5518
5519 * c-lang.c (evaluate_subexp_c): Use expect_type if it is not
5520 NULL.
5521
6d64e6d4
DE
55222011-05-23 Doug Evans <dje@google.com>
5523
5524 * python/lib/gdb/printing.py (register_pretty_printer): Add missing
5525 entry for RuntimeError to doc string.
5526
2067c8d4
JG
55272011-05-23 Jerome Guitton <guitton@adacore.com>
5528
5529 * sparc-tdep.c (sparc_skip_stack_check): Recognize a new instruction
5530 sequence for probing loops.
5531
b136cd05
PA
55322011-05-23 Pedro Alves <pedro@codesourcery.com>
5533
5534 * infrun.c (user_visible_resume_ptid): Fix typos in describing
5535 comment.
5536
22e74ef9
MK
55372011-05-21 Mark Kettenis <kettenis@gnu.org>
5538
5539 * sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supply
5540 zero as the value for %g0 in the register cache.
5541 * sparc-tdep.c (sparc32_supply_gregset): Likewise.
5542 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
5543
842951eb
PA
55442011-05-20 Pedro Alves <pedro@codesourcery.com>
5545
5546 * infrun.c (proceed): Set previous_inferior_ptid here.
5547 (init_wait_for_inferior): Initialize previous_inferior_ptid from
5548 inferior_ptid, not null_ptid.
5549 (wait_for_inferior): Don't initialize previous_inferior_ptid here.
5550 (fetch_inferior_event): Nor here.
5551
46cf51e6
PA
55522011-05-20 Pedro Alves <pedro@codesourcery.com>
5553
5554 * inf-loop.c (inferior_event_handler): Only output a message if
5555 verbose.
5556
29ef4c46
LM
55572011-05-20 Luis Machado <lgustavo@codesourcery.com>
5558
5559 * MAINTAINERS: Update my e-mail address.
5560
f148b27e
PA
55612011-05-20 Pedro Alves <pedro@codesourcery.com>
5562
5563 * infrun.c (proceed): Switch the inferior event loop to
5564 INF_EXEC_COMPLETE if the target refused to resume from a
5565 vfork/fork.
5566
09cee04b
PA
55672011-05-20 Pedro Alves <pedro@codesourcery.com>
5568
5569 * infcmd.c: Include "inf-loop.h".
5570 (step_once): When stepping into an inline subroutine, pretend the
5571 target has run. If the target can async, switch the inferior
5572 event loop to INF_EXEC_COMPLETE.
5573 * inferior.h (user_visible_resume_ptid): Declare.
5574 * infrun.c (user_visible_resume_ptid): New function, factored out
5575 from `resume'.
5576 (resume): Use it.
5577 * mi/mi-main.c (mi_execute_async_cli_command): Remove assertion
5578 that the current thread is running. Merge async and sync
5579 branches.
5580
751b8ce1
PA
55812011-05-20 Pedro Alves <pedro@codesourcery.com>
5582
5583 * infcmd.c (step_1): Simplify synchronous case.
5584
e93a69ed
PA
55852011-05-20 Pedro Alves <pedro@codesourcery.com>
5586
5587 * tracepoint.c: Include exceptions.h.
5588 (TFILE_PID): Move higher in file.
5589 (tfile_open): Delay pushing the tfile target until we're assured
5590 the tfile header is present in the file. Wrap reading the initial
5591 newline-terminated lines in TRY_CATCH. Pop the target if the
5592 initial setup failed. Add the tfile's thread immediately
5593 aftwards, before any non-essential setup. Don't skip
5594 post_create_inferior if there are no traceframes present in the
5595 file.
5596 (tfile_close): Remove redundant check for null before xfree call.
5597 (tfile_thread_alive): New function.
5598 (init_tfile_ops): Register it as to_thread_alive callback.
5599
6823e2b1
PA
56002011-05-20 Pedro Alves <pedro@codesourcery.com>
5601
5602 * tracepoint.c (tfile_open): Delete #if 0'd code.
5603
b3c8eb43
JK
56042011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5605
5606 Fix -readnow for -gdwarf-4 unused type units.
5607 * dwarf2read.c (struct signatured_type): Remove the field offset.
5608 (create_signatured_type_table_from_index): Remove its initialization.
5609 (create_debug_types_hash_table): Likewise. Initialize per_cu.offset
5610 instead. Add a complaint call.
5611 (process_psymtab_comp_unit): Change assignment to gdb_assert.
5612 (process_type_comp_unit, lookup_die_type, dump_die_shallow)
5613 (lookup_signatured_type_at_offset, read_signatured_type)
5614 (write_one_signatured_type): Update the field for per_cu.
5615
310afc76
TT
56162011-05-19 Tom Tromey <tromey@redhat.com>
5617
5618 * python/py-inferior.c (python_inferior_exit): Use
5619 target_gdbarch.
5620 (python_on_resume): Likewise.
5621
cf6c5ffb
TT
56222011-05-19 Matt Rice <ratmice@gmail.com>
5623
5624 * breakpoint.c (bpstat_do_actions_1): Call prevent_dont_repeat.
5625
fb80a3c5
HZ
56262011-05-19 Hui Zhu <teawater@gmail.com>
5627
5628 * tracepoint.c (tfile_trace_find): Return directly when num is -1.
5629
3672b1be
HZ
56302011-05-19 Hui Zhu <teawater@gmail.com>
5631
5632 * xcoffread.c (read_xcoff_symtab): Initialize fcn_aux_saved.
5633
ff355380
TT
56342011-05-18 Tom Tromey <tromey@redhat.com>
5635
5636 * dwarf2read.c (dwarf2_add_field): Constify.
5637 * value.c (value_static_field): Constify.
5638 * gdbtypes.h (struct main_type) <field.field_location.physname>:
5639 Now const.
5640 * ax-gdb.c (gen_static_field): Constify
5641
ed731959
JK
56422011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5643
5644 * linux-nat.c (kill_callback): Use SIGKILL first.
5645
967cff16
JB
56462011-05-18 Joel Brobecker <brobecker@adacore.com>
5647
5648 * ada-lang.c (print_it_exception): Avoid use of sprintf.
5649
1d06ead6
TT
56502011-05-18 Tom Tromey <tromey@redhat.com>
5651
5652 * value.c (value_fn_field): Constify.
5653 * symtab.c (gdb_mangle_name): Constify.
5654 * stabsread.c (update_method_name_from_physname): Make 'physname'
5655 argument const.
5656 * p-typeprint.c (pascal_type_print_method_args): Make arguments
5657 const. Use explicit fputc_filtered loop.
5658 (pascal_type_print_base): Constify.
5659 * p-lang.h (pascal_type_print_method_args): Update.
5660 * linespec.c (add_matching_methods): Constify.
5661 (add_constructors): Likewise.
5662 * jv-typeprint.c (java_type_print_base): Constify.
5663 * gdbtypes.h (struct cplus_struct_type)
5664 <fn_fieldlist.fn_field.physname>: Now const.
5665 * dwarf2read.c (compute_delayed_physnames): Constify.
5666 (dwarf2_add_member_fn): Likewise.
5667 * c-typeprint.c (c_type_print_base): Constify. Use cleanups.
5668
0d9a9a5f
PA
56692011-05-18 Pedro Alves <pedro@codesourcery.com>
5670
5671 * infrun.c (resume): Mention which is the current thread, and its
5672 current PC in debug output.
5673 (prepare_to_proceed): Mention the thread switching in debug
5674 output.
5675
05386e9e
TT
56762011-05-18 Tom Tromey <tromey@redhat.com>
5677
5678 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Fix absolute
5679 path check. Use xmalloc and cleanups.
5680 (try_thread_db_load_from_dir): Use xmalloc and cleanups.
5681
ee86786c
TT
56822011-05-17 Tom Tromey <tromey@redhat.com>
5683
5684 * cp-valprint.c (cp_print_value_fields): Catch errors from
5685 value_static_field.
5686
9ff3b74f
TT
56872011-05-17 Tom Tromey <tromey@redhat.com>
5688
5689 * dwarf2read.c (dwarf2_get_die_type): Call
5690 get_die_type_at_offset.
5691 * dwarf2expr.c (dwarf_get_base_type): Handle NULL return from
5692 get_base_type function.
5693
cd3da28e
PA
56942011-05-17 Tomas Martinec <fyzmat@gmail.com>
5695
5696 * infrun.c (handle_inferior_event) <handling deferred step>: Clear
5697 trap_expected.
5698
fd20d931
DE
56992011-05-16 Doug Evans <dje@google.com>
5700
5701 * python/py-auto-load.c (source_section_scripts): Mention objfile
5702 name in warning.
5703
75fc9810
DE
57042011-05-15 Doug Evans <dje@google.com>
5705
290351b8
DE
5706 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New function.
5707 (try_thread_db_load_from_pdir): Call it. If unable to find
5708 libthread_db in directory of libpthread, see if we're looking at
5709 the separate-debug-info copy.
5710
75fc9810
DE
5711 * python/py-autoload.c (print_script): Print "Missing" instead of
5712 "No" for missing scripts.
5713 (info_auto_load_scripts): Tweak "Loaded" column to fit "Missing".
5714
9f7bc587
DE
57152011-05-13 Doug Evans <dje@google.com>
5716
5717 * ui-file.c (stdio_file_write_async_safe): Add comment.
5718
093cee7d
HZ
57192011-05-14 Hui Zhu <teawater@gmail.com>
5720
5721 * ui-file.c (stdio_file_write_async_safe): Add empty check for build.
5722
dbaefcf7
DE
57232011-05-13 Doug Evans <dje@google.com>
5724
98a5dd13
DE
5725 Support $pdir and $sdir in libthread-db-search-path.
5726 * NEWS: Mention $sdir,$pdir.
5727 * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): Add $sdir:$pdir.
5728 * linux-thread-db.c (try_thread_db_load_from_pdir): New function.
5729 (try_thread_db_load_from_sdir): New function.
5730 (try_thread_db_load_from_dir): New function.
5731 (thread_db_load_search): Handle $pdir, $sdir. Remove trying of
5732 system directories if search of libthread-db-search-path fails,
5733 that is now done via $sdir.
5734 (has_libpthread): New function.
5735 (thread_db_load): Remove search for libthread_db in directory of
5736 libpthread, that is now done via $pdir.
5737
dbaefcf7
DE
5738 * NEWS: Mention "info auto-load-scripts".
5739 * python/py-auto-load.c (struct auto_load_pspace_info): New member
5740 script_not_found_warning_printed.
5741 (init_loaded_scripts_info): Renamed from create_loaded_scripts_hash,
5742 all callers updated. Initialize script_not_found_warning_printed.
5743 (get_auto_load_pspace_data_for_loading): New function.
5744 (maybe_add_script): New function.
5745 (source_section_scripts): Simplify. Only print one warning regardless
5746 of the number of auto-load scripts not found.
5747 (clear_section_scripts): Clear script_not_found_warning_printed.
5748 (auto_load_objfile_script): Record script in hash table.
5749 (count_matching_scripts): New function.
5750 (maybe_print_script): Renamed from maybe_print_section_script, all
5751 callers updated. Rewrite to use ui_out_*.
5752 (info_auto_load_scripts): Renamed from
5753 maintenance_print_section_scripts, all callers updated.
5754 (gdbpy_initialize_auto_load): "maintenance print section-scripts"
5755 renamed as "info auto-load-scripts".
5756
9930639c
TT
57572011-05-13 Tom Tromey <tromey@redhat.com>
5758
5759 * dwarf2expr.c (read_uleb128): Cast intermediate result.
5760 (read_sleb128): Likewise.
5761
06826322
TT
57622011-05-13 Tom Tromey <tromey@redhat.com>
5763
5764 * dwarf2loc.c (disassemble_dwarf_expression): Fix instruction
5765 offset display.
5766
01124a23
DE
57672011-05-13 Doug Evans <dje@google.com>
5768
5769 * linux-nat.c (debug_linux_nat_async): Delete.
5770 Replace all references to use debug_linux_nat instead.
5771 (show_debug_linux_nat_async): Delete.
5772 (sigchld_handler): Call ui_file_write_async_safe instead of
5773 fprintf_unfiltered.
5774 (_initialize_linux_nat): Remove `set debug lin-lwp-async'.
5775 * ui-file.c (struct ui_file): New member to_write_async_safe.
5776 (null_file_write_async_safe): New function.
5777 (ui_file_write_async_safe): New function.
5778 (set_ui_file_write_async_safe): New function.
5779 (ui_file_new): Initialize to_write_async_safe.
5780 (stdio_file_write_async_safe): New function.
5781 (struct stdio_file): New member fd.
5782 (stdio_file_new): Initialize to_write_async_safe, fd.
bbfac39e
DE
5783 (stdio_file_read, stdio_file_isatty): New stdio->fd instead of calling
5784 fileno.
01124a23
DE
5785 * ui-file.h (ui_file_write_async_safe_ftype): New typedef.
5786 (set_ui_file_write_async_safe): Declare.
5787 (ui_file_write_async_safe): Declare.
5788
72fc29ff
TT
57892011-05-13 Tom Tromey <tromey@redhat.com>
5790
5791 * utils.c (do_value_free): New function.
5792 (make_cleanup_value_free): Likewise.
5793 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle value
5794 freeing correctly.
5795 (dwarf2_loc_desc_needs_frame): Call
5796 make_cleanup_value_free_to_mark.
5797 * dwarf2expr.h (struct dwarf_expr_context) <mark>: Remove field.
5798 * dwarf2expr.c (free_dwarf_expr_context): Don't call
5799 value_free_to_mark.
5800 (new_dwarf_expr_context): Don't call value_mark.
5801 * dwarf2-frame.c (execute_stack_op): Call
5802 make_cleanup_value_free_to_mark.
5803 * defs.h (make_cleanup_value_free): Declare.
5804
028d0ed5
TJB
58052011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5806
5807 * mi/mi-main.c (mi_cmd_execute): Use cleanup from
5808 prepare_execute_command.
5809 * top.c (prepare_execute_command): Return cleanup.
5810 (execute_command): Use cleanup from prepare_execute_command.
5811 * top.h (prepare_execute_command): Change prototype to return
5812 cleanup.
5813 * defs.h (struct value): Add opaque declaration.
5814 (make_cleanup_value_free_to_mark): Add prototype.
5815 * utils.c (do_value_free_to_mark): New function.
5816 (make_cleanup_value_free_to_mark): Likewise.
5817
b087e0ed
TT
58182011-05-12 Tom Tromey <tromey@redhat.com>
5819
5820 * dwarf2expr.c (execute_stack_op) <DW_OP_shr>: Unconditionally
5821 cast left-hand-side to unsigned.
5822
8a9b8146
TT
58232011-05-12 Tom Tromey <tromey@redhat.com>
5824
5825 PR gdb/12617:
5826 * value.h (value_from_contents): Declare.
5827 * value.c (value_from_contents): New function.
5828 * dwarf2read.c (dwarf_stack_op_name): Add new values.
5829 (dwarf2_get_die_type): New function.
5830 * dwarf2loc.c (dwarf_expr_get_base_type): New function.
5831 (allocate_piece_closure): Acquire reference to values.
5832 (read_pieced_value): Update for value-based expressions.
5833 (write_pieced_value): Likewise.
5834 (free_pieced_value_closure): Call value_free as needed.
5835 (dwarf2_evaluate_loc_desc_full): Set get_base_type field.
5836 Update for value-based expressions.
5837 * dwarf2loc.h (dwarf2_get_die_type): Declare.
5838 * dwarf2expr.h (struct dwarf_stack_value) <value>: Change type.
5839 <get_base_type>: New field.
5840 (struct dwarf_expr_piece) <v.value>: Change type.
5841 <v.regno>: New field.
5842 (struct dwarf_expr_context) <mark>: New field.
5843 (dwarf_expr_piece, dwarf_expr_fetch): Update.
5844 (dwarf_expr_pop, dwarf_expr_push): Remove.
5845 (dwarf_expr_push_address): Declare.
5846 * dwarf2expr.c (dwarf_arch_cookie): New global.
5847 (struct dwarf_gdbarch_types): New.
5848 (dwarf_gdbarch_types_init, dwarf_expr_address_type): New
5849 functions.
5850 (dwarf_expr_push): Change type of 'value' argument. Update. Now
5851 static.
5852 (dwarf_expr_push_address): New function.
5853 (dwarf_expr_pop): Now static.
5854 (dwarf_expr_fetch): Change return type.
5855 (dwarf_require_integral): New function.
5856 (dwarf_expr_fetch): Simplify.
5857 (add_piece): Update.
5858 (base_types_equal_p, dwarf_get_base_type, get_unsigned_type): New
5859 functions.
5860 (execute_stack_op) <sign_ext>: Remove.
5861 Use values for DWARF stack.
5862 <DW_OP_GNU_const_type, DW_OP_GNU_deref_type,
5863 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
5864 New cases.
5865 (_initialize_dwarf2expr): New function.
5866 (add_piece): Update.
5867 (new_dwarf_expr_context): Set new field.
5868 (free_dwarf_expr_context): Call value_free_to_mark.
5869 * dwarf2-frame.c (no_base_type): New function.
5870 (execute_stack_op): Set get_base_type field. Update.
5871
e8d28ef4
TT
58722011-05-12 Tom Tromey <tromey@redhat.com>
5873
5874 * dwarf2read.c (read_common_block): Fix formatting.
5875
d248b706
KY
58762011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5877
5878 * breakpoint.c (disable_breakpoint): Disable all locations
5879 associated with a tracepoint on target if a trace experiment is
5880 running.
5881 (disable_command): Disable a specific tracepoint location on target if
5882 a trace experiment is running.
5883 (do_enable_breakpoint): Enable all locations associated with a
5884 tracepoint on target if a trace experiment is running.
5885 (enable_command) Enable a specific tracepoint location on target if a
5886 trace experiment is running.
5887 * target.c (update_current_target): Add INHERIT and de_fault clauses for
5888 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
5889 to_disable_tracepoint.
5890 * target.h: Add declaration of struct bp_location.
5891 (struct target_ops): Add new functions
5892 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
5893 to_disable_tracepoint to target operations.
5894 (target_supports_enable_disable_tracepoint): New macro.
5895 (target_enable_tracepoint): New macro.
5896 (target_disable_tracepoint): New macro.
5897 * remote.c (struct remote_state): Add new field.
5898 (remote_enable_disable_tracepoint_feature): New.
5899 (remote_protocol_features): Add new entry.
5900 (remote_supports_enable_disable_tracepoint): New.
5901 (remote_enable_tracepoint): New.
5902 (remote_disable_tracepoint): New.
5903 (init_remote_ops): Add remote_enable_tracepoint,
5904 remote_disable_tracepoint and remote_supports_enable_disable_tracepoint
5905 to remote operations.
5906 * tracepoint.c (start_tracing): Allow tracing to start without any
5907 tracepoints enabled with just a warning if they can be re-enabled
5908 later.
5909 * NEWS: Add news item for the new behaviour of the enable and disable
5910 GDB commands when applied to tracepoints.
5911 Add news items for the new remote packets QTEnable and QTDisable.
5912
cc88a640
JK
59132011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5914
5915 * config.in: Regenerate.
5916 * configure: Regenerate.
5917 * configure.ac <--with-system-readline> (for readline_echoing_p):
5918 Remove the test.
5919 * tui/tui-io.c (tui_old_readline_echoing_p): Rename to ...
5920 (tui_old_rl_echoing_p): ... here.
5921 (tui_setup_io): Rename extern declaration readline_echoing_p to
5922 _rl_echoing_p. Adjust assignments for the both renames.
5923
1f84b619
TJB
59242011-05-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
5925
5926 * symtab.c (lookup_symtab): Run cleanup before returning.
5927
74ac6d43
TT
59282011-05-11 Tom Tromey <tromey@redhat.com>
5929
5930 * dwarf2read.c (handle_data_member_location): New function.
5931 (dwarf2_add_field): Use it.
5932 (read_common_block): Likewise.
5933
5488dafb
JK
59342011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5935
5936 Make addrs->SECTINDEX always defined.
5937 * symfile.c (relative_addr_info_to_section_offsets): Check for
5938 SECTINDEX -1, not for zero ADDR.
5939 (addrs_section_compar): Remove checking for invalid SECTINDEX.
5940 (addr_info_make_relative): Set SECTINDEX to -1 for unmatched entries.
5941 * symfile.h (struct section_addr_info) <sectindex>: Update the comment
5942 on its validity.
5943
84e578fb
DE
59442011-05-10 Doug Evans <dje@google.com>
5945
2471d008
DE
5946 * linux-thread-db.c: Whitespace cleanup.
5947 (try_thread_db_load_1): Fix comment.
5948
84e578fb
DE
5949 * linux-thread-db.c (set_libthread_db_search_path): New function.
5950 (_initialize_thread_db): Add setter for libthread-db-search-path.
5951
673c2bbe
DE
59522011-05-09 Doug Evans <dje@google.com>
5953
478aac75
DE
5954 * NEWS: Mention --with-iconv-bin.
5955 * configure.ac: New option --with-iconv-bin.
5956 * configure: Regenerate.
5957 * config.in: Regenerate.
5958 * defs.h (relocate_gdb_directory): Declare.
5959 * main.c (relocate_gdb_directory): Renamed from relocate_directory,
5960 removed progname parameter, and exported. All callers updated.
5961 * charset.c (find_charset_names): Use --with-iconv-bin if specified.
5962
673c2bbe
DE
5963 * linux-nat.c (lin_lwp_attach_lwp): For !WIPSTOPPED case,
5964 adding missing call to restore_child_signals_mask.
5965
e4c8541f
PA
59662011-05-09 Pedro Alves <pedro@codesourcery.com>
5967
5968 * inferior.h (wait_for_inferior): Remove `thread_exec_as_sigtrap'
5969 parameter.
5970 * infrun.c (proceed, start_remote): Adjust.
5971 (wait_for_inferior): Remove `thread_exec_as_sigtrap' parameter,
5972 and adjust to not handle it.
5973 * solib-irix.c (irix_solib_create_inferior_hook): Adjust.
5974 * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
5975 * solib-sunos.c (sunos_solib_create_inferior_hook): Adjust.
5976 * solib-svr4.c (svr4_solib_create_inferior_hook): Adjust.
5977 * windows-nat.c (do_initial_windows_stuff): Adjust.
5978 * infcmd.c (attach_command): Adjust.
5979 (notice_new_inferior): Adjust.
5980
a536c6d7
UW
59812011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5982
5983 * ppc-linux-tdep.c (ppu2spu_prev_register): Handle pseudo registers.
5984 (ppu2spu_unwind_register): Mark pseudo registers unavailable.
5985 * spu-tdep.c (op_selb): Use correct value.
5986
7845b013
UW
59872011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5988
5989 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Add NULL
5990 "parent" parameter to symbol_file_add_from_bfd call.
5991
9c06b0b4
TJB
59922011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5993 Thiago Jung Bauermann <bauerman@br.ibm.com>
5994
5995 Implement support for PowerPC BookE masked watchpoints.
5996 * NEWS: Mention masked watchpoint support. Create "Changed commands"
5997 section.
5998 * breakpoint.h (struct breakpoint_ops) <works_in_software_mode>: New
5999 method. Initialize to NULL in all existing breakpoint_ops instances.
6000 (struct breakpoint) <hw_wp_mask>: New field.
6001 * breakpoint.c (is_masked_watchpoint): Add prototype.
6002 (update_watchpoint): Don't set b->val for masked watchpoints. Call
6003 breakpoint's breakpoint_ops.works_in_software_mode if available.
6004 (watchpoints_triggered): Handle the case of a hardware masked
6005 watchpoint trigger.
6006 (watchpoint_check): Likewise.
6007 (works_in_software_mode_watchpoint): New function.
6008 (insert_masked_watchpoint, remove_masked_watchpoint)
6009 (resources_needed_masked_watchpoint)
6010 (works_in_software_mode_masked_watchpoint, print_it_masked_watchpoint)
6011 (print_one_detail_masked_watchpoint, print_mention_masked_watchpoint)
6012 (print_recreate_masked_watchpoint, is_masked_watchpoint): New
6013 functions.
6014 (masked_watchpoint_breakpoint_ops): New structure.
6015 (watch_command_1): Check for the existence of the `mask' parameter.
6016 Set b->ops according to the type of hardware watchpoint being created.
6017 * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint)
6018 (ppc_linux_remove_mask_watchpoint)
6019 (ppc_linux_masked_watch_num_registers): New functions.
6020 (_initialize_ppc_linux_nat): Initialize to_insert_mask_watchpoint,
6021 to_remove_mask_watchpoint and to_masked_watch_num_registers.
6022 * target.c (update_current_target): Mention to_insert_mask_watchpoint,
6023 to_remove_mask_watchpoint, and to_masked_watch_num_registers.
6024 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
6025 (target_masked_watch_num_registers): New functions.
6026 * target.h (struct target_ops) <to_insert_mask_watchpoint>,
6027 <to_remove_mask_watchpoint>, <to_masked_watch_num_registers>: New
6028 methods.
6029 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
6030 (target_masked_watch_num_registers): Add prototypes.
6031
8be455d7
JK
60322011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6033
6034 PR 12573
6035 * dwarf2read.c (struct dwarf2_cu): New field has_loclist.
6036 (producer_is_gcc_ge_4_0): New function.
6037 (process_full_comp_unit): Set also symtab->locations_valid. Move the
6038 symtab->language code.
6039 (var_decode_location): Set cu->has_loclist.
6040 * symtab.c (skip_prologue_sal): New variables saved_pc, force_skip and
6041 skip. Intialize force_skip from locations_valid. Move the prologue
6042 skipping code into two passes.
6043 * symtab.h (struct symtab): Make the primary field a bitfield. New
6044 field locations_valid.
6045
d8228535
JK
60462011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6047
6048 * c-exp.y (qualified_name): Call destructor_name_p with $1.type.
6049 (classify_inner_name): Call cp_lookup_nested_type with
6050 yylval.tsym.type.
6051 * cp-namespace.c (cp_lookup_nested_type): New variable
6052 saved_parent_type. Call CHECK_TYPEDEF for parent_type. Call
6053 type_name_no_tag_or_error with saved_parent_type.
6054 * dwarf2read.c (load_partial_dies): Read in any children of
6055 DW_TAG_typedef with complaint in such case.
6056 * gdbtypes.c (type_name_no_tag_or_error): New function.
6057 * gdbtypes.h (type_name_no_tag_or_error): New prototype.
6058 * valops.c (destructor_name_p): New comment for parameter type. Remove
6059 type const. Make dname and cp const. Call type_name_no_tag_or_error.
6060 * value.h (destructor_name_p): Remove type const.
6061
1976171a
JK
60622011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6063
6064 * symtab.c (compare_symbol_name): New function.
6065 (completion_list_add_name, expand_partial_symbol_name): Call it,
6066 remove the variable ncmp.
6067 (default_make_symbol_completion_list_break_on): Reduce SYM_TEXT_LEN,
6068 gdb_assert it.
6069
a9634178
TJB
60702011-05-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
6071
6072 Demote to sw watchpoint only in update_watchpoint.
6073 * breakpoint.c (update_watchpoint): Change between software and
6074 hardware watchpoint for all kinds of watchpoints, not just
6075 read/write ones. Determine b->exact value here instead of
6076 in watch_command_1. Error out if there are not enough resources
6077 for a read or access hardware watchpoint.
6078 (watch_command_1): Remove logic of checking whether there are
6079 enough resources available, since update_watchpoint will do that
6080 work now. Don't set b->exact here. Catch exceptions thrown by
6081 update_watchpoint and delete the watchpoint.
6082 (can_use_hardware_watchpoint): Remove exact_watchpoints argument.
6083 Use target_exact_watchpoints instead.
6084 (delete_breakpoint): Notify observers only if deleted watchpoint
6085 has a breakpoint number assigned to it.
6086
4c67c798
JJ
60872011-05-05 Janis Johnson <janisjo@codesourcery.com>
6088
6089 * MAINTAINERS: Add myself as a write-after-approval maintainer.
6090
a3fcb948
JG
60912011-05-05 Jerome Guitton <guitton@adacore.com>
6092
6093 * i386-tdep.c (i386_in_stack_tramp_p, i386_stack_tramp_frame_sniffer):
6094 New functions.
6095 (i386_stack_tramp_frame_unwind): New static global.
6096 (i386_match_pattern): New function, extracted from i386_match_insn.
6097 (i386_match_insn): Use i386_match_pattern.
6098 (i386_match_insn_block): New function.
6099 (i386_tramp_chain_in_reg_insns)
6100 (i386_tramp_chain_on_stack_insns): New static variables.
6101 (i386_gdbarch_init): Add i386_stack_tramp_frame_unwind to list
6102 of unwinders.
6103
4d393d60
JM
61042011-05-04 Joseph Myers <joseph@codesourcery.com>
6105
6106 * configure.host (xscale*): Don't handle target.
6107 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
6108 handle targets.
6109
f70bd40b
YQ
61102011-05-04 Yao Qi <yao@codesourcery.com>
6111
6112 * gdb_wait.h: remove WAITTYPE and WCOREDUMP.
6113
dd3295ee
JB
61142011-05-03 Joel Brobecker <brobecker@adacore.com>
6115
6116 Revert:
6117 | 2011-03-07 Michael Snyder <msnyder@vmware.com>
6118 | * elfread.c (elf_symtab_read): Stop memory leak.
6119
90375a0e
PM
61202011-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6121
6122 * nto-tdep.c (nto_target): Replace deprecated call to
6123 cygwin_conv_to_posix_path functions by cygwin_conv_path calls.
6124
d07205c2
JK
61252011-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6126
6127 Fix false GCC warning.
6128 * breakpoint.c (do_enable_breakpoint): Initialize orig_enable_state.
6129
1e718ff1
TJB
61302011-05-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
6131
6132 * breakpoint.c (update_watchpoint): Move code to change
6133 the enable state of breakpoint from here ...
6134 (do_enable_breakpoint): ... to here.
6135
35bef4fd
TT
61362011-04-26 Andrew Gontarek <andrewg@cray.com>
6137
78290264
PP
6138 * valprint.c (val_print_array_elements): Fixed poor performance
6139 of printing very large arrays with repeat_count_threshold set
6140 to unlimited. New comment.
35bef4fd 6141
38a714bb
TT
61422011-04-29 Tom Tromey <tromey@redhat.com>
6143
6144 * mi/mi-parse.c (mi_parse): Remove incorrect sizeof.
6145 (mi_parse): Likewise.
6146 * breakpoint.c (break_range_command): Use sizeof char*, not
6147 char**.
6148 (create_breakpoint): Likewise.
6149 (parse_breakpoint_sals): Likewise.
6150
eb73ad13
PA
61512011-04-29 Pedro Alves <pedro@codesourcery.com>
6152
6153 * linux-nat.c (linux_child_remove_fork_catchpoint)
6154 (linux_child_remove_vfork_catchpoint)
6155 (linux_child_remove_exec_catchpoint): New functions.
6156 (linux_target_install_ops): Install them.
6157
d65aec65
PM
61582011-04-29 Phil Muldoon <pmuldoon@redhat.com>
6159
6160 PR mi/12531
6161
6162 * varobj.c (install_default_visualizer): Do not install a
6163 visualizer if the varobj is CPLUS_FAKE_CHILD.
6164 (construct_visualizer): Likewise.
6165
165195f4
JK
61662011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6167
6168 * symtab.c (expand_partial_symbol_name): New variable NCMP. Support
6169 case insensitive comparison.
6170
30852783
UW
61712011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
6172
6173 * infrun.c (proceed): Revert previous change.
6174 (resume): Instead, handle the case of signal delivery while stepping
6175 off a breakpoint location here, and only if software single-stepping
6176 is used. Handle nested signals.
6177
7ff120b4
YQ
61782011-04-28 Yao Qi <yao@codesourcery.com>
6179
6180 * arm-tdep.c (copy_unmodified): Rename to ...
6181 (arm_copy_unmodified): .. this. New.
6182 (copy_preload): Move common part to ...
6183 (install_preload): .. this. New.
6184 (arm_copy_preload): New.
6185 (copy_preload_reg): Move common part to ...
6186 (install_preload_reg): ... this. New.
6187 (arm_copy_preload_reg): New.
6188 (copy_b_bl_blx): Move common part to ...
6189 (install_b_bl_blx): .. this. New.
6190 (arm_copy_b_bl_blx): New.
6191 (copy_bx_blx_reg): Move common part to ...
6192 (install_bx_blx_reg): ... this. New.
6193 (arm_copy_bx_blx_reg): New.
6194 (copy_alu_reg): Move common part to ...
6195 (install_alu_reg): ... this. New.
6196 (arm_copy_alu_reg): New.
6197 (copy_alu_shifted_reg): Move common part to ...
6198 (install_alu_shifted_reg): ... this. New.
6199 (copy_ldr_str_ldrb_strb): Move common part to ...
6200 (install_ldr_str_ldrb_strb): ... this. New.
6201 (arm_copy_ldr_str_ldrb_strb): New.
6202 (copy_copro_load_store): Move some common part to ...
6203 (install_copy_copro_load_store): ... this. New.
6204 (arm_copy_copro_load_store): New.
6205 (copy_svc): Delete.
6206 (arm_copy_svc): Renamed from copy_svc.
6207 (copy_undef): Delete.
6208 (arm_copy_undef): Renamed from copy_undef.
6209 (decode_ext_reg_ld_st): Delete.
6210 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
6211 (decode_svc_copro): Delete.
6212 (arm_decode_svc_copro): Renamed from decode_svc_copro.
6213 (copy_copro_load_store, copy_alu_imm): update callers.
6214 (copy_extra_ld_st, copy_block_xfer): Likewise.
6215 (decode_misc_memhint_neon, decode_unconditional): Likewise.
6216 (decode_miscellaneous, decode_dp_misc): Likewise.
6217 (decode_ld_st_word_ubyte, decode_media): Likewise.
6218 (decode_b_bl_ldmstm, decode_ext_reg_ld_st): Likewise.
6219 (decode_svc_copro, decode_misc_memhint_neon): Likewise.
6220 (decode_unconditional, decode_miscellaneous): Likewise.
6221 (decode_media, decode_b_bl_ldmstm): Likewise.
6222 (arm_process_displaced_insn): Likewise..
6223 (decode_misc_memhint_neon): Delete.
6224 (arm_decode_misc_memhint_neon): Renamed from decode_misc_memhint_neon.
6225 (decode_miscellaneous): Delete.
6226 (arm_decode_miscellaneous): Renamed from decode_miscellaneous.
6227 (decode_dp_misc): Delete.
6228 (arm_decode_dp_misc): Renamed from decode_dp_misc.
6229 (decode_ld_st_word_ubyte): Delete.
6230 (arm_decode_ld_st_word_ubyte): Renamed from decode_ld_st_word_ubyte.
6231 (decode_media): Delete.
6232 (arm_decode_media): Renamed from decode_media.
6233 (decode_b_bl_ldmstm): Delete.
6234 (arm_decode_b_bl_ldmstm): Renamed from decode_b_bl_ldmstm.
6235 (decode_ext_reg_ld_st): Delete.
6236 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
6237 (decode_unconditional): Delete.
6238 (arm_decode_unconditional): Renamed from decode_unconditional.
6239
559a7a62
JK
62402011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6241
6242 Case insensitive lookups implementation.
6243 * dwarf2read.c: Include ctype.h.
6244 (struct mapped_index): New field version.
6245 (mapped_index_string_hash): New parameter index_version. New comment
6246 for it. Call tolower appropriately.
6247 (find_slot_in_mapped_hash): New variable cmp, initialize it, use it.
6248 Choose the right index version for mapped_index_string_hash.
6249 (dwarf2_read_index): Support also the index version 5. Initialize the
6250 new struct mapped_index field version.
6251 (hash_strtab_entry): Pass INT_MAX for the new parameter, explain why.
6252 (find_slot): Explain the version needs. Pass INT_MAX for the new
6253 parameter.
6254 (write_psymtabs_to_index): Produce version 5.
6255 * minsyms.c (lookup_minimal_symbol): New variable cmp, initialize it,
6256 use it. New comment for SYMBOL_MATCHES_SEARCH_NAME.
6257 * psymtab.c (lookup_partial_symbol): Find the
6258 SYMBOL_MATCHES_SEARCH_NAME start of the found block of matching
6259 entries.
6260 * symtab.c (lookup_symbol_in_language): Remove the case_sensitive_off
6261 NAME lowercasing.
6262 (search_symbols): Pass REG_ICASE to regcomp for case_sensitive_off.
6263 (completion_list_add_name): New variable ncmp, initialize it, use it.
6264 * symtab.h (SYMBOL_HASH_NEXT): Always call tolower.
6265 * utils.c (strcmp_iw): Support case_sensitive_off.
6266 (strcmp_iw_ordered): Sort in a way compatible with case_sensitive_off.
6267 New function comment part. New variables saved_string1,
6268 saved_string2 and case_pass. Add a proper second pass.
6269
681bf369
JK
62702011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6271
6272 Replace re_comp/re_exec by regcomp/regexec.
6273 * symtab.c (struct search_symbols_data): New fields preg, preg_p.
6274 (search_symbols_name_matches): Use them, use regexec.
6275 (search_symbols): New variable retval_chain, adjust the use of
6276 old_chain against it. Replace re_comp by regcomp. Use the new struct
6277 search_symbols_data fields, use regexec instead of re_exec.
6278
b11b1f88
JK
62792011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6280
6281 Format the code for the next patch.
6282 * dwarf2read.c (struct mapped_index): Include delimiting newlines.
6283 * utils.c (strcmp_iw_ordered): Reformat the code for the next patch.
6284 New variables c1 and c2.
6285
2484c66b
UW
62862011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
6287
6288 * infrun.c (proceed): Do not single-step into signal delivery
6289 when stepping off a breakpoint location.
6290 (insert_step_resume_breakpoint_at_frame): Move prototype earlier.
6291 (insert_step_resume_breakpoint_at_caller): Likewise.
6292 (insert_step_resume_breakpoint_at_sal): Likewise.
6293 (insert_longjmp_resume_breakpoint): Likewise.
6294
47423772
YQ
62952011-04-27 Yao Qi <yao@codesourcery.com>
6296
6297 * common/linux-ptrace.h: Remove include <sys/wait.h>.
6298
13bdd2e7
JB
62992011-04-27 Joel Brobecker <brobecker@adacore.com>
6300
6301 * procfs.c (procfs_pass_signals): Fix advance declaration.
6302
2455069d
UW
63032011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
6304
6305 * target.h (struct target_ops): Remove to_notice_signals;
6306 add to_pass_signals.
6307 (target_notice_signals): Remove.
6308 (target_pass_signals): Add prototype.
6309 * target.c (update_current_target): Remove to_notice_signals;
6310 mention to_pass_signals.
6311 (target_pass_signals): New function.
6312 (debug_to_notice_signals): Remove.
6313 (setup_target_debug): Do not install debug_to_notice_signals.
6314
6315 * infrun.c (signal_pass): New global.
6316 (resume): Call target_pass_signals.
6317 (handle_inferior_event): Report all signals while stepping over
6318 non-steppable watchpoint. Reset trap_expected to ensure breakpoints
6319 are re-inserted when stepping over a signal handler.
6320 (signal_cache_update): New function.
6321 (signal_stop_update): Call it.
6322 (signal_print_update): Likewise.
6323 (signal_pass_update): Likewise.
6324 (handle_command): Call signal_cache_update and target_pass_signals
6325 instead of target_notice_signals.
6326 (_initialize_infrun): Initialize signal_pass.
6327
6328 * linux-nat.c (pass_mask): New global.
6329 (linux_nat_pass_signals): New function.
6330 (linux_nat_create_inferior): Report all signals initially.
6331 (linux_nat_attach): Likewise.
6332 (linux_nat_resume): Use pass_mask to decide whether to directly
6333 handle an inferior signal.
6334 (linux_nat_wait_1): Likewise.
6335 (linux_nat_add_target): Install to_pass_signals callback.
6336
6337 * nto-procfs.c (notice_signals): Remove.
6338 (procfs_resume): Do not call notice_signals.
6339 (procfs_notice_signals): Remove.
6340 (procfs_pass_signals): New function.
6341 (init_procfs_ops): Install to_pass_signals callback instead of
6342 to_notice_signals callback.
6343 (_initialize_procfs): Report all signals initially.
6344
6345 * procfs.c (procfs_notice_signals): Remove.
6346 (procfs_pass_signals): New function.
6347 (procfs_target): Install to_pass_signals callback instead of
6348 to_notice_signals callback.
6349 (register_gdb_signals): Remove.
6350 (procfs_debug_inferior): Report all signals initially.
6351 (procfs_init_inferior): Remove redundant register_gdb_signals call.
6352
6353 * remote.c (remote_pass_signals): Add numsigs and pass_signals
6354 parameters; use them instead of calling signal_..._state routines.
6355 (remote_notice_signals): Remove.
6356 (remote_start_remote): Report all signals initially.
6357 (remote_resume): Do not call remote_pass_signals.
6358 (_initialize_remote): Install to_pass_signals callback instead of
6359 to_notice_signals callback.
6360
46c6471b
PA
63612011-04-27 Pedro Alves <pedro@codesourcery.com>
6362
6363 * breakpoint.c (user_settable_breakpoint): Delete.
6364 (user_breakpoint_p): Remove check on user_settable_breakpoint.
6365 (delete_command): Check user_breakpoint_p instead of looking at
6366 the breakpoint's type.
6367 (disable_command): Ditto.
6368 (enable_command): Ditto.
6369 (delete_trace_command): Use user_breakpoint_p instead of looking
6370 at the breakpoint number directly. When checking if there are
6371 user visible tracepoints, in order to know whether to ask the user
6372 for confirmation, check whether the breakpoint is actually a
6373 tracepoint.
6374
f6d90398
VP
63752011-04-27 Vladimir Prus <vladimir@codesourcery.com>
6376
6377 * python/py-breakpoint.c (gdbpy_breakpoint_created): Fix
6378 compilation.
6379
8d3788bd
VP
63802011-04-27 Vladimir Prus <vladimir@codesourcery.com>
6381
6382 MI breakpoint notifications.
6383
f33edef8
PP
6384 * annotate.c (breakpoint_changed): Adjust parameter type.
6385 * breakpoint.c (set_breakpoint_condition): Adjust to change
6386 in breakpoint_modified type.
6387 (breakpoint_set_commands): Likewise.
6388 (do_map_commands_command): Likewise.
6389 (bpstat_check_breakpoint_conditions): Notify that breakpoint has
6390 changed after bumping hit count.
6391 (bpstat_stop_status): Likewise.
6392 (print_one_breakpoint_location): Don't wrap in tuple here.
6393 (print_one_breakpoint): Always print individual locations.
6394 For locations, use unnamed tuple.
6395 (disable_breakpoints_in_unloaded_shlib): Notify that breakpoint
6396 has changed.
6397 (create_catchpoint, create_syscall_event_catchpoint): Call
6398 breakpoint_created obsever.
6399 (mention): Don't call breakpoint_created observer.
6400 (create_breakpoint_sal): Call breakpoint_created observer.
6401 (create_breakpoint, watch_command_1): Likewise.
6402 (create_ada_exception_breakpoint): Likewise.
6403 (delete_breakpoint): Call breakpoint_deleted breakpoint.
6404 (locations_are_equal): New.
6405 (update_breakpoint_locations): If locations were changed, notify.
6406 (set_ignore_count, disable_breakpoint, do_enable_breakpoint):
6407 Call breakpoint_modified observer.
6408
6409 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
6410 (mi_cmd_break_insert): Don't set observers for modify and delete.
6411 * mi/mi-interp.c (mi_suppress_breakpoint_notifications): New.
6412 (mi_breakpoint_created, mi_breakpoint_deleted)
6413 (mi_breakpoint_modified): New.
6414 (mi_interpreter_init): Hook the above.
6415 * mi/mi-main.c (mi_cmd_execute): Disable breakpoint notifications
6416 while -break-* commands are executing.
6417 * mi/mi-main.h (mi_suppress_breakpoint_notifications): New.
6418 * mi/mi-out.c (struct ui_out_data): New field original_buffer.
6419 (mi_redirect): New.
6420 (mi_ui_out_impl): Hook in mi_redirect.
6421 (mi_field_skip): True to the name, skip the field, don't output
6422 a field with an empty value.
6423
6424 * python/py-breakpoint.c (gdbpy_breakpoint_created)
6425 (gdbpy_breakpoint_deleted): Adjust.
6426 * tui/tui-hooks.c (tui_event_create_breakpoint)
6427 (tui_event_delete_breakpoint, tui_event_modify_breakpoint): Adjust.
8d3788bd 6428
a8f42b45
UW
64292011-04-26 Aleksandar Ristovski <aristovski@qnx.com>
6430
6431 * nto-procfs.c (procfs_insert_hw_watchpoint): Fix prototype.
6432 (procfs_remove_hw_watchpoint): Likewise.
6433
57e12211
TT
64342011-04-26 Michael Walle <michael@walle.cc>
6435
6436 * remote.c (remote_start_remote): Ack packet after sending the
6437 interrupt sequence.
6438
af96c192
YQ
64392011-04-26 Yao Qi <yao@codesourcery.com>
6440
f33edef8
PP
6441 * linux-nat.c: Move common macros to ...
6442 Include linux-ptrace.h.
6443 * common/linux-ptrace.h: ... here. New.
af96c192 6444
3e03848b
JK
64452011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6446
6447 * elfread.c (elf_symfile_read): Protect dwarf2_initialize_objfile by
6448 !objfile_has_partial_symbols. New comment.
6449 * objfiles.c (objfile_has_partial_symbols): Call HAS_SYMBOLS if
6450 SYM_READ_PSYMBOLS is not present. Extend the comment.
6451 * symfile.h (struct sym_fns): Extend the sym_read_psymbols comment.
6452
1ae0d051
JK
64532011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6454
6455 * defs.h (ENUM_BITFIELD): Remove.
6456
03f2bd59
JK
64572011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6458 Eli Zaretskii <eliz@gnu.org>
6459
6460 * NEWS: Document the new gdbserver --once option.
6461
4161fbb0
JZ
64622011-04-21 Jie Zhang <jzhang918@gmail.com>
6463
6464 * MAINTAINERS: Update my email address.
6465
bcb28afc
PM
64662011-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6467
6468 * gdb_wchar.h (USE_INTERMEDIATE_ENCODING_FUNCTION): New macro.
6469 (INTERMEDIATE_ENCODING): Change value to intermediate_encoding
6470 function call if __STDC_ISO_10646__ macro is defined.
6471 (intermediate_encoding): New prototype.
6472 * charset.c (your_gdb_wchar_t_is_bogus): New extern test variable
6473 to generate compile time error for unsupported gdb_wchar_t size.
6474 (ENDIAN_SUFFIX): New macro.
6475 (intermediate_encoding): New function.
6476
7b08b9eb
JK
64772011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6478
6479 * ada-lang.c (struct add_partial_datum): Update the comment for
6480 expand_partial_symbol_name.
6481 (ada_add_partial_symbol_completions): Rename to ...
6482 (ada_expand_partial_symbol_name): ... here, change return type, update
6483 function comment, call symbol_completion_match instead of
6484 symbol_completion_add.
6485 (ada_make_symbol_completion_list): Use now expand_partial_symbol_names
6486 and ada_expand_partial_symbol_name.
6487 * dwarf2read.c (dw2_expand_symtabs_matching): Support NULL
6488 FILE_MATCHER.
6489 (dw2_map_symbol_names): Remove.
6490 (dwarf2_gdb_index_functions): Unlist dw2_map_symbol_names.
6491 * psymtab.c (map_symbol_names_psymtab): Remove.
6492 (expand_symtabs_matching_via_partial): Support NULL FILE_MATCHER.
6493 Support KIND == ALL_DOMAIN. Exchange the NAME_MATCHER and KIND check
6494 order.
6495 (psym_functions): Unlist map_symbol_names_psymtab.
6496 (map_partial_symbol_names): Rename to ...
6497 (expand_partial_symbol_names): ... here, change the FUN type, call
6498 expand_symtabs_matching with ALL_DOMAIN and NULL FILE_MATCHER now.
6499 * psymtab.h (map_partial_symbol_names): Rename to ...
6500 (expand_partial_symbol_names): ... here, change the FUN type.
6501 * symfile.h (struct quick_symbol_functions): Update the description of
6502 expand_symtabs_matching. Remove map_symbol_names.
6503 * symtab.c (search_symbols): Add ALL_DOMAIN to the function comment.
6504 (struct add_name_data): Update the comment for
6505 expand_partial_symbol_name.
6506 (add_partial_symbol_name): Rename to ...
6507 (expand_partial_symbol_name): ... here. Replace
6508 completion_list_add_name call by strncmp.
6509 (default_make_symbol_completion_list_break_on): Use now
6510 expand_partial_symbol_names and expand_partial_symbol_name.
6511 * symtab.h (enum search_domain): New element ALL_DOMAIN.
6512
90476074
TT
65132011-04-20 Tom Tromey <tromey@redhat.com>
6514
6515 * dwarf2read.c (save_gdb_index_command): Replace format
6516 documentation with a pointer to the manual.
6517
c21236dc
PA
65182011-04-20 Pedro Alves <pedro@codesourcery.com>
6519
6520 * regcache.c: Include remote.h.
6521 (enum regcache_dump_what) <regcache_dump_remote>: New enum value.
6522 (regcache_dump): Handle regcache_dump_remote.
6523 (maintenance_print_remote_registers): New function.
6524 (_initialize_regcache): Install "maint print remote-registers"
6525 command.
6526 * remote.c (map_regcache_remote_table): New function, factored out
6527 from ...
6528 (init_remote_state): ... here.
6529 (remote_register_number_and_offset): New.
6530 * remote.h (remote_register_number_and_offset): Declare.
6531
b78974c3
PA
65322011-04-20 Pedro Alves <pedro@codesourcery.com>
6533
6534 * regcache.c (get_thread_arch_regcache): If creating a regcache for
6535 null_ptid, assume and allow a NULL address space, instead of
6536 asking the target for the ptid's address space.
6537 * infrun.c (ptid_is_pid): Remove assertion.
6538
7a9dd1b2
TT
65392011-04-19 Tom Tromey <tromey@redhat.com>
6540
6541 * windows-tdep.c (windows_xfer_shared_library):
6542 * windows-nat.c (get_module_name, windows_make_so):
6543 * v850-tdep.c (v850_handle_pushm):
6544 * utils.c (null_cleanup, gdb_realpath):
6545 * ui-out.c (get_next_header):
6546 * tracepoint.c (clear_traceframe_info):
6547 * symtab.c (lookup_symtab):
6548 * serial.h (struct serial_ops):
6549 * mipsread.c (read_alphacoff_dynamic_symtab):
6550 * infcmd.c (print_return_value):
6551 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address):
6552 * f-exp.y (parse_number):
6553 * exceptions.c (catch_exceptions):
6554 * dummy-frame.c (dummy_frame_this_id):
6555 * defs.h (struct cleanup):
6556 * breakpoint.c (disable_breakpoints_in_unloaded_shlib):
6557 * arm-tdep.c (arm_push_dummy_call):
6558 * amd64-tdep.h (amd64_collect_xsave):
6559 * amd64-tdep.c (amd64_collect_xsave):
6560 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache):
6561 * README (typing): Remove duplicate words.
6562 * cli/cli-decode.c (lookup_cmd_composition): Add comma.
6563 * infrun.c (siginfo_value_read): Fix typo.
6564 * solib-frv.c (frv_fdpic_find_global_pointer): Likewise.
6565 * top.c (source_line_number): Add comma.
6566
9941e0c5
MK
65672011-04-19 Marc Khouzam <marc.khouzam@ericsson.com>
6568
6569 * thread.c (any_live_thread_of_process): Prioritize threads
6570 that are not executing.
6571 * gdbthread.h (any_live_thread_of_process): Update comment
6572 as per above change.
6573
ed4b0e6a
AS
65742011-04-19 Andreas Schwab <schwab@linux-m68k.org>
6575
6576 * xcoffread.c (process_xcoff_symbol): Remove useless cast.
6577 (scan_xcoff_symtab): Likewise.
6578
9b13a2db
PM
65792011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6580
6581 * xcoffread.c (process_xcoff_symbol): ARI fix: Avoid assignment
6582 inside if clause.
6583
1c6e1b0d
PM
65842011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6585 Pedro Alves <pedro@codesourcery.com>
6586
6587 * xstormy16-tdep.c (xstormy16_push_dummy_call): Add local
6588 variables to simplify code and avoid == operator at end of
6589 line as this is against GNU coding standards.
6590
74de0234
PM
65912011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6592
6593 * solib-svr4.c (svr4_keep_data_in_core): Rename local variable
6594 lm_name to name_lm to avoid conflict with lm_name function.
6595
b23518f0
PM
65962011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6597
6598 ARI fixes: Use only lowercase function name for static functions.
6599 * nto-tdep.c (LM_ADDR): Rename to...
6600 (lm_addr): New function name.
6601 (nto_relocate_section_addresses): Adapt to change above.
6602 * solib-sunos.c (LM_ADDR): Rename to...
6603 (lm_addr): New function name.
6604 (LM_NEXT): Rename to...
6605 (lm_next): New function name.
6606 (sunos_current_sos, sunos_relocate_section_addresses): Adapt to
6607 function name changes above.
6608 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Rename to...
6609 (lm_addr_from_link_map): New function name.
6610 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Rename to...
6611 (has_lm_dynamic_from_link_map): New function name.
6612 (LM_DYNAMIC_FROM_LINK_MAP): Rename to...
6613 (lm_dynamic_from_link_map): New function name.
6614 (LM_ADDR_CHECK): Rename to...
6615 (lm_addr_check): New function name.
6616 (LM_NEXT): Rename to...
6617 (lm_next): New function name.
6618 (LM_PREV): Rename to...
6619 (lm_prev): New function name.
6620 (LM_NAME): Rename to...
6621 (lm_name): New function name.
6622 (IGNORE_FIRST_LINK_MAP_ENTRY): Rename to...
6623 (ignore_first_link_map_entry): New function name.
6624 (svr4_keep_data_in_core): Adapt to function name changes above.
6625 (svr4_current_sos): Likewise.
6626 (enable_break): Likewise.
6627 (svr4_relocate_section_addresses): Likewise.
6628
1448a0a2
PM
66292011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6630
6631 ARI cleanup.
6632 * xtensa-tdep.c (xtensa_register_type): Use xstrprintf instead of
6633 sprintf. Simplify code and avoid loosing memory.
6634 (xtensa_register_reggroup_p): Extract assignment out of IF clause.
6635 (call0_frame_cache): Remove && operator from end of line.
6636
02835898
JK
66372011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6638
6639 Fix libraries displacement if they change whether they were prelinked.
6640 * solib-svr4.c (LM_ADDR_CHECK): Set L_ADDR even if the DYNAMIC pointer
6641 does not match. Comment why.
6642
9a845ea2
JK
66432011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6644
6645 * corelow.c: Include wrapper.h.
6646 (core_open): Call now gdb_target_find_new_threads.
6647 * wrapper.c: Include target.h.
6648 (gdb_target_find_new_threads): New.
6649 * wrapper.h (gdb_target_find_new_threads): New declaration.
6650
254f582e
JK
66512011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6652
6653 * linux-thread-db.c (find_new_threads_callback): Exit on zero TI_TID
6654 even if !TARGET_HAS_EXECUTION.
6655
63524580
JK
66562011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6657
6658 Fix convert_code_addr_to_desc_addr for ppc64 files after eu-strip.
6659 * elfread.c (elf_symfile_read): New variable synth_abfd, pass it to
6660 bfd_get_synthetic_symtab.
6661 * jit.c (jit_register_code): Pass NULL to the new parameter parent.
6662 * machoread.c (macho_add_oso_symfile): Pass main_objfile to the new
6663 parameter parent, remove the call to add_separate_debug_objfile.
6664 * solib.c (solib_read_symbols): Pass NULL to the new parameter parent.
6665 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
6666 * symfile.c (symbol_file_add_with_addrs_or_offsets): New parameter
6667 parent, new comment for it, call add_separate_debug_objfile for it.
6668 (symbol_file_add_separate): Pass objfile as the parameter parent,
6669 remove the call to add_separate_debug_objfile.
6670 (symbol_file_add_from_bfd): New parameter parent, pass it.
6671 (symbol_file_add): Pass NULL to the new parameter parent.
6672 * symfile.h (symbol_file_add_from_bfd): New parameter parent.
6673
90359a16
JK
66742011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6675
6676 * elfread.c (elf_symtab_read): Do not ignore .L symbols if they are
6677 BSF_SYNTHETIC.
6678
626e7282
JK
66792011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6680
6681 Fix Python access to inlined frames.
6682 * python/py-frame.c (frapy_read_var): Find BLOCK using get_frame_block.
6683 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
6684
cf31e6f9
TT
66852011-04-15 Tom Tromey <tromey@redhat.com>
6686
6687 * dwarf2read.c (add_index_entry): Use VEC_last, not VEC_length.
6688
c8d895f1
GB
66892011-04-15 Gary Benson <gbenson@redhat.com>
6690
6691 * MAINTAINERS: Add myself to write-after-approval section.
6692
56a9aa1d
MF
66932011-04-14 Mike Frysinger <vapier@gentoo.org>
6694
6695 * remote-sim.c (sim_command_completer): New function.
6696 (_initialize_remote_sim): Set completer to sim_command_completer.
6697
ba770c9c
TJB
66982011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
6699
6700 * breakpoint.c (print_exception_catchpoint): Rename to ...
6701 (print_it_exception_catchpoint): ... this.
6702 (gnu_v3_exception_catchpoint_ops): Update with new name
6703 for print_it_exception_catchpoint.
6704
51bf2553
EBM
67052011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
6706
6707 * MAINTAINERS: Add myself for write after approval privileges.
6708
d242658c
MP
67092011-04-13 Marek Polacek <mpolacek@redhat.com>
6710
6711 * MAINTAINERS: Add myself as a write-after-approval maintainer.
6712
4a4106ca
TJB
67132011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
6714
6715 * breakpoint.c (watch_command_1): Remove colon from exp_string.
6716
26063d49
TJB
67172011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
6718
6719 * breakpoint.c (save_breakpoints): Verify whether
6720 breakpoint_ops.print_recreate is defined before calling it.
6721
7782b183
GB
67222011-04-11 Gary Benson <gbenson@redhat.com>
6723
6724 Fix failure with --enable-maintainer-mode.
6725 * Makefile.in (aclocal_m4_deps): Updated gnulib dependencies.
6726
e8930875
JK
67272011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6728
6729 Code cleanup.
6730 * symtab.c (search_symbols): Reorder the KIND description in the
6731 function comment. Remove the unused 4th element of types, types2,
6732 types3 and types4. New gdb_assert on KIND.
6733 (symtab_symbol_info): Remove the unused 4th element of classnames.
6734 New gdb_assert on KIND.
6735 * symtab.h (enum search_domain): New warning in the enum comment.
6736 Assign numbers to the elements VARIABLES_DOMAIN, FUNCTIONS_DOMAIN and
6737 TYPES_DOMAIN.
6738
b4f2f049
JK
67392011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6740
6741 Fix crash of gdb save-index on a STABS file.
6742 * dwarf2read.c (write_psymtabs_to_index): Return also on no
6743 PSYMTABS_ADDRMAP.
6744
60d5a603
JK
67452011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6746
6747 Fix DW_AT_accessibility compatibility with gcc-4.6+.
6748 * dwarf2read.c: Include ctype.h.
6749 (producer_is_gxx_lt_4_6, dwarf2_default_access_attribute): New
6750 functions.
6751 (dwarf2_add_field): Fix new_field->accessibility by calling
6752 dwarf2_default_access_attribute. Restructure setting accessibility
6753 vs. virtuality.
6754 (dwarf2_add_member_fn): New variable accessibility. Fix fnp
6755 is_private and is_protected by calling
6756 dwarf2_default_access_attribute.
6757
e0f68161
KB
67582011-04-08 Kevin Buettner <kevinb@redhat.com>
6759
6760 * rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
6761 to the initialization.
6762
2e1aae43
SE
67632011-04-08 Steve Ellcey <sje@cup.hp.com>
6764
6765 * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
6766 initalization.
6767
c6ca3dab
PM
67682011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
6769
6770 Remove support for old Cygwin 1.5 versions.
6771 * remote-fileio.c: Remove macros used to emulate new cygwin_conv_path
6772 function on old Cygwin version.
6773 * windows-nat.c: Remove cygwin version check and always define
6774 __USEWIDE for Cygwin compilation.
6775
bd18283a
YQ
67762011-04-07 Yao Qi <yao@codesourcery.com>
6777
6778 * arm-linux-tdep.c (arm_linux_copy_svc): Remove parameters INSN
6779 and TO.
6780 * arm-tdep.c (cleanup_svc): Handle variable instruction size.
6781 (arm_copy_svc): Remove parameters INSN and TO.
6782 (decode_svc_copro): Update caller.
6783 * arm-tdep.h (struct displaced_step_closure): Remove parameters
6784 from function pointer `copy_svc_os'.
6785
8c8dba6d
YQ
67862011-04-07 Yao Qi <yao@codesourcery.com>
6787
6788 * arm-tdep.c (cleanup_branch): Set a correct return address in
6789 LR for ARM and Thumb.
6790
59d7bcaf
JK
67912011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6792
6793 Code cleanup.
6794 * dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.
6795 * dwarf2read.c (mapped_index_string_hash): Refer to SYMBOL_HASH_NEXT
6796 in the function comment, a new note on values compatibility.
6797 * minsyms.c (msymbol_hash_iw, msymbol_hash): Use SYMBOL_HASH_NEXT.
6798 * symtab.h (SYMBOL_HASH_NEXT): New.
6799
e7db58ea
TJB
68002011-04-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
6801
6802 * ppc-linux-nat.c (check_condition): Add len output parameter.
6803 Set it based on the memory region referenced in the condition
6804 expression. Update all callers.
6805
9f743ef6
JK
68062011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6807
6808 Fix crash regression on systems featuring .gdb_index.
6809 * objfiles.c (free_objfile): Move the
6810 forget_cached_source_info_for_objfile call earlier. Comment it.
6811 Extend the comment for objfile_free_data.
6812
9182c5bc
JK
68132011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6814
6815 Fix regression of displaying the debug format.
6816 * buildsym.c (end_symtab): Set symtab's debugformat and producer from
6817 subfile.
6818
04bd08de
TT
68192011-04-04 Tom Tromey <tromey@redhat.com>
6820
6821 * cli/cli-interp.c (struct captured_execute_command_args):
6822 Remove.
6823 (do_captured_execute_command): Remove.
6824 (safe_execute_command): Use TRY_CATCH.
6825 * cli/cli-script.c (struct wrapped_read_command_file_args):
6826 Remove.
6827 (wrapped_read_command_file): Remove.
6828 (script_from_file): Use TRY_CATCH.
6829 * exceptions.c (catch_exception): Remove.
6830 * exceptions.h (catch_exception): Remove.
6831 (deprecated_throw_reason): Update comment.
6832 * mi/mi-main.c (captured_mi_execute_command): Change 'data'
6833 argument to 'context'.
6834 (mi_execute_command): Use TRY_CATCH.
6835 * remote.c (struct start_remote_args): Remove.
6836 (remote_start_remote): Update; change arguments.
6837 (remote_open_1): Use TRY_CATCH.
6838
58438ac1
TT
68392011-04-04 Tom Tromey <tromey@redhat.com>
6840
6841 * tracepoint.c (scope_info): Update.
6842 * symtab.c (decode_line_spec): Update.
6843 * python/python.c (gdbpy_decode_line): Update.
6844 * linespec.h (decode_line_1): Update.
6845 * linespec.c (decode_line_1): Remove 'not_found_ptr' argument.
6846 (decode_compound, find_method, symtab_from_filename)
6847 (decode_variable): Likewise.
6848 * cli/cli-cmds.c (edit_command): Update.
6849 (list_command): Update.
6850 * breakpoint.c (parse_breakpoint_sals): Remove 'not_found_ptr'
6851 argument.
6852 (create_breakpoint): Update.
6853 (until_break_command): Update.
6854 (addr_string_to_sals): Update.
6855 (decode_line_spec_1): Update.
6856
b78a6381
TT
68572011-04-04 Tom Tromey <tromey@redhat.com>
6858
6859 * breakpoint.c (struct captured_parse_breakpoint_args): Remove.
6860 (do_captured_parse_breakpoint): Remove.
6861 (create_breakpoint): `e' is now volatile. Remove `parse_args'.
6862 Use TRY_CATCH directly.
6863
00174a86
TT
68642011-04-04 Tom Tromey <tromey@redhat.com>
6865
6866 * symtab.h (free_symtab): Remove.
6867 (forget_cached_source_info_for_objfile): Declare.
6868 * symmisc.c (free_symtab): Remove.
6869 * source.c (forget_cached_source_info_for_objfile): New function.
6870 (forget_cached_source_info): Use it.
6871 * objfiles.c (free_objfile): Simplify check before calling
6872 clear_current_source_symtab_and_line. Call
6873 forget_cached_source_info_for_objfile.
6874
30cc903e
TT
68752011-04-04 Tom Tromey <tromey@redhat.com>
6876
6877 * mdebugread.c (psymtab_to_symtab_1): Copy linetable to obstack.
6878 (new_symtab): Don't set `free_code' on symtab.
6879 (new_linetable): Properly handle size==0.
6880 * symtab.h (struct symtab) <free_code, free_func>: Remove.
6881 * symmisc.c (free_symtab): Don't free the linetable. Don't call
6882 free_func.
6883 * jv-lang.c (struct jv_per_objfile_data): New.
6884 (jv_per_objfile_free): Free the data.
6885 (get_dynamics_objfile): Allocate a jv_per_objfile_data.
6886 (get_java_class_symtab): Set the `dict' field on the
6887 jv_per_objfile_data.
6888 (free_class_block): Remove.
6889 * buildsym.c (end_symtab): Don't set `free_code' or `free_func' on
6890 the symtab.
6891
0c2e6019
TT
68922011-04-04 Tom Tromey <tromey@redhat.com>
6893
6894 * symfile.c (reread_symbols): Update.
6895 * objfiles.h (struct objfile) <cp_namespace_symtab>: Remove
6896 field.
6897 * objfiles.c (allocate_objfile): Update.
6898 * cp-support.h (cp_check_possible_namespace_symbols): Don't
6899 declare.
6900 * cp-namespace.c (lookup_symbol_file): Don't call
6901 lookup_possible_namespace_symbol.
6902 (initialize_namespace_symtab, get_possible_namespace_block)
6903 (free_namespace_block, cp_check_possible_namespace_symbols)
6904 (check_possible_namespace_symbols_loop)
6905 (check_one_possible_namespace_symbol)
6906 (lookup_possible_namespace_symbol): Remove.
6907 (maintenance_cplus_namespace): Replace with notice.
6908 (_initialize_cp_namespace): Deprecate `maint cplus namespace'.
6909
554d387d
TT
69102011-04-04 Tom Tromey <tromey@redhat.com>
6911
6912 * xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.
6913 * symtab.h (struct symtab) <producer, debugformat>: Now const.
6914 * symmisc.c (free_symtab): Don't free debugformat.
6915 * buildsym.h (struct subfile) <producer, debugformat>: Now const.
6916 (record_debugformat, record_producer): Document.
6917 * buildsym.c (end_symtab): Don't save debugformat and producer
6918 names on obstack.
6919 (end_symtab): Don't free debugformat and producer fields.
6920 (record_debugformat): Don't call xstrdup.
6921 (record_producer): Likewise.
6922
d4d4db8a
TT
69232011-04-04 Tom Tromey <tromey@redhat.com>
6924
6925 * source.c (find_source_lines): Remove LSEEK_NOT_LINEAR code.
6926 (source_line_charpos, source_charpos_line): Remove.
6927
8903c50d
TT
69282011-04-04 Tom Tromey <tromey@redhat.com>
6929
6930 * symtab.h (domain_enum): Split in two...
6931 (enum search_domain): New.
6932 (search_symbols): Update.
6933 * symtab.c (print_symbol_info, symtab_symbol_info): Remove
6934 redundant declarations.
6935 (search_symbols): Change 'kind' argument to search_domain.
6936 Update.
6937 (print_symbol_info): Likewise.
6938 (symtab_symbol_info): Likewise.
6939 * symfile.h (struct quick_symbol_functions)
6940 <pre_expand_symtabs_matching>: Change type of 'kind' argument.
6941 <expand_symtabs_matching>: Likewise.
6942 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Update.
6943 (expand_symtabs_matching_via_partial): Update.
6944 * dwarf2read.c (dw2_pre_expand_symtabs_matching): Update.
6945 (dw2_expand_symtabs_for_function): Update.
6946 * block.h: Moved anonymous enum...
6947 * defs.h (enum block_enum): ... here. Now named.
6948
d9351f5f 69492011-04-03 Joel Brobecker <brobecker@adacore.com>
6950
6951 GDB 7.3 branch created (branch timestamp: 2011-04-01 01:00 UTC)
6952 * version.in: Bump version to 7.3.50.20110403-cvs.
6953
d6e00af6
JB
69542011-04-03 Joel Brobecker <brobecker@adacore.com>
6955
6956 * NEWS: Create a new section for the next release branch.
6957 Rename the section of the current branch, now that it has
6958 been cut.
6959
2b9e5ea6
UW
69602011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
6961
6962 * arm-tdep.c (arm_gdbarch_init): Enfore correct register number
6963 for "fpscr" in target description.
6964
0cf03b49
JK
69652011-04-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6966
6967 * dwarf2read.c (find_slot_in_mapped_hash): New variable back_to,
6968 initialize it. Delay HASH initialization. Strip the part after open
6969 parenthesis for languages with qualifiers. Call do_cleanups.
6970
5d901a73
TT
69712011-04-01 Tom Tromey <tromey@redhat.com>
6972
6973 * utils.c (report_command_stats): Don't print `-' for negative
6974 number.
6975
b0dd7688
JB
69762011-04-01 Eric Botcazou <ebotcazou@adacore.com>
6977
6978 * ada-lang.c (ada_is_simple_array_type, ada_value_slice_from_ptr)
6979 (ada_value_slice, empty_array, to_fixed_array_type): Deal with
6980 typedefs.
6981
956a9fb9
JB
69822011-04-01 Joel Brobecker <brobecker@adacore.com>
6983
6984 * breakpoint.h (bpdisp_text): Add declaration.
6985 * breakpoint.c (bpdisp_text): Make non-static.
6986 * ada-lang.c: #include "mi/mi-common.h".
6987 (print_it_exception): Rewrite to improve GDB/MI output.
6988
3352110b
PA
69892011-04-01 Pedro Alves <pedro@codesourcery.com>
6990
6991 * arm-tdep.h (struct address_space): Add forward declaration.
6992
18819fa6
UW
69932011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
6994
6995 * arm-tdep.h (arm_insert_single_step_breakpoint): Add prototype.
6996 * arm-tdep.c (arm_override_mode): New global.
6997 (arm_pc_is_thumb): Respect arm_override_mode. Remove single-step
6998 execution mode heuristics.
6999 (thumb_get_next_pc_raw): Remove INSERT_BKTP argument; always insert
7000 second single-step breakpoint if needed, using
7001 arm_insert_single_step_breakpoint.
7002 (arm_get_next_pc_raw): Remove INSERT_BKTP argument. Only handle
7003 ARM execution mode, do not call thumb_get_next_pc_raw.
7004 (arm_get_next_pc): Encode execution mode in return value. Call
7005 either arm_get_next_pc_raw or thumb_get_next_pc_raw.
7006 (arm_insert_single_step_breakpoint): New function.
7007 (arm_software_single_step): Call it.
7008 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): Add IS_THUMB
7009 argument to return execution mode of sigreturn target.
7010 (arm_linux_syscall_next_pc): Use it.
7011 (arm_linux_copy_svc): Update call.
7012 (arm_linux_software_single_step): Call
7013 arm_insert_single_step_breakpoint.
7014
a6e293d1
JK
70152011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
7016
7017 * dwarf2read.c (dwarf2_read_index): Fix .gdb_index version number in
7018 the comment.
7019
a4c8e806
TT
70202011-03-31 Tom Tromey <tromey@redhat.com>
7021
7022 * varobj.c (update_dynamic_varobj_children): Properly handle
7023 errors from iterator.
7024
df5c6c50
JK
70252011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
7026
7027 * dwarf2read.c (dwarf2_name): Initialize DEMANGLED. Avoid demangling
7028 struct linkage name twice.
7029
1dae3efc
TT
70302011-03-31 Tom Tromey <tromey@redhat.com>
7031
7032 * python/py-prettyprint.c (print_stack_unless_memory_error): Add
7033 missing ">" to message.
7034
f4f7ab05
TT
70352011-03-31 Tom Tromey <tromey@redhat.com>
7036
7037 * varobj.c (instantiate_pretty_printer): Remove duplicate
7038 'return'.
7039
fcf250e2
UW
70402011-03-31 Ulrich Weigand <ulrich.weigand@linaro.org>
7041
7042 * i386-tdep.c (i386_frame_prev_register): Unwind SP from memory
7043 if neither saved value nor register available (e.g. signal frame).
7044
ee6436e3
TJB
70452011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
7046
7047 * macroexp.c (expand): Avoid uninitialized variable
7048 compiler warning.
7049
423f41a5
TJB
70502011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
7051
7052 * breakpoint.c (break_range_command): Fix typo in comment.
7053
f1310107
TJB
70542011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
7055 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
7056
7057 Implement support for PowerPC BookE ranged breakpoints.
7058 * NEWS: Mention support for ranged breakpoints on embedded PowerPC.
7059 * breakpoint.h (struct bp_target_info) <length>: New member
7060 variable.
7061 (struct breakpoint_ops) <breakpoint_hit>: Take struct bp_location
7062 instead of struct breakpoint as argument, and also add ASPACE
7063 and BP_ADDR arguments. Update all callers.
7064 (struct breakpoint_ops) <print_one_detail>: New method.
7065 (struct breakpoint) <addr_string_range_end>: New member variable.
7066 * breakpoint.c (breakpoint_location_address_match): Add function
7067 prototype.
7068 (insert_bp_location): Set bl->target_info.length.
7069 (breakpoint_here_p): Call breakpoint_location_address_match.
7070 (moribund_breakpoint_here_p): Likewise.
7071 (regular_breakpoint_inserted_here_p): Likewise.
7072 (breakpoint_thread_match): Likewise.
7073 (bpstat_stop_status): Likewise.
7074 (bpstat_check_location): Move call to
7075 breakpoint_ops.breakpoint_hit to the top.
7076 (print_one_breakpoint_location): Call
7077 breakpoint_ops.print_one_detail if available.
7078 (breakpoint_address_match_range): New function.
7079 (breakpoint_location_address_match): Likewise.
7080 (breakpoint_locations_match): Compare the length field of the
7081 locations too.
7082 (hw_breakpoint_used_count): Count resources used by all locations
7083 in a breakpoint, and use breakpoint_ops.resources_needed if
7084 available.
7085 (breakpoint_hit_ranged_breakpoint): New function.
7086 (resources_needed_ranged_breakpoint): Likewise.
7087 (print_it_ranged_breakpoint): Likewise.
7088 (print_one_ranged_breakpoint): Likewise.
7089 (print_one_detail_ranged_breakpoint): Likewise.
7090 (print_mention_ranged_breakpoint): Likewise.
7091 (print_recreate_ranged_breakpoint): Likewise.
7092 (ranged_breakpoint_ops): New structure.
7093 (find_breakpoint_range_end): New function.
7094 (break_range_command): Likewise.
7095 (delete_breakpoint): Free addr_string_range_end.
7096 (update_breakpoint_locations): Add SALS_END argument. Update
7097 all callers. Calculate breakpoint length if a non-zero SALS_END
7098 is given. Call breakpoint_locations_match instead of
7099 breakpoint_address_match.
7100 (reset_breakpoint): Find SaL of the end of the range if B is a
7101 ranged breakpoint.
7102 (_initialize_breakpoint): Register break-range command.
7103 * defs.h (print_core_address): Add function prototype.
7104 * ppc-linux-nat.c (ppc_linux_ranged_break_num_registers): New
7105 function.
7106 (ppc_linux_insert_hw_breakpoint): Support ranged breakpoints.
7107 (ppc_linux_remove_hw_breakpoint): Likewise.
7108 (_initialize_ppc_linux_nat): Initialize
7109 to_ranged_break_num_registers.
7110 * target.c (update_current_target): Add comment about
7111 to_ranged_break_num_registers.
7112 (target_ranged_break_num_registers): New function.
7113 * target.h (struct target_ops) <to_ranged_break_num_registers>:
7114 New method.
7115 (target_ranged_break_num_registers): Add function prototype.
7116 * ui-out.c (ui_out_field_core_addr): Move address-printing logic to ...
7117 * utils.c (print_core_address): ... here.
7118
02d20e4a
UW
71192011-03-31 Ulrich Weigand <uweigand@de.ibm.com>
7120
7121 * breakpoint.c (addr_string_to_sals): Avoid uninitialized
7122 variable compiler warning.
7123
ef23e705
TJB
71242011-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7125
7126 * breakpoint.c (breakpoint_re_set_one): Factor out breakpoint-resetting
7127 code from here ...
7128 (re_set_breakpoint): ... to here ...
7129 (addr_string_to_sals): ... and here.
7130
311e6ab3
PM
71312011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
7132
7133 * Makefile.in (SFILES): Add missing C sources.
7134 (HFILES_NO_SRCDIR): Remove gdbserver subdirectory headers.
7135 Add missing headers.
7136
acd1d99c
MF
71372011-03-29 Mike Frysinger <vapier@gentoo.org>
7138
7139 * .gitignore: New file.
7140
66ee2731
MF
71412011-03-29 Mike Frysinger <vapier@gentoo.org>
7142
7143 * NEWS: Mention new cfi device simulation.
7144
53832f31
TT
71452011-03-29 Tom Tromey <tromey@redhat.com>
7146
7147 * dwarf2read.c (fixup_partial_die): Handle linkage name on
7148 otherwise anonymous types.
7149 (dwarf2_name): Likewise.
7150 * valops.c (value_struct_elt_for_reference): Refine artificial
7151 type logic. Call error if j==-1.
7152
09b58708
JK
71532011-03-29 Andreas Tobler <andreast-list@fgznet.ch>
7154
7155 Fix false GCC warning.
7156 * infcall.c (find_function_addr): Initialize funaddr.
7157
6023c606
PM
71582011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
7159
7160 Fix mingw compilation with --enable-targets=all.
7161 * remote-mips.c (gdb_usleep.h): Include header.
7162 (mips_enter_debug): Use gdb_usleep instead of sleep.
7163
0e30163f
JK
71642011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7165
7166 Support resolution of STT_GNU_IFUNC via breakpoints.
7167 * breakpoint.c (print_it_typical): Support bp_gnu_ifunc_resolver and
7168 bp_gnu_ifunc_resolver_return.
7169 (bpstat_what): Rename parameter to bs_head, new variable bs, adjust
7170 the loop. Support bp_gnu_ifunc_resolver and
7171 bp_gnu_ifunc_resolver_return. New comment after the loop. New loop
7172 for bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return
7173 breakpoints.
7174 (bptype_string, print_one_breakpoint_location): Support
7175 bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return.
7176 (user_settable_breakpoint): Return true also for
7177 bp_gnu_ifunc_resolver.
7178 (allocate_bp_location): Support bp_gnu_ifunc_resolver and
7179 bp_gnu_ifunc_resolver_return.
7180 (set_breakpoint_location_function): New parameter explicit_loc,
7181 describe it. Call find_pc_partial_function_gnu_ifunc with new
7182 variable IS_GNU_IFUNC and adjust the address for STT_GNU_IFUNC if
7183 EXPLICIT_LOC is not set.
7184 (set_raw_breakpoint): Set EXPLICIT_LOC for
7185 set_breakpoint_location_function.
7186 (clone_momentary_breakpoint): Use true for EXPLICIT_LOC of
7187 set_breakpoint_location_function.
7188 (mention): Support bp_gnu_ifunc_resolver and
7189 bp_gnu_ifunc_resolver_return.
7190 (add_location_to_breakpoint): Set EXPLICIT_LOC for
7191 set_breakpoint_location_function.
7192 (update_breakpoint_locations): Remove static.
7193 (breakpoint_re_set_one): Support bp_gnu_ifunc_resolver and
7194 bp_gnu_ifunc_resolver_return.
7195 * breakpoint.h (enum bptype): New fields bp_gnu_ifunc_resolver and
7196 bp_gnu_ifunc_resolver_return.
7197 (update_breakpoint_locations): New declaration.
7198 * elfread.c: Include gdbthread.h and regcache.h.
7199 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop): New
7200 functions.
7201 (elf_gnu_ifunc_fns): Install them.
7202 * minsyms.c (stub_gnu_ifunc_resolver_stop)
7203 (stub_gnu_ifunc_resolver_return_stop): New functions.
7204 (stub_gnu_ifunc_fns): Install them.
7205 * symtab.h (struct gnu_ifunc_fns): New fields gnu_ifunc_resolver_stop
7206 and gnu_ifunc_resolver_return_stop.
7207 (gnu_ifunc_resolver_stop, gnu_ifunc_resolver_return_stop): New.
7208
07be84bf
JK
72092011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7210
7211 STT_GNU_IFUNC reader implementation.
7212 * elfread.c: Include gdbtypes.h, value.h and infcall.h.
7213 (SYMBOL_GOT_PLT_SUFFIX, elf_rel_plt_read)
7214 (elf_objfile_gnu_ifunc_cache_data, struct elf_gnu_ifunc_cache)
7215 (elf_gnu_ifunc_cache_hash, elf_gnu_ifunc_cache_eq)
7216 (elf_gnu_ifunc_record_cache, elf_gnu_ifunc_resolve_by_cache)
7217 (elf_gnu_ifunc_resolve_by_got, elf_gnu_ifunc_resolve_name)
7218 (elf_gnu_ifunc_resolve_addr): New.
7219 (elf_symfile_read): Call elf_rel_plt_read.
7220 (elf_gnu_ifunc_fns): New.
7221 (_initialize_elfread): Initialize elf_objfile_gnu_ifunc_cache_data.
7222 Install elf_gnu_ifunc_fns.
7223 * infcall.c (find_function_return_type): New function.
7224 (find_function_addr): Resolve TYPE_GNU_IFUNC functions, if possible.
7225 * minsyms.c (stub_gnu_ifunc_resolve_addr)
7226 (stub_gnu_ifunc_resolve_name): New functions.
7227 (stub_gnu_ifunc_fns, gnu_ifunc_fns_p): New variables.
7228 * symtab.h (struct gnu_ifunc_fns, gnu_ifunc_resolve_addr)
7229 (gnu_ifunc_resolve_name, gnu_ifunc_fns_p): New.
7230
300f8e10
JK
72312011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7232
7233 Code cleanup for later STT_GNU_IFUNC support.
7234 * infcall.c (find_function_addr): Remove variable code, use explicit
7235 dereferences for it. Move VALUE_TYPE initialization later.
7236
11c81455
JK
72372011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7238
7239 GDB find_pc_partial_function support for STT_GNU_IFUNC.
7240 * blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
7241 (clear_pc_function_cache): Clear it.
7242 (find_pc_partial_function): Rename to ...
7243 (find_pc_partial_function_gnu_ifunc): ... this function. New
7244 parameter is_gnu_ifunc_p, describe it. Set *IS_GNU_IFUNC_P.
7245 (find_pc_partial_function): New wrapper for this function.
7246 * symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
7247
0875794a
JK
72482011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7249
7250 GDB internal type support for STT_GNU_IFUNC.
7251 * elfread.c (record_minimal_symbol): Support mst_text_gnu_ifunc.
7252 (elf_symtab_read): Set mst_text_gnu_ifunc for
7253 BSF_GNU_INDIRECT_FUNCTION.
7254 * eval.c (evaluate_subexp_standard): Support TYPE_GNU_IFUNC.
7255 * gdbtypes.c (init_type): Support TYPE_FLAG_GNU_IFUNC,
7256 builtin_func_func, nodebug_text_gnu_ifunc_symbol and
7257 nodebug_got_plt_symbol.
7258 * gdbtypes.h (enum type_flag_value): New entry TYPE_FLAG_GNU_IFUNC.
7259 (TYPE_GNU_IFUNC): New.
7260 (struct main_type): New field flag_gnu_ifunc.
7261 (struct builtin_type): New field builtin_func_func.
7262 (struct objfile_type): New fields nodebug_text_gnu_ifunc_symbol and
7263 nodebug_got_plt_symbol.
7264 * minsyms.c (lookup_minimal_symbol_text): Support mst_text_gnu_ifunc.
7265 (in_gnu_ifunc_stub): New.
7266 (prim_record_minimal_symbol, find_solib_trampoline_target): Support
7267 mst_text_gnu_ifunc.
7268 * parse.c (write_exp_msymbol): New variable ifunc_msym. Detect and
7269 support mst_text_gnu_ifunc. Support mst_slot_got_plt.
7270 * solib-svr4.c (svr4_in_dynsym_resolve_code): Return true also for
7271 in_gnu_ifunc_stub.
7272 * symmisc.c (dump_msymbols): Support mst_text_gnu_ifunc.
7273 * symtab.c (search_symbols): Likewise.
7274 * symtab.h (enum minimal_symbol_type): New fields mst_text_gnu_ifunc
7275 and mst_slot_got_plt.
7276 (in_gnu_ifunc_stub): New declaration.
7277
d0fb5eae
JK
72782011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7279
7280 Support a ring of related breakpoints.
7281 * breakpoint.c (watchpoint_del_at_next_stop): New, move here code from
7282 other functions, add gdb_assert.
7283 (update_watchpoint, watchpoint_check): Add gdb_assert. Use
7284 watchpoint_del_at_next_stop.
7285 (bpstat_check_watchpoint): Use watchpoint_del_at_next_stop.
7286 (bpstat_stop_status): Handle ring in related_breakpoint.
7287 (set_raw_breakpoint_without_location): Initialize ring in
7288 related_breakpoint.
7289 (delete_breakpoint): Handle ring in related_breakpoint, use
7290 watchpoint_del_at_next_stop.
7291 (map_breakpoint_numbers): Handle ring in related_breakpoint.
7292
9cded63f
TT
72932011-03-28 Tom Tromey <tromey@redhat.com>
7294
7295 PR symtab/12441:
7296 * dwarf2read.c (prepare_one_comp_unit): Don't call set_cu_language
7297 with `language_minimal'.
7298
467d42c4
UW
72992011-03-25 Ulrich Weigand <ulrich.weigand@linaro.org>
7300
7301 * arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
7302 instead of checking for STT_ARM_TFUNC symbol type.
7303
62853458
TT
73042011-03-25 Tom Tromey <tromey@redhat.com>
7305
7306 * linespec.c (symbol_found): Restore line-based result for
7307 non-LOC_LABEL symbols.
7308
a7417d46
KT
73092011-03-25 Kai Tietz <ktietz@redhat.com>
7310
7311 * tui/tui-source.c (tui_set_source_content): Use filename_cmp
7312 instead of strcmp for comparison.
7313 (tui_source_is_displayed): Likewise.
7314 * tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
7315
55f1336d
TT
73162011-03-24 Mark Wielaard <mjw@redhat.com>
7317
f33edef8
PP
7318 * dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
7319 complaint.
7320 (skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
7321 (find_partial_die_in_comp_unit): Likewise in comment.
7322 (read_attribute_value): Likewise.
7323 (lookup_die_type): Likewise.
7324 (dwarf_form_name): Likewise.
7325 (dump_die_shallow): Likewise.
7326 (follow_die_ref_or_sig): Likewise.
55f1336d 7327
9ef07c8c
TT
73282011-03-24 Tom Tromey <tromey@redhat.com>
7329
7330 PR breakpoints/11816:
7331 * linespec.c (decode_line_1): Parse `function:label' linespecs.
7332 (decode_compound): Update.
7333 (find_function_symbol): New function.
7334 (decode_dollar): Update.
7335 (decode_label): Add 'function_symbol' parameter. Handle
7336 function-relative labels.
7337 (decode_variable): Update.
7338 (symbol_found): Add 'function_symbol' parameter. Use label's PC,
7339 not its line. Set `special_display' and canonical name for
7340 labels.
7341
56435ebe
TT
73422011-03-24 Tom Tromey <tromey@redhat.com>
7343
7344 * linespec.h (struct linespec_result) <special_display>: New
7345 field.
7346 * breakpoint.h (struct breakpoint) <display_canonical>: New
7347 field.
7348 * breakpoint.c (print_breakpoint_location): Respect
7349 display_canonical.
7350 (create_breakpoint_sal): Add 'display_canonical' parameter.
7351 (create_breakpoints_sal): Update.
7352 (create_breakpoint): Update.
7353
7efd8fc2
TT
73542011-03-24 Tom Tromey <tromey@redhat.com>
7355
7356 * symtab.c (decode_line_spec): Update.
7357 * linespec.c (build_canonical_line_spec): Change type of
7358 'canonical'.
7359 (decode_line_2, decode_line_1, decode_objc, decode_compound)
7360 (find_method, decode_all_digits, decode_dollar, decode_label)
7361 (symbol_found): Likewise.
7362 (init_linespec_result): New function.
7363 * breakpoint.c (struct captured_parse_breakpoint_args)
7364 <canonical_p>: New field, replaces addr_string_p.
7365 (create_breakpoints_sal): Add 'canonical' parameter, replacing
7366 'addr_string'.
7367 (parse_breakpoint_sals): Likewise.
7368 (do_captured_parse_breakpoint): Update.
7369 (create_breakpoint): Use struct linespec_result.
7370 (until_break_command): Update.
7371 (breakpoint_re_set_one): Update.
7372 (decode_line_spec_1): Update.
7373 * linespec.h (struct linespec_result): New.
7374 (init_linespec_result): Declare.
7375
788c8b10
PA
73762011-03-23 Pedro Alves <pedro@codesourcery.com>
7377
7378 * regcache.c (regcache_raw_read): If the target didn't supply a
7379 given raw register, mark it as unavailable.
7380
0ba1096a
KT
73812011-03-23 Kai Tietz <ktietz@redhat.com>
7382
7383 * breakpoint.c (clear_command): Use filename_cmp
7384 instead of strcmp for comparison.
7385 * buildsym.c (watch_main_source_file_lossage): Likewise.
7386 (patch_subfile_names): Use IS_DIR_SEPARATOR instead of
7387 checking just for slash.
7388 * dbxread.c (read_dbx_symtab): Use lbasename instead of
7389 strrchr and filename_cmp instead of strcmp for filenames.
7390 (add_old_header_file): Use filename_cmp
7391 instead of strcmp for comparison.
7392 * exec.c (exec_set_section_address): Likewise.
7393 * macrotab.c (macro_lookup_inclusion): Likewise.
7394 (macro_lookup_inclusion): Likewise.
7395 * elfread.c (_initialize_elfread): Likewise.
7396 (elfstab_offset_sections): Likewise.
7397 (elfstab_offset_sections): Use lbasename instead of
7398 strrchr.
7399 * mdebugread.c (parse_partial_symbols): Likewise.
7400 (arse_partial_symbols): Use filename_(n)cmp instead of
7401 str(n)cmp for comparison.
7402 * minsyms.c (lookup_minimal_symbol): Likewise.
7403 * psymtab.c (read_psymtabs_with_filename): Likewise.
7404 * solib.c (solib_read_symbols): Likewise.
7405 (reload_shared_libraries_1): Likewise.
7406 * symmisc.c (maintenance_print_symbols): Likewise.
7407 * symfile.c (separate_debug_file_exists): Likewise.
7408 (reread_symbols): Likewise.
7409 (find_separate_debug_file_by_debuglink): Likewise.
7410 * remote-fileio.c (remote_fileio_func_rename): Likewise.
7411 * source.c (add_path): Likewise.
7412 * symtab.c (filename_seen): Likewise.
7413 (file_matches): Likewise.
7414 (print_symbol_info): Likewise.
7415 (maybe_add_partial_symtab_filename): Likewise.
7416 (make_source_files_completion_list): Likewise.
7417 * xml-syscall.c (init_sysinfo): Likewise.
7418 * windows-nat.c (_initialize_check_for_gdb_ini): Use
7419 IS_DIR_SEPARATOR for checking for trailing path separator.
7420
dd90784c
JK
74212011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7422
7423 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value. New
7424 label abort_expression.
7425 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle
7426 DWARF_VALUE_OPTIMIZED_OUT.
7427
3167638f
JK
74282011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7429
7430 Code cleanup.
7431 * c-typeprint.c (c_type_print_args): Change parameter show_artificial
7432 to linkage_name. Invert its value. Update the function comment.
7433 (c_type_print_varspec_suffix): Invert it at the caller.
7434 * dwarf2read.c (dwarf2_compute_name): Invert it at the caller.
7435
ce406537
PA
74362011-03-22 Pedro Alves <pedro@codesourcery.com>
7437
7438 * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
7439 errors when reading the `stop_pc'.
7440 * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
7441 get_frame_pc.
7442
da5d4055
PM
74432011-03-22 Phil Muldoon <pmuldoon@redhat.com>
7444
7445 * NEWS: Document gdb.Write stream keyword.
7446
29e0eb9c
JK
74472011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7448
7449 Revert:
7450 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7451 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
7452 (dwarf2_add_field): Fix new_field->accessibility for
7453 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
7454
05775840
PM
74552011-03-22 Phil Muldoon <pmuldoon@redhat.com>
7456
f33edef8 7457 PR python/12183
05775840
PM
7458
7459 * python/py-function.c (fnpy_call): Treat GdbErrors differently to
7460 other error classes. Do not print stack trace.
7461
a0cb7835
JK
74622011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7463
7464 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
7465 (dwarf2_add_field): Fix new_field->accessibility for
7466 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
7467
d19f7eee
UW
74682011-03-21 Ulrich Weigand <ulrich.weigand@linaro.org>
7469
7470 * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when
7471 encountering a load via a non-SP register.
7472
4a2fbb50
UW
74732011-03-21 Ulrich Weigand <uweigand@de.ibm.com>
7474
7475 * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
7476 field in returned unwinder.
7477
3489610d
JB
74782012-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7479
7480 * ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
7481
8c1a34e7
JB
74822012-03-21 Joel Brobecker <brobecker@adacore.com>
7483
7484 * ada-lang.c (replace_operator_with_call): Use xzalloc instead
7485 of xmalloc.
7486
8fbca658
PA
74872012-03-18 Pedro Alves <pedro@codesourcery.com>
7488
7489 * frame.c (frame_unwind_register): Throw an error if unwinding the
7490 register failed.
7491 * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's
7492 an unwind stop reason.
7493 (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE.
7494 * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST,
7495 UNWIND_UNAVAILABLE>: New.
7496 * inline-frame.c (inline_frame_unwind): Install
7497 default_frame_unwind_stop_reason.
7498 * frame-unwind.c: Include "exceptions.h".
7499 (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors.
7500 (default_frame_unwind_stop_reason): New.
7501 * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef.
7502 (default_frame_unwind_stop_reason): Declare.
7503 (struct frame_unwind) <stop_reason>: New function pointer.
7504
7505 * dummy-frame.c: Install default_frame_unwind_stop_reason.
7506 * dwarf2-frame.c: Include exceptions.h.
7507 (struct dwarf2_frame_cache) <unavailable_retaddr>: New field.
7508 (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when
7509 computing the CFA. If such an error was thrown, set
7510 unavailable_retaddr.
7511 (dwarf2_frame_unwind_stop_reason): New.
7512 (dwarf2_frame_this_id): Don't build a frame id if the CFA was
7513 unavailable.
7514 (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason.
7515 (dwarf2_signal_frame_unwind): Ditto.
7516
7517 * amd64-tdep.c: Include "exceptions.h".
7518 (struct amd64_frame_cache): New field "base_p".
7519 (amd64_init_frame_cache): Clear it.
7520 (amd64_frame_cache_1): New, factored out from amd64_frame_cache.
7521 Avoid reading registers with functions that throw if the register
7522 is not necessary to compute the frame base.
7523 (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
7524 swallowing NOT_AVAILABLE_ERROR.
7525 (amd64_frame_unwind_stop_reason): New.
7526 (amd64_frame_this_id): Don't build a frame id if the frame base
7527 was unavailable.
7528 (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason.
7529 (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
7530 base_p if the frame base was computable.
7531 (amd64_sigtramp_frame_unwind_stop_reason): New.
7532 (amd64_sigtramp_frame_this_id): Don't build a frame id if the
7533 frame base was unavailable.
7534 (amd64_sigtramp_frame_unwind): Install
7535 amd64_sigtramp_frame_unwind_stop_reason.
7536 (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
7537 base_p if the frame base was computable.
7538 (amd64_epilogue_frame_unwind_stop_reason): New.
7539 (amd64_epilogue_frame_this_id): Don't build a frame id if the
7540 frame base was unavailable.
7541 (amd64_epilogue_frame_unwind): Install
7542 amd64_epilogue_frame_unwind_stop_reason.
7543 * i386-tdep.c: Include "exceptions.h".
7544 (struct i386_frame_cache): New field "base_p".
7545 (i386_init_frame_cache): Clear it.
7546 (i386_frame_cache_1): New, factored out from amd64_frame_cache.
7547 Avoid reading registers with functions that throw if the register
7548 is not necessary to compute the frame base.
7549 (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
7550 swallowing NOT_AVAILABLE_ERROR.
7551 (i386_frame_unwind_stop_reason): New.
7552 (i386_frame_this_id): Don't build a frame id if the frame base was
7553 unavailable.
7554 (i386_frame_prev_register): Handle unavailable SP.
7555 (i386_frame_unwind): Install i386_frame_unwind_stop_reason.
7556 (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
7557 base_p if the frame base was computable.
7558 (i386_epilogue_frame_unwind_stop_reason): New.
7559 (i386_epilogue_frame_this_id): Don't build a frame id if the frame
7560 base was unavailable.
7561 (i386_epilogue_frame_unwind): Install
7562 i386_epilogue_frame_unwind_stop_reason.
7563 (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
7564 base_p if the frame base was computable.
7565 (i386_sigtramp_frame_unwind_stop_reason): New.
7566 (i386_sigtramp_frame_this_id): Don't build a frame id if the frame
7567 base was unavailable.
7568 (i386_sigtramp_frame_unwind): Install
7569 i386_sigtramp_frame_unwind_stop_reason.
7570 * sentinel-frame.c (sentinel_frame_prev_register): Use the value
7571 type's size, not the register's.
7572 (sentinel_frame_unwind): Install default_frame_unwind_stop_reason.
7573
7574 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install
7575 default_frame_unwind_stop_reason.
7576 * alpha-tdep.c (alpha_sigtramp_frame_unwind)
7577 (alpha_heuristic_frame_unwind): Ditto.
7578 * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto.
7579 * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto.
7580 * avr-tdep.c (avr_frame_unwind): Ditto.
7581 * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind):
7582 Ditto.
7583 * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto.
7584 * frv-tdep.c (frv_frame_unwind): Ditto.
7585 * h8300-tdep.c (h8300_frame_unwind): Ditto.
7586 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto.
7587 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto.
7588 * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind)
7589 (hppa_stub_frame_unwind): Ditto.
7590 * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto.
7591 * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind)
7592 (ia64_libunwind_frame_unwind)
7593 (ia64_libunwind_sigtramp_frame_unwind): Ditto.
7594 * iq2000-tdep.c (iq2000_frame_unwind): Ditto.
7595 * lm32-tdep.c (lm32_frame_unwind): Ditto.
7596 * m32c-tdep.c (m32c_unwind): Ditto.
7597 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto.
7598 * m32r-tdep.c (m32r_frame_unwind): Ditto.
7599 * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto.
7600 * m68k-tdep.c (m68k_frame_unwind): Ditto.
7601 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto.
7602 * m88k-tdep.c (m88k_frame_unwind): Ditto.
7603 * mep-tdep.c (mep_frame_unwind): Ditto.
7604 * microblaze-tdep.c (microblaze_frame_unwind): Ditto.
7605 * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind)
7606 (mips_stub_frame_unwind): Ditto.
7607 * mn10300-tdep.c (mn10300_frame_unwind): Ditto.
7608 * moxie-tdep.c (moxie_frame_unwind): Ditto.
7609 * mt-tdep.c (mt_frame_unwind): Ditto.
7610 * ppc-linux-tdep.c (ppu2spu_unwind): Ditto.
7611 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto.
7612 * rs6000-tdep.c (rs6000_frame_unwind): Ditto.
7613 * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind)
7614 (s390_sigtramp_frame_unwind): Ditto.
7615 * score-tdep.c (score_prologue_unwind): Ditto.
7616 * sh-tdep.c (sh_frame_unwind): Ditto.
7617 * sh64-tdep.c (sh64_frame_unwind): Ditto.
7618 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto.
7619 * sparc-tdep.c (sparc32_frame_unwind): Ditto.
7620 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto.
7621 * sparc64-tdep.c (sparc64_frame_unwind): Ditto.
7622 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto.
7623 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto.
7624 * sparc64obsd-tdep.c (sparc64obsd_frame_unwind)
7625 (sparc64obsd_trapframe_unwind): Ditto.
7626 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto.
7627 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto.
7628 * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto.
7629 * v850-tdep.c (v850_frame_unwind): Ditto.
7630 * vax-tdep.c (vax_frame_unwind): Ditto.
7631 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto.
7632 * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto.
7633 * xtensa-tdep.c (xtensa_unwind): Ditto.
7634
f23d1b92
PA
76352011-03-18 Pedro Alves <pedro@codesourcery.com>
7636
7637 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume
7638 there's always a frame. Use get_frame_pc_if_available instead of
7639 get_frame_pc, and if there's no PC available, don't look up a
7640 symtab.
7641
1d4f5741
PA
76422011-03-18 Pedro Alves <pedro@codesourcery.com>
7643
7644 * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle
7645 unavailable PC.
7646
dba09041
PA
76472011-03-18 Pedro Alves <pedro@codesourcery.com>
7648
7649 * tracepoint.c (set_traceframe_context): Handle unavailable PC
7650 gracefully.
7651
9a26e44c
PA
76522011-03-18 Pedro Alves <pedro@codesourcery.com>
7653
7654 * frame.h (frame_unwind_caller_pc_if_available): Declare.
7655 * frame.c (frame_unwind_caller_pc_if_available): New.
7656 * stack.c (frame_info): Handle unavailable PC.
7657
76582011-03-18 Pedro Alves <pedro@codesourcery.com>
7659
7660 * frame.c (frame_unwind_pc): Rename to ...
7661 (frame_unwind_pc_if_available): ... this. New `pc' output
7662 parameter. Change return type to int. Gracefully handle
7663 gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR. Return 0 if that
7664 happened, or 1 otherwise.
7665 (frame_unwind_pc): Reimplement on top of
7666 frame_unwind_pc_if_available.
7667 (get_frame_func): Rename to ...
7668 (get_frame_func_if_available): New `pc' output parameter. Change
7669 return type to int. Gracefully handle the PC not being available.
7670 (get_frame_func): Reimplement on top of
7671 get_frame_func_if_available.
7672 (select_frame): Handle the PC being unavailable.
7673 (get_prev_frame): Handle the PC being unavailable.
7674 (get_frame_pc_if_available): New.
7675 (get_frame_address_in_block_if_available): New.
7676 (find_frame_sal): Handle the frame PC not being available.
7677 * frame.h (get_frame_pc_if_available): Declare.
7678 (get_frame_address_in_block_if_available): Declare.
7679 (get_frame_func_if_available): Declare.
7680 * stack.c (print_frame_info): Handle the PC being unavailable.
7681 (find_frame_funname): Ditto.
7682 (print_frame): Handle the PC being unavailable.
7683 (get_frame_language): Ditto.
7684 * blockframe.c (get_frame_block): Ditto.
7685 * macroscope.c (default_macro_scope): Ditto.
7686 * tui/tui-stack.c (tui_show_frame_info): Ditto.
7687
76882011-03-18 Pedro Alves <pedro@codesourcery.com>
7689
7690 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
7691 NOT_AVAILABLE_ERROR when evaluating the location expression.
7692
76932011-03-18 Pedro Alves <pedro@codesourcery.com>
7694
7695 * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes
7696 returning that the register piece is unavailable/optimized out.
7697 (write_pieced_value): Handle get_frame_register_bytes returning
7698 that the register piece is unavailable/optimized out when doing a
7699 read-modify write of a bitfield.
7700 * findvar.c (value_from_register): Handle get_frame_register_bytes
7701 returning that the register piece is unavailable/optimized out.
7702 * frame.c (get_frame_register_bytes): New parameters `optimizedp'
7703 and `unavailablep'. Throw error on bad debug info. Use
7704 frame_register instead of frame_register_read, to fill in the new
7705 arguments.
7706 * frame.h (get_frame_register_bytes): New parameters `optimizedp'
7707 and `unavailablep'.
7708 * valops.c: (value_assign): Adjust, and handle
7709 get_frame_register_bytes failing.
7710 * spu-tdep.c: Include exceptions.h.
7711 (spu_software_single_step): Adjust, and handle
7712 get_frame_register_bytes failing.
7713 (spu_get_longjmp_target): Ditto.
7714 * gdbarch.sh (register_to_value): Change to return int. New
7715 parameters `optimizedp' and `unavailablep'.
7716 * gdbarch.h, gdbarch.c: Regenerate.
7717 * i386-tdep.c (i386_register_to_value): Adjust to new
7718 gdbarch_register_to_value interface.
7719 * i387-tdep.c (i387_register_to_value): Ditto.
7720 * i387-tdep.h (i387_register_to_value): Ditto.
7721 * alpha-tdep.c (alpha_register_to_value): Ditto.
7722 * ia64-tdep.c (ia64_register_to_value): Ditto.
7723 * m68k-tdep.c (m68k_register_to_value): Ditto.
7724 * mips-tdep.c (mips_register_to_value): Ditto.
7725 * rs6000-tdep.c (rs6000_register_to_value): Ditto.
7726
0fdb4f18
PA
77272011-03-18 Pedro Alves <pedro@codesourcery.com>
7728
7729 * findvar.c (value_of_register): Mark the value as unavailable, if
7730 the register is unavailable.
7731 * frame.h (frame_register_unwind): New `unavailablep' parameter.
7732 (frame_register): New `unavailablep' parameter.
7733 (frame_register_read): Update comment.
7734 * frame.c (frame_register_unwind): New `unavailablep' parameter.
7735 Set it if the register is unavailable. If the register is
7736 unavailable, clear the output buffer.
7737 (frame_register): New `unavailablep' parameter. Pass it down.
7738 (frame_unwind_register): Adjust.
7739 (put_frame_register): Adjust.
7740 (frame_register_read): Adjust. Also return false if the register
7741 is not available.
7742 (frame_register_unwind_location): Adjust.
7743 * sentinel-frame.c (sentinel_frame_prev_register): If the register
7744 is unavailable, mark the value accordingly.
7745 * stack.c (frame_info): Handle unavailable registers.
7746
e69aa73e
PA
77472011-03-18 Pedro Alves <pedro@codesourcery.com>
7748
7749 * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and
7750 simplify, using regcache_cooked_read.
7751
05d1431c
PA
77522011-03-18 Pedro Alves <pedro@codesourcery.com>
7753
7754 * regcache.h (regcache_raw_read, regcache_raw_read_signed)
7755 (regcache_raw_read_unsigned, regcache_raw_read_signed)
7756 (regcache_raw_read_unsigned, regcache_raw_read_part)
7757 (regcache_cooked_read, regcache_cooked_read_signed)
7758 (regcache_cooked_read_unsigned, regcache_cooked_read_part)
7759 (regcache_cooked_read_ftype): Change return to enum
7760 register_status.
7761 * regcache.c: Include exceptions.h
7762 (regcache_save): Adjust to handle REG_UNAVAILABLE registers.
7763 (do_cooked_read): Change return to enum register_status. Always
7764 forward to regcache_cooked_read.
7765 (regcache_raw_read): Change return to enum register_status. If
7766 the register is not REG_VALID, memset the buffer. Return the
7767 register's status.
7768 (regcache_raw_read_signed): Handle non-REG_VALID registers and
7769 return the register's status.
7770 (regcache_raw_read_unsigned): Ditto.
7771 (regcache_cooked_read): Change return to enum register_status.
7772 Assert that with read-only regcaches, the register's status must
7773 be known. If the regcache is read-only, and the register is not
7774 REG_VALID, memset the buffer. Return the register's status.
7775 (regcache_cooked_read_signed): Change return to enum
7776 register_status. Handle non-REG_VALID registers and return the
7777 register's status.
7778 (regcache_cooked_read_unsigned): Change return to enum
7779 register_status. Handle non-REG_VALID registers and return the
7780 register's status.
7781 (regcache_xfer_part, regcache_raw_read_part)
7782 (regcache_cooked_read_part): Change return to enum
7783 register_status. Return the register's status.
7784 (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is
7785 unavailable.
7786 (regcache_dump): Handle unavailable cooked registers.
7787 * frame.c (do_frame_register_read): Adjust interface to match
7788 regcache_cooked_read_ftype.
7789 * gdbarch.sh (pseudo_register_read): Change return to enum
7790 register_status.
7791 * gdbarch.h, gdbarch.c: Regenerate.
7792
7793 * i386-tdep.h (i386_pseudo_register_read): Change return to enum
7794 register_status.
7795 * i386-tdep.c (i386_pseudo_register_read): Change return to enum
7796 register_status. If reading a raw register indicates the raw
7797 register is not valid, return the raw register's status,
7798 otherwise, return REG_VALID.
7799 * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum
7800 register_status. Handle non-REG_VALID raw registers and return
7801 the register's status.
7802 * arm-tdep.c (arm_neon_quad_read)
7803 (arm_pseudo_read): Change return to enum register_status. Handle
7804 non-REG_VALID raw registers and return the register's status.
7805 * avr-tdep.c (avr_pseudo_register_read): Ditto.
7806 * frv-tdep.c (frv_pseudo_register_read): Ditto.
7807 * h8300-tdep.c (h8300_pseudo_register_read): Ditto.
7808 * hppa-tdep.c (hppa_pseudo_register_read): Ditto.
7809 * m32c-tdep.c (m32c_move_reg_t): Change return to enum
7810 register_status.
7811 (m32c_raw_read, m32c_raw_write, m32c_banked_read)
7812 (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read)
7813 (m32c_part_write, m32c_cat_read, m32c_cat_write)
7814 (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write)
7815 (m32c_pseudo_register_read): Change return to enum
7816 register_status. Adjust.
7817 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to
7818 enum register_status. Return the register's status.
7819 * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum
7820 register_status. Return the register's status.
7821 (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto.
7822 * mips-tdep.c (mips_pseudo_register_read): Ditto.
7823 * mt-tdep.c (mt_pseudo_register_read): Ditto.
7824 * rs6000-tdep.c (move_ev_register_func): New typedef.
7825 (e500_move_ev_register): Use it. Change return to enum
7826 register_status. Return the register's status.
7827 (do_regcache_raw_read): New function.
7828 (do_regcache_raw_write): New function.
7829 (e500_pseudo_register_read): Change return to enum
7830 register_status. Return the register's status. Use
7831 do_regcache_raw_read.
7832 (e500_pseudo_register_write): Adjust. Use do_regcache_raw_write.
7833 (dfp_pseudo_register_read): Change return to enum register_status.
7834 Return the register's status.
7835 (vsx_pseudo_register_read): Ditto.
7836 (efpr_pseudo_register_read): Ditto.
7837 (rs6000_pseudo_register_read): Ditto.
7838 * s390-tdep.c (s390_pseudo_register_read): Change return to enum
7839 register_status. Return the register's status.
7840 * sh64-tdep.c (pseudo_register_read_portions): New function.
7841 (sh64_pseudo_register_read): Change return to enum
7842 register_status. Use pseudo_register_read_portions. Return the
7843 register's status.
7844 * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum
7845 register_status. Return the register's status.
7846 * sh-tdep.c (pseudo_register_read_portions): New function.
7847 (sh_pseudo_register_read): Change return to enum register_status.
7848 Use pseudo_register_read_portions. Return the register's status.
7849 * sparc-tdep.c (sparc32_pseudo_register_read): Change return to
7850 enum register_status. Return the register's status.
7851 * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto.
7852 * spu-tdep.c (spu_pseudo_register_read_spu)
7853 (spu_pseudo_register_read): Ditto.
7854 * xtensa-tdep.c (xtensa_register_read_masked)
7855 (xtensa_pseudo_register_read): Ditto.
7856 * bfin-tdep.c (bfin_pseudo_register_read): Ditto.
7857
e10abd8f
PM
78582011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
7859
7860 * python/py-value.c (valpy_getitem): Fix formatting of error function
7861 call.
7862
7ea6d463
PM
78632011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
7864
7865 ARI fixes: Add missing internationalization markups throughout
7866 C source files.
7867 * darwin-nat-info.c: Ditto.
7868 * record.c: Ditto.
7869 * remote.c: Ditto.
7870 * mi/mi-main.c: Ditto.
7871
001083c6
PM
78722011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
7873
7874 ARI fixes: Add missing internationalization markups throughout
7875 yacc files.
7876 * c-exp.y: Ditto.
7877 * cp-name-parser.y: Ditto.
7878 * f-exp.y: Ditto.
7879 * m2-exp.y: Ditto.
7880 * objc-exp.y: Ditto.
7881 * p-exp.y: Ditto.
7882
4f1cdeec
PM
78832011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
7884
7885 ARI fixes: Messages should have no trailing new lines.
7886 * darwin-nat.c (mach_check_error): Remove trailing new line from
7887 warning function call message.
7888 * record.c (bfdcore_read): Idem for error call.
7889
28e698f1
PM
78902011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
7891
7892 * common/signals.c (target_signal_from_host): Add _ markup to error
7893 function call message.
7894 (target_signal_to_host): Add _ markup and remove trailing new line
7895 from warning call message.
7896 (target_signal_from_command): Add _ markup to error function call
7897 message.
7898
99c3dc11
PM
78992011-03-18 Phil Muldoon <pmuldoon@redhat.com>
7900
f33edef8 7901 PR python/12149
99c3dc11
PM
7902
7903 * python/python.c (gdbpy_write): Accept a stream argument and
7904 operate to the appropriate stream.
7905 (gdbpy_flush): Likewise.
7906 (_initialize_python): Add stream constants.
7907 (finish_python_initialization): Add GdbOutputErrorFile class.
7908
c20800be
KY
79092011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
7910
7911 * MAINTAINERS: Add myself as a write-after-approval maintainer.
7912
f4a1794a
KY
79132011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
7914
7915 * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
f33edef8
PP
7916 to store_signed_integer. Add debug message when relocating CALL
7917 instructions. Fix formatting of debug message.
7918 * i386-tdep.c (i386_relocate_instruction): Ditto.
f4a1794a 7919
d4862372
JB
79202011-03-17 Joel Brobecker <brobecker@gnat.com>
7921
7922 * target.h (struct target_ops): Remove to_lookup_symbol field.
7923 (target_lookup_symbol): Delete macro.
7924 * target.c (nosymbol, debug_to_lookup_symbol): Delete.
7925 (update_current_target, setup_target_debug): Remove handling
7926 of to_lookup_symbol target_ops field.
7927 * ada-tasks.c (get_known_tasks_addr): Remove use of
7928 target_lookup_symbol.
7929 * coffread.c (coff_symtab_read): Likewise.
7930 * dbxread.c (read_dbx_symtab): Ditto.
7931
d645e32e
JB
79322011-03-17 Joel Brobecker <brobecker@gnat.com>
7933
7934 PR gdb/12116:
7935 * configure.ac: Add getthrds declaration check.
7936 * configure, config.in: Regenerate.
7937 * aix-thread.c (getthrds): Declare only if not already declared
7938 in procinfo.h. More declaration out of get_signaled_thread to
7939 global scope.
7940
29703da4
PM
79412011-03-17 Phil Muldoon <pmuldoon@redhat.com>
7942
7943 * python/py-symtab.c: Populate symtab_object_methods,
7944 sal_object_methods.
7945 (stpy_is_valid): New function.
7946 (salpy_is_valid): Ditto.
7947 * python/py-symbol.c: Declare symbol_object_methods. Populate.
7948 (sympy_is_valid): New function.
7949 * python/py-objfile.c: Declare objfile_object_methods. Populate.
7950 (objfpy_is_valid): New function.
7951 * python/py-inferior.c: Populate inferior_object_methods.
7952 (infpy_is_valid): New function.
7953 * python/py-infthread.c: Populate thread_object_methods.
7954 (thpy_is_valid): New function.
7955 * python/py-block.c: Declare block_object_methods. Populate. Declare
7956 block_iterator_object_methods. Populate.
7957 (blpy_is_valid): New function.
7958 (blpy_iter_is_valid): Ditto.
7959
c00f8484
KS
79602011-03-16 Keith Seitz <keiths@redhat.com>
7961
7962 * linespec.c (find_methods): Canonicalize NAME before looking
7963 up the symbol.
7964 (name_end): New function.
7965 (keep_name_info): New function.
7966 (decode_line_1): Use keep_name_info.
7967 (decode_compound): Likewise.
7968 * cli/cli-utils.h (remove_trailing_whitespace): New function.
7969 * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
7970
7971 PR c++/12273
7972 * linespec.c (locate_first_half): Keep overload information, too.
7973 (decode_compound): Use a string to represent break characters
7974 to escape the loop.
7975 If P points to a break character, do not increment it.
7976 For C++ and Java, keep overload information and relevant keywords.
7977 If we cannot find a symbol, search the minimal symbols.
7978
7979 PR c++/11734
7980 * linespec.c (decode_compound): Rename SAVED_ARG to
7981 THE_REAL_SAVED_ARG.
7982 Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
7983 single-quotes.
7984 Pass a valid block to lookup_symbol.
7985 (lookup_prefix_sym): Likewise.
7986 (find_method): Construct search name based on SYM_CLASS instead
7987 of SAVED_ARG.
7988 * psymtab.c (lookup_partial_symbol): Add language parameter.
7989 (lookup_symbol_aux_psymtabs): Likewise.
7990 Don't assume that the psymtab we found was the right one. Search
7991 for the desired symbol in the symtab to be certain.
7992 (psymtab_search_name): New function.
7993 (lookup_partial_symbol): Use psymtab_search_name.
7994 Add language parameter.
7995 (read_symtabs_for_function): Add language parameter and pass to
7996 lookup_partial_symbol.
7997 (find_symbol_file_from_partial): Likewise.
7998
c91513d8
PP
79992011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
8000
8001 PR gdb/12528
8002 * dwarf2read.c (noop_record_line): New function.
8003 (dwarf_decode_lines): Ignore line tables for GCd functions.
8004
b37520b6
PM
80052011-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8006
8007 Fix ARI warnings about new lines at the end of messages, which
8008 are unneeded as there is a new line added at the end of the message
8009 automatically.
8010 * darwin-nat.c (darwin_stop_inferior): Ditto.
8011 * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
8012 * dfp.c (decimal_to_number): Ditto.
8013 * exec.c (print_section_info): Ditto.
8014 * i386-darwin-nat.c (darwin_set_sstep): Ditto.
8015 * osdata.c (get_osdata): Ditto.
8016 * record.c (bfdcore_write): Ditto.
8017 * remote-mips.c (mips_readchar): Ditto.
8018 * remote.c (read_ptid): Ditto.
8019 * ser-mingw.c (ser_windows_raw): Ditto.
8020 * tracepoint.c (add_local_symbols): Ditto.
8021 * windows-nat.c (fake_create_process): Ditto.
8022
b08ee6a2
TT
80232011-03-16 Tom Tromey <tromey@redhat.com>
8024
8025 * tracepoint.c (stop_tracing): Don't declare.
8026 * event-top.c (after_char_processing_hook): Add `(void)'.
8027
9a6f1302
PM
80282011-03-16 Phil Muldoon <pmuldoon@redhat.com>
8029
8030 * NEWS: Add Parameter sub-classing description.
8031
7ceb86b1
KT
80322011-03-16 Kai Tietz <ktietz@redhat.com>
8033
8034 * MAINTAINERS: Update my e-mail address.
8035
efeff6cf
AT
80362011-03-15 Andreas Tobler <andreast@fgznet.ch>
8037
8038 * MAINTAINERS: Add myself for write after approval privileges.
8039
681c238c
MS
80402011-03-15 Michael Snyder <msnyder@vmware.com>
8041
f3df5b08
MS
8042 * frame.c (find_frame_sal): Assert sym is not null.
8043
13f6513c
MS
8044 * dbxread.c (process_one_symbol): Assert 'name' is not null.
8045
50412521
MS
8046 * objc-lang.c (selectors_info): Check strchr for null result.
8047
681c238c
MS
8048 * stabsread.c (define_symbol): Guard against bad stabstring input.
8049
6ced1581
PM
80502011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
8051
8052 Remove trailing spaces and tabulations from pascal language
8053 support sources.
8054 p-exp.y: Ditto.
8055 p-lang.c: Ditto.
8056 p-lang.h: Ditto.
8057 p-valprint.c: Ditto.
8058
9373cf26
JK
80592011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8060
8061 * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
8062 than LOW. Comment it.
8063 (read_partial_die): Call complaint for inappropriate zero LOWPC or
8064 HIGHPC not strictly higher than LOWPC.
8065
9a1edae6
PM
80662011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
8067
8068 Fix formatting of function declarations returning a pointer in
8069 previous commit.
8070 * varobj.c (varobj_add_child): Ditto.
8071 * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
8072 * inferior.h (get_displaced_step_closure_by_addr): Ditto.
8073
24e9cda0
UW
80742011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
8075
8076 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
8077 for the "generic" vector ABI used with GCC 4.3 and later.
8078 (ppc64_sysv_abi_return_value): Likewise.
8079
80802011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
81b4675a
UW
8081
8082 * infcall.c (call_function_by_hand): Function return value is
8083 always a non_lval, even when using struct_return.
8084
c9174737
PA
80852011-03-15 Pedro Alves <pedro@codesourcery.com>
8086
8087 * printcmd.c (ALL_DISPLAYS_SAFE): New.
8088 (map_display_numbers): New.
8089 (do_delete_display): New.
8090 (undisplay_command): Use map_display_numbers.
8091 (do_enable_disable_display): New.
8092 (enable_disable_display_command): New function.
8093 (enable_display): Delete.
8094 (enable_display_command): New.
8095 (disable_display_command): Reimplement.
8096 (_initialize_printcmd): Adjust "enable display" command to use
8097 `enable_display_command' as callback.
8098
350c6c65
PM
80992011-03-14 Phil Muldoon <pmuldoon@redhat.com>
8100
8101 * NEWS: Add Python breakpoint 'stop' operation.
8102
824446ad
PM
81032011-03-14 Phil Muldoon <pmuldoon@redhat.com>
8104
8105 * NEWS: Delete duplicate entry. Fix typo.
8106
2021ad3a
PM
81072011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
8108
8109 Fix ARI warning about function names in first column.
8110 Put prototype declaration on same line as return type.
8111 * objc-exp.y: Ditto.
8112 * p-exp.y: Ditto.
8113 * python/py-stopevent.h: Ditto.
8114 For long function names, split parameters to
8115 allow function name on same line as return type.
8116 * solib-pa64.c: Ditto.
8117 * varobj.c: Ditto.
8118 * varobj.h: Ditto.
8119 For long function declaration, use single line.
8120 * hppa-tdep.h: Ditto.
8121 * inferior.h: Ditto.
8122
7371cf6d
PM
81232011-03-14 Phil Muldoon <pmuldoon@redhat.com>
8124
8125 * python/python.h: Declare gdbpy_should_stop and
8126 gdbpy_breakpoint_has_py_cond.
8127 * python/python.c: Add python.h to includes. Remove python.h from
8128 HAVE_PYTHON definition
8129 (gdbpy_should_stop): New dummy function.
8130 (gdbpy_breakpoint_has_py_cond): New dummy function.
8131 * python/py-breakpoint.c (bppy_init): Rewrite to allow
8132 sub-classing capabilities.
8133 (gdbpy_should_stop): New function.
8134 (gdbpy_breakpoint_has_py_cond): New function.
8135 (local_setattro): New function.
8136 * breakpoint.c (condition_command): Add check for Python 'stop'
8137 operation.
8138 (bpstat_check_breakpoint_conditions): Execute Python 'stop'
8139 operation function as part of stop/continue tests.
8140
37b50a69
TT
81412011-03-14 Tom Tromey <tromey@redhat.com>
8142
8143 PR gdb/12576:
8144 * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
8145 (needs_frame_dwarf_call): Likewise.
8146
eeae04df
PM
81472011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
8148
8149 Fix ARI warning about functions without parameters that do not
8150 use (void).
8151 * breakpoint.c (all_tracepoints): Replace () by (void).
8152 * f-exp.y (match_string_literal): Ditto.
8153 (yylex): Ditto.
8154 * m2-exp.y (yylex): Ditto.
8155 * mep-tdep.c (current_me_module): Ditto.
8156 (current_options): Ditto.
8157 (current_cop_data_bus_width): Ditto.
8158 (current_cr_names): Ditto.
8159 (current_cr_is_float): Ditto.
8160 (current_ccr_names): Ditto.
8161 * objc-exp.y (yylex): Ditto.
8162 * p-exp.y (yylex): Ditto.
8163 * remote.c (send_interrupt_sequence): Ditto.
8164 * tracepoint.c (current_trace_status): Ditto.
8165 * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
8166 * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
8167
6dc3565d
MS
81682011-03-11 Michael Snyder <msnyder@vmware.com>
8169
1427fe5e
MS
8170 * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
8171 * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
8172 (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
8173 * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
8174 * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
8175
60bc018f
MS
8176 * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
8177 (delete_async_event_handler): Ditto.
8178
f3be5b64
MS
8179 * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
8180
4c2d5724
MS
8181 * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
8182
6dc3565d
MS
8183 * top.c (set_verbose): Assert showcmd was found.
8184
4e6ca6d5
MG
81852011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
8186
8187 * xtensa-tdep.c (warning_once): Correct style issues.
8188
815a83e4
YQ
81892011-03-11 Yao Qi <yao@codesourcery.com>
8190
8191 * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
8192
f2eb0bc8
AS
81932011-03-11 Andreas Schwab <schwab@redhat.com>
8194
8195 * common/aclocal.m4: Remove.
8196
b801de47
MG
81972011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
8198
8199 * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
8200 (xtensa_write_register, xtensa_read_register): Likewise.
8201 (xtensa_hextochar): Removed.
8202 (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
8203
dbab50de
MG
82042011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
8205
8206 * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
c2a6b390 8207 (xtensa_call0_frame_cache_t): Update comments. New fields added.
dbab50de
MG
8208 (xtensa_alloc_frame_cache): Add initialization for new fields.
8209 (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
8210 (warning_once): New function.
8211 (xtensa_insn_kind): New item c0opc_and.
8212 (call0_classify_opcode): Add the case for AND instruction.
c2a6b390
MG
8213 (call0_track_op): Change arguments. New local variable litbase.
8214 Add the case to handle c0opc_and. Update algorithms for c0opc_mov,
8215 c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
8216 in the prologue.
dbab50de 8217 Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
c2a6b390 8218 (call0_analyze_prologue): Update the comments. Change arguments.
dbab50de
MG
8219 Add the variety of updates to handle extended prologues, which now can
8220 conduct dynamic stack adjustments.
8221 (call0_frame_cache): Likewise.
8222 (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
8223 (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
8224
b2c04452
MS
82252011-03-10 Michael Snyder <msnyder@vmware.com>
8226
f8f67713
MS
8227 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
8228 (cmd_qtframe): Ditto.
8229 (cmd_qtbuffer): Ditto.
8230 (cmd_bigqtbuffer): Ditto.
8231
197f0a60
TT
82322011-03-10 Tom Tromey <tromey@redhat.com>
8233
8234 * tracepoint.c (trace_actions_command): Update.
8235 * thread.c (thread_apply_command): Update.
8236 * reverse.c (delete_bookmark_command): Update.
8237 (bookmarks_info): Update.
8238 * printcmd.c (undisplay_command): Update.
8239 * memattr.c (mem_enable_command): Update.
8240 (mem_disable_command): Update.
8241 (mem_delete_command): Update.
8242 * inferior.c (detach_inferior_command): Update.
8243 (kill_inferior_command): Update.
8244 (remove_inferior_command): Update.
8245 * cli/cli-utils.h (struct get_number_or_range_state): New.
8246 (init_number_or_range): Declare.
8247 (get_number_or_range): Update.
8248 * cli/cli-utils.c (init_number_or_range): New function.
8249 (get_number_or_range): Change 'pp' parameter to 'state'. Remove
8250 static variables.
8251 (number_is_in_list): Update.
8252 * breakpoint.h (get_tracepoint_by_number): Update.
8253 * breakpoint.c (map_breakpoint_numbers): Update for change to
8254 get_number_or_range.
8255 (find_location_by_number): Use get_number, not
8256 get_number_or_range.
8257 (trace_pass_set_count): New function.
8258 (trace_pass_command): Update for change to get_number_or_range.
8259 Rework loop logic.
8260 (get_tracepoint_by_number): Remove 'multi_p' parameter; add
8261 'state' parameter.
8262
ecec24e6
PM
82632011-03-10 Phil Muldoon <pmuldoon@redhat.com>
8264
8265 * python/py-param.c (add_setshow_generic): Add set/show callback
8266 parameters. Register Python object context.
8267 (get_show_value): New function.
8268 (get_set_value): New function.
8269 (call_doc_function): New function.
8270 (get_doc_string): Move behind get_show_value/get_set_value.
8271
6d6c6b1f
JK
82722011-03-10 Andreas Tobler <andreast-list@fgznet.ch>
8273
8274 * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
8275
68d6df83
MG
82762011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
8277
dbab50de 8278 * xtensa-tdep.c (xtensa_read_register): Add comment.
68d6df83
MG
8279 (xtensa_write_register): Likewise.
8280 (xtensa_hextochar): Add comment and update to match coding conventions.
8281 (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
8282 (execute_l32e, execute_s32e, execute_code): Update comments.
8283 (xtensa_exception_handler_t): Update to match coding conventions.
8284 (xtensa_insn_kind): Likewise.
8285
85c9d6a6
MS
82862011-03-09 Michael Snyder <msnyder@vmware.com>
8287
8288 * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
8289
91495617
PA
82902011-03-09 Pedro Alves <pedro@codesourcery.com>
8291
8292 * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
8293
eb8c0621
TT
82942011-03-09 Tom Tromey <tromey@redhat.com>
8295
8296 * thread.c (restore_selected_frame): Handle frame_level == -1.
8297 (make_cleanup_restore_current_thread): Use
8298 get_selected_frame_if_set.
8299 * frame.h (get_selected_frame_if_set): Declare.
8300 * frame.c (get_selected_frame_if_set): New function.
8301
9f37bbcc
PA
83022011-03-09 Pedro Alves <pedro@codesourcery.com>
8303
8304 * cli/cli-cmds.c (shell_escape): Use lbasename.
8305 * coffread.c (coff_start_symtab): Constify parameter.
8306 (complete_symtab): Constify `name' parameter.
8307 (coff_symtab_read): Constify `filestring' local.
8308 (coff_getfilename): Constify return and `result' local.
8309 Use lbasename.
8310 * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
8311 * linux-fork.c (info_checkpoints_command): Use lbasename.
8312 * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
8313 * minsyms.c (lookup_minimal_symbol): Use lbasename.
8314 * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
8315 * procfs.c (procfs_make_note_section): Use lbasename.
8316 * tui/tui-io.c (printable_part): Constity return and parameter.
8317 Use lbasename.
8318 (print_filename): Constify parameters, and local `s'.
8319 (tui_rl_display_match_list): Constify local `temp'.
8320
f8de3c55
JK
83212011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8322
8323 Revert:
8324 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8325 Fix DWARF-3+ DW_AT_accessibility default assumption.
8326 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
8327 cu->header.version >= 3.
8328
d9837b00
YQ
83292011-03-09 Yao Qi <yao@codesourcery.com>
8330
8331 * common/Makefile.in: Remove.
8332 * common/configure: Remove.
8333 * common/configure.ac: Remove.
8334
e637a4f5
YQ
83352011-03-09 Yao Qi <yao@codesourcery.com>
8336
8337 Revert:
8338 2011-02-11 Yao Qi <yao@codesourcery.com>
8339
8340 * common/Makefile.in: Add copyright header.
8341
8342 2011-02-11 Yao Qi <yao@codesourcery.com>
8343
8344 * Makefile.in: Remove signals.o from COMMON_OBS. Link
8345 libcommon.a.
8346 * configure.ac: Add common to sub dir.
8347 * configure: Regenerate.
8348
f976a05d
MG
83492011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8350
8351 * xtensa-tdep.c (call0_ret): New function.
8352 (xtensa_skip_prologue): Speed up analysis.
8353
57041825
MG
83542011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8355
8356 * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
8357 while executing MI command -data-list-changed-registers.
8358
08b9c608
MG
83592011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8360
8361 * xtensa-tdep.c (xtensa_read_register): New function.
8362 (xtensa_write_register): New function.
8363 (xtensa_find_register_by_name): New function.
8364 (xtensa_windowed_frame_cache): Update comments in type description.
8365 (xtensa_frame_cache): Likewise.
8366 (xtensa_window_interrupt_insn): New function.
8367 (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
8368 (xtensa_insn_kind): Add new instructions.
8369 (rwx_special_register): New function.
8370 (call0_classify_opcode): Add new instructions to the analysis.
8371 (a0_saved, a7_saved, a11_saved): New variables.
8372 (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
8373 (execute_l32e): New function.
8374 (execute_s32e): New function.
8375 (xtensa_exception_handler_t): New type.
8376 (execute_code): New function.
8377 (xtensa_window_interrupt_frame_cache): New function to conduct frame
8378 analysis for Xtensa Window Exception handlers.
8379
4d1acb11
MG
83802011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8381
98689b25
MG
8382 * xtensa-tdep.c (TX_PS): New.
8383 (windowing_enabled): Update to count for Call0 ABI.
8384 (xtensa_hextochar): New.
8385 (xtensa_init_reggroups): Make algorithm generic.
8386 (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
8387
83882011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8389
8390 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
4d1acb11 8391
d3f323f3
MS
83922011-03-08 Michael Snyder <msnyder@vmware.com>
8393
3dcabaa8
MS
8394 * i386-tdep.c (i386_follow_jump): Check return value of
8395 target_read_memory.
8396 (i386_analyze_struct_return): Ditto.
8397 (i386_skip_probe): Ditto.
8398 (i386_match_insn): Ditto.
8399 (i386_skip_noop): Ditto.
8400 (i386_analyze_frame_setup): Ditto.
8401 (i386_analyze_register_saves): Ditto.
8402 (i386_skip_prologue): Ditto.
8403 (i386_skip_main_prologue): Ditto.
8404
13b3fd9b
MS
8405 * target.c (read_whatever_is_readable): Fix memory leak.
8406
d3f323f3
MS
8407 * i386-tdep.c (i386_process_record): Document fall through.
8408
421d5c74
JK
84092011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8410
8411 Fix DWARF-3+ DW_AT_accessibility default assumption.
8412 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
8413 cu->header.version >= 3.
8414
63154eca
PA
84152011-03-08 Pedro Alves <pedro@codesourcery.com>
8416
8417 * remote.c (remote_check_symbols): Skip if the target has no
8418 execution.
8419
f1a507a1
JB
84202011-03-08 Joel Brobecker <brobecker@adacore.com>
8421
8422 * target.c (read_whatever_is_readable): Reformat comment,
8423 with a minor typo fix. Minor reformatting of the code.
8424
36073a92
YQ
84252011-03-08 Yao Qi <yao@codesourcery.com>
8426
8427 * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
8428 (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
8429 Use cached result instead of calling displaced_in_arm_mode again.
8430 (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
8431 (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
8432 (cleanup_copro_load_store, copy_copro_load_store): Likewise.
8433 (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
8434 (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
8435 (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
8436 (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
8437 (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
8438 (cleanup_block_load_pc, copy_block_xfer): Likewise.
8439 * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
8440 (arm_catch_kernel_helper_return): Likewise.
8441 * gdb/arm-tdep.h : Update function declarations.
8442
d3f323f3 84432011-03-07 Michael Snyder <msnyder@vmware.com>
e6040cbd 8444
e0e40094
MS
8445 * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
8446
0b2381f5
MS
8447 * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
8448
0350914a
MS
8449 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
8450
69feea6f
MS
8451 * elfread.c (elf_symtab_read): Stop memory leak.
8452
e6040cbd
MS
8453 * main.c (captured_main): Fix memory leak.
8454
052874e8
AS
84552011-03-07 Andreas Schwab <schwab@linux-m68k.org>
8456
8457 * ada-lang.c (compare_names): Call is_name_suffix with string1
8458 instead of string2.
8459
b11896a5
TT
84602011-03-07 Tom Tromey <tromey@redhat.com>
8461
8462 * xcoffread.c (xcoff_sym_fns): Update.
8463 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
8464 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
8465 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
8466 (symbol_file_add_with_addrs_or_offsets): Likewise.
8467 (reread_symbols): Handle OBJF_PSYMTABS_READ.
8468 * somread.c (som_sym_fns): Update.
8469 * psymtab.h (require_partial_symbols): Declare.
8470 * psymtab.c (require_partial_symbols): New function.
8471 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
8472 (ALL_OBJFILE_PSYMTABS): Undef.
8473 (ALL_PSYMTABS): Move from psympriv.h.
8474 (lookup_partial_symtab, find_pc_sect_psymtab)
8475 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
8476 (find_last_source_symtab_from_partial)
8477 (forget_cached_source_info_partial)
8478 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
8479 (expand_partial_symbol_tables, read_psymtabs_with_filename)
8480 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
8481 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
8482 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
8483 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
8484 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
8485 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
8486 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
8487 psymtabs.
8488 * mipsread.c (ecoff_sym_fns): Update.
8489 * machoread.c (macho_sym_fns): Update.
8490 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
8491 (read_psyms): New function.
8492 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
8493 (elf_sym_fns_lazy_psyms): New global.
8494 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
8495 dwarf2_build_psymtabs.
8496 * dbxread.c (aout_sym_fns): Update.
8497 * coffread.c (coff_sym_fns): Update.
8498
fda326dd
TT
84992011-03-07 Tom Tromey <tromey@redhat.com>
8500
8501 * infrun.c (print_exited_reason): Include inferior id and pid in
8502 message.
8503
aeaec162
TT
85042011-03-07 Tom Tromey <tromey@redhat.com>
8505
8506 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
8507 parameter.
8508 (target_has_execution_1): Update.
8509 (target_has_execution_current): Declare.
8510 (target_has_execution): Call target_has_execution_current.
8511 (default_child_has_execution): Update.
8512 * target.c (default_child_has_execution): Add 'the_ptid'
8513 parameter.
8514 (target_has_execution_1): Likewise.
8515 (target_has_execution_current): New function.
8516 (add_target): Update.
8517 (init_dummy_target): Update.
8518 * remote-m32r-sdi.c (m32r_has_execution): New function.
8519 (init_m32r_ops): Use it.
8520 * record.c (record_core_has_execution): Now static. Add
8521 'the_ptid' parameter.
8522 * inferior.c (have_live_inferiors): Don't save current thread.
8523 Use target_has_execution_1.
8524
08e14083
YQ
85252011-03-07 Yao Qi <yao@codesourcery.com>
8526
8527 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
8528
c05d19c5
JB
85292011-03-07 Joel Brobecker <brobecker@adacore.com>
8530
8531 * elfread.c (elf_symtab_read): Minor reformatting.
8532
3e6ef9e4
JB
85332011-03-07 Joel Brobecker <brobecker@adacore.com>
8534
8535 * objc-lang.c (selectors_info): Minor reformatting.
8536
dbb8534f
JB
85372011-03-07 Joel Brobecker <brobecker@adacore.com>
8538
8539 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
8540
dd70cc93
JB
85412011-03-07 Joel Brobecker <brobecker@adacore.com>
8542 Michael Snyder <msnyder@vmware.com>
8543
8544 * ada-valprint.c (ada_val_print_array): Move the declaration of
8545 "byte_order" and "elttype" inside the block where these variables
8546 are actually used. Remove some special handling for the case
8547 where "elttype" and "eltlen" are null. Replace by a comment
8548 and a couple of assertion checks.
8549
b27cf2b3
MS
85502011-03-05 Michael Snyder <msnyder@vmware.com>
8551
8552 * source.c (add_path): Replace semicolon at end of block.
8553 * dwarf2expr.c (execute_stack_op): Ditto.
8554
5387a0c6
MF
85552011-03-05 Mike Frysinger <vapier@gentoo.org>
8556
8557 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
8558 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
8559 (bfin-*-*): Likewise.
8560
e3aa49af
MS
85612011-03-05 Michael Snyder <msnyder@vmware.com>
8562
82ae4854
MS
8563 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
8564 * mdebugread.c (parse_symbol): Ditto.
8565 * parse.c (parse_exp_in_context): Ditto.
8566 * source.c (add_path): Ditto.
8567 * utils.c (gnu_debuglink_crc32): Ditto.
8568 * varobj.c (variable_language): Ditto.
8569
e3aa49af
MS
8570 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
8571
154f592e
MS
85722011-03-04 Michael Snyder <msnyder@vmware.com>
8573
da3ecdc6
MS
8574 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
8575
9cc89665
MS
8576 * symfile.c (simple_overlay_update): Check for null return value
8577 from lookup_minimal_symbol.
8578
154f592e
MS
8579 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
8580
63ffa6ee
TJB
85812011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
8582
8583 * eval.c (parse_and_eval_address_1): Remove function.
8584 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
8585 instead of parse_and_eval_address_1.
8586 * value.h (parse_and_eval_address_1): Remove prototype.
8587
a17d146e
MS
85882011-03-04 Michael Snyder <msnyder@vmware.com>
8589
8590 * remote.c (putpkt_binary): Document that case stmt falls through.
8591
1a6a67de
TJB
85922011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
8593
8594 * breakpointc (print_it_typical): Move NULL check from here...
8595 (print_bp_stop_message): ... to here.
8596
488919c4
MS
85972011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
8598
8599 * breakpoint.c (enable_command): Use break instead of continue,
8600 and fill in a missing break.
8601 (disable_command): Ditto.
8602
1e182ce8
UW
86032011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8604
8605 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
8606 (terminal_save_ours): Remove misleading comment.
8607 (inflow_inferior_data_cleanup): Free ttystate.
8608 (inflow_inferior_exit): Likewise.
8609 (copy_terminal_info): Copy ttystate.
8610
8611 * serial.c (serial_copy_tty_state): New function.
8612 * serial.h (serial_copy_tty_state): Add prototype.
8613 (struct serial_ops): Add copy_tty_state callback.
8614 * ser-base.c (ser_base_copy_tty_state): New function.
8615 * ser-base.h (ser_base_copy_tty_state): Add prototype.
8616 * ser-go32.c (dos_copy_tty_state): New function.
8617 (dos_ops): Install copy_tty_state callback.
8618 * ser-mingw.c (_initialize_ser_windows): Likewise.
8619 * ser-pipe.c (_initialize_ser_pipe): Likewise.
8620 * ser-unix.c (hardwire_copy_tty_state): New function.
8621 (_initialize_ser_hardwire): Install it.
8622
b2c5f112
MS
86232011-03-04 Michael Snyder <msnyder@vmware.com>
8624
2abae994
MS
8625 * breakpoint.c (create_breakpoint): Add missing break statement.
8626
7f5936f9
MS
8627 Reverting this patch:
8628 * infcall.c (call_function_by_hand): Add break statements for lint.
8629
b2c5f112
MS
8630 Reverting this patch:
8631 * cli/cli-script.c (script_from_file): Add break for lint.
8632
42b1321c
MS
86332011-03-04 Michael Snyder <msnyder@vmware.com>
8634
8635 * solib.c (reload_shared_libraries_1): Close memory leak.
8636
3e2a0cee
TT
86372011-03-03 Tom Tromey <tromey@redhat.com>
8638
8639 PR gdb/12538:
8640 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
8641 DW_STRING is NULL.
8642
58397cb7
MS
86432011-03-03 Michael Snyder <msnyder@vmware.com>
8644
2e3fd767
MS
8645 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
8646 fields of struct 'st' to zero.
8647
58397cb7
MS
8648 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
8649 sal.pspace before calling set_current_source_symtab_and_line.
8650
ced54c8f
YQ
86512011-03-03 Yao Qi <yao@codesourcery.com>
8652
8653 * Makefile.in (configure-common): Remove. Let Makefile
8654 in dir common to rebuild itself.
8655 (common/Makefile): Likewise.
8656
3351ea09
JB
86572011-03-03 Joel Brobecker <brobecker@adacore.com>
8658
8659 * utils.c (parse_escape): Add i18n markup in error message.
8660
bf9f652a
YQ
86612011-03-03 Yao Qi <yao@codesourcery.com>
8662
8663 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
8664 ARM_PC_REGNUM.
8665 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
8666 (displaced_write_reg, displaced_read_reg): Likewise.
8667 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
8668 (cleanup_block_load_pc, copy_block_xfer): Likewise.
8669 (cleanup_branch): Replace magic number 14 and 15 with
8670 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
8671
d42de051
MS
86722011-03-02 Michael Snyder <msnyder@vmware.com>
8673
240f9570
MS
8674 * maint.c (maintenance_do_deprecate): No need to check for NULL.
8675
10dd8b54
MS
8676 * cli/cli-script.c (script_from_file): Add break for lint.
8677
b98bd911
MS
8678 * mdebugread.c (parse_partial_symbols): Fix indent.
8679
3494b66d
MS
8680 * target-descriptions.c (tdesc_gdb_type): No need to call
8681 xstrdup, callee saves a copy.
8682
daac021a
MS
8683 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
8684
c38d16a7
MS
8685 * infcall.c (call_function_by_hand): Add break statements for lint.
8686
905b671b
MS
8687 * utils.c (parse_escape): Escape the escape char.
8688
f2eb0bc8 8689 * python/py-inferior.c (build_inferior_list): Error out if
2d565757
MS
8690 PyList_Append fails.
8691 (gdbpy_inferiors): Error out if build_inferior_list fails.
8692
8c6a60d1
MS
8693 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
8694 a function call.
8695
d42de051
MS
8696 * record.c (record_restore): Move printf to before error return.
8697
4db71c0b
YQ
86982011-03-02 Yao Qi <yao@codesourcery.com>
8699
8700 * arm-tdep.h (struct displaced_step_closure): Add two new fields
8701 is_thumb and insn_size.
8702 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
8703 on both ARM and Thumb mode.
8704 (arm_process_displaced_insn): Set is_thumb and insn_size.
8705 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
8706 (arm_displaced_step_fixup): Likewise.
8707
a9dc8dcc
MS
87082011-03-01 Michael Snyder <msnyder@vmware.com>
8709
53624a93
MS
8710 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
8711
77766669
MS
8712 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
8713
62d5b8da
MS
8714 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
8715
5e9e105f
MS
8716 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
8717
dc19db01
MS
8718 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
8719 with xmalloc.
8720
5ce64950
MS
8721 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
8722 which shadows function parameter.
8723
a0aa2878
MS
8724 * tracepoint.c (create_tsv_from_upload): Superfluous call
8725 to xstrdup. Callee already calls xstrdup.
8726
e325fb69
MS
8727 * linespec.c (decode_line_1): Remove unnecessary null check.
8728
21cbba77
MS
8729 * tracepoint.c (scope_info): Fix mem leak, remove underused
8730 variable.
8731
63360adc
MS
8732 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
8733 superfluous null check.
8734
18ea20ac 8735 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
23ce9890 8736 (value_of_builtin_frame_fp_reg): Ditto.
18ea20ac 8737
d014929c
MS
8738 * event-top.c (display_gdb_prompt): Remove superfluous null check.
8739
6e9130cf
MS
8740 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
8741 be null.
8742
5f01dbc0
MS
8743 * linespec.c (decode_line_1): Check for null before dereference.
8744
d684ab85
MS
8745 * reverse.c (record_restore): Move null-check to before pointer
8746 dereference.
8747
bfffb7e3
MS
8748 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
8749
a9dc8dcc
MS
8750 * objc-lang.c (selectors_info): Add explanitory comment.
8751 (classes_info): Ditto.
8752
478fd957
UW
87532011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
8754
8755 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
8756 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
8757 versions of the trampoline. Handle Thumb vs. ARM addresses.
8758 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
8759 (arm_linux_init_abi): Install it.
8760 * arm-tdep.c (arm_psr_thumb_bit): Make global.
8761 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
8762
0480cefa
MS
87632011-02-28 Michael Snyder <msnyder@vmware.com>
8764
ac50ab3b
MS
8765 * ui-out.c (ui_out_field_core_addr): Make local char buffer
8766 a little bigger, to avoid possibility of an overflow.
8767
f63fbe86
MS
8768 * breakpoint.c (breakpoint_adjustment_warning): Make local char
8769 buffers a little bigger, to avoid possibility of an overflow.
8770
9e91a352
MS
8771 * coffread.c (coff_getfilename): Add check to avoid overflow.
8772
f2eb0bc8 8773 * objc-lang.c (selectors_info): Add a small safety margin to
28288541
MS
8774 avoid overflow.
8775 (classes_info): Error out on too long REGEXP.
8776
098ab512
MS
8777 * infrun.c (handle_inferior_event): Remove unused function call.
8778
bcbd1de9
MS
8779 * fork-child.c (fork_inferior): Remove ifdef'd code and
8780 unused variable.
8781
2e456570
MS
8782 * linux-thread-db.c (attach_thread): Discard unused value.
8783
14571dad
MS
8784 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
8785
a9cbf802
MS
8786 * remote.c (remote_get_noisy_reply): Discard unused value.
8787 (remote_vcont_resume): Ditto.
8788 (remote_stop_ns): Ditto.
8789
5715d26e
MS
8790 * linespec.c (decode_objc): Delete unused variable.
8791
4a9bca80
MS
8792 * tui/tui-regs.c (tui_register_format): Delete unused variable.
8793
f47fb265
MS
8794 * dwarf2read.c (add_partial_symbol): Discard unused values.
8795 (read_base_type): Delete unused variable.
8796
e81cff30
MS
8797 * dbxread.c (read_dbx_symtab): Discard unused value.
8798
262acaeb
MS
8799 * eval.c (evaluate_subexp_standard): Delete unused variable,
8800 and discard unused values.
8801
df983543
MS
8802 * infcmd.c (_initialize_infcmd): Discard unused values.
8803
89acf84d
MS
8804 * stabsread.c (rs6000_builtin_type): Missing break statement.
8805
ab8b8aca
MS
8806 * dbxread.c (process_one_symbol): Discard unused value.
8807
6b4511ab
MS
8808 * coffread.c (coff_end_symtab): Delete unused variable.
8809
e8e80198
MS
8810 * dwarf2read.c (dw2_get_file_names): Discard unused value.
8811 (dwarf2_add_typedef): Delete unused variable.
8812 (read_namespace): Ditto.
8813 (dwarf_decode_macros): Ditto.
8814
976aa66e
MS
8815 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
8816
5b92b49f
MS
8817 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
8818
91e8df85
MS
8819 * p-valprint.c (pascal_val_print): Discard unused value.
8820
899500d6
MS
8821 * utils.c (nquery): Call va_end before return;
8822 (yquery): Ditto.
8823 (query): Ditto.
8824
0480cefa
MS
8825 * proc-service.c (ps_plog): Call va_end before return.
8826
fb6a3ed3
TT
88272011-02-28 Tom Tromey <tromey@redhat.com>
8828
8829 * python/python.c (gdbpy_value_cst): New global.
8830 (_initialize_python): Initialize it.
8831 * python/python-internal.h (gdbpy_value_cst): Declare.
8832 * python/py-value.c (convert_value_from_python): Use
8833 gdbpy_value_cst.
8834
c05202a1
MS
88352011-02-28 Michael Snyder <msnyder@vmware.com>
8836
e463f587
MS
8837 * python/py-cmd.c (cmdpy_init): Fix memory leak.
8838
c38eea1a
MS
8839 * breakpoint.c (catch_syscall_completer): Free malloced list.
8840
3ef09ab5
MS
8841 * jv-lang.c (java_primitive_type_from_name): Add missing break.
8842
8f9a01ee
MS
8843 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
8844 (lval_func_check_synthetic_pointer): Ditto.
8845 (lval_func_free_closure): Fix use-after-free.
c05202a1 8846
477d0d57
TT
88472011-02-28 Tom Tromey <tromey@redhat.com>
8848
8849 * psymtab.c (expand_partial_symbol_tables): Use
8850 ALL_OBJFILE_PSYMTABS.
8851
20937029
JK
88522011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8853
8854 * objc-lang.c (selectors_info): Error on too long REGEXP.
8855
907b7f4f
MS
88562011-02-28 Michael Snyder <msnyder@vmware.com>
8857
92e96192
MS
8858 * python/py-param.c (set_parameter_value): Add missing
8859 break statement.
8860
907b7f4f
MS
8861 * linux-record.c (record_linux_system_call): Add missing
8862 break statement.
8863
12c5a436
UW
88642011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8865
8866 * breakpoint.c (print_one_breakpoint_location): Remove unused
8867 argument PRINT_ADDRESS_BITS. Update callers.
8868 (print_one_breakpoint): Likewise.
8869
170b53b2
UW
88702011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8871
8872 * breakpoint.c (wrap_indent_at_field): New function.
8873 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
8874 Allocate ui_stream locally instead of using STB argument.
8875 (print_one_breakpoint_location): Update call.
8876 * ui-out.c (ui_out_query_field): New function.
8877 * ui-out.h (ui_out_query_field): Add prototype.
8878
8ab1f94d
JB
88792011-02-28 Joel Brobecker <brobecker@adacore.com>
8880
8881 From Michael Snyder <msnyder@vmware.com>
8882 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
8883
7d488639
MS
88842011-02-27 Michael Snyder <msnyder@vmware.com>
8885
ae179fba
MS
8886 * objc-lang.c (selectors_info): Prevent string overrun.
8887
086dbf66
MS
8888 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
8889 error in strncpy.
8890
f2eb0bc8 8891 * symtab.c (rbreak_command): Move variable 'file_name' to
9c1e305a
MS
8892 outer scope.
8893
7d488639
MS
8894 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
8895 param with a local variable of the same name.
8896
3bd0f5ef
MS
88972011-02-27 Michael Snyder <msnyder@vmware.com>
8898
8899 * value.c (value_from_history_ref): New function.
8900 * value.h (value_from_history_ref): Export.
8901 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
8902 to parse value history references.
8903 * cli/cli-utils.h (get_number_trailer): Update comment.
8904
89052011-02-27 Michael Snyder <msnyder@vmware.com>
8906
8907 * inferior.c (detach_inferior_command): Use get_number_or_range.
8908 (kill_inferior_command): Ditto.
8909 (remove_inferior_command): Ditto.
8910 (initialize_inferiors): Make command names plural.
8911 Update help strings.
8912
766062f6
MS
89132011-02-27 Michael Snyder <msnyder@vmware.com>
8914
8915 * darwin-nat-info.c: Fix comment typo.
8916 * dwarf2expr.h: Ditto.
8917 * fbsd-nat.c: Ditto.
8918 * fbsd-nat.h: Ditto.
8919 * frame-unwind.h: Ditto.
8920 * frame.h: Ditto.
8921 * hppa-hpux-tdep.c: Ditto.
8922 * i386-linux-nat.c: Ditto.
8923 * linux-nat.c: Ditto.
8924 * nbsd-nat.c: Ditto.
8925 * nbsd-nat.h: Ditto.
8926 * ppc-linux-tdep.c: Ditto.
8927 * serial.c: Ditto.
8928 * ui-file.h: Ditto.
8929 * tui/tui-winsource.c: Ditto.
8930
f2c4ead5
MS
89312011-02-26 Michael Snyder <msnyder@vmware.com>
8932
86b887df
MS
8933 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
8934
66fd3b1e
MS
8935 * maint.c (maintenance_do_deprecate): Plug a memory leak.
8936
8c814cdd
MS
8937 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
8938 with a local variable of the same name.
8939
6d5e094a 8940 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
e5b3d7d6 8941 param with a local variable of the same name.
6d5e094a 8942 (i387_supply_xsave): Ditto.
e5b3d7d6 8943
5eee517d
MS
8944 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
8945 that it does not shadow a function parameter.
8946
8fbf6b93
MS
8947 * i386-nat.c (i386_length_and_rw_bits): Document that case
8948 statement is meant to fall through.
8949
cb969d61
MS
8950 * expprint.c (dump_subexp_body_standard): Document that case
8951 statement is meant to fall through.
8952
f2c4ead5
MS
8953 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
8954 dead if statement. Condition can't be false.
8955
b021a221
MS
89562011-02-25 Michael Snyder <msnyder@vmware.com>
8957
8958 * arm-tdep.c: Fix typos in comments.
8959 * bsd-uthread.c: Ditto.
8960 * completer.c: Ditto.
8961 * corelow.c: Ditto.
8962 * cp-namespace.c: Ditto.
8963 * cp-support.c: Ditto.
8964 * cris-tdep.c: Ditto.
8965 * dbxread.c: Ditto.
8966 * dwarf2read.c: Ditto.
8967 * frame.h: Ditto.
8968 * gdbtypes.h: Ditto.
8969 * inferior.h: Ditto.
8970 * mdebugread.c: Ditto.
8971 * mips-tdep.c: Ditto.
8972 * ppc-linux-nat.c: Ditto.
8973 * ppc-linux-tdep.c: Ditto.
8974 * printcmd.c: Ditto.
8975 * sol-thread.c: Ditto.
8976 * solib-frv.c: Ditto.
8977 * solist.h: Ditto.
8978 * sparc64-tdep.c: Ditto.
8979 * spu-tdep.c: Ditto.
8980 * stabsread.c: Ditto.
8981 * symfile.c: Ditto.
8982 * valops.c: Ditto.
8983 * varobj.c: Ditto.
8984 * vax-nat.c: Ditto.
8985 * python/py-block.c: Ditto.
8986 * python/py-symbol.c: Ditto.
8987 * python/py-symtab.c: Ditto.
8988 * python/py-value.c: Ditto.
8989 * tui/tui-win.c: Ditto.
8990
c82c0b55
MS
89912011-02-25 Michael Snyder <msnyder@vmware.com>
8992
8993 * inferior.c (print_inferior): Accept a string instead of an int
8994 for requested_inferiors, and use get_number_or_range to parse it.
8995 (info_inferiors_command): Pass args string to print_inferior.
8996 (initialize_inferiors): Change help string for info inferiors.
8997 * inferior.h (print_inferior): Export prototype change.
8998
ee00cd23
TT
89992011-02-25 Tom Tromey <tromey@redhat.com>
9000
9001 * common/ax.def (invalid2): Set to 0x31.
9002
0502ed8c
JK
90032011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9004
9005 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
9006 L and plongest.
9007 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
9008 use L and plongest.
9009 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
9010
2c9de912
MS
90112011-02-24 Michael Snyder <msnyder@vmware.com>
9012
9013 * Makefile.in (clean): Make clean should remove generated files
9014 observer.h and observer.inc.
9015
a04b0428
JB
90162011-02-24 Joel Brobecker <brobecker@adacore.com>
9017
9018 Revert the following patch (not approved yet):
9019 2011-02-21 Hui Zhu <teawater@gmail.com>
9020 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
9021 * ax-gdb.c (gen_printf_expr_callback): New function.
9022 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
9023 * ax-general.c (ax_memcpy): New function.
9024 (ax_print): Handle "printf".
9025 (ax_reqs): Ditto.
9026 * ax.h (ax_memcpy): Forward declare.
9027 * common/ax.def (invalid2): Removed.
9028 (printf): New entry.
9029 * printcmd.c (printcmd.h): New include.
9030 (string_printf): New function.
9031 (ui_printf): Removed.
9032 (printf_command): Remove static. Call string_printf.
9033 (eval_command): Call string_printf.
9034 * printcmd.h: New file.
9035 * tracepoint.c (validate_actionline,
9036 encode_actions_1): handle printf_command.
9037
2b52013f
TT
90382011-02-23 Tom Tromey <tromey@redhat.com>
9039
9040 * ax-general.c (ax_pick): Add missing newline.
9041
e5a67952
MS
90422011-02-23 Michael Snyder <msnyder@vmware.com>
9043
9044 * breakpoint.c (breakpoint_1): Change first argument from an int
9045 to a char pointer, so that the function now accepts a list of
f2eb0bc8 9046 breakpoints rather than just one. Use new function
e5a67952
MS
9047 'number_is_in_list' to implement.
9048 (breakpoints_info): Pass char * instead of int to breakpoint_1.
9049 (watchpoints_info): Ditto.
9050 (tracepoints_info): Ditto.
9051 (maintenance_info_breakpoints): Ditto.
9052 (_initialize_breakpoint): Update help strings to reflect the fact
9053 that these functions can now take more than one argument.
9054 * cli/cli-utils.c (number_is_in_list): New function.
9055 * cli/cli-utils.h (number_is_in_list): Export.
9056
90572011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
9058
9059 * memattr.c (mem_enable_command): Use get_number_or_range.
9060 (mem_disable_command): Ditto.
9061 (mem_delete_command): Ditto.
9062 (_initialize_mem): Tweak usage message to reflect multiple
9063 arguments.
9064
6e6fbe60
DE
90652011-02-22 Doug Evans <dje@google.com>
9066
9067 Add gdb.lookup_global_symbol python function.
9068 * NEWS: Add entry.
9069 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
9070 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
9071 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
9072
79b97fa8
TT
90732011-02-22 Tom Tromey <tromey@redhat.com>
9074
9075 * language.c (language_class_name_from_physname): Rename
9076 'curr_language' argument to 'lang'; use in body.
9077
298f437a
MS
90782011-02-22 Michael Snyder <msnyder@vmware.com>
9079
9080 * cli/cli-utils.c (number_is_in_list): Check for zero return.
9081
b7ea3126
PA
90822011-02-22 Pedro Alves <pedro@codesourcery.com>
9083
9084 * frame-unwind.h: Fix comment to mention the this frame, not the
9085 next.
9086
58ee6d60
TT
90872011-02-22 Tom Tromey <tromey@redhat.com>
9088
9089 * symfile.c (auto_solib_limit): Remove.
9090 * symfile.h (auto_solib_limit): Remove.
9091
36238dbc
JB
90922011-02-22 Joel Brobecker <brobecker@adacore.com>
9093
9094 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
9095
aea5b279
MS
90962011-02-21 Michael Snyder <msnyder@vmware.com>
9097
9098 * gdbthread.h (print_thread_info): Change prototype.
9099 * thread.c (print_thread_info): Accept char* instead of int for
9100 requested_threads argument. Use new function number_is_in_list
9101 to determine which threads to list.
9102 (info_threads_command): Pass char* to print_thread_info.
9103 * cli/cli-utils.c (number_is_in_list): New function.
9104 * cli/cli-utils.h (number_is_in_list): Export.
f2eb0bc8 9105 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
aea5b279
MS
9106 print_thread_info.
9107 (print_one_inferior): Ditto.
9108 (mi_cmd_list_thread_groups): Ditto.
9109
8caa75ee
JK
91102011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9111
9112 * common/Makefile.in (CFLAGS): New.
9113 (COMPILE): Add $(CFLAGS).
9114
ea666128
TT
91152011-02-21 Tom Tromey <tromey@redhat.com>
9116
9117 * breakpoint.c (catch_syscall_command_1): Fix typo.
9118
e9cafbcc
TT
91192011-02-21 Tom Tromey <tromey@redhat.com>
9120
9121 * reverse.c: Include cli-utils.h.
9122 * printcmd.c: Include cli-utils.h.
9123 (string_printf): Use skip_spaces.
9124 * cli/cli-utils.h: New file.
9125 * cli/cli-utils.c: New file.
9126 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
9127 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
9128 * breakpoint.h (get_number, get_number_or_range): Move to
9129 cli-utils.h.
9130 * breakpoint.c: Include cli-utils.h.
9131 (get_number_trailer, get_number, get_number_or_range)
9132 (ep_skip_leading_whitespace): Move to cli-utils.c.
9133 (create_breakpoint_sal, find_condition_and_thread)
9134 (decode_static_tracepoint_spec, watch_command_1)
9135 (watch_maybe_just_location, ep_parse_optional_if_clause)
9136 (catch_fork_command_1, catch_exec_command_1)
9137 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
9138 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
9139 (SUBDIR_CLI_SRCS): Add cli-utils.c.
9140 (HFILES_NO_SRCDIR): Add cli-utils.h.
9141 (cli-utils.o): New target.
9142
f67fd822
PM
91432011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9144
9145 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
9146 before calling discard_all_inferiors.
9147
c9def01d
UW
91482011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
9149
9150 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
9151 (struct builtin_opencl_type): Remove.
9152 (builtin_opencl_type): Change return type to "struct type **".
9153 (lookup_opencl_vector_type): Update caller.
9154 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
9155 (build_opencl_types): Install plain array of "struct type *"
9156 instead of "struct builtin_opencl_type".
9157
e3039479
UW
91582011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9159 Ulrich Weigand <uweigand@de.ibm.com>
9160
9161 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
9162 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
9163 (struct arm_linux_hwbp_cap): New type.
9164 (arm_linux_get_hwbp_cap): New function.
9165 (arm_linux_get_hw_breakpoint_count): Likewise.
9166 (arm_linux_get_hw_watchpoint_count): Likewise.
9167 (arm_linux_can_use_hw_breakpoint): Likewise.
9168 (arm_hwbp_type): New type.
9169 (arm_hwbp_control_t): Likewise.
9170 (struct arm_linux_hw_breakpoint): Likewise.
9171 (struct arm_linux_thread_points): Likewise.
9172 (arm_threads): New global variable.
9173 (arm_linux_find_breakpoints_by_tid): New function.
9174 (arm_hwbp_control_initialize): Likewise.
9175 (arm_hwbp_control_is_enabled): Likewise.
9176 (arm_hwbp_control_disable): Likewise.
9177 (arm_linux_hw_breakpoint_initialize): Likewise.
9178 (arm_linux_get_hwbp_type): Likewise.
9179 (arm_linux_hw_watchpoint_initialize): Likewise.
9180 (arm_linux_hw_breakpoint_equal): Likewise.
9181 (arm_linux_insert_hw_breakpoint1): Likewise.
9182 (arm_linux_remove_hw_breakpoint1): Likewise.
9183 (arm_linux_insert_hw_breakpoint): Likewise.
9184 (arm_linux_remove_hw_breakpoint): Likewise.
9185 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
9186 (arm_linux_insert_watchpoint): Likewise.
9187 (arm_linux_remove_watchpoint): Likewise.
9188 (arm_linux_stopped_data_address): Likewise.
9189 (arm_linux_stopped_by_watchpoint): Likewise.
9190 (arm_linux_watchpoint_addr_within_range): Likewise.
9191 (arm_linux_new_thread): Likewise.
9192 (arm_linux_thread_exit): Likewise.
9193 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
9194 related target callbacks. Register arm_linux_new_thread and
9195 arm_linux_thread_exit.
9196 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
9197 * arm-tdep.c (arm_pc_is_thumb): Make global.
9198 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
9199
b5db5dfc
UW
92002011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
9201
9202 * breakpoint.c (update_watchpoint): Do not attempt to recreate
9203 per-frame locations while within a function epilogue.
9204
e25b2cfa
PM
92052011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
9206
9207 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
9208 to GNU coding standards.
9209
4af53f97
PM
92102011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
9211
9212 Allow use of mingw native on Windows 95 OS.
e25b2cfa 9213 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
4af53f97
PM
9214 (ser_windows_close): Only call CancelIo if function exists.
9215 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
9216 to check for existence of CancelIo function in kernel32 DLL.
9217
d0e92d82
HZ
92182011-02-21 Hui Zhu <teawater@gmail.com>
9219
9220 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
9221 * ax-gdb.c (gen_printf_expr_callback): New function.
9222 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
9223 * ax-general.c (ax_memcpy): New function.
9224 (ax_print): Handle "printf".
9225 (ax_reqs): Ditto.
9226 * ax.h (ax_memcpy): Forward declare.
9227 * common/ax.def (invalid2): Removed.
9228 (printf): New entry.
9229 * printcmd.c (printcmd.h): New include.
9230 (string_printf): New function.
9231 (ui_printf): Removed.
9232 (printf_command): Remove static. Call string_printf.
9233 (eval_command): Call string_printf.
9234 * printcmd.h: New file.
9235 * tracepoint.c (validate_actionline,
9236 encode_actions_1): handle printf_command.
9237
7d357efd
MS
92382011-02-19 Michael Snyder <msnyder@vmware.com>
9239
9240 * reverse.c (delete_one_bookmark): Argument is now bookmark
9241 id rather than pointer to bookmark struct.
9242 (delete_bookmark_command): Use get_number_or_range.
9243 (goto_bookmark_command): Parse with get_number instead of strtoul.
9244 (bookmark_1): New function. Print info for one bookmark.
9245 (bookmarks_info): Use get_number_or_range and bookmark_1.
9246
7a45ebd7
MS
92472011-02-18 Michael Snyder <msnyder@vmware.com>
9248
f2eb0bc8 9249 * thread.c (info_threads_command): Re-implement using
7a45ebd7 9250 get_number_or_range.
65ebfb52 9251 (thread_apply_command): Ditto.
7a45ebd7 9252
94d5e490
TT
92532011-02-18 Tom Tromey <tromey@redhat.com>
9254
9255 * common/ax.def: New file.
9256 * ax.h (enum agent_op): Use ax.def.
9257 * ax-general.c (aop_map): Use ax.def.
9258
c7f96d2b
TT
92592011-02-18 Tom Tromey <tromey@redhat.com>
9260
9261 * ax-general.c (aop_map): Add pick and rot.
9262 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
9263 <DW_OP_rot>: Implement.
9264 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
9265 (ax_pick): Declare.
9266 * ax-general.c (ax_pick): New function.
9267
66694b75
TT
92682011-02-18 Tom Tromey <tromey@redhat.com>
9269
9270 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
9271
eeaafae2
JK
92722011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9273 Tom Tromey <tromey@redhat.com>
9274
9275 * cp-support.c (make_symbol_overload_list_namespace): Do not call
9276 make_symbol_overload_list_block with NULL BLOCK.
9277 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
9278
3c3fe74c
PA
92792011-02-18 Pedro Alves <pedro@codesourcery.com>
9280
9281 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
9282 * breakpoint.h (get_number_or_range): Declare.
9283 * printcmd.c (ALL_DISPLAYS): Declare.
9284 (delete_display): Reimplement taking a display pointer.
9285 (undisplay_command): Accept a range of displays to delete, using
9286 get_number_or_range.
9287
13163d80
PM
92882011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9289
9290 * c-valprint.c (c_val_print): Add embedded_offset to address
9291 for arrays of unspecified length.
9292 * p-valprint.c (pascal_val_print): Likewise.
9293
b434a28f
YQ
92942011-02-18 Yao Qi <yao@codesourcery.com>
9295
9296 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
9297 (arm_process_displaced_insn): .. here. Remove parameter INSN.
9298 (thumb_process_displaced_insn): New.
9299 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
9300 call to arm_process_displaced_insn.
9301 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
9302
9f6f94ff
TT
93032011-02-17 Tom Tromey <tromey@redhat.com>
9304
9305 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
9306 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
9307 compile_dwarf_to_ax. No longer static. Call
9308 dwarf2_compile_cfa_to_ax.
9309 (locexpr_tracepoint_var_ref): Update.
9310 (loclist_tracepoint_var_ref): Update.
9311 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
9312 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
9313 argument; add 'gdbarch' and 'pc'.
9314 (dwarf2_compile_cfa_to_ax): New function.
9315 (dwarf2_frame_cache): Update.
9316
e67ad678
JB
93172011-02-17 Joel Brobecker <brobecker@adacore.com>
9318
9319 * ada-lang.c (ada_type_of_array): Fix the size of the array
9320 in the case of an unconstrained packed array.
9321
946ebb0d
YQ
93222011-02-17 Yao Qi <yao@codesourcery.com>
9323
9324 * common/Makefile.in: Add more targets for make.
9325
1ba1b353
TT
93262011-02-16 Tom Tromey <tromey@redhat.com>
9327
9328 * dwarf2loc.c (unimplemented): Fix typo.
9329
b1bfef65
TT
93302011-02-16 Tom Tromey <tromey@redhat.com>
9331
9332 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
9333 (compile_dwarf_to_ax) <default>: Use unimplemented.
9334 <DW_OP_deref>: Update.
9335 (disassemble_dwarf_expression): Update.
9336 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
9337 (decode_locdesc): Update.
9338 * dwarf2expr.h (dwarf_stack_op_name): Update.
9339
5f1e6f19
TT
93402011-02-16 Tom Tromey <tromey@redhat.com>
9341
9342 * ax.h (struct aop_map) <name>: Now const.
9343
a0c78a73
PA
93442011-02-16 Tom Tromey <tromey@redhat.com>
9345
9346 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
9347 than axs_rvalue.
9348
946ebb0d 93492011-02-16 Yao Qi <yao@codesourcery.com>
a42244db
YQ
9350
9351 * infrun.c (get_displaced_step_closure_by_addr): New.
9352 * inferior.h: Declare it.
9353 * arm-tdep.c: (arm_pc_is_thumb): Call
9354 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
9355 returns non-NULL.
9356
08807d5a
PA
93572011-02-16 Pedro Alves <pedro@codesourcery.com>
9358 Jan Kratochvil <jan.kratochvil@redhat.com>
9359
9360 gdb/
9361 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
9362
29976f3f
PA
93632011-02-16 Pedro Alves <pedro@codesourcery.com>
9364 Jan Kratochvil <jan.kratochvil@redhat.com>
9365
9366 * value.c (value_contents_copy_raw): Extend describing comment.
9367 Assert that the destination contents we're overwriting are wholly
9368 available.
fb68ae73 9369 (value_contents_copy): Extend describing comment.
29976f3f 9370
cd24cfaa
PA
93712011-02-16 Pedro Alves <pedro@codesourcery.com>
9372 Jan Kratochvil <jan.kratochvil@redhat.com>
9373
9374 * value.c (value_available_contents_eq): Remove redundant local
9375 variables. Fix available contents comparision.
9376 * value.h (value_available_contents_eq): Extend describing
9377 comment.
9378
60bbf338
YQ
93792011-02-16 Yao Qi <yao@codesourcery.com>
9380
9381 * thread.c (info_threads_command): Add missing i18n markup and remove
9382 trailing newline.
9383
17450429
PP
93842011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
9385
9386 * breakpoint.c (longjmp_names): New variable.
9387 (struct breakpoint_objfile_data): New type.
9388 (breakpoint_objfile_key): New variable.
9389 (msym_not_found): New variable.
9390 (msym_not_found_p): New predicate.
9391 (get_breakpoint_objfile_data): New function.
9392 (create_overlay_event_breakpoint): Check per-objfile cache for
9393 symbols first.
9394 (create_longjmp_master_breakpoint): Likewise.
9395 (create_std_terminate_master_breakpoint): Likewise.
9396 (create_exception_master_breakpoint): Likewise.
9397 (_initialize_breakpoint): Register per-objfile data key.
9398
af02033e
PP
93992011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
9400
9401 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
9402 parameter value.
9403 (create_longjmp_master_breakpoint): Loop over longjmp names.
9404 (create_std_terminate_master_breakpoint): Const-propagate parameter
9405 value.
9406 (update_breakpoints_after_exec): Adjust.
9407 (breakpoint_re_set): Adjust.
9408
60f98dde
MS
94092011-02-15 Michael Snyder <msnyder@vmware.com>
9410
cdf99611
MS
9411 * thread.c (info_threads_command): Process arg as thread id,
9412 or list of thread ids.
9413 (thread_find_command): New command.
9414 (_initialize_thread): Document argument for info threads.
9415 Document 'thread find' command.
9416 * NEWS: Document new command "thread find".
60f98dde 9417
0feedb2c
JK
94182011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9419
9420 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
9421 * aclocal.m4: Regenerated with aclocal-1.11.1.
9422 * common/configure: Regenerate with autoconf-2.64.
9423
648cd113
KW
94242011-02-15 Ken Werner <ken.werner@de.ibm.com>
9425
9426 * opencl-lang.c (build_opencl_types): Set the size of the built-in
9427 bool data type to a size of one byte.
9428
5657161f
PA
94292011-02-15 Pedro Alves <pedro@codesourcery.com>
9430 Jan Kratochvil <jan.kratochvil@redhat.com>
9431
9432 * target.c (memory_xfer_live_readonly_partial): Document where to
9433 look for interface description.
9434
494e194e
YQ
94352011-02-15 Yao Qi <yao@codesourcery.com>
9436
9437 PR tdep/12352
9438 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
9439 order to store PC value on stack instead of text section.
9440
d9492458
TJB
94412011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
9442
9443 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
9444 the EFP register set size.
9445 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
9446 data from the VMX register.
9447 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
9448 and write data from/to the VMX register.
9449
cdf99611
MS
94502011-02-14 Michael Snyder <msnyder@vmware.com>
9451
9452 * command.h (enum command_class): New class 'no_set_class', for
9453 "show" commands without a corresponding "set" command.
9454 * value.c (_initialize_values): Use 'no_set_class' for "show values".
9455 * copying.c (_initialize_copying): Ditto for "show copying" and
9456 "show warranty".
9457 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
9458 "show version".
9459 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
9460 which there is no corresponding "set" command (eg. "show copying").
9461
424447ee
PA
94622011-02-14 Pedro Alves <pedro@codesourcery.com>
9463 Jan Kratochvil <jan.kratochvil@redhat.com>
9464
9465 * exec.c (section_table_available_memory): Change `len' parameter
9466 type to ULONGEST.
9467 * exec.h (section_table_available_memory): Ditto.
9468 * value.h (read_value_memory): Rename the `offset' parameter to
9469 `embedded_offset'.
9470
c0f61f9c 94712011-02-14 Pedro Alves <pedro@codesourcery.com>
e0ccc0c7 9472 Jan Kratochvil <jan.kratochvil@redhat.com>
c0f61f9c
PA
9473
9474 * memrange.c (compare_mem_ranges): Mention sort order in
9475 describing comment.
9476 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
9477 * tracepoint.c (traceframe_available_memory): Extend comment to
9478 mention what happens to RESULT when the target does not support
9479 the query.
9480
6bfc80c7
PA
94812011-02-14 Pedro Alves <pedro@codesourcery.com>
9482 Jan Kratochvil <jan.kratochvil@redhat.com>
9483
9484 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
9485 range.
9486
e7303042
PA
94872011-02-14 Pedro Alves <pedro@codesourcery.com>
9488
9489 * value.c (value_bits_valid, value_bits_synthetic_pointer):
9490 No longer handle NULL values.
9491
8af8e3bc
PA
94922011-02-14 Pedro Alves <pedro@codesourcery.com>
9493
9494 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
9495 * value.c: Include "exceptions.h".
9496 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
9497 generic error.
9498 * cp-abi.c: Include gdb_assert.h.
9499 (baseclass_offset): Add `embedded_offset' and `val' parameters.
9500 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
9501 errors.
9502 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
9503 parameters. No longer returns -1 on error.
9504 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
9505 `val' parameters.
9506 * cp-valprint.c: Include exceptions.h.
9507 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
9508 the baseclass_offset. Handle unavailable base classes. Use
9509 val_print_invalid_address.
9510 * p-valprint.c: Include exceptions.h.
9511 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
9512 when fetching the baseclass_offset. No longer expect
9513 baseclass_offset returning -1. Handle unavailable base classes.
9514 Use val_print_invalid_address.
9515 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
9516 `valaddr' parameter, and change its type to gdb_byte pointer. Add
9517 `embedded_offset' and `val' parameters. Adjust.
9518 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
9519 parameter, and change its type to gdb_byte pointer. Add
9520 `embedded_offset' and `val' parameters. Adjust. No longer expect
9521 baseclass_offset returning -1.
9522 (value_dynamic_cast): Use value_contents_for_printing rather than
9523 value_contents. Adjust.
9524 (search_struct_field): No longer expect baseclass_offset returning
9525 -1.
9526 (search_struct_method): If reading memory from the target is
9527 necessary, wrap it in a new value to pass to baseclass_offset. No
9528 longer expect baseclass_offset returning -1.
9529 (find_method_list): No longer expect baseclass_offset returning
9530 -1. Use value_contents_for_printing rather than value_contents.
9531 * valprint.c (val_print_invalid_address): New function.
9532 * valprint.h (val_print_invalid_address): Declare.
9533 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
9534 and `val' parameters. No longer expect baseclass_offset returning
9535 -1. Adjust.
9536 * gnu-v2-abi.c: Include "exceptions.h".
9537 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
9538 parameters. Handle unavailable memory. Recurse through
9539 gnuv2_baseclass_offset directly, rather than through
9540 baseclass_offset. No longer returns -1 on not found, instead
9541 throw an error.
9542 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
9543 `val' parameters. Adjust.
9544
1b28d0b3
PA
95452011-02-14 Pedro Alves <pedro@codesourcery.com>
9546
9547 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
9548 almost but not quite adjacent.
9549
ec0a52e1
PA
95502011-02-14 Pedro Alves <pedro@codesourcery.com>
9551
9552 * value.h (value_entirely_available): Declare.
9553 * value.c (value_entirely_available): New function.
9554 * c-valprint.c (c_value_print): Don't try fetching the pointer's
9555 real type if the pointer is unavailable.
9556
24e6bcee
PA
95572011-02-14 Pedro Alves <pedro@codesourcery.com>
9558
9559 * valops.c (value_repeat): Use read_value_memory instead of
9560 read_memory.
9561
39d37385
PA
95622011-02-14 Pedro Alves <pedro@codesourcery.com>
9563
9564 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
9565 * value.c (value_contents_copy_raw, value_contents_copy): New
9566 functions.
9567 (value_primitive_field): Use value_contents_copy_raw instead of
9568 memcpy.
9569 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
9570 memcpy.
9571 (value_array, value_slice): Ditto.
9572 * valarith.c (value_subscripted_rvalue): Use
9573 value_contents_copy_raw instead of memcpy.
9574
a3d34bf4
PA
95752011-02-14 Pedro Alves <pedro@codesourcery.com>
9576
9577 <unavailable> references.
9578
9579 * valops.c (get_value_at): Use value_from_contents_and_address,
9580 avoiding read_memory.
9581
9fc6d940
PA
95822011-02-14 Pedro Alves <pedro@codesourcery.com>
9583
9584 * c-valprint.c (c_val_print): Print a string with unavailable
9585 contents as an array.
9586
5467c6c8
PA
95872011-02-14 Pedro Alves <pedro@codesourcery.com>
9588
9589 * value.h (unpack_bits_as_long): Delete declaration.
9590 (unpack_value_bits_as_long): Declare.
9591 (unpack_value_field_as_long): Declare.
9592 (value_field_bitfield): Declare.
9593 * value.c (unpack_bits_as_long): Rename to...
9594 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
9595 value parameters. Return the extracted result in a new output
9596 parameter. If the value contents are unavailable, return false,
9597 otherwise return true.
9598 (unpack_value_bits_as_long): New.
9599 (unpack_field_as_long): Rename to...
9600 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
9601 Add embedded_offset and value parameters. Return the extracted
9602 result in a new output parameter. If the value contents are
9603 unavailable, return false, otherwise return true.
9604 (unpack_value_field_as_long): New.
9605 (unpack_field_as_long_1): New.
9606 (unpack_field_as_long): Reimplement as wrapper around
9607 unpack_value_field_as_long_1.
9608 (value_field_bitfield): New function.
9609 * valops.c (value_fetch_lazy): When fetching a bitfield, use
9610 unpack_value_bits_as_long. Mark the value as unavailable, if it
9611 is unavailable.
9612 * jv-valprint.c (java_print_value_fields): Use
9613 value_field_bitfield.
9614 * p-valprint.c (pascal_object_print_value_fields): Use
9615 value_field_bitfield.
9616 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
9617
3158c6ed
PA
96182011-02-14 Pedro Alves <pedro@codesourcery.com>
9619
9620 * value.c (get_internalvar_integer): Also return the int value of
9621 TYPE_CODE_INT INTERNALVAR_VALUE values.
9622 (set_internalvar): Don't special case TYPE_CODE_INT.
9623
9fbdca0d
PA
96242011-02-14 Pedro Alves <pedro@codesourcery.com>
9625
9626 * value.c (struct internalvar) <enum internalvar_kind>: Remove
9627 INTERNALVAR_POINTER.
9628 <pointer>: Delete.
9629 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
9630 (set_internalvar): Remove special TYPE_CODE_PTR handling.
9631 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
9632
c8c1c22f
PA
96332011-02-14 Pedro Alves <pedro@codesourcery.com>
9634
9635 * value.h (value_available_contents_eq): Declare.
9636 * value.c (find_first_range_overlap): New function.
9637 (value_available_contents_eq): New function.
9638 * valprint.c (val_print_array_elements): Use
9639 value_available_contents_eq.
9640 * ada-valprint.c (val_print_packed_array_elements): Use
9641 value_available_contents_eq.
9642 * jv-valprint.c (java_value_print): Use
9643 value_available_contents_eq.
9644
e6e4e701
PA
96452011-02-14 Pedro Alves <pedro@codesourcery.com>
9646
9647 * target.c (target_read_live_memory): New function.
9648 (memory_xfer_live_readonly_partial): New.
9649 (memory_xfer_partial): If reading from a traceframe, fallback to
9650 reading unavailable read-only memory from read-only regions of
9651 live target memory.
9652 * tracepoint.c (disconnect_tracing): Adjust.
9653 (set_current_traceframe): New, factored out from
9654 set_traceframe_number.
9655 (set_traceframe_number): Reimplement to only change the traceframe
9656 number on the GDB side.
9657 (do_restore_current_traceframe_cleanup): Adjust.
9658 (make_cleanup_restore_traceframe_number): New.
9659 (cur_traceframe_number): New global.
9660 (tfile_open): Set cur_traceframe_number to no traceframe.
9661 (set_tfile_traceframe): New function.
9662 (tfile_trace_find): If looking up a traceframe using any method
9663 other than by number, make sure the current tfile traceframe
9664 matches gdb's current traceframe. Update the current tfile
9665 traceframe if the lookup succeeded.
9666 (tfile_fetch_registers, tfile_xfer_partial)
9667 (tfile_get_trace_state_variable_value): Make sure the remote
9668 traceframe matches gdb's current traceframe.
9669 * remote.c (remote_traceframe_number): New global.
9670 (remote_open_1): Set it to -1.
9671 (set_remote_traceframe): New function.
9672 (remote_fetch_registers, remote_store_registers)
9673 (remote_xfer_memory, remote_xfer_partial)
9674 (remote_get_trace_state_variable_value): Make sure the remote
9675 traceframe matches gdb's current traceframe.
9676 (remote_trace_find): If looking up a traceframe using any method
9677 other than by number, make sure the current remote traceframe
9678 matches gdb's current traceframe. Update the current remote
9679 traceframe if the lookup succeeded.
9680 * infrun.c (fetch_inferior_event): Adjust.
9681 * tracepoint.h (set_current_traceframe): Declare.
9682 (get_traceframe_number, set_traceframe_number): Add describing
9683 comments.
9684
e6ca34fc
PA
96852011-02-14 Pedro Alves <pedro@codesourcery.com>
9686
9687 Mark pieces of values as unavailable if the corresponding memory
9688 is unavailable.
9689
9690 * valops.c: Include tracepoint.h.
9691 (value_fetch_lazy): Use read_value_memory.
9692 (read_value_memory): New.
9693 * value.h (read_value_memory): Declare.
9694 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
9695 * exec.c (section_table_available_memory): New function.
9696 * exec.h (section_table_available_memory): Declare.
9697
2a7498d8
PA
96982011-02-14 Pedro Alves <pedro@codesourcery.com>
9699
9700 * Makefile.in (SFILES): Add memrange.c.
9701 (HFILES_NO_SRCDIR): Add memrange.h.
9702 (COMMON_OBS): Add memrange.o.
9703 * memrange.c: New file.
9704 * memrange.h: New file.
9705 * tracepoint.c: Include memrange.h.
9706 (struct mem_range): Delete.
9707 (mem_range_s): Delete.
9708 (traceframe_available_memory): New function.
9709 * tracepoint.h (traceframe_available_memory): Declare.
9710
b3b9301e
PA
97112011-02-14 Pedro Alves <pedro@codesourcery.com>
9712
9713 * target.h (struct traceframe_info): Forward declare.
9714 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
9715 (struct target_ops) <to_traceframe_info>: New field.
9716 (target_traceframe_info): New.
9717 * target.c (update_current_target): Inherit and default
9718 to_traceframe_info.
9719 * remote.c (PACKET_qXfer_traceframe_info): New.
9720 (remote_protocol_features): Register qXfer:traceframe-info:read.
9721 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
9722 (remote_traceframe_info): New.
9723 (init_remote_ops): Install it.
9724 (_initialize_remote): Install "set/show remote traceframe-info"
9725 commands.
9726 * tracepoint.h (parse_traceframe_info): Declare.
9727 * tracepoint.c (struct mem_range): New.
9728 (mem_range_s): New typedef.
9729 (struct traceframe_info): New.
9730 (traceframe_info): New global.
9731 (free_traceframe_info): New function.
9732 (clear_traceframe_info): New function.
9733 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
9734 info.
9735 (build_traceframe_info): New function.
9736 (tfile_traceframe_info): New function.
9737 (init_tfile_ops): Install tfile_traceframe_info.
9738 (traceframe_info_start_memory, free_result): New functions.
9739 (memory_attributes, traceframe_info_elements): New globals.
9740 (parse_traceframe_info, get_traceframe_info): New functions.
9741 * features/traceframe-info.dtd: New file.
9742 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
9743
4e07d55f
PA
97442011-02-14 Pedro Alves <pedro@codesourcery.com>
9745
9746 Base support for <unavailable> value contents.
9747
4e07d55f
PA
9748 * value.h (value_bytes_available): Declare.
9749 (mark_value_bytes_unavailable): Declare.
9750 * value.c (struct range): New struct.
9751 (range_s): New typedef.
9752 (ranges_overlap): New function.
9753 (range_lessthan): New function.
9754 (ranges_contain_p): New function.
9755 (struct value) <unavailable>: New field.
9756 (value_bytes_available): New function.
9757 (mark_value_bytes_unavailable): New function.
9758 (require_not_optimized_out): Constify parameter.
9759 (require_available): New function.
9760 (value_contents_all, value_contents): Require all bytes be
9761 available.
9762 (value_free): Free `unavailable'.
9763 (value_copy): Copy `unavailable'.
9764 * valprint.h (val_print_unavailable): Declare.
9765 * valprint.c (valprint_check_validity): Rename `offset' parameter
9766 to `embedded_offset'. If printing a scalar, check whether the
9767 value chunk is available.
9768 (val_print_unavailable): New.
9769 (val_print_scalar_formatted): Check whether the value is
9770 available.
9771 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
9772 pretty-printing unavailable values.
9773
bc9a5551
JK
97742011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9775
9776 Fix const/volatile qualifiers of C++ types, PR c++/12328.
9777 * c-typeprint.c (c_type_print_args): Update the function comment. New
9778 variable param_type, initialize it. Remove const/volatile qualifiers
9779 for language_cplus and !show_artificial. Use param_type.
9780
93b55aa1
JK
97812011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9782
9783 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
9784 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
9785 * symtab.h (struct symtab) <next>: Comment extension.
9786
181d9476
YQ
97872011-02-12 Yao Qi <yao@codesourcery.com>
9788
9789 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
9790
b708a5c7
JK
97912011-02-11 Yao Qi <yao@codesourcery.com>
9792
9793 * common/Makefile.in: Add copyright header.
9794
c5187ac6
PA
97952011-02-11 Pedro Alves <pedro@codesourcery.com>
9796
9797 * infrun.c (proceed): Move switching out and in of tfind mode from
9798 here ...
9799 (fetch_inferior_event): ... to here.
9800
4f3e6fb7
YQ
98012011-02-11 Yao Qi <yao@codesourcery.com>
9802
9803 * Makefile.in: Remove signals.o from COMMON_OBS. Link
9804 libcommon.a.
9805 * configure.ac: Add common to sub dir.
9806 * configure: Regenerate.
9807
b708a5c7
JK
98082011-02-11 Yao Qi <yao@codesourcery.com>
9809
9810 Build libcommon.a.
9811
9812 * common/Makefile.in: New.
9813 * common/configure.ac: New.
9814 * common/aclocal.m4: New.
9815 * common/configure: Generate.
9816
2287cc7e
PA
98172011-02-10 Pedro Alves <pedro@codesourcery.com>
9818
9819 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
9820 side of the parenthesis.
9821
9822 Merge from GCC:
9823 2010-07-13 Jakub Jelinek <jakub@redhat.com>
fc013618 9824 * vec.h (VEC_block_remove): Fix comment.
2287cc7e 9825
fd62cb89
MS
98262011-02-08 Michael Snyder <msnyder@vmware.com>
9827
9828 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
9829
56d2815c
JK
98302011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9831
9832 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
9833 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
9834 psubd and paddd.
9835
4f7d61a8
JK
98362011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9837
9838 PR 12361.
9839 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
9840 phsubsw.
9841 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
9842 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
9843
54fcddd0
UW
98442011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9845
9846 * dwarf2read.c (read_subroutine_type): Set special calling
9847 convention flag for functions compiled by IBM XL C for OpenCL.
9848 * ppc-sysv-tdep.c: Include "dwarf2.h"
9849 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
9850 calling convention.
9851 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
9852 IBM OpenCL vector types calling convention.
9853 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
9854 (ppc_sysv_abi_broken_return_value): Likewise.
9855 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
9856 types calling convention.
9857 (ppc64_sysv_abi_return_value): Likewise.
9858 * spu-tdep.c: Include "dwarf2.h"
9859 (spu_return_value): Implement IBM OpenCL vector types calling
9860 convention.
9861
d6dafb7c
UW
98622011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9863
9864 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
9865 correct ABI for AltiVec vector arguments.
9866
32b72a42
PA
98672011-02-07 Pedro Alves <pedro@codesourcery.com>
9868
9869 * valprint.c (val_print): Extend comment.
9870 * ada-valprint.c (ada_valprint): Rewrite comment deferring
9871 interface explanation to val_print.
9872 (ada_val_print_array): Adjust comment to current interface.
9873 (print_field_values): Adjust comment to current interface.
9874 * c-valprint.c (c_val_print): Rewrite comment deferring interface
9875 explanation to val_print.
9876 * f-valprint.c (f_val_print): Ditto.
9877 * jv-valprint.c (java_val_print): Ditto.
9878 * m2-valprint.c (m2_val_print): Ditto.
9879 * p-valprint.c (pascal_val_print): Ditto.
9880
9998af43
TJB
98812011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9882
9883 * breakpoint.c (parse_breakpoint_sals): Fix description.
9884
505500db 98852011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9998af43 9886 Oguz Kayral <oguzkayral@gmail.com>
505500db
SW
9887
9888 * python/py-inferior.c (python_on_normal_stop): New function.
9889 (python_on_resume): New function.
9890 (python_inferior_exit): New function.
9891 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
9892 inferior_exit observers.
9893 * python/py-evtregistry.c: New file.
9894 * python/py-threadevent.c : New file.
9895 * python/py-event.c: New file.
9896 * python/py-evts.c: New file.
9897 * python/py-continueevent.c: New file.
9898 * python/py-bpevent.c: New file.
9899 * python/py-signalevent.c: New file.
9900 * python/py-exetiedevent.c: New file.
9901 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
9902 Move struct breakpoint_object from here...
9903 * python/python-internal.h: ... to here.
9904 * python/py-event.h: New file.
9905 * python/py-events.h: New file.
9906 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
9907 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
9908 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
9909 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
9910 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
9911 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
9912 Add build rules for all the above.
9913
9e0ac564
TT
99142011-02-04 Tom Tromey <tromey@redhat.com>
9915
9916 * dwarf2read.c (dwarf2_section_empty_p): New function.
9917 (dwarf2_read_section): Use dwarf2_section_empty_p.
9918 (dwarf2_section_size): New function.
9919 (dwarf2_get_section_info): Unconditionally read section.
9920 (dwarf2_read_index): Use dwarf2_section_empty_p.
9921 (partial_read_comp_unit_head): Use dwarf2_section_size.
9922 (dwarf2_symbol_mark_computed): Likewise.
9923
eee5b35e
DD
99242011-02-04 David Daney <ddaney@caviumnetworks.com>
9925
9926 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
9927
385203ed
DD
99282011-02-04 David Daney <ddaney@caviumnetworks.com>
9929
9930 * mips-linux-tdep.c: Include xml-syscall.h.
9931 (mips_linux_get_syscall_number): New function.
9932 (mips_linux_init_abi): Add calls to
9933 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
9934 * data-directory/Makefile.in (SYSCALLS_FILES): Add
9935 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
9936 * syscalls/mips-n32-linux.xml: New file.
9937 * syscalls/mips-n64-linux.xml: New file.
9938 * syscalls/mips-o32-linux.xml: New file.
9939
9277c30c
UW
99402011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9941
9942 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
9943 Complain about inverted range entries.
9944 (dwarf2_record_block_ranges): Likewise.
9945
a3be7890
TJB
99462011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
9947
9948 Fix some typos.
9949 * breakpoint.c (update_watchpoint): Fix name of the
9950 update_global_location_list function.
9951 (print_one_breakpoint): Fix typo.
9952 (_initialize_breakpoint): Remove extra space in hbreak help
9953 string.
9954 * breakpoint.h (struct bp_location) <length>: Fix field
9955 description.
9956
041274d8
PA
99572011-02-04 Pedro Alves <pedro@codesourcery.com>
9958
9959 * regcache.c (registers_changed_ptid): Don't explictly always
9960 clear `current_regcache'. Only clear current_thread_ptid and
9961 current_thread_arch when PTID matches. Only reinit the frame
9962 cache if PTID matches the current inferior_ptid. Move alloca(0)
9963 call to ...
9964 (registers_changed): ... here.
9965
c1c2ab58
UW
99662011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
9967
9968 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
9969 starts with __stack_chk_guard as stack guard symbol.
9970
9011945e
AB
99712011-02-03 Andrew Burgess <aburgess@broadcom.com>
9972
9973 * disasm.c (compare_lines): Handle the end of sequence markers
9974 within the line table to better support disassembling over
9975 compilation unit boundaries.
9976
e0634ccf
UW
99772011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
9978
9979 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
9980 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
9981 implementation even if no symbols are available.
9982 (thumb_analyze_prologue): Update call to skip_prologue_function.
9983 (arm_analyze_prologue): Likewise.
9984
0e9e9abd
UW
99852011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
9986
9987 * arm-tdep.c: Include "observer.h".
9988 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
9989 (arm_exidx_data_key): New static variable.
9990 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
9991 (struct arm_exidx_data): Likewise.
9992 (arm_exidx_data_free): New function.
9993 (arm_compare_exidx_entries): Likewise.
9994 (arm_obj_section_from_vma): Likewise.
9995 (arm_exidx_new_objfile): Likewise.
9996 (arm_find_exidx_entry): Likewise.
9997 (arm_exidx_fill_cache): Likewise.
9998 (arm_exidx_unwind_sniffer): Likewise.
9999 (arm_exidx_unwind): New global variable.
10000 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
10001 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
10002 observer. Register arm_exidx_data_key as objfile data.
10003
2e9e421f
UW
100042011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
10005
10006 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
10007 due to accessing uninitialized variable. Fix indentation.
10008
580688f3
PA
100092011-02-02 Pedro Alves <pedro@codesourcery.com>
10010
10011 * c-valprint.c (c_value_print): When doing virtual base pointer
10012 adjustment, create a new value with adjusted contents rather than
10013 changing the contents of the value being printed (and getting it
10014 wrong).
10015
3d2c1d41
PA
100162011-02-02 Pedro Alves <pedro@codesourcery.com>
10017
10018 * xml-support.c (xml_find_attribute): New.
10019 (xinclude_start_include): Use it.
10020 * xml-support.h (xml_find_attribute): Declare.
10021 * memory-map.c (memory_map_start_memory)
10022 (memory_map_start_property): Use xml_find_attribute.
10023 * osdata.c (osdata_start_osdata, osdata_start_column): Use
10024 xml_find_attribute.
10025 * remote.c (start_thread): Use xml_find_attribute.
10026 * solib-target.c (library_list_start_segment)
10027 (library_list_start_section, library_list_start_library)
10028 (library_list_start_list): Use xml_find_attribute.
10029 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
10030 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
10031 (tdesc_start_field): Use xml_find_attribute.
10032
0af3e2db
UW
100332011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
10034
10035 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
10036 (BUILD_OCL_VTYPES): Update.
10037
c1039e3c
JB
100382011-02-02 Joel Brobecker <brobecker@adacore.com>
10039
10040 * configure.ac: Work around non-GNU sed limitation when computing
10041 python version number.
10042 * configure: Regenerate.
10043
600ea1be
JK
100442011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10045
10046 Fix debug printing of TYPE_INSTANCE.
10047 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
10048 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
10049
56c12414
JK
100502011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10051
10052 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
10053 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
10054 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
10055 * ada-operator.inc: Rename the file to ...
10056 * ada-operator.def: ... here, wrap all the entries by macro OP.
10057 * expprint.c (op_name_standard): Remove all the entries. Include
10058 "std-operator.def" instead.
10059 * expression.h (enum exp_opcode): Include "std-operator.def" and
10060 "ada-operator.def". Move all the entries ...
10061 * std-operator.def: ... here, wrap all the entries by macro OP.
10062
c52b559d
PP
100632011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
10064
10065 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
10066 * breakpoint.c (remove_jit_event_breakpoints): New function.
10067 * jit.c (jit_descriptor_addr): Delete.
10068 (registering_code): Delete.
10069 (clear_int): Delete.
10070 (jit_inferior_data): New variable.
10071 (struct jit_inferior_data): New type.
10072 (get_jit_inferior_data): New function.
10073 (jit_inferior_data_cleanup): New function.
10074 (jit_read_descriptor): Adjust.
10075 (jit_register_code): Adjust.
10076 (jit_breakpoint_re_set_internal): New function; move code here ...
10077 (jit_inferior_init): ... from here.
10078 (jit_breakpoint_re_set): Adjust.
10079 (jit_reset_inferior_data_and_breakpoints): New function.
10080 (jit_inferior_created_observer): Adjust.
10081 (jit_inferior_exit_hook): Adjust.
10082 (jit_executable_changed_observer): New function.
10083 (jit_event_handler): Adjust.
10084 (_initialize_jit): Adjust.
10085
e839132d
MS
100862011-01-31 Michael Snyder <msnyder@vmware.com>
10087
10088 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
10089 line.
10090
47a80e90
TT
100912011-01-31 Tom Tromey <tromey@redhat.com>
10092
10093 PR python/12216:
10094 * python/python.c (execute_gdb_command): Call
10095 prevent_dont_repeat.
10096 * top.c (suppress_dont_repeat): New global.
10097 (dont_repeat): Use it.
10098 (prevent_dont_repeat): New function.
10099 * command.h (prevent_dont_repeat): Declare.
10100
45a43567
TT
101012011-01-31 Tom Tromey <tromey@redhat.com>
10102
10103 * infcmd.c (finish_backward): Use breakpoint_set_silent.
10104 * python/py-breakpoint.c (bppy_set_silent): Use
10105 breakpoint_set_silent.
10106 (bppy_set_thread): Use breakpoint_set_thread.
10107 (bppy_set_task): Use breakpoint_set_task.
10108 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
10109 (breakpoint_set_task): Declare.
10110 (make_breakpoint_silent): Remove.
10111 * breakpoint.c (breakpoint_set_silent): New function.
10112 (breakpoint_set_thread): Likewise.
10113 (breakpoint_set_task): Likewise.
10114 (make_breakpoint_silent): Remove.
10115
09d682a4
TT
101162011-01-31 Tom Tromey <tromey@redhat.com>
10117
10118 * breakpoint.h (user_breakpoint_p): Declare.
10119 * breakpoint.c (user_breakpoint_p): New function.
10120 (breakpoint_1): Use it.
10121 (save_breakpoints): Likewise.
10122
9c4ea6c5
JB
101232011-01-31 Joel Brobecker <brobecker@adacore.com>
10124
10125 * configure.ac: Add handling of Python distribution on Windows.
10126 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
10127 sysconfig variables are not defined, then do not use them.
10128 On Windows, if LIBPL is not defined, then use prefix + '/libs'
10129 instead. On Windows, return all paths using forward-slashes
10130 rather than backslashes.
10131
ac534cba
JB
101322011-01-31 Joel Brobecker <brobecker@adacore.com>
10133
10134 * configure.ac: Remove fallback behavior for building
10135 against Python. Remove tweaking of Python include path.
10136 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
10137 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
10138 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
10139 Always restore CPPFLAGS and LIBS after linking test.
10140 * configure: Regenerated.
10141 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
10142 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
10143 * python/python-internal.h: Adjust includes of Python .h files.
10144
c2f0d045
JB
101452011-01-31 Joel Brobecker <brobecker@adacore.com>
10146
10147 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
10148 in error message.
10149
6b0c4c1f
JB
101502011-01-31 Joel Brobecker <brobecker@adacore.com>
10151
10152 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
10153 value test.
10154
672c9795
YQ
101552011-01-31 Yao Qi <yao@codesourcery.com>
10156
10157 * arm-linux-nat.c: Update calls to regcache_register_status
10158 instead of regcache_valid_p.
10159 * aix-thread.c: Likewise.
10160 * i386gnu-nat.c: Likewise.
10161
80b23b6a
JK
101622011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10163
10164 Fix crash.
10165 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
10166 touching TYPE_FIELD_ARTIFICIAL.
10167
4cd712bd
RE
101682011-01-28 Richard Earnshaw <rearnsha@arm.com>
10169
10170 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
10171 Committers.
10172
ffd5ec24
PA
101732011-01-28 Pedro Alves <pedro@codesourcery.com>
10174
10175 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
10176 selected, don't try iterating over the traceframe's blocks.
10177 (tfile_has_stack): If there's no traceframe selected, then there's
10178 no stack.
10179 (tfile_has_registers): If there's no traceframe selected, then
10180 there's no registers.
10181
e8c9e0a1
PA
101822011-01-28 Pedro Alves <pedro@codesourcery.com>
10183
10184 * target.c (memory_xfer_partial): No need to restore shadows if we
10185 haven't read anything.
10186
de15c4ab
PA
101872011-01-28 Pedro Alves <pedro@codesourcery.com>
10188
10189 * mips-tdep.c (mips_print_register): Use get_frame_register_value
10190 and val_print_scalar_formatted.
10191
9f41c731
PA
101922011-01-27 Pedro Alves <pedro@codesourcery.com>
10193
10194 * tracepoint.c (tfile_read): New.
10195 (tfile_open): Use it.
10196 (tfile_get_traceframe_address): Use it.
10197 (tfile_trace_find): Use it.
10198 (walk_blocks_callback_func): New typedef.
10199 (match_blocktype): New function.
10200 (traceframe_walk_blocks): New function.
10201 (traceframe_find_block_type): New function.
10202 (tfile_fetch_registers, tfile_xfer_partial)
10203 (tfile_get_trace_state_variable_value): Use
10204 traceframe_find_block_type and tfile_read.
10205
cdefc55d
KB
102062011-01-26 Kevin Buettner <kevinb@redhat.com>
10207
10208 * remote-mips.c: Add internationalization mark ups. Remove
10209 trailing \n from already marked up strings.
10210
a81766d8
TT
102112011-01-26 Tom Tromey <tromey@redhat.com>
10212
10213 * python/py-prettyprint.c (print_string_repr): Clear
10214 'addressprint' option when calling val_print_string.
10215 (print_children): Handle Val_pretty_default. Clear 'addressprint'
10216 option when calling val_print_string.
10217
74aedc46
TT
102182011-01-26 Tom Tromey <tromey@redhat.com>
10219
10220 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
10221 GDB_PY_LL_ARG.
10222 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
10223 macros.
10224 (gdb_py_longest, gdb_py_ulongest): New typedefs.
10225 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
10226 (gdb_py_long_as_ulongest): New defines.
10227 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
10228 (gdb_py_int_as_long): Declare.
10229 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
10230 GDB_PY_LL_ARG, gdb_py_object_from_longest.
10231 (valpy_long): Add comment.
10232 * python/py-utils.c (get_addr_from_python): Use
10233 gdb_py_long_as_ulongest. Handle overflow properly.
10234 (gdb_py_object_from_longest): New function.
10235 (gdb_py_object_from_ulongest): Likewise.
10236 (gdb_py_int_as_long): Likewise.
10237 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
10238 * python/py-symtab.c (salpy_get_pc): Use
10239 gdb_py_long_from_ulongest.
10240 (salpy_get_line): Use PyInt_FromLong.
10241 * python/py-param.c (set_parameter_value): Use
10242 gdb_py_int_as_long.
10243 * python/py-lazy-string.c (stpy_get_address): Use
10244 gdb_py_long_from_ulongest.
10245 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
10246 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
10247 * python/py-breakpoint.c (bppy_set_thread): Use
10248 gdb_py_int_as_long.
10249 (bppy_set_task): Likewise.
10250 (bppy_set_ignore_count): Likewise.
10251 (bppy_set_hit_count): Likewise.
10252 * python/py-block.c (blpy_get_start): Use
10253 gdb_py_object_from_ulongest.
10254 (blpy_get_end): Likewise.
10255 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
10256
e4f6d2ec
TJB
102572011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
10258
10259 PR/symtab 11766:
10260 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
10261 * gdb/solib.c (solib_read_symbols): Check for addr_low in
10262 equality test for objfile, initialize addr_low if needed.
10263
b30aa278
PA
102642011-01-25 Pedro Alves <pedro@codesourcery.com>
10265
10266 * tui/tui-regs.c (tui_register_format): Remove dead code.
10267
ab2188aa
PA
102682011-01-25 Pedro Alves <pedro@codesourcery.com>
10269
10270 * printcmd.c (print_formatted): Use val_print_scalar_formatted
10271 instead of print_scalar_formatted.
10272 (print_scalar_formatted): Don't handle 's' format strings here,
10273 and add an assertion that we never see such format here.
10274 * valprint.h (val_print_scalar_formatted): Declare.
10275 * valprint.c (val_print_scalar_formatted): New.
10276 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
10277 instead of print_scalar_formatted.
10278 * jv-valprint.c (java_val_print): Ditto.
10279 * p-valprint.c (pascal_val_print): Ditto.
10280 * ada-valprint.c (ada_val_print_1): Ditto.
10281 * f-valprint.c (f_val_print): Ditto.
10282 * infcmd.c (registers_info): Ditto.
10283 * m2-valprint.c (m2_val_print): Ditto.
10284
66d61a4c
PA
102852011-01-25 Pedro Alves <pedro@codesourcery.com>
10286
10287 * m2-valprint.c (print_unbounded_array): Pass
10288 value_contents_for_printing rather than value_contents, to
10289 m2_print_array_contents. Also pass in the value.
10290
831adc1f
JK
102912011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10292
10293 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
10294 (save_gdb_index_command): Switch to .gdb_index version 4.
10295
20622269
PA
102962011-01-25 Pedro Alves <pedro@codesourcery.com>
10297
10298 * mi/mi-main.c (get_register): Use get_frame_register_value rather
10299 than frame_register, and always pass a valid value to val_print.
10300
585fdaa1
PA
103012011-01-25 Pedro Alves <pedro@codesourcery.com>
10302
10303 Centralize printing "<optimized out>".
10304
10305 * valprint.h (val_print_optimized_out): Declare.
10306 * cp-valprint.c (cp_print_value_fields): Use
10307 val_print_optimized_out.
10308 * jv-valprint.c (java_print_value_fields): Ditto.
10309 * p-valprint.c (pascal_object_print_value_fields): Ditto.
10310 * printcmd.c (print_formatted): Ditto.
10311 * valprint.c (valprint_check_validity): Ditto.
10312 (value_check_printable): Ditto.
10313 (val_print_optimized_out): New.
10314
29ec5263
PA
103152011-01-25 Pedro Alves <pedro@codesourcery.com>
10316
10317 * infcmd.c (default_print_registers_info): Allocate values so to
10318 never pass a NULL value to val_print.
10319
de4127a3
PA
103202011-01-25 Pedro Alves <pedro@codesourcery.com>
10321
10322 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
10323 boolean. Make sure to always pass a value that matches the
10324 contents buffer to callees. Preserve `address' for following
10325 iterations.
10326 * value.c (value_contents_for_printing_const): New.
10327 (value_address): Constify value argument.
10328 * value.h (value_contents_for_printing_const): Declare.
10329 (value_address): Constify value argument.
10330
ee99023e
PA
103312011-01-25 Pedro Alves <pedro@codesourcery.com>
10332
10333 * regcache.c (struct regcache_descr): Rename
10334 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
10335 and sizeof_cooked_register_valid_p to
10336 sizeof_cooked_register_status.
10337 (init_regcache_descr): Adjust.
10338 (struct regcache): Rename register_valid_p field to
10339 register_status.
10340 (regcache_xmalloc_1, regcache_xfree, regcache_save)
10341 (do_cooked_read): Adjust.
10342 (regcache_valid_p): Rename to ...
10343 (regcache_register_status): ... this. Adjust.
10344 (regcache_invalidate): Adjust.
10345 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
10346 Adjust.
10347 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
10348 as unavailable, not valid.
10349 (regcache_dump): Adjust.
10350 * regcache.h (enum register_status): New.
10351 (regcache_register_status): Declare.
10352 (regcache_invalidate): Delete declaration.
10353 * corelow.c (get_core_registers): Adjust.
10354 * tracepoint.c (tfile_fetch_registers): Adjust.
10355 * trad-frame.c (REG_VALUE): Rename to ...
10356 (TF_REG_VALUE): ... this.
10357 (REG_UNKNOWN): Rename to ...
10358 (TF_REG_UNKNOWN): ... this.
10359 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
10360 * mi/mi-main.c (register_changed_p): Adjust.
10361
99e42fd8
PA
103622011-01-25 Pedro Alves <pedro@codesourcery.com>
10363
10364 * regcache.c (struct regcache_descr): Remove outdated comment.
10365 (init_regcache_descr): Remove sizeof_raw_register_valid_p
10366 overallocate hack.
10367 (regcache_xmalloc): Rename to ...
10368 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
10369 Allocate the regcache type accordingly.
10370 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
10371 (regcache_xfree): Asser the source is also readonly. Copy sizeof
10372 cooked registers, not raw.
10373 (regcache_dup_no_passthrough): Delete.
10374 (get_thread_arch_regcache): Use regcache_xmalloc_1.
10375 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
10376 mention obsolete write_register_bytes.
10377 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
10378
f7605bc2
PA
103792011-01-25 Pedro Alves <pedro@codesourcery.com>
10380
10381 Stop remote_read_bytes from handling partial reads itself.
10382
10383 * remote-fileio.c: Include target.h.
10384 (remote_fileio_write_bytes): Delete.
10385 (remote_fileio_func_open, remote_fileio_func_write)
10386 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
10387 target_read_memory.
10388 (remote_fileio_func_stat): Use target_read_memory and
10389 target_write_memory.
10390 (remote_fileio_func_gettimeofday): Use target_write_memory.
10391 (remote_fileio_func_system): Use target_read_memory.
10392 * remote.c (remote_write_bytes): Make it static.
10393 (remote_read_bytes): Don't handle partial reads here.
10394 * remote.h (remote_read_bytes): Delete declaration.
10395
efc0eabd
PA
103962011-01-25 Pedro Alves <pedro@codesourcery.com>
10397
10398 Simplify XML parsing a bit.
10399
10400 * xml-support.h (gdb_xml_parse_quick): Declare.
10401 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
10402 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
10403 parameter.
10404 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
10405 gdb_xml_create_parser_and_cleanup_1.
10406 (gdb_xml_parse_quick): New.
10407 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
10408 * osdata.c (osdata_parse): Ditto.
10409 * remote.c (remote_threads_info): Ditto.
10410 * solib-target.c (solib_target_parse_libraries): Ditto.
10411 * xml-syscall.c (syscall_parse_xml): Ditto.
10412 * xml-tdesc.c (tdesc_parse_xml): Ditto.
10413
314d366a
KB
104142011-01-24 Kevin Buettner <kevinb@redhat.com>
10415
10416 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
10417 with remote-mips.o added to gdb_target_obs.
10418 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
10419
a491d753
PA
104202011-01-24 Pedro Alves <pedro@codesourcery.com>
10421
10422 * ada-valprint.c (val_print_packed_array_elements): Pass the
10423 correct struct value to val_print.
10424 (ada_val_print_1): Ditto.
10425
490f124f
PA
104262011-01-24 Pedro Alves <pedro@codesourcery.com>
10427
10428 Don't lose embedded_offset in printing routines throughout.
10429
10430 * valprint.h (val_print_array_elements): Change prototype.
10431 * valprint.c (val_print_array_elements): Add `embedded_offset'
10432 parameter, and adjust to pass it down to val_print, while passing
10433 `valaddr' or `address' unmodified. Take embedded_offset into
10434 account when checking repetitions.
10435 * c-valprint.c (c_val_print): Pass embedded_offset to
10436 val_print_array_elements instead of adjusting `valaddr' and
10437 `address'.
10438 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
10439 embedded_offset to val_print_array_elements instead of adjusting
10440 `valaddr'.
10441 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
10442 * p-valprint.c (pascal_val_print): Pass embedded_offset to
10443 val_print_array_elements and pascal_object_print_value_fields
10444 instead of adjusting `valaddr'.
10445 (pascal_object_print_value_fields): Add `offset' parameter, and
10446 adjust to use it.
10447 (pascal_object_print_value): Add `offset' parameter, and adjust to
10448 use it.
10449 (pascal_object_print_static_field): Use
10450 value_contents_for_printing/value_embedded_offset, rather than
10451 value_contents.
10452 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
10453 parameter, and adjust to use it. Use
10454 value_contents_for_printing/value_embedded_offset, rather than
10455 value_contents.
10456 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
10457 (ada_val_print_array): Add `offset' parameter, and adjust to use
10458 it.
10459 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
10460 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
10461 Instead work with offsets. Use
10462 value_contents_for_printing/value_embedded_offset, rather than
10463 value_contents. Change `defer_val_int' local type to CORE_ADDR,
10464 and use value_from_pointer to extract a target pointer, rather
10465 than value_from_longest.
10466 (print_variant_part): Add `offset' parameter. Replace
10467 `outer_valaddr' parameter by a new `outer_offset' parameter.
10468 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
10469 (ada_value_print): Use
10470 value_contents_for_printing/value_embedded_offset, rather than
10471 value_contents.
10472 (print_record): Add `offset' parameter, and adjust to pass it
10473 down.
10474 (print_field_values): Add `offset' parameter. Replace
10475 `outer_valaddr' parameter by a new `outer_offset' parameter.
10476 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
10477 Use value_contents_for_printing/value_embedded_offset, rather than
10478 value_contents.
10479 * d-valprint.c (dynamic_array_type): Use
10480 value_contents_for_printing/value_embedded_offset, rather than
10481 value_contents.
10482 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
10483 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
10484 (java_print_value_fields): Take `offset' into account. Don't
10485 re-adjust `valaddr'. Instead pass down adjusted offsets.
10486 (java_val_print): Take `embedded_offset' into account. Pass it to
10487 java_print_value_fields.
10488 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
10489 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
10490 down adjusted offsets.
10491 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
10492 (f_val_print): Take `embedded_offset' into account.
10493
7bfc9434
JB
104942011-01-21 Joel Brobecker <brobecker@adacore.com>
10495
10496 * inflow.c: Include "gdbcmd.h".
10497 (interactive_mode): New static global, moved here from top.c.
10498 (show_interactive_mode): New function, moved here from top.c.
10499 use gdb_has_a_terminal instead of input_from_terminal_p to
10500 determine the current mode.
10501 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
10502 setting.
10503 (_initialize_inflow): Add the "set/show interactive-mode"
10504 commands. Moved here from top.c, after having adjusted slightly
10505 the help text.
10506 * top.c (interactive_mode, show_interactive_mode): Delete, moved
10507 to inflow.c.
10508 (input_from_terminal_p): Remove handling of "interactive-mode"
10509 setting, moved to infow.c.
10510 (init_main): Remove creation of the "set/show interactive-mode"
10511 commands, moved to inflow.c.
10512
44603653
JB
105132011-01-19 Joel Brobecker <brobecker@adacore.com>
10514
10515 * NEWS: Add entry for native ia64-hpux support.
10516
4694da01
TT
105172011-01-19 Tom Tromey <tromey@redhat.com>
10518
10519 PR mi/8618:
10520 * thread.c (free_thread): Free 'name'.
10521 (print_thread_info): Emit thread name. Change CLI output.
10522 (thread_name_command): New function.
10523 (do_captured_thread_select): Emit newline.
10524 (_initialize_thread): Register 'thread name' command.
10525 * target.h (struct target_ops) <to_thread_name>: New field.
10526 (target_thread_name): New macro.
10527 * target.c (update_current_target): Handle to_thread_name.
10528 * python/py-infthread.c (thpy_get_name): New function.
10529 (thpy_set_name): Likewise.
10530 (thread_object_getset): Add "name".
10531 * linux-nat.c (linux_nat_thread_name): New function.
10532 (linux_nat_add_target): Set to_thread_name.
10533 * gdbthread.h (struct thread_info) <name>: New field.
10534
10d44370
JB
105352011-01-18 Joel Brobecker <brobecker@adacore.com>
10536
10537 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
10538 (ada_val_print_1): Likewise.
10539
e3acb115
JB
105402011-01-18 Joel Brobecker <brobecker@adacore.com>
10541
10542 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
10543 upper limit address is not greater than the function end address
10544 when the upper limit could not be computed using the debugging
10545 info.
10546
dc92e161
TT
105472011-01-17 Tom Tromey <tromey@redhat.com>
10548
10549 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
10550 get_regcomp_error.
10551 * utils.c: Include gdb_regex.h.
10552 (do_regfree_cleanup): New function.
10553 (make_regfree_cleanup): Likewise.
10554 (get_regcomp_error): Likewise.
10555 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
10556
f55af66d
TT
105572011-01-17 Tom Tromey <tromey@redhat.com>
10558
10559 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
10560 re_compile_fastmap.
10561
a5a44b53
PM
105622011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
10563
10564 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
10565 for internal variables.
10566 (last_was_structop): New static variable.
10567 (COMPLETE): New token.
10568 (field_exp): New rule to group all '.' suffix handling.
10569 Add mark_struct_expression calls when approriate to be able
10570 to correctly find fields for completion.
10571 (yylex): Adapt to handle field completion and set INTVAR when
10572 required.
10573
2c291032
YQ
105742011-01-14 Yao Qi <yao@codesourcery.com>
10575
10576 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
10577 save_reggroup, restore_reggroup and all_reggroup.
10578
447b483c
JB
105792011-01-14 Joel Brobecker <brobecker@adacore.com>
10580
10581 * ada-valprint. (ada_printchar): Use the correct type length
10582 in call to ada_emit_char.
10583 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
10584
7b64a93b
PM
105852011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
10586
10587 * solib-som.h (hpux_major_release): Declare variable here.
10588 * solib-som.c: Remove <sys/utsname.h> header.
10589 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
10590 (hpux_major_release): Make global, change default value to
10591 DEFAULT_HPUX_MAJOR_RELEASE.
f2eb0bc8 10592 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
7b64a93b
PM
10593 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
10594 Add "solib-som.h" header.
10595 (set_hpux_major_release): New function.
10596 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
10597
4e18c053
MF
105982011-01-14 Mike Frysinger <vapier@gentoo.org>
10599
10600 * configure.tgt (*-*-uclinux*): Match more Linux os targets
10601
a9df6b22
JB
106022011-01-14 Joel Brobecker <brobecker@adacore.com>
10603
10604 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
10605 new-line at end of warning message.
10606 (ia64_hpux_store_register): Remove trailing new-line at end of
10607 error message.
10608 * ia64-hpux-tdep.c: Rephrase comment.
10609 * solib-ia64-hpux.c (struct dld_info): Change type of field
10610 dld_flags from "long long" to ULONGEST.
10611
ecb956dd
PA
106122011-01-14 Pedro Alves <pedro@codesourcery.com>
10613
10614 * target.h (deprecated_child_ops): Delete declaration.
10615 * target.c (deprecated_child_ops): Delete definition.
10616
76adfcae
PA
106172011-01-14 Pedro Alves <pedro@codesourcery.com>
10618
10619 * Makefile.in (hpux-thread.o): Delete rule.
10620 * configure.ac: Don't check for HPUX DCE threads support.
10621 * configure, config.in: Regenerate.
10622 * hppa-hpux-nat.c (child_suppress_run): Delete.
10623 (hppa_hpux_child_can_run): Delete.
10624 (_initialize_hppa_hpux_nat): Don't override to_can_run.
10625 * hpux-thread.c: Delete.
10626
042e866e
JB
106272011-01-13 Joel Brobecker <brobecker@adacore.com>
10628
10629 * hpux-thread.c (hpux_pid_to_str): Delete.
10630
4ffa5a33
JB
106312011-01-13 Joel Brobecker <brobecker@adacore.com>
10632
10633 * ada-valprint.c (ada_emit_char): Remove strange code.
10634 Check that c is <= UCHAR_MAX before passing it to isascii.
10635 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
10636
de8fa76c
JB
106372011-01-13 Joel Brobecker <brobecker@adacore.com>
10638
10639 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
10640 to the case where instream is stdin.
10641
c4de7027
JB
106422011-01-13 Joel Brobecker <brobecker@adacore.com>
10643
10644 * ia64-tdep.h (struct regcache): Forward declare.
10645 (struct ia64_infcall_ops): New struct type.
10646 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
10647 and "infcall_ops".
10648 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
10649 Renames ia64_find_global_pointer.
10650 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
10651 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
10652 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
10653 methods.
10654 (ia64_infcall_ops): New static global constant.
10655 (ia64_gdbarch_init): Set tdep->infcall_ops.
10656 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
10657 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
10658 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
10659 (ia64_hpux_dummy_code): New static global constant.
10660 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
10661 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
10662 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
10663 New function.
10664 (ia64_hpux_infcall_ops): New static global constant.
10665 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
10666 for inferior function calls to work properly on ia64-hpux.
10667
77ca787b
JB
106682011-01-13 Joel Brobecker <brobecker@adacore.com>
10669
10670 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
10671 * ia64-tdep.h (struct frame_info): forward declaration.
10672 (struct gdbarch_tdep): Add field size_of_register_frame.
10673 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
10674 to determine the size of the register frame.
10675 (ia64_size_of_register_frame): New function.
10676 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
10677 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
10678 (IA64_HPUX_UREG_REASON): New macro.
10679 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
10680 New functions.
10681 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
10682 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
10683 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
10684 objects.
10685
92c9a463
JB
106862011-01-13 Joel Brobecker <brobecker@adacore.com>
10687
10688 Add support for ia64-hpux.
10689 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
10690 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
10691
10692 * configure.host: Add handling for ia64-hpux hosts. Add associated
10693 floatformats.
10694 * configure.tgt: Add handling for ia64-hpux targets.
10695 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
10696 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
10697 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
10698
f688d93f
JB
106992011-01-13 Joel Brobecker <brobecker@adacore.com>
10700
10701 [ttrace] Compute thread list immediately after attach.
10702 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
10703 New subprogram.
10704 (inf_ttrace_attach): Use it.
10705
1b89e62f
JB
107062011-01-13 Joel Brobecker <brobecker@adacore.com>
10707
10708 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
10709 if we could not determine the frame's function address. Instead,
10710 use the frame's PC, and then continue.
10711
3e5e6e2a
JB
107122011-01-13 Joel Brobecker <brobecker@adacore.com>
10713
10714 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
10715 not already defined.
10716
825d6d8a
JB
107172011-01-13 Joel Brobecker <brobecker@adacore.com>
10718
10719 * ia64-tdep.c (ia64_struct_type_p): New function.
10720 (ia64_extract_return_value): Handle integral values that are
10721 less than 8 bytes long.
10722 (ia64_push_dummy_call): Likewise.
10723
7458e667
JB
107242011-01-13 Joel Brobecker <brobecker@adacore.com>
10725
10726 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
10727 floatformat_ia64_ext.
10728 (floatformat_ia64_ext_big): New static const.
10729 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
10730
1b05df00
TT
107312011-01-12 Tom Tromey <tromey@redhat.com>
10732
10733 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
10734 messages.
10735 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
10736 (mi_cmd_thread_list_ids): Likewise.
10737 (mi_cmd_data_list_changed_registers): Likewise.
10738 (mi_cmd_data_list_register_values): Likewise.
10739 (mi_cmd_data_write_register_values): Likewise.
10740 (mi_cmd_data_evaluate_expression): Likewise.
10741 (mi_cmd_data_read_memory): Likewise.
10742 (mi_cmd_data_read_memory_bytes): Likewise.
10743 (mi_cmd_data_write_memory): Likewise.
10744 (mi_cmd_enable_timings): Likewise.
10745 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
10746 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
10747 (mi_cmd_var_delete): Likewise.
10748 (mi_cmd_var_set_format): Likewise.
10749 (mi_cmd_var_show_format): Likewise.
10750 (mi_cmd_var_info_num_children): Likewise.
10751 (mi_cmd_var_list_children): Likewise.
10752 (mi_cmd_var_info_type): Likewise.
10753 (mi_cmd_var_info_expression): Likewise.
10754 (mi_cmd_var_show_attributes): Likewise.
10755 (mi_cmd_var_assign): Likewise.
10756 (mi_cmd_var_update): Likewise.
10757 (mi_cmd_enable_pretty_printing): Likewise.
10758 (mi_cmd_var_set_update_range): Likewise.
10759 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
10760 messages.
10761 (mi_cmd_target_file_put): Likewise.
10762 (mi_cmd_target_file_delete): Likewise.
10763 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
10764 messages.
10765 (mi_cmd_stack_info_depth): Likewise.
10766 (mi_cmd_stack_list_locals): Likewise.
10767 (mi_cmd_stack_list_args): Likewise.
10768 (mi_cmd_stack_select_frame): Likewise.
10769 (mi_cmd_stack_select_frame): Likewise.
10770 (mi_cmd_stack_info_frame): Likewise.
10771 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
10772 messages.
10773 (mi_cmd_file_list_exec_source_files): Likewise.
10774 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
10775 (mi_cmd_env_cd): Likewise.
10776 (mi_cmd_env_path): Likewise.
10777 (mi_cmd_env_dir): Likewise.
10778 (mi_cmd_inferior_tty_show): Likewise.
10779 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
10780 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
10781 (mi_cmd_break_watch): Likewise.
10782
ad422571
TJB
107832011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
10784
10785 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
10786 (ppc_linux_insert_hw_breakpoint): Likewise.
10787 (ppc_linux_remove_hw_breakpoint): Likewise.
10788 (ppc_linux_insert_watchpoint): Likewise.
10789
c2ff108b
JK
107902011-01-12 Andrew Burgess <aburgess@broadcom.com>
10791 Jan Kratochvil <jan.kratochvil@redhat.com>
10792
10793 PR fortran/11104 and DWARF unbound arrays detection.
10794 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
10795 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
10796 unspecified upper bound.
10797 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
10798 variables array_size_array, tmp_type and offset_item. New variable
10799 array. Remove call to f77_get_upperbound. New variables array_type
10800 and index. Call value_subscripted_rvalue for each dimenasion. Remove
10801 the final call to deprecated_set_value_type.
10802
41e8491f
JK
108032011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10804
10805 Make value allocations more lazy.
10806 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
10807 instead of allocate_value and set_value_lazy when possible.
f2eb0bc8 10808 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
41e8491f
JK
10809 instead of allocate_value and set_value_lazy.
10810 * findvar.c (value_of_register_lazy): Likewise.
10811 (read_var_value): Remove V preallocation, call just check_typedef in
f2eb0bc8 10812 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
41e8491f
JK
10813 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
10814 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
10815 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
10816 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
10817 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
10818 the end, remove set_value_lazy there.
10819 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
10820 instead of allocate_value and set_value_lazy when possible.
10821 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
10822 * value.c (allocate_computed_value): Use allocate_value_lazy instead
10823 of allocate_value and set_value_lazy.
10824 (value_from_contents_and_address): Use allocate_value_lazy instead of
10825 allocate_value and set_value_lazy when possible.
10826
b716877b
AB
108272011-01-12 Andrew Burgess <aburgess@broadcom.com>
10828
10829 * disasm.c (dump_insns): Support dumping opcodes for MI.
10830 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
10831 dumping of instruction opcodes.
10832
d5ae309f
JB
108332011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
10834
10835 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
10836 appropiately.
10837
98871305
TT
108382011-01-11 Tom Tromey <tromey@redhat.com>
10839
10840 * thread.c (do_captured_thread_select): Emit newline before
10841 printing frame.
10842
c378eb4e
MS
108432011-01-11 Michael Snyder <msnyder@vmware.com>
10844
10845 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
10846 * score-tdep.c: Ditto.
10847 * score-tdep.h: Ditto.
10848 * ser-base.c: Ditto.
10849 * ser-go32.c: Ditto.
10850 * serial.c: Ditto.
10851 * serial.h: Ditto.
10852 * ser-mingw.c: Ditto.
10853 * ser-pipe.c: Ditto.
10854 * ser-tcp.c: Ditto.
10855 * ser-unix.c: Ditto.
10856 * sh64-tdep.c: Ditto.
10857 * shnbsd-nat.c: Ditto.
10858 * sh-tdep.c: Ditto.
10859 * sh-tdep.h: Ditto.
10860 * solib.c: Ditto.
10861 * solib-darwin.c: Ditto.
10862 * solib-frv.c: Ditto.
10863 * solib.h: Ditto.
10864 * solib-irix.c: Ditto.
10865 * solib-osf.c: Ditto.
10866 * solib-pa64.c: Ditto.
10867 * solib-som.c: Ditto.
10868 * solib-spu.c: Ditto.
10869 * solib-sunos.c: Ditto.
10870 * solib-svr4.c: Ditto.
10871 * solist.h: Ditto.
10872 * sol-thread.c: Ditto.
10873 * somread.c: Ditto.
10874 * source.c: Ditto.
10875 * source.h: Ditto.
10876 * sparc64-linux-tdep.c: Ditto.
10877 * sparc64-tdep.c: Ditto.
10878 * sparc-linux-nat.c: Ditto.
10879 * sparc-linux-tdep.c: Ditto.
10880 * sparc-sol2-nat.c: Ditto.
10881 * sparc-sol2-tdep.c: Ditto.
10882 * sparc-tdep.c: Ditto.
10883 * sparc-tdep.h: Ditto.
10884 * spu-tdep.c: Ditto.
10885 * stabsread.c: Ditto.
10886 * stabsread.h: Ditto.
10887 * stack.c: Ditto.
10888 * symfile.c: Ditto.
10889 * symfile.h: Ditto.
10890 * symmisc.c: Ditto.
10891 * symtab.c: Ditto.
10892 * symtab.h: Ditto.
10893 * target.c: Ditto.
10894 * target-descriptions.c: Ditto.
10895 * target-descriptions.h: Ditto.
10896 * target.h: Ditto.
10897 * target-memory.c: Ditto.
10898 * terminal.h: Ditto.
10899 * thread.c: Ditto.
10900 * top.c: Ditto.
10901 * tracepoint.c: Ditto.
10902 * tracepoint.h: Ditto.
10903 * trad-frame.h: Ditto.
10904 * typeprint.c: Ditto.
10905
581e13c1
MS
109062011-01-11 Michael Snyder <msnyder@vmware.com>
10907
10908 * ui-file.c: Comment cleanup, mostly periods and spaces.
10909 * ui-file.h: Ditto.
10910 * ui-out.c: Ditto.
10911 * ui-out.h: Ditto.
10912 * utils.c: Ditto.
10913 * v850-tdep.c: Ditto.
10914 * valarith.c: Ditto.
10915 * valops.c: Ditto.
10916 * valprint.c: Ditto.
10917 * valprint.h: Ditto.
10918 * value.c: Ditto.
10919 * value.h: Ditto.
10920 * varobj.c: Ditto.
10921 * varobj.h: Ditto.
10922 * vax-tdep.c: Ditto.
10923 * vec.c: Ditto.
10924 * vec.h: Ditto.
10925 * version.h: Ditto.
10926 * windows-nat.c: Ditto.
10927 * windows-tdep.c: Ditto.
10928 * xcoffread.c: Ditto.
10929 * xcoffsolib.c: Ditto.
10930 * xml-support.c: Ditto.
10931 * xstormy16-tdep.c: Ditto.
10932 * xtensa-tdep.c: Ditto.
10933 * xtensa-tdep.h: Ditto.
10934
90e4670f
TJB
109352011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10936
10937 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
10938 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
10939
e09342b5
TJB
109402011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
10941 Thiago Jung Bauermann <bauerman@br.ibm.com>
10942
10943 Implement support for PowerPC BookE ranged watchpoints.
f2eb0bc8 10944 * breakpoint.h
e09342b5
TJB
10945 (struct breakpoint_ops) <resources_needed>: New method.
10946 Initialize to NULL in all existing breakpoint_ops instances.
10947 (struct breakpoint) <exact>: New field.
10948 (target_exact_watchpoints): Declare external global.
10949 * breakpoint.c (target_exact_watchpoints): New global flag.
10950 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
10951 b->enable_state to bp_enabled before calling
10952 hw_watchpoint_used_count.
10953 (hw_watchpoint_used_count): Iterate over all bp_locations in a
10954 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
10955 if available.
10956 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
10957 if the watchpoint is exact.
10958 (resources_needed_watchpoint): New function.
10959 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
10960 (watch_command_1): Set b->exact if the user asked for an exact
10961 watchpoint and one can be set.
10962 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
10963 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
10964 the user asks for an exact watchpoint and one can be set. Return
10965 number of needed debug registers to watch the expression.
10966 * gdbtypes.c (is_scalar_type): New function, based on
10967 valprint.c:scalar_type_p.
10968 (is_scalar_type_recursive): New function.
10969 * gdbtypes.h (is_scalar_type_recursive): Declare.
10970 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
10971 handle regions when ranged watchpoints are available.
10972 (create_watchpoint_request): New function.
10973 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
10974 create_watchpoint_request.
10975 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
10976 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
10977 `set powerpc' and `show powerpc' commands.
10978 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
10979 Mention documentation comment in the target macro.
10980 (target_region_ok_for_hw_watchpoint): Document return value.
10981
9fa40276
TJB
109822011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10983
10984 * breakpoint.c (update_watchpoint): Decide on using a software or
10985 hardware watchpoint after the bp_locations are created.
10986
77b06cd7
TJB
109872010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10988
10989 Convert hardware watchpoints to use breakpoint_ops.
10990 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
10991 <insert_location>: ... this. Return int instead of void.
10992 Accept pointer to struct bp_location instead of pointer to
10993 struct breakpoint. Adapt all implementations.
f2eb0bc8 10994 (breakpoint_ops) <remove>: Rename to...
77b06cd7
TJB
10995 <remove_location>: ... this. Accept pointer to struct bp_location
10996 instead of pointer to struct breakpoint. Adapt all implementations.
10997 * breakpoint.c (insert_catchpoint): Delete function.
10998 (insert_bp_location): Call the watchpoint or catchpoint's
10999 breakpoint_ops.insert method.
11000 (remove_breakpoint_1): Call the watchpoint or catchpoint's
11001 breakpoint_ops.remove method.
11002 (insert_watchpoint, remove_watchpoint): New functions.
11003 (watchpoint_breakpoint_ops): New structure.
11004 (watch_command_1): Initialize the OPS field.
11005 * inf-child.c (inf_child_insert_fork_catchpoint)
11006 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
11007 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
11008 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
11009 Delete functions.
11010 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
11011 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
11012 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
11013 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
11014 * target.c (update_current_target): Change default implementation of
11015 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
11016 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
11017 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
11018 to_set_syscall_catchpoint to return_one.
11019 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
11020 (debug_to_insert_exec_catchpoint): Report return value.
11021 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
11022 (to_insert_exec_catchpoint): Change declaration to return int instead
11023 of void.
11024
9b20d036
MS
110252011-01-11 Michael Snyder <msnyder@vmware.com>
11026
11027 * arm-tdep.c: Internationalization.
11028 * c-lang.c: Ditto.
11029 * charset.c: Ditto.
11030 * fork-child.c: Ditto.
11031 * nto-procfs.c: Ditto.
11032 * ppc-sysv-tdep.c: Ditto.
11033 * procfs.c: Ditto.
11034 * remote-mips.c: Ditto.
11035 * remote.c: Ditto.
11036 * rs6000-nat.c: Ditto.
11037 * rs6000-tdep.c: Ditto.
11038 * target.c: Ditto.
11039 * valops.c: Ditto.
11040 * value.c: Ditto.
11041 * xml-support.c: Ditto.
11042 * mi/mi-cmd-break.c: Ditto.
11043 * mi/mi-cmd-var.c: Ditto.
11044 * mi/mi-interp.c: Ditto.
11045 * mi/mi-main.c: Ditto.
11046
dae477fe
AB
110472011-01-11 Andrew Burgess <aburgess@broadcom.com>
11048
11049 * remote-sim.c (gdbsim_store_register): Update API to
11050 sim_store_register to check more error conditions.
11051
0df8b418
MS
110522011-01-10 Michael Snyder <msnyder@vmware.com>
11053
11054 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
11055 * nto-tdep.c: Ditto.
11056 * nto-tdep.h: Ditto.
11057 * objc-exp.y: Ditto.
11058 * objc-lang.c: Ditto.
11059 * objfiles.c: Ditto.
11060 * objfiles.h: Ditto.
11061 * observer.c: Ditto.
11062 * opencl-lang.c: Ditto.
11063 * osabi.c: Ditto.
11064 * parse.c: Ditto.
11065 * parser-defs.h: Ditto.
11066 * p-exp.y: Ditto.
11067 * p-lang.c: Ditto.
11068 * posix-hdep.c: Ditto.
11069 * ppcbug-rom.c: Ditto.
11070 * ppc-linux-nat.c: Ditto.
11071 * ppc-linux-tdep.c: Ditto.
11072 * ppc-linux-tdep.h: Ditto.
11073 * ppcnbsd-tdep.c: Ditto.
11074 * ppcobsd-tdep.c: Ditto.
11075 * ppcobsd-tdep.h: Ditto.
11076 * ppc-sysv-tdep.c: Ditto.
11077 * ppc-tdep.h: Ditto.
11078 * printcmd.c: Ditto.
11079 * proc-abi.c: Ditto.
11080 * proc-flags.c: Ditto.
11081 * procfs.c: Ditto.
11082 * proc-utils.h: Ditto.
11083 * progspace.h: Ditto.
11084 * prologue-value.c: Ditto.
11085 * prologue-value.h: Ditto.
11086 * psympriv.h: Ditto.
11087 * psymtab.c: Ditto.
11088 * p-typeprint.c: Ditto.
11089 * p-valprint.c: Ditto.
11090 * ravenscar-sparc-thread.c: Ditto.
11091 * ravenscar-thread.c: Ditto.
11092 * ravenscar-thread.h: Ditto.
11093 * record.c: Ditto.
11094 * regcache.c: Ditto.
11095 * regcache.h: Ditto.
11096 * remote.c: Ditto.
11097 * remote-fileio.c: Ditto.
11098 * remote-fileio.h: Ditto.
11099 * remote.h: Ditto.
11100 * remote-m32r-sdi.c: Ditto.
11101 * remote-mips.c: Ditto.
11102 * remote-sim.c: Ditto.
11103 * rs6000-aix-tdep.c: Ditto.
11104 * rs6000-nat.c: Ditto.
11105 * rs6000-tdep.c: Ditto.
11106
0d7a18f7
MS
111072011-01-10 Michael Snyder <msnyder@vmware.com>
11108
11109 * charset.c (validate): Internationalization.
11110 * coffread.c (read_one_sym): Ditto.
11111 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
11112 * h8300-tdep.c (H8300_extract_return_value): Ditto.
11113 * inflow.c (new_tty): Ditto.
11114 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
11115 * m32c-tdep.c (m32c_return_value): Ditto.
11116 * mep-tdep.c (mep_store_return_value): Ditto.
11117 * score-tdep.c (score7_fetch_insn): Ditto.
11118 * ser-mingw.c (pipe_windows_open): Ditto.
11119 * sh64-tdep.c (sh64_extract_return_value): Ditto.
11120 * spu-tdep.c (spu_register_type): Ditto.
11121 * tracepoint.c (trace_find_command): Ditto.
11122 * valarith.c (value_pos): Ditto.
11123
9a153e0b
JB
111242011-01-10 Joel Brobecker <brobecker@adacore.com>
11125
11126 * ada-valprint.c (printstr): Minor comment reformatting.
11127
35ecd2d6
MS
111282011-01-08 Michael Snyder <msnyder@vmware.com>
11129
11130 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
11131 markup.
11132
1777feb0
MS
111332011-01-08 Michael Snyder <msnyder@vmware.com>
11134
11135 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
11136 * hppa-hpux-tdep.c: Ditto.
11137 * hppa-linux-nat.c: Ditto.
11138 * hppa-linux-tdep.c: Ditto.
11139 * hppanbsd-tdep.c: Ditto.
11140 * hppa-tdep.c: Ditto.
11141 * hppa-tdep.h: Ditto.
11142 * hpux-thread.c: Ditto.
11143 * i386-cygwin-tdep.c: Ditto.
11144 * i386-darwin-nat.c: Ditto.
11145 * i386gnu-nat.c: Ditto.
11146 * i386-linux-nat.c: Ditto.
11147 * i386-linux-tdep.c: Ditto.
11148 * i386-nat.c: Ditto.
11149 * i386-nat.h: Ditto.
11150 * i386nbsd-tdep.c: Ditto.
11151 * i386-sol2-nat.c: Ditto.
11152 * i386-stub.c: Ditto.
11153 * i386-tdep.c: Ditto.
11154 * i386-tdep.h: Ditto.
11155 * i387-tdep.c: Ditto.
11156 * ia64-linux-nat.c: Ditto.
11157 * ia64-linux-tdep.c: Ditto.
11158 * ia64-tdep.c: Ditto.
11159 * infcall.c: Ditto.
11160 * infcall.h: Ditto.
11161 * infcmd.c: Ditto.
11162 * inferior.c: Ditto.
11163 * inferior.h: Ditto.
11164 * infloop.c: Ditto.
11165 * inflow.c: Ditto.
11166 * infrun.c: Ditto.
11167 * interps.c: Ditto.
11168 * interps.h: Ditto.
11169 * iq2000-tdep.c: Ditto.
11170 * irix5-nat.c: Ditto.
11171 * jit.c: Ditto.
11172 * jit.h: Ditto.
11173 * jv-exp.y: Ditto.
11174 * jv-lang.c: Ditto.
11175 * jv-lang.h: Ditto.
11176 * jv-typeprint.c: Ditto.
11177 * jv-valprint.c: Ditto.
11178 * language.c: Ditto.
11179 * language.h: Ditto.
11180 * linespec.c: Ditto.
11181 * linux-fork.c: Ditto.
11182 * linux-nat.c: Ditto.
11183 * linux-thread-db.c: Ditto.
11184 * lm32-tdep.c: Ditto.
11185
025bb325
MS
111862011-01-08 Michael Snyder <msnyder@vmware.com>
11187
11188 * m2-exp.y: Comment cleanup, mostly periods and spaces.
11189 * m2-lang.c: Ditto.
11190 * m2-typeprint.c: Ditto.
11191 * m2-valprint.c: Ditto.
11192 * m32c-tdep.c: Ditto.
11193 * m32r-linux-nat.c: Ditto.
11194 * m32r-rom.c: Ditto.
11195 * m32r-tdep.c: Ditto.
11196 * m32r-tdep.h: Ditto.
11197 * m68hc11-tdep.c: Ditto.
11198 * m58klinux-nat.c: Ditto.
11199 * m68k-tdep.c: Ditto.
11200 * m88k-tdep.c: Ditto.
11201 * m88k-tdep.h: Ditto.
11202 * machoread.c: Ditto.
11203 * macrocmd.c: Ditto.
11204 * macroexp.c: Ditto.
11205 * macrotab.c: Ditto.
11206 * main.c: Ditto.
11207 * maint.c: Ditto.
11208 * mdebugread.c: Ditto.
11209 * mdebugread.h: Ditto.
11210 * memattr.c: Ditto.
11211 * memattr.h: Ditto.
11212 * memory-map.h: Ditto.
11213 * mep-tdep.c: Ditto.
11214 * microblaze-rom.c: Ditto.
11215 * microblaze-tdep.c: Ditto.
11216 * minsyms.c: Ditto.
11217 * mips-irix-tdep.c: Ditto.
11218 * mips-linux-nat.c: Ditto.
11219 * mips-linux-tdep.c: Ditto.
11220 * mips-linux-tdep.h: Ditto.
11221 * mipsnbsd-nat.c: Ditto.
11222 * mipsnbsd-tdep.c: Ditto.
11223 * mipsread.c: Ditto.
11224 * mips-tdep.c: Ditto.
11225 * mips-tdep.h: Ditto.
11226 * mn10300-linux-tdep.c: Ditto.
11227 * mn10300-tdep.c: Ditto.
11228 * mn10300-tdep.h: Ditto.
11229 * monitor.c: Ditto.
11230 * monitor.h: Ditto.
11231 * moxie-tdep.c: Ditto.
11232 * moxie-tdep.h: Ditto.
11233 * mt-tdep.c: Ditto.
11234
1642781b
MF
112352011-01-08 Mike Frysinger <vapier@gentoo.org>
11236
11237 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
11238
394b0adb
JB
112392011-01-08 Robert Millan <rmh@gnu.org>
11240
11241 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
11242
b670013c
MS
112432011-01-07 Michael Snyder <msnyder@vmware.com>
11244
11245 * charset.c (_initialize_charset): Fix typo in string.
11246
a743e542
MS
112472011-01-07 Michael Snyder <msnyder@vmware.com>
11248
11249 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
11250 for i18n.
f2eb0bc8 11251 * tui/tui-layout.c (tui_set_layout_for_display_command):
a743e542
MS
11252 Split line so that operator goes to beginning of line.
11253 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
11254 assignment out of if statement.
11255
0963b4bd
MS
112562011-01-07 Michael Snyder <msnyder@vmware.com>
11257
11258 * ada-lang.c: Comment cleanup, mostly periods and spaces.
11259 * ada-lang.h: Ditto.
11260 * ada-tasks.c: Ditto.
11261 * ada-valprint.c: Ditto.
11262 * aix-threads.c: Ditto.
11263 * alpha-linux-nat.c: Ditto.
11264 * alpha-linux-tdep.c: Ditto.
11265 * alpha-mdebug-tdep.c: Ditto.
11266 * alpha-nat.c: Ditto.
11267 * alpha-osf1-tdep.c: Ditto.
11268 * alpha-tdep.c: Ditto.
11269 * alphabsd-nat.c: Ditto.
11270 * alphabsd-tdep.c: Ditto.
11271 * amd64-darwin-tdep.c: Ditto.
11272 * amd64-linux-nat.c: Ditto.
11273 * amd64-linux-tdep.c: Ditto.
11274 * amd64-sol2-tdep.c: Ditto.
11275 * amd64-tdep.c: Ditto.
11276 * amd64-fbsd-tdep.c: Ditto.
11277 * amd64-nbsd-tdep.c: Ditto.
11278 * amd64-obsd-tdep.c: Ditto.
11279 * amd64-linux-nat.c: Ditto.
11280 * amd64-linux-tdep.c: Ditto.
11281 * arm-tdep.c: Ditto.
11282 * arm-tdep.h: Ditto.
11283 * armnbsd-nat.c: Ditto.
11284 * avr-tdep.c: Ditto.
11285 * bfin-tdep.c: Ditto.
11286 * bsd-kvm.c: Ditto.
11287 * c-typeprintc: Ditto.
11288 * c-valprint.c: Ditto.
11289 * coff-pe-read.h: Ditto.
11290 * coffreead.c: Ditto.
11291 * cris-tdep.c: Ditto.
11292 * d-lang.c: Ditto.
11293 * darwin-nat-info.c: Ditto.
11294 * darwin-nat.c: Ditto.
11295 * dbug-rom.c: Ditto.
11296 * dbxread.c: Ditto.
11297 * dcache.c: Ditto.
11298 * dcache.h: Ditto.
11299 * dec-thread.c: Ditto.
11300 * defs.h: Ditto.
11301 * demangle.c: Ditto.
11302 * dicos-tdep.c: Ditto.
11303 * dictionary.c: Ditto.
11304 * dictionary.h: Ditto.
11305 * dink32-rom.c: Ditto.
11306 * disasm.c: Ditto.
11307 * doublest.c: Ditto.
11308 * dsrec.c: Ditto.
11309 * dummy-frame.c: Ditto.
11310 * dwarf2-frame.c: Ditto.
11311 * dwarf2expr.c: Ditto.
11312 * dwarf2loc.c: Ditto.
11313 * dwarf2read.c: Ditto.
11314 * elfread.c: Ditto.
11315 * environ.c: Ditto.
11316 * eval.c: Ditto.
11317 * event-top.h: Ditto.
11318 * exceptions.c: Ditto.
11319 * exceptions.h: Ditto.
11320 * exec.c: Ditto.
11321 * expprint.c: Ditto.
11322 * expression.h: Ditto.
11323 * f-exp.y: Ditto.
11324 * f-lang.c: Ditto.
11325 * f-lang.h: Ditto.
11326 * f-typeprint.c: Ditto.
11327 * f-valprint.c: Ditto.
11328 * fbsd-nat.c: Ditto.
11329 * findvar.c: Ditto.
11330 * fork-child.c: Ditto.
11331 * frame.c: Ditto.
11332 * frame.h: Ditto.
11333 * frv-linux-tdep.c: Ditto.
11334 * frv-tdep.c: Ditto.
11335 * gcore.c: Ditto.
11336 * gdb-stabs.h: Ditto.
11337 * gdb_assert.h: Ditto.
11338 * gdb_string.h: Ditto.
11339 * gdb_thread_db.h: Ditto.
11340 * gdb_wait.h: Ditto.
11341 * gdbarch.sh: Ditto.
11342 * gdbcore.h: Ditto.
11343 * gdbthread.h: Ditto.
11344 * gdbtypes.c: Ditto.
11345 * gdbtypes.h: Ditto.
11346 * gnu-nat.c: Ditto.
11347 * gnu-nat.h: Ditto.
11348 * gnu-v2-abi.c: Ditto.
11349 * gnu-v3-abi.c: Ditto.
11350 * go32-nat.c: Ditto.
11351 * gdbarch.c: Regenerate.
11352 * gdbarch.h: Regenerate.
11353
ac74f770
MS
113542011-01-07 Michael Snyder <msnyder@vmware.com>
11355
11356 * ax-gdb.c: Adjust some long output strings.
11357 * breakpoint.c: Ditto.
11358 * charset.c: Ditto.
11359 * cp-abi.c: Ditto.
11360 * infcall.c: Ditto.
11361 * infrun.c: Ditto.
11362 * linux-nat.c: Ditto.
11363 * solib-pa64.c: Ditto.
11364 * solib-som.c: Ditto.
11365
d8e22779
TT
113662011-01-06 Tom Tromey <tromey@redhat.com>
11367
11368 PR python/12367:
11369 * NEWS: Add item.
11370 * python/python.c (GdbMethods): Add "newest_frame" method.
11371 * python/python-internal.h (gdbpy_newest_frame): Declare.
11372 * python/py-frame.c (gdbpy_newest_frame): New function.
11373
a255712f
PP
113742010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
11375
11376 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
11377 * jit.c (jit_debug): New variable.
11378 (show_jit_debug): New function.
11379 (struct target_buffer): Use ULONGEST.
11380 (bfd_open_from_target_memory): Likewise.
11381 (jit_register_code, jit_inferior_init): Add debug output.
11382 (_initialize_jit): Register "debug jit" command.
11383
ccfc3d6e
TT
113842011-01-06 Tom Tromey <tromey@redhat.com>
11385
11386 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
11387 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
11388 and ARCH_FRAME.
11389
57126e4a
TT
113902011-01-06 Tom Tromey <tromey@redhat.com>
11391
11392 * python/py-frame.c (frapy_block): Use get_frame_block.
11393
16dfc9ce
JB
113942011-01-06 Joel Brobecker <brobecker@adacore.com>
11395
11396 Do not stop on SIGPRIO signals by default
11397 * infrun.c (_initialize_infrun): Unset signal_stop and
11398 signal_print for TARGET_SIGNAL_PRIO.
11399
b1ce2347
JB
114002011-01-06 Joel Brobecker <brobecker@adacore.com>
11401
11402 * ada-tasks.c: Fix style violation in comment.
11403
8f7e195f
JB
114042011-01-06 Joel Brobecker <brobecker@adacore.com>
11405
11406 * linespec.c (decode_compound, find_method): Remove trailing \n
11407 at end of error string.
11408 * solib-irix.c (irix_current_sos): Likewise.
11409 * varobj.c (uninstall_variable): Likewise.
11410
e9bdf92c
JB
114112011-01-06 Joel Brobecker <brobecker@adacore.com>
11412
11413 * copyright.py: New script.
11414 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
11415 Launch emacs without exec'ing. Call copyright.py afterwards.
11416
3e43a32a
MS
114172011-01-05 Michael Snyder <msnyder@vmware.com>
11418
11419 * addrmap.c: Shorten lines of >= 80 columns.
11420 * arch-utils.c: Ditto.
11421 * arch-utils.h: Ditto.
11422 * ax-gdb.c: Ditto.
11423 * ax-general.c: Ditto.
11424 * bcache.c: Ditto.
11425 * blockframe.c: Ditto.
11426 * breakpoint.c: Ditto.
11427 * buildsym.c: Ditto.
11428 * c-lang.c: Ditto.
11429 * c-typeprint.c: Ditto.
11430 * charset.c: Ditto.
11431 * coffread.c: Ditto.
11432 * command.h: Ditto.
11433 * corelow.c: Ditto.
11434 * cp-abi.c: Ditto.
11435 * cp-namespace.c: Ditto.
11436 * cp-support.c: Ditto.
11437 * dbug-rom.c: Ditto.
11438 * dbxread.c: Ditto.
11439 * defs.h: Ditto.
11440 * dfp.c: Ditto.
11441 * dfp.h: Ditto.
11442 * dictionary.c: Ditto.
11443 * disasm.c: Ditto.
11444 * doublest.c: Ditto.
11445 * dwarf2-frame.c: Ditto.
11446 * dwarf2expr.c: Ditto.
11447 * dwarf2loc.c: Ditto.
11448 * dwarf2read.c: Ditto.
11449 * elfread.c: Ditto.
11450 * eval.c: Ditto.
11451 * event-loop.c: Ditto.
11452 * event-loop.h: Ditto.
11453 * exceptions.h: Ditto.
11454 * exec.c: Ditto.
11455 * expprint.c: Ditto.
11456 * expression.h: Ditto.
11457 * f-lang.c: Ditto.
11458 * f-valprint.c: Ditto.
11459 * findcmd.c: Ditto.
11460 * frame-base.c: Ditto.
11461 * frame-unwind.c: Ditto.
11462 * frame-unwind.h: Ditto.
11463 * frame.c: Ditto.
11464 * frame.h: Ditto.
11465 * gcore.c: Ditto.
11466 * gdb-stabs.h: Ditto.
11467 * gdb_assert.h: Ditto.
11468 * gdb_dirent.h: Ditto.
11469 * gdb_obstack.h: Ditto.
11470 * gdbcore.h: Ditto.
11471 * gdbtypes.c: Ditto.
11472 * gdbtypes.h: Ditto.
11473 * inf-ttrace.c: Ditto.
11474 * infcall.c: Ditto.
11475 * infcmd.c: Ditto.
11476 * inflow.c: Ditto.
11477 * infrun.c: Ditto.
11478 * inline-frame.h: Ditto.
11479 * language.c: Ditto.
11480 * language.h: Ditto.
11481 * libunwind-frame.c: Ditto.
11482 * libunwind-frame.h: Ditto.
11483 * linespec.c: Ditto.
11484 * linux-nat.c: Ditto.
11485 * linux-nat.h: Ditto.
11486 * linux-thread-db.c: Ditto.
11487 * machoread.c: Ditto.
11488 * macroexp.c: Ditto.
11489 * macrotab.c: Ditto.
11490 * main.c: Ditto.
11491 * maint.c: Ditto.
11492 * mdebugread.c: Ditto.
11493 * memattr.c: Ditto.
11494 * minsyms.c: Ditto.
11495 * monitor.c: Ditto.
11496 * monitor.h: Ditto.
11497 * objfiles.c: Ditto.
11498 * objfiles.h: Ditto.
11499 * osabi.c: Ditto.
11500 * p-typeprint.c: Ditto.
11501 * p-valprint.c: Ditto.
11502 * parse.c: Ditto.
11503 * printcmd.c: Ditto.
11504 * proc-events.c: Ditto.
11505 * procfs.c: Ditto.
11506 * progspace.c: Ditto.
11507 * progspace.h: Ditto.
11508 * psympriv.h: Ditto.
11509 * psymtab.c: Ditto.
11510 * record.c: Ditto.
11511 * regcache.c: Ditto.
11512 * regcache.h: Ditto.
11513 * remote-fileio.c: Ditto.
11514 * remote.c: Ditto.
11515 * ser-mingw.c: Ditto.
11516 * ser-tcp.c: Ditto.
11517 * ser-unix.c: Ditto.
11518 * serial.c: Ditto.
11519 * serial.h: Ditto.
11520 * solib-frv.c: Ditto.
11521 * solib-irix.c: Ditto.
11522 * solib-osf.c: Ditto.
11523 * solib-pa64.c: Ditto.
11524 * solib-som.c: Ditto.
11525 * solib-sunos.c: Ditto.
11526 * solib-svr4.c: Ditto.
11527 * solib-target.c: Ditto.
11528 * solib.c: Ditto.
11529 * somread.c: Ditto.
11530 * source.c: Ditto.
11531 * stabsread.c: Ditto.
11532 * stabsread.c: Ditto.
11533 * stack.c: Ditto.
11534 * stack.h: Ditto.
11535 * symfile-mem.c: Ditto.
11536 * symfile.c: Ditto.
11537 * symfile.h: Ditto.
11538 * symmisc.c: Ditto.
11539 * symtab.c: Ditto.
11540 * symtab.h: Ditto.
11541 * target-descriptions.c: Ditto.
11542 * target-memory.c: Ditto.
11543 * target.c: Ditto.
11544 * target.h: Ditto.
11545 * terminal.h: Ditto.
11546 * thread.c: Ditto.
11547 * top.c: Ditto.
11548 * tracepoint.c: Ditto.
11549 * tracepoint.h: Ditto.
11550 * ui-file.c: Ditto.
11551 * ui-file.h: Ditto.
11552 * ui-out.h: Ditto.
11553 * user-regs.c: Ditto.
11554 * user-regs.h: Ditto.
11555 * utils.c: Ditto.
11556 * valarith.c: Ditto.
11557 * valops.c: Ditto.
11558 * valprint.c: Ditto.
11559 * valprint.h: Ditto.
11560 * value.c: Ditto.
11561 * varobj.c: Ditto.
11562 * varobj.h: Ditto.
11563 * vec.h: Ditto.
11564 * xcoffread.c: Ditto.
11565 * xcoffsolib.c: Ditto.
11566 * xcoffsolib.h: Ditto.
11567 * xml-syscall.c: Ditto.
11568 * xml-tdesc.c: Ditto.
11569
9a2b4c1b
MS
115702011-01-05 Michael Snyder <msnyder@vmware.com>
11571
11572 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
11573 * cli/cli-decode.c: Ditto.
11574 * cli/cli-dump.c: Ditto.
11575 * cli/cli-logging.c: Ditto.
11576 * cli/cli-script.c: Ditto.
11577 * cli/cli-setshow.c: Ditto.
11578 * common/signals.c: Ditto.
11579 * mi/mi-cmd-break.c: Ditto.
11580 * mi/mi-cmd-disas.c: Ditto.
11581 * mi/mi-cmd-stack.c: Ditto.
11582 * mi/mi-cmd-var.c: Ditto.
11583 * mi/mi-cmds.c: Ditto.
11584 * mi/mi-common.h: Ditto.
11585 * mi/mi-console.c: Ditto.
11586 * mi/mi-interp.c: Ditto.
11587 * mi/mi-main.c: Ditto.
11588 * osf-share/cma_attr.c: Ditto.
11589 * osf-share/cma_deb_core.h: Ditto.
11590 * osf-share/cma_debug_client.h: Ditto.
11591 * osf-share/cma_handle.h: Ditto.
11592 * osf-share/cma_mutex.h: Ditto.
11593 * osf-share/cma_stack_int.h: Ditto.
11594 * osf-share/cma_tcb_defs.h: Ditto.
11595 * python/py-auto-load.c: Ditto.
11596 * python/py-breakpoint.c: Ditto.
11597 * python/py-cmd.c: Ditto.
11598 * python/py-frame.c: Ditto.
11599 * python/py-objfile.c: Ditto.
11600 * python/py-param.c: Ditto.
11601 * python/py-progspace.c: Ditto.
11602 * python/py-symbol.c: Ditto.
11603 * python/py-value.c: Ditto.
11604 * python/python-internal.h: Ditto.
11605 * python/python.c: Ditto.
11606 * tui/tui-data.c: Ditto.
11607 * tui/tui-disasm.c: Ditto.
11608 * tui/tui-hooks.c: Ditto.
11609 * tui/tui-io.c: Ditto.
11610 * tui/tui-layout.c: Ditto.
11611 * tui/tui-regs.c: Ditto.
11612 * tui/tui-source.c: Ditto.
11613 * tui/tui-stack.c: Ditto.
11614 * tui/tui-win.c: Ditto.
11615 * tui/tui-windata.c: Ditto.
11616 * tui/tui-winsource.c: Ditto.
11617
44944448
JB
116182011-01-05 Joel Brobecker <brobecker@adacore.com>
11619
11620 * configure.ac, gdb.1: Copyright year update.
11621
ebedcab5
JK
116222011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11623
11624 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
11625 this_pc_in_block, morestack_msym and morestack_name. Check for
11626 "__morestack" minimal symbol there.
11627
e5cc9f32
JB
116282011-01-03 Joel Brobecker <brobecker@adacore.com>
11629
11630 * symfile.c (find_sym_fns): Add call to dont_repeat.
11631
7b6bb8da
JB
116322011-01-01 Joel Brobecker <brobecker@adacore.com>
11633
11634 Copyright year update in most files (performed by copyright.sh).
11635
71ce852c
JB
116362011-01-01 Joel Brobecker <brobecker@adacore.com>
11637
11638 * top.c (print_gdb_version): Update copyright year in version output.
0e2de366 11639
c3c1ebe8 11640For older changes see ChangeLog-2010.
c906108c
SS
11641\f
11642Local Variables:
11643mode: change-log
11644left-margin: 8
11645fill-column: 74
11646version-control: never
57da7796 11647coding: utf-8
c906108c 11648End:
This page took 1.810384 seconds and 4 git commands to generate.