* annotate.c (annotate_array_section_begin): Rename `index' to
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
917793af
AS
12011-12-10 Andrey Smirnov <andrew.smirnov@gmail.com>
2
3 * annotate.c (annotate_array_section_begin): Rename `index' to
4 `idx'(-Wshadow).
5
d48ebb5b
AS
62011-12-10 Andrey Smirnov <andrew.smirnov@gmail.com>
7
8 * amd64-tdep.c (amd64_get_unused_input_int_reg): Rename `index' to
9 `idx'(-Wshadow).
10
9ed936ec
AS
112011-12-10 Andrey Smirnov <andrew.smirnov@gmail.com>
12
13 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Rename
14 `syscall' to `syscall_number'(-Wshadow).
15
a35ddb44
AS
162011-12-10 Andrey Smirnov <andrew.smirnov@gmail.com>
17
18 * ada-lang.c (remove_extra_symbols): Rename `remove' to
19 `remove_p'(-Wshadow).
20
e5e61bd7
AS
212011-12-10 Andrey Smirnov <andrew.smirnov@gmail.com>
22
23 * ada-exp.y (write_var_or_type): Rename nested `renaming' to
24 `ren_sym'(-Wshadow).
25
d200ab1e
DE
262011-12-10 Doug Evans <dje@google.com>
27
b0df02fd
DE
28 * dwarf2read.c (dwarf2_per_cu_data): Rename debug_type_section to
29 debug_types_section. All uses updated.
30 (partial_read_comp_unit_head): Rename parameter is_debug_type_section
31 to is_debug_types_section.
32
d200ab1e
DE
33 * python/py-auto-load.c (source_section_scripts): Call xfree
34 instead of free.
35
4511b1ba
YQ
362011-12-10 Hui Zhu <teawater@gmail.com>
37 Yao Qi <yao@codesourcery.com>
38
39 * tracepoint.c (start_tracing): Clear `inserted' flag.
40
df5a4bd3
HZ
412011-12-10 Hui Zhu <teawater@gmail.com>
42
43 * tracepoint.c (create_tsv_from_upload): Change sprintf to xstrprintf.
44
1afeeb75
AS
452011-12-09 Andrey Smirnov <andrew.smirnov@gmail.com>
46
47 * breakpoint.c (bp_loc_is_permanent): Rename `brk' to
48 `bpoint'(-Wshadow).
49
80e1d417
AS
502011-12-09 Andrey Smirnov <andrew.smirnov@gmail.com>
51
52 * breakpoint.c (update_static_tracepoint): Rename nested `sal' and
53 `marker' variables to `sal2' and `tpmarker' respectively
54 (-Wshadow).
55
04ca3c22
AP
562011-12-09 Andrew Pinski <apinski@cavium.com>
57
58 * linespec.c (hash_address_entry): Use iterative_hash_object on each
59 field rather than the struct itself.
60
8a2c437b
TT
612011-12-09 Tom Tromey <tromey@redhat.com>
62
63 * breakpoint.c (compare_breakpoints): New function.
64 (clear_command): Remove duplicate breakpoints. Properly clean
65 up.
66
280711e7
MR
672011-12-08 Maciej W. Rozycki <macro@mips.com>
68 Maciej W. Rozycki <macro@codesourcery.com>
69
70 * mips-tdep.c (mips_skip_mips16_trampoline_code): Sign-extend
71 address chunks retrieved from decoded lui/addiu pairs.
72
4c2051c6
MR
732011-12-08 Maciej W. Rozycki <macro@codesourcery.com>
74
75 * mips-tdep.c (extended_offset): Correct calculation.
76 (unpack_mips16): Correct bitfield positions used for extraction
77 of the immediate argument; fix sign-extension of same.
78 (extended_mips16_next_pc): Correct B instruction's offset
79 calculation. Correct register decoding of the BEQZ and BNEZ
80 as well as jump-register instructions. Handle compact jumps.
81
ff011ed7
TT
822011-12-08 Tom Tromey <tromey@redhat.com>
83
84 * objfiles.h (struct objfile): Remove obsolete comment.
85 * objfiles.c (build_objfile_section_table): Remove obsolete
86 comment.
87
7cd3876c
SS
882011-12-07 Stan Shebs <stan@codesourcery.com>
89
90 * MAINTAINERS (Responsible Maintainers): Add Yao Qi as
91 maintainer of the tic6x target.
92
35f73cfc
UW
932011-12-07 Ulrich Weigand <ulrich.weigand@linaro.org>
94
95 * arm-tdep.h (arm_deal_with_atomic_sequence): Add prototype.
96 * arm-tdep.c (thumb_deal_with_atomic_sequence_raw): New function.
97 (arm_deal_with_atomic_sequence_raw): Likewise.
98 (arm_deal_with_atomic_sequence): Likewise.
99 (arm_software_single_step): Call it.
100 * arm-linux-tdep.c (arm_linux_software_single_step): Likewise.
101
94eae614
UW
1022011-12-07 Ulrich Weigand <uweigand@de.ibm.com>
103
104 * s390-tdep.c: Replace "Linux" by "GNU/Linux" in comments
105 where appropriate.
106 * s390-tdep.h: Likewise.
107
13b8d0c6
TG
1082011-12-07 Tristan Gingold <gingold@adacore.com>
109
110 * machoread.c (macho_symtab_read): Do not consider N_OPT as
111 a debugging stab. Improve complaint message.
112
5436df95
MR
1132011-12-07 Maciej W. Rozycki <macro@codesourcery.com>
114
115 * mips-tdep.c (mips32_scan_prologue): Only update the immediate
116 load adjustment if still within the prologue.
117
040dff2a
MR
1182011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
119
120 * mips-tdep.c (mips32_next_pc): Fix floating point condition
121 code mask.
122
754d7c78
MR
1232011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
124
125 * mips-tdep.c (deal_with_atomic_sequence): Fix the handling
126 of BLTZ* and BGEZ* instructions.
127
91912e4d
MR
1282011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
129
130 * mips-tdep.c (mips_pc_is_mips16): Reverse the order of checks
131 performed to determine whether an address refers to standard
132 MIPS or MIPS16 code.
133 (mips16_next_pc): Use mips_pc_is_mips16 instead of
134 is_mips16_addr.
135
f0ba3972
PA
1362011-12-06 Pedro Alves <pedro@codesourcery.com>
137
138 * breakpoint.c (breakpoint_restore_shadows): Rename to ...
139 (breakpoint_xfer_memory): ... this. Change prototype. Handle
140 memory writes too.
141 * breakpoint.h (breakpoint_restore_shadows): Delete.
142 (breakpoint_xfer_memory): Declare.
143 * mem-break.c (default_memory_insert_breakpoint)
144 (default_memory_remove_breakpoint): Use target_write_raw_memory.
145 (memory_xfer_partial): Rename to ...
146 (memory_xfer_partial_1): ... this. Don't mask out breakpoints
147 here.
148 (memory_xfer_partial): New.
149 (target_write_raw_memory): New.
150 * target.h (target_write_raw_memory): New.
151
31aba06f
DE
1522011-12-06 Doug Evans <dje@google.com>
153
154 * linespec.c (decode_dollar): Avoid "may be used uninitialized" warning.
155
f8eba3c6
TT
1562011-12-06 Joel Brobecker <brobecker@acacore.com>
157
158 * language.h (struct language_defn): Add new component
159 la_symbol_name_compare.
160 * symfile.h (struct quick_symbol_functions): Update the profile
161 of parameter "name_matcher" for the expand_symtabs_matching
162 method. Update the documentation accordingly.
163 * ada-lang.h (ada_name_for_lookup): Add declaration.
164 * ada-lang.c (ada_name_for_lookup): New function, extracted out
165 from ada_iterate_over_symbols.
166 (ada_iterate_over_symbols): Do not encode symbol name anymore.
167 (ada_expand_partial_symbol_name): Adjust profile.
168 (ada_language_defn): Add value for la_symbol_name_compare field.
169 * linespec.c: #include "ada-lang.h".
170 (iterate_name_matcher): Add language parameter. Replace call
171 to strcmp_iw by call to language->la_symbol_name_compare.
172 (decode_variable): Encode COPY if current language is Ada.
173 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust profile
174 of name_matcher parameter. Adjust call to name_matcher.
175 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
176 (expand_partial_symbol_names): Update profile of parameter "fun".
177 * psymtab.h (expand_partial_symbol_names): Update profile of
178 parameter "fun".
179 * symtab.c (demangle_for_lookup): Update function documentation.
180 (search_symbols_name_matches): Add language parameter.
181 (expand_partial_symbol_name): Likewise.
182 * c-lang.c (c_language_defn, cplus_language_defn)
183 (asm_language_defn, minimal_language_defn): Add value for
184 la_symbol_name_compare field.
185 * d-lang.c (d_language_defn): Likewise.
186 * f-lang.c (f_language_defn): Ditto.
187 * jv-lang.c (java_language_defn): Ditto.
188 * m2-lang.c (m2_language_defn): Ditto.
189 * objc-lang.c (objc_language_defn): Ditto.
190 * opencl-lang.c (opencl_language_defn): Ditto.
191 * p-lang.c (pascal_language_defn): Ditto.
192 * language.c (unknown_language_defn, auto_language_defn)
193 (local_language_defn): Ditto.
194
1952011-12-06 Tom Tromey <tromey@redhat.com>
196
197 * linespec.c (iterate_over_all_matching_symtabs): Use
198 LA_ITERATE_OVER_SYMBOLS.
199 (lookup_prefix_sym, add_matching_symbols_to_info): Likewise.
200 (find_function_symbols, decode_variable): Remove Ada special
201 case.
202 * language.h (struct language_defn) <la_iterate_over_symbols>: New
203 field.
204 (LA_ITERATE_OVER_SYMBOLS): New macro.
205 * language.c (unknown_language_defn, auto_language_defn)
206 (local_language_defn): Update.
207 * c-lang.c (c_language_defn, cplus_language_defn)
208 (asm_language_defn, minimal_language_defn): Update.
209 * d-lang.c (d_language_defn): Update.
210 * f-lang.c (f_language_defn): Update.
211 * jv-lang.c (java_language_defn): Update.
212 * m2-lang.c (m2_language_defn): Update.
213 * objc-lang.c (objc_language_defn): Update.
214 * opencl-lang.c (opencl_language_defn): Update.
215 * p-lang.c (pascal_language_defn): Update.
216 * ada-lang.c (ada_iterate_over_symbols): New function.
217 (ada_language_defn): Update.
218
2192011-12-06 Tom Tromey <tromey@redhat.com>
220 Joel Brobecker <brobecker@acacore.com>
221
222 PR breakpoints/13105, PR objc/8341, PR objc/8343, PR objc/8366,
223 PR objc/8535, PR breakpoints/11657, PR breakpoints/11970,
224 PR breakpoints/12023, PR breakpoints/12334, PR breakpoints/12856,
225 PR shlibs/8929, PR shlibs/7393:
226 * python/py-type.c (compare_maybe_null_strings): Rename from
227 compare_strings.
228 (check_types_equal): Update.
229 * utils.c (compare_strings): New function.
230 * tui/tui-winsource.c (tui_update_breakpoint_info): Update for
231 location changes.
232 * tracepoint.c (scope_info): Update.
233 (trace_find_line_command): Use DECODE_LINE_FUNFIRSTLINE.
234 * symtab.h (iterate_over_minimal_symbols)
235 (iterate_over_some_symtabs, iterate_over_symtabs)
236 (find_pcs_for_symtab_line, iterate_over_symbols)
237 (demangle_for_lookup): Declare.
238 (expand_line_sal): Remove.
239 * symtab.c (iterate_over_some_symtabs, iterate_over_symtabs)
240 (lookup_symtab_callback): New functions.
241 (lookup_symtab): Rewrite.
242 (demangle_for_lookup): New function, extract from
243 lookup_symbol_in_language.
244 (lookup_symbol_in_language): Use it.
245 (iterate_over_symbols): New function.
246 (find_line_symtab): Update.
247 (find_pcs_for_symtab_line): New functions.
248 (find_line_common): Add 'start' argument.
249 (decode_line_spec): Update. Change argument to 'flags', change
250 interpretation.
251 (append_expanded_sal): Remove.
252 (append_exact_match_to_sals): Remove.
253 (expand_line_sal): Remove.
254 * symfile.h (struct quick_symbol_functions) <lookup_symtab>:
255 Remove.
256 <map_symtabs_matching_filename>: New field.
257 * stack.c (func_command): Only look in the current program space.
258 Use DECODE_LINE_FUNFIRSTLINE.
259 * source.c (line_info): Set pspace on sal. Check program space in
260 the loop. Use DECODE_LINE_LIST_MODE.
261 (select_source_symtab): Use DECODE_LINE_FUNFIRSTLINE.
262 * solib-target.c: Remove DEF_VEC_I(CORE_ADDR).
263 * python/python.c (gdbpy_decode_line): Update.
264 * psymtab.c (partial_map_expand_apply): New function.
265 (partial_map_symtabs_matching_filename): Rename from
266 lookup_partial_symbol. Update arguments.
267 (lookup_symtab_via_partial_symtab): Remove.
268 (psym_functions): Update.
269 * objc-lang.h (parse_selector, parse_method): Don't declare.
270 (find_imps): Update.
271 * objc-lang.c (parse_selector, parse_method): Now static.
272 (find_methods): Change arguments. Fill in a vector of symbol
273 names.
274 (uniquify_strings): New function.
275 (find_imps): Change arguments.
276 * minsyms.c (iterate_over_minimal_symbols): New function.
277 * linespec.h (enum decode_line_flags): New.
278 (struct linespec_sals): New.
279 (struct linespec_result) <canonical>: Remove.
280 <pre_expanded, addr_string, sals>: New fields.
281 (destroy_linespec_result, make_cleanup_destroy_linespec_result)
282 (decode_line_full): Declare.
283 (decode_line_1): Update.
284 * linespec.c (struct address_entry, struct linespec_state, struct
285 collect_info): New types.
286 (add_sal_to_sals_basic, add_sal_to_sals, hash_address_entry)
287 (eq_address_entry, maybe_add_address): New functions.
288 (total_number_of_methods): Remove.
289 (iterate_name_matcher, iterate_over_all_matching_symtabs): New
290 functions.
291 (find_methods): Change arguments. Don't canonicalize input.
292 Simplify logic.
293 (add_matching_methods, add_constructors)
294 (build_canonical_line_spec): Remove.
295 (filter_results, convert_results_to_lsals): New functions.
296 (decode_line_2): Change arguments. Rewrite for new data
297 structures.
298 (decode_line_internal): Rename from decode_line_1. Change
299 arguments. Add cleanups. Update for new data structures.
300 (linespec_state_constructor, linespec_state_destructor)
301 (decode_line_full, decode_line_1): New functions.
302 (decode_indirect): Change arguments. Update.
303 (locate_first_half): Use skip_spaces.
304 (decode_objc): Change arguments. Update for new data structures.
305 Simplify logic.
306 (decode_compound): Change arguments. Add cleanups. Remove
307 fallback code, replace with error.
308 (struct decode_compound_collector): New type.
309 (collect_one_symbol): New function.
310 (lookup_prefix_sym): Change arguments. Update.
311 (compare_symbol_name, add_all_symbol_names_from_pspace)
312 (find_superclass_methods ): New functions.
313 (find_method): Rewrite.
314 (struct symtab_collector): New type.
315 (add_symtabs_to_list, collect_symtabs_from_filename): New
316 functions.
317 (symtabs_from_filename): Change API. Rename from
318 symtab_from_filename.
319 (collect_function_symbols): New function.
320 (find_function_symbols): Change API. Rename from
321 find_function_symbol. Rewrite.
322 (decode_all_digits): Change arguments. Rewrite.
323 (decode_dollar): Change arguments. Use decode_variable.
324 (decode_label): Change arguments. Rewrite.
325 (collect_symbols): New function.
326 (minsym_found): Change arguments. Rewrite.
327 (check_minsym, search_minsyms_for_name)
328 (add_matching_symbols_to_info): New function.
329 (decode_variable): Change arguments. Iterate over all symbols.
330 (symbol_found): Remove.
331 (symbol_to_sal): New function.
332 (init_linespec_result, destroy_linespec_result)
333 (cleanup_linespec_result, make_cleanup_destroy_linespec_result):
334 New functions.
335 (decode_digits_list_mode, decode_digits_ordinary): New functions.
336 * dwarf2read.c (dw2_map_expand_apply): New function.
337 (dw2_map_symtabs_matching_filename): Rename from
338 dw2_lookup_symtab. Change arguments.
339 (dwarf2_gdb_index_functions): Update.
340 * dwarf2loc.c: Remove DEF_VEC_I(CORE_ADDR).
341 * defs.h (compare_strings): Declare.
342 * cli/cli-cmds.c (compare_strings): Move to utils.c.
343 (edit_command, list_command): Use DECODE_LINE_LIST_MODE. Call
344 filter_sals.
345 (compare_symtabs, filter_sals): New functions.
346 * breakpoint.h (struct bp_location) <line_number, source_file>:
347 New fields.
348 (struct breakpoint) <line_number, source_file>: Remove.
349 <filter>: New field.
350 * breakpoint.c (print_breakpoint_location, init_raw_breakpoint)
351 (momentary_breakpoint_from_master, add_location_to_breakpoint):
352 Update for changes to locations.
353 (init_breakpoint_sal): Add 'filter' argument. Set 'filter' on
354 breakpoint.
355 (create_breakpoint_sal): Add 'filter' argument.
356 (remove_sal, expand_line_sal_maybe): Remove.
357 (create_breakpoints_sal): Remove 'sals' argument. Handle
358 pre-expanded sals and the filter.
359 (parse_breakpoint_sals): Use decode_line_full.
360 (check_fast_tracepoint_sals): Use get_sal_arch.
361 (create_breakpoint): Create a linespec_sals. Update.
362 (break_range_command): Use decode_line_full. Update.
363 (until_break_command): Update.
364 (clear_command): Update match conditions for linespec.c changes.
365 Use DECODE_LINE_LIST_MODE.
366 (say_where): Update for changes to locations.
367 (bp_location_dtor): Free 'source_file'.
368 (base_breakpoint_dtor): Free 'filter'. Don't free 'source_file'.
369 (update_static_tracepoint): Update for changes to locations.
370 (update_breakpoint_locations): Disable ranged breakpoint if too
371 many locations match. Update.
372 (addr_string_to_sals): Use decode_line_full. Resolve all sal
373 PCs.
374 (breakpoint_re_set_default): Don't call expand_line_sal_maybe.
375 (decode_line_spec_1): Update. Change argument name to 'flags',
376 change interpretation.
377 * block.h (block_containing_function): Declare.
378 * block.c (block_containing_function): New function.
379 * skip.c (skip_function_command): Update.
380 (skip_re_set): Update.
381 * infcmd.c (jump_command): Use DECODE_LINE_FUNFIRSTLINE.
382 * mi/mi-main.c (mi_cmd_trace_find): Use DECODE_LINE_FUNFIRSTLINE.
383 * NEWS: Add entry.
384
3852011-12-06 Tom Tromey <tromey@redhat.com>
386
387 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Allow
388 breakpoint's pspace to be NULL.
389 * breakpoint.h (struct breakpoint) <pspace>: Update comment.
390 * breakpoint.c (init_raw_breakpoint): Conditionally set
391 breakpoint's pspace.
392 (init_breakpoint_sal): Don't set breakpoint's pspace.
393 (prepare_re_set_context): Conditionally switch program space.
394 (addr_string_to_sals): Check executing_startup on location's
395 program space.
396
3972011-12-06 Tom Tromey <tromey@redhat.com>
398
399 * breakpoint.h (enum enable_state) <bp_startup_disabled>: Remove.
400 * breakpoint.c (should_be_inserted): Explicitly check if program
401 space is executing startup.
402 (describe_other_breakpoints): Update.
403 (disable_breakpoints_before_startup): Change executing_startup
404 earlier. Remove loop.
405 (enable_breakpoints_after_startup): Likewise.
406 (init_breakpoint_sal): Don't use bp_startup_disabled.
407 (create_breakpoint): Don't use bp_startup_disabled.
408 (update_global_location_list): Use should_be_inserted.
409 (bkpt_re_set): Update.
410
75c8c9d7
TT
4112011-12-06 Tom Tromey <tromey@redhat.com>
412
413 * python/lib/gdb/command/pretty_printers.py
414 (InfoPrettyPrinter.invoke1): Remove extra double quote.
415
7376e450
TT
4162011-12-06 Tom Tromey <tromey@redhat.com>
417
418 * NEWS: Add MI news.
419
c642a434
UW
4202011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
421
422 * s390-tdep.h (S390_ORIG_R2_REGNUM): Define.
423 (S390_LAST_BREAK_REGNUM): Likewise.
424 (S390_SYSTEM_CALL_REGNUM): Likewise.
425 (S390_NUM_REGS): Update.
426
427 (s390_regmap_last_break): Add declaration.
428 (s390x_regmap_last_break): Likewise.
429 (s390_regmap_system_call): Likewise.
430
431 (tdesc_s390_linux32v1): Add declaration.
432 (tdesc_s390_linux32v2): Likewise.
433 (tdesc_s390_linux64v1): Likewise.
434 (tdesc_s390_linux64v2): Likewise.
435 (tdesc_s390x_linux64v1): Likewise.
436 (tdesc_s390x_linux64v2): Likewise.
437
438 * s390-tdep.c: Include new target description files
439 "features/s390-linux32v1.c", "features/s390-linux32v2.c",
440 "features/s390-linux64v1.c", "features/s390-linux64v2.c",
441 "features/s390x-linux64v1.c", and "features/s390x-linux64v2.c".
442 (s390_cannot_store_register): New function.
443 (s390_write_pc): Likewise.
444 (s390_dwarf_regmap): Add fields for new registers.
445 (s390_regmap_gregset): Likewise.
446 (s390x_regmap_gregset): Likewise.
447 (s390_regmap_fpregset): Likewise.
448 (s390_regmap_upper): Likewise.
449 (s390_regmap_last_break): New variable.
450 (s390x_regmap_last_break): Likewise.
451 (s390_regmap_system_call): Likewise.
452 (s390_last_break_regset): Likewise.
453 (s390x_last_break_regset): Likewise.
454 (s390_system_call_regset): Likewise.
455 (s390_upper_regset_sections): Rename to ...
456 (s390_linux64_regset_sections): ... this.
457 (s390_linux32_regset_sections): New variable.
458 (s390x_linux64_regset_sections): Likewise.
459 (s390_linux32v1_regset_sections): Likewise.
460 (s390_linux32v2_regset_sections): Likewise.
461 (s390_linux64v1_regset_sections): Likewise.
462 (s390_linux64v2_regset_sections): Likewise.
463 (s390x_linux64v1_regset_sections): Likewise.
464 (s390x_linux64v2_regset_sections): Likewise.
465 (s390_regset_from_core_section): Handle .reg-s390-last-break and
466 .reg-s390-system-call core file sections.
467 (s390_core_read_description): Check for presence of
468 .reg-s390-last-break and .reg-s390-system-call core file
469 sections and return appropriate target description.
470 (s390_gdbarch_init): Detect Linux-specific registers "orig_r2",
471 "last_break" and "system_call" in target description. Install
472 appropriate gdbarch_core_regset_sections array.
473 Call set_gdbarch_cannot_store_register and set_gdbarch_write_pc.
474 (_initialize_s390_tdep): Initialize additional target descriptions.
475
476 * s390-nat.c: Include "elf/common.h".
477 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
478 (have_regset_last_break): New static variable.
479 (have_regset_system_call): Likewise.
480 (s390_native_supply): Handle S390_ORIG_R2_REGNUM.
481 (s390_native_collect): Likewise.
482 (fetch_regset, store_regset, check_regset): New functions.
483 (s390_linux_fetch_inferior_registers): Handle S390_LAST_BREAK_REGNUM
484 and S390_SYSTEM_CALL_REGNUM.
485 (s390_linux_store_inferior_registers): Likewise.
486 (s390_read_description): Check for presence of NT_S390_LAST_BREAK
487 and NT_S390_SYSTEM_CALL regsets and use appropriate description.
488
489 * features/Makefile (WHICH): Add s390-linux32v1, s390-linux64v1,
490 s390x-linux64v1, s390-linux32v2, s390-linux64v2, and s390x-linux64v2.
491 (s390-linux32v1-expedite): Define.
492 (s390-linux32v2-expedite): Likewise.
493 (s390-linux64v1-expedite): Likewise.
494 (s390-linux64v2-expedite): Likewise.
495 (s390x-linux64v1-expedite): Likewise.
496 (s390x-linux64v2-expedite): Likewise.
497
498 * features/s390-linux32.xml: Add orig_r2 register.
499 * features/s390-linux64.xml: Likewise.
500 * features/s390x-linux64.xml: Likewise.
501 * features/s390-linux32v1.xml: New file.
502 * features/s390-linux32v2.xml: Likewise.
503 * features/s390-linux64v1.xml: Likewise.
504 * features/s390-linux64v2.xml: Likewise.
505 * features/s390x-linux64v1.xml: Likewise.
506 * features/s390x-linux64v2.xml: Likewise.
507
508 * features/s390-linux32.c: Regenerate.
509 * features/s390-linux64.c: Likewise.
510 * features/s390x-linux64.c: Likewise.
511 * features/s390-linux32v1.c: New generated file.
512 * features/s390-linux32v2.c: Likewise.
513 * features/s390-linux64v1.c: Likewise.
514 * features/s390-linux64v2.c: Likewise.
515 * features/s390x-linux64v1.c: Likewise.
516 * features/s390x-linux64v2.c: Likewise.
517
518 * regformats/s390-linux32.dat: Regenerate.
519 * regformats/s390-linux64.dat: Regenerate.
520 * regformats/s390x-linux64.dat: Regenerate.
521 * regformats/s390-linux32v1.dat: New generated file.
522 * regformats/s390-linux32v2.dat: Likewise.
523 * regformats/s390-linux64v1.dat: Likewise.
524 * regformats/s390-linux64v2.dat: Likewise.
525 * regformats/s390x-linux64v1.dat: Likewise.
526 * regformats/s390x-linux64v2.dat: Likewise.
527
336060f3
PA
5282011-12-05 Pedro Alves <pedro@codesourcery.com>
529
530 * linux-nat.c (resume_stopped_resumed_lwps): Call
531 registers_changed.
532
049e32d3
PA
5332011-12-05 Pedro Alves <pedro@codesourcery.com>
534
535 * breakpoint.c: Include record.h.
536 (breakpoints_always_inserted_mode): Return false when the record
537 target is in use.
538
5c03c7f9 5392011-12-05 Pedro Alves <pedro@codesourcery.com>
482950ed
PA
540
541 * amd64-linux-nat.c (amd64_linux_dr_get): Remove FIXME comment.
542 Reinstate perror_with_name call on ptrace error. Remove #if 0.
543 * i386-linux-nat.c (i386_linux_dr_get): Likewise.
544 * i386bsd-nat.c (i386bsd_dr_get_status): Likewise.
545
fbbd034e
AS
5462011-12-05 Andrey Smirnov <andrew.smirnov@gmail.com>
547
548 * breakpoint.c (init_breakpoint_sal): Remove nested definitions of
549 `i'(-Wshadow).
550
a5ff8356 5512011-12-05 Andrey Smirnov <andrew.smirnov@gmail.com>
12747160
AS
552
553 * bcache.c (bcache): Rename `bcache' to `cache'(-Wshadow).
554
5552011-12-05 Andrey Smirnov <andrew.smirnov@gmail.com>
556
a5ff8356
AS
557 * amd64-tdep.c (amd64_push_dummy_call): Remove nested definition
558 of `tdep'(-Wshadow).
559
93f2a35e
JK
5602011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
561
562 Fix compilation --without-expat.
563 * solib-svr4.c (svr4_free_so, svr4_free_library_list): Move them here
564 from ...
565 [HAVE_LIBEXPAT] (svr4_free_so, svr4_free_library_list): ... here.
566
2268b414
JK
5672011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
568 Jan Kratochvil <jan.kratochvil@redhat.com>
569
570 * Makefile.in (XMLFILES): Add library-list-svr4.dtd.
571 * features/library-list-svr4.dtd: New file.
572 * remote.c (PACKET_qXfer_libraries_svr4): New.
573 (remote_protocol_features): new entry for PACKET_qXfer_libraries_svr4.
574 (remote_xfer_partial): Handle TARGET_OBJECT_LIBRARIES_SVR4.
575 * solib-svr4.c (struct svr4_library_list): New.
576 [HAVE_LIBEXPAT]: Include xml-support.h.
577 [HAVE_LIBEXPAT] (svr4_library_list_start_library)
578 [HAVE_LIBEXPAT] (svr4_library_list_start_list, svr4_library_attributes)
579 [HAVE_LIBEXPAT] (svr4_library_list_children)
580 [HAVE_LIBEXPAT] (svr4_library_list_attributes)
581 [HAVE_LIBEXPAT] (svr4_library_list_elements, svr4_parse_libraries)
582 [HAVE_LIBEXPAT] (svr4_current_sos_via_xfer_libraries)
583 [!HAVE_LIBEXPAT] (svr4_current_sos_via_xfer_libraries): New.
584 (svr4_read_so_list): Extend the corruption message by addresses.
585 (svr4_current_sos): New variable library_list, call
586 svr4_current_sos_via_xfer_libraries.
587 * target.h (enum target_object): New TARGET_OBJECT_LIBRARIES_SVR4.
588
585861ea
JK
5892011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
590
591 PR threads/13448
592 * dwarf2read.c (decode_locdesc): Handle DW_OP_const8u.
593 For DW_OP_GNU_push_tls_address increment the value, new comment for it.
594
9750bca9
JK
5952011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
596
597 PR breakpoints/13346
598 * dwarf2read.c (process_psymtab_comp_unit): Set
599 PSYMTABS_ADDRMAP_SUPPORTED.
600 * psympriv.h (struct partial_symtab): Comment textlow and texthigh
601 validity. New field psymtabs_addrmap_supported.
602 * psymtab.c (find_pc_sect_psymtab_closer): New gdb_assert on
603 psymtabs_addrmap_supported.
604 (find_pc_sect_psymtab): Do not fallback to TEXTLOW and TEXTHIGH for
605 !PSYMTABS_ADDRMAP_SUPPORTED.
606 (dump_psymtab, maintenance_info_psymtabs): Print also
607 psymtabs_addrmap_supported.
608
f28c316a
DE
6092011-12-01 Doug Evans <dje@google.com>
610
611 * python/py-type.c (type_object_methods): Fix "array" doc string.
612
fc0ae648
AB
6132011-12-01 Andrew Burgess <aburgess@broadcom.com>
614
615 * source.c (print_source_lines_base): Fix missing braces on else
616 clause leading to additional output.
617
d6db1fab
UW
6182011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
619
620 * s390-nat.c (SUBOFF): Remove.
621 (s390_native_supply, s390_native_collect): New functions.
622 (supply_gregset, supply_fpregset): Use s390_native_supply.
623 (fill_gregset, fill_fpregset): Use s390_native_collect.
624
625 * s390-tdep.c (s390_pseudo_register_reggroup_p): Update comment.
626 (s390_unwind_pseudo_register): New function.
627 (s390_prologue_frame_unwind_cache): Unwind PSW address and mask
628 registers instead of PC and CC.
629 (s390_backchain_frame_unwind_cache): Likewise.
630 (s390_sigtramp_frame_unwind_cache): Do not unwind PC, CC, or
631 full GPR pseudos.
632 (s390_trad_frame_prev_register): New function.
633 (s390_frame_prev_register): Use it.
634 (s390_sigtramp_frame_prev_register): Likewise.
635 (s390_dwarf2_prev_register): Use s390_unwind_pseudo_register.
636 (s390_dwarf2_frame_init_reg): Unwind PSW address and mask. Use
637 special callback to unwind any pseudo.
638
639 * features/s390-core32.xml: Add pswm/pswa to save/restore group.
640 * features/s390-core64.xml: Likewise.
641 * features/s390x-core64.xml: Likewise.
642 * features/s390-linux32.c: Regenerate.
643 * features/s390-linux64.c: Likewise.
644 * features/s390x-linux64.c: Likewise.
645
1dd635ac
UW
6462011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
647
648 * s390-tdep.c (s390_gdbarch_init): Call set_gdbarch_get_siginfo_type.
649
0161e4b9
UW
6502011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
651
652 * s390-tdep.c (s390_displaced_step_fixup): Fix processing of LARL
653 instruction. Add more diagnostic output.
654
0c36327f
AS
6552011-11-29 Andrey Smirnov <andrew.smirnov@gmail.com>
656
657 * MAINTAINERS (Write After Approval): Add myself to the list.
658
b4264740
SD
6592011-11-29 Sanjoy Das <sdas@igalia.com>
660
661 * jit.c (add_objfile_entry, jit_reader_try_read_symtab)
662 (jit_bfd_try_read_symtab): Fix comments.
663
87326c78
DD
6642011-11-28 DJ Delorie <dj@redhat.com>
665
666 * NEWS: Mention RL78 simulator.
667
1e3a8f45
JB
6682011-11-28 Joel Brobecker <brobecker@adacore.com>
669
670 * symfile.h (struct quick_symbol_functions): Fix the documentation
671 of field map_matching_symbols, as symbols are sorted using
672 strcmp_iw_ordered, not strcmp_iw.
673
265e52c3
JB
6742011-11-28 Paul Hilfinger <hilfinger@adacore.com>
675
676 * symfile.h (struct quick_symbol_functions): Update the
677 documentation for field map_matching_symbols.
678
1a1d5513
JB
6792011-11-28 Joel Brobecker <brobecker@adacore.com>
680
681 * ada-lang.c (compare_names): Fix wrong return value in case
682 string1 starts with the same contents as string2, followed
683 by an underscore that do not start a symbol name suffix.
684
5d9c5995
PM
6852011-11-28 Phil Muldoon <pmuldoon@redhat.com>
686
687 PR python/13369
688 PR python/13374
689
690 * python/python.c (gdbpy_decode_line): Do not acquire GIL.
691 * python/py-inferior.c (inferior_to_inferior_object): Ditto.
692 * python/py-value.c (valpy_nonzero): Use TRY_CATCH to catch GDB
693 exceptions.
694 * python/py-type.c (typy_strip_typedefs): Ditto.
695 (typy_legacy_template_argument): Ditto.
696 * python/py-inferior.c (inferior_to_inferior_object): Ditto.
697 * python/py-breakpoint.c (bppy_set_ignore_count): Ditto.
698
2bf50f6f
JB
6992011-11-27 Joel Brobecker <brobecker@acacore.com>
700
701 * remote.c (remote_get_tracepoint_status): Delete addrbuf
702 local variable. Avoid use of sprintf_vma.
703
744ab88c
SD
7042011-11-27 Sanjoy Das <sdas@igalia.com>
705
706 Fix regression in jit.exp.
707 * jit.c (jit_reader_try_read_symtab, jit_bfd_try_read_symtab)
708 (jit_register_code): Set the jit_objfile_data field to the correct
709 value.
710
46ad3598
UW
7112011-11-25  Uros Bizjak  <ubizjak@gmail.com>
712
713 * alpha-tdep.c (br_opcode): New.
714 (ldl_l_opcode, ldq_l_opcode, stl_c_opcode, stq_c_opcode): Ditto.
715 (alpha_deal_with_atomic_sequence): New function.
716 (alpha_gdbarch_init): Handle single stepping of atomic sequences
717 with alpha_deal_with_atomic_sequence.
718
e4c5f296
TG
7192011-11-24 Tristan Gingold <gingold@adacore.com>
720
721 * machoread.c (oso_el): Remove num_Sections, symbols, offsets
722 fields. Add oso_sym, end_sym and nbr_syms.
723 (macho_register_oso): Change interface.
724 (macho_symtab_add_minsym): New function.
725 (macho_symtab_read): Rewritten.
726 (get_archive_prefix_len): Remove trailing blanks.
727 (oso_el_compare_name): Add comment.
728 (struct macho_sym_hash_entry): New structure.
729 (macho_relocate_common_syms): Remove.
730 (macho_sym_hash_newfunc): New function.
731 (macho_resolve_oso_sym_with_minsym): Likewise.
732 (macho_add_oso_symfile): Rewritten.
733 (macho_symfile_read_all_oso): Remove trailing blanks.
734 Adjust code to free oso vector.
735 (macho_symfile_read): Likewise.
736 Move code to initialize minimal symbol
737
130854df
MR
7382011-11-24 Maciej W. Rozycki <macro@codesourcery.com>
739
740 * mips-tdep.c (extended_offset): Fix formatting.
741
3d7bb9d9
DE
7422011-11-23 Doug Evans <dje@google.com>
743
744 * dwarf2read.c (dw2_lookup_symtab): Add comment.
745 (dw2_expand_symtabs_with_filename): Ditto.
746 (dw2_expand_symtabs_matching): Ditto.
747 (dw2_map_symbol_filenames): Ditto.
748
1fbf5ada
JB
7492011-11-23 Andrey Smirnov <andrew.smirnov@gmail.com>
750
751 * ada-lang.c (assign_aggregate): Minor reformatting.
752
d984108d
JB
7532011-11-23 Andrey Smirnov <andrew.smirnov@gmail.com>
754
755 * ada-lang.c (assign_aggregate): Remove declaration of local
756 variable `i' which is shadowing another variable with the same
757 name declared in the outer scope.
758
18af8284
JB
7592011-11-23 Joel Brobecker <brobecker@adacore.com>
760
761 * ada-lang.c (get_base_type): Renames base_type. Adjust all
762 calls throughout this file.
763
1fc7b5d7
JB
7642011-11-23 Joel Brobecker <brobecker@adacore.com>
765
766 * gdb-dlfcn.c (gdb_dlopen): Add missing coma in call to
767 FormatMessage.
768
36dfb11c
TT
7692011-11-22 Tom Tromey <tromey@redhat.com>
770
771 PR mi/8444:
772 * mi/mi-common.h (EXEC_ASYNC_SOLIB_EVENT, EXEC_ASYNC_FORK)
773 (EXEC_ASYNC_VFORK, EXEC_ASYNC_SYSCALL_ENTRY)
774 (EXEC_ASYNC_SYSCALL_RETURN, EXEC_ASYNC_EXEC): New constants.
775 * mi/mi-common.c (async_reason_string_lookup): Add new reasons.
776 * breakpoint.c (print_it_catch_fork, print_it_catch_vfork)
777 (print_it_catch_syscall, print_it_catch_exec)
778 (internal_bkpt_print_it): Use ui_out. Emit stop reason.
779 (bpstat_print): Add 'kind' argument. Handle
780 TARGET_WAITKIND_LOADED.
781 * infrun.c (normal_stop): Update for bpstat_print change. Don't
782 handle TARGET_WAITKIND_LOADED here.
783 * breakpoint.h (bpstat_print): Update.
784
5bd6aa83
TT
7852011-11-22 Tom Tromey <tromey@redhat.com>
786
787 * mi/mi-interp.c (mi_on_normal_stop): Call bpstat_print.
788
f5afdc18
TT
7892011-11-22 Tom Tromey <tromey@redhat.com>
790
791 * mi/mi-common.c (_initialize_gdb_mi_common): Remove.
792 Use static_assert to check the size of
793 async_reason_string_lookup.
794 * common/gdb_assert.h (static_assert): New macro.
795
a3769e0c
AM
7962011-11-22 Alan Modra <amodra@gmail.com>
797
798 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Correct branch
799 destination calculation. Don't expect >> to sign extend. Don't
800 add a break if branch lands inside the sequence anywhere.
801
56767571
KS
8022011-11-21 Keith Seitz <keiths@redhat.com>
803
804 * gdb.mi/mi-var-display.exp: Remove XFAIL for c_variable-7.51,
805 -var-evaluate-expression of an enumeration and fix expected result.
806 * gdb.mi/mi2-varvdisplay.exp: Likewise.
807
8443c207
KY
8082011-11-21 Kwok Cheung Yeung <kcy@codesourcery.com>
809
810 * osdata.c (info_osdata_command): Rename nprocs to nrows. Handle
811 the case where osdata->items is empty. Rename column names to a
812 canonical form to avoid problems with unusual column names.
813
97643830
YQ
8142011-11-21 Yao Qi <yao@codesourcery.com>
815
816 * MAINTAINERS (Write After Approval): Keep list in alphabetical order.
817
f196051f
SS
8182011-11-20 Stan Shebs <stan@codesourcery.com>
819
820 * NEWS: Mention tracepoint additions.
821 * breakpoint.h (struct tracepoint): New field traceframe_usage.
822 * breakpoint.c (print_one_breakpoint_location): Identify
823 tracepoints as such when reporting hit counts, report
824 trace buffer usage.
825 (create_tracepoint_from_upload): Copy status info.
826 * tracepoint.h (struct trace_status): Rename error_desc to stop_desc,
827 add fields user_name, notes, start_time, stop_time.
828 (struct uploaded_tp): Add fields hit_count, traceframe_usage.
829 * tracepoint.c (trace_user): New global.
830 (trace_notes): New global.
831 (trace_stop_notes): New global.
832 (start_tracing): Add argument and trace note handling.
833 (stop_tracing): Ditto.
834 (trace_start_command): Add notes argument.
835 (trace_stop_command): Ditto.
836 (trace_status_command): Report additional status info.
837 (trace_status_mi): Similarly.
838 (trace_save): Update, record tracepoint status.
839 (set_disconnected_tracing): Call target method directly.
840 (send_disconnected_tracing_value): Remove.
841 (set_trace_user): New function.
842 (set_trace_notes): New function.
843 (set_trace_stop_notes): New function.
844 (parse_trace_status): Handle additional status.
845 (parse_tracepoint_status): New function.
846 (parse_tracepoint_definition): Call it.
847 (tfile_get_tracepoint_status): New function.
848 (init_tfile_ops): Use it.
849 (_initialize_tracepoint): Add new setshows.
850 * target.h (struct target_ops): New methods to_get_tracepoint_status
851 and to_set_trace_notes.
852 (target_get_tracepoint_status): New macro.
853 (target_set_trace_notes): New macro.
854 * target.c (update_current_target): Add new methods.
855 * remote.c (remote_get_tracepoint_status): New function.
856 (remote_set_trace_notes): New function.
857 (init_remote_ops): Add them.
858 * mi/mi-main.c (mi_cmd_trace_start): Add argument to call.
859 (mi_cmd_trace_stop): Ditto.
860
3623dc3a
SD
8612011-11-20 Sanjoy Das <sdas@igalia.com>
862
863 * jit.c: Include regcache.h.
864 (jit_gdbarch_data, jit_frame_unwind): New static variables.
865 (jit_unwind_reg_set_impl, free_reg_value_impl)
866 (jit_unwind_reg_get_impl, jit_frame_sniffer)
867 (jit_frame_unwind_stop_reason, jit_frame_this_id)
868 (jit_frame_prev_register, jit_dealloc_cache)
869 (jit_prepend_unwinder, jit_gdbarch_data_init): New functions.
870 (jit_inferior_init): Prepend (new) pseudo unwinder by calling
871 jit_prepend_unwinder.
872 (_initialize_jit): Register new gdbarch data jit_gdbarch_data.
873
1825a88d
SD
8742011-11-20 Sanjoy Das <sdas@igalia.com>
875
876 * jit.c: Include block.h, dictionary.h and frame-unwind.h.
877 (add_objfile_entry, jit_target_read_impl, jit_object_open_impl)
878 (jit_symtab_open_impl, compare_block, jit_block_open_impl)
879 (jit_symtab_line_mapping_add_impl, jit_symtab_close_impl)
880 (finalize_symtab, jit_object_close_impl)
881 (jit_reader_try_read_symtab, jit_bfd_try_read_symtab)
882 (free_objfile_data): New functions.
883 (_initialize_jit): Register jit_objfile_data with a proper cleanup
884 function.
885
784c47ee
SD
8862011-11-20 Sanjoy Das <sdas@igalia.com>
887
888 * jit.c: Include gdb-dlfcn.h.
889 (loaded_jit_reader, reader_init_fn_sym): New static variables.
890 (jit_reader_load, jit_reader_load_command)
891 (jit_reader_unload_command): New functions.
892 (_initialize_jit): Add commands "jit-reader-load" and
893 "jit-reader-unload".
894
a2d08b9e
SD
8952011-11-20 Sanjoy Das <sdas@igalia.com>
896
897 * Makefile.in: Add gdb-dlfcn.c and gdb-dlfcn.h to build system.
898 * config.in: Add new #define HAVE_LIBDL.
899 * configure.ac: Add check for -ldl.
900 * configure: Re-generated by autoconf.
901 * gdb-dlfcn.c: New file.
902 * gdb-dlfcn.h: New file.
903
b8e0a31c
SD
9042011-11-20 Sanjoy Das <sdas@igalia.com>
905
906 * config.in: Add new #defines: JIT_READER_DIR and
907 JIT_READER_DIR_RELOCATABLE.
908 * configure.ac: New GDB directory entry for jit-reader-dir.
909 * configure: Re-generated by autoconf.
910 * jit.c: New static variable: const char *jit_reader_dir.
911 (_initialize_jit): Relocate jit_reader_dir.
912
f997c383
SD
9132011-11-20 Sanjoy Das <sdas@igalia.com>
914
915 * Makefile.in: Add jit-reader.h as a header. Have it installed in
916 $(includedir)/gdb.
917 * configure.ac: Generate a correct value for TARGET_PTR for
918 jit-reader.h. Tell configure to generate jit-reader.h from
919 jit-reader.in.
920 * configure: Re-generated by autoconf.
921 * jit-reader.in: New file.
922 * jit.c: Include jit-reader.h.
923
dc8c0494
SD
9242011-11-20 Sanjoy Das <sdas@igalia.com>
925
926 * MAINTAINERS (Write After Approval): Add myself to the list.
927
01efb936
UW
9282011-11-18 Ulrich Weigand <uweigand@de.ibm.com>
929
930 * findvar.c (read_frame_register_value): Respect value_offset
931 of the register value. Remove big-endian special case.
932
732f3f12
TT
9332011-11-18 Tom Tromey <tromey@redhat.com>
934
935 PR build/7196:
936 * remote.c (putpkt_for_catch_errors): New function.
937 (remote_kill): Use it.
938
bfccc43c
YQ
9392011-11-18 Yao Qi <yao@codesourcery.com>
940
941 * breakpoint.c (create_breakpoint): Produce query message according to
942 breakpoint's type.
943 Allocate tracepoint per correct type.
944 Don't check SALs for pending fast tracepoints.
945 * tracepoint.c (process_tracepoint_on_disconnect): New.
946 (disconnect_tracing): Call process_tracepoint_on_disconnect.
947
3ea46bff
YQ
9482011-11-18 Yao Qi <yao@codesourcery.com>
949
950 * breakpoint.c (install_breakpoint): Add one more parameter so that
951 update_global_location_list is called conditionally.
952 (create_fork_vfork_event_catchpoint): Update.
953 (create_syscall_event_catchpoint): Update.
954 (create_breakpoint_sal): Update.
955 (create_breakpoint_sal): Update. Call do_cleanups before
956 install_breakpoint.
957 * ada-lang.c (create_ada_exception_catchpoint): Update.
958 * breakpoint.h (install_breakpoint): Update declaration.
959
598cfb71
UW
9602011-11-16 Ulrich Weigand <uweigand@de.ibm.com>
961
962 * spu-tdep.c (spu_return_value): Fix handling of
963 TYPE_CALLING_CONVENTION annotation.
964
caf4328c
UW
9652011-11-16 Ulrich Weigand <uweigand@de.ibm.com>
966
967 * skip.c (skip_function_command): Work around uninitialized
968 variable warning.
969
2b54dda2
DM
9702011-11-16 David S. Miller <davem@davemloft.net>
971
972 * utils.c (report_command_stats): Cast delta_wall_time 'tv_sec' and
973 'tv_usec' to long for printf since these fields have a type which
974 varies.
975
93bf33fd
DE
9762011-11-15 Doug Evans <dje@google.com>
977
978 * buildsym.c (add_symbol_to_list): Delete outdated comment.
979
9cc10fd1
PK
9802011-11-15 Paul Koning <paul_koning@dell.com>
981
982 * python/py-type.c (typy_get_composite): New function.
983 (typy_nonzero): New function.
984 (typy_values): Rename from typy_fields.
985 (typy_fields): New function.
986 (typy_length): Raise exception if not struct, union, or enum type.
987 (typy_getitem): Ditto.
988 (typy_has_key): Ditto.
989 (typy_make_iter): Ditto.
990
c011a4f4
DE
9912011-11-15 Doug Evans <dje@google.com>
992
993 * NEWS: Mention new parameter basenames-may-differ.
994 * dwarf2read.c (dw2_lookup_symtab): Avoid calling gdb_realpath if
995 ! basenames_may_differ.
996 * psymtab.c (lookup_partial_symtab): Ditto.
997 * symtab.c (lookup_symtab): Ditto.
998 (basenames_may_differ): New global.
999 (_initialize_symtab): New parameter basenames-may-differ.
1000 * symtab.h (basenames_may_differ): Declare.
1001
865ecab4
LM
10022011-11-15 Pedro Alves <pedro@codesourcery.com>
1003 Luis Machado <lgustavo@codesourcery.com>
1004
1005 * auxv.c: Include observer.h.
1006 (auxv_inferior_data_cleanup): New.
1007 (invalidate_auxv_cache_inf): New.
1008 (invalidate_auxv_cache): New.
1009 (get_auxv_inferior_data): New.
1010 (auxv_inferior_data): New static global.
1011 (auxv_info): New structure.
1012 (target_auxv_search): Use get_auxv_inferior_data instead of
1013 target_read_alloc and don't free cached buffers.
1014 (fprint_target_auxv): Likewise
1015 (_initialize_auxv): Register per-inferior auxv cache and register
1016 observers to invalidate auxv cache when needed.
1017
ed59ded5
DE
10182011-11-14 Doug Evans <dje@google.com>
1019
1020 Make "!" an alias for "shell".
1021 * NEWS: Add mention.
1022 * cli/cli-cmds.c (init_cli_cmds): Remove xdb_commands condition on
1023 adding "!" command, always add it.
1024 * cli/cli-decode.c (find_command_name_length): Recognize "!" as a
1025 command of length one.
1026
405f8e94
SS
10272011-11-14 Stan Shebs <stan@codesourcery.com>
1028 Kwok Cheung Yeung <kcy@codesourcery.com>
1029
1030 * NEWS: Document shorter fast tracepoints and qTMinFTPILen packet.
1031 * i386-tdep.c (i386_fast_tracepoint_valid_at): Query target for
1032 the minimum instruction size for fast tracepoints.
1033 * target.h (struct target_ops): Add new method
1034 to_get_min_fast_tracepoint_insn_len.
1035 (target_get_min_fast_tracepoint_insn_len): New.
1036 * target.c (update_current_target): Set up new target operation.
1037 * remote.c (remote_write_bytes_aux): Fix typo.
1038 (remote_get_min_fast_tracepoint_insn_len): New.
1039 (init_remote_ops): Initialize new field.
1040
3e05895e
TT
10412011-11-14 Tom Tromey <tromey@redhat.com>
1042
1043 * tracepoint.c (encode_actions_1): Use the location's gdbarch.
1044 (encode_actions): Likewise.
1045
1e4d1764
YQ
10462011-11-14 Yao Qi <yao@codesourcery.com>
1047
1048 * remote.c (struct remote_state): <install_in_trace> new field.
1049 (PACKET_InstallInTrace): New enum value.
1050 (remote_install_in_trace_feature): Support InstallInTrace.
1051 (remote_supports_install_in_trace): Likewise.
1052 (remote_protocol_features): Likewise.
1053 (_initialize_remote): Likewise.
1054 (remote_can_download_tracepoint): New.
1055 * target.h (struct target): New field
1056 `to_can_download_tracepoint'.
1057 (target_can_download_tracepoint): New macro.
1058 * target.c (update_current_target): Update.
1059 * breakpoint.h (struct bp_location): Add comment on field
1060 `duplicate'.
3ccd4ac6
YQ
1061 * breakpoint.c (should_be_inserted): Don't differentiate breakpoint
1062 and tracepoint.
1e4d1764
YQ
1063 (remove_breakpoints): Don't remove tracepoints.
1064 (tracepoint_locations_match ): New.
1065 (breakpoint_locations_match): Call it.
1066 (disable_breakpoints_in_unloaded_shlib): Handle tracepoint.
1067 (download_tracepoint_locations): New.
1068 (update_global_location_list): Call it.
1069 * tracepoint.c (find_matching_tracepoint): Delete.
1070 (find_matching_tracepoint_location): Renamed from
1071 find_matching_tracepoint. Return bp_location rather than
1072 tracepoint.
1073 (merge_uploaded_tracepoints): Set `inserted' field to 1 if
1074 tracepoint is found.
1075
e8ba3115
YQ
10762011-11-14 Yao Qi <yao@codesourcery.com>
1077
1078 * target.h (struct target): <to_download_tracepoint> Change type
1079 of parameter from tracepoint to bp_location.
1080 * target.c (update_current_target): Update.
1081 * tracepoint.c (start_tracing): Update.
1082 * remote.c (remote_download_tracepoint): Remove loop for each location
1083 of a tracepoint.
1084
edcc485a
MR
10852011-11-14 Maciej W. Rozycki <macro@codesourcery.com>
1086
1087 * i386-nat.c (i386_insert_hw_breakpoint): Call
1088 i386_update_inferior_debug_regs.
1089 (i386_remove_hw_breakpoint): Likewise.
1090
3742cc8b
YQ
10912011-11-14 Yao Qi <yao@codesourcery.com>
1092
1093 * breakpoint.c (init_raw_breakpoint): Call
1094 add_location_to_breakpoint to replace duplicated code.
1095 (add_location_to_breakpoint): Adjust the breakpoint's
1096 address prior to allocating a location.
1097
71eba9c2 10982011-11-12 Matt Rice <ratmice@gmail.com>
1099
1100 * macrocmd.c (macro_no_macro_info): New function.
1101 (macro_expand_command): Use macro_no_macro_info.
1102 (macro_expand_once_command): Ditto.
1103 (info_macro_command): Add argument processing,
1104 move info_definitions_command here.
1105 (_initialize_macrocmd): Remove info definitions command.
1106 Add arguments to info macro help text.
1107 * NEWS: Replace info definitions command with new info macro options.
1108
731971ed
KS
11092011-11-11 Keith Seitz <keiths@redhat.com>
1110
1111 PR gdb/12843
1112 * linespec.c (locate_first_half): Keep ':' if it looks
1113 like it could be part of a Windows path starting with
1114 a drive letter.
1115
6953d224
PA
11162011-11-10 Pedro Alves <pedro@codesourcery.com>
1117
1118 * linux-nat.c (linux_nat_wait): Don't force waking up the event
1119 loop when returning a TARGET_WAITKIND_NO_RESUMED.
1120
0c94aa73
PA
11212011-11-10 Pedro Alves <pedro@codesourcery.com>
1122
1123 * target.c (target_waitstatus_to_string): Handle
1124 TARGET_WAITKIND_NO_RESUMED.
1125
f6b47be4
DE
11262011-11-10 Doug Evans <dje@google.com>
1127
74e2f255
DE
1128 * dwarf2read.c (dw2_map_symbol_filenames): New parameter
1129 `need_fullname'.
1130 * psymtab.c (map_symbol_filenames_psymtab): Ditto.
1131 (map_partial_symbol_filenames): Ditto. All callers updated.
1132 * psymtab.h (map_partial_symbol_filenames): Update prototype.
1133 * symfile.h (struct quick_symbol_functions, map_symbol_filenames): New
1134 parameter need_fullname.
1135
256f06f3
DE
1136 * psymtab.c (psymtab_to_fullname): Use cached copy if it exists.
1137 * source.c (symtab_to_fullname): Ditto.
1138
50f182aa
DE
1139 * defs.h (is_cplus_marker, set_demangling_style): Moved to ...
1140 * gdb-demangle.h: ... here. New file.
1141 * demangle.c: #include "gdb-demangle.h".
1142 (_initialize_demangler): Use initialize_file_ftype for prototype.
1143 Move "set demangle" and "set asm-demangle" parameters here from utils.c
1144 (demangle, show_demangle, asm_demangle, show_asm_demangle): Move here
1145 from utils.c
1146 * utils.c: Update. #include "gdb-demangle.h".
1147 * symtab.h (asm_demangle): Delete.
1148 (demangle): Move declaration next to use.
1149 * breakpoint.c: #include "gdb-demangle.h" instead of "demangle.h".
1150 * dwarf2read.c: #include "gdb-demangle.h".
1151 * gnu-v2-abi.c: Ditto.
1152 * jv-typeprint.c: Ditto.
1153 * mdebugread.c: Ditto.
1154 * p-typeprint.c: Ditto.
1155 * stabsread.c: Ditto.
1156 * printcmd.c: Ditto.
1157 (asm_demangle): Delete declaration.
1158 * tui/tui-stack.c: #include "gdb-demangle.h".
1159
f6b47be4
DE
1160 * python/py-type.c (typy_fields_items): Call check_typedef.
1161
22355c90
JB
11622011-11-10 Joel Brobecker <brobecker@adacore.com>
1163
1164 * findvar.c (read_frame_register_value): Read the correct bytes
1165 from registers on big-endian architectures.
1166
bd119cf1 11672011-11-10 Tom Tromey <tromey@redhat.com>
e28cade7
JB
1168
1169 * procfs.c (load_syscalls): Make a cleanup.
1170 (open_procinfo_files): fd==0 is ok.
1171
0a86f364
JB
11722011-11-10 Joel Brobecker <brobecker@adacore.com>
1173
1174 * procfs.c (iterate_over_mappings): Call do_cleanups before
1175 returning.
1176
9bc118a5
DE
11772011-11-09 Doug Evans <dje@google.com>
1178
1179 * gdbtypes.c (check_typedef): Document that this function can
1180 throw an exception.
1181
a7860e76
TT
11822011-11-09 Tom Tromey <tromey@redhat.com>
1183
1184 PR c++/13342:
1185 * valops.c (value_full_object): Return early if real type is
1186 smaller than the enclosing type.
1187
60965737
YQ
11882011-11-08 Yao Qi <yao@codesourcery.com>
1189
1190 * amd64-tdep.c (amd64_relocate_instruction): Make it static.
1191
72a2e3dc
MI
11922011-11-08 Meador Inge <meadori@codesourcery.com>
1193
1194 * arm-tdep.c (thumb_analyze_prologue): Always fallback on the SP
1195 register when the frame can't be determined.
1196 * arm-tdep.c (arm_analyze_prologue): Ditto.
1197
ce3b0ff7
SS
11982011-11-07 Stan Shebs <stan@codesourcery.com>
1199
1200 * MAINTAINERS: Move Michael Snyder to Past Maintainers.
1201
2b914b52
JB
12022011-11-07 Joel Brobecker <brobecker@adacore.com>
1203
1204 * infrun.c (handle_inferior_event): Minor reformatting.
1205
6f809020
DE
12062011-11-05 Doug Evans <dje@google.com>
1207
1208 * source.c (forget_cached_source_info_for_objfile): Move call to
1209 objfile->sf->qf->forget_cached_source_info outside of
1210 ALL_OBJFILE_SYMTABS loop.
1211 (forget_cached_source_info): Delete unused variable `s'.
1212
75d12218
JK
12132011-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1214
1215 * i386-nat.c (dr_ref_count): Remove unused variable.
1216
e565b837
DE
12172011-11-05 Doug Evans <dje@google.com>
1218
1219 * main.c (captured_main): Set lim_at_start before calling
1220 make_command_stats_cleanup.
1221
0a1c4d10
DE
12222011-11-04 Doug Evans <dje@google.com>
1223
1224 * utils.c: #include "timeval-utils.h".
1225 (cmd_stats): Rename start_time to start_cpu_time.
1226 New member start_wall_time.
1227 (report_command_stats): Report wall time.
1228 (make_command_stats_cleanup): Record start wall time.
1229
a1d705ee
TT
12302011-11-04 Tom Tromey <tromey@redhat.com>
1231
1232 * cp-namespace.c (cp_lookup_symbol_imports): Reindent.
1233
81de56be
RO
12342011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1235
1236 * coff-pe-read.c: Include defs.h before bfd.h.
1237
3ab1ec27
PM
12382011-11-04 Phil Muldoon <pmuldoon@redhat.com>
1239
1240 PR Python/13345
1241
1242 * python/python.c (python_run_simple_file): Expand tilde in path.
1243
cd829959
PM
12442011-11-04 Phil Muldoon <pmuldoon@redhat.com>
1245
1246 PR Python/13363
1247
1248 * python/py-type.c (typy_lookup_type): Do not return a type in
1249 an exception handler.
1250
080ad648
JK
12512011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1252 Eli Zaretskii <eliz@gnu.org>
1253
1254 * linux-nat.c (_initialize_linux_nat): Improve help
1255 for `info proc stat', `info proc status', `info proc cwd',
1256 `info proc cmdline' and `info proc exe'.
1257
3065dfb6
SS
12582011-11-02 Stan Shebs <stan@codesourcery.com>
1259
1260 String collection for tracepoints.
1261 * NEWS: Mention string collection.
1262 * common/ax.def (tracenz): New bytecode.
1263 * ax-gdb.h (trace_string_kludge): Declare.
1264 * ax-gdb.c: Include valprint.h and c-lang.h.
1265 (trace_string_kludge): New global.
1266 (gen_traced_pop): Add string case.
1267 (agent_command): Add string case.
1268 * tracepoint.h (decode_agent_options): Declare.
1269 * tracepoint.c: Include cli-utils.h.
1270 (decode_agent_options): New function.
1271 (validate_actionline): Call it.
1272 (encode_actions_1): Ditto.
1273 * target.h (struct target_ops): New method to_supports_string_tracing.
1274 (target_supports_string_tracing): New macro.
1275 * target.c (update_current_target): Add to_supports_string_tracing.
1276 * remote.c (struct remote_state): New field string_tracing.
1277 (remote_string_tracing_feature): New function.
1278 (remote_protocol_features): New feature tracenz.
1279 (remote_supports_string_tracing): New function.
1280 (init_remote_ops): Set to_supports_string_tracing.
1281
f179e162
JK
12822011-11-02 Pedro Alves <pedro@codesourcery.com>
1283 Jan Kratochvil <jan.kratochvil@redhat.com>
1284
1285 * linux-nat.c: Include cli/cli-utils.h.
1286 (enum info_proc_what): New.
1287 (linux_nat_info_proc_cmd): Rename to ...
1288 (linux_nat_info_proc_cmd_1): ... here. Remove variables argv and all.
1289 New parameter what. Initialize cmdline_f, cwd_f, exe_f, mappings_f,
1290 status_f and stat_f from WHAT. Throw error on extra parameters.
1291 (linux_nat_info_proc_cmd, linux_nat_info_proc_cmd_mappings)
1292 (linux_nat_info_proc_cmd_stat, linux_nat_info_proc_cmd_status)
1293 (linux_nat_info_proc_cmd_cwd, linux_nat_info_proc_cmd_cmdline)
1294 (linux_nat_info_proc_cmd_exe, linux_nat_info_proc_cmd_all): New.
1295 (_initialize_linux_nat): New variable info_proc_cmdlist. Install `info
1296 proc mappings', `info proc stat`, `info proc status', `info proc cwd',
1297 `info proc cmdline', `info proc exe' and `info proc all' as real
1298 subcommands of `info proc'.
1299
7b35ec7f 13002011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
1301
1302 * Makefile.in: (SFILES): Add skip.c.
1303 (HFILES_NO_SRCDIR): Add skip.h.
1304 (COMMON_OBS): Add skip.o.
1305 * skip.h, skip.c: New.
1306 * breakpoint.h (set_default_breakpoint): Remove.
1307 (get_sal_arch): Declare.
1308 * breakpoint.c: Remove default_breakpoint_valid,
1309 default_breakpoint_address, default_breakpoint_symtab,
1310 default_breakpoint_line, default_breakpoint_pspace variables.
1311 (get_sal_arch): Make public.
1312 (set_default_breakpoint): Remove.
1313 (parse_breakpoint_sals, create_breakpoint, clear_command,
1314 decode_line_spec_1): Remove uses of default_breakpoint variables;
1315 replaced with function calls into stack.c.
1316 * cli/cli-cmds.h: Add cmd_list_element *skiplist.
1317 * cli/cli-cmds.c: Add skiplist.
1318 (init_cmd_lists): Initialize skiplist.
1319 (init_cli_cmds): Fix comment (classes of commands appear in
1320 alphabetical order).
1321 * infrun.c (handle_inferior_event): Add check that we don't step into
1322 a function whose pc is marked for skip.
1323 * stack.c: Declare last_displayed_sal_valid, last_displayed_pspace,
1324 last_displayed_addr, last_displayed_symtab, last_displayed_line
1325 variables.
1326 (set_last_displayed_sal): New static function.
1327 (print_frame_info): Switch call to set_default_breakpoint to call to
1328 set_last_displayed_sal.
1329 (clear_last_displayed_sal, last_displayed_sal_is_valid,
1330 get_last_displayed_pspace, get_last_displayed_addr,
1331 get_last_displayed_symtab, get_last_displayed_line,
1332 get_last_displayed_sal): New public functions.
1333 * stack.h (clear_last_displayed_sal, last_displayed_sal_is_valid,
1334 get_last_displayed_pspace, get_last_displayed_addr,
1335 get_last_displayed_symtab, get_last_displayed_line,
1336 get_last_displayed_sal): Declare.
1337
b60e1588
JL
13382011-11-01 Justin Lebar <justin.lebar@gmail.com>
1339
1340 * MAINTAINERS (Write After Approval): Add myself to the list.
1341
d31647d2
YQ
13422011-10-29 Yao Qi <yao@codesourcery.com>
1343
1344 * infcmd.c (disconnect_command): Call disconnect_tracing.
1345
b1d96efd
JK
13462011-10-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1347
1348 Code cleanup.
1349 * symtab.c (skip_prologue_sal): Code reformatting.
1350
4dfb2365
JK
13512011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1352
1353 PR symtab/13208
1354 * jit.c (jit_register_code): Remove unused variable my_cleanups. Check
1355 for NULL from bfd_open_from_target_memory. Fix ownership of NBFD and
1356 SAI.
1357
0e5bf2a8
PA
13582011-10-28 Pedro Alves <pedro@codesourcery.com>
1359
1360 * linux-nat.c (linux_nat_filter_event): Remove `options'
1361 parameter, and dead code that used it. If we're handling a
1362 PTRACE_EVENT_EXEC event, and the thread group leader is no longer
1363 in our lwp list, re-add it.
1364 (check_zombie_leaders): New.
1365 (linux_nat_wait_1): Remove `options' and `pid' locals. Always
1366 wait for children with WNOHANG, and always wait for all children.
1367 Don't check for no resumed children upfront. Simplify wait loop.
1368 Check for zombie thread group leaders after handling all wait
1369 statuses. Return TARGET_WAITKIND_NO_RESUMED if there no
1370 unwaited-for children left.
1371 * infrun.c (fetch_inferior_event): Handle TARGET_WAITKIND_NO_RESUMED.
1372 (handle_inferior_event): Handle TARGET_WAITKIND_NO_RESUMED.
1373 (normal_stop): Handle TARGET_WAITKIND_NO_RESUMED.
1374 * target.h (enum target_waitkind) <TARGET_WAITKIND_NO_RESUMED>: New.
1375
821296b7
SA
13762011-10-28 Sterling Augustine <saugustine@google.com>
1377
1378 * psymtab.c (map_symbol_filenames_psymtab): Call QUIT.
1379 * symtab.c (free_completion_list): New function.
1380 (do_free_completion_list): Likewise.
1381 (default_make_symbol_completion_list_break_on): New variable
1382 back_to. Call make_cleanup and discard_cleanups.
1383 (make_source_files_completion_list): Likewise.
1384
03c3051a
PK
13852011-10-28 Paul Koning <paul_koning@dell.com>
1386
1387 * python/lib/gdb/types.py (deep_items): Rename from deepitems.
1388 * NEWS: Mention deep_items.
1389
8e7ebaf5
PA
13902011-10-28 Alen Skondro <askondro@gmail.com>
1391
8de33dc2 1392 * ser-tcp.c [USE_WIN32API] (ETIMEDOUT): Don't define if already
8e7ebaf5
PA
1393 defined.
1394
e0c6ef61
MI
13952011-10-27 Meador Inge <meadori@codesourcery.com>
1396
1397 * MAINTAINERS (Write After Approval): Add myself to the list.
1398
b56d6f31
JB
13992011-10-27 Joel Brobecker <brobecker@adacore.com>
1400
1401 * value.h (read_frame_register_value): Add declaration.
1402 * findvar.c (read_frame_register_value): New function.
1403 (value_from_register): Use read_frame_register_value
1404 instead of get_frame_register_value + value_contents_copy
1405 to get value contents.
1406
d234ef5c
DE
14072011-10-27 Doug Evans <dje@google.com>
1408
1409 * cli/cli-cmds.c (source_script_with_search): Pass full path to
1410 source_script_from_stream if it may have been found on the search path.
1411 * python/py-auto-load.c (source_section_scripts): Pass full path to
1412 source_python_script_for_objfile.
1413 * python/python.c (source_python_script): Delete stream parameter.
1414 All callers updated.
1415 (source_python_script_for_objfile): Ditto.
1416 * python/python-internal.h (source_python_script_for_objfile): Update.
1417 * python/python.h (source_python_script): Update.
1418
d849d44f
TT
14192011-10-27 Tom Tromey <tromey@redhat.com>
1420
1421 * ada-lang.h (ada_start_decode_line_1, ada_finish_decode_line_1)
1422 (ada_sals_for_line): Remove declarations.
1423
2231f1fb
KP
14242011-10-27 Kevin Pouget <kevin.pouget@st.com>
1425
1426 Move unwind reasons to an external .def file
1427 * frame.c (frame_stop_reason_string): Rewrite using
1428 unwind_stop_reasons.def.
1429 * frame.h (enum unwind_stop_reason): Likewise.
1430 * python/py-frame.c (gdbpy_initialize_frames): Likewise.
1431 (gdbpy_frame_stop_reason_string): Use new enum unwind_stop_reason
1432 constants for bound-checking.
1433 * unwind_stop_reasons.def: New file.
1434 * stack.c (backtrace_command_1): Handle UNWIND_FIRST_ERROR as an alias
1435 instead of a distinct value.
1436
f77b9a5d
PM
14372011-10-27 Phil Muldoon <pmuldoon@redhat.com>
1438
1439 PR python/13331
1440
1441 * python/py-function.c (fnpy_call): Check 'args' is not NULL.
1442 (convert_values_to_python): Return on Python tuple allocation
1443 failure. Return NULL on value conversion error.
1444
76dce0be
PM
14452011-10-27 Phil Muldoon <pmuldoon@redhat.com>
1446
1447 * python/py-breakpoint.c (bppy_set_enabled): Use TRY_CATCH.
1448 (bppy_set_task): Ditto.
1449 (bppy_delete_breakpoint): Ditto.
1450 * python/py-symbol.c (gdbpy_lookup_symbol): Ditto.
1451 (gdbpy_lookup_global_symbol): Ditto.
1452 * python/py-lazy-string.c (stpy_convert_to_value): Ditto.
1453 * python/py-frame.c (frapy_is_valid): Ditto.
1454 (frame_info_to_frame_object): Ditto.
1455 * python/py-type.c (typy_lookup_type): Ditto.
1456 (typy_getitem): Ditto.
1457 (typy_has_key): Ditto.
1458 (typy_richcompare): Use TRY_CATCH. Do not return Py_NE on error.
1459
f17b6955
JB
14602011-10-26 Joel Brobecker <brobecker@adacore.com>
1461
1462 * gdbarch.h: Regenerate.
1463
86ba1042
JB
14642011-10-26 Meador Inge <meadori@codesourcery.com>
1465
1466 * gdbarch.sh (function_list): Use 'pstring' when printing
1467 'gcore_bfd_target'.
1468 * gdbarch.c: Regenerate.
1469
c34fd852
UW
14702011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
1471
1472 * regcache.c (registers_changed_ptid): Invalidate thread architecture
1473 and frame caches if PTID refers to all threads of a process.
1474
931bb47f
UW
14752011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
1476
1477 * spu-tdep.c (spu_catch_start): Pass non-NULL breakpoint ops
1478 to create_breakpoint.
1479
88aed45e
UW
14802011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
1481
1482 * ppc-sysv-tdep.c (ppc_sysv_use_opencl_abi): New function.
1483 (ppc_sysv_abi_push_dummy_call): Use it.
1484 (do_ppc_sysv_return_value): Likewise.
1485 (ppc64_sysv_abi_push_dummy_call): Likewise.
1486 (ppc64_sysv_abi_return_value): Likewise.
1487
3eaf3fa2
PK
14882011-10-26 Paul Koning <paul_koning@dell.com>
1489
1490 * python/lib/gdb/types.py (deepitems): New function.
1491
913460fc
PK
14922011-10-25 Paul Koning <paul_koning@dell.com>
1493
1494 PR python/13327
1495
1496 * python/py-value.c (value_to_value_object): Remove fetching of
1497 the value if it was lazy.
1498 (valpy_get_is_lazy): New function.
1499 (valpy_fetch_lazy): New function.
1500
2b5b9d09
JB
15012011-10-24 Joel Brobecker <brobecker@adacore.com>
1502
1503 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Do not check
1504 FUNC_TYPE's calling convention if FUNC_TYPE is not a function.
1505
e21ffe51
PA
15062011-10-24 Pedro Alves <pedro@codesourcery.com>
1507
1508 * linux-nat.c (linux_handle_extended_wait): When handling a clone
1509 event, in non-stop, if not stopping, make sure the new lwp has
1510 last_resume_kind set to resume_continue. Assert that when we're
1511 resuming the new lwp, its last_resume_kind is resume_continue.
1512
7aee8dc2
PA
15132011-10-24 Pedro Alves <pedro@codesourcery.com>
1514
1515 * infrun.c (handle_inferior_event): Don't assume inferior_ptid is
1516 already set when marking the event thread as not executing in
1517 non-stop mode.
1518
4b4e080e
PA
15192011-10-24 Pedro Alves <pedro@codesourcery.com>
1520
1521 * infrun.c (handle_inferior_event): Add debug output for
1522 TARGET_WAITKIND_NO_HISTORY.
1523
baacfb07
PM
15242011-10-24 Phil Muldoon <pmuldoon@redhat.com>
1525
1526 * NEWS: Move set/show extended-prompt to "New Options". Expand
1527 description. Fix typos.
1528
8432bc41
PM
15292011-10-24 Phil Muldoon <pmuldoon@redhat.com>
1530
1531 PR python/13310
1532
1533 * python/py-param.c (call_doc_function): Correctly deference on
1534 function exit.
1535
6cda5a20
JB
15362011-10-21 Joel Brobecker <brobecker@adacore.com>
1537
1538 * ada-tasks.c (print_ada_task_info): Fix computation of
1539 number of tasks displayed in command output.
1540
13294f7d
JK
15412011-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1542 Ulrich Weigand <uweigand@de.ibm.com>
1543
1544 * dwarf2-frame-tailcall.c: Include dwarf2-frame.h.
1545 (dwarf2_tailcall_prev_register_first): Use dwarf2_frame_cfa.
1546 (dwarf2_tailcall_sniffer_first): Remove variable pc_regnum. Replace
1547 gdbarch_pc_regnum and frame_unwind_register_unsigned by
1548 gdbarch_unwind_pc.
1549
460c1c54
CC
15502011-10-20 Cary Coutant <ccoutant@google.com>
1551
1552 * dwarf2read.c (dw2_get_file_names): Move adjustment for type
1553 section to...
1554 (partial_read_comp_unit_head): ...here. Add is_debug_type_section
1555 flag. Adjust all callers.
1556 (process_psymtab_comp_unit): Remove adjustment for type section.
1557
a10964d1
AR
15582011-10-20 Aleksandar Ristovski <aristovski@qnx.com>
1559
1560 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Changed function
1561 arguments by adding OBJFILE. Instead of getting objfile from
1562 symbol's symtab, use new argument OBJFILE.
1563 * cp-support.h (cp_scan_for_anonymous_namespaces): Changed function
1564 arguments by adding OBJFILE.
1565 * gdb/dwarf2read.c (new_symbol_full): Change call to
1566 cp_scan_for_anonymous_namespaces to match new signature.
1567 * gdb/stabsread.c (define_symbol): Change call to
1568 cp_scan_for_anonymous_namespaces to match new signature.
1569
27ca1a5b
PM
15702011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1571
1572 PR python/13308
1573 PR python/13309
1574
1575 * python/py-breakpoint.c (gdbpy_breakpoints): Fix List reference
1576 leak.
1577 * python/py-inferior.c (gdbpy_inferiors): Fix List reference
1578 leak. Delete unused variables.
1579
9df2fbc4
PM
15802011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1581
1582 PR python/12656
1583
1584 * python/py-frame.c (frapy_read_var): Use const struct *block.
1585 * python/py-type.c (typy_lookup_typename): Likewise.
1586 (typy_lookup_type): Likewise.
1587 (typy_legacy_template_argument): Likewise.
1588 (typy_template_argument): Likewise.
1589 (gdbpy_lookup_type): Likewise.
1590 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
1591 * python/py-block.c (blpy_block_object): Likewise.
1592 (blpy_iter): Likewise.
1593 (blpy_get_start): Likewise.
1594 (blpy_get_end): Likewise.
1595 (blpy_get_function): Likewise.
1596 (blpy_get_superblock): Likewise.
1597 (set_block): Likewise.
1598 (block_to_block_object): Likewise.
1599 (block_object_to_block): Likewise.
1600 (blpy_is_valid): Likewise.
1601 (blpy_get_global_block): New function.
1602 (blpy_get_static_block): New function.
1603 (blpy_is_global): New function.
1604 (blpy_is_static): New function.
1605 * blockframe.c (block_innermost_frame): Likewise.
1606 * valops.c (value_of_variable): Likewise.
1607 * frame.h: Update prototypes.
1608 * python/python-internal.h: Likewise.
1609 * value.h: Likewise.
1610
4743b735
CC
16112011-10-19 Cary Coutant <ccoutant@google.com>
1612
1613 * dwarf2read.c (create_debug_types_hash_table): Fix size of
1614 type_offset field.
1615
6caca83c
CC
16162011-10-19 Cary Coutant <ccoutant@google.com>
1617
1618 * dwarf2read.c (peek_abbrev_code): New function.
1619 (dw2_get_file_names): Check for dummy compilation units.
1620 (create_debug_types_hash_table): Likewise.
1621 (process_psymtab_comp_unit): Likewise.
1622 (load_partial_comp_unit): Likewise.
1623 (load_full_comp_unit): Likewise.
1624
43136979
AR
16252011-10-18 Aleksandar Ristovski <aristovski@qnx.com>
1626
1627 * solib-svr4.c (read_program_header): New variables pt_phdr, pt_phdr_p,
1628 initialize them from target PT_PHDR p_vaddr, relocate sect_addr by
1629 pt_phdr if PT_PHDR was found.
1630
0a07729b
TT
16312011-10-17 Joost van der Sluis <joost@cnoc.nl>
1632
1633 * gdbtypes.h: Added TYPE_SAFE_NAME macro to get the name of a
1634 type or "<unnamed type"> when there is no name assigned.
1635 * gnu-v3-abi.c (gnuv3_rtti_type): Use TYPE_SAFE_NAME macro to
1636 avoid a sigint when no name is assigned.
1637
21ae7a4d
JK
16382011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1639
1640 Revert:
1641 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1642 * dwarf2expr.c (ctx_no_read_reg): New function.
1643 * dwarf2expr.h (ctx_no_read_reg): New declaration.
1644 * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
1645 (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
1646 (decode_locdesc): Replace by a caller of dwarf_expr_eval.
1647
32d1c362
DE
16482011-10-16 Doug Evans <dje@google.com>
1649
1650 * NEWS: Document python gdb.printing.register_pretty_printer's new
1651 `replace' parameter.
1652
da096638
KS
16532011-10-14 Keith Seitz <keiths@redhat.com>
1654
1655 PR c++/13225
1656 * eval.c (evaluate_subexp_standard): Do not construct
1657 an array of types; pass the value array directly to
1658 find_overload_match.
1659 * gdbtypes.h (NULL_POINTER_CONVERSION_BADNESS): Declare.
1660 (rank_function): Take an array of values instead of types.
1661 (rank_one_type): Add struct value * parameter.
1662 * gdbtypes.c (NULL_POINTER_CONVERSION_BADNESS): Define.
1663 (rank_function): For each argument, pass the argument's
1664 value to rank_one_type.
1665 (rank_one_type): Add VALUE parameter.
1666 If the parameter type is a pointer and the argument type
1667 is an integer, return NULL_POINTER_CONVERSION_BADNESS if
1668 VALUE is zero.
1669 Update all calls to rank_one_type, passing NULL for new
1670 VALUE parameter.
1671 * valarith.c (value_user_defined_cpp_op): Do not construct
1672 an array of types; pass the value array directly to
1673 find_overload_match.
1674 * valops.c (find_overload_method_list): Take an array of
1675 values instead of types.
1676 Save the type of OBJP for later use.
1677 Update calls to find_oload_champ, and find_oload_champ_namespace.
1678 (find_oload_champ_namespace): Take an array of values instead
1679 of types.
1680 (find_oload_champ_namespace_loop): Likewise.
1681 (find_oload_champ): Likewise.
1682 (classify_oload_match): Inspect all arguments
1683 until INCOMPATIBLE is found. Return the worst badness found
1684 otherwise.
1685 (compare_parameters): Update call to rank_one_type.
1686 * value.h (find_overload_match): Take an array of values instead
1687 of types.
1688
3957565a
JK
16892011-10-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1690
1691 Drop lazy lm_info reading.
1692 * solib-svr4.c (struct lm_info): Remove field lm. New fields l_addr_p,
1693 l_addr_inferior, l_ld, l_next, l_prev and l_name.
1694 (lm_info_read): New function.
1695 (lm_addr_from_link_map, lm_dynamic_from_link_map): Remove.
1696 (lm_addr_check): Use l_addr_p. No longer use lm_addr_from_link_map and
1697 lm_dynamic_from_link_map.
1698 (lm_next, lm_prev, lm_name): Remove.
1699 (svr4_keep_data_in_core): Use lm_info_read, drop the lm_info entries
1700 initialization incl. read_memory. No longer use lm_name.
1701 (svr4_free_so): Drop lm_info->lm freeing.
1702 (svr4_default_sos): Initialize lminfo with zeroes. Use l_addr_p. Drop
1703 explicit lm_addr and lm initialization.
1704 (svr4_read_so_list): Use lm_info_read, drop the initailization of
1705 fields by hand, incl. read_memory. No longer use lm_next, lm_prev and
1706 lm_name.
1707
cb08cc53
JK
17082011-10-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1709 Paul Pluzhnikov <ppluzhnikov@google.com>
1710
1711 * defs.h (struct so_list): New forward declaration.
1712 (make_cleanup_free_so): New declaration.
1713 * solib-svr4.c (ignore_first_link_map_entry): Remove.
1714 (svr4_free_so): Move the function here from downwards. Handle NULL
1715 so->lm_info.
1716 (svr4_free_library_list): New.
1717 (svr4_read_so_list): New, moved here code from svr4_current_sos.
1718 Use more cleanups. Use new parameter ignore_first instead of
1719 ignore_first_link_map_entry.
1720 (svr4_current_sos): New variable ignore_first, initialize it. New
1721 variable back_to, use it for svr4_free_library_list protection.
1722 (svr4_free_so): Remove - move upwards.
1723 * utils.c: Include solist.h.
1724 (do_free_so, make_cleanup_free_so): New functions.
1725
22c05d8a
JK
17262011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1727
1728 Fix internal error regression.
1729 * value.c (value_primitive_field): Handle value_optimized_out. Move
1730 packed bitfields comment.
1731
d930d06e
TT
17322011-10-13 Tom Tromey <tromey@redhat.com>
1733
1734 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Ensure GIL is
1735 always released.
1736
2ff6b080
TT
17372011-10-13 Tom Tromey <tromey@redhat.com>
1738
1739 * python/py-type.c (typy_has_key): Make 'field' const.
1740
d6c5869f
LM
17412011-10-13 Luis Machado <lgustavo@codesourcery.com>
1742
1743 * remote.c (remote_save_trace_data): Invert comparison.
1744
a70633a2
LM
17452011-10-13 Luis Machado <lgustavo@codesourcery.com>
1746
1747 * tracepoint.c (trace_save_command): Use filename instead of
1748 args when printing.
1749
e103e986
JK
17502011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1751
1752 * dwarf2read.c (dwarf2_fetch_die_location_block): Initialize .data even
1753 if .size is 0.
1754
db24da6d
YQ
17552011-10-13 Yao Qi <yao@codesourcery.com>
1756
1757 PR gdb/12703
1758 * arm-tdep.c (thumb_analyze_prologue): Call thumb_insn_size to check
1759 whether insn is a 32-bit Thumb-2 instruction.
1760 (thumb_in_function_epilogue_p): Likewise.
1761 (thumb_get_next_pc_raw): Likewise.
1762 (arm_breakpoint_from_pc): Likewise.
1763
1d6edc3c
JK
17642011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1765
1766 Fix empty DWARF expressions DATA vs. SIZE conditionals.
1767 * dwarf2loc.c (dwarf2_find_location_expression): Clear *LOCEXPR_LENGTH.
1768 (dwarf_expr_frame_base_1): Indicate unavailability via zero *LENGTH.
1769 (locexpr_tracepoint_var_ref): Check only zero SIZE, not zero DATA.
1770 (loclist_read_variable, loclist_tracepoint_var_ref): Do not check for
1771 zero DATA.
1772 * dwarf2loc.h (struct dwarf2_locexpr_baton): Comment DATA vs. SIZE
1773 validity.
1774 * dwarf2read.c (struct dwarf_block): Comment DATA validity.
1775 (dwarf2_fetch_die_location_block, dwarf2_symbol_mark_computed): Do not
1776 clear DATA on zero SIZE.
1777
adabb602
DE
17782011-10-12 Doug Evans <dje@google.com>
1779
1780 * dwarf2read.c (partial_read_comp_unit_head): Set header->offset,
1781 header->first_die_offset here. All callers updated.
1782
5048e516
JK
17832011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1784
1785 Fix compatibility with texinfo versions older than 4.12.
1786 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1787 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1788 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1789 (FLAGS_TO_PASS): Add MAKEINFOFLAGS and MAKEINFO_EXTRA_FLAGS.
1790 * configure: Regenerate.
1791 * configure.ac (MAKEINFO): Find it, from libiberty/configure.ac.
1792 (MAKEINFOFLAGS): Pre-set it to --split-size=5000000.
1793 (MAKEINFO_EXTRA_FLAGS): New test for -DHAVE_MAKEINFO_CLICK.
1794
0574c78f
GB
17952011-10-12 Gary Benson <gbenson@redhat.com>
1796
1797 * breakpoint.h (pc_at_non_inline_function): Declare.
1798 * breakpoint.c (is_non_inline_function,
1799 pc_at_non_inline_function): New functions.
1800 * infrun.c (handle_inferior_event): Don't call skip_inline_frames
1801 if the stop is at a location where functions cannot be inlined.
1802
12d9289a
PA
18032011-10-12 Pedro Alves <pedro@codesourcery.com>
1804
1805 * linux-nat.c (stop_and_resume_callback): Don't re-resume LWPs if
1806 the core wanted them stopped, or if they now have a pending event
1807 to report.
ecf8e7f5
PA
1808 (linux_nat_filter_event): New parameter `new_pending_p'. Pass it
1809 down to stop_and_resume_callback.
1810 (linux_nat_wait_1): Always clear `options' when retrying. Handle
1811 having new pending events after calling linux_nat_filter_event.
12d9289a 1812
96408a79
SA
18132011-10-11 Sterling Augustine <saugustine@google.com>
1814
1815 * dwarf2read.c: Undo inadvertent changes in previous commit.
1816
9c6c53f7
SA
18172011-10-11 Sterling Augustine <saugustine@google.com>
1818
1819 * dwarf2read.c (partial_die_parent_scope): Rearrange conditional
1820 logic.
1821
0e8aefe7
UW
18222011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
1823
1824 * symfile.c (separate_debug_file_exists): Fix condition.
1825
349d1385
DM
18262011-10-11 David S. Miller <davem@davemloft.net>
1827
1828 * regcache.c (regcache_restore): Do not write unavailable regs, mark
1829 static.
1830 * regcache.h (regcache_restore): Remove declaration.
1831
205c306f
DM
1832 * gdbarch.sh: New field 'long_long_align_bit'.
1833 * gdbarch.c, gdbarch.h: Regenerate.
1834 * i386-tdep.c (i386_gdbarch_init): Set long_long_align_bit to 32.
1835 * jit.c (jit_read_code_entry): Use it to determine correct size offset.
1836
941b2081
JK
18372011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1838
1839 Revert this part of:
1840 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1841 Support @entry in input expressions.
1842 * c-exp.y (ENTRY, unknown_cpp_name): New.
1843 (exp: UNKNOWN_CPP_NAME): Change to `exp: unknown_cpp_name'.
1844 (unknown_cpp_name: UNKNOWN_CPP_NAME, unknown_cpp_name: ENTRY)
1845 (variable: name_not_typename '@' ENTRY, name: ENTRY)
1846 (name_not_typename: ENTRY): New.
1847 (yylex): Recognize ENTRY.
1848
1849 Reimplement @entry in input expressions.
1850 * c-exp.y (ENTRY): New.
1851 (variable: name_not_typename ENTRY): New.
1852 (lex_one_token): Optionally return ENTRY instead of the '@' lex.
1853
3c4d7e12
PA
18542011-10-11 Pedro Alves <pedro@codesourcery.com>
1855
1856 * linux-nat.c (linux_handle_extended_wait): Always dump both the
1857 parent and child's pids as soon as we detect a clone event.
1858 Adjust another debug message.
1859
ea23808b
PA
18602011-10-11 Pedro Alves <pedro@codesourcery.com>
1861
1862 * linux-nat.c (linux_lwp_is_zombie): Return early if the LWP is
1863 not zombie instead of reading the whole file.
1864
904578ed
JK
18652011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1866
1867 Fix separate debuginfo warning with "remote:" access.
1868 * objfiles.h (struct objfile): New fields crc32 and crc32_p.
1869 * symfile.c (get_file_crc): New function with the code moved from ...
1870 (separate_debug_file_exists): ... this function, specifically variables
1871 buffer and count. New variable verified_as_different, set it. Remove
1872 file_crc initialization. Verify also if both files are not the same
1873 manually, if needed.
1874
51370a33
YQ
18752011-10-11 Yao Qi <yao@codesourcery.com>
1876
1877 * arm-tdep.c (arm_get_next_pc_raw): Use read_memory_unsigned_integer
1878 to get address.
1879
0838fb57
DE
18802011-10-10 Doug Evans <dje@google.com>
1881
1882 * linux-thread-db.c (thread_db_new_objfile): Only try to load
1883 libthread_db when we load libpthread or the main symbol file.
1884 (thread_db_inferior_created): New function.
1885 (_initialize_thread_db): Attach inferior_created observer.
1886 * linux-nat.c (linux_child_post_attach): Remove call to
1887 check_for_thread_db.
1888 (linux_child_post_startup_inferior): Ditto.
1889 * objfiles.h (OBJF_MAINLINE): Define.
1890 * symfile.c (symbol_file_add_with_addrs_or_offsets): Pass it to
1891 allocate_objfile when appropriate.
1892
623bd5b7
UW
18932011-10-10 Ulrich Weigand <ulrich.weigand@linaro.org>
1894
1895 PR gdb/13218
1896 * arm-linux-nat.c (os_version, os_major, os_minor, os_release):
1897 Remove unused variables.
1898 (get_linux_version): Remove function.
1899 (_initialize_arm_linux_nat): Do not call it.
1900
79395f92
PA
19012011-10-10 Pedro Alves <pedro@codesourcery.com>
1902
1903 * linux-nat.c (linux_handle_extended_wait): Don't resume the new
1904 new clone lwp if the core asked it to stop. Don't pass on
1905 unexpected signals to the new clone; leave them pending instead.
1906
eff3df78
PA
19072011-10-10 Pedro Alves <pedro@codesourcery.com>
1908
1909 * linux-nat.c (resume_lwp): Remove redundant debug output.
1910
4b60df3d
PA
19112011-10-10 Pedro Alves <pedro@codesourcery.com>
1912
1913 * linux-nat.c (linux_nat_wait_1): Copy the event lwp's
1914 last_resume_kind before clearing it, and use the copy instead to
1915 determine whether to report a SIGSTOP as TARGET_SIGNAL_0. Use
1916 resume_clear_callback in the non-stop path too.
1917
6501578c
YQ
19182011-10-09 Yao Qi <yao@codesourcery.com>
1919
1920 * valprint.c (value_check_printable): Add one parameter OPTIONS.
1921 Honor OPTIONS and VAL's type.
1922 (common_val_print, value_print): Update to pass one more parameter.
1923
5a56e9c5
DE
19242011-10-09 Doug Evans <dje@google.com>
1925
1926 Add new "alias" command.
1927 * NEWS: Mention new command.
1928 * command.h (valid_user_defined_cmd_name_p): Declare.
1929 * defs.h (make_cleanup_dyn_string_delete): Declare.
1930 * utils.c: #include "dyn-string.h".
1931 (do_dyn_string_delete, make_cleanup_dyn_string_delete): New functions.
1932 * cli/cli-cmds.c: #include "dyn-string.h".
1933 (argv_to_dyn_string, valid_command_p, alias_command): New functions.
1934 (init_cli_cmds): Add new command.
1935 * cli/cli-decode.c (valid_user_defined_cmd_name_p): New function.
1936
509f0fd9
JK
19372011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1938
1939 Fix compatibility with older GCCs.
1940 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Initialize parameter.
1941 * stack.c (read_frame_arg): Initialize val_deref.
1942
2bda9cc5
JK
19432011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1944
1945 Entry values NEWS entries, DWARF disassembly support.
1946 * NEWS: New entry values entry.
1947 (set print entry-values, show print entry-values)
1948 (set debug entry-values, show debug entry-values): New entries.
1949 * dwarf2loc.c (disassemble_dwarf_expression): New parameters start and
1950 indent. Remove variable start. Move header printing out. Respect
1951 INDENT. Support DW_OP_GNU_entry_value.
1952 (locexpr_describe_location_1): Move the header printing here, extend
1953 the disassemble_dwarf_expression passed parameters.
1954
a471c594
JK
19552011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1956
1957 Display @entry parameter values even for references.
1958 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_REF>: Try also
1959 coerce_ref_if_computed.
1960 * c-valprint.c (c_val_print) <TYPE_CODE_REF>: Likewise.
1961 * dwarf2expr.c (dwarf_block_to_dwarf_reg_deref): New function.
1962 (execute_stack_op) <DW_OP_GNU_entry_value>: Add -1 deref_size to the
1963 existing push_dwarf_reg_entry_value call. Add new detection calling
1964 dwarf_block_to_dwarf_reg_deref. Update the error message.
1965 (ctx_no_push_dwarf_reg_entry_value): New parameter deref_size.
1966 * dwarf2expr.h
1967 (struct dwarf_expr_context_funcs) <push_dwarf_reg_entry_value>: Add new
1968 parameter deref_size, describe it in the comment.
1969 (ctx_no_push_dwarf_reg_entry_value): Add new parameter deref_size.
1970 (dwarf_block_to_dwarf_reg_deref): New declaration.
1971 * dwarf2loc.c (dwarf_entry_parameter_to_value): Add new parameter
1972 deref_size, describe it in the function comment. New variables
1973 data_src and size, fetch the alternative block accoring to DEREF_SIZE.
1974 (dwarf_expr_push_dwarf_reg_entry_value): Add new parameter deref_size,
1975 describe it in the function comment. Fetch the alternative block
1976 accoring to DEREF_SIZE.
1977 (entry_data_value_coerce_ref, entry_data_value_copy_closure)
1978 (entry_data_value_free_closure, entry_data_value_funcs): New.
1979 (value_of_dwarf_reg_entry): New variables checked_type, target_type,
1980 outer_val, target_val, val and addr. Try to fetch and create also
1981 referenced value content.
1982 (pieced_value_funcs): NULL value for coerce_ref.
1983 (needs_dwarf_reg_entry_value): Add new parameter deref_size.
1984 * f-valprint.c (f_val_print) <TYPE_CODE_REF>: Try also
1985 coerce_ref_if_computed.
1986 * opencl-lang.c (opencl_value_funcs): NULL value for coerce_ref.
1987 * p-valprint.c (pascal_val_print) <TYPE_CODE_REF>: Likewise.
1988 * stack.c (read_frame_arg): Compare also dereferenced values.
1989 * value.c (value_computed_funcs): Make the parameter v const, use
1990 value_lval_const for it.
1991 (value_lval_const, coerce_ref_if_computed): New function.
1992 (coerce_ref): New variable retval. Call also coerce_ref_if_computed.
1993 * value.h (struct lval_funcs): New field coerce_ref.
1994 (value_computed_funcs): Make the parameter v const.
1995 (value_lval_const, coerce_ref_if_computed): New declarations.
1996
36b11add
JK
19972011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1998
1999 Support @entry in input expressions.
2000 * c-exp.y (ENTRY, unknown_cpp_name): New.
2001 (exp: UNKNOWN_CPP_NAME): Change to `exp: unknown_cpp_name'.
2002 (unknown_cpp_name: UNKNOWN_CPP_NAME, unknown_cpp_name: ENTRY)
2003 (variable: name_not_typename '@' ENTRY, name: ENTRY)
2004 (name_not_typename: ENTRY): New.
2005 (yylex): Recognize ENTRY.
2006 * eval.c (evaluate_subexp_standard): Support also OP_VAR_ENTRY_VALUE.
2007 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
2008 Likewise.
2009 * parse.c (operator_length_standard): Likewise.
2010 * std-operator.def: New operator OP_VAR_ENTRY_VALUE.
2011
3343315b
JK
20122011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2013
2014 Display referenced values in backtraces.
2015 * printcmd.c (print_variable_and_value): Set OPTS.DEREF_REF to 1.
2016 * stack.c (print_frame_arg): Likewise.
2017
ac71a68c
JK
20182011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2019
2020 Make some lval_funcs methods to default on NULL.
2021 * valops.c (value_fetch_lazy): Check if lval_computed read method is
2022 NULL.
2023 (value_assign): Check if lval_computed write method is NULL.
2024 * value.h (struct lval_funcs): Comment NULL values for read and write
2025 methods.
2026
e18b2753
JK
20272011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2028
2029 Display @entry parameter values (without references).
2030 * dwarf2expr.c (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset):
2031 New functions.
2032 * dwarf2expr.h (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset):
2033 New declarations.
2034 * dwarf2loc.c (dwarf2_find_location_expression): Support location list
2035 entry record.
2036 (dwarf_entry_parameter_to_value, value_of_dwarf_reg_entry)
2037 (value_of_dwarf_block_entry, locexpr_read_variable_at_entry): New
2038 functions.
2039 (dwarf2_locexpr_funcs): Install locexpr_read_variable_at_entry.
2040 (loclist_read_variable_at_entry): New function.
2041 (dwarf2_loclist_funcs): Install loclist_read_variable_at_entry.
2042 * dwarf2read.c (read_call_site_scope): Support also DW_OP_fbreg in
2043 DW_AT_location, call dwarf_block_to_sp_offset for it.
2044 * frame.h (print_entry_values_no, print_entry_values_only)
2045 (print_entry_values_preferred, print_entry_values_if_needed)
2046 (print_entry_values_both, print_entry_values_compact)
2047 (print_entry_values_default, print_entry_values): New declarations.
2048 (struct frame_arg): New field entry_kind.
2049 (read_frame_arg): New parameter entryargp.
2050 * mi/mi-cmd-stack.c (list_arg_or_local): New gdb_assert for
2051 arg->entry_kind. Optionally print the `@entry' suffix.
2052 (list_args_or_locals): New variable entryarg, initialize it.
2053 Initialize also entry_kind of arg and entryarg. Conditionalize
2054 list_arg_or_local for arg, add list_arg_or_local for entryarg. Call
2055 xfree for entryarg.error.
2056 * stack.c (print_entry_values_no, print_entry_values_only)
2057 (print_entry_values_preferred, print_entry_values_if_needed)
2058 (print_entry_values_both, print_entry_values_compact)
2059 (print_entry_values_default, print_entry_values_choices)
2060 (print_entry_values): New variables.
2061 (print_frame_arg): New gdb_assert for arg->entry_kind. Optionally
2062 print the `@entry' suffix, possibly in combination for
2063 print_entry_values_compact.
2064 (read_frame_arg): New parameter entryargp, new variables entryval,
2065 entryval_error and val_equal. Read in also entryargp, respect
2066 print_entry_values, compare the values using val_equal, fill in also
2067 argp->entry_kind (together with entryargp->entry_kind).
2068 (print_frame_args): New variable entryarg, initialize it.
2069 Conditionalize print_frame_arg for arg, add print_frame_arg for
2070 entryarg. Call xfree for entryarg.error.
2071 (_initialize_stack): Call add_setshow_enum_cmd for `entry-values'.
2072 * symtab.h (struct symbol_computed_ops): New field
2073 read_variable_at_entry.
2074
93d86cef
JK
20752011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2076
2077 Code reshuffle.
2078 * frame.h (struct frame_arg): New definition.
2079 (read_frame_arg): New declaration.
2080 * mi/mi-cmd-stack.c (list_arg_or_local): New functiom from ...
2081 (list_args_or_locals): ... the code here. New variable arg, call
2082 read_frame_arg and list_arg_or_local with it. Unify the
2083 PRINT_SIMPLE_VALUES and PRINT_ALL_VALUES cases. Call xfree for
2084 arg.error.
2085 * stack.c (print_frame_arg): New functiom from the code of
2086 print_frame_args.
2087 (read_frame_arg): New function.
2088 (print_frame_args): Remove variable val. New variable arg, call
2089 read_frame_arg and print_frame_arg with it. Call xfree for arg.error.
2090
2d6c5dc2
JK
20912011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2092
2093 Protect entry values against self tail calls.
2094 * dwarf2loc.c (VEC (CORE_ADDR), func_verify_no_selftailcall): New.
2095 (dwarf_expr_dwarf_reg_entry_value): Call func_verify_no_selftailcall.
2096
111c6489
JK
20972011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2098
2099 Recognize virtual tail call frames.
2100 * Makefile.in (SFILES): Add dwarf2-frame-tailcall.c.
2101 (HFILES_NO_SRCDIR): Add dwarf2-frame-tailcall.h.
2102 (COMMON_OBS): Add dwarf2-frame-tailcall.o.
2103 * dwarf2-frame-tailcall.c: New file.
2104 * dwarf2-frame-tailcall.h: New file.
2105 * dwarf2-frame.c: Include dwarf2-frame-tailcall.h.
2106 (execute_cfa_program): New function comment. Return INSN_PTR. Reset
2107 REGS.PREV only after CIE execution.
2108 (struct dwarf2_frame_cache): New field tailcall_cache.
2109 (dwarf2_frame_cache): New variables entry_pc, entry_cfa_sp_offset,
2110 entry_cfa_sp_offset_p and instr. Execute FDE instructions in two
2111 parts, try to find entry_cfa_sp_offset. Call
2112 dwarf2_tailcall_sniffer_first.
2113 (dwarf2_frame_prev_register): Call dwarf2_tailcall_prev_register_first
2114 when appropriate.
2115 (dwarf2_frame_dealloc_cache): New function.
2116 (dwarf2_frame_sniffer): Preinitialize cache by dwarf2_frame_cache.
2117 (dwarf2_frame_unwind): Install dwarf2_frame_dealloc_cache.
2118 (dwarf2_signal_frame_unwind): Do not install dwarf2_frame_dealloc_cache.
2119 (dwarf2_append_unwinders): Add dwarf2_tailcall_frame_unwind.
2120 (dwarf2_frame_cfa): Support also dwarf2_tailcall_frame_unwind.
2121 * dwarf2loc.c (func_addr_to_tail_call_list)
2122 (tailcall_dump, call_sitep, VEC (call_sitep), chain_candidate)
2123 (call_site_find_chain_1, call_site_find_chain): New.
2124 * dwarf2loc.h (struct call_site_chain): New.
2125 (call_site_find_chain): New declaration.
2126 * frame.c (get_frame_address_in_block): Support also TAILCALL_FRAME.
2127 * frame.h (enum frame_type): New entry TAILCALL_FRAME.
2128 * python/py-frame.c (gdbpy_initialize_frames): Add TAILCALL_FRAME.
2129 * stack.c (frame_info): Support also TAILCALL_FRAME.
2130
bb984ff1
JK
21312011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2132
2133 Tail call sites reader implementation.
2134 * dwarf2read.c (read_call_site_scope): Recognize DW_AT_GNU_tail_call,
2135 fill in TYPE_TAIL_CALL_LIST.
2136 * gdbtypes.h (struct func_type): New field tail_call_list.
2137 (struct call_site): New field tail_call_next.
2138 (TYPE_TAIL_CALL_LIST): New definition.
2139
8e3b41a9
JK
21402011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2141
2142 Implement basic support for DW_TAG_GNU_call_site.
2143 * block.c: Include gdbtypes.h and exceptions.h.
2144 (call_site_for_pc): New function.
2145 * block.h (call_site_for_pc): New declaration.
2146 * defs.h: Include hashtab.h.
2147 (make_cleanup_htab_delete, core_addr_hash, core_addr_eq): New
2148 declarations.
2149 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Install
2150 ctx_no_push_dwarf_reg_entry_value.
2151 * dwarf2expr.c (read_uleb128, read_sleb128): Support R as NULL.
2152 (dwarf_block_to_dwarf_reg): New function.
2153 (execute_stack_op) <DW_OP_GNU_entry_value>: Implement it.
2154 (ctx_no_push_dwarf_reg_entry_value): New function.
2155 * dwarf2expr.h (struct dwarf_expr_context_funcs): New field
2156 push_dwarf_reg_entry_value.
2157 (ctx_no_push_dwarf_reg_entry_value, dwarf_block_to_dwarf_reg): New
2158 declarations.
2159 * dwarf2loc.c: Include gdbcmd.h.
2160 (dwarf_expr_ctx_funcs): New forward declaration.
2161 (entry_values_debug, show_entry_values_debug, call_site_to_target_addr)
2162 (dwarf_expr_reg_to_entry_parameter)
2163 (dwarf_expr_push_dwarf_reg_entry_value): New.
2164 (dwarf_expr_ctx_funcs): Install dwarf_expr_push_dwarf_reg_entry_value.
2165 (dwarf2_evaluate_loc_desc_full): Handle NO_ENTRY_VALUE_ERROR.
2166 (needs_dwarf_reg_entry_value): New function.
2167 (needs_frame_ctx_funcs): Install it.
2168 (_initialize_dwarf2loc): New function.
2169 * dwarf2loc.h (entry_values_debug): New declaration.
2170 * dwarf2read.c (struct dwarf2_cu): New field call_site_htab.
2171 (read_call_site_scope): New forward declaration.
2172 (process_full_comp_unit): Copy call_site_htab.
2173 (process_die): Support DW_TAG_GNU_call_site.
2174 (read_call_site_scope): New function.
2175 (dwarf2_get_pc_bounds): Support NULL HIGHPC.
2176 (dwarf_tag_name): Support DW_TAG_GNU_call_site.
2177 (cleanup_htab): Delete.
2178 (write_psymtabs_to_index): Use make_cleanup_htab_delete instead of it.
2179 * exceptions.h (enum errors): New NO_ENTRY_VALUE_ERROR.
2180 * gdb-gdb.py (StructMainTypePrettyPrinter): Support
2181 FIELD_LOC_KIND_DWARF_BLOCK.
2182 * gdbtypes.h (enum field_loc_kind): New entry
2183 FIELD_LOC_KIND_DWARF_BLOCK.
2184 (struct main_type): New loc entry dwarf_block.
2185 (struct call_site, FIELD_DWARF_BLOCK, SET_FIELD_DWARF_BLOCK)
2186 (TYPE_FIELD_DWARF_BLOCK): New.
2187 * python/py-type.c: Include dwarf2loc.h.
2188 (check_types_equal): Support FIELD_LOC_KIND_DWARF_BLOCK. New
2189 internal_error call on unknown FIELD_LOC_KIND.
2190 * symtab.h (struct symtab): New field call_site_htab.
2191 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete)
2192 (core_addr_hash, core_addr_eq): New functions.
2193
b6cdc2c1
JK
21942011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2195
2196 Code reshuffle.
2197 * gdb-gdb.py (StructMainTypePrettyPrinter): Change
2198 TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC. Move
2199 calling_convention under func_stuff there.
2200 * gdbtypes.c (make_function_type): Call INIT_FUNC_SPECIFIC.
2201 (init_type) <TYPE_CODE_FUNC>: Likewise.
2202 (recursive_dump_type): Change TYPE_SPECIFIC_CALLING_CONVENTION to
2203 TYPE_SPECIFIC_FUNC. New comment for tail_call_list.
2204 * gdbtypes.h (enum type_specific_kind): Change
2205 TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC.
2206 (struct main_type) <type_specific>: Change calling_convention to
2207 func_stuff. Move calling_convention to ...
2208 (struct func_type): ... this new struct.
2209 (INIT_FUNC_SPECIFIC): New #define.
2210 (TYPE_CALLING_CONVENTION): Change calling_convention to func_stuff.
2211
181cebd4
JK
22122011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2213
2214 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
2215 * dwarf2-frame.c (execute_stack_op): Initialize ctx->ref_addr_size.
2216 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Use
2217 ctx->ref_addr_size. Handle its invalid value.
2218 * dwarf2expr.h (struct dwarf_expr_context): New field ref_addr_size.
2219 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
2220 (dwarf2_loc_desc_needs_frame): Initialize ctx->ref_addr_size.
2221 * dwarf2loc.h (dwarf2_per_cu_ref_addr_size): New declaration.
2222 * dwarf2read.c (decode_locdesc): Initialize ctx->ref_addr_size.
2223 (dwarf2_per_cu_ref_addr_size): New function.
2224
c471e790
JK
22252011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2226
2227 Code cleanup.
2228 * dwarf2read.c (per_cu_header_read_in): New function.
2229 (dwarf2_per_cu_addr_size, dwarf2_per_cu_offset_size): Use it, with new
2230 variables cu_header_local and cu_headerp.
2231
741f5e3c
JK
22322011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2233
2234 Fix initial language detection with -readnow.
2235 * dwarf2read.c (dw2_find_symbol_file): Handle OBJF_READNOW case.
2236 * symfile.h (struct quick_symbol_functions): State find_symbol_file
2237 searches only for global symbols.
2238
a73d2258
JK
22392011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2240
2241 Fix printed anonymous struct name.
2242 * dwarf2read.c (fixup_partial_die): Handle for anonymous structs also
2243 DW_TAG_interface_type. Strip for anonymous structs any prefixes.
2244 (anonymous_struct_prefix): New function.
2245 (determine_prefix): New variables retval. Call anonymous_struct_prefix.
2246 (dwarf2_name): Strip for anonymous structs any prefixes.
2247
749fd4ea
DE
22482011-10-07 Doug Evans <dje@google.com>
2249
1fa57852
DE
2250 * python/lib/gdb/printing.py (register_pretty_printer): New argument
2251 `replace'.
2252
690a4937
DE
2253 * python/lib/gdb/printing.py: Whitespace cleanup.
2254
749fd4ea
DE
2255 * python/py-value.c (valpy_call): Initialize ftype to avoid compiler
2256 warning.
2257
4c38200f
PA
22582011-10-07 Pedro Alves <pedro@codesourcery.com>
2259
2260 * linux-nat.h (ALL_LWPS): Remove the ptid parameter.
2261 * amd64-linux-nat.c (amd64_linux_dr_set_control)
2262 (amd64_linux_dr_set_addr, amd64_linux_dr_unset_status): Adjust.
2263 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint)
2264 (arm_linux_remove_hw_breakpoint, arm_linux_insert_watchpoint)
2265 (arm_linux_remove_watchpoint): Adjust.
2266 * i386-linux-nat.c (i386_linux_dr_set_control)
2267 (i386_linux_dr_set_addr, i386_linux_dr_unset_status): Adjust.
2268 * ia64-linux-nat.c (ia64_linux_insert_watchpoint)
2269 (ia64_linux_remove_watchpoint): Adjust.
2270 * mips-linux-nat.c (write_watchpoint_regs): Adjust.
2271 * ppc-linux-nat.c (ppc_linux_insert_hw_breakpoint)
2272 (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
2273 (ppc_linux_insert_mask_watchpoint)
2274 (ppc_linux_remove_mask_watchpoint, ppc_linux_insert_watchpoint)
2275 (ppc_linux_remove_watchpoint): Adjust.
2276 * s390-nat.c (s390_insert_watchpoint, s390_remove_watchpoint):
2277 Adjust.
2278
b7ff339d
CV
22792011-10-07 Corinna Vinschen <vinschen@redhat.com>
2280
2281 * windows-nat.c: Include wchar.h to avoid compiler warnings.
2282 (clear_win32_environment): New function for Cygwin to clear out
2283 Win32 environment.
2284 (windows_create_inferior): Prepare new environment from in_env
2285 for Cygwin, too.
2286
f287c1f3
PM
22872011-10-07 Phil Muldoon <pmuldoon@redhat.com>
2288
5631e596 2289 PR python/13264
f287c1f3
PM
2290 * python/py-value.c (valpy_call): Check that arguments are
2291 a tuple.
2292 (is_intlike): Remove call to CHECK_TYPEDEF.
2293 (valpy_nonzero): Catch GDB exceptions.
2294 (valpy_absolute): Ditto.
2295 (valpy_lazy_string): Ditto.
2296 (valpy_call): Ditto.
2297 (valpy_get_is_optimized_out): Ditto.
2298 (valpy_long): Ditto.
2299 (valpy_float): Ditto.
2300 (valpy_int): Call CHECK_TYPEDEF. Catch GDB exceptions.
2301 (valpy_richcompare): Ditto.
2302
03583c20
UW
23032011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2304
2305 * inferior.h (disable_randomization): Declare.
2306 * infrun.c (disable_randomization): New global variable.
2307 (show_disable_randomization): New function.
2308 (set_disable_randomization): Likewise.
2309 (_initialize_infrun): Install set/show disable-randomization
2310 commands.
2311 * linux-nat.c (disable_randomization): Remove.
2312 (show_disable_randomization): Likewise.
2313 (set_disable_randomization): Likewise.
2314 (_initialize_linux_nat): No longer install set/show
2315 disable-randomization commands here.
2316 (linux_nat_supports_disable_randomization): New function.
2317 (linux_nat_add_target): Install it.
2318 * remote.c (PACKET_QDisableRandomization): New enum value.
2319 (remote_protocol_packets): Support QDisableRandomization.
2320 (_initialize_remote): Likewise.
2321 (remote_supports_disable_randomization): New function.
2322 (init_remote_ops): Install it.
2323 (extended_remote_supports_disable_randomization): New function.
2324 (init_extended_remote_ops): Install it.
2325 (extended_remote_disable_randomization): New function.
2326 (extended_remote_create_inferior_1): Call it.
2327 * target.h (struct target_ops): Add to_supports_disable_randomization.
2328 (target_supports_disable_randomization): Add prototype.
2329 * target.c (target_supports_disable_randomization): New function.
2330 (find_default_supports_disable_randomization): Likewise.
2331 (init_dummy_target): Install it.
2332
20c168b5
KP
23332011-10-07 Kevin Pouget <kevin.pouget@st.com>
2334
2335 Allow Python notification of new object-file loadings.
2336 * Makefile.in (SUBDIR_PYTHON_SRCS): Add py-newobjfilevent.c.
2337 (SUBDIR_PYTHON_OBS): Add py-newobjfileevent.o.
2338 Add build rule for this file.
2339 * python/py-event.h (emit_new_objfile_event): New prototype.
2340 (newobjfile): New Python event emitter.
2341 * python/py-evts.c (gdbpy_initialize_py_events): Add new_objfile to
2342 Python event registry.
2343 * python/py-inferior.c: Include objfiles.h
2344 (python_new_objfile): New function.
2345 (gdbpy_initialize_inferior): Add python_new_objfile to the new objfile
2346 observers.
2347 * python/py-newobjfileevent.c: New file.
2348 * python-internal.h (gdbpy_initialize_new_objfile_event): New
2349 prototype.
2350 * python/python.c (_initialize_python): Add
2351 gdbpy_initialize_new_objfile_event call.
2352 * NEWS: Add item for new Python event "gdb.newobjfile"
2353
b1c8db38
TG
23542011-10-05 Tristan Gingold <gingold@adacore.com>
2355
2356 * ada-tasks.c (read_atcb): Make ravenscar_task_name static.
2357 Extract the ravenscar task name from the symbol for the atcb.
2358
0dab82e9
PK
23592011-10-04 Paul Koning <paul_koning@dell.com>
2360
2361 * python/py-type.c (typy_make_iter): Add forward declaration.
2362 (typy_fields_items): Use the gdb.Type iterator.
2363
84ad80e6
PK
23642011-10-04 Paul Koning <paul_koning@dell.com>
2365
2366 * NEWS: Add entry for Python gdb.Type mapping methods.
2367
cb6be26b
KP
23682011-10-04 Kevin Pouget <kevin.pouget@st.com>
2369
2370 PR python/12691: Add the inferior to Python exited event
2371 * python/py-exitedevent.c (create_exited_event_object): Add inferior
2372 to exited_event.
2373 * python/py-event.h (emit_exited_event): Likewise
2374 * python/-inferior.c (python_inferior_exit): Likewise
2375
6005b210
JB
23762011-10-03 Joel Brobecker <brobecker@adacore.com>
2377
2378 * ada-tasks.c (print_ada_task_info): Add "thread-id" field
2379 in output of -ada-task-info GDB/MI command.
2380
75082e8c
JB
23812011-10-03 Joel Brobecker <brobecker@adacore.com>
2382
2383 * ada-lang.h (struct inferior): Declare.
2384 (print_ada_task_info): Add declaration.
2385 * ada-tasks.c (print_ada_task_info): Make non-static.
2386 * mi/mi-cmds.c (mi_cmds): Add "ada-task-info".
2387 * mi/mi-cmds.h (mi_cmd_ada_task_info): Add declaration.
2388 * mi/mi-main.c: #include "ada-lang.h".
2389 (mi_cmd_list_features): Add "ada-task-info" to the list
2390 of supported features.
2391 (mi_cmd_ada_task_info): New function.
2392
7ed7d719
JB
23932011-10-03 Joel Brobecker <brobecker@adacore.com>
2394
2395 * python/python.c (python_run_simple_file): New function.
2396 (source_python_script, source_python_script_for_objfile):
2397 Replace call to PyRun_SimpleFile by call to
2398 python_run_simple_file.
2399
3fcaed38
PK
24002011-10-03 Paul Koning <paul_koning@dell.com>
2401
2402 * python/py-value.c (valpy_get_address): Use Py_XINCREF.
2403 (value_to_value_object): Fetch value if it was lazy.
2404
8e5c319d
JK
24052011-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2406
2407 Code cleanup.
2408 * solib-svr4.c (svr4_default_sos): Remove variables head and link_ptr.
2409 Rearrange the code for it.
2410
dd11a36c
JB
24112011-10-02 Joel Brobecker <brobecker@adacore.com>
2412
2413 * breakpoint.c (bkpt_print_recreate): Add call to
2414 print_recreate_thread.
2415
723b724b
MF
24162011-09-29 Mike Frysinger <vapier@gentoo.org>
2417
2418 * common/linux-ptrace.h (PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
2419 PTRACE_GETFDPIC_INTERP): Define.
2420
412946b6
YQ
24212011-09-28 Yao Qi <yao@codesourcery.com>
2422
2423 * symfile.c (add_symbol_file_command): Update message on usage.
2424
a73bb892
PK
24252011-09-28 Paul Koning <paul_koning@dell.com>
2426
2427 * python/py-type.c (make_fielditem, typy_field_names, typy_items)
2428 (typy_length, typy_get, typy_has_key, typy_make_iter)
2429 (typy_iterkeys, typy_iteritems, typy_itervalues, typy_iter)
2430 (typy_iterator_iter, typy_iterator_iternext)
2431 (typy_iterator_dealloc): New functions to implement standard
2432 Python mapping methods on gdb.Type object.
2433 (gdb.TypeIterator): New Python type.
2434 * python/python-internal.h (gdbpy_iter_kind): New enum.
a73bb892 2435
fe10a582
DM
24362011-09-28 David S. Miller <davem@davemloft.net>
2437
2438 * sparc-tdep.h (SPARC_F2_REGNUM, SPARC_F3_REGNUM, SPARC_F4_REGNUM,
2439 SPARC_F5_REGNUM, SPARC_F6_REGNUM, SPARC_F7_REGNUM): New enums.
2440 * sparc-tdep.c (sparc_complex_floating_p): New function.
2441 (sparc32_store_arguments): Handle complex floats.
2442 (sparc32_extract_return_value): Likewise.
2443 (sparc32_store_return_value): Likewise.
2444 (sparc32_stabs_argument_has_addr): Likewise.
2445 * sparc64-tdep.c (sparc64_complex_floating_p): New function.
2446 (sparc64_store_floating_fields): Handle complex floats.
2447 (sparc64_store_arguments): Likewise.
2448 (sparc64_store_return_value): Likewise.
2449
c93dbcba
EZ
24502011-09-28 Eli Zaretskii <eliz@gnu.org>
2451
2452 * windows-nat.c (env_sort) [!__CYGWIN__]: Function restored from
2453 before the change on 2006-12-09.
2454 (windows_create_inferior) [!__CYGWIN__]: Restore code that
2455 generates the environment block for CreateProcessA, modulo the
2456 Cygwin-specific parts that are not needed here.
2457
f00c55f8
TG
24582011-09-27 Tristan Gingold <gingold@adacore.com>
2459
2460 * target.h (enum target_object): Add TARGET_OBJECT_DARWIN_DYLD_INFO.
2461 * solib-darwin.c (DYLD_VERSION_MAX): Update number.
2462 (darwin_solib_get_all_image_info_addr_at_init): New function.
2463 (darwin_solib_read_all_image_info_addr): Likewise.
2464 (darwin_solib_create_inferior_hook): Use the above two functions.
2465 * darwin-nat.c (darwin_execvp): Renames retval to res.
2466 (darwin_read_write_inferior): Update comment.
2467 (darwin_read_dyld_info): New function.
2468 (darwin_xfer_partial): Handle DYLD_INFO.
2469
6710bf39
SS
24702011-09-27 Stan Shebs <stan@codesourcery.com>
2471
2472 Add return address collection for tracepoints.
2473 * tracepoint.c (encode_actions_1): Add case for $_ret.
2474 (validate_actionline): Check for $_ret.
2475 (trace_dump_actions): Ditto.
2476 * ax-gdb.h (gen_trace_for_return_address): Declare.
2477 * ax-gdb.c: Include arch-utils.h.
2478 (gen_trace_for_return_address): New function.
2479 (agent_command): Add return address special case.
2480 * amd64-tdep.c: Include ax.h and ax-gdb.h.
2481 (amd64_gen_return_address): New function.
2482 (amd64_init_abi): Call it.
2483 * i386-tdep.c: Include ax.h and ax-gdb.h.
2484 (i386_gen_return_address): New function.
2485 (i386_init_abi): Call it.
2486 * arch-utils.h (default_gen_return_address): Declare.
2487 * arch-utils.c (default_gen_return_address): New function.
2488 * gdbarch.sh (gen_return_address): New method.
2489 * gdbarch.h, gdbarch.c: Regenerate.
2490
e04e5beb
JM
24912011-09-23 Joseph Myers <joseph@codesourcery.com>
2492
2493 PR gdb/13079
2494 * i386-tdep.c (i386_frame_align): New.
2495 (i386_gdbarch_init): Use i386_frame_align.
2496
f3d6df6d
YQ
24972011-09-23 Yao Qi <yao@codesourcery.com>
2498
2499 * i386-linux-nat.c (i386_linux_resume): Use read_memory_unsigned_integer
2500 to get address.
2501
e69860f1
TG
25022011-09-22 Tristan Gingold <gingold@adacore.com>
2503
2504 * fork-child.c (fork_inferior): Add exec_fun parameter.
2505 Call exec_fun or execvp.
2506 * inferior.h: Adjust prototype.
2507 * gnu-nat.c (gnu_create_inferior): Adjust fork_inferior call.
2508 * inf-ttrace.c (inf_ttrace_create_inferior): Ditto.
2509 * inf-ptrace.c (inf_ptrace_create_inferior): Ditto.
2510 * procfs.c (procfs_create_inferior): Ditto.
2511 * darwin-nat.c (darwin_execvp): New function.
2512 (darwin_create_inferior): Use it.
2513
4b51d87b
YQ
25142011-09-22 Yao Qi <yao@codesourcery.com>
2515
2516 * infrun.c (context_switch): Print debug message when switching to
2517 a different thread.
2518
56b9d9ac
UW
25192011-09-21 Ulrich Weigand <uweigand@de.ibm.com>
2520
2521 * s390-tdep.c (s390_function_arg_pass_by_reference): Handle
2522 complex and vector types.
2523 (s390_return_value_convention): Likewise.
2524
2525 (s390_value_from_register): Call check_typedef.
2526 (extend_simple_arg): Likewise.
2527 (alignment_of): Likewise.
2528 (s390_push_dummy_call): Likewise.
2529 (s390_return_value): Likewise.
2530
b2cd6b29
JM
25312011-09-21 Joseph Myers <joseph@codesourcery.com>
2532
2533 * event-top.c (async_disconnect): If an exception is thrown from
2534 quit_cover, call pop_all_targets. Use TRY_CATCH instead of
2535 catch_errors.
2536 * top.c (quit_cover): Return void and take no arguments.
2537 * top.h (quit_cover): Update prototype.
2538
67ba4e42
JM
25392011-09-20 Joseph Myers <joseph@codesourcery.com>
2540
2541 * mi/mi-main.c (mi_load_progress): Restore saved_uiout value to
2542 current_uiout, not uiout.
2543
562f943b
DE
25442011-09-19 Doug Evans <dje@google.com>
2545
2546 * python/py-auto-load.c (source_section_scripts): Fix file
2547 descriptor leak.
2548 * python/python.c (source_python_script_for_objfile): Tweak comments.
2549
34518530
YQ
25502011-09-18 Yao Qi <yao@codesourcery.com>
2551 Ulrich Weigand <ulrich.weigand@linaro.org>
2552
2553 Support displaced stepping for Thumb 16-bit insns.
2554 * arm-tdep.c (THUMB_NOP) Define.
2555 (thumb_copy_unmodified_16bit): New.
2556 (thumb_copy_b, thumb_copy_bx_blx_reg): New.
2557 (thumb_copy_alu_reg): New.
2558 (arm_copy_svc): Move some common code to ...
2559 (install_svc): ... here. New.
2560 (thumb_copy_svc): New.
2561 (install_pc_relative): New.
2562 (thumb_copy_pc_relative_16bit): New.
2563 (thumb_decode_pc_relative_16bit): New.
2564 (thumb_copy_16bit_ldr_literal): New.
2565 (thumb_copy_cbnz_cbz): New.
2566 (cleanup_pop_pc_16bit_all): New.
2567 (thumb_copy_pop_pc_16bit): New.
2568 (thumb_process_displaced_16bit_insn): New.
2569 (thumb_process_displaced_32bit_insn): New.
2570 (thumb_process_displaced_insn): process thumb instruction.
2571
2572 Support displaced stepping for Thumb 32-bit insns.
2573 * arm-tdep.c (thumb_copy_unmodified_32bit): New.
2574 (thumb2_copy_preload): New.
2575 (thumb2_copy_copro_load_store): New.
2576 (thumb2_copy_b_bl_blx): New.
2577 (thumb2_copy_alu_imm): New.
2578 (thumb2_copy_load_reg_imm): New.
2579 (thumb2_copy_load_literal): New
2580 (thumb2_copy_block_xfer): New.
2581 (thumb_32bit_copy_undef): New.
2582 (thumb_32bit_copy_unpred): New.
2583 (thumb2_decode_ext_reg_ld_st): New.
2584 (thumb2_decode_svc_copro): New.
2585 (decode_thumb_32bit_store_single_data_item): New.
2586 (thumb_copy_pc_relative_32bit): New.
2587 (thumb_decode_pc_relative_32bit): New.
2588 (decode_thumb_32bit_ld_mem_hints): New.
2589 (thumb2_copy_table_branch): New
2590 (thumb_process_displaced_32bit_insn): Process Thumb 32-bit
2591 instructions.
2592
2b16b2e3
YQ
25932011-09-18 Yao Qi <yao@codesourcery.com>
2594
2595 * arm-tdep.c (install_copro_load_store): PC is set 4-byte aligned.
2596 (install_b_bl_blx): Likewise.
2597
0f6f04ba
YQ
25982011-09-17 Yao Qi <yao@codesourcery.com>
2599
2600 * arm-tdep.c (install_ldr_str_ldrb_strb): Renamed to ...
2601 (install_load_store): ... this. New.
2602 Change parameter BYTE to SIZE.
2603 (arm_copy_ldr_str_ldrb_strb): Update caller.
2604 (arm_decode_ld_st_word_ubyte): Update caller.
2605
e2d96639
YQ
26062011-09-17 Yao Qi <yao@codesourcery.com>
2607
2608 * infrun.c (displaced_step_fixup): Move some code ...
2609 (displaced_step_restore): ... here. New function.
2610 (handle_inferior_event): Cleanup displaced stepping state for both
2611 child and parent when get forked or vforked event.
2612 * regcache.c (get_thread_arch_aspace_regcache): New function.
2613 get_thread_arch_regcache (): Call it.
2614
a8123151
JB
26152011-09-16 Joel Brobecker <brobecker@adacore.com>
2616
2617 * ada-tasks.c (print_ada_task_info): New function, merging
2618 short_task_info and info_tasks together. Reimplement using
2619 ui-out instead of printing to stdout directly. Move the code
2620 building and checking the task list here, instead of leaving it
2621 in info_tasks_command.
2622 (info_task): Move the code building and checking the task
2623 list here, instead of leaving it in info_tasks_command.
2624 (info_tasks_command): Delete code building and checking
2625 the task list - moved elsewhere. Update calls to info_tasks
2626 and info_task.
2627
fbf06824
JB
26282011-09-16 Joel Brobecker <brobecker@adacore.com>
2629
2630 * ada-tasks.c (info_task): Delete parameter `from_tty'.
2631
34a0bc90
JB
26322011-09-16 Joel Brobecker <brobecker@adacore.com>
2633
2634 * ada-tasks.c (info_tasks): Delete parameter `from_tty'.
2635
79779fa9
JB
26362011-09-16 Joel Brobecker <brobecker@adacore.com>
2637
2638 * ada-lang.h (ada_build_task_list): Remove parameter
2639 `warn_if_null'.
2640 * ada-tasks.c (ada_build_task_list): Remove parameter
2641 `warn_if_null'. Adjust implementation and documentation.
2642 (valid_task_id, ada_get_environment_task)
2643 iterate_over_live_ada_tasks): Adjust call to ada_build_task_list.
2644 (info_tasks_command): Adjust implementation.
2645 (task_command): Likewise.
2646 * ravenscar-thread.c (ravenscar_find_new_threads): Fix call
2647 to ada_build_task_list.
2648
e225eb91
JB
26492011-09-16 Joel Brobecker <brobecker@adacore.com>
2650
2651 * ada-tasks.c (ada_tasks_check_symbol_table, task_list): Delete.
2652 (enum ada_known_tasks_kind, struct ada_tasks_inferior_data): New.
2653 (ada_tasks_inferior_data_handle): New static global.
2654 (get_ada_tasks_inferior_data): New function.
2655 (ada_get_task_number, get_task_number_from_id, valid_task_id)
2656 (ada_get_environment_task, iterate_over_live_ada_tasks)
2657 (add_ada_task, read_known_tasks_array, read_known_tasks_list):
2658 Adjust.
2659 (ada_set_current_inferior_known_tasks_addr): New function.
2660 (read_known_tasks, ada_build_task_list, short_task_info)
2661 (info_tasks, info_task, info_tasks_command, task_command_1)
2662 (task_command, ada_task_list_changed): Adjust.
2663 (ada_tasks_invalidate_inferior_data): New function.
2664 (ada_normal_stop_observer, ada_new_objfile_observer): Adjust.
2665 (_initialize_tasks): Set ada_tasks_inferior_data_handle.
2666 * ada-lang.h (struct inferior): Add declaration.
2667 (ada_task_list_changed): Update profile.
2668 * remote-wtx-pd.c: #include "inferior.h".
2669 (switch_to_pd_internal): Update call to ada_task_list_changed.
2670
6da9ca05
JB
26712011-09-16 Joel Brobecker <brobecker@adacore.com>
2672
2673 * ada-tasks.c: #include "progspace.h" and "objfiles.h".
2674 (atcb_type, atcb_common_type, atcb_ll_type, atcb_call_type)
2675 (atcb_fieldno): Delete these static globals.
2676 (struct ada_tasks_pspace_data): New struct.
2677 (ada_tasks_pspace_data_handle): New static global.
2678 (get_ada_tasks_pspace_data): New function.
2679 (ada_tasks_invalidate_pspace_data): New function.
2680 (get_tcb_types_info, ptid_from_atcb_common, read_atcb)
2681 (read_known_tasks_list, ada_new_objfile_observer): Adjust.
2682 (_initialize_tasks): Create this module's per-progspace
2683 data handle.
2684
dccd3cbd
JB
26852011-09-16 Joel Brobecker <brobecker@adacore.com>
2686
2687 * ada-tasks.c (struct atcb_fieldnos): Renames struct tcb_fieldnos.
2688
f877b031
TG
26892011-09-16 Tristan Gingold <gingold@adacore.com>
2690
2691 * fork-child.c (fork_inferior): Update comment. Use alloca
2692 instead of xmalloc for argv. Move len and shell_command
2693 declarations in the block where they are used.
2694 Only call execvp. Factorize failure code.
2695
ae0c443d
JK
26962011-09-16 Abhijit Halder <abhijit.k.halder@gmail.com>
2697
2698 Code cleanup.
2699 * parse.c (write_exp_elt): Change argument to pass a pointer of union
2700 `exp_element' instead of an element of the same and make the function
2701 static.
2702 (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block)
2703 (write_exp_elt_objfile, write_exp_elt_longcst, write_exp_elt_dblcst)
2704 (write_exp_elt_decfloatcst, write_exp_elt_type, write_exp_elt_intern):
2705 Change argument of `write_exp_elt' function call.
2706 Remove extra spaces from comments.
2707 * parser-defs.h (write_exp_elt): Remove prototype.
2708
5af65ec0
PK
27092011-09-15 Paul Koning <paul_koning@dell.com>
2710
2711 * python/py-cmd.c (gdbpy_string_to_argv): Decrement reference
2712 count of item appended to list.
2713 * python/py-type.c (typy_fields): Likewise.
2714
72be8ccc
PK
27152011-09-15 Paul Koning <paul_koning@dell.com>
2716
883640a8 2717 * MAINTAINERS (Write After Approval): Add myself to the list.
72be8ccc 2718
92f6badc
KP
27192011-09-15 Kevin Pouget <kevin.pouget@st.com>
2720
2721 PR threads/12628
2722 * linux-fork.c (checkpoint_command): Disallow checkpointing of
2723 processes with multiple threads.
2724 (inf_has_multiple_thread_cb): New function.
2725 (inf_has_multiple_threads): New function.
2726
0672bf41 27272011-09-15 Kevin Pouget <kevin.pouget@st.com>
2aa48337
KP
2728
2729 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2730 * python/py-inferior.c (GdbMethods): New Python method definition.
2731
6839b47f
KP
27322011-09-15 Kevin Pouget <kevin.pouget@st.com>
2733
2734 Handle multiple breakpoint hits in Python interface:
2735 * python/py-bpevent.c (create_breakpoint_event_object): Rename C/Python
2736 variable to breakpoints.
2737 * python/py-stopevent.c (emit_stop_event): Return a Python tuple of
2738 bps instead of single breakpoint. Fix some space typos.
2739 * python/py-stopevent.c (create_breakpoint_event_object): Rename
2740 variable to breakpoints.
2741
672f9b60
KP
27422011-09-15 Kevin Pouget <kevin.pouget@st.com>
2743
2744 * breakpoint.c (describe_other_breakpoints): Do not write 'duplicate'
2745 note if the breakpoint is internal.
2746
43675ae4
KP
27472011-09-15 Kevin Pouget <kevin.pouget@st.com>
2748
0672bf41 2749 * MAINTAINERS (Write After Approval): Add myself to the list
43675ae4 2750
15148d6a
PA
27512011-09-14 Pedro Alves <pedro@codesourcery.com>
2752
2753 * infrun.c (prepare_for_detach, wait_for_inferior)
2754 (fetch_inferior_event): Don't flush the register cache.
2755 * remote.c (struct stop_reply) <regcache>: Add comment.
2756
d83e736b
JK
27572011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2758
2759 Remove excessive DWARF expressions memory duplication.
2760 * dwarf2loc.c (per_cu_dwarf_call): Remove variable back_to and its use
2761 for block.data.
2762 (indirect_pieced_value): Remove variable result. Remove variable
2763 back_to and its use for baton.data.
2764 (dwarf2_compile_expr_to_ax): Remove variable back_to and its use for
2765 block.data.
2766 * dwarf2read.c (dwarf2_fetch_die_location_block): Remove xmemdup.
2767 Update the function comment.
2768
c65b3e0d
PA
27692011-09-13 Pedro Alves <pedro@codesourcery.com>
2770
2771 * inferior.h (ALL_INFERIORS): New.
2772 * linux-thread-db.c (thread_db_find_new_threads_2): Remove check
2773 for a stopped thread.
2774 (thread_db_find_new_threads): Look for threads in all inferiors.
2775
a1398e0c
PA
27762011-09-13 Pedro Alves <pedro@codesourcery.com>
2777
2778 * breakpoint.c (update_watchpoint): Handle the case of the
2779 watchpoint to update not being in the breakpoint list yet.
2780 (hw_watchpoint_use_count): New, factored out from
2781 hw_watchpoint_used_count.
2782 (hw_watchpoint_used_count): Rename to ...
2783 (hw_watchpoint_used_count_others): ... this. Add `except'
2784 parameter. Don't count resources of `except'. Use
2785 hw_watchpoint_use_count.
2786
30596231
PA
27872011-09-13 Pedro Alves <pedro@codesourcery.com>
2788
2789 * gdbthread.h (enum thread_state): Moved here.
2790 (struct thread_info): Rename `executing_' field to `executing' and
2791 `state_' to `state'.
2792 * thread.c (enum thread_state): Moved to gdbthread.h.
2793 (new_thread, add_thread_silent, delete_thread_1)
2794 (any_live_thread_of_process, thread_alive, set_running)
2795 (set_running, is_thread_state, any_running, is_executing)
2796 (set_executing, finish_thread_state, print_thread_info)
2797 (do_captured_thread_select): Adjust.
2798
bede5f5f
JK
27992011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2800
2801 Fix compatibility with gcc < 4.3 and non-gcc compilers.
2802 * amd64-tdep.c (amd64_skip_xmm_prologue): Convert 0b constants.
2803
4801a9a3
PA
28042011-09-12 Pedro Alves <pedro@codesourcery.com>
2805 Matt Rice <ratmice@gmail.com>
2806
2807 PR gdb/13175
2808
2809 * interps.c (struct interp) <interpreter_out>: Delete field.
2810 (interp_new): Remove the data and uiout parameters and adjust.
2811 (interp_set): Only set the current_uiout from the interpreter's
2812 uiout after initializing the interpreter. Adjust call to
2813 init_proc.
2814 (interp_ui_out): Adjust to call procs->ui_out_proc.
2815 (interp_data, interp_name): New.
2816 * interps.h (interp_init_ftype): Add `self' parameter.
2817 (interp_ui_out_ftype): New typedef.
2818 (struct interp_procs) <ui_out_proc>: New method pointer.
2819 (interp_new): Remove the data and uiout parameters.
2820 (interp_data, interp_name): Declare.
2821 * tui/tui-interp.c (tui_init): Adjust prototype.
2822 (tui_ui_out): New.
2823 (_initialize_tui_interp): Install tui_ui_out. Don't instanciate
2824 tui_out here. Adjust call to interp_new.
2825 * tui/tui-io.c (tui_initialize_io): Don't set current_uiout here.
2826 * cli/cli-interp.c (cli_interpreter_init): Adjust prototype.
2827 (cli_ui_out): New.
2828 (_initialize_cli_interp): Install it. Adjust call to interp_new.
2829 * mi/mi-common.h (struct mi_interp) <uiout>: New field.
2830 * mi/mi-interp.c (mi_interpreter_init): Adjust prototype.
2831 Initialize mi->uiout depending on the mi_version as extracted from
2832 the interpreter's name.
2833 (mi_ui_out): New.
2834 (_initialize_mi_interp): Install mi_ui_out. Adjust calls to
2835 interp_new. Don't allocate the ui_out's of the interpreters here.
2836
d0afda03 28372011-09-12 Aleksandar Ristovski <aristovski@qnx.com>
59145f8c 2838
d0afda03 2839 * solib.c (solib_used): New function.
59145f8c
AR
2840 (update_solib_list, reload_shared_libraries_1): Check if objfile is used
2841 by another so_list object before freeing it.
2842
bdaf8d4a
JK
28432011-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2844
2845 Code cleanup.
2846 * mi/mi-cmd-stack.c (list_args_or_locals): Use enum for the parameter
2847 values.
2848
df15bd07
JK
28492011-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2850
2851 Code cleanup.
2852 * amd64-tdep.c (amd64_skip_prologue): Move the XMM code to ...
2853 (amd64_skip_xmm_prologue): ... this new function. Describe its
2854 parameters. No longer use amd64_prologue_line_bug.
2855 * defs.h (producer_is_gcc_ge_4): New declaration.
2856 * dwarf2read.c (producer_is_gcc_ge_4): Move to utils.c.
2857 (process_full_comp_unit): Update its caller. Remove
2858 amd64_prologue_line_bug initialization.
2859 * symtab.h (struct symtab): Remove field amd64_prologue_line_bug.
2860 * utils.c (producer_is_gcc_ge_4): Moved here from dwarf2read.c.
2861
25289eb2
PA
28622011-09-09 Pedro Alves <pedro@codesourcery.com>
2863
2864 * linux-nat.h (enum resume_kind): New.
2865 (struct lwp_info) <last_resume_kind>: New field.
ddf17726
PA
2866 * linux-nat.c (linux_child_follow_fork): Set last_resume_kind to
2867 resume_stop on the new lwp.
25289eb2
PA
2868 (add_lwp): Set last_resume_kind as resume_continue by default.
2869 (lin_lwp_attach_lwp): Set last_resume_kind as resume_stop.
2870 (resume_lwp): New, factored out from resume_callback. Also check
2871 for pending status in lp->waitstatus.
2872 (resume_callback): Reimplement.
2873 (resume_clear_callback): Set last_resume_kind as resume_stop.
2874 (resume_set_callback): Set last_resume_kind as resume_continue.
2875 (linux_nat_resume, linux_handle_extended_wait): Set
2876 last_resume_kind.
2877 (running_callback): Also check lp->waitstatus for pending events.
2878 (select_singlestep_lwp_callback): Check that lp->last_resume_kind
2879 is resume_step.
2880 (stop_and_resume_callback): Don't re-resume if the core wanted the
2881 lwp stopped. Use resume_lwp instead of resume_callback. Avoid
2882 using an invalidated pointer.
2883 (linux_nat_filter_event): Don't discard SIGSTOPs as delayed
2884 SIGSTOPs if the core wanted the LWP to stop.
2885 (linux_nat_wait_1) Don't consume a pending SIGSTOP if the core
2886 wanted the lwp to stop. If the core wanted the lwp to stop, and
2887 the lwp stopped with a SIGSTOP, report a TARGET_SIGNAL_0 instead
2888 of TARGET_SIGNAL_STOP.
2889 (linux_nat_stop_lwp): Don't synchronously wait for the lwp to stop
2890 here. Instead, signal the lwp, and set the last_resume_kind to
2891 resume_stop.
2892
f687d035
PA
28932011-09-09 Pedro Alves <pedro@codesourcery.com>
2894
2895 * linux-nat.c (lin_lwp_attach_lwp): Return 1 (ignore) instead of
2896 -1 (error), if the lwp exits right after attaching.
2897
bc587a6b
DE
28982011-09-08 Doug Evans <dje@google.com>
2899
63d97a20
DE
2900 * py-cmd.c: Some minor formatting fixes.
2901 (gdbpy_parse_command_name): Rename text arg to name, make const.
2902 All callers updated.
2903 * python-internal.h (gdbpy_parse_command_name): Update.
2904
bc587a6b
DE
2905 * cli/cli-decode.c (add_cmd): Add comment.
2906
08711b9a
JK
29072011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2908
2909 PR breakpoints/12435
2910 * amd64-tdep.c (amd64_skip_prologue): New variables start_pc_sal,
2911 next_sal, buf, offset and xmmreg. Advance PC if it sees the PR.
2912 * dwarf2read.c (process_full_comp_unit): Initialize
2913 amd64_prologue_line_bug.
2914 * symtab.h (struct symtab): New field amd64_prologue_line_bug.
2915
b2e7f004
JK
29162011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2917
2918 Fix TUI screen corruption.
2919 * utils.c (fputs_maybe_filtered): Replace !input_from_terminal_p by
2920 batch_flag.
2921
8afd712c
JK
29222011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2923
2924 * findvar.c (read_var_value): Never return NULL, throw an error
2925 instead. Update the function comment. State symbol name in the error
2926 messages.
2927 * python/py-frame.c (frapy_read_var): Remove handling of NULL from
2928 read_var_value.
2929 * stack.c (print_frame_args): Likewise.
2930 * valops.c (value_of_variable): Likewise.
2931
b99b5f66
JK
29322011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2933
2934 * stack.c (print_frame_args): New variable except. Wrap
2935 read_var_value and common_val_print into TRY_CATCH.
2936
85bc8cb7
JK
29372011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2938
2939 * eval.c (evaluate_subexp_standard) <OP_THIS>: Update the value_of_this
2940 caller to value_of_this.
2941 * p-exp.y: Update the value_of_this caller to value_of_this_silent.
2942 Twice.
2943 * valops.c (value_of_this): Remove parameter complain and variable ret.
2944 Update function comment. Never return NULL by this code.
2945 (value_of_this_silent): New function.
2946 * value.h (value_of_this): Remove parameter complain.
2947 (value_of_this_silent): New declaration.
2948
ede1849f
YQ
29492011-09-07 Yao Qi <yao@codesourcery.com>
2950
2951 * gdbthread.h (struct thread_info): Remove fields
2952 `stepping_through_solib_after_catch' and
2953 `stepping_through_solib_catchpoints'.
2954 * infrun.c (init_thread_stepping_state): Update.
2955 (process_event_stop_test, currently_stepping): Update.
2956 (currently_stepping_or_nexting_callback): Update.
2957
6aa27652
YQ
29582011-09-07 Yao Qi <yao@codesourcery.com>
2959
2960 * gdbthread.h (struct thread_info): Comment on field
2961 `step_after_step_resume_breakpoint'.
2962
00db5b94
PA
29632011-09-07 Abhijit Halder <abhijit.k.halder@gmail.com>
2964
2965 * remote.c (remote_console_output): Reindent.
2966
861152be
LM
29672011-09-06 Luis Machado <lgustavo@codesourcery.com>
2968
2969 * frame.c (has_stack_frames): Check for currently selected
2970 traceframe.
2971
ab821bc6
PA
29722011-09-06 Pedro Alves <pedro@codesourcery.com>
2973
2974 * event-top.h (MAXPROMPTS, struct prompts): Delete.
2975 (set_async_annotation_level, set_async_prompt, pop_prompt)
2976 (push_prompt, new_async_prompt): Delete declarations.
2977 * top.h (get_prompt, set_prompt): Change prototype.
2978 (get_prefix, set_prefix, get_suffix, set_suffix): Delete
2979 declarations.
2980 * top.c (command_loop):
2981 (top_prompt): New global.
2982 (get_prefix, set_prefix, get_suffix, ): Delete.
2983 (get_prompt, set_prompt): Rewrite.
2984 (show_new_async_prompt): Rename to ...
2985 (show_prompt): ... this.
2986 (init_main): Adjust. Don't handle --annotate=2 here.
2987 * event-top.c (new_async_prompt): Delete.
2988 (the_prompts): Delete.
2989 (more_to_come): Make static.
2990 (display_gdb_prompt): Use top_level_prompt() to compute the top
2991 level prompt, and don't notify the before_prompt observers
2992 directly here. Always trick readline into not trying to display
2993 the prompt if sync_execution and displaying the primary prompt.
2994 If displaying a local/secondary prompt, always show it, even if
2995 sync_execution is set.
2996 (change_annotation_level): Delete.
2997 (top_level_prompt): New, based on change_annotation_level.
2998 (push_prompt, pop_prompt): Delete.
2999 (async_disable_stdin): No longer pushes prompt.
3000 (command_line_handler): No longer pushes or pops prompt. If more
3001 input is expected, call display_gdb_prompt with an explicit empty
3002 prompt.
3003 (async_stop_sig): Adjust.
3004 (set_async_annotation_level, set_async_prompt): Delete.
3005 * python/python.c (before_prompt_hook): Adjust.
3006
f1d90504
PA
30072011-09-05 Pedro Alves <pedro@codesourcery.com>
3008
3009 PR cli/13110
3010
3011 * infrun.c (fetch_inferior_event): Check if there's a selected
3012 thread before checking if the selected thread is executing.
3013
0f641c01
PA
30142011-09-05 Pedro Alves <pedro@codesourcery.com>
3015
3016 * inf-loop.c (execute_command): Don't check if the current thread
3017 if running before synchronously waiting for command completion.
3018 * infrun.c (fetch_inferior_event): Handle "set exec-done-display"
3019 here.
3020 (normal_stop): Call async_enable_stdin here.
3021 * inf-loop.c (inferior_event_handler): Don't call
3022 async_enable_stdin, nor handle "set exec-done-display" here.
3023
30368258 30242011-09-04 Joel Brobecker <brobecker@adacore.com>
3025
3026 GDB 7.3.1 released.
3027
31916278
JB
30282011-09-04 Joel Brobecker <brobecker@adacore.com>
3029
3030 * NEWS: Change `7.3' into `7.3.1' in `Changes since GDB 7.3'.
3031
e8d56f18
JB
30322011-09-04 Joel Brobecker <brobecker@adacore.com>
3033
3034 * NEWS: Add entry for OpenBSD/NetBSD build failure.
3035
5dd05d8c
JK
30362011-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3037
3038 * config/s390/s390.mh (NATDEPFILES): Add linux-procfs.o dependency.
3039
7d8e6458 30402011-09-02 Matt Rice <ratmice@gmail.com>
3041
3042 PR gdb/10720
3043 * event-top.c (cli_command_loop): Replace readline setup with
3044 direct call to display_gdb_prompt.
3045 (display_gdb_prompt): Do not call observer mechanism during
3046 synchronous execution.
3047
84636d28
PA
30482011-09-02 Pedro Alves <pedro@codesourcery.com>
3049
3050 * linux-nat.c (in_pid_list_p): New.
3051 (linux_record_stopped_pid): Delete.
3052 (lin_lwp_attach_lwp): Check if PTRACE_ATTACH failed because we're
3053 already attached to the LWP. Return an indication if so.
3054 (linux_nat_filter_event): Adjust.
3055 * linux-thread-db.c (attach_thread): Handle lin_lwp_attach_lwp
3056 returning an indication to ignore this thread.
3057
b4a14fd0
PA
30582011-09-02 Pedro Alves <pedro@codesourcery.com>
3059
3060 * top.c: Include interps.h.
3061 (execute_command): If the target can async, but the interpreter is
3062 in sync mode, synchronously wait for the command to finish before
3063 returning.
3064 (execute_command_to_string): Force the interpreter to sync mode.
3065 * infrun.c: Include interps.h.
3066 (fetch_inferior_event): Don't restore the prompt yet if the
3067 interpreter is in sync mode.
3068 * interps.c (interpreter_async): New global.
3069 * interps.h (interpreter_async): Declare.
3070 * inf-loop.c: Include interps.h.
3071 (inferior_event_handler): Don't print the language change or run
3072 breakpoint commands yet if the interpreter in is sync mode.
3073 * main.c (captured_command_loop): Flip the interpreter to async
3074 mode.
3075 * cli/cli-script.c: Include interps.h.
3076 (execute_user_command, while_command, if_command): Force the
3077 interpreter to sync mode.
3078 * python/python.c: Include interps.h.
3079 (python_command, execute_gdb_command): Force the interpreter to
3080 sync mode.
3081
c709acd1
PA
30822011-09-02 Pedro Alves <pedro@codesourcery.com>
3083
3084 * value.c (show_convenience): Catch errors thrown while printing
3085 each internal variable.
3086 * infrun.c (validate_siginfo_access): New function.
3087 (siginfo_value_read, siginfo_value_write): Call it.
3088
9655e943
JK
30892011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3090
3091 Revert:
3092 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
3093 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
3094 attribute.
3095
cb457ae2
YQ
30962011-08-29 Yao Qi <yao@codesourcery.com>
3097
3098 * solib-dsbt.c (bfd_lookup_symbol): Removed.
3099 (cmp_name): New.
3100 (enable_break2): Update caller.
3101 * solib-frv.c (bfd_lookup_symbol): Removed.
3102 (cmp_name): New.
3103 (enable_break2): Update caller.
3104 * solib-pa64.c (bfd_lookup_symbol): Removed.
3105 (cmp_name): New.
3106 * solib-svr4.c (bfd_lookup_symbol): Removed.
3107 (cmp_name_and_sec_flags): New.
3108 (enable_break): Update caller.
3109 * solib.c (gdb_bfd_lookup_symbol_from_symtab): New.
3110 (gdb_bfd_lookup_symbol_from_dyn_symtab): New.
3111 (gdb_bfd_lookup_symbol): New.
3112 * solib.h: Functions declarations.
3113
83d1a36a
YQ
31142011-08-29 Yao Qi <yao@codesourcery.com>
3115
3116 * Makefile.in (ALL_TARGET_OBS): Add tic6x-tdep.o tic6x-linux-tdep.o
3117 and solib-dsbt.o.
3118
c04b3e8f
JK
31192011-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3120
3121 Fix TUI stepi on code without symbols.
3122 * tui/tui-stack.c (tui_show_frame_info): Remove error, set LOW for
3123 current PC instead.
3124
cb0fd152
JK
31252011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3126
3127 Code cleanup.
3128 * mi/mi-cmd-stack.c (list_args_or_locals): Remove stb initialization
3129 and the static keyword.
3130 * mi/mi-cmd-target.c (mi_cmd_target_file_get, mi_cmd_target_file_put):
3131 Make prefix an array.
3132 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
3133 * mi/mi-main.c (get_register): Remove stb initialization and the static
3134 keyword.
3135
91174723
JK
31362011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3137
3138 Code cleanup - make mi_opt const.
3139 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Make
3140 opts const.
3141 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
3142 * mi/mi-cmd-env.c (mi_cmd_env_path): Likewise.
3143 (mi_cmd_env_dir): Likewise.
3144 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Likewise.
3145 (mi_cmd_target_file_put): Likewise.
3146 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
3147 * mi/mi-cmd-var.c (mi_cmd_var_evaluate_expression): Likewise.
3148 * mi/mi-getopt.c (mi_getopt): Make opts and opt const.
3149 (mi_valid_noargs): Make opts const.
3150 * mi/mi-getopt.h (mi_getopt): Make opts and opt const.
3151 * mi/mi-main.c (mi_cmd_list_thread_groups): Make opts const.
3152 (mi_cmd_data_read_memory): Likewise.
3153 (mi_cmd_data_read_memory_bytes): Likewise.
3154 (mi_cmd_data_write_memory): Likewise.
3155
5068b8e8 31562011-08-26 Matt Rice <ratmice@gmail.com>
3157
3158 * solib-sunos.c (allocate_rt_common_objfile): Add missing arguments to
3159 bcache_xmalloc, replace bcache_xmalloc with call to
3160 psymbol_bcache_init for psymbol_cache.
3161 * symfile.c (reread_symbols): Remove extra calls to bcache_xmalloc.
3162
a4f2ce05
JK
31632011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3164
3165 * inf-loop.c (inferior_event_handler): Add exception_print in
3166 INF_EXEC_COMPLETE.
3167
353d1d73
JK
31682011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3169
3170 * breakpoint.c (bpstat_do_actions): New variable cleanup_if_error, call
3171 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
3172 * defs.h (make_bpstat_clear_actions_cleanup): New declaration.
3173 * exceptions.c (throw_exception): Remove the bpstat_clear_actions call.
3174 * inf-loop.c (inferior_event_handler): New variable cleanup_if_error,
3175 call make_bpstat_clear_actions_cleanup and discard_cleanups for it.
3176 Call bpstat_clear_actions for failed fetch_inferior_event_wrapper.
3177 * infrun.c (fetch_inferior_event): Call
3178 make_bpstat_clear_actions_cleanup.
3179 * top.c (execute_command): New variable cleanup_if_error, call
3180 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
3181 * utils.c (do_bpstat_clear_actions_cleanup)
3182 (make_bpstat_clear_actions_cleanup): New functions.
3183
3ced3da4
PA
31842011-08-26 Pedro Alves <pedro@codesourcery.com>
3185
3186 * linux-nat.c (linux_child_follow_fork): Don't set lp->resumed on
3187 either the parent or the child forks. Rename a couple locals.
3188
a9f4bb21
PA
31892011-08-26 Pedro Alves <pedro@codesourcery.com>
3190
3191 * linux-nat.c (wait_lwp): Avoid assuming errno is preserved by a
3192 library call. Avoid reading the `status' local if all waitpid
3193 calls failed.
3194
e5798bef
PA
31952011-08-26 Pedro Alves <pedro@codesourcery.com>
3196
3197 * common/linux-osdata.c (get_cores_used_by_process): Don't assume
3198 opening /proc/PID/task always succeeds.
3199
edb2aadf
AR
32002011-08-26 Aleksandar Ristovski <aristovski@qnx.com>
3201
3202 * linespec.c (symtab_from_filename): Check for the end of string.
3203
0d932b2f
MK
32042011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
3205
3206 PR mi/11912
3207 * varobj.c (cplus_describe_child): Add the keyword
3208 'class' to the output of the method when dealing
3209 with a cast to a base class.
3210
e93ca019
JK
32112011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3212
3213 No functionality change.
3214 * breakpoint.c (bpstat_clear_actions): Remove the BS parameter, make
3215 function comment a reference, new variables tp and bs, move here code
3216 from throw_exception.
3217 * breakpoint.h (bpstat_clear_actions): Remove the BS parameter,
3218 describe it in the comment.
3219 * exceptions.c (throw_exception): Remove variable tp, move the code for
3220 bpstat_clear_actions to bpstat_clear_actions.
3221
13da1c97
LM
32222011-08-24 Luis Machado <lgustavo@codesourcery.com>
3223
3224 * linux-nat.h (linux_proc_get_tgid): Remove declaration.
3225 * linux-nat.c: Include linux-procfs.h.
3226 (linux_proc_get_tgid): Move to ...
3227 * common/linux-procfs.c: ... here. New file.
3228 * common/linux-procfs.h: New file.
3229 * linux-thread-db.c: Include linux-procfs.h.
3230 * Makefile.in: Update dependencies.
3231 * config/alpha/alpha-linux.mh: Add linux-procfs.o dependency.
3232 * config/arm/linux.mh: Likewise.
3233 * config/i386/linux.mh: Likewise.
3234 * config/i386/linux64.mh: Likewise.
3235 * config/ia64/linux.mh: Likewise.
3236 * config/m32r/linux.mh: Likewise.
3237 * config/m68k/linux.mh: Likewise.
3238 * config/mips/linux.mh: Likewise.
3239 * config/pa/linux.mh: Likewise.
3240 * config/pa/linux.mh: Likewise.
3241 * config/powerpc/linux.mh: Likewise.
3242 * config/powerpc/ppc64-linux.mh: Likewise.
3243 * config/powerpc/spu-linux.mh: Likewise.
3244 * config/sparc/linux.mh: Likewise.
3245 * config/sparc/linux64.mh: Likewise.
3246 * config/xtensa/linux.mh: Likewise.
3247
4e5c165d
HZ
32482011-08-24 Hui Zhu <teawater@gmail.com>
3249
3250 * tracepoint.c (cond_string_is_same): New function.
3251 (find_matching_tracepoint): Add condition check
3252 by cond_string_is_same.
3253
6e2f5b22
JK
32542011-08-23 Josh Matthews <josh@joshmatthews.net>
3255
3256 Fix build error in Darwin port.
3257 * darwin-nat-info.c (darwin_debug_regions_recurse): New variable uiout.
3258
abf85f46
JK
32592011-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3260
3261 Code cleanup.
3262 * breakpoint.c (bpstat_clear_actions): Remove clearing of commands_left.
3263 (command_line_is_silent): New function.
3264 (bpstat_do_actions_1): No longer use commands_left, use
3265 command_line_is_silent for commands.
3266 (bpstat_alloc): Remove clearing of commands_left.
3267 (bpstat_stop_status): Remove initialization of commands_left, use
3268 command_line_is_silent.
3269 * breakpoint.h (struct bpstats): Remove commands_left.
3270
3a93a0c2
KS
32712011-08-18 Keith Seitz <keiths@redhat.com>
3272
3273 PR c++/12266
3274 * cp-name-parser.y (struct demangle_info): Remove unused
3275 member PREV.
3276 (d_grab): Likewise.
3277 (allocate_info): Change return type to struct demangle_info *.
3278 Always allocate a new demangle_info.
3279 Remove unused PREV pointer.
3280 (cp_new_demangle_parse_info): New function.
3281 (cp_demangled_name_parse_free): New function.
3282 (do_demangled_name_parse_free_cleanup): New function.
3283 (make_cleanup_cp_demangled_name_parse_free): New function.
3284 (cp_demangled_name_to_comp): Change return type to
3285 struct demangle_parse_info *.
3286 Allocate a new storage for each call.
3287 (main): Update usage for cp_demangled_name_to_comp
3288 API change.
3289 * cp-support.h (struct demangle_parse_info): New structure.
3290 (cp_demangled_name_to_comp): Update API change for
3291 return type.
3292 (cp_new_demangle_parse_info): Declare.
3293 (make_cleanup_cp_demangled_name_parse_free): New declaration.
3294 (cp_demangled_name_parse_free): Declare.
3295 * cp-support.c (cp_canonicalize_string): Update API
3296 change for cp_demangled_name_to_comp.
3297 (mangled_name_to_comp): Likewise.
3298 Return struct demangle_parse_info, too.
3299 (cp_class_name_from_physname): Update mangled_name_to_comp
3300 API change.
3301 (method_name_from_physname): Likewise.
3302 (cp_func_name): Update API change for cp_demangled_name_to_comp.
3303 (cp_remove_params): Likewise.
3304 * python/py-type.c (typy_legacy_template_argument): Likewise.
3305
3306 * cp-support.h (cp_canonicalize_string_no_typedefs): Declare.
3307 (cp_merge_demangle_parse_infos): Declare.
3308 * cp-support.c (ignore_typedefs): New file global.
3309 (copy_string_to_obstack): New function.
3310 (inspect_type): New function.
3311 (replace_typedefs): New function.
3312 (replace_typedefs_qualified_name): New function.
3313 (cp_canonicalize_string_no_typedefs): New function.
3314 * cp-name-parser.y (cp_merge_demangle_parse_infos): New function.
3315 (cp_new_demangle__parse_info): Allocate and initialize the obstack.
3316 * linespec.c (find_methods): Use cp_canonicalize_string_no_typedefs
3317 instead of cp_canonicalize_string.
3318 (find_method): Likewise.
3319 (decode_compound): Before looking up the name, call
3320 cp_canonicalize_string_no_typedefs.
3321 (decode_variable): Likewise.
3322
fa3a4f15
PM
33232011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3324 Tom Tromey <tromey@redhat.com>
3325 Matt Rice <ratmice@gmail.com>
3326
3327 * python/lib/gdb/prompt.py: New file.
3328 * python/lib/gdb/command/prompt.py: New file.
3329 * NEWS: Document set extended-prompt and gdb.prompt library
3330
85661b1e
YQ
33312011-08-16 Yao Qi <yao@codesourcery.com>
3332
3333 * tic6x-linux-tdep.c: Move const arrays definition from here...
3334 * tic6x-tdep.c: to here ...
3335
11315641
YQ
33362011-08-14 Yao Qi <yao@codesourcery.com>
3337
3338 * NEWS: New port to Texas Instruments TMS320C6x.
3339
8cd64e00
YQ
33402011-08-14 Andrew Jenner <andrew@codesourcery.com>
3341 Bernd Schmidt <bernds@codesourcery.com>
3342 Yao Qi <yao@codesourcery.com>
3343
3344 * configure.tgt: Handle tic6x-*-*linux and tic6x-*-*.
3345 * solib-dsbt.c: New file. Support DSBT shared object.
3346 * tic6x-linux-tdep.c: New file.
3347 * tic6x-tdep.c: New file.
3348 * tic6x-tdep.h: New file.
3349
78d85199
YQ
33502011-08-14 Andrew Stubbs <ams@codesourcery.com>
3351 Yao Qi <yao@codesourcery.com>
3352
3353 * remote.c (PACKET_qXfer_fdpic): New enum value.
3354 (remote_protocol_features): Add qXfer:fdpic:read packet.
3355 (remote_xfer_partial): Support TARGET_OBJECT_FDPIC.
3356 (_initialize_remote): Add set/show remote read-fdpic-loadmap command.
3357 * target.h (enum target_object): Add TARGET_OBJECT_FDPIC.
3358
224bbe49
YQ
33592011-08-14 Yao Qi <yao@codesourcery.com>
3360
3361 Target description for tic6x.
3362 * features/Makefile (WHICH): Add tic6x-c64xp tic6x-c64x tic6x-c62x
3363 tic6x-c64xp-linux tic6x-c64x-linux and tic6x-c62x-linux.
3364 * features/tic6x-c6xp.xml, features/tic6x-core.xml: New.
3365 * features/tic6x-gp.xml, features/tic6x-c62x.xml: New.
3366 * features/tic6x-c64x.xml, features/tic6x-c64xp.xml: New.
3367 * features/tic6x-c62x-linux.xml, features/tic6x-c64x-linux.xml: New.
3368 * features/tic6x-c64xp-linux.xml: New.
3369 * features/tic6x-c64xp.c, features/tic6x-c64x.c: Generated.
3370 * features/tic6x-c62x.c, features/tic6x-c64xp-linux.c: Generated.
3371 * features/tic6x-c64x-linux.c, features/tic6x-c62x-linux.c: Generated.
3372 * regformats/tic6x-c62x.dat, regformats/tic6x-c64x.dat: Generated.
f040079f
HZ
3373 * regformats/tic6x-c64xp.dat,
3374 regformats/tic6x-c62x-linux.dat: Generated.
3375 * regformats/tic6x-c64x-linux.dat,
3376 regformats/tic6x-c64xp-linux.dat: Generated.
224bbe49
YQ
3377 * config/djgpp/fnchange.lst: Add features/tic6x-*.xml and
3378 features/tic6x-*.c files.
3379 Add regformats/tic6x-*.dat files.
3380
457e09f0
DE
33812011-08-12 Doug Evans <dje@google.com>
3382
3383 * NEWS: Mention new "type" attribute of python gdb.Symbol objects.
3384 * python/py-symbol.c (sympy_get_type): New function.
3385 (symbol_object_getset): Add "type".
3386
d20c1c3f
PA
33872011-08-12 Pedro Alves <pedro@codesourcery.com>
3388
3389 PR tui/13073
3390
3391 * tui/tui-regs.c (tui_show_register_group): Skip registers with an
3392 empty name.
3393 (tui_show_register_group): Don't store a byte buffer in the data
3394 element's value.
3395 (tui_register_format): Skip registers with an empty name.
3396 (tui_get_register): Store a struct value in the data element's
3397 value field instead of a byte buffer holding the raw register
3398 contents. Account for optimized-out and unavailable registers
3399 when comparing register contents.
3400
9d8fa392
PA
34012011-08-09 Pedro Alves <pedro@codesourcery.com>
3402
3403 * printcmd.c (current_display_number): Update comment.
3404 (disable_current_display_cleanup): Delete.
3405 (do_one_display): Use make_cleanup_restore_integer. Gracefully
3406 catch errors thrown while evaluating and printing the display.
3407
401a70b8
TT
34082011-08-09 Tom Tromey <tromey@redhat.com>
3409
3410 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
3411
7f86f058
PA
34122011-08-09 Pedro Alves <pedro@codesourcery.com>
3413
94b71cca 3414 * elfread.c (elf_symtab_read): Rework comments.
7f86f058
PA
3415 * maint.c (maintenance_command): Ditto.
3416 * somread.c (som_symtab_read): Ditto.
3417 * solib.c (solib_find, solib_map_sections, update_solib_list)
3418 (solib_add, info_sharedlibrary_command, solib_name_from_address)
3419 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
94b71cca 3420 (sharedlibrary_command, no_shared_libraries): Ditto.
7f86f058
PA
3421 * solib-irix.c (locate_base, disable_break, enable_break)
3422 (irix_solib_create_inferior_hook, irix_solib_create_inferior_hook)
3423 (irix_current_sos, irix_open_symbol_file_object)
3424 (irix_special_symbol_handling): Ditto.
3425 * solib-sunos.c (locate_base, first_link_map_member)
3426 (sunos_current_sos, disable_break, enable_break)
3427 (sunos_special_symbol_handling, sunos_solib_create_inferior_hook):
3428 Ditto.
3429 * solib-svr4.c (bfd_lookup_symbol, elf_locate_base, locate_base)
3430 (open_symbol_file_object, svr4_current_sos, enable_break)
3431 (svr4_special_symbol_handling, svr4_solib_create_inferior_hook):
3432 Ditto.
3433 * solib-frv.c (bfd_lookup_symbol, open_symbol_file_object)
3434 (frv_current_sos, enable_break, frv_special_symbol_handling)
3435 (frv_solib_create_inferior_hook): Ditto.
3436 * solist.h (struct target_so_ops): Extend the comments of the
3437 special_symbol_handling, current_sos and open_symbol_file_object
3438 methods.
3439
5e239b84
PM
34402011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3441
3442 * python/lib/gdb/__init__.py: Auto-load files in command and
3443 function directories.
3444 * python/python.c (finish_python_initialization): Use
3445 os.path.join.
3446 * python/lib/gdb/command/pretty_printers.py: Self register
3447 command.
3448 * NEWS: Document auto-loading.
3449
b6cede78
JK
34502011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3451
3452 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>
3453 (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_LITERAL>: New variable
3454 objfile_gdbarch. Fix BFD_ENDIAN_BIG case.
3455
29d0bb3d
TT
34562011-08-08 Tom Tromey <tromey@redhat.com>
3457
3458 * breakpoint.c (clean_up_filters): Remove.
3459 (catch_syscall_split_args): Use VEC_cleanup.
3460
2f7fb8e4
JK
34612011-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3462
3463 * cp-name-parser.y (xfree): Wrap the name free by CONCAT2.
3464 (main): Uncomment "Demangling error\n".
3465
d6c10e95
PP
34662011-08-05 Paul Pluzhnikov <ppluzhnikov@google.com>
3467
3468 * solib-target.c (segment_attributes): Make them static.
3469 (section_attributes, library_children, library_attributes): Likewise.
3470 (library_list_children, library_list_attributes): Likesise.
3471 (library_list_elements): Likewise.
3472
af6e93b2
PA
34732011-08-05 Pedro Alves <pedro@codesourcery.com>
3474
3475 * exceptions.c (throw_exception): Don't disable the current
3476 display.
3477 * printcmd.c (disable_current_display_cleanup): New function.
3478 (do_one_display): Install a cleanup to disable the current display
3479 if doing the display throws.
3480
6a1b1664
EZ
34812011-08-05 Eli Zaretskii <eliz@gnu.org>
3482
3483 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move the
3484 initialization of the tp_new member to the corresponding
3485 gdbpy_initialize_* function.
3486 * python/py-cmd.c (gdbpy_initialize_commands): Likewise.
3487 * python/py-frame.c (gdbpy_initialize_frames): Likewise.
3488 * python/py-function.c (gdbpy_initialize_functions): Likewise.
3489 * python/py-inferior.c (gdbpy_initialize_inferior): Likewise.
3490 * python/py-param.c (gdbpy_initialize_parameters): Likewise.
3491
31a0ae49
JK
34922011-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3493
3494 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
3495 (info_spu_mailbox_list, info_spu_mailbox_command, info_spu_dma_cmdlist)
3496 (info_spu_dma_command, info_spu_proxydma_command): Rename uiout
3497 references to current_uiout.
3498
e0dd0826
PA
34992011-08-04 Pedro Alves <pedro@codesourcery.com>
3500
3501 * event-loop.c (gdb_do_one_event): Remove `data' parameter.
3502 (start_event_loop): Use TRY_CATCH instead of catch_errors.
3503 * event-loop.h (gdb_do_one_event): Remove `data' parameter.
3504 * top.c (gdb_readline_wrapper): Adjust.
3505 * tui/tui-interp.c (tui_command_loop):
3506 (_initialize_tui_interp): Don't install it.
3507
79a45e25
PA
35082011-08-04 Pedro Alves <pedro@codesourcery.com>
3509
3510 * ui-out.h (uiout): Rename to ...
3511 (current_uiout): ... this.
3512 * ui-out.c (uiout): Rename to ...
3513 (current_uiout): ... this.
3514 * ada-lang.c (print_it_exception, print_one_exception)
3515 (print_mention_exception): Adjust.
3516 * breakpoint.c (watchpoint_check): Adjust.
3517 (print_breakpoint_location, print_one_breakpoint, breakpoint_1)
3518 (default_collect_info, watchpoints_info, print_one_catch_fork)
3519 (print_one_catch_vfork, print_one_catch_syscall)
3520 (print_one_catch_exec, mention, print_it_ranged_breakpoint)
3521 (print_one_ranged_breakpoint, print_mention_ranged_breakpoint)
3522 (print_it_watchpoint, print_mention_watchpoint)
3523 (print_it_masked_watchpoint, print_mention_masked_watchpoint)
3524 (print_it_exception_catchpoint, print_one_exception_catchpoint)
3525 (print_mention_exception_catchpoint, say_where, bkpt_print_it)
3526 (bkpt_print_mention, momentary_bkpt_print_it)
3527 (tracepoint_print_mention, update_static_tracepoint)
3528 (tracepoints_info, save_breakpoints): Adjust.
3529 * cli-out.c (field_separator): Adjust.
3530 * cp-abi.c (list_cp_abis, show_cp_abi_cmd): Adjust.
3531 * exceptions.c (catch_exceptions_with_msg, catch_errors): Adjust.
3532 * frame.c (get_current_frame): Adjust.
3533 * infcmd.c (run_command_1, print_return_value): Adjust.
3534 * inferior.c (inferior_command, info_inferiors_command): Adjust.
3535 * infrun.c (print_end_stepping_range_reason): Adjust.
3536 (print_signal_exited_reason, print_exited_reason): Adjust.
3537 (print_signal_received_reason, print_no_history_reason): Adjust.
3538 * interps.c (interp_set): Adjust.
3539 * osdata.c (info_osdata_command): Adjust.
3540 * progspace.c (maintenance_info_program_spaces_command): Adjust.
3541 * remote-fileio.c (remote_fileio_request): Adjust.
3542 * remote.c (show_remote_cmd): Adjust.
3543 * solib.c (info_sharedlibrary_command): Adjust.
3544 * source.c (print_source_lines_base): Adjust.
3545 * stack.c (print_stack_frame): Adjust.
3546 (do_gdb_disassembly, print_frame_info, print_frame): Adjust.
3547 * symfile-mem.c (add_vsyscall_page): Adjust.
3548 * symfile.c (load_progress, generic_load)
3549 (print_transfer_performance): Adjust.
3550 * thread.c (info_threads_command, restore_selected_frame)
3551 (thread_command): Adjust.
3552 * top.c (make_cleanup_restore_ui_file): Adjust.
3553 * tracepoint.c (tvariables_info_1, trace_status_mi, tfind_1)
3554 (print_one_static_tracepoint_marker): Adjust.
3555 * cli/cli-cmds.c (print_disassembly): Adjust.
3556 * cli/cli-decode.c (print_doc_line): Adjust.
3557 * cli/cli-interp.c (safe_execute_command): Adjust.
3558 * cli/cli-logging.c (set_logging_redirect, pop_output_files)
3559 (handle_redirections): Adjust.
3560 * cli/cli-script.c (show_user_1): Adjust.
3561 * cli/cli-setshow.c (do_setshow_command, cmd_show_list): Adjust.
3562 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
3563 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Adjust.
3564 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_path)
3565 (mi_cmd_env_dir): Adjust.
3566 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
3567 (print_partial_file_name, mi_cmd_file_list_exec_source_files): Adjust.
3568 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
3569 (mi_cmd_stack_info_depth, mi_cmd_stack_list_args)
3570 (list_args_or_locals): Adjust.
3571 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
3572 (mi_cmd_var_delete, mi_cmd_var_set_format, mi_cmd_var_set_frozen)
3573 (mi_cmd_var_show_format, mi_cmd_var_info_num_children)
3574 (mi_cmd_var_list_children, mi_cmd_var_info_type)
3575 (mi_cmd_var_info_path_expression, mi_cmd_var_info_expression)
3576 (mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression)
3577 (mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one): Adjust.
3578 * mi/mi-interp.c (mi_on_normal_stop): Adjust.
3579 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_thread_select)
3580 (mi_cmd_thread_list_ids, mi_cmd_thread_info, print_one_inferior)
3581 (list_available_thread_groups, mi_cmd_list_thread_groups)
3582 (mi_cmd_data_list_register_names)
3583 (mi_cmd_data_list_changed_registers)
3584 (mi_cmd_data_list_register_values, get_register)
3585 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
3586 (mi_cmd_data_read_memory_bytes, mi_cmd_list_features)
3587 (mi_cmd_list_target_features, mi_cmd_add_inferior)
3588 (mi_execute_command, mi_load_progress): Adjust.
3589 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Adjust.
3590 * python/py-auto-load.c (print_script, info_auto_load_scripts):
3591 Adjust.
3592 * python/py-breakpoint.c (bppy_get_commands): Adjust.
3593 * tui/tui-interp.c (tui_command_loop): Adjust.
3594 * tui/tui-io.c (tui_setup_io, tui_initialize_io): Adjust.
3595
f9679975
PA
35962011-08-04 Pedro Alves <pedro@codesourcery.com>
3597
3598 * exceptions.c (struct catcher): Remove saved_uiout field.
3599 (exceptions_state_mc_init): Remove the `func_uiout' parameter, and
3600 no longer save/resvore the global ui_out builder.
3601 (catch_exceptions_with_msg): Save/override/restore the global
3602 ui_out builder manually instead of relying on TRY_CATCH to do it.
3603 (catch_errors): Save/restore the global ui_out builder manually
3604 instead of relying on TRY_CATCH to do it.
3605 * exceptions.h (exceptions_state_mc_init): Remove the `func_uiout'
3606 parameter.
3607 (TRY_CATCH): Adjust.
3608 * cli/cli-interp.c (safe_execute_command): Save/override/restore
3609 the global ui_out builder manually instead of relying on TRY_CATCH
3610 to do it.
3611
934709f0
PW
36122011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3613
3614 * breakpoint.c (update_global_location_list): Ensure
3615 invariant 'first loc marked not duplicated and inserted,
3616 following locs marked duplicated/not inserted' is respected
3617 for multiple locations at the same address.
3618 (unduplicated_should_be_inserted) New function.
3619 (swap_insertion) New function.
3620
2421fe6f
JK
36212011-08-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3622
3623 * stack.c (print_frame_arguments_choices): Comment typo fix.
3624
3fbb6ffa
TJB
36252011-08-01 Thiago Jung Bauermann <bauerman@br.ibm.com>
3626
3627 Revert:
3628 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3629 * breakpoint.c (insert_bp_location): Remove disabled_breaks
3630 argument. Update callers.
3631
fbe12357
PP
36322011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
3633
3634 PR gdb/13045
3635 * doublest.c (convert_doublest_to_floatformat): Pass correct
3636 mantissa length to put_field.
3637
b1d288d3
JK
36382011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3639
3640 * stack.c (do_gdb_disassembly): Use RETURN_MASK_ERROR, simplify the
3641 exception_print code path.
3642 (backtrace_command): Remove variable e. Protect arg by make_cleanup in
3643 advance. Simplify memset. Remove TRY_CATCH. Remove explicit xfree.
3644 (backtrace_full_command): Remove variable e. Remove TRY_CATCH.
3645
311b5970
JK
36462011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3647
3648 Code cleanup.
3649 * stack.c (struct print_stack_frame_args, print_stack_frame_stub):
3650 Remove, merge them into ...
3651 (print_stack_frame): ... here with a TRY_CATCH. New variable e, remove
3652 variable args and its initialization.
3653 (struct print_args_args, print_args_stub): Remove, merge them into
3654 print_frame.
3655 (struct gdb_disassembly_stub_args, gdb_disassembly_stub): Remove, merge
3656 them into ...
3657 (do_gdb_disassembly): ... here. Remove variable args and its
3658 initialization.
3659 (print_frame): Remove variable args and its initialization, new
3660 variable gdbarch and numargs (from print_args_stub), inline here
3661 print_args_stub with a TRY_CATCH.
3662 (struct backtrace_command_args, backtrace_command_stub): Remove, merge
3663 them into ...
3664 (backtrace_command, backtrace_full_command): ... here with a TRY_CATCH.
fbe12357 3665 New variable e, remove variable btargs and its initialization.
311b5970 3666
484a26a8
TG
36672011-08-01 Tristan Gingold <gingold@adacore.com>
3668
3669 * darwin-nat.c (darwin_decode_exception_message): Adjust assertion.
3670
c30eee59
TJB
36712011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3672
3673 * breakpoint.c (insert_bp_location): Document return value.
3674 (insert_breakpoint_locations): Fix documentation.
3675 (remove_breakpoints): Add documentation.
3676
f116073b
TJB
36772011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3678
3679 * breakpoint.c (insert_bp_location): Remove disabled_breaks
3680 argument. Update callers.
3681
65aa373f
JK
36822011-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3683
3684 * stack.c (print_frame_info): Comment typo fix.
3685
a50242fb
SA
36862011-07-29 Sterling Augustine <saugustine@google.com>
3687
3688 * MAINTAINERS (Write After Approval): Add myself to the list.
3689
267f6504
TT
36902011-07-29 Tom Tromey <tromey@redhat.com>
3691
3692 * solib-target.c: Use DEF_VEC_I, not DEF_VEC_O.
3693 (library_list_start_segment): Update.
3694 (library_list_start_section): Update.
3695
00bd41d6
PM
36962011-07-28 Phil Muldoon <pmuldoon@redhat.com>
3697
3698 * varobj.c (value_get_print_value): Move hint check later into the
3699 function. Comment function. Free thevalue before reusing it.
3700
18a46dbe
JK
37012011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3702 Pedro Alves <pedro@codesourcery.com>
3703
3704 * eval.c (evaluate_subexp_standard): Remove not_lval from all calls of
3705 value_one.
3706 * valops.c (value_one): Remove parameter lv. Do not pass it to itself.
3707 Assert the result kind.
3708 * value.h (value_one): Remove parameter lv.
3709
bb7da2bf
JK
37102011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3711
3712 Fix crash on lval_computed values.
3713 * valops.c (value_zero): Use not_lval for lval_computed.
3714
2d5213f8
TT
37152011-07-27 Tom Tromey <tromey@redhat.com>
3716
3717 * Makefile.in (HFILES_NO_SRCDIR): Add 'common' prefix for
3718 gdb_assert.h, gdb_locale.h, gdb_dirent.h.
3719
11081198
JK
37202011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3721
3722 * typeprint.c (_initialize_typeprint): Extend the help of "whatis" and
3723 "ptype" by their typedefs difference.
3724
3c6e0cb3
JK
37252011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3726
3727 * dwarf2expr.c (ctx_no_read_reg): New function.
3728 * dwarf2expr.h (ctx_no_read_reg): New declaration.
3729 * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
3730 (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
3731 (decode_locdesc): Replace by a caller of dwarf_expr_eval.
3732
523f3620
JK
37332011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3734
3735 * dwarf2-frame.c (no_get_frame_base, no_get_frame_cfa, no_get_frame_pc)
3736 (no_get_tls_address, no_dwarf_call, no_base_type): Move to the other
3737 file.
3738 (dwarf2_frame_ctx_funcs): Reference the renamed functions.
3739 * dwarf2expr.c (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
3740 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
3741 (ctx_no_get_base_type): Move the functions here.
3742 * dwarf2expr.h (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
3743 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
3744 (ctx_no_get_base_type): New declarations.
3745
24d3216f
TT
37462011-07-27 Tom Tromey <tromey@redhat.com>
3747
3748 * xcoffread.c (dwarf2_xcoff_names): Add 'macro' and 'sentinel'
3749 entries.
3750 * symfile.h (struct dwarf2_debug_sections) <sentinel>: New field.
3751 * dwarf2read.c (dwarf2_elf_names): Add sentinel entry.
3752
5005c8a9
PP
37532011-07-26 Sterling Augustine <saugustine@google.com>
3754
3755 * cli/cli-dump.c (dump_binary_file): Change parameter type to
3756 ULONGEST.
3757 (dump_bfd_file): Likewise.
3758
480a3f21
PW
37592011-07-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3760
3761 * remote.c (remote_region_ok_for_hw_watchpoint): New function.
3762 (remote_hw_watchpoint_length_limit): New variable.
3763 (_initialize_remote) add set,show cmds for this new variable.
3764 * gdb.texinfo: document these new commands.
3765 * NEWS: Mention these new commands.
3766
efa80663
PA
37672011-07-26 Pedro Alves <pedro@codesourcery.com>
3768
3769 * breakpoint.c (works_in_software_mode_watchpoint): Also return
3770 true for software watchpoints.
3771
dbdaa232 37722011-07-26 Joel Brobecker <brobecker@adacore.com>
3773
3774 GDB 7.3 released.
3775
cf2c3c16
TT
37762011-07-26 Tom Tromey <tromey@redhat.com>
3777
3778 * symfile.h (struct dwarf2_debug_sections) <macro>: New field.
3779 * dwarf2read.c (read_indirect_string_at_offset): New function.
3780 (read_indirect_string): Use it.
3781 (dwarf_decode_macro_bytes): New function, taken from
3782 dwarf_decode_macros. Handle DW_MACRO_GNU_*.
3783 (dwarf_decode_macros): Use it. handle DW_MACRO_GNU_*.
3784 (dwarf_parse_macro_header, skip_form_bytes, skip_unknown_opcode):
3785 New functions.
3786 (struct dwarf2_per_objfile) <macro>: New field.
3787 (dwarf2_elf_names): Add .debug_macro.
3788 (dwarf2_macros_too_long_complaint): Add 'section' argument.
3789 (dwarf2_locate_sections): Handle new section.
3790 (read_file_scope): Handle DW_AT_GNU_macros.
3791 (dwarf2_per_objfile_free): Unmap the .debug_macro section.
3792
1a532630
PP
37932011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3794
3795 * NEWS: Mention dcache configuration.
3796 * dcache.c (dcache_set_list, dcache_show_list): New variables.
3797 (dcache_size, dcache_line_size): New variables.
3798 (LINE_SIZE_MASK, XFORM, MASK): Adjust.
3799 (struct dcache_block): Make it expandable.
3800 (struct dcache_struct): New field.
3801 (dcache_invalidate): Discard freelist upon dcache_line_size changes.
3802 (dcache_hit, dcache_alloc, dcache_peek_byte): Adjust.
3803 (dcache_poke_byte, dcache_print_line): Adjust.
3804 (set_dcache_size, set_dcache_line_size): New functions.
3805 (set_dcache_command, show_dcache_command): New functions.
3806 (_initialize_dcache): Add new commands.
3807
2eff07b3
PP
38082011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3809
3810 * progspace.h (struct program_space): Add solib_add_generation.
3811 * infcmd.c (post_create_inferior): Only call solib_add if not
3812 already done.
3813 * solib.c (solib_add): Increment solib_add_generation.
3814
543305c9
JK
38152011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3816
3817 Fix implicit pointer offsets.
3818 * dwarf2loc.c (indirect_pieced_value): Comment byte_offset. Use also
3819 ptr.OFFSET.
3820
c0a91b2b
TT
38212011-07-25 Tom Tromey <tromey@redhat.com>
3822
3823 * ada-lang.c (ada_exception_breakpoint_ops): Make return type
3824 const.
3825 (ada_exception_sal): Make 'ops' const.
3826 (ada_decode_exception_location): Likewise.
3827 (ada_decode_assert_location): Likewise.
3828 (catch_assert_command): Update.
3829 (catch_ada_exception_command): Update.
3830 (create_ada_exception_catchpoint): Make 'ops' const.
3831 * breakpoint.c (set_raw_breakpoint_without_location)
3832 (set_raw_breakpoint, momentary_breakpoint_from_master): Make 'ops'
3833 const.
3834 (create_internal_breakpoint): Update.
3835 (init_raw_breakpoint_without_location): Make 'ops' const.
3836 (init_raw_breakpoint, init_catchpoint)
3837 (create_fork_vfork_event_catchpoint)
3838 (create_syscall_event_catchpoint, init_breakpoint_sal)
3839 (create_breakpoint_sal, create_breakpoints_sal)
3840 (create_breakpoint, init_ada_exception_breakpoint): Likewise.
3841 * breakpoint.h (struct breakpoint) <ops>: Now const.
3842 (init_ada_exception_breakpoint, create_breakpoint): Make 'ops'
3843 const.
3844
6cb9b55b
PP
38452011-07-25 Paul Pluzhnikov <ppluzhnikov@google.com>
3846
3847 * linux-thread-db.c (thread_from_lwp): Initialize th.th_unique.
3848
d9b3f62e
PA
38492011-07-25 Pedro Alves <pedro@codesourcery.com>
3850
3851 * breakpoint.h (print_recreate_thread): Declare.
3852 (struct breakpoint): Move step_count, pass_count,
3853 number_on_target, static_trace_marker_id,
3854 static_trace_marker_id_idx ...
3855 (struct tracepoint): ... to this new struct.
3856 (get_tracepoint, get_tracepoint_by_number_on_target)
3857 (get_tracepoint_by_number): Change return type to struct
3858 tracepoint pointer.
3859 * breakpoint.c (is_tracepoint_type): New, factored out from
3860 is_tracepoint.
3861 (is_tracepoint): Adjust.
3862 (print_one_breakpoint_location): Cast to struct tracepoint as
3863 necessary, and adjust.
3864 (print_recreate_catch_fork, print_recreate_catch_vfork)
3865 (print_recreate_catch_syscall, print_recreate_catch_exec): Call
3866 print_recreate_thread.
3867 (init_breakpoint_sal): New, factored out from
3868 create_breakpoint_sal.
3869 (create_breakpoint_sal): Reimplement.
3870 (create_breakpoint): Allocate a struct tracecepoint if the caller
3871 wanted a tracepoint. Use init_breakpoint_sal and
3872 install_breakpoint.
3873 (print_recreate_ranged_breakpoint, print_recreate_watchpoint)
3874 (print_recreate_masked_watchpoint)
3875 (print_recreate_exception_catchpoint): Call print_recreate_thread.
3876 (tracepoint_print_one_detail): Adjust.
3877 (tracepoint_print_recreate): Adjust. Call print_recreate_thread.
3878 Dump the pass count here.
3879 (update_static_tracepoint): Adjust.
3880 (addr_string_to_sals): Adjust.
3881 (create_tracepoint_from_upload): Adjust. Change return type to
3882 struct tracepoint pointer.
3883 (trace_pass_set_count): Change parameter type to struct tracepoint
3884 pointer, and adjust.
3885 (trace_pass_command): Adjust.
3886 (get_tracepoint, get_tracepoint_by_number_on_target)
3887 (get_tracepoint_by_number): Change return type to struct
3888 tracepoint pointer, and adjust.
3889 (print_recreate_thread): New, factored out from save_breakpoints.
3890 (save_breakpoints): Don't print thread and task and passcount
3891 recreation here.
3892 * remote.c (remote_download_tracepoint): Adjust.
3893 * tracepoint.c (trace_actions_command, validate_actionline)
3894 (start_tracing, tfind_1, trace_find_tracepoint_command)
3895 (trace_dump_command): Adjust.
3896 (find_matching_tracepoint): Change return type to struct
3897 tracepoint pointer, and adjust.
3898 (merge_uploaded_tracepoints, tfile_get_traceframe_address)
3899 (tfile_trace_find, tfile_fetch_registers): Adjust.
3900 * tracepoint.h (create_tracepoint_from_upload): Change return type
3901 to struct tracepoint pointer.
3902 * ada-lang.c (print_recreate_exception): Call
3903 print_recreate_thread.
3904 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Adjust.
3905
3a5c3e22
PA
39062011-07-25 Pedro Alves <pedro@codesourcery.com>
3907
3908 * breakpoint.h (struct breakpoint): Move ops as first field. Move
3909 exp_string, exp_string_reparse, exp, exp_valid_block, cond_exp,
3910 cond_exp_valid_block, val, val_valid, watchpoint_frame,
3911 watchpoint_thread, watchpoint_triggered ...
3912 (struct watchpoint): ... to this new struct.
3913 (is_watchpoint): Declare.
3914 (install_breakpoint): Add new `internal' parameter.
3915 * breakpoint.c (is_watchpoint): Delete declaration.
3916 (set_breakpoint_condition): Handle watchpoints.
3917 (is_watchpoint): Make public.
3918 (watchpoint_in_thread_scope): Change parameter type to struct
3919 watchpoint.
3920 (watchpoint_del_at_next_stop): Change parameter type to struct
3921 watchpoint. Remove assertion. Adjust.
3922 (update_watchpoint): Ditto.
3923 (insert_breakpoints, breakpoint_init_inferior)
3924 (watchpoints_triggered, watchpoint_check)
3925 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions)
3926 (bpstat_stop_status, print_one_breakpoint_location)
3927 (print_one_breakpoint_location, watchpoint_locations_match): Cast
3928 to struct watchpoint as necessary, and adjust.
3929 (install_breakpoint): Add `internal' argument. If true, don't
3930 mention the new breakpoint. Use set_breakpoint_number.
3931 (create_fork_vfork_event_catchpoint)
3932 (create_syscall_event_catchpoint): Adjust.
3933 (dtor_watchpoint): New.
3934 (re_set_watchpoint, insert_watchpoint, remove_watchpoint)
3935 (breakpoint_hit_watchpoint, resources_needed_watchpoint)
3936 (print_it_watchpoint, print_mention_watchpoint)
3937 (print_recreate_watchpoint, insert_masked_watchpoint)
3938 (remove_masked_watchpoint, resources_needed_masked_watchpoint)
3939 (print_one_detail_masked_watchpoint)
3940 (print_mention_masked_watchpoint)
3941 (print_recreate_masked_watchpoint): Cast to struct watchpoint as
3942 necessary, and adjust.
3943 (watch_command_1): Allocate and initialize a struct watchpoint
3944 instead of a struct breakpoint. Use install_breakpoint.
3945 (catch_exec_command_1): Adjust.
3946 (base_breakpoint_dtor): Delete accesses to watchpoint specific
3947 fields.
3948 (delete_breakpoint, enable_breakpoint_disp)
3949 (invalidate_bp_value_on_memory_change): Cast to struct watchpoint
3950 as necessary, and adjust.
3951 (initialize_breakpoint_ops): Install dtor_watchpoint as
3952 watchpoints' dtor method.
3953 * ada-lang.c (create_ada_exception_catchpoint): Adjust.
3954 * python/py-breakpoint.c (bppy_get_expression): Use is_watchpoint.
3955 to struct watchpoint as necessary, and adjust.
3956
2060206e
PA
39572011-07-25 Pedro Alves <pedro@codesourcery.com>
3958
3959 * ada-lang.c (dtor_exception, re_set_exception): Indirect through
3960 the the base class ops table.
3961 (catch_exception_breakpoint_ops)
3962 (catch_exception_unhandled_breakpoint_ops)
3963 (catch_assert_breakpoint_ops): Don't statically initialize.
3964 (initialize_ada_catchpoint_ops): New.
3965 (_initialize_ada_language): Call it.
3966 * breakpoint.c (base_breakpoint_ops, bkpt_base_breakpoint_ops)
3967 (bkpt_breakpoint_ops): Forward declare.
3968 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
3969 (catch_syscall_breakpoint_ops, catch_exec_breakpoint_ops)
3970 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
3971 (masked_watchpoint_breakpoint_ops)
3972 (gnu_v3_exception_catchpoint_ops): Don't statically initialize.
3973 (dtor_catch_syscall, dtor_catch_exec): Indirect through the the
3974 base class ops table.
3975 (null_re_set, null_check_status, null_works_in_software_mode)
3976 (null_resources_needed, null_print_one_detail): Delete.
3977 (bkpt_dtor): Rename to ...
3978 (base_breakpoint_dtor): ... this. Make static.
3979 (bkpt_allocate_location): Rename to ...
3980 (base_breakpoint_allocate_location): ... this. Make static.
3981 (base_breakpoint_re_set): New.
3982 (internal_error_pure_virtual_called): New.
3983 (base_breakpoint_insert_location, base_breakpoint_remove_location)
3984 (base_breakpoint_breakpoint_hit, base_breakpoint_check_status)
3985 (base_breakpoint_works_in_software_mode)
3986 (base_breakpoint_resources_needed, base_breakpoint_print_it)
3987 (base_breakpoint_print_one_detail, base_breakpoint_print_mention)
3988 (base_breakpoint_print_recreate): New functions.
3989 (base_breakpoint_ops): New global.
3990 (bkpt_re_set, bkpt_insert_location, bkpt_remove_location)
3991 (bkpt_breakpoint_hit): Make static.
3992 (bkpt_check_status): Delete.
3993 (bkpt_resources_needed): Make static.
3994 (bkpt_works_in_software_mode): Delete.
3995 (bkpt_print_it, bkpt_print_mention, bkpt_print_recreate): Make
3996 static.
3997 (bkpt_breakpoint_ops, internal_breakpoint_ops)
3998 (momentary_breakpoint_ops): Don't statically initialize.
3999 (internal_bkpt_print_recreate, momentary_bkpt_print_recreate):
4000 Delete.
4001 (tracepoint_insert_location, tracepoint_remove_location)
4002 (tracepoint_check_status, tracepoint_works_in_software_mode)
4003 (tracepoint_print_it): Delete.
4004 (tracepoint_breakpoint_ops): Don't statically initialize.
4005 (initialize_breakpoint_ops): New.
4006 (_initialize_breakpoint): Call it.
4007 * breakpoint.h (null_re_set, null_works_in_software_mode)
4008 (null_resources_needed, null_check_status, null_print_one_detail):
4009 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
4010 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
4011 (bkpt_check_status, bkpt_resources_needed)
4012 (bkpt_works_in_software_mode, bkpt_print_it)
4013 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
4014 Delete declarations.
4015 (initialize_breakpoint_ops): Declare.
4016
001c8c33
PA
40172011-07-25 Pedro Alves <pedro@codesourcery.com>
4018
4019 * breakpoint.c (bkpt_print_it, internal_bkpt_print_it)
4020 (momentary_bkpt_print_it): Simplify.
4021
06edf0c0
PA
40222011-07-25 Pedro Alves <pedro@codesourcery.com>
4023
4024 Split internal, momentary and user breakpoints breakpoint_ops
4025 tables.
4026
4027 * breakpoint.c (internal_breakpoint_ops)
4028 (momentary_breakpoint_ops): Forward declare.
4029 (create_internal_breakpoint): Add new breakpoint_ops parameter.
4030 Pass it down, rather than hardcoding bkpt_breakpoint_ops.
4031 (create_overlay_event_breakpoint)
4032 (create_std_terminate_master_breakpoint)
4033 (create_exception_master_breakpoint): Create breakpoints with
4034 internal_breakpoint_ops vtable.
4035 (set_longjmp_breakpoint): Create momentary breakpoints with
4036 momentary_breakpoint_ops vtable, using
4037 momentary_breakpoint_from_master.
4038 (create_thread_event_breakpoint, create_jit_event_breakpoint)
4039 (create_solib_event_breakpoint): Create breakpoints with
4040 internal_breakpoint_ops vtable.
4041 (set_momentary_breakpoint): Create breakpoints with
4042 momentary_breakpoint_ops vtable.
4043 (momentary_breakpoint_from_master): New, factored out from
4044 clone_momentary_breakpoint.
4045 (clone_momentary_breakpoint): Adjust.
4046 (watch_command_1): Create scope breakpoints with
4047 momentary_breakpoint_ops vtable.
4048 (bkpt_re_set): Remove handling of internal and momentary
4049 breakpoints.
4050 (bkpt_print_mention, bkpt_print_recreate): New.
4051 (bkpt_breakpoint_ops): Adjust.
4052 (internal_bkpt_re_set, internal_bkpt_check_status)
4053 (internal_bkpt_print_it, internal_bkpt_print_mention)
4054 (internal_bkpt_print_recreate, internal_breakpoint_ops): New.
4055 (momentary_bkpt_re_set, momentary_bkpt_check_status)
4056 (momentary_bkpt_print_it, momentary_bkpt_print_mention)
4057 (momentary_bkpt_print_recreate): New.
4058 (momentary_breakpoint_ops): New.
4059
348d480f
PA
40602011-07-25 Pedro Alves <pedro@codesourcery.com>
4061
4062 Implement most breakpoint_ops methods for all breakpoint types,
4063 and move the default handlings to the proper callbacks.
4064
4065 * breakpoint.c (update_watchpoint): Always call the breakpoint's
4066 works_in_software_mode method.
4067 (insert_bp_location): Go through breakpoint_ops->insert_location
4068 for software and hardware watchpoints.
4069 (create_internal_breakpoint): Pass bkpt_breakpoint_ops as
4070 breakpoint_ops.
4071 (remove_breakpoint_1): Go through breakpoint_ops->remove_location
4072 for software and hardware watchpoints.
4073 (print_it_typical): Delete.
4074 (print_bp_stop_message): Always call the breakpoint_ops->print_it
4075 method.
4076 (watchpoint_check): Adjust comment.
4077 (bpstat_check_location): Simply always call the breakpoint's
4078 breakpoint_hit method.
4079 (bpstat_stop_status): Always call the breakpoint's check_status
4080 method. Remove special cases for watchpoints and internal event
4081 breakpoints from here (moved to the check_status implementations).
4082 (print_one_breakpoint_location): Assume b->ops is never NULL.
4083 Remove static tracepoint marker id printing from here (moved to
4084 the print_one_detail callback implementation of tracepoints).
4085 (init_bp_location): Assert OPS is never NULL.
4086 (allocate_bp_location): Always call the breakpoint's
4087 allocate_location method, and remove the default code from here.
4088 (free_bp_location): Always call the location's dtor method, and
4089 remove the default code from here.
4090 (init_raw_breakpoint_without_location): Assert OPS is never NULL.
4091 (set_raw_breakpoint_without_location): Add new breakpoint_ops
4092 parameter. Pass it down.
4093 (set_raw_breakpoint): Ditto.
4094 (print_it_catch_fork): Adjust to take a bpstat as argument.
4095 (catch_fork_breakpoint_ops): Install methods.
4096 (print_it_catch_vfork): Adjust to take a bpstat as argument.
4097 (catch_vfork_breakpoint_ops): Install methods.
4098 (dtor_catch_syscall): Call the base dtor.
4099 (print_it_catch_syscall): Adjust to take a bpstat as argument.
4100 (catch_syscall_breakpoint_ops): Install methods.
4101 (dtor_catch_exec): Call the base dtor.
4102 (print_it_catch_exec): Adjust to take a bpstat as argument.
4103 (catch_exec_breakpoint_ops): Install methods.
4104 (hw_breakpoint_used_count, hw_watchpoint_used_count): Always call
4105 the breakpoint's resources_needed method, and remove the default
4106 code from here.
4107 (set_momentary_breakpoint): Pass bkpt_breakpoint_ops as
4108 breakpoint_ops.
4109 (clone_momentary_breakpoint): Clone the original's ops.
4110 (mention): Always call the breakpoint's print_mention method, and
4111 remove the default code from here.
4112 (create_breakpoint_sal): Adjust to pass the ops to
4113 set_raw_breakpoint rather than setting it manually.
4114 (create_breakpoint): Assert ops is never NULL. Adjust to pass the
4115 ops to set_raw_breakpoint_without_location rather than setting it
4116 manually.
4117 (break_command_1): Pass bkpt_breakpoint_ops as breakpoint_ops.
4118 (print_it_ranged_breakpoint): Adjust to take a bpstat as argument.
4119 (ranged_breakpoint_ops): Install methods.
4120 (break_range_command): Adjust to pass the ops to
4121 set_raw_breakpoint rather than setting it manually.
4122 (re_set_watchpoint, breakpoint_hit_watchpoint)
4123 (check_status_watchpoint, resources_needed_watchpoint)
4124 (works_in_software_mode_watchpoint, print_it_watchpoint)
4125 (print_mention_watchpoint, print_recreate_watchpoint): New
4126 functions.
4127 (watchpoint_breakpoint_ops): Install new methods.
4128 (print_it_masked_watchpoint): New function.
4129 (masked_watchpoint_breakpoint_ops): Install new methods.
4130 (watch_command_1): Adjust to pass the right breakpoint_ops to
4131 set_raw_breakpoint_without_location rather than setting it
4132 manually later. Record the current pspace.
4133 (print_it_exception_catchpoint): Adjust to take a bpstat as
4134 argument.
4135 (gnu_v3_exception_catchpoint_ops): Install new methods.
4136 (say_where): New function.
4137 (null_re_set, null_check_status, null_works_in_software_mode)
4138 (null_resources_needed, null_print_one_detail, bp_location_dtor):
4139 New functions.
4140 (bp_location_ops): New global.
4141 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
4142 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
4143 (bkpt_check_status, bkpt_resources_needed)
4144 (bkpt_works_in_software_mode, bkpt_print_it, bkpt_print_mention)
4145 (bkpt_print_recreate): New functions.
4146 (bkpt_breakpoint_ops): New global.
4147 (tracepoint_re_set, tracepoint_insert_location)
4148 (tracepoint_remove_location, tracepoint_breakpoint_hit)
4149 (tracepoint_check_status, tracepoint_works_in_software_mode)
4150 (tracepoint_print_it, tracepoint_print_one_detail)
4151 (tracepoint_print_mention, tracepoint_print_recreate): New
4152 functions.
4153 (tracepoint_breakpoint_ops): New global.
4154 (delete_breakpoint): Always call the breakpoint's dtor method, and
4155 remove the default handling from here.
4156 (breakpoint_re_set_default): Make static.
4157 (breakpoint_re_set_one): Always call the breakpoints re_set
4158 method, and remove the default handling from here.
4159 (trace_command, ftrace_command, strace_command)
4160 (create_tracepoint_from_upload): Pass appropriate breakpoints_ops
4161 to create_breakpoint.
4162 (save_breakpoints): Always call the breakpoint's print_recreate
4163 method, and remove the default handling from here.
4164
4165 * ada-lang.c (dtor_exception): Call the base dtor.
4166 (re_set_exception): Call the base method.
4167 (print_it_exception, print_it_catch_exception): Adjust to take a
4168 bpstat as argument.
4169 (catch_exception_breakpoint_ops): Install methods.
4170 (print_it_catch_exception_unhandled): Adjust to take a bpstat as
4171 argument.
4172 (catch_exception_unhandled_breakpoint_ops): Install methods.
4173 (print_it_catch_assert): Adjust to take a bpstat as argument.
4174 (catch_assert_breakpoint_ops): Install methods.
4175
4176 * breakpoint.h (struct breakpoint_ops): Adjust the print_it method
4177 to take a bpstat as argument.
4178 (enum print_stop_action): Add describing comments to each enum
4179 value.
4180 (breakpoint_re_set_default): Delete declaration.
4181 (null_re_set, null_works_in_software_mode, null_resources_needed)
4182 (null_check_status, null_print_one_detail): Declare.
4183 (bkpt_breakpoint_ops): Declare.
4184 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
4185 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
4186 (bkpt_check_status, bkpt_resources_needed)
4187 (bkpt_works_in_software_mode, bkpt_print_it)
4188 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
4189 Declare.
4190
4191 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust to pass
4192 bkpt_breakpoint_ops.
4193 * python/py-breakpoint.c (bppy_init): Ditto.
4194
be8f8133
PW
41952011-07-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4196
4197 * MAINTAINERS (Write After Approval): Add myself to the list.
4198
3807f613
PP
41992011-07-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4200
4201 * elfread.c (elf_rel_plt_read): Fix off-by-one bug.
4202
1ced966e
PA
42032011-07-22 Pedro Alves <pedro@codesourcery.com>
4204
4205 * i386-nat.c (I386_DR_VACANT, I386_DR_LOCAL_ENABLE)
4206 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
4207 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): Add state parameter and
4208 adjust.
4209 (dr_mirror, dr_status_mirror, dr_control_mirror): Delete.
4210 (struct i386_debug_reg_state): New.
4211 (i386_init_dregs): New.
4212 (dr_mirror): New.
4213 (i386_cleanup_dregs): Use i386_init_dregs.
4214 (i386_show_dr): Add state parameter and adjust.
4215 (i386_insert_aligned_watchpoint): Ditto. Don't pass the info to
4216 the inferior here.
4217 (i386_remove_aligned_watchpoint): Likewise.
4218 (i386_handle_nonaligned_watchpoint): Add state parameter and adjust.
4219 (i386_update_inferior_debug_regs): New.
4220 (i386_insert_watchpoint): Work on a local mirror of the debug
4221 registers, and only update the inferior on success.
4222 (i386_remove_watchpoint): Ditto.
4223 (i386_region_ok_for_watchpoint): Adjust.
4224 (i386_stopped_data_address): Adjust.
4225 (i386_insert_hw_breakpoint): Adjust.
4226 (i386_remove_hw_breakpoint): Adjust.
4227
3543a589
TT
42282011-07-22 Tom Tromey <tromey@redhat.com>
4229
4230 * amd64-tdep.c (amd64_pseudo_register_read_value): Rename
4231 from amd64_pseudo_register_read. Change arguments. Call
4232 mark_value_bytes_unavailable when needed.
4233 (amd64_init_abi): Use set_gdbarch_pseudo_register_read_value, not
4234 set_gdbarch_pseudo_register_read.
4235 * sentinel-frame.c (sentinel_frame_prev_register): Use
4236 regcache_cooked_read_value.
4237 * regcache.h (regcache_cooked_read_value): Declare.
4238 * regcache.c (regcache_cooked_read_value): New function.
4239 (regcache_cooked_read): Call
4240 gdbarch_pseudo_register_read_value if available.
4241 * i386-tdep.h (i386_pseudo_register_read_value): Declare.
4242 (i386_pseudo_register_read): Remove.
4243 * i386-tdep.c (i386_pseudo_register_read_into_value): Rename from
4244 i386_pseudo_register_read. Change arguments. Call
4245 mark_value_bytes_unavailable when needed.
4246 (i386_pseudo_register_read_value): New function.
4247 (i386_gdbarch_init): Call set_gdbarch_pseudo_register_read_value,
4248 not set_gdbarch_pseudo_register_read.
4249 * gdbarch.sh (pseudo_register_read_value): New method.
4250 * gdbarch.c, gdbarch.h: Rebuild.
4251 * findvar.c (value_from_register): Call get_frame_register_value.
4252
95298e72
PM
42532011-07-22 Phil Muldoon <pmuldoon@redhat.com>
4254
4255 * event-top.c (cli_command_loop): Use get_prompt, get_suffix,
4256 get_prefix.
4257 (display_gdb_prompt): Likewise.
4258 (change_annotation_level): Likewise.
4259 (push_prompt): Likewise.
4260 (pop_prompt): Likewise.
4261 (handle_stop_sig): Use get_prompt with a level.
4262 * top.c (command_loop): Use get_prompt with a level.
4263 (set_async_annotation_level): Use set_prompt with a level.
4264 (get_prefix): New function.
4265 (set_prefix): Ditto.
4266 (set_suffix): Ditto.
4267 (get_suffix): Ditto.
4268 (get_prompt): Accept a level argument.
4269 (set_prompt): Accept a level argument. Free old prompts. Set
4270 new_async_prompt if level is 0.
4271 (init_main): Use set_prompt with a level. Do not set
4272 new_async_prompt.
4273 * event-top.h (PROMPT, SUFFIX, PREFIX): Move to top.c
4274 * top.h: Declare set_suffix, get_suffix, set_prefix, get_prefix.
4275 Modify set_prompt, get_prompt to account for levels.
4276 * tui/tui-interp.c (tui_command_loop): Use get_prompt with a
4277 level.
4278 * python/python.c (before_prompt_hook): Use set_prompt.
4279
d26e3629
KY
42802011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
4281
4282 * defs.h: Add guard against inclusion in gdbserver.
4283 (struct ptid, ptid_t): Move to common/ptid.h.
4284 (xfree, xzalloc, xasprintf, xvasprintf, xstrprintf, xstrvprintf,
4285 xsnprintf, internal_error): Move to common/common-utils.h.
4286 (nomem): Delete.
4287 * gdb_assert.h: Move into common/ sub-directory.
4288 * gdb_locale.h: Ditto.
4289 * gdb_dirent.h: Ditto.
4290 * inferior.h (minus_one_ptid, null_ptid, ptid_build, pid_to_ptid,
4291 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid):
4292 Move into common/ptid.h.
4293 * xml-support.c (xml_escape_text): Move into common/xml-utils.c.
4294 (gdb_xml_create_parser_and_cleanup_1, xml_fetch_context_from_file):
4295 Change nomem to malloc_failure.
4296 * xml-support.h (xml_escape_text): Move into common/xml-utils.h.
4297 * utils.c (nomem): Rename to malloc_failure.
4298 (xmalloc, xzalloc, xrealloc, xcalloc, xfree, xstrprintf, xasprintf,
4299 xvasprintf, xstrvprintf, xsnprintf): Move to common/common-utils.c.
4300 (gdb_buildargv): Change nomem to malloc_failure.
4301 * infrun.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
4302 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
4303 ptid_is_pid): Move into common/ptid.c.
4304 (initialize_infrun): Delete initialization of null_ptid and
4305 minus_one_ptid.
4306 * linux-nat.c (linux_nat_xfer_osdata): Defer to
4307 linux_common_xfer_osdata.
4308 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
4309 common/ptid.c and common/buffer.c.
4310 (HFILES_NO_SRCDIR): Add common/common-utils.h, common/xml-utils.h,
4311 common/ptid.h, common/buffer.h and common/linux-osdata.h.
4312 (COMMON_OBS): Add xml-utils.o, common-utils.o, buffer.o and ptid.o.
4313 (common-utils.o, xml-utils.o, ptid.o, buffer.o, linux-osdata.o): New
4314 rules.
4315 * common/gdb_assert.h: New.
4316 * common/gdb_dirent.h: New.
4317 * common/gdb_locale.h: New.
4318 * common/buffer.c: New.
4319 * common/buffer.h: New.
4320 * common/ptid.c: New.
4321 * common/ptid.h: New.
4322 * common/xml-utils.c: New.
4323 * common/xml-utils.h: New.
4324 * common/common-utils.c: New.
4325 * common/common-utils.h: New.
4326 * common/linux-osdata.c: New.
4327 * common/linux-osdata.h: New.
4328 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-osdata.o.
4329 * config/arm/linux.mh (NATDEPFILES): Ditto.
4330 * config/i386/linux.mh (NATDEPFILES): Ditto.
4331 * config/i386/linux64.mh (NATDEPFILES): Ditto.
4332 * config/ia64/linux.mh (NATDEPFILES): Ditto.
4333 * config/m32r/linux.mh (NATDEPFILES): Ditto.
4334 * config/m68k/linux.mh (NATDEPFILES): Ditto.
4335 * config/mips/linux.mh (NATDEPFILES): Ditto.
4336 * config/pa/linux.mh (NATDEPFILES): Ditto.
4337 * config/powerpc/linux.mh (NATDEPFILES): Ditto.
4338 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Ditto.
4339 * config/s390/s390.mh (NATDEPFILES): Ditto.
4340 * config/sparc/linux.mh (NATDEPFILES): Ditto.
4341 * config/sparc/linux64.mh (NATDEPFILES): Ditto.
4342 * config/xtensa/linux.mh (NATDEPFILES): Ditto.
4343
edc84990 43442011-07-21 Matt Rice <ratmice@gmail.com>
4345
4346 * NEWS: Add info macros and info definitions commands.
4347
3a7bf607
PM
43482011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4349
4350 * NEWS: Document Python prompt substitution hook.
4351
9b158ba0 43522011-07-18 Matt Rice <ratmice@gmail.com>
4353
4354 PR macros/12999
4355 * macrotab.h (macro_callback_fn): Add new arguments to callback.
4356 * macrotab.c (foreach_macro): Ditto.
4357 (foreach_macro_in_scope): Ditto.
4358 * macrocmd.c (print_macro_callback): New function.
4359 (info_macro_command): Move some code to print_macro_definition.
4360 (print_macro_definition): New function.
4361 (print_one_macro): Add new arguments to callback.
4362 (info_definitions_command): New function.
4363 (info_macros_command): Ditto.
4364 (_initialize_macrocmd): Add info macros and info definitions commands.
4365 * symtab.c (add_macro_name): Add new arguments to callback.
4366
d17b6f81
PM
43672011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4368 Tom Tromey <tromey@redhat.com>
4369
4370 * top.c (set_prompt): Rewrite to free previous prompt, free
4371 asynch_new_prompt and set both on new prompts.
4372 * event-top.c (display_gdb_prompt): Add prompt substitution
4373 logic.
4374 * python/python.c (before_prompt_hook): New function.
4375
1364323a 43762011-07-20 Matt Rice <ratmice@gmail.com>
4377
4378 * bfin-tdep.c (bfin_extract_return_value): Fix swapped
4379 arguments to store_unsigned_integer.
4380
8b70b953
TT
43812011-07-20 Tom Tromey <tromey@redhat.com>
4382
6c83ed52
TT
4383 * dwarf2read.c (process_enumeration_scope): Do not call new_symbol
4384 in some declaration-only cases.
4385
43862011-07-18 Tom Tromey <tromey@redhat.com>
4387
8b70b953
TT
4388 PR symtab/12984:
4389 * dwarf2read.c (dwarf2_section_info_def): New typedef.
4390 (struct dwarf2_per_objfile) <types>: Change to a VEC.
4391 (struct dwarf2_per_cu_data) <from_debug_types>: Remove.
4392 <debug_type_section>: New field.
4393 (dwarf2_locate_sections): Push .debug_types sections onto VEC.
4394 (load_cu): Use appropriate section.
4395 (create_signatured_type_table_from_index): Add 'section'
4396 argument.
4397 (dwarf2_read_index): Only allow a single .debug_types section.
4398 (dw2_get_file_names): Use appropriate section.
4399 (read_type_comp_unit_head): Add 'section' argument.
4400 (create_debug_types_hash_table): Loop over all .debug_types
4401 sections.
4402 (init_cu_die_reader): Use appropriate section.
4403 (process_psymtab_comp_unit, load_partial_comp_unit)
4404 (load_full_comp_unit, read_die_and_children, find_partial_die)
4405 (lookup_die_type, determine_prefix, follow_die_offset): Update.
4406 (lookup_signatured_type_at_offset): Add 'section' argument.
4407 (read_signatured_type_at_offset): Add 'sect' argument.
4408 (read_signatured_type): Use appropriate section.
4409 (set_die_type, get_die_type_at_offset): Update.
4410 (dwarf2_per_objfile_free): Free all .debug_types sections, and
4411 VEC.
4412 (write_psymtabs_to_index): Don't allow index with more than one
4413 .debug_types section.
4414
918dd910
JK
44152011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4416
4417 Fix crash if referenced CU is aged out.
4418 * dwarf2loc.c (per_cu_dwarf_call): New variable back_to, use to for
4419 xfree of block.data.
4420 (indirect_pieced_value): New variable back_to, use to for xfree of
4421 baton.data.
4422 (dwarf2_compile_expr_to_ax): New variable back_to, use to for xfree of
4423 block.data.
4424 * dwarf2read.c (dwarf2_find_base_address): New prototype.
4425 (load_cu): New function from ...
4426 (dw2_do_instantiate_symtab): ... the code here ...
4427 (process_full_comp_unit): ... and here.
4428 (dwarf2_fetch_die_location_block): Call load_cu first. Call xmemdup on
4429 retval.data.
4430
0e37a63c
JK
44312011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4432
4433 * dwarf2loc.c (indirect_pieced_value): Use check_typedef for VALUE's
4434 type.
4435
7e324e48
GB
44362011-07-19 Gary Benson <gbenson@redhat.com>
4437
4438 * infrun.c (struct execution_control_state): New member
4439 stop_func_filled_in.
4440 (clear_stop_func, fill_in_stop_func): New functions.
4441 (handle_inferior_event): Call clear_stop_func rather than
4442 manipulating the execution control state directly.
4443 Call fill_in_stop_func lazily as required rather than
4444 directly calling find_pc_partial_function in all cases.
4445
d48323d8
TT
44462011-07-18 Tom Tromey <tromey@redhat.com>
4447
4448 * dwarf2read.c (read_subrange_type): Use attr_form_is_block when
4449 checking for variable-sized array.
4450
40591b7d
JCD
44512011-07-18 Jean-Charles Delay <delay@adacore.com>
4452
4453 * varobj.h (varobj_languages): Add vlang_ada definition to the list
4454 of supported languages.
4455 * varobj.c: Add top definitions and basic implementation of the
4456 following callbacks: ada_number_of_children, ada_name_of_variable,
4457 ada_name_of_child, ada_path_expr_of_child, ada_value_of_root,
4458 ada_value_of_child, ada_type_of_child, ada_value_of_variable.
4459 (languages): Register Ada-specific callbacks.
4460 (variable_language): Add the Ada case in the language setter switch.
4461
2e424e08
JK
44622011-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4463
4464 * remote-mips.c (pmon_download): Fix ignored return value GCC warning.
4465
9e8b7a03
JK
44662011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4467
4468 Code cleanup.
4469 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): New.
4470 (execute_stack_op): Use dwarf2_frame_ctx_funcs
4471 * dwarf2expr.c (dwarf_get_base_type): Access get_base_type via funcs.
4472 (execute_stack_op): Access read_reg, get_frame_base, read_mem,
4473 get_frame_cfa, get_tls_address and dwarf_call via funcs.
4474 * dwarf2expr.h (struct dwarf_expr_context): New forward declaration.
4475 (struct dwarf_expr_context_funcs): New, move here methods from ...
4476 (struct dwarf_expr_context): ... here. New fields funcs.
4477 * dwarf2loc.c (dwarf_expr_dwarf_call): Access get_frame_pc via funcs.
4478 (dwarf_expr_ctx_funcs): New.
4479 (dwarf2_evaluate_loc_desc_full): Use dwarf_expr_ctx_funcs.
4480 (needs_frame_dwarf_call): Access get_frame_pc via funcs.
4481 (needs_frame_ctx_funcs): New.
4482 (dwarf2_loc_desc_needs_frame): Use needs_frame_ctx_funcs.
4483
2b1260ab
FM
44842011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
4485
4486 * MAINTAINERS (Write After Approval): Add myself to the list.
4487
8bd90839
FM
44882011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
4489
4490 * dwarf2-frame.c (decode_frame_entry, decode_frame_entry_1): Ensure
4491 that CIE pointer of an FDE really points to a CIE .
4492
953b98d1
HZ
44932011-07-15 Hui Zhu <teawater@gmail.com>
4494
4495 * remote.c (remote_get_trace_status): Add comments.
4496
c8f2448a
JK
44972011-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4498
4499 Code cleanup - constify struct lval_funcs.
4500 * dwarf2loc.c (pieced_value_funcs): Make it const.
4501 * infrun.c (siginfo_value_funcs): Likewise.
4502 * opencl-lang.c (opencl_value_funcs): Likewise.
4503 * valops.c (value_assign, value_ind): Make the funcs variable const.
4504 * value.c (struct value): Make location.computed.funcs target const.
4505 Rearrange the comments.
4506 (allocate_computed_value): Make the funcs parameter target const.
4507 (value_computed_funcs): Return the funcs target const.
4508 (value_free, value_copy, set_value_component_location): Make the funcs
4509 variable const.
4510 * value.h (allocate_computed_value): Make the funcs parameter target
4511 const.
4512 (value_computed_funcs): Return the funcs target const.
4513 * windows-tdep.c (tlb_value_funcs): Make it const.
4514
f652de6f
HZ
45152011-07-14 Hui Zhu <teawater@gmail.com>
4516
4517 * remote.c (remote_get_trace_status): Initialize p.
4518
67f41397
JK
45192011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4520
4521 Work around kgdb.
4522 * remote.c (remote_get_trace_status): New variable ex. Put
4523 remote_get_noisy_reply into TRY_CATCH. Call exception_fprintf for it.
4524
d1b66e6d
TT
45252011-07-13 Tom Tromey <tromey@redhat.com>
4526
4527 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>: Use
4528 value_from_contents for final conversion.
4529
1632a688
JK
45302011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4531
4532 Code cleanup.
4533 * dwarf2loc.c (dwarf_expr_frame_base_1, dwarf2_evaluate_loc_desc_full):
4534 Indent prototypes so they do not get into tags.
4535
a7035dbb
JK
45362011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4537
4538 Code cleanup making also optimized out values lazy.
4539 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
4540 allocate_optimized_out_value. Twice.
4541 (loclist_read_variable) Use allocate_optimized_out_value. Once.
4542 * findvar.c (read_var_value): Likewise.
4543 * value.c (allocate_optimized_out_value): New function.
4544 * value.h (allocate_optimized_out_value): New declaration.
4545
d07ed419
JK
45462011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4547
4548 Fix occasional crash of CTRL-C during DWARF read in.
4549 * dwarf2read.c (dwarf2_mark_helper): Return on NULL CU.
4550
86d31898
TT
45512011-07-11 Tom Tromey <tromey@redhat.com>
4552
4553 * regcache.c (struct regcache_descr): Fix typo.
4554 * i387-tdep.c (i387_supply_xsave): Fix typo.
4555
2ab95328
TT
45562011-07-11 Tom Tromey <tromey@redhat.com>
4557
4558 * dwarf2read.c (handle_DW_AT_stmt_list): New function.
4559 (read_file_scope, read_type_unit_scope): Use it.
4560
04ad99e6
JK
45612011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4562
4563 * dwarf2expr.c (read_sleb128): Fix signed extension overflowing host
4564 `int'.
4565
713389e0
PM
45662011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4567
4568 PR python/12438
4569 * python/python.c: Set gdbpy_should_print_stack default to off.
4570 (set_python): Deprecate maint set python print-stack to
4571 class_deprecate.
4572 (_initialize_python): Deprecate maint set/show python print-stack.
4573 Add new prefix command, python. Add new setting, print-backtrace.
4574 * NEWS: Document set python print-stack. Document default change.
4575
754eadd1
PM
45762011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4577
4578 * python/py-inferior.c (infpy_dealloc): New function.
4579 (inferior_to_inferior_object): Return a new object, or a
4580 new reference to the existing object.
4581 (find_thread_object): Cleanup references to inferior.
4582 (delete_thread_object): Ditto.
4583 * python/py-infthread.c (create_thread_object): Do not increment
4584 inferior reference count.
4585
5e44ecb3
TT
45862011-07-08 Tom Tromey <tromey@redhat.com>
4587
4588 * dwarf2loc.c (locexpr_regname): New function.
4589 (locexpr_describe_location_piece): Use it.
4590 (disassemble_dwarf_expression): Add per_cu argument. Use
4591 locexpr_regname.
4592 <DW_OP_GNU_deref_type, DW_OP_GNU_const_type,
4593 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
4594 New cases.
4595 (locexpr_describe_location_1): Add per_cu argument.
4596 (locexpr_describe_location): Update.
4597 (loclist_describe_location): Update.
4598
e0e9434c
TT
45992011-07-08 Tom Tromey <tromey@redhat.com>
4600
4601 * dwarf2expr.c (execute_stack_op): Add QUIT.
4602
26afc0d7
HZ
46032011-07-07 Hui Zhu <teawater@gmail.com>
4604
4605 Revert:
4606 2011-07-06 Hui Zhu <teawater@gmail.com>
4607 * remote.c (remote_start_remote): Add TRY_CATCH for
4608 remote_get_trace_status.
4609 * tracepoint.c (disconnect_tracing): Ditto.
4610
a40a111f
AB
46112011-07-07 Andrew Burgess <aburgess@broadcom.com>
4612
4613 * cli/cli-setshow.c (do_setshow_command): Display var_zinteger
4614 variables as signed, not unsigned.
4615
e2bd3b15
JB
46162011-07-06 Joel Brobecker <brobecker@adacore.com>
4617
4618 * jit.c (jit_inferior_init): Reformat forward declaration.
4619
e3d961fe 46202011-07-06 Matt Rice <ratmice@gmail.com>
4621
4622 * MAINTAINERS (Write After Approval): Add myself to the list.
4623
0f3428f0
HZ
46242011-07-06 Hui Zhu <teawater@gmail.com>
4625
4626 * remote.c (remote_start_remote): Add TRY_CATCH for
4627 remote_get_trace_status.
4628 * tracepoint.c (disconnect_tracing): Ditto.
4629
fc9f3a69
TT
46302011-07-05 Tom Tromey <tromey@redhat.com>
4631
4632 * symtab.c (operator_chars): Now static.
4633 * linespec.c (operator_chars): Don't declare.
4634
26e519b9
TJB
46352011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4636
4637 * ui-out.h (ui_out_field_core_addr): Fix typo in comment.
4638
eb2a6f42
TT
46392011-07-05 Tom Tromey <tromey@redhat.com>
4640
4641 * gnu-v3-abi.c (gnuv3_rtti_type): Check TYPE_CPLUS_REALLY_JAVA.
4642 * gdbtypes.h (struct cplus_struct_type) <is_java>: New field.
4643 (TYPE_CPLUS_REALLY_JAVA): New macro.
4644 * dwarf2read.c (process_structure_scope): Set
4645 TYPE_CPLUS_REALLY_JAVA.
4646
21083d0f 46472011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
177b42fe
TJB
4648
4649 * ada-lang.c: Fix typos.
4650 * amd64-tdep.c: Likewise.
4651 * breakpoint.c: Likewise.
4652 * cli/cli-decode.c: Likewise.
4653 * findcmd.c: Likewise.
4654 * inline-frame.c: Likewise.
4655 * mi/mi-main.c: Likewise.
4656 * minsyms.c: Likewise.
4657 * monitor.c: Likewise.
4658 * monitor.h: Likewise.
4659 * prologue-value.c: Likewise.
4660 * reverse.c: Likewise.
4661 * s390-tdep.c: Likewise.
4662
3b2a0cf2
JB
46632011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4664
4665 * jit.c (jit_inferior_init): Forward declare.
4666 (jit_breakpoint_re_set_internal): Call jit_inferior_init.
4667
efae1d92
JB
46682011-07-04 Joel Brobecker <brobecker@adacore.com>
4669
4670 * osabi.c (generic_elf_osabi_sniffer): Minor comment reformatting.
4671
6040a59d
JB
46722011-07-04 Tristan Gingold <gingold@adacore.com>
4673
4674 * ada-tasks.c (KNOWN_TASKS_LIST): New macro.
4675 (tcb_fieldno): Add activation_link field.
4676 (get_known_tasks_addr): Moved and rewritten.
4677 (get_tcb_types_info): Set activation_link field.
4678 (read_known_tasks_array): Add parameter. Rewritten.
4679 (read_known_tasks_list): New function.
4680 (read_known_tasks): New function.
4681 (ada_build_task_list): Call read_known_tasks instead of
4682 read_known_tasks_array.
4683 * ravenscar-thread.c: Add first_task_name constant.
4684 (has_ravenscar_runtime): Check for task list too.
4685
cb741e45
JB
46862011-07-04 Tristan Gingold <gingold@adacore.com>
4687
4688 * ada-tasks.c: Renames fieldno to actb_fieldno.
4689 (ada_get_task_number): Indentation.
4690 (get_tcb_types_info): Remove all parameters. Write directly
4691 the globals.
4692 (ptid_from_atcb_common): Adjust.
4693 (read_atcb): Adjust.
4694
7475b06c
TJB
46952011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4696
4697 * symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit.
4698
15230f37
TJB
46992011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4700
4701 * ui-out.c (ui_out_field_core_addr): Mention that the function
4702 description is in the header file.
4703 * ui-out.h (ui_out_field_core_addr): Document function.
4704
65743aba
TJB
47052011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4706
4707 * ui-out.c (ui_out_get_field_separator): Remove unused function.
4708 * ui-out.h (ui_out_get_field_separator): Remove prototype.
4709
c37a5aab
TJB
47102011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4711
4712 * symtab.c (expand_line_sal): Remove empty line.
4713
59adf69e
TS
47142011-07-04 Thomas Schwinge <thomas@schwinge.name>
4715
4716 * osabi.c (generic_elf_osabi_sniffer) <ELFOSABI_GNU>: Handle in the
4717 same way as ELFOSABI_NONE.
4718 <ELFOSABI_LINUX, ELFOSABI_HURD>: Remove cases.
4719
e5dd4106
TJB
47202011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4721
4722 * breakpoint.c: Fix typos in comments.
4723 * linespec.c: Likewise.
4724 * symtab.c: Likewise.
4725
d40102a1
JB
47262011-07-04 Joel Brobecker <brobecker@adacore.com>
4727
4728 * dwarf2-frame.c (dwarf2_build_frame_info): Do not load .eh_frame
4729 section in separate object files.
4730
2f741504
JK
47312011-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4732
4733 Fix false GCC warning.
4734 * linespec.c (decode_line_1): Initialize values.
4735
418c7cf7
JK
47362011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4737
4738 * linespec.c (find_method): Accept the function type automatically only
4739 if it was specified with parameter types.
4740
3d50dd94
JK
47412011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4742
4743 Stop on first linespec terminator instead of eating what we can.
4744 * linespec.c (is_linespec_boundary): New function.
4745 (name_end): Remove function.
4746 (keep_name_info): New parameter on_boundary, replace the body.
4747 (decode_line_1): Provide the parameter to keep_name_info.
4748 (decode_compound): Likewise. Drop the trailing java return type
4749 handling. Twice.
4750
dcf9f4ab
JK
47512011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4752
4753 Fall back linespec to minimal symbols.
4754 * linespec.c (decode_line_1): New variable ex, saved_argptr. Protect
4755 decode_compound by TRY_CATCH, fall back on minsyms if it failed.
4756 (find_method, symbol_found): Change error to cplusplus_error.
4757
3f542ed1
JK
47582011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4759
bc68c4e5 4760 * symtab.c (symbol_find_demangled_name): Remove DMGL_VERBOSE.
3f542ed1 4761
900e11f9
JK
47622011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4763 Tom Tromey <tromey@redhat.com>
4764
4765 * dwarf2read.c (check_physname): New variable.
4766 (dwarf2_physname): Prefer DW_AT_linkage_name over dwarf2_compute_name.
4767 (show_check_physname): New function.
4768 (_initialize_dwarf2_read): Add `check-physname' for check_physname.
4769
2301925d
JB
47702011-07-01 Joel Brobecker <brobecker@adacore.com>
4771
4772 * machoread.c (macho_symfile_read): Delete OBE comment.
4773
38947cca
JB
47742011-07-01 Joel Brobecker <brobecker@adacore.com>
4775
4776 * machoread.c (struct macho_oso_data): Delete.
4777 (current_oso): Delete.
4778 (macho_relocate_common_syms): New function, mostly extracted
4779 out of
4780 (macho_add_oso_symfile): Call macho_relocate_common_syms.
4781 Remove code that sets and unset current_oso.
4782 (macho_symfile_relocate): Delete handling of common symbols,
4783 now moved to macho_relocate_common_syms.
4784
a7aa0d73
JB
47852011-07-01 Joel Brobecker <brobecker@adacore.com>
4786
4787 * darwin-nat.c (darwin_ptrace): Add documentation.
4788 Set errno to zero before calling ptrace. If ptrace returns
4789 -1 and errno is zero, then change then return zero.
4790 (darwin_kill_inferior): Issue a warning instead of triggering
4791 a failed assertion when the PT_KILL ptrace operations returned
4792 nonzero.
4793
5e9bc145
JB
47942011-07-01 Joel Brobecker <brobecker@adacore.com>
4795
4796 * darwin-nat.c (darwin_detach): Call darwin_resume_inferior
4797 only when inf->private->no_ptrace.
4798
00eb2c4a
JB
47992011-07-01 Joel Brobecker <brobecker@adacore.com>
4800
4801 * ada-lang.c (print_it_exception): Print temporary catchpoints
4802 as "Temporary catchpoint".
4803 (print_mention_exception): Likewise.
4804
127c81bc
TT
48052011-07-01 Tom Tromey <tromey@redhat.com>
4806
4807 * jv-lang.c (java_language_defn): Use java_printchar,
4808 java_printstr.
4809 (java_get_encoding): New function.
4810 (java_emit_char): Use generic_emit_char.
4811 (java_printchar): New function.
4812 (java_printstr): Likewise.
4813
25552254
JB
48142011-07-01 Joel Brobecker <brobecker@adacore.com>
4815
4816 * ada-typeprint.c (print_record_type): If unable to decode
4817 the name of the parent type, use the encoded name.
4818
d2d43431
JB
48192011-07-01 Jean-Charles Delay <delay@adacore.com>
4820
4821 * ada-typeprint.c (ada_print_type): Fix both PAD type and
4822 pointer to constrained packed array type output.
4823 * ada-valprint.c (ada_val_print_1): Fix pointer to constrained
4824 packed array output.
4825
54ae186f
JB
48262011-07-01 Jean-Charles Delay <delay@adacore.com>
4827
4828 * ada-typeprint.c (print_array_type): removed if condition on show
4829 being negative for bounds printing.
4830
8f17729f
JB
48312011-07-01 Joel Brobecker <brobecker@adacore.com>
4832
4833 * ada-lang.c (ada_identical_enum_types_p): New function.
4834 (symbols_are_identical_enums): New function.
4835 (remove_extra_symbols): Do nothing if NSYMS < 2.
4836 Use symbols_are_identical_enums.
4837
f5aa6869
JB
48382011-07-01 Joel Brobecker <brobecker@adacore.com>
4839
4840 * ada-valprint.c (ada_value_print): Handle typedefs.
4841
8f465ea7
JB
48422011-07-01 Joel Brobecker <brobecker@adacore.com>
4843
4844 * ada-lang.c (ada_evaluate_subexp): Add missing word in comment.
4845
828292f2
JB
48462011-07-01 Eric Botcazou <ebotcazou@adacore.com>
4847
4848 * ada-lang.c (thin_descriptor_type): Deal with typedefs.
4849 (decode_constrained_packed_array): Likewise.
4850 (ada_evaluate_subexp) <TERNOP_SLICE>: Likewise.
4851
18920c42
JB
48522011-07-01 Joel Brobecker <brobecker@adacore.com>
4853
4854 * ada-exp.y (convert_char_literal): Handle typedef types.
4855
c90092fe
JB
48562011-07-01 Joel Brobecker <brobecker@adacore.com>
4857
4858 * ada-lang.c (ada_remove_trailing_digits): Expand documentation.
4859
f748fb40
TT
48602011-06-30 Tom Tromey <tromey@redhat.com>
4861
4862 * varobj.c (varobj_create): Call do_cleanups on early exit path.
4863 * valops.c (find_overload_match): Call do_cleanups on early exit
4864 path.
4865 * solib.c (solib_find): Call do_cleanups on early exit path.
4866
3bb47e8b
TT
48672011-06-30 Tom Tromey <tromey@redhat.com>
4868
4869 * symfile-mem.c (symbol_file_add_from_memory): Call do_cleanups.
4870 * solib-svr4.c (open_symbol_file_object): Call do_cleanups on all
4871 return paths. Defer final do_cleanups until last return.
4872 * arm-tdep.c (arm_exidx_new_objfile): Make null cleanup after
4873 early return.
4874
4727bad3
TT
48752011-06-30 Tom Tromey <tromey@redhat.com>
4876
4877 * Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
4878
bb361dbf
AB
48792011-06-30 Andrew Burgess <aburgess@broadcom.com>
4880
4881 * MAINTAINERS (Write After Approval): Add myself to the list.
4882
e0d00bc7
JK
48832011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4884
4885 Disable epilogue unwinders on recent GCCs.
4886 * amd64-tdep.c (amd64_in_function_epilogue_p): New variable symtab,
4887 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
4888 * dwarf2read.c (process_full_comp_unit): Initialize
4889 EPILOGUE_UNWIND_VALID.
4890 * i386-tdep.c (i386_in_function_epilogue_p): New variable symtab,
4891 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
4892 * symtab.h (struct symtab): New field epilogue_unwind_valid.
4893
4632c0d0
JK
48942011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4895
4896 Code cleanup - reformatting.
4897 * dwarf2read.c (producer_is_gcc_ge_4_0): Rename to ...
4898 (producer_is_gcc_ge_4): ... here, change the return value.
4899 (process_full_comp_unit): New variable gcc_4_minor, adjust the value
4900 interpretation.
4901
32019081
JK
49022011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4903
4904 Fix non-only rename list for Fortran modules import.
4905 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Adjust the
4906 cp_add_using_directive caller.
4907 (cp_add_using_directive): New parameter excludes, describe it. New
4908 variables ix and param. Compare if also excludes match. Allocate NEW
4909 with variable size, initialize EXCLUDES there.
4910 (cp_lookup_symbol_imports): New variable excludep, test
4911 current->EXCLUDES with it.
4912 * cp-support.h: Include vec.h.
4913 (struct using_direct): New field excludes, describe it.
4914 (DEF_VEC_P (const_char_ptr)): New.
4915 (cp_add_using_directive): New parameter excludes.
4916 * defs.h (const_char_ptr): New typedef.
4917 * dwarf2read.c (read_import_statement): New variables child_die,
4918 excludes and cleanups, read in excludes.
4919 (read_namespace): Adjust the cp_add_using_directive caller.
4920
70c622a3
JK
49212011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4922
4923 Code cleanup.
4924 * cp-namespace.c (cp_add_using_directive): Turn positive comparison to
4925 negative comparisons.
4926
39c4d40a
TT
49272011-06-29 André Pönitz <andre.poenitz@nokia.com>
4928
4929 * mi/mi-main.c (mi_cmd_list_features): Emit
4930 breakpoint-notifications.
4931
3b2b8fea
TT
49322011-06-29 Tom Tromey <tromey@redhat.com>
4933
4934 PR fortran/10036:
4935 * valprint.h (generic_emit_char, generic_printstr): Declare.
4936 * valprint.c (wchar_printable, append_string_as_wide)
4937 (print_wchar): Move from c-lang.c.
4938 (generic_emit_char): New function; mostly taken from c_emit_char.
4939 (generic_printstr): New function; mostly taken from c_printstr.
4940 * f-valprint.c (f_val_print) <TYPE_CODE_ARRAY>: Handle strings
4941 represented as arrays.
4942 <TYPE_CODE_CHAR>: Treat as TYPE_CODE_INT; recognize as character
4943 type.
4944 * f-typeprint.c (f_type_print_base) <TYPE_CODE_CHAR>: Treat
4945 identically to TYPE_CODE_INT.
4946 * f-lang.c (f_get_encoding): New function.
4947 (f_emit_char): Use generic_emit_char.
4948 (f_printchar): Replace comment.
4949 (f_printstr): Use generic_printstr.
4950 * dwarf2read.c (read_base_type) <DW_ATE_unsigned>: Handle Fortran
4951 "character" types specially.
4952 <DW_ATE_signed_char, DW_ATE_unsigned_char>: Make TYPE_CODE_CHAR
4953 for Fortran.
4954 * c-lang.c (wchar_printable, append_string_as_wide, print_wchar):
4955 Move to valprint.c
4956 (c_emit_char): Call generic_emit_char.
4957 (c_printstr): Call generic_printstr.
4958
168e6d44
GB
49592011-06-29 Gary Benson <gbenson@redhat.com>
4960
4961 * breakpoint.c (bpstat_what): Removed duplicated case.
4962
1c033f8c
TT
49632011-06-28 Tom Tromey <tromey@redhat.com>
4964
4965 * python/python-internal.h (PY_SSIZE_T_CLEAN): Define.
4966
5fe41fbf
TT
49672011-06-27 Tom Tromey <tromey@redhat.com>
4968
4969 * valops.c (find_overload_match): Call do_cleanups before early
4970 return.
4971 * top.c (execute_command): Call do_cleanups before early return.
4972 (command_loop): Likewise.
4973 * stack.c (backtrace_command): Make a null cleanup early. Don't
4974 conditionally call do_cleanups.
4975 * python/py-value.c (TRY_CATCH): Move cleanup handling into
4976 TRY_CATCH.
4977 * python/py-breakpoint.c (gdbpy_breakpoint_has_py_cond): Rearrange
4978 so cleanups are always run.
4979 * mi/mi-cmd-var.c (mi_cmd_var_delete): Reset old_cleanups.
4980 * findcmd.c (parse_find_args): Call do_cleanups on early return
4981 path.
4982 * dbxread.c (elfstab_build_psymtabs): Make a null cleanup early.
4983 Don't conditionally call do_cleanups.
4984 * cli/cli-script.c (execute_user_command): Initialize 'old_chain'
4985 later.
4986
e26bd57d
EB
49872011-06-27 Eric Botcazou <ebotcazou@adacore.com>
4988
4989 * MAINTAINERS (Write After Approval): Use default email address.
4990
6c3097fc
JB
49912011-06-27 Joel Brobecker <brobecker@adacore.com>
4992
4993 * MAINTAINERS (Write After Approval): Add Eric Botcazou.
4994
369c397b
JB
49952011-06-27 Eric Botcazou <ebotcazou@adacore.com>
4996
4997 * sparc-tdep.h (struct sparc_frame_cache): Add frame_offset,
4998 saved_regs_mask and copied_regs_mask fields.
4999 (sparc_record_save_insn): New prototype.
5000 * sparc-tdep.c (sparc_alloc_frame_cache): Initialize the new fields.
5001 (sparc_record_save_insn): New function.
5002 (sparc_analyze_prologue): Add head comment. Recognize store insns
5003 of call-saved registers. Use OFFSET consistently. Recognize flat
5004 frames and cache their settings.
5005 (sparc32_skip_prologue): Handle flat frames.
5006 (sparc_frame_cache): Add frame_offset to the base address.
5007 (sparc32_frame_cache): Adjust to new frame description.
5008 (sparc32_frame_prev_register): Likewise.
5009 * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
5010 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
5011 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
5012 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Force the
5013 frame by calling sparc_record_save_insn.
5014 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
5015 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
5016 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
5017
b315ab21
TG
50182011-06-27 Tristan Gingold <gingold@adacore.com>
5019
5020 * dwarf2read.c (struct dwarf2_section_info): Replace was_mmapped
5021 field by map_addr and map_len.
5022 (dwarf2_read_section): Adjust for the new bfd_mmap api.
5023 (munmap_section_buffer): Likewise.
5024
ddd49eee
TT
50252011-06-24 Tom Tromey <tromey@redhat.com>
5026
5027 * varobj.c (update_dynamic_varobj_children): Make 'name' const.
5028 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
5029 * python/python.c (gdbpy_parameter): Make 'arg' const.
5030 (execute_gdb_command): Likewise.
5031 (gdbpy_decode_line): Likewise. Copy it.
5032 (gdbpy_parse_and_eval): Make 'expr_string' const. Copy it.
5033 (gdbpy_write): Make 'arg' const.
5034 * python/py-type.c (typy_lookup_typename): Make 'type_name'
5035 const.
5036 (gdbpy_lookup_type): Likewise.
5037 * python/py-prettyprint.c (print_children): Make 'name' const.
5038 * python/py-param.c (parmpy_init): Make 'name' const. Copy it.
5039 * python/py-inferior.c (infpy_write_memory): Make 'buf_len' a
5040 Py_ssize_t.
5041 * python/py-function.c (fnpy_init): Make 'name' const.
5042 * python/py-cmd.c (cmdpy_init): Make 'name' const. Copy it.
5043 (gdbpy_string_to_argv): Make 'input' const.
5044 * python/py-breakpoint.c (bppy_init): Make 'spec' const. Copy
5045 it.
5046 * gdbtypes.h (lookup_typename): Update.
5047 * gdbtypes.c (lookup_typename): Make 'name' const.
5048 (lookup_struct): Likewise.
5049 (lookup_union): Likewise.
5050 (lookup_enum): Likewise.
5051
5998129b
TT
50522011-06-24 Tom Tromey <tromey@redhat.com>
5053
5054 * Makefile.in (HFILES_NO_SRCDIR): Add "common/" to
5055 gdb_thread_db.h. Move all common/ entries to be together.
5056 (TAGS): Don't depend on DEPFILES.
5057
6e586cc5
YQ
50582011-06-23 Yao Qi <yao@codesourcery.com>
5059
5060 * infrun.c (start_remote): Move call init_wait_for_inferior to ...
5061 * remote.c (remote_start_remote): ... here.
5062 * monitor.c (monitor_open): ... here.
5063
86c3c1fc
AB
50642011-06-23 Andrew Burgess <aburgess@broadcom.com>
5065
5066 * gdbtypes.c (append_composite_type_field_aligned): Fix
5067 calculation of bit position based on alignment.
5068
28010a5d
PA
50692011-06-22 Pedro Alves <pedro@codesourcery.com>
5070
5071 * breakpoint.c (bpstat_stop_status): Call the check_status
5072 breakpoint_ops method.
5073 (print_one_breakpoint_location): Also print the condition for Ada
5074 exception catchpoints.
5075 (allocate_bp_location): New, factored out from
5076 allocate_bp_location.
5077 (allocate_bp_location): Adjust. Call the owner breakpoint's
5078 allocate_location method, if there is one.
5079 (free_bp_location): Call the locations's dtor method, if there is
5080 one.
5081 (init_raw_breakpoint_without_location): New breakpoint_ops
5082 parameter. Use it.
5083 (set_raw_breakpoint_without_location): Adjust.
5084 (init_raw_breakpoint): New breakpoint_ops parameter. Pass it down.
5085 (set_raw_breakpoint): Adjust.
5086 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
5087 (catch_syscall_breakpoint_ops): Install NULL allocate_location,
5088 re_set and check_status methods.
5089 (init_catchpoint): Don't memset, initialize thread, addr_string
5090 and enable_state. Pass the ops down to init_raw_breakpoint.
5091 (install_catchpoint): Rename to ...
5092 (install_breakpoint): ... this, and make extern.
5093 (create_fork_vfork_event_catchpoint): Adjust.
5094 (catch_exec_breakpoint_ops): Install NULL allocate_location,
5095 re_set and check_status methods.
5096 (create_syscall_event_catchpoint): Adjust.
5097 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
5098 (masked_watchpoint_breakpoint_ops): Install NULL
5099 allocate_location, re_set and check_status methods.
5100 (catch_exec_command_1): Adjust.
5101 (gnu_v3_exception_catchpoint_ops): Install NULL allocate_location,
5102 re_set and check_status methods.
5103 (create_ada_exception_breakpoint): Rename to ...
5104 (init_ada_exception_breakpoint): ... this. Add a struct
5105 breakpoint parameter, and delete the exp_string, cond_string and
5106 cond parameters. Use init_raw_breakpoint, and don't install or
5107 mention the breakpoint yet. Don't clear breakpoint fields that
5108 init_raw_breakpoint already clears.
5109 (re_set_breakpoint): Delete, split into ...
5110 (breakpoint_re_set_default, prepare_re_set_context): ... these new
5111 functions.
5112 (breakpoint_re_set_one): Call the breakpoint's
5113 breakpoint_ops->re_set implementation, if there's one. Adjust.
5114 * breakpoint.h: Forward declare struct bpstats and struct bp_location.
5115 (struct bp_location_ops): New type.
5116 (struct bp_location): New field `ops'.
5117 (struct breakpoint_ops): New `allocate_location', `re_set' and
5118 `check_status' fields. Make `breakpoint_hit''s description match
5119 reality.
5120 (init_bp_location): Declare.
5121 (breakpoint_re_set_default): Declare.
5122 (create_ada_exception_breakpoint): Rename to ...
5123 (init_ada_exception_breakpoint): ... this. Add a struct
5124 breakpoint parameter, and delete the exp_string, cond_string and
5125 cond parameters.
5126 (install_breakpoint): Declare.
5127 * ada-lang.c: Include exceptions.h.
5128 <Ada exceptions description>: Update.
5129 (struct ada_catchpoint_location): New type.
5130 (ada_catchpoint_location_dtor): New function.
5131 (ada_catchpoint_location_ops): New global.
5132 (ada_catchpoint): New type.
5133 (create_excep_cond_exprs): New function.
5134 (dtor_exception, allocate_location_exception, re_set_exception)
5135 (should_stop_exception, check_status_exception): New functions.
5136 (print_one_exception, print_mention_exception)
5137 (print_recreate_exception): Adjust.
5138 (dtor_catch_exception, allocate_location_catch_exception)
5139 (re_set_catch_exception, check_status_catch_exception): New
5140 functions.
5141 (catch_exception_breakpoint_ops): Install them.
5142 (dtor_catch_exception_unhandled)
5143 (allocate_location_catch_exception_unhandled)
5144 (re_set_catch_exception_unhandled)
5145 (check_status_catch_exception_unhandled): New functions.
5146 (catch_exception_unhandled_breakpoint_ops): Install them.
5147 (dtor_catch_assert, allocate_location_catch_assert)
5148 (re_set_catch_assert, check_status_catch_assert): New functions.
5149 (catch_assert_breakpoint_ops): Install them.
5150 (ada_exception_catchpoint_p): Delete.
5151 (catch_ada_exception_command_split)
5152 (ada_exception_catchpoint_cond_string): Rename exp_string
5153 parameter to excep_string. Adjust.
5154 (ada_parse_catchpoint_condition): Delete.
5155 (ada_exception_sal): Rename the exp_string parameter to
5156 excep_string. Delete the cond_string and cond parameters.
5157 Adjust.
5158 (ada_decode_exception_location): Rename the exp_string parameter
5159 to excep_string. Delete the cond_string and cond parameters.
5160 Adjust.
5161 (create_ada_exception_catchpoint): New function.
5162 (catch_ada_exception_command, ada_decode_assert_location)
5163 (catch_assert_command): Adjust.
5164 * ada-lang.h (ada_exception_catchpoint_p): Delete declaration.
5165
9ac4176b
PA
51662011-06-22 Pedro Alves <pedro@codesourcery.com>
5167
5168 * ada-lang.c: Include arch-utils.h.
5169 (ada_decode_exception_location): Make static.
5170 (catch_ada_exception_command): Moved here from breakpoint.c.
5171 (ada_decode_assert_location): Make static.
5172 (catch_assert_command): Moved here from breakpoint.c.
5173 (_initialize_ada_lang): Install the exception and assert
5174 catchpoint commands here.
5175 * ada-lang.h (ada_decode_exception_location)
5176 (ada_decode_assert_location): Delete declarations.
5177 * breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): Moved to
5178 breakpoint.h.
5179 (create_ada_exception_breakpoint): Make extern.
5180 (catch_ada_exception_command, catch_assert_command): Moved to
5181 ada-lang.c.
5182 (add_catch_command): Make extern.
5183 (_initilize_breakpoint): Don't install the exception and assert
5184 catchpoint commands here.
5185 * breakpoint.h (CATCH_PERMANENT, CATCH_TEMPORARY): Moved from
5186 breakpoint.c
5187 (add_catch_command, create_ada_exception_breakpoint): Declare.
5188
c56053d2
PA
51892011-06-22 Pedro Alves <pedro@codesourcery.com>
5190
5191 * breakpoint.c (init_raw_breakpoint_without_location): Don't add
5192 the breakpoint to the breakpoint chain here.
5193 (set_raw_breakpoint_without_location): Add the breakpoint to the
5194 breakpoint chain here.
5195 (init_raw_breakpoint): Adjust comments.
5196 (set_raw_breakpoint): Add the breakpoint to the breakpoint chain
5197 here.
5198 (init_catchpoint): Don't set the catchpoint's breakpoint number
5199 here.
5200 (install_catchpoint): New function.
5201 (create_fork_vfork_event_catchpoint)
5202 (create_syscall_event_catchpoint, catch_exec_command_1): Adjust to
5203 use install_catchpoint.
5204
d2f3fc74
PA
52052011-06-22 Pedro Alves <pedro@codesourcery.com>
5206
5207 * breakpoint.c (create_catchpoint_without_mention)
5208 (create_catchpoint): Delete.
5209
b4d90040
PA
52102011-06-22 Pedro Alves <pedro@codesourcery.com>
5211
5212 * breakpoint.h (struct breakpoint): Delete field `exec_pathname'.
5213 * breakpoint.c (init_raw_breakpoint_without_location): Remove
5214 reference to exec_pathname.
5215 (struct exec_catchpoint): New type.
5216 (dtor_catch_exec): New function.
5217 (insert_catch_exec, print_it_catch_exec, print_one_catch_exec): Adjust.
5218 (catch_exec_breakpoint_ops): Install dtor_catch_syscall.
5219 (catch_exec_command_1): Adjust to use init_catchpoint.
5220 (delete_breakpoint): Remove reference to exec_pathname.
5221
be5c67c1
PA
52222011-06-22 Pedro Alves <pedro@codesourcery.com>
5223
5224 * breakpoint.h (struct breakpoint_ops): New field `dtor'.
5225 (struct breakpoint): Delete field `syscalls_to_be_caught'.
5226 * breakpoint.c (init_raw_breakpoint_without_location): Remove
5227 reference to syscalls_to_be_caught.
5228 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops): Install a
5229 NULL `dtor'.
5230 (struct syscall_catchpoint): New type.
5231 (dtor_catch_syscall): New function.
5232 (insert_catch_syscall, remove_catch_syscall)
5233 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
5234 (print_recreate_catch_syscall): Adjust.
5235 (catch_syscall_breakpoint_ops): Install dtor_catch_syscall.
5236 (catch_exec_breakpoint_ops): Install a NULL `dtor'.
5237 (create_syscall_event_catchpoint): Adjust to use init_catchpoint.
5238 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
5239 (masked_watchpoint_breakpoint_ops)
5240 (gnu_v3_exception_catchpoint_ops): Install a NULL `dtor'.
5241 (delete_breakpoint): Call the `dtor' breakpoint_ops method, if
5242 there is one. Remove references to syscalls_to_be_caught.
5243 (catching_syscall_number): Adjust.
5244 * ada-lang.c (catch_exception_breakpoint_ops)
5245 (catch_exception_unhandled_breakpoint_ops)
5246 (catch_assert_breakpoint_ops): Install a NULL `dtor'.
5247
e29a4733
PA
52482011-06-22 Pedro Alves <pedro@codesourcery.com>
5249
5250 * breakpoint.h (struct breakpoint): Delete forked_inferior_pid
5251 field.
5252 * breakpoint.c (init_raw_breakpoint_without_location): Remove
5253 reference to forked_inferior_pid.
5254 (struct fork_catchpoint): New type.
5255 (breakpoint_hit_catch_fork, print_it_catch_fork)
5256 (print_one_catch_fork, breakpoint_hit_catch_vfork)
5257 (print_it_catch_vfork, print_one_catch_vfork): Adjust.
5258 (create_fork_vfork_event_catchpoint): Adjust to use
5259 init_catchpoint.
5260
346774a9
PA
52612011-06-22 Pedro Alves <pedro@codesourcery.com>
5262
5263 * breakpoint.c (add_to_breakpoint_chain)
5264 (init_raw_breakpoint_without_location): New functions, factored
5265 out from ...
5266 (set_raw_breakpoint_without_location): ... this one.
5267 (init_raw_breakpoint): New function, factored out from
5268 set_raw_breakpoint and adjusted to use
5269 init_raw_breakpoint_without_location.
5270 (set_raw_breakpoint): Adjust.
5271 (init_catchpoint): New function, factored out from
5272 create_catchpoint_without_mention and adjusted to use
5273 init_raw_breakpoint.
5274 (create_catchpoint_without_mention): Adjust.
5275
c38c4bc5
TT
52762011-06-22 Tom Tromey <tromey@redhat.com>
5277
5278 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_convert>: Treat type
5279 argument of 0 specially.
5280
b138ce37
YQ
52812011-06-22 Yao Qi <yao@codesourcery.com>
5282
5283 * infrun.c (handle_inferior_event): Remove write-only local variable
5284 `sw_single_step_trap_p'.
5285
03de6823
TT
52862011-06-20 Tom Tromey <tromey@redhat.com>
5287
5288 * symtab.c (lookup_language_this): End loop if block is NULL.
5289
66a17cb6
TT
52902011-06-17 Tom Tromey <tromey@redhat.com>
5291
5292 * valops.c (value_of_this): Use lookup_language_this.
5293 * symtab.h (lookup_language_this): Declare.
5294 * symtab.c (lookup_language_this): New function.
5295 (lookup_symbol_aux): Use lookup_language_this.
5296 * ax-gdb.c (gen_expr) <OP_THIS>: Use lookup_language_this.
5297
7518bff5
TT
52982011-06-17 Tom Tromey <tromey@redhat.com>
5299
5300 * value.h (value_of_this): Update.
5301 (value_of_local): Remove.
5302 * valops.c (value_of_this): Rename from value_of_local. Change
5303 parameters.
5304 * p-exp.y (exp): Update.
5305 (variable): Likewise.
5306 * eval.c (evaluate_subexp_standard) <OP_THIS>: Use value_of_this.
5307
aee28ec6
TT
53082011-06-17 Tom Tromey <tromey@redhat.com>
5309
5310 * valops.c (value_of_local): Complain if NAME is NULL.
5311 * std-operator.def (OP_OBJC_SELF): Remove.
5312 * parse.c (operator_length_standard) <OP_OBJC_SELF>: Remove.
5313 * objc-exp.y (name_not_typename): Use OP_THIS.
5314 * expprint.c (print_subexp_standard) <OP_THIS>: Print language's
5315 name for "this".
5316 <OP_OBJC_SELF>: Remove.
5317 * eval.c (evaluate_subexp_standard) <OP_OBJC_SELF>: Remove.
5318
eed8f803
TG
53192011-06-16 Tristan Gingold <gingold@adacore.com>
5320
5321 * python/py-events.h (gdb_py_events): Make it extern.
5322 * python/py-evtregistry.c (gdb_py_events): Declare.
5323
864ac8a7
HZ
53242011-06-16 Hui Zhu <teawater@gmail.com>
5325
5326 * remote.c (remote_trace_set_readonly_regions): Add check for
5327 remote_protocol_packets[PACKET_qXfer_traceframe_info].support before
5328 output warning.
5329
ef7e8358
UW
53302011-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
5331
5332 * arm-linux-tdep.c: Include "auxv.h".
5333 (AT_HWCAP): Define.
5334 (ARM_LINUX_SIZEOF_VFP): Define.
5335 (arm_linux_supply_vfp): New function.
5336 (arm_linux_collect_vfp): Likewise.
5337 (arm_linux_regset_from_core_section): Handle .reg-arm-vfp sections.
5338 (arm_linux_fpa_regset_sections): New variable.
5339 (arm_linux_vfp_regset_sections): Likewise.
5340 (arm_linux_core_read_description): New function.
5341 (arm_linux_init_abi): Install arm_linux_core_read_description and
5342 arm_linux_fpa_regset_sections or arm_linux_vfp_regset_sections as
5343 appropriate for the architecture.
5344 * arm-tdep.h (struct gdbarch_tdep): Add member "vfpregset".
5345 (tdesc_arm_with_m): Declare.
5346 (tdesc_arm_with_iwmmxt): Likewise.
5347 (tdesc_arm_with_vfpv2): Likewise.
5348 (tdesc_arm_with_vfpv3): Likewise.
5349 (tdesc_arm_with_neon): Likewise.
5350 * arm-linux-nat.c: Move features/*.c includes ...
5351 * arm-tdep.c: ... here.
5352 * arm-linux-nat.c (arm_linux_read_description): Move initializing
5353 target description data structures ...
5354 * arm-tdep.c (_initialize_arm_tdep): ... here.
5355 * arm-linux-nat.c (HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3,
5356 HWCAP_VFPv3D16): Move definitions ...
5357 * arm-linux-tdep.h: ... here.
5358
c2fa21f1
HZ
53592011-06-15 Hui Zhu <teawater@gmail.com>
5360
5361 * remote.c (remote_trace_set_readonly_regions): Add a check for
5362 target_buf_size.
5363
dd707e8e
TT
53642011-06-14 Tom Tromey <tromey@redhat.com>
5365
5366 * coffread.c (coffread_objfile): Rename from current_objfile.
5367 * dbxread.c (dbxread_objfile): Rename from current_objfile.
5368 * mdebugread.c (mdebugread_objfile): Rename from current_objfile.
5369
86cc0029
TT
53702011-06-14 Tom Tromey <tromey@redhat.com>
5371
5372 * jv-lang.c (jv_type_objfile_data_key, dynamics_objfile)
5373 (class_symtab): Remove.
5374 (jv_dynamics_progspace_key): New global.
5375 (jv_per_objfile_free): Reset program space data. Update assert.
5376 Don't clear globals.
5377 (get_dynamics_objfile): Use and set program space data.
5378 (get_java_class_symtab): Use get_dynamics_objfile.
5379 (add_class_symbol): Likewise.
5380 (java_link_class_type): Likewise.
5381 (java_object_type, jv_clear_object_type, set_java_object_type):
5382 Remove.
5383 (get_java_object_type): Update. Don't cache result.
5384 (is_object_type): Don't call set_java_object_type.
5385 (_initialize_java_language): Don't set jv_type_objfile_data_key;
5386 initialize jv_dynamics_progspace_key.
5387
91a81f69
TT
53882011-06-14 Tom Tromey <tromey@redhat.com>
5389
5390 * symtab.h (current_objfile): Don't declare.
5391 * objfiles.h (current_objfile): Don't declare.
5392 * objfiles.c (current_objfile): Remove.
5393 * mdebugread.c (current_objfile): New file-scope global.
5394 * dbxread.c (current_objfile): New file-scope global.
5395 * coffread.c (current_objfile): New file-scope global.
5396
dc7eb48e
PA
53972011-06-13 Pedro Alves <pedro@codesourcery.com>
5398
5399 * top.h (line): Rename to ...
5400 (saved_command_line): ... this.
5401 (linesize): Rename to ...
5402 (saved_command_line_size): ... this.
5403 * top.c (line): Rename to ...
5404 (saved_command_line): ... this.
5405 (linesize): Rename to ...
5406 (saved_command_line_size): ... this.
5407 (dont_repeat, command_line_input, dont_repeat_command): Adjust.
5408 * event-top.c (command_line_handler): Adjust.
5409 * main.c (captured_main): Adjust.
5410
0d6c2135
MK
54112011-06-12 Mark Kettenis <kettenis@gnu.org>
5412
5413 * i386-tdep.c (i386_epilogue_frame_cache): Simplify code. Call
5414 get_frame_func instead of get_frame_pc to determine the code
5415 address used to construct the frame ID.
5416 (i386_epilogue_frame_unwind_stop_reason): Fix coding style.
5417 (i386_epilogue_frame_this_id): Likewise.
5418 (i386_epilogue_frame_prev_register): New function.
5419 (i386_epilogue_frame_unwind): Use i386_epilogue_frame_prev_register.
5420 (i386_stack_tramp_frame_sniffer): Fix coding style.
5421 (i386_stack_tramp_frame_unwind): Use i386_epilogue_frame_prev_register.
5422 (i386_gdbarch_init): Fix comments.
5423
8bbdd3f4
MK
54242011-06-12 Mark Kettenis <kettenis@gnu.org>
5425
5426 * i386-tdep.c (i386_match_insn_block): Use length of the proper
5427 instruction when walking back through the instruction stream.
5428
533a737e
JK
54292011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5430
5431 * symtab.c (output_partial_symbol_filename): Exchange the filename and
5432 fullname parameters order.
5433
44b13c5a
JK
54342011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5435
5436 Code cleanup.
5437 * dwarf2read.c (dw2_map_symbol_filenames): Use symbol_filename_ftype
5438 for fun.
5439 * psymtab.c (map_symbol_filenames_psymtab)
5440 (map_partial_symbol_filenames): Likewise.
5441 * psymtab.h: Include symfile.h.
5442 (map_partial_symbol_filenames): Use symbol_filename_ftype for fun.
5443 * symfile.h (symbol_filename_ftype): New.
5444 (struct quick_symbol_functions): Use symbol_filename_ftype for fun of
5445 map_symbol_filenames, clarify more the naming in comment.
5446
0b5574da
DE
54472011-06-07 Doug Evans <dje@google.com>
5448
5449 * cc-with-index.sh: Fix typos in comment.
b8e9bd6c 5450 Look for ../../gdb, for fullname.exp.
0b5574da 5451
5be4dfca
JK
54522011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5453 Pedro Alves <pedro@codesourcery.com>
5454
5455 * cli/cli-cmds.c (shell_escape): Use waitpid.
5456 * rs6000-nat.c (exec_one_dummy_insn): Likewise.
5457
316a8b21
TG
54582011-06-07 Tristan Gingold <gingold@adacore.com>
5459
5460 * xcoffread.c (dwarf2_xcoff_names): New variable.
5461 (aix_process_linenos): Add a guard.
5462 (xcoff_symfile_finish): Free dwarf2.
5463 (xcoff_initial_scan): Add dwarf2 support.
5464
3dd5b83d
PA
54652011-06-06 Pedro Alves <pedro@codesourcery.com>
5466
5467 * infcall.c (run_inferior_call): Don't mask async. Instead force
5468 a synchronous wait, if the target can async.
5469
5470 * target.h (struct target_ops): Delete to_async_mask.
5471 (target_async_mask): Delete.
5472 * target.c (update_current_target): Delete references to to_async_mask.
5473 * linux-nat.c (linux_nat_async_mask_value): Delete.
5474 (linux_nat_is_async_p, linux_nat_can_async_p): Remove references
5475 to linux_nat_async_mask_value.
5476 (linux_nat_async_mask): Delete.
5477 (linux_nat_async, linux_nat_close): Remove references to
5478 linux_nat_async_mask_value.
5479 * record.c (record_async_mask_value): Delete.
5480 (record_async): Remove references to record_async_mask_value.
5481 (record_async_mask): Delete.
5482 (record_can_async_p, record_is_async_p): Remove references to
5483 record_async_mask_value.
5484 (init_record_ops, init_record_core_ops): Remove references to
5485 record_async_mask.
5486 * remote.c (remote_async_mask_value): Delete.
5487 (init_remote_ops): Remove reference to remote_async_mask.
5488 (remote_can_async_p, remote_is_async_p): Remove references to
5489 remote_async_mask_value.
5490 (remote_async): Remove references to remote_async_mask_value.
5491 (remote_async_mask): Delete.
5492
5493 * infrun.c (fetch_inferior_event): Don't claim registers changed
5494 if the current thread is already not executing.
5495
64b9b334
JB
54962011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
5497
5498 From Stephen Kitt <steve@sk2.org>
5499 * breakpoint.c, breakpoint.h, cli/cli-dump.c, dwarf2expr.c,
5500 gdbarch.c, gdbarch.sh, remote.c: Various spelling fixes.
5501
325663dc
JB
55022011-06-03 Joel Brobecker <brobecker@adacore.com>
5503
5504 * dwarf2expr.c (execute_stack_op) [DW_OP_deref]: Handle
5505 the case where ADDR_SIZE is different from TYPE_LENGTH (type).
5506
8cf64490
TT
55072011-06-03 Tom Tromey <tromey@redhat.com>
5508
5509 * python/py-inferior.c (python_inferior_exit): Use inferior's exit
5510 code fields.
5511 * python/py-exitedevent.c (create_exited_event_object): Change
5512 type of 'exit_code'. Optionally add exit_code attribute.
5513 (emit_exited_event): Change type of 'exit_code'.
5514 * python/py-event.h (emit_exited_event): Update.
5515 * mi/mi-interp.c (mi_inferior_exit): Print exit code.
5516 * infrun.c (handle_inferior_event): Set exit code fields on
5517 inferior.
5518 * inferior.h (struct inferior) <has_exit_code, exit_code>: New
5519 fields.
5520 * inferior.c (exit_inferior_1): Initialize new fields.
5521
8ddd9a20
TT
55222011-06-03 Tom Tromey <tromey@redhat.com>
5523
5524 * dwarf2expr.c (get_signed_type): New function.
5525 (execute_stack_op) <DW_OP_shra>: Always perform a signed shift.
5526
8dfd1e6d
KS
55272011-06-02 Keith Seitz <keiths@redhat.com>
5528
5529 * objc-lang.c (find_methods): Increment objfile_csym earlier.
5530
65fdb766
PA
55312011-06-02 Pedro Alves <pedro@codesourcery.com>
5532
5533 * top.h (simplified_command_loop): Delete declaration.
5534
f4b8c29b
MF
55352011-06-01 Mike Frysinger <vapier@gentoo.org>
5536
5537 * remote-sim.c (gdbsim_open): Add the strlen of " --sysroot=" and
5538 gdb_sysroot to the "len" variable. Append both to "arg_buf".
5539
1706c199
YQ
55402011-06-01 Yao Qi <yao@codesourcery.com>
5541
5542 * objfiles.h (obj_section_addr): Update reference to objfile from
5543 `abfd' to `obfd'.
5544 (obj_section_endaddr): Likewise.
5545
d19cd713 55462011-06-01 Daniel Jacobowitz <drow@false.org>
8d07004d
DJ
5547
5548 * MAINTAINERS: Update my email address and affiliation. Also
5549 update Ian Lance Taylor's affiliation. Use UTF-8 for ludo@gnu.org.
5550
e8eb7bc5
KS
55512010-05-31 Keith Seitz <keiths@redhat.com>
5552
5553 PR c++/12750
5554 * linespec.c (get_search_block): New function.
5555 (find_methods): Add FILE_SYMTATB parameter and use it and
5556 get_search_block to pass an appropriate block to
5557 lookup_symbol_in_namespace.
5558 (decode_line_1): Record if *ARGPTR is single-quote enclosed.
5559 Check if *ARGPTR starts with a filename first.
5560 If it does, call locate_first_half again to locate the next
5561 "first half" of the linespec.
5562 Pass FILE_SYMTATB to decode_objc and decode_compound.
5563 Swallow the trailing single-quote if IS_SQUOTE_ENCLOSED.
5564 (locate_first_half): Stop on the first colon seen.
5565 (decode_compound): Add FILE_SYMTAB parameter.
5566 Pass FILE_SYMTAB to lookup_prefix_sym and find_method.
5567 (lookup_prefix_sym): Add FILE_SYMTAB parameter and use
5568 get_search_block with lookup_symbol.
5569 (find_method): Add FILE_SYMTAB parameter and pass it to
5570 find_methods.
5571 (decode_objc): Use get_search_block.
5572
2b1dbab0
KS
55732010-05-31 Keith Seitz <keiths@redhat.com>
5574
5575 PR symtab/12704
5576 * cp-namespace.c (ANONYMOUS_NAMESPACE_LEN): Remove.
5577 (cp_scan_for_anonymous_namespaces): Use CP_ANONYMOUS_NAMESPACE_STR
5578 and CP_ANONYMOUS_NAMESPACE_LEN.
5579 (cp_is_anonymous): Likewise.
5580 * cp-support.h (CP_ANONYMOUS_NAMESPACE_STR): Define.
5581 (CP_ANONYMOUS_NAMESPACE_LEN): Define.
5582 * dwarf2read.c (namespace_name): Likewise.
5583 (fixup_partial_die): Likewise.
5584 * linespec.c (decode_compound): If CP_ANONYMOUS_NAMESPACE_STR is
5585 seen in the input, keep it.
5586
6d549500
PA
55872011-05-30 Pedro Alves <pedro@codesourcery.com>
5588
5589 * target.h (enum inferior_event_type): Delete INF_QUIT_REQ.
5590 * inf-loop.h (inferior_event_handler_wrapper): Delete.
5591 * inf-loop.c (inferior_event_handler_wrapper): Delete.
5592 (inferior_event_handler): Don't handle INF_QUIT_REQ.
5593 * remote.c (_initialize_remote): Register
5594 async_remote_interrupt_twice directly as
5595 sigint_remote_twice_token event.
5596
395bff70
PA
55972011-05-30 Pedro Alves <pedro@codesourcery.com>
5598
5599 * target.h (enum inferior_event_type): Delete INF_ERROR.
5600 * inf-loop.c (inferior_event_handler): Don't handle INF_ERROR.
5601
97224164
PA
56022011-05-30 Pedro Alves <pedro@codesourcery.com>
5603
5604 * interps.c (interp_set): Don't cancel continuations.
5605
07e78767
JK
56062011-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5607
5608 * linux-nat.c (linux_lwp_is_zombie): Use xsnprintf.
5609
fa4cd53f
PA
56102011-05-30 Pedro Alves <pedro@codesourcery.com>
5611
5612 * continuations.h (continuation_ftype): Add `err' parameter.
5613 Document parameters.
5614 (do_all_continuations, do_all_continuations_thread)
5615 (do_all_intermediate_continuations)
5616 (do_all_intermediate_continuations_thread)
5617 (do_all_inferior_continuations): Add `err' parameter.
5618 * continuations.c (do_my_continuations_1, do_my_continuations)
5619 (do_all_inferior_continuations, do_all_continuations_ptid)
5620 (do_all_continuations_thread_callback)
5621 (do_all_continuations_thread, do_all_continuations)
5622 (do_all_intermediate_continuations_thread_callback)
5623 (do_all_intermediate_continuations_thread)
5624 (do_all_intermediate_continuations): Add `err' parameter, and pass
5625 it down all the way to the continuations proper.
5626 * inf-loop.c (inferior_event_handler): If fetching an inferior
5627 event throws an error, don't pop the target, and still call the
5628 continuations, but with `err' set. Adjust all other continuation
5629 calls.
5630 * breakpoint.c (until_break_command_continuation): Add `err'
5631 parameter.
5632 * infcmd.c (step_1_continuation): Add `err' parameter. Don't
5633 issue another step if `err' is set.
5634 (struct until_next_continuation_args): New.
5635 (until_next_continuation): Add `err' parameter. Adjust.
5636 (until_next_command): Adjust.
5637 (struct finish_command_continuation_args): Add `thread' field.
5638 (finish_command_continuation): Add `err' parameter. Handle it.
5639 (finish_forward): Adjust.
5640 (attach_command_continuation): Add `err' parameter. Handle it.
5641 * infrun.c (infrun_thread_stop_requested_callback): Adjust to
5642 cancel the continuations.
5643 * interps.c (interp_set): Adjust to cancel the continuations.
5644 * thread.c (clear_thread_inferior_resources): Adjust to cancel the
5645 continuations rather than discarding.
5646 (free_thread): Don't clear thread inferior resources here.
5647 (delete_thread_1): Do it here instead. And do it before removing
5648 the thread from the threads list. Tag the thread as exited before
5649 clearing thread inferior resources.
5650
c2949be0
JB
56512011-05-30 Joel Brobecker <brobecker@adacore.com>
5652
5653 * infcall.c (call_function_by_hand): Rephrase error message.
5654
619cebe8
PA
56552011-05-27 Pedro Alves <pedro@codesourcery.com>
5656
5657 * defs.h (struct thread_info, struct inferior): Delete forward
5658 declarations.
5659 * breakpoint.h (struct thread_info): New forward declaration.
5660 * observer.sh (struct inferior): New forward declaration.
5661 * python/python-internal.h (struct inferior): New forward
5662 declaration.
5663
be34f849
PA
56642011-05-27 Pedro Alves <pedro@codesourcery.com>
5665
5666 * defs.h (struct continuation, continuation_ftype)
5667 (continuation_free_arg_ftype, add_continuation)
5668 (do_all_continuations, do_all_continuations_thread)
5669 (discard_all_continuations, discard_all_continuations_thread)
5670 (add_intermediate_continuation, do_all_intermediate_continuations)
5671 (do_all_intermediate_continuations_thread)
5672 (discard_all_intermediate_continuations)
5673 (discard_all_intermediate_continuations_thread)
5674 (add_inferior_continuation, do_all_inferior_continuations)
5675 (discard_all_inferior_continuations): Move to ...
5676 * continuations.h: ... this new file.
5677 * breakpoint.c, continuations.c, event-top.c, inf-loop.c,
5678 infcmd.c, inferior.c, infrun.c, interps.c: Include
5679 continuations.h.
5680
432b4d03
JK
56812011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5682 Doug Evans <dje@google.com>
5683
5684 Fix PR 10970, PR 12702.
5685 * linux-nat.c (linux_lwp_is_zombie): New function.
5686 (wait_lwp): Initialize status. New variable prev_mask. Block signals.
5687 Check for linux_lwp_is_zombie. Use WNOHANG and sigsuspend.
5688
b0f260d6
PA
56892011-05-27 Pedro Alves <pedro@codesourcery.com>
5690
5691 * defs.h (continuation_ftype, continuation_free_arg_ftype): New
5692 typedefs.
5693 (add_continuation, add_intermediate_continuation)
5694 (add_inferior_continuation): Use them.
5695 * continuations.c (struct continuation): Use them.
5696 (make_continuation_ftype): Delete.
5697 (make_continuation, add_inferior_continuation, add_continuation)
5698 (add_intermediate_continuation): Use continuation_ftype and
5699 continuation_free_arg_ftype. Rename parameters to shorter names.
5700
af1e9a32
PA
57012011-05-27 Pedro Alves <pedro@codesourcery.com>
5702
5703 * continuations.c (make_continuation): Make it return void.
5704 (do_my_continuations): Rename to ...
5705 (do_my_continuations_1): ... this. Remove old_chain parameter and
5706 adjust.
5707 (do_my_continuations): New.
5708 (discard_my_continuations): Rename to ...
5709 (discard_my_continuations_1): ... this. Remove old_chain
5710 parameter and adjust.
5711 (discard_my_continuations): New.
5712 (add_inferior_continuation): Simplify.
5713 (do_all_inferior_continuations): Reimplement on top
5714 do_my_continuations.
5715 (discard_all_inferior_continuations): Simplify.
5716 (add_continuation): Simplify.
5717 (do_all_continuations_ptid): Simplify.
5718 (discard_all_continuations_thread_callback): Simplify.
5719 (add_intermediate_continuation): Simplify.
5720 (discard_all_intermediate_continuations_thread_callback):
5721 Simplify.
5722
50c0c017
PA
57232011-05-27 Pedro Alves <pedro@codesourcery.com>
5724
5725 * utils.c (struct continuation, add_continuation)
5726 (add_inferior_continuation)
5727 (do_all_inferior_continuations, discard_all_inferior_continuations)
5728 (restore_thread_cleanup, do_all_continuations_ptid)
5729 (do_all_continuations_thread_callback)
5730 (do_all_continuations_thread, do_all_continuations)
5731 (discard_all_continuations_thread_callback)
5732 (discard_all_continuations_thread, discard_all_continuations)
5733 (add_intermediate_continuation)
5734 (do_all_intermediate_continuations_thread_callback)
5735 (do_all_intermediate_continuations_thread)
5736 (do_all_intermediate_continuations)
5737 (discard_all_intermediate_continuations_thread_callback)
5738 (discard_all_intermediate_continuations_thread)
5739 (discard_all_intermediate_continuations): Move to ...
5740 * continuations.c: ... this new file, and adjust to no longer
5741 implement continuations on top of cleanups.
5742 * Makefile.in (SFILES): Add continuations.c.
5743 (COMMON_OBS): Add continuations.o.
5744
d8b34453
PA
57452011-05-26 Pedro Alves <pedro@codesourcery.com>
5746
5747 * inferior.h (enum exec_direction_kind): Delete EXEC_ERROR.
5748 * infrun.c (show_exec_direction_func): Don't handle EXEC_ERROR.
5749 Internal error on invalid values.
5750 * reverse.c: Don't handle EXEC_ERROR.
5751 * mi/mi-main.c: Don't handle EXEC_ERROR.
5752
32231432
PA
57532011-05-26 Pedro Alves <pedro@codesourcery.com>
5754
5755 * record.c: Include event-loop.h, inf-loop.h.
5756 (record_beneath_to_async): New global.
5757 (tmp_to_async): New global.
5758 (record_async_inferior_event_token): New global.
5759 (record_open_1): Don't error out if async is enabled.
5760 (record_open): Handle to_async. Create an async event source in
5761 the event loop.
5762 (record_close): Delete the async event source.
5763 (record_resumed): New global.
5764 (record_execution_dir): New global.
5765 (record_resume, record_core_resume): Set them. Register the
5766 target on the event loop.
5767 (record_wait): Rename to ...
5768 (record_wait_1): ... this. Add more debug output. Handle
5769 TARGET_WNOHANG, and the target beneath returning
5770 TARGET_WAITKIND_IGNORE.
5771 (record_wait): Reimplement on top of record_wait_1.
5772 (record_async_mask_value): New global.
5773 (record_async, record_async_mask, record_can_async_p)
5774 (record_is_async_p, record_execution_direction): New functions.
5775 (init_record_ops, init_record_core_ops): Install new methods.
5776 * infrun.c (fetch_inferior_event): Temporarily switch the global
5777 execution direction to the direction the target was going.
5778 (execution_direction): Change type to int.
5779 * target.c (default_execution_direction): New function.
5780 (update_current_target): Inherit and de_fault
5781 to_execution_direction.
5782 * target.h (struct target_ops) <to_execution_direction>: New
5783 field.
5784 (target_execution_direction): New macro.
5785 * inferior.h (execution_direction): Change type to int.
5786
949dc678
PA
57872011-05-26 Pedro Alves <pedro@codesourcery.com>
5788
5789 * infcall.c (call_function_by_hand): Don't allow calling functions
5790 in reverse execution mode.
5791
c13bd2b5
PA
57922011-05-26 Pedro Alves <pedro@codesourcery.com>
5793
5794 * infcmd.c (finish_command): Allow async finish in reverse.
5795
6938fd34
YQ
57962011-05-26 Yao Qi <yao@codesourcery.com>
5797
5798 * gdb_thread_db.h: Delete. Move to ...
5799 * common/gdb_thread_db.h: ... here.
5800
9da8c2a0
PA
58012011-05-26 Pedro Alves <pedro@codesourcery.com>
5802
5803 * infcmd.c (finish_backward): Set a step-resume breakpoint at the
5804 function's entry point instead of a manually managed momentary
5805 breakpoint, and only ever issue one proceed call.
5806 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_STEP_RESUME>: If
5807 doing a reverse-finish, switch to stepi mode, to do another step.
5808 (insert_step_resume_breakpoint_at_sal): Make public.
5809 (normal_stop): No need to save function value return registers if
5810 going reverse.
5811 * inferior.h (insert_step_resume_breakpoint_at_sal): Declare.
5812
2c03e5be
PA
58132011-05-26 Pedro Alves <pedro@codesourcery.com>
5814
5815 * breakpoint.h (enum bptype) <bp_hp_step_resume>: New.
5816 (enum bpstat_what_main_action): Move BPSTAT_WHAT_STEP_RESUME
5817 before BPSTAT_WHAT_STOP_SILENT. Add BPSTAT_WHAT_HP_STEP_RESUME
5818 at the end.
5819 * breakpoint.c (update_breakpoints_after_exec): Also delete hp
5820 step-resume breakpoints.
5821 (print_it_typical): Handle bp_hp_step_resume.
5822 (bpstat_what): Ditto.
5823 (bptype_string): Ditto.
5824 (print_one_breakpoint_location): Ditto.
5825 (allocate_bp_location): Ditto.
5826 (mention): Ditto.
5827 (breakpoint_re_set_one): Ditto.
5828 * infrun.c (handle_inferior_event): Adjust. Split
5829 BPSTAT_WHAT_STEP_RESUME handling in BPSTAT_WHAT_STEP_RESUME and
5830 BPSTAT_WHAT_HP_STEP_RESUME.
5831 (insert_step_resume_breakpoint_at_sal): Rename to ...
5832 (insert_step_resume_breakpoint_at_sal_1): ... this. Add bptype
5833 parameter. Handle it.
5834 (insert_step_resume_breakpoint_at_sal): Reimplement on top of
5835 insert_step_resume_breakpoint_at_sal_1.
5836 (insert_step_resume_breakpoint_at_frame): Rename to ...
5837 (insert_hp_step_resume_breakpoint_at_frame): ... this. Adjust to
5838 set a high-priority step-resume breakpoint.
5839 (insert_step_resume_breakpoint_at_frame): Adjust comment.
5840 (insert_step_resume_breakpoint_at_caller): Ditto.
5841
51be5b68
PA
58422011-05-26 Pedro Alves <pedro@codesourcery.com>
5843
5844 * breakpoint.c (iterate_over_related_breakpoints): New.
5845 (do_map_delete_breakpoint): New.
5846 (delete_command): Pass do_map_delete_breakpoint to
5847 map_breakpoint_numbers.
5848 (do_disable_breakpoint): New.
5849 (do_map_disable_breakpoint): Iterate over the breakpoint's related
5850 breakpoints.
5851 (do_enable_breakpoint): Rename to ...
5852 (enable_breakpoint_disp): ... this.
5853 (enable_breakpoint): Adjust.
5854 (do_enable_breakpoint): New.
5855 (enable_once_breakpoint): Delete.
5856 (do_map_enable_breakpoint): New.
5857 (do_map_enable_once_breakpoint): New.
5858 (enable_once_command, enable_delete_command)
5859 (delete_trace_command): Iterate over the breakpoint's related
5860 breakpoints.
5861
4a1be8d2
PA
58622011-05-26 Pedro Alves <pedro@codesourcery.com>
5863
5864 * alpha-tdep.c (alpha_cannot_fetch_register): Don't return true
5865 for ALPHA_ZERO_REGNUM.
5866 (alpha_supply_int_regs): Explicitly supply zero as the value for
5867 ALPHA_ZERO_REGNUM in the register cache.
5868 * alpha-nat.c (fetch_osf_core_registers): Ditto.
5869
59d70315
YQ
58702011-05-26 Yao Qi <yao@codesourcery.com>
5871
5872 * gdb/gdb_thread_db.h: Remove HAVE_UINTPTR_T.
5873
251d32d9
TG
58742011-05-26 Tristan Gingold <gingold@adacore.com>
5875
5876 * symfile.h (struct dwarf2_section_names): New type.
5877 (struct dwarf2_debug_sections): New type.
5878 (dwarf2_has_info): Add parameter.
5879 * dwarf2read.c (dwarf2_elf_names): New variable.
5880 (INFO_SECTION, ABBREV_SECTION, LINE_SECTION, LOC_SECTION)
5881 (MACINFO_SECTION, STR_SECTION, RANGES_SECTION, TYPES_SECTION)
5882 (FRAME_SECTION, EH_FRAME_SECTION, GDB_INDEX_SECTION): Remove.
5883 (dwarf2_has_info): Add names parameter. Pass names
5884 to dwarf2_locate_sections.
5885 (section_is_p): Rewrite using the names parameter.
5886 (dwarf2_locate_sections): Use section names from the names parameter.
5887 * coffread.c (coff_symfile_read): Adjust call to dwarf2_has_info.
5888 * elfread.c (read_psyms): Ditto.
5889 * machoread.c (macho_symfile_read): Ditto.
5890
652c71b4
AS
58912011-05-25 Andreas Schwab <schwab@redhat.com>
5892
5893 PR gdb/8677
5894 * event-loop.c (handle_file_event): Don't handle POLLHUP as error.
5895
f17170e5
KS
58962011-05-24 Keith Seitz <keiths@redhat.com>
5897
5898 PR breakpoint/12803
5899 * linespec.c (keep_name_info): Add handling for "volatile" keyword.
5900 (decode_compound): Unconditionally call keep_name_info.
5901
cdac0397
PA
59022011-05-24 Pedro Alves <pedro@codesourcery.com>
5903
5904 * breakpoint.c (watchpoint_check): If the watchpoint went out of
5905 scope, clear its command list.
5906 (map_breakpoint_numbers): Don't walk the related breakpoints list
5907 of each breakpoint.
5908
91d4fe3f
TT
59092011-05-24 Tom Tromey <tromey@redhat.com>
5910
5911 * MAINTAINERS: Move Jim Blandy to past maintainers.
5912
3017a003
TG
59132011-05-24 Tristan Gingold <gingold@adacore.com>
5914
5915 * symfile.h (enum dwarf2_section_enum): New type.
5916 (dwarf2_get_section_info): New prototype.
5917 * dwarf2read.c (dwarf2_get_section_info): Replace parameter
5918 section_name by sect. Use a switch to select the info.
5919 * dwarf2-frame.c (warf2_get_section_info): Remove prototype.
5920 (dwarf2_build_frame_info): Adjust calls to dwarf2_get_section_info.
5921
c91c8c16
PA
59222011-05-24 Pedro Alves <pedro@codesourcery.com>
5923
5924 * solib-svr4.c (svr4_solib_create_inferior_hook): Skip setting
5925 shared library event breakpoint if there's no execution.
5926
77bc418a
TJB
59272011-05-24 Thiago Jung Bauermann <bauerman@br.ibm.com>
5928
5929 * breakpont.c (remove_hw_watchpoints): Remove unused function.
5930 * breakpoint.h remove_hw_watchpoints(): Remove prototype.
5931
c50491a7
TT
59322011-05-23 Tom Tromey <tromey@redhat.com>
5933
5934 * c-lang.c (evaluate_subexp_c): Use expect_type if it is not
5935 NULL.
5936
6d64e6d4
DE
59372011-05-23 Doug Evans <dje@google.com>
5938
5939 * python/lib/gdb/printing.py (register_pretty_printer): Add missing
5940 entry for RuntimeError to doc string.
5941
2067c8d4
JG
59422011-05-23 Jerome Guitton <guitton@adacore.com>
5943
5944 * sparc-tdep.c (sparc_skip_stack_check): Recognize a new instruction
5945 sequence for probing loops.
5946
b136cd05
PA
59472011-05-23 Pedro Alves <pedro@codesourcery.com>
5948
5949 * infrun.c (user_visible_resume_ptid): Fix typos in describing
5950 comment.
5951
22e74ef9
MK
59522011-05-21 Mark Kettenis <kettenis@gnu.org>
5953
5954 * sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supply
5955 zero as the value for %g0 in the register cache.
5956 * sparc-tdep.c (sparc32_supply_gregset): Likewise.
5957 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
5958
842951eb
PA
59592011-05-20 Pedro Alves <pedro@codesourcery.com>
5960
5961 * infrun.c (proceed): Set previous_inferior_ptid here.
5962 (init_wait_for_inferior): Initialize previous_inferior_ptid from
5963 inferior_ptid, not null_ptid.
5964 (wait_for_inferior): Don't initialize previous_inferior_ptid here.
5965 (fetch_inferior_event): Nor here.
5966
46cf51e6
PA
59672011-05-20 Pedro Alves <pedro@codesourcery.com>
5968
5969 * inf-loop.c (inferior_event_handler): Only output a message if
5970 verbose.
5971
29ef4c46
LM
59722011-05-20 Luis Machado <lgustavo@codesourcery.com>
5973
5974 * MAINTAINERS: Update my e-mail address.
5975
f148b27e
PA
59762011-05-20 Pedro Alves <pedro@codesourcery.com>
5977
5978 * infrun.c (proceed): Switch the inferior event loop to
5979 INF_EXEC_COMPLETE if the target refused to resume from a
5980 vfork/fork.
5981
09cee04b
PA
59822011-05-20 Pedro Alves <pedro@codesourcery.com>
5983
5984 * infcmd.c: Include "inf-loop.h".
5985 (step_once): When stepping into an inline subroutine, pretend the
5986 target has run. If the target can async, switch the inferior
5987 event loop to INF_EXEC_COMPLETE.
5988 * inferior.h (user_visible_resume_ptid): Declare.
5989 * infrun.c (user_visible_resume_ptid): New function, factored out
5990 from `resume'.
5991 (resume): Use it.
5992 * mi/mi-main.c (mi_execute_async_cli_command): Remove assertion
5993 that the current thread is running. Merge async and sync
5994 branches.
5995
751b8ce1
PA
59962011-05-20 Pedro Alves <pedro@codesourcery.com>
5997
5998 * infcmd.c (step_1): Simplify synchronous case.
5999
e93a69ed
PA
60002011-05-20 Pedro Alves <pedro@codesourcery.com>
6001
6002 * tracepoint.c: Include exceptions.h.
6003 (TFILE_PID): Move higher in file.
6004 (tfile_open): Delay pushing the tfile target until we're assured
6005 the tfile header is present in the file. Wrap reading the initial
6006 newline-terminated lines in TRY_CATCH. Pop the target if the
6007 initial setup failed. Add the tfile's thread immediately
6008 aftwards, before any non-essential setup. Don't skip
6009 post_create_inferior if there are no traceframes present in the
6010 file.
6011 (tfile_close): Remove redundant check for null before xfree call.
6012 (tfile_thread_alive): New function.
6013 (init_tfile_ops): Register it as to_thread_alive callback.
6014
6823e2b1
PA
60152011-05-20 Pedro Alves <pedro@codesourcery.com>
6016
6017 * tracepoint.c (tfile_open): Delete #if 0'd code.
6018
b3c8eb43
JK
60192011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6020
6021 Fix -readnow for -gdwarf-4 unused type units.
6022 * dwarf2read.c (struct signatured_type): Remove the field offset.
6023 (create_signatured_type_table_from_index): Remove its initialization.
6024 (create_debug_types_hash_table): Likewise. Initialize per_cu.offset
6025 instead. Add a complaint call.
6026 (process_psymtab_comp_unit): Change assignment to gdb_assert.
6027 (process_type_comp_unit, lookup_die_type, dump_die_shallow)
6028 (lookup_signatured_type_at_offset, read_signatured_type)
6029 (write_one_signatured_type): Update the field for per_cu.
6030
310afc76
TT
60312011-05-19 Tom Tromey <tromey@redhat.com>
6032
6033 * python/py-inferior.c (python_inferior_exit): Use
6034 target_gdbarch.
6035 (python_on_resume): Likewise.
6036
cf6c5ffb
TT
60372011-05-19 Matt Rice <ratmice@gmail.com>
6038
6039 * breakpoint.c (bpstat_do_actions_1): Call prevent_dont_repeat.
6040
fb80a3c5
HZ
60412011-05-19 Hui Zhu <teawater@gmail.com>
6042
6043 * tracepoint.c (tfile_trace_find): Return directly when num is -1.
6044
3672b1be
HZ
60452011-05-19 Hui Zhu <teawater@gmail.com>
6046
6047 * xcoffread.c (read_xcoff_symtab): Initialize fcn_aux_saved.
6048
ff355380
TT
60492011-05-18 Tom Tromey <tromey@redhat.com>
6050
6051 * dwarf2read.c (dwarf2_add_field): Constify.
6052 * value.c (value_static_field): Constify.
6053 * gdbtypes.h (struct main_type) <field.field_location.physname>:
6054 Now const.
6055 * ax-gdb.c (gen_static_field): Constify
6056
ed731959
JK
60572011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6058
6059 * linux-nat.c (kill_callback): Use SIGKILL first.
6060
967cff16
JB
60612011-05-18 Joel Brobecker <brobecker@adacore.com>
6062
6063 * ada-lang.c (print_it_exception): Avoid use of sprintf.
6064
1d06ead6
TT
60652011-05-18 Tom Tromey <tromey@redhat.com>
6066
6067 * value.c (value_fn_field): Constify.
6068 * symtab.c (gdb_mangle_name): Constify.
6069 * stabsread.c (update_method_name_from_physname): Make 'physname'
6070 argument const.
6071 * p-typeprint.c (pascal_type_print_method_args): Make arguments
6072 const. Use explicit fputc_filtered loop.
6073 (pascal_type_print_base): Constify.
6074 * p-lang.h (pascal_type_print_method_args): Update.
6075 * linespec.c (add_matching_methods): Constify.
6076 (add_constructors): Likewise.
6077 * jv-typeprint.c (java_type_print_base): Constify.
6078 * gdbtypes.h (struct cplus_struct_type)
6079 <fn_fieldlist.fn_field.physname>: Now const.
6080 * dwarf2read.c (compute_delayed_physnames): Constify.
6081 (dwarf2_add_member_fn): Likewise.
6082 * c-typeprint.c (c_type_print_base): Constify. Use cleanups.
6083
0d9a9a5f
PA
60842011-05-18 Pedro Alves <pedro@codesourcery.com>
6085
6086 * infrun.c (resume): Mention which is the current thread, and its
6087 current PC in debug output.
6088 (prepare_to_proceed): Mention the thread switching in debug
6089 output.
6090
05386e9e
TT
60912011-05-18 Tom Tromey <tromey@redhat.com>
6092
6093 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Fix absolute
6094 path check. Use xmalloc and cleanups.
6095 (try_thread_db_load_from_dir): Use xmalloc and cleanups.
6096
ee86786c
TT
60972011-05-17 Tom Tromey <tromey@redhat.com>
6098
6099 * cp-valprint.c (cp_print_value_fields): Catch errors from
6100 value_static_field.
6101
9ff3b74f
TT
61022011-05-17 Tom Tromey <tromey@redhat.com>
6103
6104 * dwarf2read.c (dwarf2_get_die_type): Call
6105 get_die_type_at_offset.
6106 * dwarf2expr.c (dwarf_get_base_type): Handle NULL return from
6107 get_base_type function.
6108
cd3da28e
PA
61092011-05-17 Tomas Martinec <fyzmat@gmail.com>
6110
6111 * infrun.c (handle_inferior_event) <handling deferred step>: Clear
6112 trap_expected.
6113
fd20d931
DE
61142011-05-16 Doug Evans <dje@google.com>
6115
6116 * python/py-auto-load.c (source_section_scripts): Mention objfile
6117 name in warning.
6118
75fc9810
DE
61192011-05-15 Doug Evans <dje@google.com>
6120
290351b8
DE
6121 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New function.
6122 (try_thread_db_load_from_pdir): Call it. If unable to find
6123 libthread_db in directory of libpthread, see if we're looking at
6124 the separate-debug-info copy.
6125
75fc9810
DE
6126 * python/py-autoload.c (print_script): Print "Missing" instead of
6127 "No" for missing scripts.
6128 (info_auto_load_scripts): Tweak "Loaded" column to fit "Missing".
6129
9f7bc587
DE
61302011-05-13 Doug Evans <dje@google.com>
6131
6132 * ui-file.c (stdio_file_write_async_safe): Add comment.
6133
093cee7d
HZ
61342011-05-14 Hui Zhu <teawater@gmail.com>
6135
6136 * ui-file.c (stdio_file_write_async_safe): Add empty check for build.
6137
dbaefcf7
DE
61382011-05-13 Doug Evans <dje@google.com>
6139
98a5dd13
DE
6140 Support $pdir and $sdir in libthread-db-search-path.
6141 * NEWS: Mention $sdir,$pdir.
6142 * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): Add $sdir:$pdir.
6143 * linux-thread-db.c (try_thread_db_load_from_pdir): New function.
6144 (try_thread_db_load_from_sdir): New function.
6145 (try_thread_db_load_from_dir): New function.
6146 (thread_db_load_search): Handle $pdir, $sdir. Remove trying of
6147 system directories if search of libthread-db-search-path fails,
6148 that is now done via $sdir.
6149 (has_libpthread): New function.
6150 (thread_db_load): Remove search for libthread_db in directory of
6151 libpthread, that is now done via $pdir.
6152
dbaefcf7
DE
6153 * NEWS: Mention "info auto-load-scripts".
6154 * python/py-auto-load.c (struct auto_load_pspace_info): New member
6155 script_not_found_warning_printed.
6156 (init_loaded_scripts_info): Renamed from create_loaded_scripts_hash,
6157 all callers updated. Initialize script_not_found_warning_printed.
6158 (get_auto_load_pspace_data_for_loading): New function.
6159 (maybe_add_script): New function.
6160 (source_section_scripts): Simplify. Only print one warning regardless
6161 of the number of auto-load scripts not found.
6162 (clear_section_scripts): Clear script_not_found_warning_printed.
6163 (auto_load_objfile_script): Record script in hash table.
6164 (count_matching_scripts): New function.
6165 (maybe_print_script): Renamed from maybe_print_section_script, all
6166 callers updated. Rewrite to use ui_out_*.
6167 (info_auto_load_scripts): Renamed from
6168 maintenance_print_section_scripts, all callers updated.
6169 (gdbpy_initialize_auto_load): "maintenance print section-scripts"
6170 renamed as "info auto-load-scripts".
6171
9930639c
TT
61722011-05-13 Tom Tromey <tromey@redhat.com>
6173
6174 * dwarf2expr.c (read_uleb128): Cast intermediate result.
6175 (read_sleb128): Likewise.
6176
06826322
TT
61772011-05-13 Tom Tromey <tromey@redhat.com>
6178
6179 * dwarf2loc.c (disassemble_dwarf_expression): Fix instruction
6180 offset display.
6181
01124a23
DE
61822011-05-13 Doug Evans <dje@google.com>
6183
6184 * linux-nat.c (debug_linux_nat_async): Delete.
6185 Replace all references to use debug_linux_nat instead.
6186 (show_debug_linux_nat_async): Delete.
6187 (sigchld_handler): Call ui_file_write_async_safe instead of
6188 fprintf_unfiltered.
6189 (_initialize_linux_nat): Remove `set debug lin-lwp-async'.
6190 * ui-file.c (struct ui_file): New member to_write_async_safe.
6191 (null_file_write_async_safe): New function.
6192 (ui_file_write_async_safe): New function.
6193 (set_ui_file_write_async_safe): New function.
6194 (ui_file_new): Initialize to_write_async_safe.
6195 (stdio_file_write_async_safe): New function.
6196 (struct stdio_file): New member fd.
6197 (stdio_file_new): Initialize to_write_async_safe, fd.
bbfac39e
DE
6198 (stdio_file_read, stdio_file_isatty): New stdio->fd instead of calling
6199 fileno.
01124a23
DE
6200 * ui-file.h (ui_file_write_async_safe_ftype): New typedef.
6201 (set_ui_file_write_async_safe): Declare.
6202 (ui_file_write_async_safe): Declare.
6203
72fc29ff
TT
62042011-05-13 Tom Tromey <tromey@redhat.com>
6205
6206 * utils.c (do_value_free): New function.
6207 (make_cleanup_value_free): Likewise.
6208 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle value
6209 freeing correctly.
6210 (dwarf2_loc_desc_needs_frame): Call
6211 make_cleanup_value_free_to_mark.
6212 * dwarf2expr.h (struct dwarf_expr_context) <mark>: Remove field.
6213 * dwarf2expr.c (free_dwarf_expr_context): Don't call
6214 value_free_to_mark.
6215 (new_dwarf_expr_context): Don't call value_mark.
6216 * dwarf2-frame.c (execute_stack_op): Call
6217 make_cleanup_value_free_to_mark.
6218 * defs.h (make_cleanup_value_free): Declare.
6219
028d0ed5
TJB
62202011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
6221
6222 * mi/mi-main.c (mi_cmd_execute): Use cleanup from
6223 prepare_execute_command.
6224 * top.c (prepare_execute_command): Return cleanup.
6225 (execute_command): Use cleanup from prepare_execute_command.
6226 * top.h (prepare_execute_command): Change prototype to return
6227 cleanup.
6228 * defs.h (struct value): Add opaque declaration.
6229 (make_cleanup_value_free_to_mark): Add prototype.
6230 * utils.c (do_value_free_to_mark): New function.
6231 (make_cleanup_value_free_to_mark): Likewise.
6232
b087e0ed
TT
62332011-05-12 Tom Tromey <tromey@redhat.com>
6234
6235 * dwarf2expr.c (execute_stack_op) <DW_OP_shr>: Unconditionally
6236 cast left-hand-side to unsigned.
6237
8a9b8146
TT
62382011-05-12 Tom Tromey <tromey@redhat.com>
6239
6240 PR gdb/12617:
6241 * value.h (value_from_contents): Declare.
6242 * value.c (value_from_contents): New function.
6243 * dwarf2read.c (dwarf_stack_op_name): Add new values.
6244 (dwarf2_get_die_type): New function.
6245 * dwarf2loc.c (dwarf_expr_get_base_type): New function.
6246 (allocate_piece_closure): Acquire reference to values.
6247 (read_pieced_value): Update for value-based expressions.
6248 (write_pieced_value): Likewise.
6249 (free_pieced_value_closure): Call value_free as needed.
6250 (dwarf2_evaluate_loc_desc_full): Set get_base_type field.
6251 Update for value-based expressions.
6252 * dwarf2loc.h (dwarf2_get_die_type): Declare.
6253 * dwarf2expr.h (struct dwarf_stack_value) <value>: Change type.
6254 <get_base_type>: New field.
6255 (struct dwarf_expr_piece) <v.value>: Change type.
6256 <v.regno>: New field.
6257 (struct dwarf_expr_context) <mark>: New field.
6258 (dwarf_expr_piece, dwarf_expr_fetch): Update.
6259 (dwarf_expr_pop, dwarf_expr_push): Remove.
6260 (dwarf_expr_push_address): Declare.
6261 * dwarf2expr.c (dwarf_arch_cookie): New global.
6262 (struct dwarf_gdbarch_types): New.
6263 (dwarf_gdbarch_types_init, dwarf_expr_address_type): New
6264 functions.
6265 (dwarf_expr_push): Change type of 'value' argument. Update. Now
6266 static.
6267 (dwarf_expr_push_address): New function.
6268 (dwarf_expr_pop): Now static.
6269 (dwarf_expr_fetch): Change return type.
6270 (dwarf_require_integral): New function.
6271 (dwarf_expr_fetch): Simplify.
6272 (add_piece): Update.
6273 (base_types_equal_p, dwarf_get_base_type, get_unsigned_type): New
6274 functions.
6275 (execute_stack_op) <sign_ext>: Remove.
6276 Use values for DWARF stack.
6277 <DW_OP_GNU_const_type, DW_OP_GNU_deref_type,
6278 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
6279 New cases.
6280 (_initialize_dwarf2expr): New function.
6281 (add_piece): Update.
6282 (new_dwarf_expr_context): Set new field.
6283 (free_dwarf_expr_context): Call value_free_to_mark.
6284 * dwarf2-frame.c (no_base_type): New function.
6285 (execute_stack_op): Set get_base_type field. Update.
6286
e8d28ef4
TT
62872011-05-12 Tom Tromey <tromey@redhat.com>
6288
6289 * dwarf2read.c (read_common_block): Fix formatting.
6290
d248b706
KY
62912011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
6292
6293 * breakpoint.c (disable_breakpoint): Disable all locations
6294 associated with a tracepoint on target if a trace experiment is
6295 running.
6296 (disable_command): Disable a specific tracepoint location on target if
6297 a trace experiment is running.
6298 (do_enable_breakpoint): Enable all locations associated with a
6299 tracepoint on target if a trace experiment is running.
6300 (enable_command) Enable a specific tracepoint location on target if a
6301 trace experiment is running.
6302 * target.c (update_current_target): Add INHERIT and de_fault clauses for
6303 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
6304 to_disable_tracepoint.
6305 * target.h: Add declaration of struct bp_location.
6306 (struct target_ops): Add new functions
6307 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
6308 to_disable_tracepoint to target operations.
6309 (target_supports_enable_disable_tracepoint): New macro.
6310 (target_enable_tracepoint): New macro.
6311 (target_disable_tracepoint): New macro.
6312 * remote.c (struct remote_state): Add new field.
6313 (remote_enable_disable_tracepoint_feature): New.
6314 (remote_protocol_features): Add new entry.
6315 (remote_supports_enable_disable_tracepoint): New.
6316 (remote_enable_tracepoint): New.
6317 (remote_disable_tracepoint): New.
6318 (init_remote_ops): Add remote_enable_tracepoint,
6319 remote_disable_tracepoint and remote_supports_enable_disable_tracepoint
6320 to remote operations.
6321 * tracepoint.c (start_tracing): Allow tracing to start without any
6322 tracepoints enabled with just a warning if they can be re-enabled
6323 later.
6324 * NEWS: Add news item for the new behaviour of the enable and disable
6325 GDB commands when applied to tracepoints.
6326 Add news items for the new remote packets QTEnable and QTDisable.
6327
cc88a640
JK
63282011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6329
6330 * config.in: Regenerate.
6331 * configure: Regenerate.
6332 * configure.ac <--with-system-readline> (for readline_echoing_p):
6333 Remove the test.
6334 * tui/tui-io.c (tui_old_readline_echoing_p): Rename to ...
6335 (tui_old_rl_echoing_p): ... here.
6336 (tui_setup_io): Rename extern declaration readline_echoing_p to
6337 _rl_echoing_p. Adjust assignments for the both renames.
6338
1f84b619
TJB
63392011-05-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
6340
6341 * symtab.c (lookup_symtab): Run cleanup before returning.
6342
74ac6d43
TT
63432011-05-11 Tom Tromey <tromey@redhat.com>
6344
6345 * dwarf2read.c (handle_data_member_location): New function.
6346 (dwarf2_add_field): Use it.
6347 (read_common_block): Likewise.
6348
5488dafb
JK
63492011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6350
6351 Make addrs->SECTINDEX always defined.
6352 * symfile.c (relative_addr_info_to_section_offsets): Check for
6353 SECTINDEX -1, not for zero ADDR.
6354 (addrs_section_compar): Remove checking for invalid SECTINDEX.
6355 (addr_info_make_relative): Set SECTINDEX to -1 for unmatched entries.
6356 * symfile.h (struct section_addr_info) <sectindex>: Update the comment
6357 on its validity.
6358
84e578fb
DE
63592011-05-10 Doug Evans <dje@google.com>
6360
2471d008
DE
6361 * linux-thread-db.c: Whitespace cleanup.
6362 (try_thread_db_load_1): Fix comment.
6363
84e578fb
DE
6364 * linux-thread-db.c (set_libthread_db_search_path): New function.
6365 (_initialize_thread_db): Add setter for libthread-db-search-path.
6366
673c2bbe
DE
63672011-05-09 Doug Evans <dje@google.com>
6368
478aac75
DE
6369 * NEWS: Mention --with-iconv-bin.
6370 * configure.ac: New option --with-iconv-bin.
6371 * configure: Regenerate.
6372 * config.in: Regenerate.
6373 * defs.h (relocate_gdb_directory): Declare.
6374 * main.c (relocate_gdb_directory): Renamed from relocate_directory,
6375 removed progname parameter, and exported. All callers updated.
6376 * charset.c (find_charset_names): Use --with-iconv-bin if specified.
6377
673c2bbe
DE
6378 * linux-nat.c (lin_lwp_attach_lwp): For !WIPSTOPPED case,
6379 adding missing call to restore_child_signals_mask.
6380
e4c8541f
PA
63812011-05-09 Pedro Alves <pedro@codesourcery.com>
6382
6383 * inferior.h (wait_for_inferior): Remove `thread_exec_as_sigtrap'
6384 parameter.
6385 * infrun.c (proceed, start_remote): Adjust.
6386 (wait_for_inferior): Remove `thread_exec_as_sigtrap' parameter,
6387 and adjust to not handle it.
6388 * solib-irix.c (irix_solib_create_inferior_hook): Adjust.
6389 * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
6390 * solib-sunos.c (sunos_solib_create_inferior_hook): Adjust.
6391 * solib-svr4.c (svr4_solib_create_inferior_hook): Adjust.
6392 * windows-nat.c (do_initial_windows_stuff): Adjust.
6393 * infcmd.c (attach_command): Adjust.
6394 (notice_new_inferior): Adjust.
6395
a536c6d7
UW
63962011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6397
6398 * ppc-linux-tdep.c (ppu2spu_prev_register): Handle pseudo registers.
6399 (ppu2spu_unwind_register): Mark pseudo registers unavailable.
6400 * spu-tdep.c (op_selb): Use correct value.
6401
7845b013
UW
64022011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6403
6404 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Add NULL
6405 "parent" parameter to symbol_file_add_from_bfd call.
6406
9c06b0b4
TJB
64072011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6408 Thiago Jung Bauermann <bauerman@br.ibm.com>
6409
6410 Implement support for PowerPC BookE masked watchpoints.
6411 * NEWS: Mention masked watchpoint support. Create "Changed commands"
6412 section.
6413 * breakpoint.h (struct breakpoint_ops) <works_in_software_mode>: New
6414 method. Initialize to NULL in all existing breakpoint_ops instances.
6415 (struct breakpoint) <hw_wp_mask>: New field.
6416 * breakpoint.c (is_masked_watchpoint): Add prototype.
6417 (update_watchpoint): Don't set b->val for masked watchpoints. Call
6418 breakpoint's breakpoint_ops.works_in_software_mode if available.
6419 (watchpoints_triggered): Handle the case of a hardware masked
6420 watchpoint trigger.
6421 (watchpoint_check): Likewise.
6422 (works_in_software_mode_watchpoint): New function.
6423 (insert_masked_watchpoint, remove_masked_watchpoint)
6424 (resources_needed_masked_watchpoint)
6425 (works_in_software_mode_masked_watchpoint, print_it_masked_watchpoint)
6426 (print_one_detail_masked_watchpoint, print_mention_masked_watchpoint)
6427 (print_recreate_masked_watchpoint, is_masked_watchpoint): New
6428 functions.
6429 (masked_watchpoint_breakpoint_ops): New structure.
6430 (watch_command_1): Check for the existence of the `mask' parameter.
6431 Set b->ops according to the type of hardware watchpoint being created.
6432 * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint)
6433 (ppc_linux_remove_mask_watchpoint)
6434 (ppc_linux_masked_watch_num_registers): New functions.
6435 (_initialize_ppc_linux_nat): Initialize to_insert_mask_watchpoint,
6436 to_remove_mask_watchpoint and to_masked_watch_num_registers.
6437 * target.c (update_current_target): Mention to_insert_mask_watchpoint,
6438 to_remove_mask_watchpoint, and to_masked_watch_num_registers.
6439 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
6440 (target_masked_watch_num_registers): New functions.
6441 * target.h (struct target_ops) <to_insert_mask_watchpoint>,
6442 <to_remove_mask_watchpoint>, <to_masked_watch_num_registers>: New
6443 methods.
6444 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
6445 (target_masked_watch_num_registers): Add prototypes.
6446
8be455d7
JK
64472011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6448
6449 PR 12573
6450 * dwarf2read.c (struct dwarf2_cu): New field has_loclist.
6451 (producer_is_gcc_ge_4_0): New function.
6452 (process_full_comp_unit): Set also symtab->locations_valid. Move the
6453 symtab->language code.
6454 (var_decode_location): Set cu->has_loclist.
6455 * symtab.c (skip_prologue_sal): New variables saved_pc, force_skip and
6456 skip. Intialize force_skip from locations_valid. Move the prologue
6457 skipping code into two passes.
6458 * symtab.h (struct symtab): Make the primary field a bitfield. New
6459 field locations_valid.
6460
d8228535
JK
64612011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6462
6463 * c-exp.y (qualified_name): Call destructor_name_p with $1.type.
6464 (classify_inner_name): Call cp_lookup_nested_type with
6465 yylval.tsym.type.
6466 * cp-namespace.c (cp_lookup_nested_type): New variable
6467 saved_parent_type. Call CHECK_TYPEDEF for parent_type. Call
6468 type_name_no_tag_or_error with saved_parent_type.
6469 * dwarf2read.c (load_partial_dies): Read in any children of
6470 DW_TAG_typedef with complaint in such case.
6471 * gdbtypes.c (type_name_no_tag_or_error): New function.
6472 * gdbtypes.h (type_name_no_tag_or_error): New prototype.
6473 * valops.c (destructor_name_p): New comment for parameter type. Remove
6474 type const. Make dname and cp const. Call type_name_no_tag_or_error.
6475 * value.h (destructor_name_p): Remove type const.
6476
1976171a
JK
64772011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6478
6479 * symtab.c (compare_symbol_name): New function.
6480 (completion_list_add_name, expand_partial_symbol_name): Call it,
6481 remove the variable ncmp.
6482 (default_make_symbol_completion_list_break_on): Reduce SYM_TEXT_LEN,
6483 gdb_assert it.
6484
a9634178
TJB
64852011-05-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
6486
6487 Demote to sw watchpoint only in update_watchpoint.
6488 * breakpoint.c (update_watchpoint): Change between software and
6489 hardware watchpoint for all kinds of watchpoints, not just
6490 read/write ones. Determine b->exact value here instead of
6491 in watch_command_1. Error out if there are not enough resources
6492 for a read or access hardware watchpoint.
6493 (watch_command_1): Remove logic of checking whether there are
6494 enough resources available, since update_watchpoint will do that
6495 work now. Don't set b->exact here. Catch exceptions thrown by
6496 update_watchpoint and delete the watchpoint.
6497 (can_use_hardware_watchpoint): Remove exact_watchpoints argument.
6498 Use target_exact_watchpoints instead.
6499 (delete_breakpoint): Notify observers only if deleted watchpoint
6500 has a breakpoint number assigned to it.
6501
4c67c798
JJ
65022011-05-05 Janis Johnson <janisjo@codesourcery.com>
6503
6504 * MAINTAINERS: Add myself as a write-after-approval maintainer.
6505
a3fcb948
JG
65062011-05-05 Jerome Guitton <guitton@adacore.com>
6507
6508 * i386-tdep.c (i386_in_stack_tramp_p, i386_stack_tramp_frame_sniffer):
6509 New functions.
6510 (i386_stack_tramp_frame_unwind): New static global.
6511 (i386_match_pattern): New function, extracted from i386_match_insn.
6512 (i386_match_insn): Use i386_match_pattern.
6513 (i386_match_insn_block): New function.
6514 (i386_tramp_chain_in_reg_insns)
6515 (i386_tramp_chain_on_stack_insns): New static variables.
6516 (i386_gdbarch_init): Add i386_stack_tramp_frame_unwind to list
6517 of unwinders.
6518
4d393d60
JM
65192011-05-04 Joseph Myers <joseph@codesourcery.com>
6520
6521 * configure.host (xscale*): Don't handle target.
6522 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
6523 handle targets.
6524
f70bd40b
YQ
65252011-05-04 Yao Qi <yao@codesourcery.com>
6526
6527 * gdb_wait.h: remove WAITTYPE and WCOREDUMP.
6528
dd3295ee
JB
65292011-05-03 Joel Brobecker <brobecker@adacore.com>
6530
6531 Revert:
6532 | 2011-03-07 Michael Snyder <msnyder@vmware.com>
6533 | * elfread.c (elf_symtab_read): Stop memory leak.
6534
90375a0e
PM
65352011-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6536
6537 * nto-tdep.c (nto_target): Replace deprecated call to
6538 cygwin_conv_to_posix_path functions by cygwin_conv_path calls.
6539
d07205c2
JK
65402011-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6541
6542 Fix false GCC warning.
6543 * breakpoint.c (do_enable_breakpoint): Initialize orig_enable_state.
6544
1e718ff1
TJB
65452011-05-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
6546
6547 * breakpoint.c (update_watchpoint): Move code to change
6548 the enable state of breakpoint from here ...
6549 (do_enable_breakpoint): ... to here.
6550
35bef4fd
TT
65512011-04-26 Andrew Gontarek <andrewg@cray.com>
6552
78290264
PP
6553 * valprint.c (val_print_array_elements): Fixed poor performance
6554 of printing very large arrays with repeat_count_threshold set
6555 to unlimited. New comment.
35bef4fd 6556
38a714bb
TT
65572011-04-29 Tom Tromey <tromey@redhat.com>
6558
6559 * mi/mi-parse.c (mi_parse): Remove incorrect sizeof.
6560 (mi_parse): Likewise.
6561 * breakpoint.c (break_range_command): Use sizeof char*, not
6562 char**.
6563 (create_breakpoint): Likewise.
6564 (parse_breakpoint_sals): Likewise.
6565
eb73ad13
PA
65662011-04-29 Pedro Alves <pedro@codesourcery.com>
6567
6568 * linux-nat.c (linux_child_remove_fork_catchpoint)
6569 (linux_child_remove_vfork_catchpoint)
6570 (linux_child_remove_exec_catchpoint): New functions.
6571 (linux_target_install_ops): Install them.
6572
d65aec65
PM
65732011-04-29 Phil Muldoon <pmuldoon@redhat.com>
6574
6575 PR mi/12531
6576
6577 * varobj.c (install_default_visualizer): Do not install a
6578 visualizer if the varobj is CPLUS_FAKE_CHILD.
6579 (construct_visualizer): Likewise.
6580
165195f4
JK
65812011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6582
6583 * symtab.c (expand_partial_symbol_name): New variable NCMP. Support
6584 case insensitive comparison.
6585
30852783
UW
65862011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
6587
6588 * infrun.c (proceed): Revert previous change.
6589 (resume): Instead, handle the case of signal delivery while stepping
6590 off a breakpoint location here, and only if software single-stepping
6591 is used. Handle nested signals.
6592
7ff120b4
YQ
65932011-04-28 Yao Qi <yao@codesourcery.com>
6594
6595 * arm-tdep.c (copy_unmodified): Rename to ...
6596 (arm_copy_unmodified): .. this. New.
6597 (copy_preload): Move common part to ...
6598 (install_preload): .. this. New.
6599 (arm_copy_preload): New.
6600 (copy_preload_reg): Move common part to ...
6601 (install_preload_reg): ... this. New.
6602 (arm_copy_preload_reg): New.
6603 (copy_b_bl_blx): Move common part to ...
6604 (install_b_bl_blx): .. this. New.
6605 (arm_copy_b_bl_blx): New.
6606 (copy_bx_blx_reg): Move common part to ...
6607 (install_bx_blx_reg): ... this. New.
6608 (arm_copy_bx_blx_reg): New.
6609 (copy_alu_reg): Move common part to ...
6610 (install_alu_reg): ... this. New.
6611 (arm_copy_alu_reg): New.
6612 (copy_alu_shifted_reg): Move common part to ...
6613 (install_alu_shifted_reg): ... this. New.
6614 (copy_ldr_str_ldrb_strb): Move common part to ...
6615 (install_ldr_str_ldrb_strb): ... this. New.
6616 (arm_copy_ldr_str_ldrb_strb): New.
6617 (copy_copro_load_store): Move some common part to ...
6618 (install_copy_copro_load_store): ... this. New.
6619 (arm_copy_copro_load_store): New.
6620 (copy_svc): Delete.
6621 (arm_copy_svc): Renamed from copy_svc.
6622 (copy_undef): Delete.
6623 (arm_copy_undef): Renamed from copy_undef.
6624 (decode_ext_reg_ld_st): Delete.
6625 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
6626 (decode_svc_copro): Delete.
6627 (arm_decode_svc_copro): Renamed from decode_svc_copro.
6628 (copy_copro_load_store, copy_alu_imm): update callers.
6629 (copy_extra_ld_st, copy_block_xfer): Likewise.
6630 (decode_misc_memhint_neon, decode_unconditional): Likewise.
6631 (decode_miscellaneous, decode_dp_misc): Likewise.
6632 (decode_ld_st_word_ubyte, decode_media): Likewise.
6633 (decode_b_bl_ldmstm, decode_ext_reg_ld_st): Likewise.
6634 (decode_svc_copro, decode_misc_memhint_neon): Likewise.
6635 (decode_unconditional, decode_miscellaneous): Likewise.
6636 (decode_media, decode_b_bl_ldmstm): Likewise.
6637 (arm_process_displaced_insn): Likewise..
6638 (decode_misc_memhint_neon): Delete.
6639 (arm_decode_misc_memhint_neon): Renamed from decode_misc_memhint_neon.
6640 (decode_miscellaneous): Delete.
6641 (arm_decode_miscellaneous): Renamed from decode_miscellaneous.
6642 (decode_dp_misc): Delete.
6643 (arm_decode_dp_misc): Renamed from decode_dp_misc.
6644 (decode_ld_st_word_ubyte): Delete.
6645 (arm_decode_ld_st_word_ubyte): Renamed from decode_ld_st_word_ubyte.
6646 (decode_media): Delete.
6647 (arm_decode_media): Renamed from decode_media.
6648 (decode_b_bl_ldmstm): Delete.
6649 (arm_decode_b_bl_ldmstm): Renamed from decode_b_bl_ldmstm.
6650 (decode_ext_reg_ld_st): Delete.
6651 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
6652 (decode_unconditional): Delete.
6653 (arm_decode_unconditional): Renamed from decode_unconditional.
6654
559a7a62
JK
66552011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6656
6657 Case insensitive lookups implementation.
6658 * dwarf2read.c: Include ctype.h.
6659 (struct mapped_index): New field version.
6660 (mapped_index_string_hash): New parameter index_version. New comment
6661 for it. Call tolower appropriately.
6662 (find_slot_in_mapped_hash): New variable cmp, initialize it, use it.
6663 Choose the right index version for mapped_index_string_hash.
6664 (dwarf2_read_index): Support also the index version 5. Initialize the
6665 new struct mapped_index field version.
6666 (hash_strtab_entry): Pass INT_MAX for the new parameter, explain why.
6667 (find_slot): Explain the version needs. Pass INT_MAX for the new
6668 parameter.
6669 (write_psymtabs_to_index): Produce version 5.
6670 * minsyms.c (lookup_minimal_symbol): New variable cmp, initialize it,
6671 use it. New comment for SYMBOL_MATCHES_SEARCH_NAME.
6672 * psymtab.c (lookup_partial_symbol): Find the
6673 SYMBOL_MATCHES_SEARCH_NAME start of the found block of matching
6674 entries.
6675 * symtab.c (lookup_symbol_in_language): Remove the case_sensitive_off
6676 NAME lowercasing.
6677 (search_symbols): Pass REG_ICASE to regcomp for case_sensitive_off.
6678 (completion_list_add_name): New variable ncmp, initialize it, use it.
6679 * symtab.h (SYMBOL_HASH_NEXT): Always call tolower.
6680 * utils.c (strcmp_iw): Support case_sensitive_off.
6681 (strcmp_iw_ordered): Sort in a way compatible with case_sensitive_off.
6682 New function comment part. New variables saved_string1,
6683 saved_string2 and case_pass. Add a proper second pass.
6684
681bf369
JK
66852011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6686
6687 Replace re_comp/re_exec by regcomp/regexec.
6688 * symtab.c (struct search_symbols_data): New fields preg, preg_p.
6689 (search_symbols_name_matches): Use them, use regexec.
6690 (search_symbols): New variable retval_chain, adjust the use of
6691 old_chain against it. Replace re_comp by regcomp. Use the new struct
6692 search_symbols_data fields, use regexec instead of re_exec.
6693
b11b1f88
JK
66942011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6695
6696 Format the code for the next patch.
6697 * dwarf2read.c (struct mapped_index): Include delimiting newlines.
6698 * utils.c (strcmp_iw_ordered): Reformat the code for the next patch.
6699 New variables c1 and c2.
6700
2484c66b
UW
67012011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
6702
6703 * infrun.c (proceed): Do not single-step into signal delivery
6704 when stepping off a breakpoint location.
6705 (insert_step_resume_breakpoint_at_frame): Move prototype earlier.
6706 (insert_step_resume_breakpoint_at_caller): Likewise.
6707 (insert_step_resume_breakpoint_at_sal): Likewise.
6708 (insert_longjmp_resume_breakpoint): Likewise.
6709
47423772
YQ
67102011-04-27 Yao Qi <yao@codesourcery.com>
6711
6712 * common/linux-ptrace.h: Remove include <sys/wait.h>.
6713
13bdd2e7
JB
67142011-04-27 Joel Brobecker <brobecker@adacore.com>
6715
6716 * procfs.c (procfs_pass_signals): Fix advance declaration.
6717
2455069d
UW
67182011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
6719
6720 * target.h (struct target_ops): Remove to_notice_signals;
6721 add to_pass_signals.
6722 (target_notice_signals): Remove.
6723 (target_pass_signals): Add prototype.
6724 * target.c (update_current_target): Remove to_notice_signals;
6725 mention to_pass_signals.
6726 (target_pass_signals): New function.
6727 (debug_to_notice_signals): Remove.
6728 (setup_target_debug): Do not install debug_to_notice_signals.
6729
6730 * infrun.c (signal_pass): New global.
6731 (resume): Call target_pass_signals.
6732 (handle_inferior_event): Report all signals while stepping over
6733 non-steppable watchpoint. Reset trap_expected to ensure breakpoints
6734 are re-inserted when stepping over a signal handler.
6735 (signal_cache_update): New function.
6736 (signal_stop_update): Call it.
6737 (signal_print_update): Likewise.
6738 (signal_pass_update): Likewise.
6739 (handle_command): Call signal_cache_update and target_pass_signals
6740 instead of target_notice_signals.
6741 (_initialize_infrun): Initialize signal_pass.
6742
6743 * linux-nat.c (pass_mask): New global.
6744 (linux_nat_pass_signals): New function.
6745 (linux_nat_create_inferior): Report all signals initially.
6746 (linux_nat_attach): Likewise.
6747 (linux_nat_resume): Use pass_mask to decide whether to directly
6748 handle an inferior signal.
6749 (linux_nat_wait_1): Likewise.
6750 (linux_nat_add_target): Install to_pass_signals callback.
6751
6752 * nto-procfs.c (notice_signals): Remove.
6753 (procfs_resume): Do not call notice_signals.
6754 (procfs_notice_signals): Remove.
6755 (procfs_pass_signals): New function.
6756 (init_procfs_ops): Install to_pass_signals callback instead of
6757 to_notice_signals callback.
6758 (_initialize_procfs): Report all signals initially.
6759
6760 * procfs.c (procfs_notice_signals): Remove.
6761 (procfs_pass_signals): New function.
6762 (procfs_target): Install to_pass_signals callback instead of
6763 to_notice_signals callback.
6764 (register_gdb_signals): Remove.
6765 (procfs_debug_inferior): Report all signals initially.
6766 (procfs_init_inferior): Remove redundant register_gdb_signals call.
6767
6768 * remote.c (remote_pass_signals): Add numsigs and pass_signals
6769 parameters; use them instead of calling signal_..._state routines.
6770 (remote_notice_signals): Remove.
6771 (remote_start_remote): Report all signals initially.
6772 (remote_resume): Do not call remote_pass_signals.
6773 (_initialize_remote): Install to_pass_signals callback instead of
6774 to_notice_signals callback.
6775
46c6471b
PA
67762011-04-27 Pedro Alves <pedro@codesourcery.com>
6777
6778 * breakpoint.c (user_settable_breakpoint): Delete.
6779 (user_breakpoint_p): Remove check on user_settable_breakpoint.
6780 (delete_command): Check user_breakpoint_p instead of looking at
6781 the breakpoint's type.
6782 (disable_command): Ditto.
6783 (enable_command): Ditto.
6784 (delete_trace_command): Use user_breakpoint_p instead of looking
6785 at the breakpoint number directly. When checking if there are
6786 user visible tracepoints, in order to know whether to ask the user
6787 for confirmation, check whether the breakpoint is actually a
6788 tracepoint.
6789
f6d90398
VP
67902011-04-27 Vladimir Prus <vladimir@codesourcery.com>
6791
6792 * python/py-breakpoint.c (gdbpy_breakpoint_created): Fix
6793 compilation.
6794
8d3788bd
VP
67952011-04-27 Vladimir Prus <vladimir@codesourcery.com>
6796
6797 MI breakpoint notifications.
6798
f33edef8
PP
6799 * annotate.c (breakpoint_changed): Adjust parameter type.
6800 * breakpoint.c (set_breakpoint_condition): Adjust to change
6801 in breakpoint_modified type.
6802 (breakpoint_set_commands): Likewise.
6803 (do_map_commands_command): Likewise.
6804 (bpstat_check_breakpoint_conditions): Notify that breakpoint has
6805 changed after bumping hit count.
6806 (bpstat_stop_status): Likewise.
6807 (print_one_breakpoint_location): Don't wrap in tuple here.
6808 (print_one_breakpoint): Always print individual locations.
6809 For locations, use unnamed tuple.
6810 (disable_breakpoints_in_unloaded_shlib): Notify that breakpoint
6811 has changed.
6812 (create_catchpoint, create_syscall_event_catchpoint): Call
6813 breakpoint_created obsever.
6814 (mention): Don't call breakpoint_created observer.
6815 (create_breakpoint_sal): Call breakpoint_created observer.
6816 (create_breakpoint, watch_command_1): Likewise.
6817 (create_ada_exception_breakpoint): Likewise.
6818 (delete_breakpoint): Call breakpoint_deleted breakpoint.
6819 (locations_are_equal): New.
6820 (update_breakpoint_locations): If locations were changed, notify.
6821 (set_ignore_count, disable_breakpoint, do_enable_breakpoint):
6822 Call breakpoint_modified observer.
6823
6824 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
6825 (mi_cmd_break_insert): Don't set observers for modify and delete.
6826 * mi/mi-interp.c (mi_suppress_breakpoint_notifications): New.
6827 (mi_breakpoint_created, mi_breakpoint_deleted)
6828 (mi_breakpoint_modified): New.
6829 (mi_interpreter_init): Hook the above.
6830 * mi/mi-main.c (mi_cmd_execute): Disable breakpoint notifications
6831 while -break-* commands are executing.
6832 * mi/mi-main.h (mi_suppress_breakpoint_notifications): New.
6833 * mi/mi-out.c (struct ui_out_data): New field original_buffer.
6834 (mi_redirect): New.
6835 (mi_ui_out_impl): Hook in mi_redirect.
6836 (mi_field_skip): True to the name, skip the field, don't output
6837 a field with an empty value.
6838
6839 * python/py-breakpoint.c (gdbpy_breakpoint_created)
6840 (gdbpy_breakpoint_deleted): Adjust.
6841 * tui/tui-hooks.c (tui_event_create_breakpoint)
6842 (tui_event_delete_breakpoint, tui_event_modify_breakpoint): Adjust.
8d3788bd 6843
a8f42b45
UW
68442011-04-26 Aleksandar Ristovski <aristovski@qnx.com>
6845
6846 * nto-procfs.c (procfs_insert_hw_watchpoint): Fix prototype.
6847 (procfs_remove_hw_watchpoint): Likewise.
6848
57e12211
TT
68492011-04-26 Michael Walle <michael@walle.cc>
6850
6851 * remote.c (remote_start_remote): Ack packet after sending the
6852 interrupt sequence.
6853
af96c192
YQ
68542011-04-26 Yao Qi <yao@codesourcery.com>
6855
f33edef8
PP
6856 * linux-nat.c: Move common macros to ...
6857 Include linux-ptrace.h.
6858 * common/linux-ptrace.h: ... here. New.
af96c192 6859
3e03848b
JK
68602011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6861
6862 * elfread.c (elf_symfile_read): Protect dwarf2_initialize_objfile by
6863 !objfile_has_partial_symbols. New comment.
6864 * objfiles.c (objfile_has_partial_symbols): Call HAS_SYMBOLS if
6865 SYM_READ_PSYMBOLS is not present. Extend the comment.
6866 * symfile.h (struct sym_fns): Extend the sym_read_psymbols comment.
6867
1ae0d051
JK
68682011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6869
6870 * defs.h (ENUM_BITFIELD): Remove.
6871
03f2bd59
JK
68722011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6873 Eli Zaretskii <eliz@gnu.org>
6874
6875 * NEWS: Document the new gdbserver --once option.
6876
4161fbb0
JZ
68772011-04-21 Jie Zhang <jzhang918@gmail.com>
6878
6879 * MAINTAINERS: Update my email address.
6880
bcb28afc
PM
68812011-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6882
6883 * gdb_wchar.h (USE_INTERMEDIATE_ENCODING_FUNCTION): New macro.
6884 (INTERMEDIATE_ENCODING): Change value to intermediate_encoding
6885 function call if __STDC_ISO_10646__ macro is defined.
6886 (intermediate_encoding): New prototype.
6887 * charset.c (your_gdb_wchar_t_is_bogus): New extern test variable
6888 to generate compile time error for unsupported gdb_wchar_t size.
6889 (ENDIAN_SUFFIX): New macro.
6890 (intermediate_encoding): New function.
6891
7b08b9eb
JK
68922011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6893
6894 * ada-lang.c (struct add_partial_datum): Update the comment for
6895 expand_partial_symbol_name.
6896 (ada_add_partial_symbol_completions): Rename to ...
6897 (ada_expand_partial_symbol_name): ... here, change return type, update
6898 function comment, call symbol_completion_match instead of
6899 symbol_completion_add.
6900 (ada_make_symbol_completion_list): Use now expand_partial_symbol_names
6901 and ada_expand_partial_symbol_name.
6902 * dwarf2read.c (dw2_expand_symtabs_matching): Support NULL
6903 FILE_MATCHER.
6904 (dw2_map_symbol_names): Remove.
6905 (dwarf2_gdb_index_functions): Unlist dw2_map_symbol_names.
6906 * psymtab.c (map_symbol_names_psymtab): Remove.
6907 (expand_symtabs_matching_via_partial): Support NULL FILE_MATCHER.
6908 Support KIND == ALL_DOMAIN. Exchange the NAME_MATCHER and KIND check
6909 order.
6910 (psym_functions): Unlist map_symbol_names_psymtab.
6911 (map_partial_symbol_names): Rename to ...
6912 (expand_partial_symbol_names): ... here, change the FUN type, call
6913 expand_symtabs_matching with ALL_DOMAIN and NULL FILE_MATCHER now.
6914 * psymtab.h (map_partial_symbol_names): Rename to ...
6915 (expand_partial_symbol_names): ... here, change the FUN type.
6916 * symfile.h (struct quick_symbol_functions): Update the description of
6917 expand_symtabs_matching. Remove map_symbol_names.
6918 * symtab.c (search_symbols): Add ALL_DOMAIN to the function comment.
6919 (struct add_name_data): Update the comment for
6920 expand_partial_symbol_name.
6921 (add_partial_symbol_name): Rename to ...
6922 (expand_partial_symbol_name): ... here. Replace
6923 completion_list_add_name call by strncmp.
6924 (default_make_symbol_completion_list_break_on): Use now
6925 expand_partial_symbol_names and expand_partial_symbol_name.
6926 * symtab.h (enum search_domain): New element ALL_DOMAIN.
6927
90476074
TT
69282011-04-20 Tom Tromey <tromey@redhat.com>
6929
6930 * dwarf2read.c (save_gdb_index_command): Replace format
6931 documentation with a pointer to the manual.
6932
c21236dc
PA
69332011-04-20 Pedro Alves <pedro@codesourcery.com>
6934
6935 * regcache.c: Include remote.h.
6936 (enum regcache_dump_what) <regcache_dump_remote>: New enum value.
6937 (regcache_dump): Handle regcache_dump_remote.
6938 (maintenance_print_remote_registers): New function.
6939 (_initialize_regcache): Install "maint print remote-registers"
6940 command.
6941 * remote.c (map_regcache_remote_table): New function, factored out
6942 from ...
6943 (init_remote_state): ... here.
6944 (remote_register_number_and_offset): New.
6945 * remote.h (remote_register_number_and_offset): Declare.
6946
b78974c3
PA
69472011-04-20 Pedro Alves <pedro@codesourcery.com>
6948
6949 * regcache.c (get_thread_arch_regcache): If creating a regcache for
6950 null_ptid, assume and allow a NULL address space, instead of
6951 asking the target for the ptid's address space.
6952 * infrun.c (ptid_is_pid): Remove assertion.
6953
7a9dd1b2
TT
69542011-04-19 Tom Tromey <tromey@redhat.com>
6955
6956 * windows-tdep.c (windows_xfer_shared_library):
6957 * windows-nat.c (get_module_name, windows_make_so):
6958 * v850-tdep.c (v850_handle_pushm):
6959 * utils.c (null_cleanup, gdb_realpath):
6960 * ui-out.c (get_next_header):
6961 * tracepoint.c (clear_traceframe_info):
6962 * symtab.c (lookup_symtab):
6963 * serial.h (struct serial_ops):
6964 * mipsread.c (read_alphacoff_dynamic_symtab):
6965 * infcmd.c (print_return_value):
6966 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address):
6967 * f-exp.y (parse_number):
6968 * exceptions.c (catch_exceptions):
6969 * dummy-frame.c (dummy_frame_this_id):
6970 * defs.h (struct cleanup):
6971 * breakpoint.c (disable_breakpoints_in_unloaded_shlib):
6972 * arm-tdep.c (arm_push_dummy_call):
6973 * amd64-tdep.h (amd64_collect_xsave):
6974 * amd64-tdep.c (amd64_collect_xsave):
6975 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache):
6976 * README (typing): Remove duplicate words.
6977 * cli/cli-decode.c (lookup_cmd_composition): Add comma.
6978 * infrun.c (siginfo_value_read): Fix typo.
6979 * solib-frv.c (frv_fdpic_find_global_pointer): Likewise.
6980 * top.c (source_line_number): Add comma.
6981
9941e0c5
MK
69822011-04-19 Marc Khouzam <marc.khouzam@ericsson.com>
6983
6984 * thread.c (any_live_thread_of_process): Prioritize threads
6985 that are not executing.
6986 * gdbthread.h (any_live_thread_of_process): Update comment
6987 as per above change.
6988
ed4b0e6a
AS
69892011-04-19 Andreas Schwab <schwab@linux-m68k.org>
6990
6991 * xcoffread.c (process_xcoff_symbol): Remove useless cast.
6992 (scan_xcoff_symtab): Likewise.
6993
9b13a2db
PM
69942011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6995
6996 * xcoffread.c (process_xcoff_symbol): ARI fix: Avoid assignment
6997 inside if clause.
6998
1c6e1b0d
PM
69992011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7000 Pedro Alves <pedro@codesourcery.com>
7001
7002 * xstormy16-tdep.c (xstormy16_push_dummy_call): Add local
7003 variables to simplify code and avoid == operator at end of
7004 line as this is against GNU coding standards.
7005
74de0234
PM
70062011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7007
7008 * solib-svr4.c (svr4_keep_data_in_core): Rename local variable
7009 lm_name to name_lm to avoid conflict with lm_name function.
7010
b23518f0
PM
70112011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7012
7013 ARI fixes: Use only lowercase function name for static functions.
7014 * nto-tdep.c (LM_ADDR): Rename to...
7015 (lm_addr): New function name.
7016 (nto_relocate_section_addresses): Adapt to change above.
7017 * solib-sunos.c (LM_ADDR): Rename to...
7018 (lm_addr): New function name.
7019 (LM_NEXT): Rename to...
7020 (lm_next): New function name.
7021 (sunos_current_sos, sunos_relocate_section_addresses): Adapt to
7022 function name changes above.
7023 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Rename to...
7024 (lm_addr_from_link_map): New function name.
7025 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Rename to...
7026 (has_lm_dynamic_from_link_map): New function name.
7027 (LM_DYNAMIC_FROM_LINK_MAP): Rename to...
7028 (lm_dynamic_from_link_map): New function name.
7029 (LM_ADDR_CHECK): Rename to...
7030 (lm_addr_check): New function name.
7031 (LM_NEXT): Rename to...
7032 (lm_next): New function name.
7033 (LM_PREV): Rename to...
7034 (lm_prev): New function name.
7035 (LM_NAME): Rename to...
7036 (lm_name): New function name.
7037 (IGNORE_FIRST_LINK_MAP_ENTRY): Rename to...
7038 (ignore_first_link_map_entry): New function name.
7039 (svr4_keep_data_in_core): Adapt to function name changes above.
7040 (svr4_current_sos): Likewise.
7041 (enable_break): Likewise.
7042 (svr4_relocate_section_addresses): Likewise.
7043
1448a0a2
PM
70442011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7045
7046 ARI cleanup.
7047 * xtensa-tdep.c (xtensa_register_type): Use xstrprintf instead of
7048 sprintf. Simplify code and avoid loosing memory.
7049 (xtensa_register_reggroup_p): Extract assignment out of IF clause.
7050 (call0_frame_cache): Remove && operator from end of line.
7051
02835898
JK
70522011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7053
7054 Fix libraries displacement if they change whether they were prelinked.
7055 * solib-svr4.c (LM_ADDR_CHECK): Set L_ADDR even if the DYNAMIC pointer
7056 does not match. Comment why.
7057
9a845ea2
JK
70582011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7059
7060 * corelow.c: Include wrapper.h.
7061 (core_open): Call now gdb_target_find_new_threads.
7062 * wrapper.c: Include target.h.
7063 (gdb_target_find_new_threads): New.
7064 * wrapper.h (gdb_target_find_new_threads): New declaration.
7065
254f582e
JK
70662011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7067
7068 * linux-thread-db.c (find_new_threads_callback): Exit on zero TI_TID
7069 even if !TARGET_HAS_EXECUTION.
7070
63524580
JK
70712011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7072
7073 Fix convert_code_addr_to_desc_addr for ppc64 files after eu-strip.
7074 * elfread.c (elf_symfile_read): New variable synth_abfd, pass it to
7075 bfd_get_synthetic_symtab.
7076 * jit.c (jit_register_code): Pass NULL to the new parameter parent.
7077 * machoread.c (macho_add_oso_symfile): Pass main_objfile to the new
7078 parameter parent, remove the call to add_separate_debug_objfile.
7079 * solib.c (solib_read_symbols): Pass NULL to the new parameter parent.
7080 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
7081 * symfile.c (symbol_file_add_with_addrs_or_offsets): New parameter
7082 parent, new comment for it, call add_separate_debug_objfile for it.
7083 (symbol_file_add_separate): Pass objfile as the parameter parent,
7084 remove the call to add_separate_debug_objfile.
7085 (symbol_file_add_from_bfd): New parameter parent, pass it.
7086 (symbol_file_add): Pass NULL to the new parameter parent.
7087 * symfile.h (symbol_file_add_from_bfd): New parameter parent.
7088
90359a16
JK
70892011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7090
7091 * elfread.c (elf_symtab_read): Do not ignore .L symbols if they are
7092 BSF_SYNTHETIC.
7093
626e7282
JK
70942011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7095
7096 Fix Python access to inlined frames.
7097 * python/py-frame.c (frapy_read_var): Find BLOCK using get_frame_block.
7098 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
7099
cf31e6f9
TT
71002011-04-15 Tom Tromey <tromey@redhat.com>
7101
7102 * dwarf2read.c (add_index_entry): Use VEC_last, not VEC_length.
7103
c8d895f1
GB
71042011-04-15 Gary Benson <gbenson@redhat.com>
7105
7106 * MAINTAINERS: Add myself to write-after-approval section.
7107
56a9aa1d
MF
71082011-04-14 Mike Frysinger <vapier@gentoo.org>
7109
7110 * remote-sim.c (sim_command_completer): New function.
7111 (_initialize_remote_sim): Set completer to sim_command_completer.
7112
ba770c9c
TJB
71132011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
7114
7115 * breakpoint.c (print_exception_catchpoint): Rename to ...
7116 (print_it_exception_catchpoint): ... this.
7117 (gnu_v3_exception_catchpoint_ops): Update with new name
7118 for print_it_exception_catchpoint.
7119
51bf2553
EBM
71202011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
7121
7122 * MAINTAINERS: Add myself for write after approval privileges.
7123
d242658c
MP
71242011-04-13 Marek Polacek <mpolacek@redhat.com>
7125
7126 * MAINTAINERS: Add myself as a write-after-approval maintainer.
7127
4a4106ca
TJB
71282011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
7129
7130 * breakpoint.c (watch_command_1): Remove colon from exp_string.
7131
26063d49
TJB
71322011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
7133
7134 * breakpoint.c (save_breakpoints): Verify whether
7135 breakpoint_ops.print_recreate is defined before calling it.
7136
7782b183
GB
71372011-04-11 Gary Benson <gbenson@redhat.com>
7138
7139 Fix failure with --enable-maintainer-mode.
7140 * Makefile.in (aclocal_m4_deps): Updated gnulib dependencies.
7141
e8930875
JK
71422011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7143
7144 Code cleanup.
7145 * symtab.c (search_symbols): Reorder the KIND description in the
7146 function comment. Remove the unused 4th element of types, types2,
7147 types3 and types4. New gdb_assert on KIND.
7148 (symtab_symbol_info): Remove the unused 4th element of classnames.
7149 New gdb_assert on KIND.
7150 * symtab.h (enum search_domain): New warning in the enum comment.
7151 Assign numbers to the elements VARIABLES_DOMAIN, FUNCTIONS_DOMAIN and
7152 TYPES_DOMAIN.
7153
b4f2f049
JK
71542011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7155
7156 Fix crash of gdb save-index on a STABS file.
7157 * dwarf2read.c (write_psymtabs_to_index): Return also on no
7158 PSYMTABS_ADDRMAP.
7159
60d5a603
JK
71602011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7161
7162 Fix DW_AT_accessibility compatibility with gcc-4.6+.
7163 * dwarf2read.c: Include ctype.h.
7164 (producer_is_gxx_lt_4_6, dwarf2_default_access_attribute): New
7165 functions.
7166 (dwarf2_add_field): Fix new_field->accessibility by calling
7167 dwarf2_default_access_attribute. Restructure setting accessibility
7168 vs. virtuality.
7169 (dwarf2_add_member_fn): New variable accessibility. Fix fnp
7170 is_private and is_protected by calling
7171 dwarf2_default_access_attribute.
7172
e0f68161
KB
71732011-04-08 Kevin Buettner <kevinb@redhat.com>
7174
7175 * rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
7176 to the initialization.
7177
2e1aae43
SE
71782011-04-08 Steve Ellcey <sje@cup.hp.com>
7179
7180 * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
7181 initalization.
7182
c6ca3dab
PM
71832011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
7184
7185 Remove support for old Cygwin 1.5 versions.
7186 * remote-fileio.c: Remove macros used to emulate new cygwin_conv_path
7187 function on old Cygwin version.
7188 * windows-nat.c: Remove cygwin version check and always define
7189 __USEWIDE for Cygwin compilation.
7190
bd18283a
YQ
71912011-04-07 Yao Qi <yao@codesourcery.com>
7192
7193 * arm-linux-tdep.c (arm_linux_copy_svc): Remove parameters INSN
7194 and TO.
7195 * arm-tdep.c (cleanup_svc): Handle variable instruction size.
7196 (arm_copy_svc): Remove parameters INSN and TO.
7197 (decode_svc_copro): Update caller.
7198 * arm-tdep.h (struct displaced_step_closure): Remove parameters
7199 from function pointer `copy_svc_os'.
7200
8c8dba6d
YQ
72012011-04-07 Yao Qi <yao@codesourcery.com>
7202
7203 * arm-tdep.c (cleanup_branch): Set a correct return address in
7204 LR for ARM and Thumb.
7205
59d7bcaf
JK
72062011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7207
7208 Code cleanup.
7209 * dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.
7210 * dwarf2read.c (mapped_index_string_hash): Refer to SYMBOL_HASH_NEXT
7211 in the function comment, a new note on values compatibility.
7212 * minsyms.c (msymbol_hash_iw, msymbol_hash): Use SYMBOL_HASH_NEXT.
7213 * symtab.h (SYMBOL_HASH_NEXT): New.
7214
e7db58ea
TJB
72152011-04-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
7216
7217 * ppc-linux-nat.c (check_condition): Add len output parameter.
7218 Set it based on the memory region referenced in the condition
7219 expression. Update all callers.
7220
9f743ef6
JK
72212011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7222
7223 Fix crash regression on systems featuring .gdb_index.
7224 * objfiles.c (free_objfile): Move the
7225 forget_cached_source_info_for_objfile call earlier. Comment it.
7226 Extend the comment for objfile_free_data.
7227
9182c5bc
JK
72282011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7229
7230 Fix regression of displaying the debug format.
7231 * buildsym.c (end_symtab): Set symtab's debugformat and producer from
7232 subfile.
7233
04bd08de
TT
72342011-04-04 Tom Tromey <tromey@redhat.com>
7235
7236 * cli/cli-interp.c (struct captured_execute_command_args):
7237 Remove.
7238 (do_captured_execute_command): Remove.
7239 (safe_execute_command): Use TRY_CATCH.
7240 * cli/cli-script.c (struct wrapped_read_command_file_args):
7241 Remove.
7242 (wrapped_read_command_file): Remove.
7243 (script_from_file): Use TRY_CATCH.
7244 * exceptions.c (catch_exception): Remove.
7245 * exceptions.h (catch_exception): Remove.
7246 (deprecated_throw_reason): Update comment.
7247 * mi/mi-main.c (captured_mi_execute_command): Change 'data'
7248 argument to 'context'.
7249 (mi_execute_command): Use TRY_CATCH.
7250 * remote.c (struct start_remote_args): Remove.
7251 (remote_start_remote): Update; change arguments.
7252 (remote_open_1): Use TRY_CATCH.
7253
58438ac1
TT
72542011-04-04 Tom Tromey <tromey@redhat.com>
7255
7256 * tracepoint.c (scope_info): Update.
7257 * symtab.c (decode_line_spec): Update.
7258 * python/python.c (gdbpy_decode_line): Update.
7259 * linespec.h (decode_line_1): Update.
7260 * linespec.c (decode_line_1): Remove 'not_found_ptr' argument.
7261 (decode_compound, find_method, symtab_from_filename)
7262 (decode_variable): Likewise.
7263 * cli/cli-cmds.c (edit_command): Update.
7264 (list_command): Update.
7265 * breakpoint.c (parse_breakpoint_sals): Remove 'not_found_ptr'
7266 argument.
7267 (create_breakpoint): Update.
7268 (until_break_command): Update.
7269 (addr_string_to_sals): Update.
7270 (decode_line_spec_1): Update.
7271
b78a6381
TT
72722011-04-04 Tom Tromey <tromey@redhat.com>
7273
7274 * breakpoint.c (struct captured_parse_breakpoint_args): Remove.
7275 (do_captured_parse_breakpoint): Remove.
7276 (create_breakpoint): `e' is now volatile. Remove `parse_args'.
7277 Use TRY_CATCH directly.
7278
00174a86
TT
72792011-04-04 Tom Tromey <tromey@redhat.com>
7280
7281 * symtab.h (free_symtab): Remove.
7282 (forget_cached_source_info_for_objfile): Declare.
7283 * symmisc.c (free_symtab): Remove.
7284 * source.c (forget_cached_source_info_for_objfile): New function.
7285 (forget_cached_source_info): Use it.
7286 * objfiles.c (free_objfile): Simplify check before calling
7287 clear_current_source_symtab_and_line. Call
7288 forget_cached_source_info_for_objfile.
7289
30cc903e
TT
72902011-04-04 Tom Tromey <tromey@redhat.com>
7291
7292 * mdebugread.c (psymtab_to_symtab_1): Copy linetable to obstack.
7293 (new_symtab): Don't set `free_code' on symtab.
7294 (new_linetable): Properly handle size==0.
7295 * symtab.h (struct symtab) <free_code, free_func>: Remove.
7296 * symmisc.c (free_symtab): Don't free the linetable. Don't call
7297 free_func.
7298 * jv-lang.c (struct jv_per_objfile_data): New.
7299 (jv_per_objfile_free): Free the data.
7300 (get_dynamics_objfile): Allocate a jv_per_objfile_data.
7301 (get_java_class_symtab): Set the `dict' field on the
7302 jv_per_objfile_data.
7303 (free_class_block): Remove.
7304 * buildsym.c (end_symtab): Don't set `free_code' or `free_func' on
7305 the symtab.
7306
0c2e6019
TT
73072011-04-04 Tom Tromey <tromey@redhat.com>
7308
7309 * symfile.c (reread_symbols): Update.
7310 * objfiles.h (struct objfile) <cp_namespace_symtab>: Remove
7311 field.
7312 * objfiles.c (allocate_objfile): Update.
7313 * cp-support.h (cp_check_possible_namespace_symbols): Don't
7314 declare.
7315 * cp-namespace.c (lookup_symbol_file): Don't call
7316 lookup_possible_namespace_symbol.
7317 (initialize_namespace_symtab, get_possible_namespace_block)
7318 (free_namespace_block, cp_check_possible_namespace_symbols)
7319 (check_possible_namespace_symbols_loop)
7320 (check_one_possible_namespace_symbol)
7321 (lookup_possible_namespace_symbol): Remove.
7322 (maintenance_cplus_namespace): Replace with notice.
7323 (_initialize_cp_namespace): Deprecate `maint cplus namespace'.
7324
554d387d
TT
73252011-04-04 Tom Tromey <tromey@redhat.com>
7326
7327 * xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.
7328 * symtab.h (struct symtab) <producer, debugformat>: Now const.
7329 * symmisc.c (free_symtab): Don't free debugformat.
7330 * buildsym.h (struct subfile) <producer, debugformat>: Now const.
7331 (record_debugformat, record_producer): Document.
7332 * buildsym.c (end_symtab): Don't save debugformat and producer
7333 names on obstack.
7334 (end_symtab): Don't free debugformat and producer fields.
7335 (record_debugformat): Don't call xstrdup.
7336 (record_producer): Likewise.
7337
d4d4db8a
TT
73382011-04-04 Tom Tromey <tromey@redhat.com>
7339
7340 * source.c (find_source_lines): Remove LSEEK_NOT_LINEAR code.
7341 (source_line_charpos, source_charpos_line): Remove.
7342
8903c50d
TT
73432011-04-04 Tom Tromey <tromey@redhat.com>
7344
7345 * symtab.h (domain_enum): Split in two...
7346 (enum search_domain): New.
7347 (search_symbols): Update.
7348 * symtab.c (print_symbol_info, symtab_symbol_info): Remove
7349 redundant declarations.
7350 (search_symbols): Change 'kind' argument to search_domain.
7351 Update.
7352 (print_symbol_info): Likewise.
7353 (symtab_symbol_info): Likewise.
7354 * symfile.h (struct quick_symbol_functions)
7355 <pre_expand_symtabs_matching>: Change type of 'kind' argument.
7356 <expand_symtabs_matching>: Likewise.
7357 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Update.
7358 (expand_symtabs_matching_via_partial): Update.
7359 * dwarf2read.c (dw2_pre_expand_symtabs_matching): Update.
7360 (dw2_expand_symtabs_for_function): Update.
7361 * block.h: Moved anonymous enum...
7362 * defs.h (enum block_enum): ... here. Now named.
7363
d9351f5f 73642011-04-03 Joel Brobecker <brobecker@adacore.com>
7365
7366 GDB 7.3 branch created (branch timestamp: 2011-04-01 01:00 UTC)
7367 * version.in: Bump version to 7.3.50.20110403-cvs.
7368
d6e00af6
JB
73692011-04-03 Joel Brobecker <brobecker@adacore.com>
7370
7371 * NEWS: Create a new section for the next release branch.
7372 Rename the section of the current branch, now that it has
7373 been cut.
7374
2b9e5ea6
UW
73752011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
7376
7377 * arm-tdep.c (arm_gdbarch_init): Enfore correct register number
7378 for "fpscr" in target description.
7379
0cf03b49
JK
73802011-04-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7381
7382 * dwarf2read.c (find_slot_in_mapped_hash): New variable back_to,
7383 initialize it. Delay HASH initialization. Strip the part after open
7384 parenthesis for languages with qualifiers. Call do_cleanups.
7385
5d901a73
TT
73862011-04-01 Tom Tromey <tromey@redhat.com>
7387
7388 * utils.c (report_command_stats): Don't print `-' for negative
7389 number.
7390
b0dd7688
JB
73912011-04-01 Eric Botcazou <ebotcazou@adacore.com>
7392
7393 * ada-lang.c (ada_is_simple_array_type, ada_value_slice_from_ptr)
7394 (ada_value_slice, empty_array, to_fixed_array_type): Deal with
7395 typedefs.
7396
956a9fb9
JB
73972011-04-01 Joel Brobecker <brobecker@adacore.com>
7398
7399 * breakpoint.h (bpdisp_text): Add declaration.
7400 * breakpoint.c (bpdisp_text): Make non-static.
7401 * ada-lang.c: #include "mi/mi-common.h".
7402 (print_it_exception): Rewrite to improve GDB/MI output.
7403
3352110b
PA
74042011-04-01 Pedro Alves <pedro@codesourcery.com>
7405
7406 * arm-tdep.h (struct address_space): Add forward declaration.
7407
18819fa6
UW
74082011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
7409
7410 * arm-tdep.h (arm_insert_single_step_breakpoint): Add prototype.
7411 * arm-tdep.c (arm_override_mode): New global.
7412 (arm_pc_is_thumb): Respect arm_override_mode. Remove single-step
7413 execution mode heuristics.
7414 (thumb_get_next_pc_raw): Remove INSERT_BKTP argument; always insert
7415 second single-step breakpoint if needed, using
7416 arm_insert_single_step_breakpoint.
7417 (arm_get_next_pc_raw): Remove INSERT_BKTP argument. Only handle
7418 ARM execution mode, do not call thumb_get_next_pc_raw.
7419 (arm_get_next_pc): Encode execution mode in return value. Call
7420 either arm_get_next_pc_raw or thumb_get_next_pc_raw.
7421 (arm_insert_single_step_breakpoint): New function.
7422 (arm_software_single_step): Call it.
7423 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): Add IS_THUMB
7424 argument to return execution mode of sigreturn target.
7425 (arm_linux_syscall_next_pc): Use it.
7426 (arm_linux_copy_svc): Update call.
7427 (arm_linux_software_single_step): Call
7428 arm_insert_single_step_breakpoint.
7429
a6e293d1
JK
74302011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
7431
7432 * dwarf2read.c (dwarf2_read_index): Fix .gdb_index version number in
7433 the comment.
7434
a4c8e806
TT
74352011-03-31 Tom Tromey <tromey@redhat.com>
7436
7437 * varobj.c (update_dynamic_varobj_children): Properly handle
7438 errors from iterator.
7439
df5c6c50
JK
74402011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
7441
7442 * dwarf2read.c (dwarf2_name): Initialize DEMANGLED. Avoid demangling
7443 struct linkage name twice.
7444
1dae3efc
TT
74452011-03-31 Tom Tromey <tromey@redhat.com>
7446
7447 * python/py-prettyprint.c (print_stack_unless_memory_error): Add
7448 missing ">" to message.
7449
f4f7ab05
TT
74502011-03-31 Tom Tromey <tromey@redhat.com>
7451
7452 * varobj.c (instantiate_pretty_printer): Remove duplicate
7453 'return'.
7454
fcf250e2
UW
74552011-03-31 Ulrich Weigand <ulrich.weigand@linaro.org>
7456
7457 * i386-tdep.c (i386_frame_prev_register): Unwind SP from memory
7458 if neither saved value nor register available (e.g. signal frame).
7459
ee6436e3
TJB
74602011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
7461
7462 * macroexp.c (expand): Avoid uninitialized variable
7463 compiler warning.
7464
423f41a5
TJB
74652011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
7466
7467 * breakpoint.c (break_range_command): Fix typo in comment.
7468
f1310107
TJB
74692011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
7470 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
7471
7472 Implement support for PowerPC BookE ranged breakpoints.
7473 * NEWS: Mention support for ranged breakpoints on embedded PowerPC.
7474 * breakpoint.h (struct bp_target_info) <length>: New member
7475 variable.
7476 (struct breakpoint_ops) <breakpoint_hit>: Take struct bp_location
7477 instead of struct breakpoint as argument, and also add ASPACE
7478 and BP_ADDR arguments. Update all callers.
7479 (struct breakpoint_ops) <print_one_detail>: New method.
7480 (struct breakpoint) <addr_string_range_end>: New member variable.
7481 * breakpoint.c (breakpoint_location_address_match): Add function
7482 prototype.
7483 (insert_bp_location): Set bl->target_info.length.
7484 (breakpoint_here_p): Call breakpoint_location_address_match.
7485 (moribund_breakpoint_here_p): Likewise.
7486 (regular_breakpoint_inserted_here_p): Likewise.
7487 (breakpoint_thread_match): Likewise.
7488 (bpstat_stop_status): Likewise.
7489 (bpstat_check_location): Move call to
7490 breakpoint_ops.breakpoint_hit to the top.
7491 (print_one_breakpoint_location): Call
7492 breakpoint_ops.print_one_detail if available.
7493 (breakpoint_address_match_range): New function.
7494 (breakpoint_location_address_match): Likewise.
7495 (breakpoint_locations_match): Compare the length field of the
7496 locations too.
7497 (hw_breakpoint_used_count): Count resources used by all locations
7498 in a breakpoint, and use breakpoint_ops.resources_needed if
7499 available.
7500 (breakpoint_hit_ranged_breakpoint): New function.
7501 (resources_needed_ranged_breakpoint): Likewise.
7502 (print_it_ranged_breakpoint): Likewise.
7503 (print_one_ranged_breakpoint): Likewise.
7504 (print_one_detail_ranged_breakpoint): Likewise.
7505 (print_mention_ranged_breakpoint): Likewise.
7506 (print_recreate_ranged_breakpoint): Likewise.
7507 (ranged_breakpoint_ops): New structure.
7508 (find_breakpoint_range_end): New function.
7509 (break_range_command): Likewise.
7510 (delete_breakpoint): Free addr_string_range_end.
7511 (update_breakpoint_locations): Add SALS_END argument. Update
7512 all callers. Calculate breakpoint length if a non-zero SALS_END
7513 is given. Call breakpoint_locations_match instead of
7514 breakpoint_address_match.
7515 (reset_breakpoint): Find SaL of the end of the range if B is a
7516 ranged breakpoint.
7517 (_initialize_breakpoint): Register break-range command.
7518 * defs.h (print_core_address): Add function prototype.
7519 * ppc-linux-nat.c (ppc_linux_ranged_break_num_registers): New
7520 function.
7521 (ppc_linux_insert_hw_breakpoint): Support ranged breakpoints.
7522 (ppc_linux_remove_hw_breakpoint): Likewise.
7523 (_initialize_ppc_linux_nat): Initialize
7524 to_ranged_break_num_registers.
7525 * target.c (update_current_target): Add comment about
7526 to_ranged_break_num_registers.
7527 (target_ranged_break_num_registers): New function.
7528 * target.h (struct target_ops) <to_ranged_break_num_registers>:
7529 New method.
7530 (target_ranged_break_num_registers): Add function prototype.
7531 * ui-out.c (ui_out_field_core_addr): Move address-printing logic to ...
7532 * utils.c (print_core_address): ... here.
7533
02d20e4a
UW
75342011-03-31 Ulrich Weigand <uweigand@de.ibm.com>
7535
7536 * breakpoint.c (addr_string_to_sals): Avoid uninitialized
7537 variable compiler warning.
7538
ef23e705
TJB
75392011-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7540
7541 * breakpoint.c (breakpoint_re_set_one): Factor out breakpoint-resetting
7542 code from here ...
7543 (re_set_breakpoint): ... to here ...
7544 (addr_string_to_sals): ... and here.
7545
311e6ab3
PM
75462011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
7547
7548 * Makefile.in (SFILES): Add missing C sources.
7549 (HFILES_NO_SRCDIR): Remove gdbserver subdirectory headers.
7550 Add missing headers.
7551
acd1d99c
MF
75522011-03-29 Mike Frysinger <vapier@gentoo.org>
7553
7554 * .gitignore: New file.
7555
66ee2731
MF
75562011-03-29 Mike Frysinger <vapier@gentoo.org>
7557
7558 * NEWS: Mention new cfi device simulation.
7559
53832f31
TT
75602011-03-29 Tom Tromey <tromey@redhat.com>
7561
7562 * dwarf2read.c (fixup_partial_die): Handle linkage name on
7563 otherwise anonymous types.
7564 (dwarf2_name): Likewise.
7565 * valops.c (value_struct_elt_for_reference): Refine artificial
7566 type logic. Call error if j==-1.
7567
09b58708
JK
75682011-03-29 Andreas Tobler <andreast-list@fgznet.ch>
7569
7570 Fix false GCC warning.
7571 * infcall.c (find_function_addr): Initialize funaddr.
7572
6023c606
PM
75732011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
7574
7575 Fix mingw compilation with --enable-targets=all.
7576 * remote-mips.c (gdb_usleep.h): Include header.
7577 (mips_enter_debug): Use gdb_usleep instead of sleep.
7578
0e30163f
JK
75792011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7580
7581 Support resolution of STT_GNU_IFUNC via breakpoints.
7582 * breakpoint.c (print_it_typical): Support bp_gnu_ifunc_resolver and
7583 bp_gnu_ifunc_resolver_return.
7584 (bpstat_what): Rename parameter to bs_head, new variable bs, adjust
7585 the loop. Support bp_gnu_ifunc_resolver and
7586 bp_gnu_ifunc_resolver_return. New comment after the loop. New loop
7587 for bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return
7588 breakpoints.
7589 (bptype_string, print_one_breakpoint_location): Support
7590 bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return.
7591 (user_settable_breakpoint): Return true also for
7592 bp_gnu_ifunc_resolver.
7593 (allocate_bp_location): Support bp_gnu_ifunc_resolver and
7594 bp_gnu_ifunc_resolver_return.
7595 (set_breakpoint_location_function): New parameter explicit_loc,
7596 describe it. Call find_pc_partial_function_gnu_ifunc with new
7597 variable IS_GNU_IFUNC and adjust the address for STT_GNU_IFUNC if
7598 EXPLICIT_LOC is not set.
7599 (set_raw_breakpoint): Set EXPLICIT_LOC for
7600 set_breakpoint_location_function.
7601 (clone_momentary_breakpoint): Use true for EXPLICIT_LOC of
7602 set_breakpoint_location_function.
7603 (mention): Support bp_gnu_ifunc_resolver and
7604 bp_gnu_ifunc_resolver_return.
7605 (add_location_to_breakpoint): Set EXPLICIT_LOC for
7606 set_breakpoint_location_function.
7607 (update_breakpoint_locations): Remove static.
7608 (breakpoint_re_set_one): Support bp_gnu_ifunc_resolver and
7609 bp_gnu_ifunc_resolver_return.
7610 * breakpoint.h (enum bptype): New fields bp_gnu_ifunc_resolver and
7611 bp_gnu_ifunc_resolver_return.
7612 (update_breakpoint_locations): New declaration.
7613 * elfread.c: Include gdbthread.h and regcache.h.
7614 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop): New
7615 functions.
7616 (elf_gnu_ifunc_fns): Install them.
7617 * minsyms.c (stub_gnu_ifunc_resolver_stop)
7618 (stub_gnu_ifunc_resolver_return_stop): New functions.
7619 (stub_gnu_ifunc_fns): Install them.
7620 * symtab.h (struct gnu_ifunc_fns): New fields gnu_ifunc_resolver_stop
7621 and gnu_ifunc_resolver_return_stop.
7622 (gnu_ifunc_resolver_stop, gnu_ifunc_resolver_return_stop): New.
7623
07be84bf
JK
76242011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7625
7626 STT_GNU_IFUNC reader implementation.
7627 * elfread.c: Include gdbtypes.h, value.h and infcall.h.
7628 (SYMBOL_GOT_PLT_SUFFIX, elf_rel_plt_read)
7629 (elf_objfile_gnu_ifunc_cache_data, struct elf_gnu_ifunc_cache)
7630 (elf_gnu_ifunc_cache_hash, elf_gnu_ifunc_cache_eq)
7631 (elf_gnu_ifunc_record_cache, elf_gnu_ifunc_resolve_by_cache)
7632 (elf_gnu_ifunc_resolve_by_got, elf_gnu_ifunc_resolve_name)
7633 (elf_gnu_ifunc_resolve_addr): New.
7634 (elf_symfile_read): Call elf_rel_plt_read.
7635 (elf_gnu_ifunc_fns): New.
7636 (_initialize_elfread): Initialize elf_objfile_gnu_ifunc_cache_data.
7637 Install elf_gnu_ifunc_fns.
7638 * infcall.c (find_function_return_type): New function.
7639 (find_function_addr): Resolve TYPE_GNU_IFUNC functions, if possible.
7640 * minsyms.c (stub_gnu_ifunc_resolve_addr)
7641 (stub_gnu_ifunc_resolve_name): New functions.
7642 (stub_gnu_ifunc_fns, gnu_ifunc_fns_p): New variables.
7643 * symtab.h (struct gnu_ifunc_fns, gnu_ifunc_resolve_addr)
7644 (gnu_ifunc_resolve_name, gnu_ifunc_fns_p): New.
7645
300f8e10
JK
76462011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7647
7648 Code cleanup for later STT_GNU_IFUNC support.
7649 * infcall.c (find_function_addr): Remove variable code, use explicit
7650 dereferences for it. Move VALUE_TYPE initialization later.
7651
11c81455
JK
76522011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7653
7654 GDB find_pc_partial_function support for STT_GNU_IFUNC.
7655 * blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
7656 (clear_pc_function_cache): Clear it.
7657 (find_pc_partial_function): Rename to ...
7658 (find_pc_partial_function_gnu_ifunc): ... this function. New
7659 parameter is_gnu_ifunc_p, describe it. Set *IS_GNU_IFUNC_P.
7660 (find_pc_partial_function): New wrapper for this function.
7661 * symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
7662
0875794a
JK
76632011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7664
7665 GDB internal type support for STT_GNU_IFUNC.
7666 * elfread.c (record_minimal_symbol): Support mst_text_gnu_ifunc.
7667 (elf_symtab_read): Set mst_text_gnu_ifunc for
7668 BSF_GNU_INDIRECT_FUNCTION.
7669 * eval.c (evaluate_subexp_standard): Support TYPE_GNU_IFUNC.
7670 * gdbtypes.c (init_type): Support TYPE_FLAG_GNU_IFUNC,
7671 builtin_func_func, nodebug_text_gnu_ifunc_symbol and
7672 nodebug_got_plt_symbol.
7673 * gdbtypes.h (enum type_flag_value): New entry TYPE_FLAG_GNU_IFUNC.
7674 (TYPE_GNU_IFUNC): New.
7675 (struct main_type): New field flag_gnu_ifunc.
7676 (struct builtin_type): New field builtin_func_func.
7677 (struct objfile_type): New fields nodebug_text_gnu_ifunc_symbol and
7678 nodebug_got_plt_symbol.
7679 * minsyms.c (lookup_minimal_symbol_text): Support mst_text_gnu_ifunc.
7680 (in_gnu_ifunc_stub): New.
7681 (prim_record_minimal_symbol, find_solib_trampoline_target): Support
7682 mst_text_gnu_ifunc.
7683 * parse.c (write_exp_msymbol): New variable ifunc_msym. Detect and
7684 support mst_text_gnu_ifunc. Support mst_slot_got_plt.
7685 * solib-svr4.c (svr4_in_dynsym_resolve_code): Return true also for
7686 in_gnu_ifunc_stub.
7687 * symmisc.c (dump_msymbols): Support mst_text_gnu_ifunc.
7688 * symtab.c (search_symbols): Likewise.
7689 * symtab.h (enum minimal_symbol_type): New fields mst_text_gnu_ifunc
7690 and mst_slot_got_plt.
7691 (in_gnu_ifunc_stub): New declaration.
7692
d0fb5eae
JK
76932011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7694
7695 Support a ring of related breakpoints.
7696 * breakpoint.c (watchpoint_del_at_next_stop): New, move here code from
7697 other functions, add gdb_assert.
7698 (update_watchpoint, watchpoint_check): Add gdb_assert. Use
7699 watchpoint_del_at_next_stop.
7700 (bpstat_check_watchpoint): Use watchpoint_del_at_next_stop.
7701 (bpstat_stop_status): Handle ring in related_breakpoint.
7702 (set_raw_breakpoint_without_location): Initialize ring in
7703 related_breakpoint.
7704 (delete_breakpoint): Handle ring in related_breakpoint, use
7705 watchpoint_del_at_next_stop.
7706 (map_breakpoint_numbers): Handle ring in related_breakpoint.
7707
9cded63f
TT
77082011-03-28 Tom Tromey <tromey@redhat.com>
7709
7710 PR symtab/12441:
7711 * dwarf2read.c (prepare_one_comp_unit): Don't call set_cu_language
7712 with `language_minimal'.
7713
467d42c4
UW
77142011-03-25 Ulrich Weigand <ulrich.weigand@linaro.org>
7715
7716 * arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
7717 instead of checking for STT_ARM_TFUNC symbol type.
7718
62853458
TT
77192011-03-25 Tom Tromey <tromey@redhat.com>
7720
7721 * linespec.c (symbol_found): Restore line-based result for
7722 non-LOC_LABEL symbols.
7723
a7417d46
KT
77242011-03-25 Kai Tietz <ktietz@redhat.com>
7725
7726 * tui/tui-source.c (tui_set_source_content): Use filename_cmp
7727 instead of strcmp for comparison.
7728 (tui_source_is_displayed): Likewise.
7729 * tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
7730
55f1336d
TT
77312011-03-24 Mark Wielaard <mjw@redhat.com>
7732
f33edef8
PP
7733 * dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
7734 complaint.
7735 (skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
7736 (find_partial_die_in_comp_unit): Likewise in comment.
7737 (read_attribute_value): Likewise.
7738 (lookup_die_type): Likewise.
7739 (dwarf_form_name): Likewise.
7740 (dump_die_shallow): Likewise.
7741 (follow_die_ref_or_sig): Likewise.
55f1336d 7742
9ef07c8c
TT
77432011-03-24 Tom Tromey <tromey@redhat.com>
7744
7745 PR breakpoints/11816:
7746 * linespec.c (decode_line_1): Parse `function:label' linespecs.
7747 (decode_compound): Update.
7748 (find_function_symbol): New function.
7749 (decode_dollar): Update.
7750 (decode_label): Add 'function_symbol' parameter. Handle
7751 function-relative labels.
7752 (decode_variable): Update.
7753 (symbol_found): Add 'function_symbol' parameter. Use label's PC,
7754 not its line. Set `special_display' and canonical name for
7755 labels.
7756
56435ebe
TT
77572011-03-24 Tom Tromey <tromey@redhat.com>
7758
7759 * linespec.h (struct linespec_result) <special_display>: New
7760 field.
7761 * breakpoint.h (struct breakpoint) <display_canonical>: New
7762 field.
7763 * breakpoint.c (print_breakpoint_location): Respect
7764 display_canonical.
7765 (create_breakpoint_sal): Add 'display_canonical' parameter.
7766 (create_breakpoints_sal): Update.
7767 (create_breakpoint): Update.
7768
7efd8fc2
TT
77692011-03-24 Tom Tromey <tromey@redhat.com>
7770
7771 * symtab.c (decode_line_spec): Update.
7772 * linespec.c (build_canonical_line_spec): Change type of
7773 'canonical'.
7774 (decode_line_2, decode_line_1, decode_objc, decode_compound)
7775 (find_method, decode_all_digits, decode_dollar, decode_label)
7776 (symbol_found): Likewise.
7777 (init_linespec_result): New function.
7778 * breakpoint.c (struct captured_parse_breakpoint_args)
7779 <canonical_p>: New field, replaces addr_string_p.
7780 (create_breakpoints_sal): Add 'canonical' parameter, replacing
7781 'addr_string'.
7782 (parse_breakpoint_sals): Likewise.
7783 (do_captured_parse_breakpoint): Update.
7784 (create_breakpoint): Use struct linespec_result.
7785 (until_break_command): Update.
7786 (breakpoint_re_set_one): Update.
7787 (decode_line_spec_1): Update.
7788 * linespec.h (struct linespec_result): New.
7789 (init_linespec_result): Declare.
7790
788c8b10
PA
77912011-03-23 Pedro Alves <pedro@codesourcery.com>
7792
7793 * regcache.c (regcache_raw_read): If the target didn't supply a
7794 given raw register, mark it as unavailable.
7795
0ba1096a
KT
77962011-03-23 Kai Tietz <ktietz@redhat.com>
7797
7798 * breakpoint.c (clear_command): Use filename_cmp
7799 instead of strcmp for comparison.
7800 * buildsym.c (watch_main_source_file_lossage): Likewise.
7801 (patch_subfile_names): Use IS_DIR_SEPARATOR instead of
7802 checking just for slash.
7803 * dbxread.c (read_dbx_symtab): Use lbasename instead of
7804 strrchr and filename_cmp instead of strcmp for filenames.
7805 (add_old_header_file): Use filename_cmp
7806 instead of strcmp for comparison.
7807 * exec.c (exec_set_section_address): Likewise.
7808 * macrotab.c (macro_lookup_inclusion): Likewise.
7809 (macro_lookup_inclusion): Likewise.
7810 * elfread.c (_initialize_elfread): Likewise.
7811 (elfstab_offset_sections): Likewise.
7812 (elfstab_offset_sections): Use lbasename instead of
7813 strrchr.
7814 * mdebugread.c (parse_partial_symbols): Likewise.
7815 (arse_partial_symbols): Use filename_(n)cmp instead of
7816 str(n)cmp for comparison.
7817 * minsyms.c (lookup_minimal_symbol): Likewise.
7818 * psymtab.c (read_psymtabs_with_filename): Likewise.
7819 * solib.c (solib_read_symbols): Likewise.
7820 (reload_shared_libraries_1): Likewise.
7821 * symmisc.c (maintenance_print_symbols): Likewise.
7822 * symfile.c (separate_debug_file_exists): Likewise.
7823 (reread_symbols): Likewise.
7824 (find_separate_debug_file_by_debuglink): Likewise.
7825 * remote-fileio.c (remote_fileio_func_rename): Likewise.
7826 * source.c (add_path): Likewise.
7827 * symtab.c (filename_seen): Likewise.
7828 (file_matches): Likewise.
7829 (print_symbol_info): Likewise.
7830 (maybe_add_partial_symtab_filename): Likewise.
7831 (make_source_files_completion_list): Likewise.
7832 * xml-syscall.c (init_sysinfo): Likewise.
7833 * windows-nat.c (_initialize_check_for_gdb_ini): Use
7834 IS_DIR_SEPARATOR for checking for trailing path separator.
7835
dd90784c
JK
78362011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7837
7838 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value. New
7839 label abort_expression.
7840 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle
7841 DWARF_VALUE_OPTIMIZED_OUT.
7842
3167638f
JK
78432011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7844
7845 Code cleanup.
7846 * c-typeprint.c (c_type_print_args): Change parameter show_artificial
7847 to linkage_name. Invert its value. Update the function comment.
7848 (c_type_print_varspec_suffix): Invert it at the caller.
7849 * dwarf2read.c (dwarf2_compute_name): Invert it at the caller.
7850
ce406537
PA
78512011-03-22 Pedro Alves <pedro@codesourcery.com>
7852
7853 * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
7854 errors when reading the `stop_pc'.
7855 * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
7856 get_frame_pc.
7857
da5d4055
PM
78582011-03-22 Phil Muldoon <pmuldoon@redhat.com>
7859
7860 * NEWS: Document gdb.Write stream keyword.
7861
29e0eb9c
JK
78622011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7863
7864 Revert:
7865 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7866 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
7867 (dwarf2_add_field): Fix new_field->accessibility for
7868 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
7869
05775840
PM
78702011-03-22 Phil Muldoon <pmuldoon@redhat.com>
7871
f33edef8 7872 PR python/12183
05775840
PM
7873
7874 * python/py-function.c (fnpy_call): Treat GdbErrors differently to
7875 other error classes. Do not print stack trace.
7876
a0cb7835
JK
78772011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7878
7879 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
7880 (dwarf2_add_field): Fix new_field->accessibility for
7881 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
7882
d19f7eee
UW
78832011-03-21 Ulrich Weigand <ulrich.weigand@linaro.org>
7884
7885 * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when
7886 encountering a load via a non-SP register.
7887
4a2fbb50
UW
78882011-03-21 Ulrich Weigand <uweigand@de.ibm.com>
7889
7890 * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
7891 field in returned unwinder.
7892
3489610d
JB
78932012-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7894
7895 * ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
7896
8c1a34e7
JB
78972012-03-21 Joel Brobecker <brobecker@adacore.com>
7898
7899 * ada-lang.c (replace_operator_with_call): Use xzalloc instead
7900 of xmalloc.
7901
8fbca658
PA
79022012-03-18 Pedro Alves <pedro@codesourcery.com>
7903
7904 * frame.c (frame_unwind_register): Throw an error if unwinding the
7905 register failed.
7906 * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's
7907 an unwind stop reason.
7908 (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE.
7909 * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST,
7910 UNWIND_UNAVAILABLE>: New.
7911 * inline-frame.c (inline_frame_unwind): Install
7912 default_frame_unwind_stop_reason.
7913 * frame-unwind.c: Include "exceptions.h".
7914 (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors.
7915 (default_frame_unwind_stop_reason): New.
7916 * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef.
7917 (default_frame_unwind_stop_reason): Declare.
7918 (struct frame_unwind) <stop_reason>: New function pointer.
7919
7920 * dummy-frame.c: Install default_frame_unwind_stop_reason.
7921 * dwarf2-frame.c: Include exceptions.h.
7922 (struct dwarf2_frame_cache) <unavailable_retaddr>: New field.
7923 (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when
7924 computing the CFA. If such an error was thrown, set
7925 unavailable_retaddr.
7926 (dwarf2_frame_unwind_stop_reason): New.
7927 (dwarf2_frame_this_id): Don't build a frame id if the CFA was
7928 unavailable.
7929 (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason.
7930 (dwarf2_signal_frame_unwind): Ditto.
7931
7932 * amd64-tdep.c: Include "exceptions.h".
7933 (struct amd64_frame_cache): New field "base_p".
7934 (amd64_init_frame_cache): Clear it.
7935 (amd64_frame_cache_1): New, factored out from amd64_frame_cache.
7936 Avoid reading registers with functions that throw if the register
7937 is not necessary to compute the frame base.
7938 (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
7939 swallowing NOT_AVAILABLE_ERROR.
7940 (amd64_frame_unwind_stop_reason): New.
7941 (amd64_frame_this_id): Don't build a frame id if the frame base
7942 was unavailable.
7943 (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason.
7944 (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
7945 base_p if the frame base was computable.
7946 (amd64_sigtramp_frame_unwind_stop_reason): New.
7947 (amd64_sigtramp_frame_this_id): Don't build a frame id if the
7948 frame base was unavailable.
7949 (amd64_sigtramp_frame_unwind): Install
7950 amd64_sigtramp_frame_unwind_stop_reason.
7951 (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
7952 base_p if the frame base was computable.
7953 (amd64_epilogue_frame_unwind_stop_reason): New.
7954 (amd64_epilogue_frame_this_id): Don't build a frame id if the
7955 frame base was unavailable.
7956 (amd64_epilogue_frame_unwind): Install
7957 amd64_epilogue_frame_unwind_stop_reason.
7958 * i386-tdep.c: Include "exceptions.h".
7959 (struct i386_frame_cache): New field "base_p".
7960 (i386_init_frame_cache): Clear it.
7961 (i386_frame_cache_1): New, factored out from amd64_frame_cache.
7962 Avoid reading registers with functions that throw if the register
7963 is not necessary to compute the frame base.
7964 (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
7965 swallowing NOT_AVAILABLE_ERROR.
7966 (i386_frame_unwind_stop_reason): New.
7967 (i386_frame_this_id): Don't build a frame id if the frame base was
7968 unavailable.
7969 (i386_frame_prev_register): Handle unavailable SP.
7970 (i386_frame_unwind): Install i386_frame_unwind_stop_reason.
7971 (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
7972 base_p if the frame base was computable.
7973 (i386_epilogue_frame_unwind_stop_reason): New.
7974 (i386_epilogue_frame_this_id): Don't build a frame id if the frame
7975 base was unavailable.
7976 (i386_epilogue_frame_unwind): Install
7977 i386_epilogue_frame_unwind_stop_reason.
7978 (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
7979 base_p if the frame base was computable.
7980 (i386_sigtramp_frame_unwind_stop_reason): New.
7981 (i386_sigtramp_frame_this_id): Don't build a frame id if the frame
7982 base was unavailable.
7983 (i386_sigtramp_frame_unwind): Install
7984 i386_sigtramp_frame_unwind_stop_reason.
7985 * sentinel-frame.c (sentinel_frame_prev_register): Use the value
7986 type's size, not the register's.
7987 (sentinel_frame_unwind): Install default_frame_unwind_stop_reason.
7988
7989 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install
7990 default_frame_unwind_stop_reason.
7991 * alpha-tdep.c (alpha_sigtramp_frame_unwind)
7992 (alpha_heuristic_frame_unwind): Ditto.
7993 * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto.
7994 * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto.
7995 * avr-tdep.c (avr_frame_unwind): Ditto.
7996 * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind):
7997 Ditto.
7998 * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto.
7999 * frv-tdep.c (frv_frame_unwind): Ditto.
8000 * h8300-tdep.c (h8300_frame_unwind): Ditto.
8001 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto.
8002 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto.
8003 * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind)
8004 (hppa_stub_frame_unwind): Ditto.
8005 * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto.
8006 * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind)
8007 (ia64_libunwind_frame_unwind)
8008 (ia64_libunwind_sigtramp_frame_unwind): Ditto.
8009 * iq2000-tdep.c (iq2000_frame_unwind): Ditto.
8010 * lm32-tdep.c (lm32_frame_unwind): Ditto.
8011 * m32c-tdep.c (m32c_unwind): Ditto.
8012 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto.
8013 * m32r-tdep.c (m32r_frame_unwind): Ditto.
8014 * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto.
8015 * m68k-tdep.c (m68k_frame_unwind): Ditto.
8016 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto.
8017 * m88k-tdep.c (m88k_frame_unwind): Ditto.
8018 * mep-tdep.c (mep_frame_unwind): Ditto.
8019 * microblaze-tdep.c (microblaze_frame_unwind): Ditto.
8020 * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind)
8021 (mips_stub_frame_unwind): Ditto.
8022 * mn10300-tdep.c (mn10300_frame_unwind): Ditto.
8023 * moxie-tdep.c (moxie_frame_unwind): Ditto.
8024 * mt-tdep.c (mt_frame_unwind): Ditto.
8025 * ppc-linux-tdep.c (ppu2spu_unwind): Ditto.
8026 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto.
8027 * rs6000-tdep.c (rs6000_frame_unwind): Ditto.
8028 * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind)
8029 (s390_sigtramp_frame_unwind): Ditto.
8030 * score-tdep.c (score_prologue_unwind): Ditto.
8031 * sh-tdep.c (sh_frame_unwind): Ditto.
8032 * sh64-tdep.c (sh64_frame_unwind): Ditto.
8033 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto.
8034 * sparc-tdep.c (sparc32_frame_unwind): Ditto.
8035 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto.
8036 * sparc64-tdep.c (sparc64_frame_unwind): Ditto.
8037 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto.
8038 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto.
8039 * sparc64obsd-tdep.c (sparc64obsd_frame_unwind)
8040 (sparc64obsd_trapframe_unwind): Ditto.
8041 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto.
8042 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto.
8043 * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto.
8044 * v850-tdep.c (v850_frame_unwind): Ditto.
8045 * vax-tdep.c (vax_frame_unwind): Ditto.
8046 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto.
8047 * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto.
8048 * xtensa-tdep.c (xtensa_unwind): Ditto.
8049
f23d1b92
PA
80502011-03-18 Pedro Alves <pedro@codesourcery.com>
8051
8052 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume
8053 there's always a frame. Use get_frame_pc_if_available instead of
8054 get_frame_pc, and if there's no PC available, don't look up a
8055 symtab.
8056
1d4f5741
PA
80572011-03-18 Pedro Alves <pedro@codesourcery.com>
8058
8059 * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle
8060 unavailable PC.
8061
dba09041
PA
80622011-03-18 Pedro Alves <pedro@codesourcery.com>
8063
8064 * tracepoint.c (set_traceframe_context): Handle unavailable PC
8065 gracefully.
8066
9a26e44c
PA
80672011-03-18 Pedro Alves <pedro@codesourcery.com>
8068
8069 * frame.h (frame_unwind_caller_pc_if_available): Declare.
8070 * frame.c (frame_unwind_caller_pc_if_available): New.
8071 * stack.c (frame_info): Handle unavailable PC.
8072
80732011-03-18 Pedro Alves <pedro@codesourcery.com>
8074
8075 * frame.c (frame_unwind_pc): Rename to ...
8076 (frame_unwind_pc_if_available): ... this. New `pc' output
8077 parameter. Change return type to int. Gracefully handle
8078 gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR. Return 0 if that
8079 happened, or 1 otherwise.
8080 (frame_unwind_pc): Reimplement on top of
8081 frame_unwind_pc_if_available.
8082 (get_frame_func): Rename to ...
8083 (get_frame_func_if_available): New `pc' output parameter. Change
8084 return type to int. Gracefully handle the PC not being available.
8085 (get_frame_func): Reimplement on top of
8086 get_frame_func_if_available.
8087 (select_frame): Handle the PC being unavailable.
8088 (get_prev_frame): Handle the PC being unavailable.
8089 (get_frame_pc_if_available): New.
8090 (get_frame_address_in_block_if_available): New.
8091 (find_frame_sal): Handle the frame PC not being available.
8092 * frame.h (get_frame_pc_if_available): Declare.
8093 (get_frame_address_in_block_if_available): Declare.
8094 (get_frame_func_if_available): Declare.
8095 * stack.c (print_frame_info): Handle the PC being unavailable.
8096 (find_frame_funname): Ditto.
8097 (print_frame): Handle the PC being unavailable.
8098 (get_frame_language): Ditto.
8099 * blockframe.c (get_frame_block): Ditto.
8100 * macroscope.c (default_macro_scope): Ditto.
8101 * tui/tui-stack.c (tui_show_frame_info): Ditto.
8102
81032011-03-18 Pedro Alves <pedro@codesourcery.com>
8104
8105 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
8106 NOT_AVAILABLE_ERROR when evaluating the location expression.
8107
81082011-03-18 Pedro Alves <pedro@codesourcery.com>
8109
8110 * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes
8111 returning that the register piece is unavailable/optimized out.
8112 (write_pieced_value): Handle get_frame_register_bytes returning
8113 that the register piece is unavailable/optimized out when doing a
8114 read-modify write of a bitfield.
8115 * findvar.c (value_from_register): Handle get_frame_register_bytes
8116 returning that the register piece is unavailable/optimized out.
8117 * frame.c (get_frame_register_bytes): New parameters `optimizedp'
8118 and `unavailablep'. Throw error on bad debug info. Use
8119 frame_register instead of frame_register_read, to fill in the new
8120 arguments.
8121 * frame.h (get_frame_register_bytes): New parameters `optimizedp'
8122 and `unavailablep'.
8123 * valops.c: (value_assign): Adjust, and handle
8124 get_frame_register_bytes failing.
8125 * spu-tdep.c: Include exceptions.h.
8126 (spu_software_single_step): Adjust, and handle
8127 get_frame_register_bytes failing.
8128 (spu_get_longjmp_target): Ditto.
8129 * gdbarch.sh (register_to_value): Change to return int. New
8130 parameters `optimizedp' and `unavailablep'.
8131 * gdbarch.h, gdbarch.c: Regenerate.
8132 * i386-tdep.c (i386_register_to_value): Adjust to new
8133 gdbarch_register_to_value interface.
8134 * i387-tdep.c (i387_register_to_value): Ditto.
8135 * i387-tdep.h (i387_register_to_value): Ditto.
8136 * alpha-tdep.c (alpha_register_to_value): Ditto.
8137 * ia64-tdep.c (ia64_register_to_value): Ditto.
8138 * m68k-tdep.c (m68k_register_to_value): Ditto.
8139 * mips-tdep.c (mips_register_to_value): Ditto.
8140 * rs6000-tdep.c (rs6000_register_to_value): Ditto.
8141
0fdb4f18
PA
81422011-03-18 Pedro Alves <pedro@codesourcery.com>
8143
8144 * findvar.c (value_of_register): Mark the value as unavailable, if
8145 the register is unavailable.
8146 * frame.h (frame_register_unwind): New `unavailablep' parameter.
8147 (frame_register): New `unavailablep' parameter.
8148 (frame_register_read): Update comment.
8149 * frame.c (frame_register_unwind): New `unavailablep' parameter.
8150 Set it if the register is unavailable. If the register is
8151 unavailable, clear the output buffer.
8152 (frame_register): New `unavailablep' parameter. Pass it down.
8153 (frame_unwind_register): Adjust.
8154 (put_frame_register): Adjust.
8155 (frame_register_read): Adjust. Also return false if the register
8156 is not available.
8157 (frame_register_unwind_location): Adjust.
8158 * sentinel-frame.c (sentinel_frame_prev_register): If the register
8159 is unavailable, mark the value accordingly.
8160 * stack.c (frame_info): Handle unavailable registers.
8161
e69aa73e
PA
81622011-03-18 Pedro Alves <pedro@codesourcery.com>
8163
8164 * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and
8165 simplify, using regcache_cooked_read.
8166
05d1431c
PA
81672011-03-18 Pedro Alves <pedro@codesourcery.com>
8168
8169 * regcache.h (regcache_raw_read, regcache_raw_read_signed)
8170 (regcache_raw_read_unsigned, regcache_raw_read_signed)
8171 (regcache_raw_read_unsigned, regcache_raw_read_part)
8172 (regcache_cooked_read, regcache_cooked_read_signed)
8173 (regcache_cooked_read_unsigned, regcache_cooked_read_part)
8174 (regcache_cooked_read_ftype): Change return to enum
8175 register_status.
8176 * regcache.c: Include exceptions.h
8177 (regcache_save): Adjust to handle REG_UNAVAILABLE registers.
8178 (do_cooked_read): Change return to enum register_status. Always
8179 forward to regcache_cooked_read.
8180 (regcache_raw_read): Change return to enum register_status. If
8181 the register is not REG_VALID, memset the buffer. Return the
8182 register's status.
8183 (regcache_raw_read_signed): Handle non-REG_VALID registers and
8184 return the register's status.
8185 (regcache_raw_read_unsigned): Ditto.
8186 (regcache_cooked_read): Change return to enum register_status.
8187 Assert that with read-only regcaches, the register's status must
8188 be known. If the regcache is read-only, and the register is not
8189 REG_VALID, memset the buffer. Return the register's status.
8190 (regcache_cooked_read_signed): Change return to enum
8191 register_status. Handle non-REG_VALID registers and return the
8192 register's status.
8193 (regcache_cooked_read_unsigned): Change return to enum
8194 register_status. Handle non-REG_VALID registers and return the
8195 register's status.
8196 (regcache_xfer_part, regcache_raw_read_part)
8197 (regcache_cooked_read_part): Change return to enum
8198 register_status. Return the register's status.
8199 (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is
8200 unavailable.
8201 (regcache_dump): Handle unavailable cooked registers.
8202 * frame.c (do_frame_register_read): Adjust interface to match
8203 regcache_cooked_read_ftype.
8204 * gdbarch.sh (pseudo_register_read): Change return to enum
8205 register_status.
8206 * gdbarch.h, gdbarch.c: Regenerate.
8207
8208 * i386-tdep.h (i386_pseudo_register_read): Change return to enum
8209 register_status.
8210 * i386-tdep.c (i386_pseudo_register_read): Change return to enum
8211 register_status. If reading a raw register indicates the raw
8212 register is not valid, return the raw register's status,
8213 otherwise, return REG_VALID.
8214 * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum
8215 register_status. Handle non-REG_VALID raw registers and return
8216 the register's status.
8217 * arm-tdep.c (arm_neon_quad_read)
8218 (arm_pseudo_read): Change return to enum register_status. Handle
8219 non-REG_VALID raw registers and return the register's status.
8220 * avr-tdep.c (avr_pseudo_register_read): Ditto.
8221 * frv-tdep.c (frv_pseudo_register_read): Ditto.
8222 * h8300-tdep.c (h8300_pseudo_register_read): Ditto.
8223 * hppa-tdep.c (hppa_pseudo_register_read): Ditto.
8224 * m32c-tdep.c (m32c_move_reg_t): Change return to enum
8225 register_status.
8226 (m32c_raw_read, m32c_raw_write, m32c_banked_read)
8227 (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read)
8228 (m32c_part_write, m32c_cat_read, m32c_cat_write)
8229 (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write)
8230 (m32c_pseudo_register_read): Change return to enum
8231 register_status. Adjust.
8232 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to
8233 enum register_status. Return the register's status.
8234 * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum
8235 register_status. Return the register's status.
8236 (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto.
8237 * mips-tdep.c (mips_pseudo_register_read): Ditto.
8238 * mt-tdep.c (mt_pseudo_register_read): Ditto.
8239 * rs6000-tdep.c (move_ev_register_func): New typedef.
8240 (e500_move_ev_register): Use it. Change return to enum
8241 register_status. Return the register's status.
8242 (do_regcache_raw_read): New function.
8243 (do_regcache_raw_write): New function.
8244 (e500_pseudo_register_read): Change return to enum
8245 register_status. Return the register's status. Use
8246 do_regcache_raw_read.
8247 (e500_pseudo_register_write): Adjust. Use do_regcache_raw_write.
8248 (dfp_pseudo_register_read): Change return to enum register_status.
8249 Return the register's status.
8250 (vsx_pseudo_register_read): Ditto.
8251 (efpr_pseudo_register_read): Ditto.
8252 (rs6000_pseudo_register_read): Ditto.
8253 * s390-tdep.c (s390_pseudo_register_read): Change return to enum
8254 register_status. Return the register's status.
8255 * sh64-tdep.c (pseudo_register_read_portions): New function.
8256 (sh64_pseudo_register_read): Change return to enum
8257 register_status. Use pseudo_register_read_portions. Return the
8258 register's status.
8259 * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum
8260 register_status. Return the register's status.
8261 * sh-tdep.c (pseudo_register_read_portions): New function.
8262 (sh_pseudo_register_read): Change return to enum register_status.
8263 Use pseudo_register_read_portions. Return the register's status.
8264 * sparc-tdep.c (sparc32_pseudo_register_read): Change return to
8265 enum register_status. Return the register's status.
8266 * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto.
8267 * spu-tdep.c (spu_pseudo_register_read_spu)
8268 (spu_pseudo_register_read): Ditto.
8269 * xtensa-tdep.c (xtensa_register_read_masked)
8270 (xtensa_pseudo_register_read): Ditto.
8271 * bfin-tdep.c (bfin_pseudo_register_read): Ditto.
8272
e10abd8f
PM
82732011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
8274
8275 * python/py-value.c (valpy_getitem): Fix formatting of error function
8276 call.
8277
7ea6d463
PM
82782011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
8279
8280 ARI fixes: Add missing internationalization markups throughout
8281 C source files.
8282 * darwin-nat-info.c: Ditto.
8283 * record.c: Ditto.
8284 * remote.c: Ditto.
8285 * mi/mi-main.c: Ditto.
8286
001083c6
PM
82872011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
8288
8289 ARI fixes: Add missing internationalization markups throughout
8290 yacc files.
8291 * c-exp.y: Ditto.
8292 * cp-name-parser.y: Ditto.
8293 * f-exp.y: Ditto.
8294 * m2-exp.y: Ditto.
8295 * objc-exp.y: Ditto.
8296 * p-exp.y: Ditto.
8297
4f1cdeec
PM
82982011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
8299
8300 ARI fixes: Messages should have no trailing new lines.
8301 * darwin-nat.c (mach_check_error): Remove trailing new line from
8302 warning function call message.
8303 * record.c (bfdcore_read): Idem for error call.
8304
28e698f1
PM
83052011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
8306
8307 * common/signals.c (target_signal_from_host): Add _ markup to error
8308 function call message.
8309 (target_signal_to_host): Add _ markup and remove trailing new line
8310 from warning call message.
8311 (target_signal_from_command): Add _ markup to error function call
8312 message.
8313
99c3dc11
PM
83142011-03-18 Phil Muldoon <pmuldoon@redhat.com>
8315
f33edef8 8316 PR python/12149
99c3dc11
PM
8317
8318 * python/python.c (gdbpy_write): Accept a stream argument and
8319 operate to the appropriate stream.
8320 (gdbpy_flush): Likewise.
8321 (_initialize_python): Add stream constants.
8322 (finish_python_initialization): Add GdbOutputErrorFile class.
8323
c20800be
KY
83242011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8325
8326 * MAINTAINERS: Add myself as a write-after-approval maintainer.
8327
f4a1794a
KY
83282011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8329
8330 * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
f33edef8
PP
8331 to store_signed_integer. Add debug message when relocating CALL
8332 instructions. Fix formatting of debug message.
8333 * i386-tdep.c (i386_relocate_instruction): Ditto.
f4a1794a 8334
d4862372
JB
83352011-03-17 Joel Brobecker <brobecker@gnat.com>
8336
8337 * target.h (struct target_ops): Remove to_lookup_symbol field.
8338 (target_lookup_symbol): Delete macro.
8339 * target.c (nosymbol, debug_to_lookup_symbol): Delete.
8340 (update_current_target, setup_target_debug): Remove handling
8341 of to_lookup_symbol target_ops field.
8342 * ada-tasks.c (get_known_tasks_addr): Remove use of
8343 target_lookup_symbol.
8344 * coffread.c (coff_symtab_read): Likewise.
8345 * dbxread.c (read_dbx_symtab): Ditto.
8346
d645e32e
JB
83472011-03-17 Joel Brobecker <brobecker@gnat.com>
8348
8349 PR gdb/12116:
8350 * configure.ac: Add getthrds declaration check.
8351 * configure, config.in: Regenerate.
8352 * aix-thread.c (getthrds): Declare only if not already declared
8353 in procinfo.h. More declaration out of get_signaled_thread to
8354 global scope.
8355
29703da4
PM
83562011-03-17 Phil Muldoon <pmuldoon@redhat.com>
8357
8358 * python/py-symtab.c: Populate symtab_object_methods,
8359 sal_object_methods.
8360 (stpy_is_valid): New function.
8361 (salpy_is_valid): Ditto.
8362 * python/py-symbol.c: Declare symbol_object_methods. Populate.
8363 (sympy_is_valid): New function.
8364 * python/py-objfile.c: Declare objfile_object_methods. Populate.
8365 (objfpy_is_valid): New function.
8366 * python/py-inferior.c: Populate inferior_object_methods.
8367 (infpy_is_valid): New function.
8368 * python/py-infthread.c: Populate thread_object_methods.
8369 (thpy_is_valid): New function.
8370 * python/py-block.c: Declare block_object_methods. Populate. Declare
8371 block_iterator_object_methods. Populate.
8372 (blpy_is_valid): New function.
8373 (blpy_iter_is_valid): Ditto.
8374
c00f8484
KS
83752011-03-16 Keith Seitz <keiths@redhat.com>
8376
8377 * linespec.c (find_methods): Canonicalize NAME before looking
8378 up the symbol.
8379 (name_end): New function.
8380 (keep_name_info): New function.
8381 (decode_line_1): Use keep_name_info.
8382 (decode_compound): Likewise.
8383 * cli/cli-utils.h (remove_trailing_whitespace): New function.
8384 * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
8385
8386 PR c++/12273
8387 * linespec.c (locate_first_half): Keep overload information, too.
8388 (decode_compound): Use a string to represent break characters
8389 to escape the loop.
8390 If P points to a break character, do not increment it.
8391 For C++ and Java, keep overload information and relevant keywords.
8392 If we cannot find a symbol, search the minimal symbols.
8393
8394 PR c++/11734
8395 * linespec.c (decode_compound): Rename SAVED_ARG to
8396 THE_REAL_SAVED_ARG.
8397 Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
8398 single-quotes.
8399 Pass a valid block to lookup_symbol.
8400 (lookup_prefix_sym): Likewise.
8401 (find_method): Construct search name based on SYM_CLASS instead
8402 of SAVED_ARG.
8403 * psymtab.c (lookup_partial_symbol): Add language parameter.
8404 (lookup_symbol_aux_psymtabs): Likewise.
8405 Don't assume that the psymtab we found was the right one. Search
8406 for the desired symbol in the symtab to be certain.
8407 (psymtab_search_name): New function.
8408 (lookup_partial_symbol): Use psymtab_search_name.
8409 Add language parameter.
8410 (read_symtabs_for_function): Add language parameter and pass to
8411 lookup_partial_symbol.
8412 (find_symbol_file_from_partial): Likewise.
8413
c91513d8
PP
84142011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
8415
8416 PR gdb/12528
8417 * dwarf2read.c (noop_record_line): New function.
8418 (dwarf_decode_lines): Ignore line tables for GCd functions.
8419
b37520b6
PM
84202011-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8421
8422 Fix ARI warnings about new lines at the end of messages, which
8423 are unneeded as there is a new line added at the end of the message
8424 automatically.
8425 * darwin-nat.c (darwin_stop_inferior): Ditto.
8426 * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
8427 * dfp.c (decimal_to_number): Ditto.
8428 * exec.c (print_section_info): Ditto.
8429 * i386-darwin-nat.c (darwin_set_sstep): Ditto.
8430 * osdata.c (get_osdata): Ditto.
8431 * record.c (bfdcore_write): Ditto.
8432 * remote-mips.c (mips_readchar): Ditto.
8433 * remote.c (read_ptid): Ditto.
8434 * ser-mingw.c (ser_windows_raw): Ditto.
8435 * tracepoint.c (add_local_symbols): Ditto.
8436 * windows-nat.c (fake_create_process): Ditto.
8437
b08ee6a2
TT
84382011-03-16 Tom Tromey <tromey@redhat.com>
8439
8440 * tracepoint.c (stop_tracing): Don't declare.
8441 * event-top.c (after_char_processing_hook): Add `(void)'.
8442
9a6f1302
PM
84432011-03-16 Phil Muldoon <pmuldoon@redhat.com>
8444
8445 * NEWS: Add Parameter sub-classing description.
8446
7ceb86b1
KT
84472011-03-16 Kai Tietz <ktietz@redhat.com>
8448
8449 * MAINTAINERS: Update my e-mail address.
8450
efeff6cf
AT
84512011-03-15 Andreas Tobler <andreast@fgznet.ch>
8452
8453 * MAINTAINERS: Add myself for write after approval privileges.
8454
681c238c
MS
84552011-03-15 Michael Snyder <msnyder@vmware.com>
8456
f3df5b08
MS
8457 * frame.c (find_frame_sal): Assert sym is not null.
8458
13f6513c
MS
8459 * dbxread.c (process_one_symbol): Assert 'name' is not null.
8460
50412521
MS
8461 * objc-lang.c (selectors_info): Check strchr for null result.
8462
681c238c
MS
8463 * stabsread.c (define_symbol): Guard against bad stabstring input.
8464
6ced1581
PM
84652011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
8466
8467 Remove trailing spaces and tabulations from pascal language
8468 support sources.
8469 p-exp.y: Ditto.
8470 p-lang.c: Ditto.
8471 p-lang.h: Ditto.
8472 p-valprint.c: Ditto.
8473
9373cf26
JK
84742011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8475
8476 * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
8477 than LOW. Comment it.
8478 (read_partial_die): Call complaint for inappropriate zero LOWPC or
8479 HIGHPC not strictly higher than LOWPC.
8480
9a1edae6
PM
84812011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
8482
8483 Fix formatting of function declarations returning a pointer in
8484 previous commit.
8485 * varobj.c (varobj_add_child): Ditto.
8486 * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
8487 * inferior.h (get_displaced_step_closure_by_addr): Ditto.
8488
24e9cda0
UW
84892011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
8490
8491 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
8492 for the "generic" vector ABI used with GCC 4.3 and later.
8493 (ppc64_sysv_abi_return_value): Likewise.
8494
84952011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
81b4675a
UW
8496
8497 * infcall.c (call_function_by_hand): Function return value is
8498 always a non_lval, even when using struct_return.
8499
c9174737
PA
85002011-03-15 Pedro Alves <pedro@codesourcery.com>
8501
8502 * printcmd.c (ALL_DISPLAYS_SAFE): New.
8503 (map_display_numbers): New.
8504 (do_delete_display): New.
8505 (undisplay_command): Use map_display_numbers.
8506 (do_enable_disable_display): New.
8507 (enable_disable_display_command): New function.
8508 (enable_display): Delete.
8509 (enable_display_command): New.
8510 (disable_display_command): Reimplement.
8511 (_initialize_printcmd): Adjust "enable display" command to use
8512 `enable_display_command' as callback.
8513
350c6c65
PM
85142011-03-14 Phil Muldoon <pmuldoon@redhat.com>
8515
8516 * NEWS: Add Python breakpoint 'stop' operation.
8517
824446ad
PM
85182011-03-14 Phil Muldoon <pmuldoon@redhat.com>
8519
8520 * NEWS: Delete duplicate entry. Fix typo.
8521
2021ad3a
PM
85222011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
8523
8524 Fix ARI warning about function names in first column.
8525 Put prototype declaration on same line as return type.
8526 * objc-exp.y: Ditto.
8527 * p-exp.y: Ditto.
8528 * python/py-stopevent.h: Ditto.
8529 For long function names, split parameters to
8530 allow function name on same line as return type.
8531 * solib-pa64.c: Ditto.
8532 * varobj.c: Ditto.
8533 * varobj.h: Ditto.
8534 For long function declaration, use single line.
8535 * hppa-tdep.h: Ditto.
8536 * inferior.h: Ditto.
8537
7371cf6d
PM
85382011-03-14 Phil Muldoon <pmuldoon@redhat.com>
8539
8540 * python/python.h: Declare gdbpy_should_stop and
8541 gdbpy_breakpoint_has_py_cond.
8542 * python/python.c: Add python.h to includes. Remove python.h from
8543 HAVE_PYTHON definition
8544 (gdbpy_should_stop): New dummy function.
8545 (gdbpy_breakpoint_has_py_cond): New dummy function.
8546 * python/py-breakpoint.c (bppy_init): Rewrite to allow
8547 sub-classing capabilities.
8548 (gdbpy_should_stop): New function.
8549 (gdbpy_breakpoint_has_py_cond): New function.
8550 (local_setattro): New function.
8551 * breakpoint.c (condition_command): Add check for Python 'stop'
8552 operation.
8553 (bpstat_check_breakpoint_conditions): Execute Python 'stop'
8554 operation function as part of stop/continue tests.
8555
37b50a69
TT
85562011-03-14 Tom Tromey <tromey@redhat.com>
8557
8558 PR gdb/12576:
8559 * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
8560 (needs_frame_dwarf_call): Likewise.
8561
eeae04df
PM
85622011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
8563
8564 Fix ARI warning about functions without parameters that do not
8565 use (void).
8566 * breakpoint.c (all_tracepoints): Replace () by (void).
8567 * f-exp.y (match_string_literal): Ditto.
8568 (yylex): Ditto.
8569 * m2-exp.y (yylex): Ditto.
8570 * mep-tdep.c (current_me_module): Ditto.
8571 (current_options): Ditto.
8572 (current_cop_data_bus_width): Ditto.
8573 (current_cr_names): Ditto.
8574 (current_cr_is_float): Ditto.
8575 (current_ccr_names): Ditto.
8576 * objc-exp.y (yylex): Ditto.
8577 * p-exp.y (yylex): Ditto.
8578 * remote.c (send_interrupt_sequence): Ditto.
8579 * tracepoint.c (current_trace_status): Ditto.
8580 * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
8581 * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
8582
6dc3565d
MS
85832011-03-11 Michael Snyder <msnyder@vmware.com>
8584
1427fe5e
MS
8585 * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
8586 * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
8587 (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
8588 * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
8589 * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
8590
60bc018f
MS
8591 * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
8592 (delete_async_event_handler): Ditto.
8593
f3be5b64
MS
8594 * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
8595
4c2d5724
MS
8596 * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
8597
6dc3565d
MS
8598 * top.c (set_verbose): Assert showcmd was found.
8599
4e6ca6d5
MG
86002011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
8601
8602 * xtensa-tdep.c (warning_once): Correct style issues.
8603
815a83e4
YQ
86042011-03-11 Yao Qi <yao@codesourcery.com>
8605
8606 * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
8607
f2eb0bc8
AS
86082011-03-11 Andreas Schwab <schwab@redhat.com>
8609
8610 * common/aclocal.m4: Remove.
8611
b801de47
MG
86122011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
8613
8614 * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
8615 (xtensa_write_register, xtensa_read_register): Likewise.
8616 (xtensa_hextochar): Removed.
8617 (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
8618
dbab50de
MG
86192011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
8620
8621 * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
c2a6b390 8622 (xtensa_call0_frame_cache_t): Update comments. New fields added.
dbab50de
MG
8623 (xtensa_alloc_frame_cache): Add initialization for new fields.
8624 (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
8625 (warning_once): New function.
8626 (xtensa_insn_kind): New item c0opc_and.
8627 (call0_classify_opcode): Add the case for AND instruction.
c2a6b390
MG
8628 (call0_track_op): Change arguments. New local variable litbase.
8629 Add the case to handle c0opc_and. Update algorithms for c0opc_mov,
8630 c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
8631 in the prologue.
dbab50de 8632 Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
c2a6b390 8633 (call0_analyze_prologue): Update the comments. Change arguments.
dbab50de
MG
8634 Add the variety of updates to handle extended prologues, which now can
8635 conduct dynamic stack adjustments.
8636 (call0_frame_cache): Likewise.
8637 (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
8638 (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
8639
b2c04452
MS
86402011-03-10 Michael Snyder <msnyder@vmware.com>
8641
f8f67713
MS
8642 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
8643 (cmd_qtframe): Ditto.
8644 (cmd_qtbuffer): Ditto.
8645 (cmd_bigqtbuffer): Ditto.
8646
197f0a60
TT
86472011-03-10 Tom Tromey <tromey@redhat.com>
8648
8649 * tracepoint.c (trace_actions_command): Update.
8650 * thread.c (thread_apply_command): Update.
8651 * reverse.c (delete_bookmark_command): Update.
8652 (bookmarks_info): Update.
8653 * printcmd.c (undisplay_command): Update.
8654 * memattr.c (mem_enable_command): Update.
8655 (mem_disable_command): Update.
8656 (mem_delete_command): Update.
8657 * inferior.c (detach_inferior_command): Update.
8658 (kill_inferior_command): Update.
8659 (remove_inferior_command): Update.
8660 * cli/cli-utils.h (struct get_number_or_range_state): New.
8661 (init_number_or_range): Declare.
8662 (get_number_or_range): Update.
8663 * cli/cli-utils.c (init_number_or_range): New function.
8664 (get_number_or_range): Change 'pp' parameter to 'state'. Remove
8665 static variables.
8666 (number_is_in_list): Update.
8667 * breakpoint.h (get_tracepoint_by_number): Update.
8668 * breakpoint.c (map_breakpoint_numbers): Update for change to
8669 get_number_or_range.
8670 (find_location_by_number): Use get_number, not
8671 get_number_or_range.
8672 (trace_pass_set_count): New function.
8673 (trace_pass_command): Update for change to get_number_or_range.
8674 Rework loop logic.
8675 (get_tracepoint_by_number): Remove 'multi_p' parameter; add
8676 'state' parameter.
8677
ecec24e6
PM
86782011-03-10 Phil Muldoon <pmuldoon@redhat.com>
8679
8680 * python/py-param.c (add_setshow_generic): Add set/show callback
8681 parameters. Register Python object context.
8682 (get_show_value): New function.
8683 (get_set_value): New function.
8684 (call_doc_function): New function.
8685 (get_doc_string): Move behind get_show_value/get_set_value.
8686
6d6c6b1f
JK
86872011-03-10 Andreas Tobler <andreast-list@fgznet.ch>
8688
8689 * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
8690
68d6df83
MG
86912011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
8692
dbab50de 8693 * xtensa-tdep.c (xtensa_read_register): Add comment.
68d6df83
MG
8694 (xtensa_write_register): Likewise.
8695 (xtensa_hextochar): Add comment and update to match coding conventions.
8696 (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
8697 (execute_l32e, execute_s32e, execute_code): Update comments.
8698 (xtensa_exception_handler_t): Update to match coding conventions.
8699 (xtensa_insn_kind): Likewise.
8700
85c9d6a6
MS
87012011-03-09 Michael Snyder <msnyder@vmware.com>
8702
8703 * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
8704
91495617
PA
87052011-03-09 Pedro Alves <pedro@codesourcery.com>
8706
8707 * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
8708
eb8c0621
TT
87092011-03-09 Tom Tromey <tromey@redhat.com>
8710
8711 * thread.c (restore_selected_frame): Handle frame_level == -1.
8712 (make_cleanup_restore_current_thread): Use
8713 get_selected_frame_if_set.
8714 * frame.h (get_selected_frame_if_set): Declare.
8715 * frame.c (get_selected_frame_if_set): New function.
8716
9f37bbcc
PA
87172011-03-09 Pedro Alves <pedro@codesourcery.com>
8718
8719 * cli/cli-cmds.c (shell_escape): Use lbasename.
8720 * coffread.c (coff_start_symtab): Constify parameter.
8721 (complete_symtab): Constify `name' parameter.
8722 (coff_symtab_read): Constify `filestring' local.
8723 (coff_getfilename): Constify return and `result' local.
8724 Use lbasename.
8725 * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
8726 * linux-fork.c (info_checkpoints_command): Use lbasename.
8727 * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
8728 * minsyms.c (lookup_minimal_symbol): Use lbasename.
8729 * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
8730 * procfs.c (procfs_make_note_section): Use lbasename.
8731 * tui/tui-io.c (printable_part): Constity return and parameter.
8732 Use lbasename.
8733 (print_filename): Constify parameters, and local `s'.
8734 (tui_rl_display_match_list): Constify local `temp'.
8735
f8de3c55
JK
87362011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8737
8738 Revert:
8739 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8740 Fix DWARF-3+ DW_AT_accessibility default assumption.
8741 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
8742 cu->header.version >= 3.
8743
d9837b00
YQ
87442011-03-09 Yao Qi <yao@codesourcery.com>
8745
8746 * common/Makefile.in: Remove.
8747 * common/configure: Remove.
8748 * common/configure.ac: Remove.
8749
e637a4f5
YQ
87502011-03-09 Yao Qi <yao@codesourcery.com>
8751
8752 Revert:
8753 2011-02-11 Yao Qi <yao@codesourcery.com>
8754
8755 * common/Makefile.in: Add copyright header.
8756
8757 2011-02-11 Yao Qi <yao@codesourcery.com>
8758
8759 * Makefile.in: Remove signals.o from COMMON_OBS. Link
8760 libcommon.a.
8761 * configure.ac: Add common to sub dir.
8762 * configure: Regenerate.
8763
f976a05d
MG
87642011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8765
8766 * xtensa-tdep.c (call0_ret): New function.
8767 (xtensa_skip_prologue): Speed up analysis.
8768
57041825
MG
87692011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8770
8771 * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
8772 while executing MI command -data-list-changed-registers.
8773
08b9c608
MG
87742011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8775
8776 * xtensa-tdep.c (xtensa_read_register): New function.
8777 (xtensa_write_register): New function.
8778 (xtensa_find_register_by_name): New function.
8779 (xtensa_windowed_frame_cache): Update comments in type description.
8780 (xtensa_frame_cache): Likewise.
8781 (xtensa_window_interrupt_insn): New function.
8782 (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
8783 (xtensa_insn_kind): Add new instructions.
8784 (rwx_special_register): New function.
8785 (call0_classify_opcode): Add new instructions to the analysis.
8786 (a0_saved, a7_saved, a11_saved): New variables.
8787 (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
8788 (execute_l32e): New function.
8789 (execute_s32e): New function.
8790 (xtensa_exception_handler_t): New type.
8791 (execute_code): New function.
8792 (xtensa_window_interrupt_frame_cache): New function to conduct frame
8793 analysis for Xtensa Window Exception handlers.
8794
4d1acb11
MG
87952011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8796
98689b25
MG
8797 * xtensa-tdep.c (TX_PS): New.
8798 (windowing_enabled): Update to count for Call0 ABI.
8799 (xtensa_hextochar): New.
8800 (xtensa_init_reggroups): Make algorithm generic.
8801 (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
8802
88032011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8804
8805 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
4d1acb11 8806
d3f323f3
MS
88072011-03-08 Michael Snyder <msnyder@vmware.com>
8808
3dcabaa8
MS
8809 * i386-tdep.c (i386_follow_jump): Check return value of
8810 target_read_memory.
8811 (i386_analyze_struct_return): Ditto.
8812 (i386_skip_probe): Ditto.
8813 (i386_match_insn): Ditto.
8814 (i386_skip_noop): Ditto.
8815 (i386_analyze_frame_setup): Ditto.
8816 (i386_analyze_register_saves): Ditto.
8817 (i386_skip_prologue): Ditto.
8818 (i386_skip_main_prologue): Ditto.
8819
13b3fd9b
MS
8820 * target.c (read_whatever_is_readable): Fix memory leak.
8821
d3f323f3
MS
8822 * i386-tdep.c (i386_process_record): Document fall through.
8823
421d5c74
JK
88242011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8825
8826 Fix DWARF-3+ DW_AT_accessibility default assumption.
8827 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
8828 cu->header.version >= 3.
8829
63154eca
PA
88302011-03-08 Pedro Alves <pedro@codesourcery.com>
8831
8832 * remote.c (remote_check_symbols): Skip if the target has no
8833 execution.
8834
f1a507a1
JB
88352011-03-08 Joel Brobecker <brobecker@adacore.com>
8836
8837 * target.c (read_whatever_is_readable): Reformat comment,
8838 with a minor typo fix. Minor reformatting of the code.
8839
36073a92
YQ
88402011-03-08 Yao Qi <yao@codesourcery.com>
8841
8842 * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
8843 (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
8844 Use cached result instead of calling displaced_in_arm_mode again.
8845 (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
8846 (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
8847 (cleanup_copro_load_store, copy_copro_load_store): Likewise.
8848 (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
8849 (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
8850 (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
8851 (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
8852 (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
8853 (cleanup_block_load_pc, copy_block_xfer): Likewise.
8854 * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
8855 (arm_catch_kernel_helper_return): Likewise.
8856 * gdb/arm-tdep.h : Update function declarations.
8857
d3f323f3 88582011-03-07 Michael Snyder <msnyder@vmware.com>
e6040cbd 8859
e0e40094
MS
8860 * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
8861
0b2381f5
MS
8862 * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
8863
0350914a
MS
8864 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
8865
69feea6f
MS
8866 * elfread.c (elf_symtab_read): Stop memory leak.
8867
e6040cbd
MS
8868 * main.c (captured_main): Fix memory leak.
8869
052874e8
AS
88702011-03-07 Andreas Schwab <schwab@linux-m68k.org>
8871
8872 * ada-lang.c (compare_names): Call is_name_suffix with string1
8873 instead of string2.
8874
b11896a5
TT
88752011-03-07 Tom Tromey <tromey@redhat.com>
8876
8877 * xcoffread.c (xcoff_sym_fns): Update.
8878 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
8879 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
8880 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
8881 (symbol_file_add_with_addrs_or_offsets): Likewise.
8882 (reread_symbols): Handle OBJF_PSYMTABS_READ.
8883 * somread.c (som_sym_fns): Update.
8884 * psymtab.h (require_partial_symbols): Declare.
8885 * psymtab.c (require_partial_symbols): New function.
8886 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
8887 (ALL_OBJFILE_PSYMTABS): Undef.
8888 (ALL_PSYMTABS): Move from psympriv.h.
8889 (lookup_partial_symtab, find_pc_sect_psymtab)
8890 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
8891 (find_last_source_symtab_from_partial)
8892 (forget_cached_source_info_partial)
8893 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
8894 (expand_partial_symbol_tables, read_psymtabs_with_filename)
8895 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
8896 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
8897 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
8898 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
8899 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
8900 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
8901 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
8902 psymtabs.
8903 * mipsread.c (ecoff_sym_fns): Update.
8904 * machoread.c (macho_sym_fns): Update.
8905 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
8906 (read_psyms): New function.
8907 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
8908 (elf_sym_fns_lazy_psyms): New global.
8909 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
8910 dwarf2_build_psymtabs.
8911 * dbxread.c (aout_sym_fns): Update.
8912 * coffread.c (coff_sym_fns): Update.
8913
fda326dd
TT
89142011-03-07 Tom Tromey <tromey@redhat.com>
8915
8916 * infrun.c (print_exited_reason): Include inferior id and pid in
8917 message.
8918
aeaec162
TT
89192011-03-07 Tom Tromey <tromey@redhat.com>
8920
8921 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
8922 parameter.
8923 (target_has_execution_1): Update.
8924 (target_has_execution_current): Declare.
8925 (target_has_execution): Call target_has_execution_current.
8926 (default_child_has_execution): Update.
8927 * target.c (default_child_has_execution): Add 'the_ptid'
8928 parameter.
8929 (target_has_execution_1): Likewise.
8930 (target_has_execution_current): New function.
8931 (add_target): Update.
8932 (init_dummy_target): Update.
8933 * remote-m32r-sdi.c (m32r_has_execution): New function.
8934 (init_m32r_ops): Use it.
8935 * record.c (record_core_has_execution): Now static. Add
8936 'the_ptid' parameter.
8937 * inferior.c (have_live_inferiors): Don't save current thread.
8938 Use target_has_execution_1.
8939
08e14083
YQ
89402011-03-07 Yao Qi <yao@codesourcery.com>
8941
8942 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
8943
c05d19c5
JB
89442011-03-07 Joel Brobecker <brobecker@adacore.com>
8945
8946 * elfread.c (elf_symtab_read): Minor reformatting.
8947
3e6ef9e4
JB
89482011-03-07 Joel Brobecker <brobecker@adacore.com>
8949
8950 * objc-lang.c (selectors_info): Minor reformatting.
8951
dbb8534f
JB
89522011-03-07 Joel Brobecker <brobecker@adacore.com>
8953
8954 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
8955
dd70cc93
JB
89562011-03-07 Joel Brobecker <brobecker@adacore.com>
8957 Michael Snyder <msnyder@vmware.com>
8958
8959 * ada-valprint.c (ada_val_print_array): Move the declaration of
8960 "byte_order" and "elttype" inside the block where these variables
8961 are actually used. Remove some special handling for the case
8962 where "elttype" and "eltlen" are null. Replace by a comment
8963 and a couple of assertion checks.
8964
b27cf2b3
MS
89652011-03-05 Michael Snyder <msnyder@vmware.com>
8966
8967 * source.c (add_path): Replace semicolon at end of block.
8968 * dwarf2expr.c (execute_stack_op): Ditto.
8969
5387a0c6
MF
89702011-03-05 Mike Frysinger <vapier@gentoo.org>
8971
8972 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
8973 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
8974 (bfin-*-*): Likewise.
8975
e3aa49af
MS
89762011-03-05 Michael Snyder <msnyder@vmware.com>
8977
82ae4854
MS
8978 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
8979 * mdebugread.c (parse_symbol): Ditto.
8980 * parse.c (parse_exp_in_context): Ditto.
8981 * source.c (add_path): Ditto.
8982 * utils.c (gnu_debuglink_crc32): Ditto.
8983 * varobj.c (variable_language): Ditto.
8984
e3aa49af
MS
8985 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
8986
154f592e
MS
89872011-03-04 Michael Snyder <msnyder@vmware.com>
8988
da3ecdc6
MS
8989 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
8990
9cc89665
MS
8991 * symfile.c (simple_overlay_update): Check for null return value
8992 from lookup_minimal_symbol.
8993
154f592e
MS
8994 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
8995
63ffa6ee
TJB
89962011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
8997
8998 * eval.c (parse_and_eval_address_1): Remove function.
8999 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
9000 instead of parse_and_eval_address_1.
9001 * value.h (parse_and_eval_address_1): Remove prototype.
9002
a17d146e
MS
90032011-03-04 Michael Snyder <msnyder@vmware.com>
9004
9005 * remote.c (putpkt_binary): Document that case stmt falls through.
9006
1a6a67de
TJB
90072011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
9008
9009 * breakpointc (print_it_typical): Move NULL check from here...
9010 (print_bp_stop_message): ... to here.
9011
488919c4
MS
90122011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
9013
9014 * breakpoint.c (enable_command): Use break instead of continue,
9015 and fill in a missing break.
9016 (disable_command): Ditto.
9017
1e182ce8
UW
90182011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9019
9020 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
9021 (terminal_save_ours): Remove misleading comment.
9022 (inflow_inferior_data_cleanup): Free ttystate.
9023 (inflow_inferior_exit): Likewise.
9024 (copy_terminal_info): Copy ttystate.
9025
9026 * serial.c (serial_copy_tty_state): New function.
9027 * serial.h (serial_copy_tty_state): Add prototype.
9028 (struct serial_ops): Add copy_tty_state callback.
9029 * ser-base.c (ser_base_copy_tty_state): New function.
9030 * ser-base.h (ser_base_copy_tty_state): Add prototype.
9031 * ser-go32.c (dos_copy_tty_state): New function.
9032 (dos_ops): Install copy_tty_state callback.
9033 * ser-mingw.c (_initialize_ser_windows): Likewise.
9034 * ser-pipe.c (_initialize_ser_pipe): Likewise.
9035 * ser-unix.c (hardwire_copy_tty_state): New function.
9036 (_initialize_ser_hardwire): Install it.
9037
b2c5f112
MS
90382011-03-04 Michael Snyder <msnyder@vmware.com>
9039
2abae994
MS
9040 * breakpoint.c (create_breakpoint): Add missing break statement.
9041
7f5936f9
MS
9042 Reverting this patch:
9043 * infcall.c (call_function_by_hand): Add break statements for lint.
9044
b2c5f112
MS
9045 Reverting this patch:
9046 * cli/cli-script.c (script_from_file): Add break for lint.
9047
42b1321c
MS
90482011-03-04 Michael Snyder <msnyder@vmware.com>
9049
9050 * solib.c (reload_shared_libraries_1): Close memory leak.
9051
3e2a0cee
TT
90522011-03-03 Tom Tromey <tromey@redhat.com>
9053
9054 PR gdb/12538:
9055 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
9056 DW_STRING is NULL.
9057
58397cb7
MS
90582011-03-03 Michael Snyder <msnyder@vmware.com>
9059
2e3fd767
MS
9060 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
9061 fields of struct 'st' to zero.
9062
58397cb7
MS
9063 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
9064 sal.pspace before calling set_current_source_symtab_and_line.
9065
ced54c8f
YQ
90662011-03-03 Yao Qi <yao@codesourcery.com>
9067
9068 * Makefile.in (configure-common): Remove. Let Makefile
9069 in dir common to rebuild itself.
9070 (common/Makefile): Likewise.
9071
3351ea09
JB
90722011-03-03 Joel Brobecker <brobecker@adacore.com>
9073
9074 * utils.c (parse_escape): Add i18n markup in error message.
9075
bf9f652a
YQ
90762011-03-03 Yao Qi <yao@codesourcery.com>
9077
9078 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
9079 ARM_PC_REGNUM.
9080 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
9081 (displaced_write_reg, displaced_read_reg): Likewise.
9082 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
9083 (cleanup_block_load_pc, copy_block_xfer): Likewise.
9084 (cleanup_branch): Replace magic number 14 and 15 with
9085 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
9086
d42de051
MS
90872011-03-02 Michael Snyder <msnyder@vmware.com>
9088
240f9570
MS
9089 * maint.c (maintenance_do_deprecate): No need to check for NULL.
9090
10dd8b54
MS
9091 * cli/cli-script.c (script_from_file): Add break for lint.
9092
b98bd911
MS
9093 * mdebugread.c (parse_partial_symbols): Fix indent.
9094
3494b66d
MS
9095 * target-descriptions.c (tdesc_gdb_type): No need to call
9096 xstrdup, callee saves a copy.
9097
daac021a
MS
9098 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
9099
c38d16a7
MS
9100 * infcall.c (call_function_by_hand): Add break statements for lint.
9101
905b671b
MS
9102 * utils.c (parse_escape): Escape the escape char.
9103
f2eb0bc8 9104 * python/py-inferior.c (build_inferior_list): Error out if
2d565757
MS
9105 PyList_Append fails.
9106 (gdbpy_inferiors): Error out if build_inferior_list fails.
9107
8c6a60d1
MS
9108 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
9109 a function call.
9110
d42de051
MS
9111 * record.c (record_restore): Move printf to before error return.
9112
4db71c0b
YQ
91132011-03-02 Yao Qi <yao@codesourcery.com>
9114
9115 * arm-tdep.h (struct displaced_step_closure): Add two new fields
9116 is_thumb and insn_size.
9117 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
9118 on both ARM and Thumb mode.
9119 (arm_process_displaced_insn): Set is_thumb and insn_size.
9120 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
9121 (arm_displaced_step_fixup): Likewise.
9122
a9dc8dcc
MS
91232011-03-01 Michael Snyder <msnyder@vmware.com>
9124
53624a93
MS
9125 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
9126
77766669
MS
9127 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
9128
62d5b8da
MS
9129 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
9130
5e9e105f
MS
9131 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
9132
dc19db01
MS
9133 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
9134 with xmalloc.
9135
5ce64950
MS
9136 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
9137 which shadows function parameter.
9138
a0aa2878
MS
9139 * tracepoint.c (create_tsv_from_upload): Superfluous call
9140 to xstrdup. Callee already calls xstrdup.
9141
e325fb69
MS
9142 * linespec.c (decode_line_1): Remove unnecessary null check.
9143
21cbba77
MS
9144 * tracepoint.c (scope_info): Fix mem leak, remove underused
9145 variable.
9146
63360adc
MS
9147 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
9148 superfluous null check.
9149
18ea20ac 9150 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
23ce9890 9151 (value_of_builtin_frame_fp_reg): Ditto.
18ea20ac 9152
d014929c
MS
9153 * event-top.c (display_gdb_prompt): Remove superfluous null check.
9154
6e9130cf
MS
9155 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
9156 be null.
9157
5f01dbc0
MS
9158 * linespec.c (decode_line_1): Check for null before dereference.
9159
d684ab85
MS
9160 * reverse.c (record_restore): Move null-check to before pointer
9161 dereference.
9162
bfffb7e3
MS
9163 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
9164
a9dc8dcc
MS
9165 * objc-lang.c (selectors_info): Add explanitory comment.
9166 (classes_info): Ditto.
9167
478fd957
UW
91682011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
9169
9170 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
9171 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
9172 versions of the trampoline. Handle Thumb vs. ARM addresses.
9173 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
9174 (arm_linux_init_abi): Install it.
9175 * arm-tdep.c (arm_psr_thumb_bit): Make global.
9176 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
9177
0480cefa
MS
91782011-02-28 Michael Snyder <msnyder@vmware.com>
9179
ac50ab3b
MS
9180 * ui-out.c (ui_out_field_core_addr): Make local char buffer
9181 a little bigger, to avoid possibility of an overflow.
9182
f63fbe86
MS
9183 * breakpoint.c (breakpoint_adjustment_warning): Make local char
9184 buffers a little bigger, to avoid possibility of an overflow.
9185
9e91a352
MS
9186 * coffread.c (coff_getfilename): Add check to avoid overflow.
9187
f2eb0bc8 9188 * objc-lang.c (selectors_info): Add a small safety margin to
28288541
MS
9189 avoid overflow.
9190 (classes_info): Error out on too long REGEXP.
9191
098ab512
MS
9192 * infrun.c (handle_inferior_event): Remove unused function call.
9193
bcbd1de9
MS
9194 * fork-child.c (fork_inferior): Remove ifdef'd code and
9195 unused variable.
9196
2e456570
MS
9197 * linux-thread-db.c (attach_thread): Discard unused value.
9198
14571dad
MS
9199 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
9200
a9cbf802
MS
9201 * remote.c (remote_get_noisy_reply): Discard unused value.
9202 (remote_vcont_resume): Ditto.
9203 (remote_stop_ns): Ditto.
9204
5715d26e
MS
9205 * linespec.c (decode_objc): Delete unused variable.
9206
4a9bca80
MS
9207 * tui/tui-regs.c (tui_register_format): Delete unused variable.
9208
f47fb265
MS
9209 * dwarf2read.c (add_partial_symbol): Discard unused values.
9210 (read_base_type): Delete unused variable.
9211
e81cff30
MS
9212 * dbxread.c (read_dbx_symtab): Discard unused value.
9213
262acaeb
MS
9214 * eval.c (evaluate_subexp_standard): Delete unused variable,
9215 and discard unused values.
9216
df983543
MS
9217 * infcmd.c (_initialize_infcmd): Discard unused values.
9218
89acf84d
MS
9219 * stabsread.c (rs6000_builtin_type): Missing break statement.
9220
ab8b8aca
MS
9221 * dbxread.c (process_one_symbol): Discard unused value.
9222
6b4511ab
MS
9223 * coffread.c (coff_end_symtab): Delete unused variable.
9224
e8e80198
MS
9225 * dwarf2read.c (dw2_get_file_names): Discard unused value.
9226 (dwarf2_add_typedef): Delete unused variable.
9227 (read_namespace): Ditto.
9228 (dwarf_decode_macros): Ditto.
9229
976aa66e
MS
9230 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
9231
5b92b49f
MS
9232 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
9233
91e8df85
MS
9234 * p-valprint.c (pascal_val_print): Discard unused value.
9235
899500d6
MS
9236 * utils.c (nquery): Call va_end before return;
9237 (yquery): Ditto.
9238 (query): Ditto.
9239
0480cefa
MS
9240 * proc-service.c (ps_plog): Call va_end before return.
9241
fb6a3ed3
TT
92422011-02-28 Tom Tromey <tromey@redhat.com>
9243
9244 * python/python.c (gdbpy_value_cst): New global.
9245 (_initialize_python): Initialize it.
9246 * python/python-internal.h (gdbpy_value_cst): Declare.
9247 * python/py-value.c (convert_value_from_python): Use
9248 gdbpy_value_cst.
9249
c05202a1
MS
92502011-02-28 Michael Snyder <msnyder@vmware.com>
9251
e463f587
MS
9252 * python/py-cmd.c (cmdpy_init): Fix memory leak.
9253
c38eea1a
MS
9254 * breakpoint.c (catch_syscall_completer): Free malloced list.
9255
3ef09ab5
MS
9256 * jv-lang.c (java_primitive_type_from_name): Add missing break.
9257
8f9a01ee
MS
9258 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
9259 (lval_func_check_synthetic_pointer): Ditto.
9260 (lval_func_free_closure): Fix use-after-free.
c05202a1 9261
477d0d57
TT
92622011-02-28 Tom Tromey <tromey@redhat.com>
9263
9264 * psymtab.c (expand_partial_symbol_tables): Use
9265 ALL_OBJFILE_PSYMTABS.
9266
20937029
JK
92672011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9268
9269 * objc-lang.c (selectors_info): Error on too long REGEXP.
9270
907b7f4f
MS
92712011-02-28 Michael Snyder <msnyder@vmware.com>
9272
92e96192
MS
9273 * python/py-param.c (set_parameter_value): Add missing
9274 break statement.
9275
907b7f4f
MS
9276 * linux-record.c (record_linux_system_call): Add missing
9277 break statement.
9278
12c5a436
UW
92792011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9280
9281 * breakpoint.c (print_one_breakpoint_location): Remove unused
9282 argument PRINT_ADDRESS_BITS. Update callers.
9283 (print_one_breakpoint): Likewise.
9284
170b53b2
UW
92852011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9286
9287 * breakpoint.c (wrap_indent_at_field): New function.
9288 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
9289 Allocate ui_stream locally instead of using STB argument.
9290 (print_one_breakpoint_location): Update call.
9291 * ui-out.c (ui_out_query_field): New function.
9292 * ui-out.h (ui_out_query_field): Add prototype.
9293
8ab1f94d
JB
92942011-02-28 Joel Brobecker <brobecker@adacore.com>
9295
9296 From Michael Snyder <msnyder@vmware.com>
9297 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
9298
7d488639
MS
92992011-02-27 Michael Snyder <msnyder@vmware.com>
9300
ae179fba
MS
9301 * objc-lang.c (selectors_info): Prevent string overrun.
9302
086dbf66
MS
9303 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
9304 error in strncpy.
9305
f2eb0bc8 9306 * symtab.c (rbreak_command): Move variable 'file_name' to
9c1e305a
MS
9307 outer scope.
9308
7d488639
MS
9309 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
9310 param with a local variable of the same name.
9311
3bd0f5ef
MS
93122011-02-27 Michael Snyder <msnyder@vmware.com>
9313
9314 * value.c (value_from_history_ref): New function.
9315 * value.h (value_from_history_ref): Export.
9316 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
9317 to parse value history references.
9318 * cli/cli-utils.h (get_number_trailer): Update comment.
9319
93202011-02-27 Michael Snyder <msnyder@vmware.com>
9321
9322 * inferior.c (detach_inferior_command): Use get_number_or_range.
9323 (kill_inferior_command): Ditto.
9324 (remove_inferior_command): Ditto.
9325 (initialize_inferiors): Make command names plural.
9326 Update help strings.
9327
766062f6
MS
93282011-02-27 Michael Snyder <msnyder@vmware.com>
9329
9330 * darwin-nat-info.c: Fix comment typo.
9331 * dwarf2expr.h: Ditto.
9332 * fbsd-nat.c: Ditto.
9333 * fbsd-nat.h: Ditto.
9334 * frame-unwind.h: Ditto.
9335 * frame.h: Ditto.
9336 * hppa-hpux-tdep.c: Ditto.
9337 * i386-linux-nat.c: Ditto.
9338 * linux-nat.c: Ditto.
9339 * nbsd-nat.c: Ditto.
9340 * nbsd-nat.h: Ditto.
9341 * ppc-linux-tdep.c: Ditto.
9342 * serial.c: Ditto.
9343 * ui-file.h: Ditto.
9344 * tui/tui-winsource.c: Ditto.
9345
f2c4ead5
MS
93462011-02-26 Michael Snyder <msnyder@vmware.com>
9347
86b887df
MS
9348 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
9349
66fd3b1e
MS
9350 * maint.c (maintenance_do_deprecate): Plug a memory leak.
9351
8c814cdd
MS
9352 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
9353 with a local variable of the same name.
9354
6d5e094a 9355 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
e5b3d7d6 9356 param with a local variable of the same name.
6d5e094a 9357 (i387_supply_xsave): Ditto.
e5b3d7d6 9358
5eee517d
MS
9359 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
9360 that it does not shadow a function parameter.
9361
8fbf6b93
MS
9362 * i386-nat.c (i386_length_and_rw_bits): Document that case
9363 statement is meant to fall through.
9364
cb969d61
MS
9365 * expprint.c (dump_subexp_body_standard): Document that case
9366 statement is meant to fall through.
9367
f2c4ead5
MS
9368 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
9369 dead if statement. Condition can't be false.
9370
b021a221
MS
93712011-02-25 Michael Snyder <msnyder@vmware.com>
9372
9373 * arm-tdep.c: Fix typos in comments.
9374 * bsd-uthread.c: Ditto.
9375 * completer.c: Ditto.
9376 * corelow.c: Ditto.
9377 * cp-namespace.c: Ditto.
9378 * cp-support.c: Ditto.
9379 * cris-tdep.c: Ditto.
9380 * dbxread.c: Ditto.
9381 * dwarf2read.c: Ditto.
9382 * frame.h: Ditto.
9383 * gdbtypes.h: Ditto.
9384 * inferior.h: Ditto.
9385 * mdebugread.c: Ditto.
9386 * mips-tdep.c: Ditto.
9387 * ppc-linux-nat.c: Ditto.
9388 * ppc-linux-tdep.c: Ditto.
9389 * printcmd.c: Ditto.
9390 * sol-thread.c: Ditto.
9391 * solib-frv.c: Ditto.
9392 * solist.h: Ditto.
9393 * sparc64-tdep.c: Ditto.
9394 * spu-tdep.c: Ditto.
9395 * stabsread.c: Ditto.
9396 * symfile.c: Ditto.
9397 * valops.c: Ditto.
9398 * varobj.c: Ditto.
9399 * vax-nat.c: Ditto.
9400 * python/py-block.c: Ditto.
9401 * python/py-symbol.c: Ditto.
9402 * python/py-symtab.c: Ditto.
9403 * python/py-value.c: Ditto.
9404 * tui/tui-win.c: Ditto.
9405
c82c0b55
MS
94062011-02-25 Michael Snyder <msnyder@vmware.com>
9407
9408 * inferior.c (print_inferior): Accept a string instead of an int
9409 for requested_inferiors, and use get_number_or_range to parse it.
9410 (info_inferiors_command): Pass args string to print_inferior.
9411 (initialize_inferiors): Change help string for info inferiors.
9412 * inferior.h (print_inferior): Export prototype change.
9413
ee00cd23
TT
94142011-02-25 Tom Tromey <tromey@redhat.com>
9415
9416 * common/ax.def (invalid2): Set to 0x31.
9417
0502ed8c
JK
94182011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9419
9420 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
9421 L and plongest.
9422 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
9423 use L and plongest.
9424 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
9425
2c9de912
MS
94262011-02-24 Michael Snyder <msnyder@vmware.com>
9427
9428 * Makefile.in (clean): Make clean should remove generated files
9429 observer.h and observer.inc.
9430
a04b0428
JB
94312011-02-24 Joel Brobecker <brobecker@adacore.com>
9432
9433 Revert the following patch (not approved yet):
9434 2011-02-21 Hui Zhu <teawater@gmail.com>
9435 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
9436 * ax-gdb.c (gen_printf_expr_callback): New function.
9437 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
9438 * ax-general.c (ax_memcpy): New function.
9439 (ax_print): Handle "printf".
9440 (ax_reqs): Ditto.
9441 * ax.h (ax_memcpy): Forward declare.
9442 * common/ax.def (invalid2): Removed.
9443 (printf): New entry.
9444 * printcmd.c (printcmd.h): New include.
9445 (string_printf): New function.
9446 (ui_printf): Removed.
9447 (printf_command): Remove static. Call string_printf.
9448 (eval_command): Call string_printf.
9449 * printcmd.h: New file.
9450 * tracepoint.c (validate_actionline,
9451 encode_actions_1): handle printf_command.
9452
2b52013f
TT
94532011-02-23 Tom Tromey <tromey@redhat.com>
9454
9455 * ax-general.c (ax_pick): Add missing newline.
9456
e5a67952
MS
94572011-02-23 Michael Snyder <msnyder@vmware.com>
9458
9459 * breakpoint.c (breakpoint_1): Change first argument from an int
9460 to a char pointer, so that the function now accepts a list of
f2eb0bc8 9461 breakpoints rather than just one. Use new function
e5a67952
MS
9462 'number_is_in_list' to implement.
9463 (breakpoints_info): Pass char * instead of int to breakpoint_1.
9464 (watchpoints_info): Ditto.
9465 (tracepoints_info): Ditto.
9466 (maintenance_info_breakpoints): Ditto.
9467 (_initialize_breakpoint): Update help strings to reflect the fact
9468 that these functions can now take more than one argument.
9469 * cli/cli-utils.c (number_is_in_list): New function.
9470 * cli/cli-utils.h (number_is_in_list): Export.
9471
94722011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
9473
9474 * memattr.c (mem_enable_command): Use get_number_or_range.
9475 (mem_disable_command): Ditto.
9476 (mem_delete_command): Ditto.
9477 (_initialize_mem): Tweak usage message to reflect multiple
9478 arguments.
9479
6e6fbe60
DE
94802011-02-22 Doug Evans <dje@google.com>
9481
9482 Add gdb.lookup_global_symbol python function.
9483 * NEWS: Add entry.
9484 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
9485 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
9486 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
9487
79b97fa8
TT
94882011-02-22 Tom Tromey <tromey@redhat.com>
9489
9490 * language.c (language_class_name_from_physname): Rename
9491 'curr_language' argument to 'lang'; use in body.
9492
298f437a
MS
94932011-02-22 Michael Snyder <msnyder@vmware.com>
9494
9495 * cli/cli-utils.c (number_is_in_list): Check for zero return.
9496
b7ea3126
PA
94972011-02-22 Pedro Alves <pedro@codesourcery.com>
9498
9499 * frame-unwind.h: Fix comment to mention the this frame, not the
9500 next.
9501
58ee6d60
TT
95022011-02-22 Tom Tromey <tromey@redhat.com>
9503
9504 * symfile.c (auto_solib_limit): Remove.
9505 * symfile.h (auto_solib_limit): Remove.
9506
36238dbc
JB
95072011-02-22 Joel Brobecker <brobecker@adacore.com>
9508
9509 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
9510
aea5b279
MS
95112011-02-21 Michael Snyder <msnyder@vmware.com>
9512
9513 * gdbthread.h (print_thread_info): Change prototype.
9514 * thread.c (print_thread_info): Accept char* instead of int for
9515 requested_threads argument. Use new function number_is_in_list
9516 to determine which threads to list.
9517 (info_threads_command): Pass char* to print_thread_info.
9518 * cli/cli-utils.c (number_is_in_list): New function.
9519 * cli/cli-utils.h (number_is_in_list): Export.
f2eb0bc8 9520 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
aea5b279
MS
9521 print_thread_info.
9522 (print_one_inferior): Ditto.
9523 (mi_cmd_list_thread_groups): Ditto.
9524
8caa75ee
JK
95252011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9526
9527 * common/Makefile.in (CFLAGS): New.
9528 (COMPILE): Add $(CFLAGS).
9529
ea666128
TT
95302011-02-21 Tom Tromey <tromey@redhat.com>
9531
9532 * breakpoint.c (catch_syscall_command_1): Fix typo.
9533
e9cafbcc
TT
95342011-02-21 Tom Tromey <tromey@redhat.com>
9535
9536 * reverse.c: Include cli-utils.h.
9537 * printcmd.c: Include cli-utils.h.
9538 (string_printf): Use skip_spaces.
9539 * cli/cli-utils.h: New file.
9540 * cli/cli-utils.c: New file.
9541 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
9542 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
9543 * breakpoint.h (get_number, get_number_or_range): Move to
9544 cli-utils.h.
9545 * breakpoint.c: Include cli-utils.h.
9546 (get_number_trailer, get_number, get_number_or_range)
9547 (ep_skip_leading_whitespace): Move to cli-utils.c.
9548 (create_breakpoint_sal, find_condition_and_thread)
9549 (decode_static_tracepoint_spec, watch_command_1)
9550 (watch_maybe_just_location, ep_parse_optional_if_clause)
9551 (catch_fork_command_1, catch_exec_command_1)
9552 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
9553 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
9554 (SUBDIR_CLI_SRCS): Add cli-utils.c.
9555 (HFILES_NO_SRCDIR): Add cli-utils.h.
9556 (cli-utils.o): New target.
9557
f67fd822
PM
95582011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9559
9560 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
9561 before calling discard_all_inferiors.
9562
c9def01d
UW
95632011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
9564
9565 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
9566 (struct builtin_opencl_type): Remove.
9567 (builtin_opencl_type): Change return type to "struct type **".
9568 (lookup_opencl_vector_type): Update caller.
9569 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
9570 (build_opencl_types): Install plain array of "struct type *"
9571 instead of "struct builtin_opencl_type".
9572
e3039479
UW
95732011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9574 Ulrich Weigand <uweigand@de.ibm.com>
9575
9576 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
9577 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
9578 (struct arm_linux_hwbp_cap): New type.
9579 (arm_linux_get_hwbp_cap): New function.
9580 (arm_linux_get_hw_breakpoint_count): Likewise.
9581 (arm_linux_get_hw_watchpoint_count): Likewise.
9582 (arm_linux_can_use_hw_breakpoint): Likewise.
9583 (arm_hwbp_type): New type.
9584 (arm_hwbp_control_t): Likewise.
9585 (struct arm_linux_hw_breakpoint): Likewise.
9586 (struct arm_linux_thread_points): Likewise.
9587 (arm_threads): New global variable.
9588 (arm_linux_find_breakpoints_by_tid): New function.
9589 (arm_hwbp_control_initialize): Likewise.
9590 (arm_hwbp_control_is_enabled): Likewise.
9591 (arm_hwbp_control_disable): Likewise.
9592 (arm_linux_hw_breakpoint_initialize): Likewise.
9593 (arm_linux_get_hwbp_type): Likewise.
9594 (arm_linux_hw_watchpoint_initialize): Likewise.
9595 (arm_linux_hw_breakpoint_equal): Likewise.
9596 (arm_linux_insert_hw_breakpoint1): Likewise.
9597 (arm_linux_remove_hw_breakpoint1): Likewise.
9598 (arm_linux_insert_hw_breakpoint): Likewise.
9599 (arm_linux_remove_hw_breakpoint): Likewise.
9600 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
9601 (arm_linux_insert_watchpoint): Likewise.
9602 (arm_linux_remove_watchpoint): Likewise.
9603 (arm_linux_stopped_data_address): Likewise.
9604 (arm_linux_stopped_by_watchpoint): Likewise.
9605 (arm_linux_watchpoint_addr_within_range): Likewise.
9606 (arm_linux_new_thread): Likewise.
9607 (arm_linux_thread_exit): Likewise.
9608 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
9609 related target callbacks. Register arm_linux_new_thread and
9610 arm_linux_thread_exit.
9611 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
9612 * arm-tdep.c (arm_pc_is_thumb): Make global.
9613 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
9614
b5db5dfc
UW
96152011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
9616
9617 * breakpoint.c (update_watchpoint): Do not attempt to recreate
9618 per-frame locations while within a function epilogue.
9619
e25b2cfa
PM
96202011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
9621
9622 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
9623 to GNU coding standards.
9624
4af53f97
PM
96252011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
9626
9627 Allow use of mingw native on Windows 95 OS.
e25b2cfa 9628 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
4af53f97
PM
9629 (ser_windows_close): Only call CancelIo if function exists.
9630 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
9631 to check for existence of CancelIo function in kernel32 DLL.
9632
d0e92d82
HZ
96332011-02-21 Hui Zhu <teawater@gmail.com>
9634
9635 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
9636 * ax-gdb.c (gen_printf_expr_callback): New function.
9637 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
9638 * ax-general.c (ax_memcpy): New function.
9639 (ax_print): Handle "printf".
9640 (ax_reqs): Ditto.
9641 * ax.h (ax_memcpy): Forward declare.
9642 * common/ax.def (invalid2): Removed.
9643 (printf): New entry.
9644 * printcmd.c (printcmd.h): New include.
9645 (string_printf): New function.
9646 (ui_printf): Removed.
9647 (printf_command): Remove static. Call string_printf.
9648 (eval_command): Call string_printf.
9649 * printcmd.h: New file.
9650 * tracepoint.c (validate_actionline,
9651 encode_actions_1): handle printf_command.
9652
7d357efd
MS
96532011-02-19 Michael Snyder <msnyder@vmware.com>
9654
9655 * reverse.c (delete_one_bookmark): Argument is now bookmark
9656 id rather than pointer to bookmark struct.
9657 (delete_bookmark_command): Use get_number_or_range.
9658 (goto_bookmark_command): Parse with get_number instead of strtoul.
9659 (bookmark_1): New function. Print info for one bookmark.
9660 (bookmarks_info): Use get_number_or_range and bookmark_1.
9661
7a45ebd7
MS
96622011-02-18 Michael Snyder <msnyder@vmware.com>
9663
f2eb0bc8 9664 * thread.c (info_threads_command): Re-implement using
7a45ebd7 9665 get_number_or_range.
65ebfb52 9666 (thread_apply_command): Ditto.
7a45ebd7 9667
94d5e490
TT
96682011-02-18 Tom Tromey <tromey@redhat.com>
9669
9670 * common/ax.def: New file.
9671 * ax.h (enum agent_op): Use ax.def.
9672 * ax-general.c (aop_map): Use ax.def.
9673
c7f96d2b
TT
96742011-02-18 Tom Tromey <tromey@redhat.com>
9675
9676 * ax-general.c (aop_map): Add pick and rot.
9677 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
9678 <DW_OP_rot>: Implement.
9679 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
9680 (ax_pick): Declare.
9681 * ax-general.c (ax_pick): New function.
9682
66694b75
TT
96832011-02-18 Tom Tromey <tromey@redhat.com>
9684
9685 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
9686
eeaafae2
JK
96872011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9688 Tom Tromey <tromey@redhat.com>
9689
9690 * cp-support.c (make_symbol_overload_list_namespace): Do not call
9691 make_symbol_overload_list_block with NULL BLOCK.
9692 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
9693
3c3fe74c
PA
96942011-02-18 Pedro Alves <pedro@codesourcery.com>
9695
9696 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
9697 * breakpoint.h (get_number_or_range): Declare.
9698 * printcmd.c (ALL_DISPLAYS): Declare.
9699 (delete_display): Reimplement taking a display pointer.
9700 (undisplay_command): Accept a range of displays to delete, using
9701 get_number_or_range.
9702
13163d80
PM
97032011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9704
9705 * c-valprint.c (c_val_print): Add embedded_offset to address
9706 for arrays of unspecified length.
9707 * p-valprint.c (pascal_val_print): Likewise.
9708
b434a28f
YQ
97092011-02-18 Yao Qi <yao@codesourcery.com>
9710
9711 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
9712 (arm_process_displaced_insn): .. here. Remove parameter INSN.
9713 (thumb_process_displaced_insn): New.
9714 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
9715 call to arm_process_displaced_insn.
9716 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
9717
9f6f94ff
TT
97182011-02-17 Tom Tromey <tromey@redhat.com>
9719
9720 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
9721 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
9722 compile_dwarf_to_ax. No longer static. Call
9723 dwarf2_compile_cfa_to_ax.
9724 (locexpr_tracepoint_var_ref): Update.
9725 (loclist_tracepoint_var_ref): Update.
9726 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
9727 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
9728 argument; add 'gdbarch' and 'pc'.
9729 (dwarf2_compile_cfa_to_ax): New function.
9730 (dwarf2_frame_cache): Update.
9731
e67ad678
JB
97322011-02-17 Joel Brobecker <brobecker@adacore.com>
9733
9734 * ada-lang.c (ada_type_of_array): Fix the size of the array
9735 in the case of an unconstrained packed array.
9736
946ebb0d
YQ
97372011-02-17 Yao Qi <yao@codesourcery.com>
9738
9739 * common/Makefile.in: Add more targets for make.
9740
1ba1b353
TT
97412011-02-16 Tom Tromey <tromey@redhat.com>
9742
9743 * dwarf2loc.c (unimplemented): Fix typo.
9744
b1bfef65
TT
97452011-02-16 Tom Tromey <tromey@redhat.com>
9746
9747 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
9748 (compile_dwarf_to_ax) <default>: Use unimplemented.
9749 <DW_OP_deref>: Update.
9750 (disassemble_dwarf_expression): Update.
9751 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
9752 (decode_locdesc): Update.
9753 * dwarf2expr.h (dwarf_stack_op_name): Update.
9754
5f1e6f19
TT
97552011-02-16 Tom Tromey <tromey@redhat.com>
9756
9757 * ax.h (struct aop_map) <name>: Now const.
9758
a0c78a73
PA
97592011-02-16 Tom Tromey <tromey@redhat.com>
9760
9761 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
9762 than axs_rvalue.
9763
946ebb0d 97642011-02-16 Yao Qi <yao@codesourcery.com>
a42244db
YQ
9765
9766 * infrun.c (get_displaced_step_closure_by_addr): New.
9767 * inferior.h: Declare it.
9768 * arm-tdep.c: (arm_pc_is_thumb): Call
9769 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
9770 returns non-NULL.
9771
08807d5a
PA
97722011-02-16 Pedro Alves <pedro@codesourcery.com>
9773 Jan Kratochvil <jan.kratochvil@redhat.com>
9774
9775 gdb/
9776 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
9777
29976f3f
PA
97782011-02-16 Pedro Alves <pedro@codesourcery.com>
9779 Jan Kratochvil <jan.kratochvil@redhat.com>
9780
9781 * value.c (value_contents_copy_raw): Extend describing comment.
9782 Assert that the destination contents we're overwriting are wholly
9783 available.
fb68ae73 9784 (value_contents_copy): Extend describing comment.
29976f3f 9785
cd24cfaa
PA
97862011-02-16 Pedro Alves <pedro@codesourcery.com>
9787 Jan Kratochvil <jan.kratochvil@redhat.com>
9788
9789 * value.c (value_available_contents_eq): Remove redundant local
9790 variables. Fix available contents comparision.
9791 * value.h (value_available_contents_eq): Extend describing
9792 comment.
9793
60bbf338
YQ
97942011-02-16 Yao Qi <yao@codesourcery.com>
9795
9796 * thread.c (info_threads_command): Add missing i18n markup and remove
9797 trailing newline.
9798
17450429
PP
97992011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
9800
9801 * breakpoint.c (longjmp_names): New variable.
9802 (struct breakpoint_objfile_data): New type.
9803 (breakpoint_objfile_key): New variable.
9804 (msym_not_found): New variable.
9805 (msym_not_found_p): New predicate.
9806 (get_breakpoint_objfile_data): New function.
9807 (create_overlay_event_breakpoint): Check per-objfile cache for
9808 symbols first.
9809 (create_longjmp_master_breakpoint): Likewise.
9810 (create_std_terminate_master_breakpoint): Likewise.
9811 (create_exception_master_breakpoint): Likewise.
9812 (_initialize_breakpoint): Register per-objfile data key.
9813
af02033e
PP
98142011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
9815
9816 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
9817 parameter value.
9818 (create_longjmp_master_breakpoint): Loop over longjmp names.
9819 (create_std_terminate_master_breakpoint): Const-propagate parameter
9820 value.
9821 (update_breakpoints_after_exec): Adjust.
9822 (breakpoint_re_set): Adjust.
9823
60f98dde
MS
98242011-02-15 Michael Snyder <msnyder@vmware.com>
9825
cdf99611
MS
9826 * thread.c (info_threads_command): Process arg as thread id,
9827 or list of thread ids.
9828 (thread_find_command): New command.
9829 (_initialize_thread): Document argument for info threads.
9830 Document 'thread find' command.
9831 * NEWS: Document new command "thread find".
60f98dde 9832
0feedb2c
JK
98332011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9834
9835 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
9836 * aclocal.m4: Regenerated with aclocal-1.11.1.
9837 * common/configure: Regenerate with autoconf-2.64.
9838
648cd113
KW
98392011-02-15 Ken Werner <ken.werner@de.ibm.com>
9840
9841 * opencl-lang.c (build_opencl_types): Set the size of the built-in
9842 bool data type to a size of one byte.
9843
5657161f
PA
98442011-02-15 Pedro Alves <pedro@codesourcery.com>
9845 Jan Kratochvil <jan.kratochvil@redhat.com>
9846
9847 * target.c (memory_xfer_live_readonly_partial): Document where to
9848 look for interface description.
9849
494e194e
YQ
98502011-02-15 Yao Qi <yao@codesourcery.com>
9851
9852 PR tdep/12352
9853 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
9854 order to store PC value on stack instead of text section.
9855
d9492458
TJB
98562011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
9857
9858 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
9859 the EFP register set size.
9860 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
9861 data from the VMX register.
9862 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
9863 and write data from/to the VMX register.
9864
cdf99611
MS
98652011-02-14 Michael Snyder <msnyder@vmware.com>
9866
9867 * command.h (enum command_class): New class 'no_set_class', for
9868 "show" commands without a corresponding "set" command.
9869 * value.c (_initialize_values): Use 'no_set_class' for "show values".
9870 * copying.c (_initialize_copying): Ditto for "show copying" and
9871 "show warranty".
9872 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
9873 "show version".
9874 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
9875 which there is no corresponding "set" command (eg. "show copying").
9876
424447ee
PA
98772011-02-14 Pedro Alves <pedro@codesourcery.com>
9878 Jan Kratochvil <jan.kratochvil@redhat.com>
9879
9880 * exec.c (section_table_available_memory): Change `len' parameter
9881 type to ULONGEST.
9882 * exec.h (section_table_available_memory): Ditto.
9883 * value.h (read_value_memory): Rename the `offset' parameter to
9884 `embedded_offset'.
9885
c0f61f9c 98862011-02-14 Pedro Alves <pedro@codesourcery.com>
e0ccc0c7 9887 Jan Kratochvil <jan.kratochvil@redhat.com>
c0f61f9c
PA
9888
9889 * memrange.c (compare_mem_ranges): Mention sort order in
9890 describing comment.
9891 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
9892 * tracepoint.c (traceframe_available_memory): Extend comment to
9893 mention what happens to RESULT when the target does not support
9894 the query.
9895
6bfc80c7
PA
98962011-02-14 Pedro Alves <pedro@codesourcery.com>
9897 Jan Kratochvil <jan.kratochvil@redhat.com>
9898
9899 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
9900 range.
9901
e7303042
PA
99022011-02-14 Pedro Alves <pedro@codesourcery.com>
9903
9904 * value.c (value_bits_valid, value_bits_synthetic_pointer):
9905 No longer handle NULL values.
9906
8af8e3bc
PA
99072011-02-14 Pedro Alves <pedro@codesourcery.com>
9908
9909 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
9910 * value.c: Include "exceptions.h".
9911 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
9912 generic error.
9913 * cp-abi.c: Include gdb_assert.h.
9914 (baseclass_offset): Add `embedded_offset' and `val' parameters.
9915 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
9916 errors.
9917 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
9918 parameters. No longer returns -1 on error.
9919 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
9920 `val' parameters.
9921 * cp-valprint.c: Include exceptions.h.
9922 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
9923 the baseclass_offset. Handle unavailable base classes. Use
9924 val_print_invalid_address.
9925 * p-valprint.c: Include exceptions.h.
9926 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
9927 when fetching the baseclass_offset. No longer expect
9928 baseclass_offset returning -1. Handle unavailable base classes.
9929 Use val_print_invalid_address.
9930 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
9931 `valaddr' parameter, and change its type to gdb_byte pointer. Add
9932 `embedded_offset' and `val' parameters. Adjust.
9933 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
9934 parameter, and change its type to gdb_byte pointer. Add
9935 `embedded_offset' and `val' parameters. Adjust. No longer expect
9936 baseclass_offset returning -1.
9937 (value_dynamic_cast): Use value_contents_for_printing rather than
9938 value_contents. Adjust.
9939 (search_struct_field): No longer expect baseclass_offset returning
9940 -1.
9941 (search_struct_method): If reading memory from the target is
9942 necessary, wrap it in a new value to pass to baseclass_offset. No
9943 longer expect baseclass_offset returning -1.
9944 (find_method_list): No longer expect baseclass_offset returning
9945 -1. Use value_contents_for_printing rather than value_contents.
9946 * valprint.c (val_print_invalid_address): New function.
9947 * valprint.h (val_print_invalid_address): Declare.
9948 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
9949 and `val' parameters. No longer expect baseclass_offset returning
9950 -1. Adjust.
9951 * gnu-v2-abi.c: Include "exceptions.h".
9952 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
9953 parameters. Handle unavailable memory. Recurse through
9954 gnuv2_baseclass_offset directly, rather than through
9955 baseclass_offset. No longer returns -1 on not found, instead
9956 throw an error.
9957 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
9958 `val' parameters. Adjust.
9959
1b28d0b3
PA
99602011-02-14 Pedro Alves <pedro@codesourcery.com>
9961
9962 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
9963 almost but not quite adjacent.
9964
ec0a52e1
PA
99652011-02-14 Pedro Alves <pedro@codesourcery.com>
9966
9967 * value.h (value_entirely_available): Declare.
9968 * value.c (value_entirely_available): New function.
9969 * c-valprint.c (c_value_print): Don't try fetching the pointer's
9970 real type if the pointer is unavailable.
9971
24e6bcee
PA
99722011-02-14 Pedro Alves <pedro@codesourcery.com>
9973
9974 * valops.c (value_repeat): Use read_value_memory instead of
9975 read_memory.
9976
39d37385
PA
99772011-02-14 Pedro Alves <pedro@codesourcery.com>
9978
9979 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
9980 * value.c (value_contents_copy_raw, value_contents_copy): New
9981 functions.
9982 (value_primitive_field): Use value_contents_copy_raw instead of
9983 memcpy.
9984 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
9985 memcpy.
9986 (value_array, value_slice): Ditto.
9987 * valarith.c (value_subscripted_rvalue): Use
9988 value_contents_copy_raw instead of memcpy.
9989
a3d34bf4
PA
99902011-02-14 Pedro Alves <pedro@codesourcery.com>
9991
9992 <unavailable> references.
9993
9994 * valops.c (get_value_at): Use value_from_contents_and_address,
9995 avoiding read_memory.
9996
9fc6d940
PA
99972011-02-14 Pedro Alves <pedro@codesourcery.com>
9998
9999 * c-valprint.c (c_val_print): Print a string with unavailable
10000 contents as an array.
10001
5467c6c8
PA
100022011-02-14 Pedro Alves <pedro@codesourcery.com>
10003
10004 * value.h (unpack_bits_as_long): Delete declaration.
10005 (unpack_value_bits_as_long): Declare.
10006 (unpack_value_field_as_long): Declare.
10007 (value_field_bitfield): Declare.
10008 * value.c (unpack_bits_as_long): Rename to...
10009 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
10010 value parameters. Return the extracted result in a new output
10011 parameter. If the value contents are unavailable, return false,
10012 otherwise return true.
10013 (unpack_value_bits_as_long): New.
10014 (unpack_field_as_long): Rename to...
10015 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
10016 Add embedded_offset and value parameters. Return the extracted
10017 result in a new output parameter. If the value contents are
10018 unavailable, return false, otherwise return true.
10019 (unpack_value_field_as_long): New.
10020 (unpack_field_as_long_1): New.
10021 (unpack_field_as_long): Reimplement as wrapper around
10022 unpack_value_field_as_long_1.
10023 (value_field_bitfield): New function.
10024 * valops.c (value_fetch_lazy): When fetching a bitfield, use
10025 unpack_value_bits_as_long. Mark the value as unavailable, if it
10026 is unavailable.
10027 * jv-valprint.c (java_print_value_fields): Use
10028 value_field_bitfield.
10029 * p-valprint.c (pascal_object_print_value_fields): Use
10030 value_field_bitfield.
10031 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
10032
3158c6ed
PA
100332011-02-14 Pedro Alves <pedro@codesourcery.com>
10034
10035 * value.c (get_internalvar_integer): Also return the int value of
10036 TYPE_CODE_INT INTERNALVAR_VALUE values.
10037 (set_internalvar): Don't special case TYPE_CODE_INT.
10038
9fbdca0d
PA
100392011-02-14 Pedro Alves <pedro@codesourcery.com>
10040
10041 * value.c (struct internalvar) <enum internalvar_kind>: Remove
10042 INTERNALVAR_POINTER.
10043 <pointer>: Delete.
10044 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
10045 (set_internalvar): Remove special TYPE_CODE_PTR handling.
10046 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
10047
c8c1c22f
PA
100482011-02-14 Pedro Alves <pedro@codesourcery.com>
10049
10050 * value.h (value_available_contents_eq): Declare.
10051 * value.c (find_first_range_overlap): New function.
10052 (value_available_contents_eq): New function.
10053 * valprint.c (val_print_array_elements): Use
10054 value_available_contents_eq.
10055 * ada-valprint.c (val_print_packed_array_elements): Use
10056 value_available_contents_eq.
10057 * jv-valprint.c (java_value_print): Use
10058 value_available_contents_eq.
10059
e6e4e701
PA
100602011-02-14 Pedro Alves <pedro@codesourcery.com>
10061
10062 * target.c (target_read_live_memory): New function.
10063 (memory_xfer_live_readonly_partial): New.
10064 (memory_xfer_partial): If reading from a traceframe, fallback to
10065 reading unavailable read-only memory from read-only regions of
10066 live target memory.
10067 * tracepoint.c (disconnect_tracing): Adjust.
10068 (set_current_traceframe): New, factored out from
10069 set_traceframe_number.
10070 (set_traceframe_number): Reimplement to only change the traceframe
10071 number on the GDB side.
10072 (do_restore_current_traceframe_cleanup): Adjust.
10073 (make_cleanup_restore_traceframe_number): New.
10074 (cur_traceframe_number): New global.
10075 (tfile_open): Set cur_traceframe_number to no traceframe.
10076 (set_tfile_traceframe): New function.
10077 (tfile_trace_find): If looking up a traceframe using any method
10078 other than by number, make sure the current tfile traceframe
10079 matches gdb's current traceframe. Update the current tfile
10080 traceframe if the lookup succeeded.
10081 (tfile_fetch_registers, tfile_xfer_partial)
10082 (tfile_get_trace_state_variable_value): Make sure the remote
10083 traceframe matches gdb's current traceframe.
10084 * remote.c (remote_traceframe_number): New global.
10085 (remote_open_1): Set it to -1.
10086 (set_remote_traceframe): New function.
10087 (remote_fetch_registers, remote_store_registers)
10088 (remote_xfer_memory, remote_xfer_partial)
10089 (remote_get_trace_state_variable_value): Make sure the remote
10090 traceframe matches gdb's current traceframe.
10091 (remote_trace_find): If looking up a traceframe using any method
10092 other than by number, make sure the current remote traceframe
10093 matches gdb's current traceframe. Update the current remote
10094 traceframe if the lookup succeeded.
10095 * infrun.c (fetch_inferior_event): Adjust.
10096 * tracepoint.h (set_current_traceframe): Declare.
10097 (get_traceframe_number, set_traceframe_number): Add describing
10098 comments.
10099
e6ca34fc
PA
101002011-02-14 Pedro Alves <pedro@codesourcery.com>
10101
10102 Mark pieces of values as unavailable if the corresponding memory
10103 is unavailable.
10104
10105 * valops.c: Include tracepoint.h.
10106 (value_fetch_lazy): Use read_value_memory.
10107 (read_value_memory): New.
10108 * value.h (read_value_memory): Declare.
10109 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
10110 * exec.c (section_table_available_memory): New function.
10111 * exec.h (section_table_available_memory): Declare.
10112
2a7498d8
PA
101132011-02-14 Pedro Alves <pedro@codesourcery.com>
10114
10115 * Makefile.in (SFILES): Add memrange.c.
10116 (HFILES_NO_SRCDIR): Add memrange.h.
10117 (COMMON_OBS): Add memrange.o.
10118 * memrange.c: New file.
10119 * memrange.h: New file.
10120 * tracepoint.c: Include memrange.h.
10121 (struct mem_range): Delete.
10122 (mem_range_s): Delete.
10123 (traceframe_available_memory): New function.
10124 * tracepoint.h (traceframe_available_memory): Declare.
10125
b3b9301e
PA
101262011-02-14 Pedro Alves <pedro@codesourcery.com>
10127
10128 * target.h (struct traceframe_info): Forward declare.
10129 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
10130 (struct target_ops) <to_traceframe_info>: New field.
10131 (target_traceframe_info): New.
10132 * target.c (update_current_target): Inherit and default
10133 to_traceframe_info.
10134 * remote.c (PACKET_qXfer_traceframe_info): New.
10135 (remote_protocol_features): Register qXfer:traceframe-info:read.
10136 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
10137 (remote_traceframe_info): New.
10138 (init_remote_ops): Install it.
10139 (_initialize_remote): Install "set/show remote traceframe-info"
10140 commands.
10141 * tracepoint.h (parse_traceframe_info): Declare.
10142 * tracepoint.c (struct mem_range): New.
10143 (mem_range_s): New typedef.
10144 (struct traceframe_info): New.
10145 (traceframe_info): New global.
10146 (free_traceframe_info): New function.
10147 (clear_traceframe_info): New function.
10148 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
10149 info.
10150 (build_traceframe_info): New function.
10151 (tfile_traceframe_info): New function.
10152 (init_tfile_ops): Install tfile_traceframe_info.
10153 (traceframe_info_start_memory, free_result): New functions.
10154 (memory_attributes, traceframe_info_elements): New globals.
10155 (parse_traceframe_info, get_traceframe_info): New functions.
10156 * features/traceframe-info.dtd: New file.
10157 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
10158
4e07d55f
PA
101592011-02-14 Pedro Alves <pedro@codesourcery.com>
10160
10161 Base support for <unavailable> value contents.
10162
4e07d55f
PA
10163 * value.h (value_bytes_available): Declare.
10164 (mark_value_bytes_unavailable): Declare.
10165 * value.c (struct range): New struct.
10166 (range_s): New typedef.
10167 (ranges_overlap): New function.
10168 (range_lessthan): New function.
10169 (ranges_contain_p): New function.
10170 (struct value) <unavailable>: New field.
10171 (value_bytes_available): New function.
10172 (mark_value_bytes_unavailable): New function.
10173 (require_not_optimized_out): Constify parameter.
10174 (require_available): New function.
10175 (value_contents_all, value_contents): Require all bytes be
10176 available.
10177 (value_free): Free `unavailable'.
10178 (value_copy): Copy `unavailable'.
10179 * valprint.h (val_print_unavailable): Declare.
10180 * valprint.c (valprint_check_validity): Rename `offset' parameter
10181 to `embedded_offset'. If printing a scalar, check whether the
10182 value chunk is available.
10183 (val_print_unavailable): New.
10184 (val_print_scalar_formatted): Check whether the value is
10185 available.
10186 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
10187 pretty-printing unavailable values.
10188
bc9a5551
JK
101892011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10190
10191 Fix const/volatile qualifiers of C++ types, PR c++/12328.
10192 * c-typeprint.c (c_type_print_args): Update the function comment. New
10193 variable param_type, initialize it. Remove const/volatile qualifiers
10194 for language_cplus and !show_artificial. Use param_type.
10195
93b55aa1
JK
101962011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10197
10198 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
10199 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
10200 * symtab.h (struct symtab) <next>: Comment extension.
10201
181d9476
YQ
102022011-02-12 Yao Qi <yao@codesourcery.com>
10203
10204 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
10205
b708a5c7
JK
102062011-02-11 Yao Qi <yao@codesourcery.com>
10207
10208 * common/Makefile.in: Add copyright header.
10209
c5187ac6
PA
102102011-02-11 Pedro Alves <pedro@codesourcery.com>
10211
10212 * infrun.c (proceed): Move switching out and in of tfind mode from
10213 here ...
10214 (fetch_inferior_event): ... to here.
10215
4f3e6fb7
YQ
102162011-02-11 Yao Qi <yao@codesourcery.com>
10217
10218 * Makefile.in: Remove signals.o from COMMON_OBS. Link
10219 libcommon.a.
10220 * configure.ac: Add common to sub dir.
10221 * configure: Regenerate.
10222
b708a5c7
JK
102232011-02-11 Yao Qi <yao@codesourcery.com>
10224
10225 Build libcommon.a.
10226
10227 * common/Makefile.in: New.
10228 * common/configure.ac: New.
10229 * common/aclocal.m4: New.
10230 * common/configure: Generate.
10231
2287cc7e
PA
102322011-02-10 Pedro Alves <pedro@codesourcery.com>
10233
10234 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
10235 side of the parenthesis.
10236
10237 Merge from GCC:
10238 2010-07-13 Jakub Jelinek <jakub@redhat.com>
fc013618 10239 * vec.h (VEC_block_remove): Fix comment.
2287cc7e 10240
fd62cb89
MS
102412011-02-08 Michael Snyder <msnyder@vmware.com>
10242
10243 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
10244
56d2815c
JK
102452011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10246
10247 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
10248 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
10249 psubd and paddd.
10250
4f7d61a8
JK
102512011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10252
10253 PR 12361.
10254 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
10255 phsubsw.
10256 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
10257 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
10258
54fcddd0
UW
102592011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10260
10261 * dwarf2read.c (read_subroutine_type): Set special calling
10262 convention flag for functions compiled by IBM XL C for OpenCL.
10263 * ppc-sysv-tdep.c: Include "dwarf2.h"
10264 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
10265 calling convention.
10266 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
10267 IBM OpenCL vector types calling convention.
10268 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
10269 (ppc_sysv_abi_broken_return_value): Likewise.
10270 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
10271 types calling convention.
10272 (ppc64_sysv_abi_return_value): Likewise.
10273 * spu-tdep.c: Include "dwarf2.h"
10274 (spu_return_value): Implement IBM OpenCL vector types calling
10275 convention.
10276
d6dafb7c
UW
102772011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10278
10279 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
10280 correct ABI for AltiVec vector arguments.
10281
32b72a42
PA
102822011-02-07 Pedro Alves <pedro@codesourcery.com>
10283
10284 * valprint.c (val_print): Extend comment.
10285 * ada-valprint.c (ada_valprint): Rewrite comment deferring
10286 interface explanation to val_print.
10287 (ada_val_print_array): Adjust comment to current interface.
10288 (print_field_values): Adjust comment to current interface.
10289 * c-valprint.c (c_val_print): Rewrite comment deferring interface
10290 explanation to val_print.
10291 * f-valprint.c (f_val_print): Ditto.
10292 * jv-valprint.c (java_val_print): Ditto.
10293 * m2-valprint.c (m2_val_print): Ditto.
10294 * p-valprint.c (pascal_val_print): Ditto.
10295
9998af43
TJB
102962011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
10297
10298 * breakpoint.c (parse_breakpoint_sals): Fix description.
10299
505500db 103002011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9998af43 10301 Oguz Kayral <oguzkayral@gmail.com>
505500db
SW
10302
10303 * python/py-inferior.c (python_on_normal_stop): New function.
10304 (python_on_resume): New function.
10305 (python_inferior_exit): New function.
10306 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
10307 inferior_exit observers.
10308 * python/py-evtregistry.c: New file.
10309 * python/py-threadevent.c : New file.
10310 * python/py-event.c: New file.
10311 * python/py-evts.c: New file.
10312 * python/py-continueevent.c: New file.
10313 * python/py-bpevent.c: New file.
10314 * python/py-signalevent.c: New file.
10315 * python/py-exetiedevent.c: New file.
10316 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
10317 Move struct breakpoint_object from here...
10318 * python/python-internal.h: ... to here.
10319 * python/py-event.h: New file.
10320 * python/py-events.h: New file.
10321 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
10322 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
10323 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
10324 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
10325 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
10326 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
10327 Add build rules for all the above.
10328
9e0ac564
TT
103292011-02-04 Tom Tromey <tromey@redhat.com>
10330
10331 * dwarf2read.c (dwarf2_section_empty_p): New function.
10332 (dwarf2_read_section): Use dwarf2_section_empty_p.
10333 (dwarf2_section_size): New function.
10334 (dwarf2_get_section_info): Unconditionally read section.
10335 (dwarf2_read_index): Use dwarf2_section_empty_p.
10336 (partial_read_comp_unit_head): Use dwarf2_section_size.
10337 (dwarf2_symbol_mark_computed): Likewise.
10338
eee5b35e
DD
103392011-02-04 David Daney <ddaney@caviumnetworks.com>
10340
10341 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
10342
385203ed
DD
103432011-02-04 David Daney <ddaney@caviumnetworks.com>
10344
10345 * mips-linux-tdep.c: Include xml-syscall.h.
10346 (mips_linux_get_syscall_number): New function.
10347 (mips_linux_init_abi): Add calls to
10348 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
10349 * data-directory/Makefile.in (SYSCALLS_FILES): Add
10350 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
10351 * syscalls/mips-n32-linux.xml: New file.
10352 * syscalls/mips-n64-linux.xml: New file.
10353 * syscalls/mips-o32-linux.xml: New file.
10354
9277c30c
UW
103552011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
10356
10357 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
10358 Complain about inverted range entries.
10359 (dwarf2_record_block_ranges): Likewise.
10360
a3be7890
TJB
103612011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
10362
10363 Fix some typos.
10364 * breakpoint.c (update_watchpoint): Fix name of the
10365 update_global_location_list function.
10366 (print_one_breakpoint): Fix typo.
10367 (_initialize_breakpoint): Remove extra space in hbreak help
10368 string.
10369 * breakpoint.h (struct bp_location) <length>: Fix field
10370 description.
10371
041274d8
PA
103722011-02-04 Pedro Alves <pedro@codesourcery.com>
10373
10374 * regcache.c (registers_changed_ptid): Don't explictly always
10375 clear `current_regcache'. Only clear current_thread_ptid and
10376 current_thread_arch when PTID matches. Only reinit the frame
10377 cache if PTID matches the current inferior_ptid. Move alloca(0)
10378 call to ...
10379 (registers_changed): ... here.
10380
c1c2ab58
UW
103812011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
10382
10383 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
10384 starts with __stack_chk_guard as stack guard symbol.
10385
9011945e
AB
103862011-02-03 Andrew Burgess <aburgess@broadcom.com>
10387
10388 * disasm.c (compare_lines): Handle the end of sequence markers
10389 within the line table to better support disassembling over
10390 compilation unit boundaries.
10391
e0634ccf
UW
103922011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
10393
10394 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
10395 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
10396 implementation even if no symbols are available.
10397 (thumb_analyze_prologue): Update call to skip_prologue_function.
10398 (arm_analyze_prologue): Likewise.
10399
0e9e9abd
UW
104002011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
10401
10402 * arm-tdep.c: Include "observer.h".
10403 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
10404 (arm_exidx_data_key): New static variable.
10405 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
10406 (struct arm_exidx_data): Likewise.
10407 (arm_exidx_data_free): New function.
10408 (arm_compare_exidx_entries): Likewise.
10409 (arm_obj_section_from_vma): Likewise.
10410 (arm_exidx_new_objfile): Likewise.
10411 (arm_find_exidx_entry): Likewise.
10412 (arm_exidx_fill_cache): Likewise.
10413 (arm_exidx_unwind_sniffer): Likewise.
10414 (arm_exidx_unwind): New global variable.
10415 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
10416 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
10417 observer. Register arm_exidx_data_key as objfile data.
10418
2e9e421f
UW
104192011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
10420
10421 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
10422 due to accessing uninitialized variable. Fix indentation.
10423
580688f3
PA
104242011-02-02 Pedro Alves <pedro@codesourcery.com>
10425
10426 * c-valprint.c (c_value_print): When doing virtual base pointer
10427 adjustment, create a new value with adjusted contents rather than
10428 changing the contents of the value being printed (and getting it
10429 wrong).
10430
3d2c1d41
PA
104312011-02-02 Pedro Alves <pedro@codesourcery.com>
10432
10433 * xml-support.c (xml_find_attribute): New.
10434 (xinclude_start_include): Use it.
10435 * xml-support.h (xml_find_attribute): Declare.
10436 * memory-map.c (memory_map_start_memory)
10437 (memory_map_start_property): Use xml_find_attribute.
10438 * osdata.c (osdata_start_osdata, osdata_start_column): Use
10439 xml_find_attribute.
10440 * remote.c (start_thread): Use xml_find_attribute.
10441 * solib-target.c (library_list_start_segment)
10442 (library_list_start_section, library_list_start_library)
10443 (library_list_start_list): Use xml_find_attribute.
10444 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
10445 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
10446 (tdesc_start_field): Use xml_find_attribute.
10447
0af3e2db
UW
104482011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
10449
10450 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
10451 (BUILD_OCL_VTYPES): Update.
10452
c1039e3c
JB
104532011-02-02 Joel Brobecker <brobecker@adacore.com>
10454
10455 * configure.ac: Work around non-GNU sed limitation when computing
10456 python version number.
10457 * configure: Regenerate.
10458
600ea1be
JK
104592011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10460
10461 Fix debug printing of TYPE_INSTANCE.
10462 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
10463 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
10464
56c12414
JK
104652011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10466
10467 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
10468 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
10469 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
10470 * ada-operator.inc: Rename the file to ...
10471 * ada-operator.def: ... here, wrap all the entries by macro OP.
10472 * expprint.c (op_name_standard): Remove all the entries. Include
10473 "std-operator.def" instead.
10474 * expression.h (enum exp_opcode): Include "std-operator.def" and
10475 "ada-operator.def". Move all the entries ...
10476 * std-operator.def: ... here, wrap all the entries by macro OP.
10477
c52b559d
PP
104782011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
10479
10480 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
10481 * breakpoint.c (remove_jit_event_breakpoints): New function.
10482 * jit.c (jit_descriptor_addr): Delete.
10483 (registering_code): Delete.
10484 (clear_int): Delete.
10485 (jit_inferior_data): New variable.
10486 (struct jit_inferior_data): New type.
10487 (get_jit_inferior_data): New function.
10488 (jit_inferior_data_cleanup): New function.
10489 (jit_read_descriptor): Adjust.
10490 (jit_register_code): Adjust.
10491 (jit_breakpoint_re_set_internal): New function; move code here ...
10492 (jit_inferior_init): ... from here.
10493 (jit_breakpoint_re_set): Adjust.
10494 (jit_reset_inferior_data_and_breakpoints): New function.
10495 (jit_inferior_created_observer): Adjust.
10496 (jit_inferior_exit_hook): Adjust.
10497 (jit_executable_changed_observer): New function.
10498 (jit_event_handler): Adjust.
10499 (_initialize_jit): Adjust.
10500
e839132d
MS
105012011-01-31 Michael Snyder <msnyder@vmware.com>
10502
10503 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
10504 line.
10505
47a80e90
TT
105062011-01-31 Tom Tromey <tromey@redhat.com>
10507
10508 PR python/12216:
10509 * python/python.c (execute_gdb_command): Call
10510 prevent_dont_repeat.
10511 * top.c (suppress_dont_repeat): New global.
10512 (dont_repeat): Use it.
10513 (prevent_dont_repeat): New function.
10514 * command.h (prevent_dont_repeat): Declare.
10515
45a43567
TT
105162011-01-31 Tom Tromey <tromey@redhat.com>
10517
10518 * infcmd.c (finish_backward): Use breakpoint_set_silent.
10519 * python/py-breakpoint.c (bppy_set_silent): Use
10520 breakpoint_set_silent.
10521 (bppy_set_thread): Use breakpoint_set_thread.
10522 (bppy_set_task): Use breakpoint_set_task.
10523 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
10524 (breakpoint_set_task): Declare.
10525 (make_breakpoint_silent): Remove.
10526 * breakpoint.c (breakpoint_set_silent): New function.
10527 (breakpoint_set_thread): Likewise.
10528 (breakpoint_set_task): Likewise.
10529 (make_breakpoint_silent): Remove.
10530
09d682a4
TT
105312011-01-31 Tom Tromey <tromey@redhat.com>
10532
10533 * breakpoint.h (user_breakpoint_p): Declare.
10534 * breakpoint.c (user_breakpoint_p): New function.
10535 (breakpoint_1): Use it.
10536 (save_breakpoints): Likewise.
10537
9c4ea6c5
JB
105382011-01-31 Joel Brobecker <brobecker@adacore.com>
10539
10540 * configure.ac: Add handling of Python distribution on Windows.
10541 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
10542 sysconfig variables are not defined, then do not use them.
10543 On Windows, if LIBPL is not defined, then use prefix + '/libs'
10544 instead. On Windows, return all paths using forward-slashes
10545 rather than backslashes.
10546
ac534cba
JB
105472011-01-31 Joel Brobecker <brobecker@adacore.com>
10548
10549 * configure.ac: Remove fallback behavior for building
10550 against Python. Remove tweaking of Python include path.
10551 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
10552 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
10553 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
10554 Always restore CPPFLAGS and LIBS after linking test.
10555 * configure: Regenerated.
10556 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
10557 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
10558 * python/python-internal.h: Adjust includes of Python .h files.
10559
c2f0d045
JB
105602011-01-31 Joel Brobecker <brobecker@adacore.com>
10561
10562 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
10563 in error message.
10564
6b0c4c1f
JB
105652011-01-31 Joel Brobecker <brobecker@adacore.com>
10566
10567 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
10568 value test.
10569
672c9795
YQ
105702011-01-31 Yao Qi <yao@codesourcery.com>
10571
10572 * arm-linux-nat.c: Update calls to regcache_register_status
10573 instead of regcache_valid_p.
10574 * aix-thread.c: Likewise.
10575 * i386gnu-nat.c: Likewise.
10576
80b23b6a
JK
105772011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10578
10579 Fix crash.
10580 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
10581 touching TYPE_FIELD_ARTIFICIAL.
10582
4cd712bd
RE
105832011-01-28 Richard Earnshaw <rearnsha@arm.com>
10584
10585 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
10586 Committers.
10587
ffd5ec24
PA
105882011-01-28 Pedro Alves <pedro@codesourcery.com>
10589
10590 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
10591 selected, don't try iterating over the traceframe's blocks.
10592 (tfile_has_stack): If there's no traceframe selected, then there's
10593 no stack.
10594 (tfile_has_registers): If there's no traceframe selected, then
10595 there's no registers.
10596
e8c9e0a1
PA
105972011-01-28 Pedro Alves <pedro@codesourcery.com>
10598
10599 * target.c (memory_xfer_partial): No need to restore shadows if we
10600 haven't read anything.
10601
de15c4ab
PA
106022011-01-28 Pedro Alves <pedro@codesourcery.com>
10603
10604 * mips-tdep.c (mips_print_register): Use get_frame_register_value
10605 and val_print_scalar_formatted.
10606
9f41c731
PA
106072011-01-27 Pedro Alves <pedro@codesourcery.com>
10608
10609 * tracepoint.c (tfile_read): New.
10610 (tfile_open): Use it.
10611 (tfile_get_traceframe_address): Use it.
10612 (tfile_trace_find): Use it.
10613 (walk_blocks_callback_func): New typedef.
10614 (match_blocktype): New function.
10615 (traceframe_walk_blocks): New function.
10616 (traceframe_find_block_type): New function.
10617 (tfile_fetch_registers, tfile_xfer_partial)
10618 (tfile_get_trace_state_variable_value): Use
10619 traceframe_find_block_type and tfile_read.
10620
cdefc55d
KB
106212011-01-26 Kevin Buettner <kevinb@redhat.com>
10622
10623 * remote-mips.c: Add internationalization mark ups. Remove
10624 trailing \n from already marked up strings.
10625
a81766d8
TT
106262011-01-26 Tom Tromey <tromey@redhat.com>
10627
10628 * python/py-prettyprint.c (print_string_repr): Clear
10629 'addressprint' option when calling val_print_string.
10630 (print_children): Handle Val_pretty_default. Clear 'addressprint'
10631 option when calling val_print_string.
10632
74aedc46
TT
106332011-01-26 Tom Tromey <tromey@redhat.com>
10634
10635 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
10636 GDB_PY_LL_ARG.
10637 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
10638 macros.
10639 (gdb_py_longest, gdb_py_ulongest): New typedefs.
10640 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
10641 (gdb_py_long_as_ulongest): New defines.
10642 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
10643 (gdb_py_int_as_long): Declare.
10644 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
10645 GDB_PY_LL_ARG, gdb_py_object_from_longest.
10646 (valpy_long): Add comment.
10647 * python/py-utils.c (get_addr_from_python): Use
10648 gdb_py_long_as_ulongest. Handle overflow properly.
10649 (gdb_py_object_from_longest): New function.
10650 (gdb_py_object_from_ulongest): Likewise.
10651 (gdb_py_int_as_long): Likewise.
10652 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
10653 * python/py-symtab.c (salpy_get_pc): Use
10654 gdb_py_long_from_ulongest.
10655 (salpy_get_line): Use PyInt_FromLong.
10656 * python/py-param.c (set_parameter_value): Use
10657 gdb_py_int_as_long.
10658 * python/py-lazy-string.c (stpy_get_address): Use
10659 gdb_py_long_from_ulongest.
10660 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
10661 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
10662 * python/py-breakpoint.c (bppy_set_thread): Use
10663 gdb_py_int_as_long.
10664 (bppy_set_task): Likewise.
10665 (bppy_set_ignore_count): Likewise.
10666 (bppy_set_hit_count): Likewise.
10667 * python/py-block.c (blpy_get_start): Use
10668 gdb_py_object_from_ulongest.
10669 (blpy_get_end): Likewise.
10670 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
10671
e4f6d2ec
TJB
106722011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
10673
10674 PR/symtab 11766:
10675 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
10676 * gdb/solib.c (solib_read_symbols): Check for addr_low in
10677 equality test for objfile, initialize addr_low if needed.
10678
b30aa278
PA
106792011-01-25 Pedro Alves <pedro@codesourcery.com>
10680
10681 * tui/tui-regs.c (tui_register_format): Remove dead code.
10682
ab2188aa
PA
106832011-01-25 Pedro Alves <pedro@codesourcery.com>
10684
10685 * printcmd.c (print_formatted): Use val_print_scalar_formatted
10686 instead of print_scalar_formatted.
10687 (print_scalar_formatted): Don't handle 's' format strings here,
10688 and add an assertion that we never see such format here.
10689 * valprint.h (val_print_scalar_formatted): Declare.
10690 * valprint.c (val_print_scalar_formatted): New.
10691 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
10692 instead of print_scalar_formatted.
10693 * jv-valprint.c (java_val_print): Ditto.
10694 * p-valprint.c (pascal_val_print): Ditto.
10695 * ada-valprint.c (ada_val_print_1): Ditto.
10696 * f-valprint.c (f_val_print): Ditto.
10697 * infcmd.c (registers_info): Ditto.
10698 * m2-valprint.c (m2_val_print): Ditto.
10699
66d61a4c
PA
107002011-01-25 Pedro Alves <pedro@codesourcery.com>
10701
10702 * m2-valprint.c (print_unbounded_array): Pass
10703 value_contents_for_printing rather than value_contents, to
10704 m2_print_array_contents. Also pass in the value.
10705
831adc1f
JK
107062011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10707
10708 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
10709 (save_gdb_index_command): Switch to .gdb_index version 4.
10710
20622269
PA
107112011-01-25 Pedro Alves <pedro@codesourcery.com>
10712
10713 * mi/mi-main.c (get_register): Use get_frame_register_value rather
10714 than frame_register, and always pass a valid value to val_print.
10715
585fdaa1
PA
107162011-01-25 Pedro Alves <pedro@codesourcery.com>
10717
10718 Centralize printing "<optimized out>".
10719
10720 * valprint.h (val_print_optimized_out): Declare.
10721 * cp-valprint.c (cp_print_value_fields): Use
10722 val_print_optimized_out.
10723 * jv-valprint.c (java_print_value_fields): Ditto.
10724 * p-valprint.c (pascal_object_print_value_fields): Ditto.
10725 * printcmd.c (print_formatted): Ditto.
10726 * valprint.c (valprint_check_validity): Ditto.
10727 (value_check_printable): Ditto.
10728 (val_print_optimized_out): New.
10729
29ec5263
PA
107302011-01-25 Pedro Alves <pedro@codesourcery.com>
10731
10732 * infcmd.c (default_print_registers_info): Allocate values so to
10733 never pass a NULL value to val_print.
10734
de4127a3
PA
107352011-01-25 Pedro Alves <pedro@codesourcery.com>
10736
10737 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
10738 boolean. Make sure to always pass a value that matches the
10739 contents buffer to callees. Preserve `address' for following
10740 iterations.
10741 * value.c (value_contents_for_printing_const): New.
10742 (value_address): Constify value argument.
10743 * value.h (value_contents_for_printing_const): Declare.
10744 (value_address): Constify value argument.
10745
ee99023e
PA
107462011-01-25 Pedro Alves <pedro@codesourcery.com>
10747
10748 * regcache.c (struct regcache_descr): Rename
10749 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
10750 and sizeof_cooked_register_valid_p to
10751 sizeof_cooked_register_status.
10752 (init_regcache_descr): Adjust.
10753 (struct regcache): Rename register_valid_p field to
10754 register_status.
10755 (regcache_xmalloc_1, regcache_xfree, regcache_save)
10756 (do_cooked_read): Adjust.
10757 (regcache_valid_p): Rename to ...
10758 (regcache_register_status): ... this. Adjust.
10759 (regcache_invalidate): Adjust.
10760 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
10761 Adjust.
10762 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
10763 as unavailable, not valid.
10764 (regcache_dump): Adjust.
10765 * regcache.h (enum register_status): New.
10766 (regcache_register_status): Declare.
10767 (regcache_invalidate): Delete declaration.
10768 * corelow.c (get_core_registers): Adjust.
10769 * tracepoint.c (tfile_fetch_registers): Adjust.
10770 * trad-frame.c (REG_VALUE): Rename to ...
10771 (TF_REG_VALUE): ... this.
10772 (REG_UNKNOWN): Rename to ...
10773 (TF_REG_UNKNOWN): ... this.
10774 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
10775 * mi/mi-main.c (register_changed_p): Adjust.
10776
99e42fd8
PA
107772011-01-25 Pedro Alves <pedro@codesourcery.com>
10778
10779 * regcache.c (struct regcache_descr): Remove outdated comment.
10780 (init_regcache_descr): Remove sizeof_raw_register_valid_p
10781 overallocate hack.
10782 (regcache_xmalloc): Rename to ...
10783 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
10784 Allocate the regcache type accordingly.
10785 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
10786 (regcache_xfree): Asser the source is also readonly. Copy sizeof
10787 cooked registers, not raw.
10788 (regcache_dup_no_passthrough): Delete.
10789 (get_thread_arch_regcache): Use regcache_xmalloc_1.
10790 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
10791 mention obsolete write_register_bytes.
10792 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
10793
f7605bc2
PA
107942011-01-25 Pedro Alves <pedro@codesourcery.com>
10795
10796 Stop remote_read_bytes from handling partial reads itself.
10797
10798 * remote-fileio.c: Include target.h.
10799 (remote_fileio_write_bytes): Delete.
10800 (remote_fileio_func_open, remote_fileio_func_write)
10801 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
10802 target_read_memory.
10803 (remote_fileio_func_stat): Use target_read_memory and
10804 target_write_memory.
10805 (remote_fileio_func_gettimeofday): Use target_write_memory.
10806 (remote_fileio_func_system): Use target_read_memory.
10807 * remote.c (remote_write_bytes): Make it static.
10808 (remote_read_bytes): Don't handle partial reads here.
10809 * remote.h (remote_read_bytes): Delete declaration.
10810
efc0eabd
PA
108112011-01-25 Pedro Alves <pedro@codesourcery.com>
10812
10813 Simplify XML parsing a bit.
10814
10815 * xml-support.h (gdb_xml_parse_quick): Declare.
10816 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
10817 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
10818 parameter.
10819 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
10820 gdb_xml_create_parser_and_cleanup_1.
10821 (gdb_xml_parse_quick): New.
10822 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
10823 * osdata.c (osdata_parse): Ditto.
10824 * remote.c (remote_threads_info): Ditto.
10825 * solib-target.c (solib_target_parse_libraries): Ditto.
10826 * xml-syscall.c (syscall_parse_xml): Ditto.
10827 * xml-tdesc.c (tdesc_parse_xml): Ditto.
10828
314d366a
KB
108292011-01-24 Kevin Buettner <kevinb@redhat.com>
10830
10831 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
10832 with remote-mips.o added to gdb_target_obs.
10833 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
10834
a491d753
PA
108352011-01-24 Pedro Alves <pedro@codesourcery.com>
10836
10837 * ada-valprint.c (val_print_packed_array_elements): Pass the
10838 correct struct value to val_print.
10839 (ada_val_print_1): Ditto.
10840
490f124f
PA
108412011-01-24 Pedro Alves <pedro@codesourcery.com>
10842
10843 Don't lose embedded_offset in printing routines throughout.
10844
10845 * valprint.h (val_print_array_elements): Change prototype.
10846 * valprint.c (val_print_array_elements): Add `embedded_offset'
10847 parameter, and adjust to pass it down to val_print, while passing
10848 `valaddr' or `address' unmodified. Take embedded_offset into
10849 account when checking repetitions.
10850 * c-valprint.c (c_val_print): Pass embedded_offset to
10851 val_print_array_elements instead of adjusting `valaddr' and
10852 `address'.
10853 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
10854 embedded_offset to val_print_array_elements instead of adjusting
10855 `valaddr'.
10856 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
10857 * p-valprint.c (pascal_val_print): Pass embedded_offset to
10858 val_print_array_elements and pascal_object_print_value_fields
10859 instead of adjusting `valaddr'.
10860 (pascal_object_print_value_fields): Add `offset' parameter, and
10861 adjust to use it.
10862 (pascal_object_print_value): Add `offset' parameter, and adjust to
10863 use it.
10864 (pascal_object_print_static_field): Use
10865 value_contents_for_printing/value_embedded_offset, rather than
10866 value_contents.
10867 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
10868 parameter, and adjust to use it. Use
10869 value_contents_for_printing/value_embedded_offset, rather than
10870 value_contents.
10871 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
10872 (ada_val_print_array): Add `offset' parameter, and adjust to use
10873 it.
10874 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
10875 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
10876 Instead work with offsets. Use
10877 value_contents_for_printing/value_embedded_offset, rather than
10878 value_contents. Change `defer_val_int' local type to CORE_ADDR,
10879 and use value_from_pointer to extract a target pointer, rather
10880 than value_from_longest.
10881 (print_variant_part): Add `offset' parameter. Replace
10882 `outer_valaddr' parameter by a new `outer_offset' parameter.
10883 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
10884 (ada_value_print): Use
10885 value_contents_for_printing/value_embedded_offset, rather than
10886 value_contents.
10887 (print_record): Add `offset' parameter, and adjust to pass it
10888 down.
10889 (print_field_values): Add `offset' parameter. Replace
10890 `outer_valaddr' parameter by a new `outer_offset' parameter.
10891 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
10892 Use value_contents_for_printing/value_embedded_offset, rather than
10893 value_contents.
10894 * d-valprint.c (dynamic_array_type): Use
10895 value_contents_for_printing/value_embedded_offset, rather than
10896 value_contents.
10897 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
10898 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
10899 (java_print_value_fields): Take `offset' into account. Don't
10900 re-adjust `valaddr'. Instead pass down adjusted offsets.
10901 (java_val_print): Take `embedded_offset' into account. Pass it to
10902 java_print_value_fields.
10903 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
10904 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
10905 down adjusted offsets.
10906 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
10907 (f_val_print): Take `embedded_offset' into account.
10908
7bfc9434
JB
109092011-01-21 Joel Brobecker <brobecker@adacore.com>
10910
10911 * inflow.c: Include "gdbcmd.h".
10912 (interactive_mode): New static global, moved here from top.c.
10913 (show_interactive_mode): New function, moved here from top.c.
10914 use gdb_has_a_terminal instead of input_from_terminal_p to
10915 determine the current mode.
10916 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
10917 setting.
10918 (_initialize_inflow): Add the "set/show interactive-mode"
10919 commands. Moved here from top.c, after having adjusted slightly
10920 the help text.
10921 * top.c (interactive_mode, show_interactive_mode): Delete, moved
10922 to inflow.c.
10923 (input_from_terminal_p): Remove handling of "interactive-mode"
10924 setting, moved to infow.c.
10925 (init_main): Remove creation of the "set/show interactive-mode"
10926 commands, moved to inflow.c.
10927
44603653
JB
109282011-01-19 Joel Brobecker <brobecker@adacore.com>
10929
10930 * NEWS: Add entry for native ia64-hpux support.
10931
4694da01
TT
109322011-01-19 Tom Tromey <tromey@redhat.com>
10933
10934 PR mi/8618:
10935 * thread.c (free_thread): Free 'name'.
10936 (print_thread_info): Emit thread name. Change CLI output.
10937 (thread_name_command): New function.
10938 (do_captured_thread_select): Emit newline.
10939 (_initialize_thread): Register 'thread name' command.
10940 * target.h (struct target_ops) <to_thread_name>: New field.
10941 (target_thread_name): New macro.
10942 * target.c (update_current_target): Handle to_thread_name.
10943 * python/py-infthread.c (thpy_get_name): New function.
10944 (thpy_set_name): Likewise.
10945 (thread_object_getset): Add "name".
10946 * linux-nat.c (linux_nat_thread_name): New function.
10947 (linux_nat_add_target): Set to_thread_name.
10948 * gdbthread.h (struct thread_info) <name>: New field.
10949
10d44370
JB
109502011-01-18 Joel Brobecker <brobecker@adacore.com>
10951
10952 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
10953 (ada_val_print_1): Likewise.
10954
e3acb115
JB
109552011-01-18 Joel Brobecker <brobecker@adacore.com>
10956
10957 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
10958 upper limit address is not greater than the function end address
10959 when the upper limit could not be computed using the debugging
10960 info.
10961
dc92e161
TT
109622011-01-17 Tom Tromey <tromey@redhat.com>
10963
10964 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
10965 get_regcomp_error.
10966 * utils.c: Include gdb_regex.h.
10967 (do_regfree_cleanup): New function.
10968 (make_regfree_cleanup): Likewise.
10969 (get_regcomp_error): Likewise.
10970 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
10971
f55af66d
TT
109722011-01-17 Tom Tromey <tromey@redhat.com>
10973
10974 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
10975 re_compile_fastmap.
10976
a5a44b53
PM
109772011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
10978
10979 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
10980 for internal variables.
10981 (last_was_structop): New static variable.
10982 (COMPLETE): New token.
10983 (field_exp): New rule to group all '.' suffix handling.
10984 Add mark_struct_expression calls when approriate to be able
10985 to correctly find fields for completion.
10986 (yylex): Adapt to handle field completion and set INTVAR when
10987 required.
10988
2c291032
YQ
109892011-01-14 Yao Qi <yao@codesourcery.com>
10990
10991 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
10992 save_reggroup, restore_reggroup and all_reggroup.
10993
447b483c
JB
109942011-01-14 Joel Brobecker <brobecker@adacore.com>
10995
10996 * ada-valprint. (ada_printchar): Use the correct type length
10997 in call to ada_emit_char.
10998 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
10999
7b64a93b
PM
110002011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
11001
11002 * solib-som.h (hpux_major_release): Declare variable here.
11003 * solib-som.c: Remove <sys/utsname.h> header.
11004 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
11005 (hpux_major_release): Make global, change default value to
11006 DEFAULT_HPUX_MAJOR_RELEASE.
f2eb0bc8 11007 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
7b64a93b
PM
11008 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
11009 Add "solib-som.h" header.
11010 (set_hpux_major_release): New function.
11011 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
11012
4e18c053
MF
110132011-01-14 Mike Frysinger <vapier@gentoo.org>
11014
11015 * configure.tgt (*-*-uclinux*): Match more Linux os targets
11016
a9df6b22
JB
110172011-01-14 Joel Brobecker <brobecker@adacore.com>
11018
11019 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
11020 new-line at end of warning message.
11021 (ia64_hpux_store_register): Remove trailing new-line at end of
11022 error message.
11023 * ia64-hpux-tdep.c: Rephrase comment.
11024 * solib-ia64-hpux.c (struct dld_info): Change type of field
11025 dld_flags from "long long" to ULONGEST.
11026
ecb956dd
PA
110272011-01-14 Pedro Alves <pedro@codesourcery.com>
11028
11029 * target.h (deprecated_child_ops): Delete declaration.
11030 * target.c (deprecated_child_ops): Delete definition.
11031
76adfcae
PA
110322011-01-14 Pedro Alves <pedro@codesourcery.com>
11033
11034 * Makefile.in (hpux-thread.o): Delete rule.
11035 * configure.ac: Don't check for HPUX DCE threads support.
11036 * configure, config.in: Regenerate.
11037 * hppa-hpux-nat.c (child_suppress_run): Delete.
11038 (hppa_hpux_child_can_run): Delete.
11039 (_initialize_hppa_hpux_nat): Don't override to_can_run.
11040 * hpux-thread.c: Delete.
11041
042e866e
JB
110422011-01-13 Joel Brobecker <brobecker@adacore.com>
11043
11044 * hpux-thread.c (hpux_pid_to_str): Delete.
11045
4ffa5a33
JB
110462011-01-13 Joel Brobecker <brobecker@adacore.com>
11047
11048 * ada-valprint.c (ada_emit_char): Remove strange code.
11049 Check that c is <= UCHAR_MAX before passing it to isascii.
11050 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
11051
de8fa76c
JB
110522011-01-13 Joel Brobecker <brobecker@adacore.com>
11053
11054 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
11055 to the case where instream is stdin.
11056
c4de7027
JB
110572011-01-13 Joel Brobecker <brobecker@adacore.com>
11058
11059 * ia64-tdep.h (struct regcache): Forward declare.
11060 (struct ia64_infcall_ops): New struct type.
11061 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
11062 and "infcall_ops".
11063 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
11064 Renames ia64_find_global_pointer.
11065 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
11066 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
11067 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
11068 methods.
11069 (ia64_infcall_ops): New static global constant.
11070 (ia64_gdbarch_init): Set tdep->infcall_ops.
11071 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
11072 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
11073 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
11074 (ia64_hpux_dummy_code): New static global constant.
11075 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
11076 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
11077 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
11078 New function.
11079 (ia64_hpux_infcall_ops): New static global constant.
11080 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
11081 for inferior function calls to work properly on ia64-hpux.
11082
77ca787b
JB
110832011-01-13 Joel Brobecker <brobecker@adacore.com>
11084
11085 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
11086 * ia64-tdep.h (struct frame_info): forward declaration.
11087 (struct gdbarch_tdep): Add field size_of_register_frame.
11088 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
11089 to determine the size of the register frame.
11090 (ia64_size_of_register_frame): New function.
11091 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
11092 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
11093 (IA64_HPUX_UREG_REASON): New macro.
11094 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
11095 New functions.
11096 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
11097 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
11098 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
11099 objects.
11100
92c9a463
JB
111012011-01-13 Joel Brobecker <brobecker@adacore.com>
11102
11103 Add support for ia64-hpux.
11104 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
11105 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
11106
11107 * configure.host: Add handling for ia64-hpux hosts. Add associated
11108 floatformats.
11109 * configure.tgt: Add handling for ia64-hpux targets.
11110 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
11111 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
11112 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
11113
f688d93f
JB
111142011-01-13 Joel Brobecker <brobecker@adacore.com>
11115
11116 [ttrace] Compute thread list immediately after attach.
11117 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
11118 New subprogram.
11119 (inf_ttrace_attach): Use it.
11120
1b89e62f
JB
111212011-01-13 Joel Brobecker <brobecker@adacore.com>
11122
11123 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
11124 if we could not determine the frame's function address. Instead,
11125 use the frame's PC, and then continue.
11126
3e5e6e2a
JB
111272011-01-13 Joel Brobecker <brobecker@adacore.com>
11128
11129 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
11130 not already defined.
11131
825d6d8a
JB
111322011-01-13 Joel Brobecker <brobecker@adacore.com>
11133
11134 * ia64-tdep.c (ia64_struct_type_p): New function.
11135 (ia64_extract_return_value): Handle integral values that are
11136 less than 8 bytes long.
11137 (ia64_push_dummy_call): Likewise.
11138
7458e667
JB
111392011-01-13 Joel Brobecker <brobecker@adacore.com>
11140
11141 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
11142 floatformat_ia64_ext.
11143 (floatformat_ia64_ext_big): New static const.
11144 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
11145
1b05df00
TT
111462011-01-12 Tom Tromey <tromey@redhat.com>
11147
11148 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
11149 messages.
11150 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
11151 (mi_cmd_thread_list_ids): Likewise.
11152 (mi_cmd_data_list_changed_registers): Likewise.
11153 (mi_cmd_data_list_register_values): Likewise.
11154 (mi_cmd_data_write_register_values): Likewise.
11155 (mi_cmd_data_evaluate_expression): Likewise.
11156 (mi_cmd_data_read_memory): Likewise.
11157 (mi_cmd_data_read_memory_bytes): Likewise.
11158 (mi_cmd_data_write_memory): Likewise.
11159 (mi_cmd_enable_timings): Likewise.
11160 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
11161 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
11162 (mi_cmd_var_delete): Likewise.
11163 (mi_cmd_var_set_format): Likewise.
11164 (mi_cmd_var_show_format): Likewise.
11165 (mi_cmd_var_info_num_children): Likewise.
11166 (mi_cmd_var_list_children): Likewise.
11167 (mi_cmd_var_info_type): Likewise.
11168 (mi_cmd_var_info_expression): Likewise.
11169 (mi_cmd_var_show_attributes): Likewise.
11170 (mi_cmd_var_assign): Likewise.
11171 (mi_cmd_var_update): Likewise.
11172 (mi_cmd_enable_pretty_printing): Likewise.
11173 (mi_cmd_var_set_update_range): Likewise.
11174 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
11175 messages.
11176 (mi_cmd_target_file_put): Likewise.
11177 (mi_cmd_target_file_delete): Likewise.
11178 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
11179 messages.
11180 (mi_cmd_stack_info_depth): Likewise.
11181 (mi_cmd_stack_list_locals): Likewise.
11182 (mi_cmd_stack_list_args): Likewise.
11183 (mi_cmd_stack_select_frame): Likewise.
11184 (mi_cmd_stack_select_frame): Likewise.
11185 (mi_cmd_stack_info_frame): Likewise.
11186 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
11187 messages.
11188 (mi_cmd_file_list_exec_source_files): Likewise.
11189 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
11190 (mi_cmd_env_cd): Likewise.
11191 (mi_cmd_env_path): Likewise.
11192 (mi_cmd_env_dir): Likewise.
11193 (mi_cmd_inferior_tty_show): Likewise.
11194 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
11195 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
11196 (mi_cmd_break_watch): Likewise.
11197
ad422571
TJB
111982011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
11199
11200 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
11201 (ppc_linux_insert_hw_breakpoint): Likewise.
11202 (ppc_linux_remove_hw_breakpoint): Likewise.
11203 (ppc_linux_insert_watchpoint): Likewise.
11204
c2ff108b
JK
112052011-01-12 Andrew Burgess <aburgess@broadcom.com>
11206 Jan Kratochvil <jan.kratochvil@redhat.com>
11207
11208 PR fortran/11104 and DWARF unbound arrays detection.
11209 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
11210 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
11211 unspecified upper bound.
11212 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
11213 variables array_size_array, tmp_type and offset_item. New variable
11214 array. Remove call to f77_get_upperbound. New variables array_type
11215 and index. Call value_subscripted_rvalue for each dimenasion. Remove
11216 the final call to deprecated_set_value_type.
11217
41e8491f
JK
112182011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11219
11220 Make value allocations more lazy.
11221 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
11222 instead of allocate_value and set_value_lazy when possible.
f2eb0bc8 11223 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
41e8491f
JK
11224 instead of allocate_value and set_value_lazy.
11225 * findvar.c (value_of_register_lazy): Likewise.
11226 (read_var_value): Remove V preallocation, call just check_typedef in
f2eb0bc8 11227 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
41e8491f
JK
11228 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
11229 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
11230 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
11231 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
11232 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
11233 the end, remove set_value_lazy there.
11234 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
11235 instead of allocate_value and set_value_lazy when possible.
11236 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
11237 * value.c (allocate_computed_value): Use allocate_value_lazy instead
11238 of allocate_value and set_value_lazy.
11239 (value_from_contents_and_address): Use allocate_value_lazy instead of
11240 allocate_value and set_value_lazy when possible.
11241
b716877b
AB
112422011-01-12 Andrew Burgess <aburgess@broadcom.com>
11243
11244 * disasm.c (dump_insns): Support dumping opcodes for MI.
11245 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
11246 dumping of instruction opcodes.
11247
d5ae309f
JB
112482011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
11249
11250 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
11251 appropiately.
11252
98871305
TT
112532011-01-11 Tom Tromey <tromey@redhat.com>
11254
11255 * thread.c (do_captured_thread_select): Emit newline before
11256 printing frame.
11257
c378eb4e
MS
112582011-01-11 Michael Snyder <msnyder@vmware.com>
11259
11260 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
11261 * score-tdep.c: Ditto.
11262 * score-tdep.h: Ditto.
11263 * ser-base.c: Ditto.
11264 * ser-go32.c: Ditto.
11265 * serial.c: Ditto.
11266 * serial.h: Ditto.
11267 * ser-mingw.c: Ditto.
11268 * ser-pipe.c: Ditto.
11269 * ser-tcp.c: Ditto.
11270 * ser-unix.c: Ditto.
11271 * sh64-tdep.c: Ditto.
11272 * shnbsd-nat.c: Ditto.
11273 * sh-tdep.c: Ditto.
11274 * sh-tdep.h: Ditto.
11275 * solib.c: Ditto.
11276 * solib-darwin.c: Ditto.
11277 * solib-frv.c: Ditto.
11278 * solib.h: Ditto.
11279 * solib-irix.c: Ditto.
11280 * solib-osf.c: Ditto.
11281 * solib-pa64.c: Ditto.
11282 * solib-som.c: Ditto.
11283 * solib-spu.c: Ditto.
11284 * solib-sunos.c: Ditto.
11285 * solib-svr4.c: Ditto.
11286 * solist.h: Ditto.
11287 * sol-thread.c: Ditto.
11288 * somread.c: Ditto.
11289 * source.c: Ditto.
11290 * source.h: Ditto.
11291 * sparc64-linux-tdep.c: Ditto.
11292 * sparc64-tdep.c: Ditto.
11293 * sparc-linux-nat.c: Ditto.
11294 * sparc-linux-tdep.c: Ditto.
11295 * sparc-sol2-nat.c: Ditto.
11296 * sparc-sol2-tdep.c: Ditto.
11297 * sparc-tdep.c: Ditto.
11298 * sparc-tdep.h: Ditto.
11299 * spu-tdep.c: Ditto.
11300 * stabsread.c: Ditto.
11301 * stabsread.h: Ditto.
11302 * stack.c: Ditto.
11303 * symfile.c: Ditto.
11304 * symfile.h: Ditto.
11305 * symmisc.c: Ditto.
11306 * symtab.c: Ditto.
11307 * symtab.h: Ditto.
11308 * target.c: Ditto.
11309 * target-descriptions.c: Ditto.
11310 * target-descriptions.h: Ditto.
11311 * target.h: Ditto.
11312 * target-memory.c: Ditto.
11313 * terminal.h: Ditto.
11314 * thread.c: Ditto.
11315 * top.c: Ditto.
11316 * tracepoint.c: Ditto.
11317 * tracepoint.h: Ditto.
11318 * trad-frame.h: Ditto.
11319 * typeprint.c: Ditto.
11320
581e13c1
MS
113212011-01-11 Michael Snyder <msnyder@vmware.com>
11322
11323 * ui-file.c: Comment cleanup, mostly periods and spaces.
11324 * ui-file.h: Ditto.
11325 * ui-out.c: Ditto.
11326 * ui-out.h: Ditto.
11327 * utils.c: Ditto.
11328 * v850-tdep.c: Ditto.
11329 * valarith.c: Ditto.
11330 * valops.c: Ditto.
11331 * valprint.c: Ditto.
11332 * valprint.h: Ditto.
11333 * value.c: Ditto.
11334 * value.h: Ditto.
11335 * varobj.c: Ditto.
11336 * varobj.h: Ditto.
11337 * vax-tdep.c: Ditto.
11338 * vec.c: Ditto.
11339 * vec.h: Ditto.
11340 * version.h: Ditto.
11341 * windows-nat.c: Ditto.
11342 * windows-tdep.c: Ditto.
11343 * xcoffread.c: Ditto.
11344 * xcoffsolib.c: Ditto.
11345 * xml-support.c: Ditto.
11346 * xstormy16-tdep.c: Ditto.
11347 * xtensa-tdep.c: Ditto.
11348 * xtensa-tdep.h: Ditto.
11349
90e4670f
TJB
113502011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
11351
11352 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
11353 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
11354
e09342b5
TJB
113552011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
11356 Thiago Jung Bauermann <bauerman@br.ibm.com>
11357
11358 Implement support for PowerPC BookE ranged watchpoints.
f2eb0bc8 11359 * breakpoint.h
e09342b5
TJB
11360 (struct breakpoint_ops) <resources_needed>: New method.
11361 Initialize to NULL in all existing breakpoint_ops instances.
11362 (struct breakpoint) <exact>: New field.
11363 (target_exact_watchpoints): Declare external global.
11364 * breakpoint.c (target_exact_watchpoints): New global flag.
11365 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
11366 b->enable_state to bp_enabled before calling
11367 hw_watchpoint_used_count.
11368 (hw_watchpoint_used_count): Iterate over all bp_locations in a
11369 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
11370 if available.
11371 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
11372 if the watchpoint is exact.
11373 (resources_needed_watchpoint): New function.
11374 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
11375 (watch_command_1): Set b->exact if the user asked for an exact
11376 watchpoint and one can be set.
11377 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
11378 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
11379 the user asks for an exact watchpoint and one can be set. Return
11380 number of needed debug registers to watch the expression.
11381 * gdbtypes.c (is_scalar_type): New function, based on
11382 valprint.c:scalar_type_p.
11383 (is_scalar_type_recursive): New function.
11384 * gdbtypes.h (is_scalar_type_recursive): Declare.
11385 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
11386 handle regions when ranged watchpoints are available.
11387 (create_watchpoint_request): New function.
11388 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
11389 create_watchpoint_request.
11390 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
11391 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
11392 `set powerpc' and `show powerpc' commands.
11393 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
11394 Mention documentation comment in the target macro.
11395 (target_region_ok_for_hw_watchpoint): Document return value.
11396
9fa40276
TJB
113972011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
11398
11399 * breakpoint.c (update_watchpoint): Decide on using a software or
11400 hardware watchpoint after the bp_locations are created.
11401
77b06cd7
TJB
114022010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
11403
11404 Convert hardware watchpoints to use breakpoint_ops.
11405 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
11406 <insert_location>: ... this. Return int instead of void.
11407 Accept pointer to struct bp_location instead of pointer to
11408 struct breakpoint. Adapt all implementations.
f2eb0bc8 11409 (breakpoint_ops) <remove>: Rename to...
77b06cd7
TJB
11410 <remove_location>: ... this. Accept pointer to struct bp_location
11411 instead of pointer to struct breakpoint. Adapt all implementations.
11412 * breakpoint.c (insert_catchpoint): Delete function.
11413 (insert_bp_location): Call the watchpoint or catchpoint's
11414 breakpoint_ops.insert method.
11415 (remove_breakpoint_1): Call the watchpoint or catchpoint's
11416 breakpoint_ops.remove method.
11417 (insert_watchpoint, remove_watchpoint): New functions.
11418 (watchpoint_breakpoint_ops): New structure.
11419 (watch_command_1): Initialize the OPS field.
11420 * inf-child.c (inf_child_insert_fork_catchpoint)
11421 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
11422 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
11423 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
11424 Delete functions.
11425 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
11426 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
11427 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
11428 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
11429 * target.c (update_current_target): Change default implementation of
11430 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
11431 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
11432 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
11433 to_set_syscall_catchpoint to return_one.
11434 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
11435 (debug_to_insert_exec_catchpoint): Report return value.
11436 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
11437 (to_insert_exec_catchpoint): Change declaration to return int instead
11438 of void.
11439
9b20d036
MS
114402011-01-11 Michael Snyder <msnyder@vmware.com>
11441
11442 * arm-tdep.c: Internationalization.
11443 * c-lang.c: Ditto.
11444 * charset.c: Ditto.
11445 * fork-child.c: Ditto.
11446 * nto-procfs.c: Ditto.
11447 * ppc-sysv-tdep.c: Ditto.
11448 * procfs.c: Ditto.
11449 * remote-mips.c: Ditto.
11450 * remote.c: Ditto.
11451 * rs6000-nat.c: Ditto.
11452 * rs6000-tdep.c: Ditto.
11453 * target.c: Ditto.
11454 * valops.c: Ditto.
11455 * value.c: Ditto.
11456 * xml-support.c: Ditto.
11457 * mi/mi-cmd-break.c: Ditto.
11458 * mi/mi-cmd-var.c: Ditto.
11459 * mi/mi-interp.c: Ditto.
11460 * mi/mi-main.c: Ditto.
11461
dae477fe
AB
114622011-01-11 Andrew Burgess <aburgess@broadcom.com>
11463
11464 * remote-sim.c (gdbsim_store_register): Update API to
11465 sim_store_register to check more error conditions.
11466
0df8b418
MS
114672011-01-10 Michael Snyder <msnyder@vmware.com>
11468
11469 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
11470 * nto-tdep.c: Ditto.
11471 * nto-tdep.h: Ditto.
11472 * objc-exp.y: Ditto.
11473 * objc-lang.c: Ditto.
11474 * objfiles.c: Ditto.
11475 * objfiles.h: Ditto.
11476 * observer.c: Ditto.
11477 * opencl-lang.c: Ditto.
11478 * osabi.c: Ditto.
11479 * parse.c: Ditto.
11480 * parser-defs.h: Ditto.
11481 * p-exp.y: Ditto.
11482 * p-lang.c: Ditto.
11483 * posix-hdep.c: Ditto.
11484 * ppcbug-rom.c: Ditto.
11485 * ppc-linux-nat.c: Ditto.
11486 * ppc-linux-tdep.c: Ditto.
11487 * ppc-linux-tdep.h: Ditto.
11488 * ppcnbsd-tdep.c: Ditto.
11489 * ppcobsd-tdep.c: Ditto.
11490 * ppcobsd-tdep.h: Ditto.
11491 * ppc-sysv-tdep.c: Ditto.
11492 * ppc-tdep.h: Ditto.
11493 * printcmd.c: Ditto.
11494 * proc-abi.c: Ditto.
11495 * proc-flags.c: Ditto.
11496 * procfs.c: Ditto.
11497 * proc-utils.h: Ditto.
11498 * progspace.h: Ditto.
11499 * prologue-value.c: Ditto.
11500 * prologue-value.h: Ditto.
11501 * psympriv.h: Ditto.
11502 * psymtab.c: Ditto.
11503 * p-typeprint.c: Ditto.
11504 * p-valprint.c: Ditto.
11505 * ravenscar-sparc-thread.c: Ditto.
11506 * ravenscar-thread.c: Ditto.
11507 * ravenscar-thread.h: Ditto.
11508 * record.c: Ditto.
11509 * regcache.c: Ditto.
11510 * regcache.h: Ditto.
11511 * remote.c: Ditto.
11512 * remote-fileio.c: Ditto.
11513 * remote-fileio.h: Ditto.
11514 * remote.h: Ditto.
11515 * remote-m32r-sdi.c: Ditto.
11516 * remote-mips.c: Ditto.
11517 * remote-sim.c: Ditto.
11518 * rs6000-aix-tdep.c: Ditto.
11519 * rs6000-nat.c: Ditto.
11520 * rs6000-tdep.c: Ditto.
11521
0d7a18f7
MS
115222011-01-10 Michael Snyder <msnyder@vmware.com>
11523
11524 * charset.c (validate): Internationalization.
11525 * coffread.c (read_one_sym): Ditto.
11526 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
11527 * h8300-tdep.c (H8300_extract_return_value): Ditto.
11528 * inflow.c (new_tty): Ditto.
11529 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
11530 * m32c-tdep.c (m32c_return_value): Ditto.
11531 * mep-tdep.c (mep_store_return_value): Ditto.
11532 * score-tdep.c (score7_fetch_insn): Ditto.
11533 * ser-mingw.c (pipe_windows_open): Ditto.
11534 * sh64-tdep.c (sh64_extract_return_value): Ditto.
11535 * spu-tdep.c (spu_register_type): Ditto.
11536 * tracepoint.c (trace_find_command): Ditto.
11537 * valarith.c (value_pos): Ditto.
11538
9a153e0b
JB
115392011-01-10 Joel Brobecker <brobecker@adacore.com>
11540
11541 * ada-valprint.c (printstr): Minor comment reformatting.
11542
35ecd2d6
MS
115432011-01-08 Michael Snyder <msnyder@vmware.com>
11544
11545 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
11546 markup.
11547
1777feb0
MS
115482011-01-08 Michael Snyder <msnyder@vmware.com>
11549
11550 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
11551 * hppa-hpux-tdep.c: Ditto.
11552 * hppa-linux-nat.c: Ditto.
11553 * hppa-linux-tdep.c: Ditto.
11554 * hppanbsd-tdep.c: Ditto.
11555 * hppa-tdep.c: Ditto.
11556 * hppa-tdep.h: Ditto.
11557 * hpux-thread.c: Ditto.
11558 * i386-cygwin-tdep.c: Ditto.
11559 * i386-darwin-nat.c: Ditto.
11560 * i386gnu-nat.c: Ditto.
11561 * i386-linux-nat.c: Ditto.
11562 * i386-linux-tdep.c: Ditto.
11563 * i386-nat.c: Ditto.
11564 * i386-nat.h: Ditto.
11565 * i386nbsd-tdep.c: Ditto.
11566 * i386-sol2-nat.c: Ditto.
11567 * i386-stub.c: Ditto.
11568 * i386-tdep.c: Ditto.
11569 * i386-tdep.h: Ditto.
11570 * i387-tdep.c: Ditto.
11571 * ia64-linux-nat.c: Ditto.
11572 * ia64-linux-tdep.c: Ditto.
11573 * ia64-tdep.c: Ditto.
11574 * infcall.c: Ditto.
11575 * infcall.h: Ditto.
11576 * infcmd.c: Ditto.
11577 * inferior.c: Ditto.
11578 * inferior.h: Ditto.
11579 * infloop.c: Ditto.
11580 * inflow.c: Ditto.
11581 * infrun.c: Ditto.
11582 * interps.c: Ditto.
11583 * interps.h: Ditto.
11584 * iq2000-tdep.c: Ditto.
11585 * irix5-nat.c: Ditto.
11586 * jit.c: Ditto.
11587 * jit.h: Ditto.
11588 * jv-exp.y: Ditto.
11589 * jv-lang.c: Ditto.
11590 * jv-lang.h: Ditto.
11591 * jv-typeprint.c: Ditto.
11592 * jv-valprint.c: Ditto.
11593 * language.c: Ditto.
11594 * language.h: Ditto.
11595 * linespec.c: Ditto.
11596 * linux-fork.c: Ditto.
11597 * linux-nat.c: Ditto.
11598 * linux-thread-db.c: Ditto.
11599 * lm32-tdep.c: Ditto.
11600
025bb325
MS
116012011-01-08 Michael Snyder <msnyder@vmware.com>
11602
11603 * m2-exp.y: Comment cleanup, mostly periods and spaces.
11604 * m2-lang.c: Ditto.
11605 * m2-typeprint.c: Ditto.
11606 * m2-valprint.c: Ditto.
11607 * m32c-tdep.c: Ditto.
11608 * m32r-linux-nat.c: Ditto.
11609 * m32r-rom.c: Ditto.
11610 * m32r-tdep.c: Ditto.
11611 * m32r-tdep.h: Ditto.
11612 * m68hc11-tdep.c: Ditto.
11613 * m58klinux-nat.c: Ditto.
11614 * m68k-tdep.c: Ditto.
11615 * m88k-tdep.c: Ditto.
11616 * m88k-tdep.h: Ditto.
11617 * machoread.c: Ditto.
11618 * macrocmd.c: Ditto.
11619 * macroexp.c: Ditto.
11620 * macrotab.c: Ditto.
11621 * main.c: Ditto.
11622 * maint.c: Ditto.
11623 * mdebugread.c: Ditto.
11624 * mdebugread.h: Ditto.
11625 * memattr.c: Ditto.
11626 * memattr.h: Ditto.
11627 * memory-map.h: Ditto.
11628 * mep-tdep.c: Ditto.
11629 * microblaze-rom.c: Ditto.
11630 * microblaze-tdep.c: Ditto.
11631 * minsyms.c: Ditto.
11632 * mips-irix-tdep.c: Ditto.
11633 * mips-linux-nat.c: Ditto.
11634 * mips-linux-tdep.c: Ditto.
11635 * mips-linux-tdep.h: Ditto.
11636 * mipsnbsd-nat.c: Ditto.
11637 * mipsnbsd-tdep.c: Ditto.
11638 * mipsread.c: Ditto.
11639 * mips-tdep.c: Ditto.
11640 * mips-tdep.h: Ditto.
11641 * mn10300-linux-tdep.c: Ditto.
11642 * mn10300-tdep.c: Ditto.
11643 * mn10300-tdep.h: Ditto.
11644 * monitor.c: Ditto.
11645 * monitor.h: Ditto.
11646 * moxie-tdep.c: Ditto.
11647 * moxie-tdep.h: Ditto.
11648 * mt-tdep.c: Ditto.
11649
1642781b
MF
116502011-01-08 Mike Frysinger <vapier@gentoo.org>
11651
11652 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
11653
394b0adb
JB
116542011-01-08 Robert Millan <rmh@gnu.org>
11655
11656 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
11657
b670013c
MS
116582011-01-07 Michael Snyder <msnyder@vmware.com>
11659
11660 * charset.c (_initialize_charset): Fix typo in string.
11661
a743e542
MS
116622011-01-07 Michael Snyder <msnyder@vmware.com>
11663
11664 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
11665 for i18n.
f2eb0bc8 11666 * tui/tui-layout.c (tui_set_layout_for_display_command):
a743e542
MS
11667 Split line so that operator goes to beginning of line.
11668 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
11669 assignment out of if statement.
11670
0963b4bd
MS
116712011-01-07 Michael Snyder <msnyder@vmware.com>
11672
11673 * ada-lang.c: Comment cleanup, mostly periods and spaces.
11674 * ada-lang.h: Ditto.
11675 * ada-tasks.c: Ditto.
11676 * ada-valprint.c: Ditto.
11677 * aix-threads.c: Ditto.
11678 * alpha-linux-nat.c: Ditto.
11679 * alpha-linux-tdep.c: Ditto.
11680 * alpha-mdebug-tdep.c: Ditto.
11681 * alpha-nat.c: Ditto.
11682 * alpha-osf1-tdep.c: Ditto.
11683 * alpha-tdep.c: Ditto.
11684 * alphabsd-nat.c: Ditto.
11685 * alphabsd-tdep.c: Ditto.
11686 * amd64-darwin-tdep.c: Ditto.
11687 * amd64-linux-nat.c: Ditto.
11688 * amd64-linux-tdep.c: Ditto.
11689 * amd64-sol2-tdep.c: Ditto.
11690 * amd64-tdep.c: Ditto.
11691 * amd64-fbsd-tdep.c: Ditto.
11692 * amd64-nbsd-tdep.c: Ditto.
11693 * amd64-obsd-tdep.c: Ditto.
11694 * amd64-linux-nat.c: Ditto.
11695 * amd64-linux-tdep.c: Ditto.
11696 * arm-tdep.c: Ditto.
11697 * arm-tdep.h: Ditto.
11698 * armnbsd-nat.c: Ditto.
11699 * avr-tdep.c: Ditto.
11700 * bfin-tdep.c: Ditto.
11701 * bsd-kvm.c: Ditto.
11702 * c-typeprintc: Ditto.
11703 * c-valprint.c: Ditto.
11704 * coff-pe-read.h: Ditto.
11705 * coffreead.c: Ditto.
11706 * cris-tdep.c: Ditto.
11707 * d-lang.c: Ditto.
11708 * darwin-nat-info.c: Ditto.
11709 * darwin-nat.c: Ditto.
11710 * dbug-rom.c: Ditto.
11711 * dbxread.c: Ditto.
11712 * dcache.c: Ditto.
11713 * dcache.h: Ditto.
11714 * dec-thread.c: Ditto.
11715 * defs.h: Ditto.
11716 * demangle.c: Ditto.
11717 * dicos-tdep.c: Ditto.
11718 * dictionary.c: Ditto.
11719 * dictionary.h: Ditto.
11720 * dink32-rom.c: Ditto.
11721 * disasm.c: Ditto.
11722 * doublest.c: Ditto.
11723 * dsrec.c: Ditto.
11724 * dummy-frame.c: Ditto.
11725 * dwarf2-frame.c: Ditto.
11726 * dwarf2expr.c: Ditto.
11727 * dwarf2loc.c: Ditto.
11728 * dwarf2read.c: Ditto.
11729 * elfread.c: Ditto.
11730 * environ.c: Ditto.
11731 * eval.c: Ditto.
11732 * event-top.h: Ditto.
11733 * exceptions.c: Ditto.
11734 * exceptions.h: Ditto.
11735 * exec.c: Ditto.
11736 * expprint.c: Ditto.
11737 * expression.h: Ditto.
11738 * f-exp.y: Ditto.
11739 * f-lang.c: Ditto.
11740 * f-lang.h: Ditto.
11741 * f-typeprint.c: Ditto.
11742 * f-valprint.c: Ditto.
11743 * fbsd-nat.c: Ditto.
11744 * findvar.c: Ditto.
11745 * fork-child.c: Ditto.
11746 * frame.c: Ditto.
11747 * frame.h: Ditto.
11748 * frv-linux-tdep.c: Ditto.
11749 * frv-tdep.c: Ditto.
11750 * gcore.c: Ditto.
11751 * gdb-stabs.h: Ditto.
11752 * gdb_assert.h: Ditto.
11753 * gdb_string.h: Ditto.
11754 * gdb_thread_db.h: Ditto.
11755 * gdb_wait.h: Ditto.
11756 * gdbarch.sh: Ditto.
11757 * gdbcore.h: Ditto.
11758 * gdbthread.h: Ditto.
11759 * gdbtypes.c: Ditto.
11760 * gdbtypes.h: Ditto.
11761 * gnu-nat.c: Ditto.
11762 * gnu-nat.h: Ditto.
11763 * gnu-v2-abi.c: Ditto.
11764 * gnu-v3-abi.c: Ditto.
11765 * go32-nat.c: Ditto.
11766 * gdbarch.c: Regenerate.
11767 * gdbarch.h: Regenerate.
11768
ac74f770
MS
117692011-01-07 Michael Snyder <msnyder@vmware.com>
11770
11771 * ax-gdb.c: Adjust some long output strings.
11772 * breakpoint.c: Ditto.
11773 * charset.c: Ditto.
11774 * cp-abi.c: Ditto.
11775 * infcall.c: Ditto.
11776 * infrun.c: Ditto.
11777 * linux-nat.c: Ditto.
11778 * solib-pa64.c: Ditto.
11779 * solib-som.c: Ditto.
11780
d8e22779
TT
117812011-01-06 Tom Tromey <tromey@redhat.com>
11782
11783 PR python/12367:
11784 * NEWS: Add item.
11785 * python/python.c (GdbMethods): Add "newest_frame" method.
11786 * python/python-internal.h (gdbpy_newest_frame): Declare.
11787 * python/py-frame.c (gdbpy_newest_frame): New function.
11788
a255712f
PP
117892010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
11790
11791 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
11792 * jit.c (jit_debug): New variable.
11793 (show_jit_debug): New function.
11794 (struct target_buffer): Use ULONGEST.
11795 (bfd_open_from_target_memory): Likewise.
11796 (jit_register_code, jit_inferior_init): Add debug output.
11797 (_initialize_jit): Register "debug jit" command.
11798
ccfc3d6e
TT
117992011-01-06 Tom Tromey <tromey@redhat.com>
11800
11801 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
11802 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
11803 and ARCH_FRAME.
11804
57126e4a
TT
118052011-01-06 Tom Tromey <tromey@redhat.com>
11806
11807 * python/py-frame.c (frapy_block): Use get_frame_block.
11808
16dfc9ce
JB
118092011-01-06 Joel Brobecker <brobecker@adacore.com>
11810
11811 Do not stop on SIGPRIO signals by default
11812 * infrun.c (_initialize_infrun): Unset signal_stop and
11813 signal_print for TARGET_SIGNAL_PRIO.
11814
b1ce2347
JB
118152011-01-06 Joel Brobecker <brobecker@adacore.com>
11816
11817 * ada-tasks.c: Fix style violation in comment.
11818
8f7e195f
JB
118192011-01-06 Joel Brobecker <brobecker@adacore.com>
11820
11821 * linespec.c (decode_compound, find_method): Remove trailing \n
11822 at end of error string.
11823 * solib-irix.c (irix_current_sos): Likewise.
11824 * varobj.c (uninstall_variable): Likewise.
11825
e9bdf92c
JB
118262011-01-06 Joel Brobecker <brobecker@adacore.com>
11827
11828 * copyright.py: New script.
11829 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
11830 Launch emacs without exec'ing. Call copyright.py afterwards.
11831
3e43a32a
MS
118322011-01-05 Michael Snyder <msnyder@vmware.com>
11833
11834 * addrmap.c: Shorten lines of >= 80 columns.
11835 * arch-utils.c: Ditto.
11836 * arch-utils.h: Ditto.
11837 * ax-gdb.c: Ditto.
11838 * ax-general.c: Ditto.
11839 * bcache.c: Ditto.
11840 * blockframe.c: Ditto.
11841 * breakpoint.c: Ditto.
11842 * buildsym.c: Ditto.
11843 * c-lang.c: Ditto.
11844 * c-typeprint.c: Ditto.
11845 * charset.c: Ditto.
11846 * coffread.c: Ditto.
11847 * command.h: Ditto.
11848 * corelow.c: Ditto.
11849 * cp-abi.c: Ditto.
11850 * cp-namespace.c: Ditto.
11851 * cp-support.c: Ditto.
11852 * dbug-rom.c: Ditto.
11853 * dbxread.c: Ditto.
11854 * defs.h: Ditto.
11855 * dfp.c: Ditto.
11856 * dfp.h: Ditto.
11857 * dictionary.c: Ditto.
11858 * disasm.c: Ditto.
11859 * doublest.c: Ditto.
11860 * dwarf2-frame.c: Ditto.
11861 * dwarf2expr.c: Ditto.
11862 * dwarf2loc.c: Ditto.
11863 * dwarf2read.c: Ditto.
11864 * elfread.c: Ditto.
11865 * eval.c: Ditto.
11866 * event-loop.c: Ditto.
11867 * event-loop.h: Ditto.
11868 * exceptions.h: Ditto.
11869 * exec.c: Ditto.
11870 * expprint.c: Ditto.
11871 * expression.h: Ditto.
11872 * f-lang.c: Ditto.
11873 * f-valprint.c: Ditto.
11874 * findcmd.c: Ditto.
11875 * frame-base.c: Ditto.
11876 * frame-unwind.c: Ditto.
11877 * frame-unwind.h: Ditto.
11878 * frame.c: Ditto.
11879 * frame.h: Ditto.
11880 * gcore.c: Ditto.
11881 * gdb-stabs.h: Ditto.
11882 * gdb_assert.h: Ditto.
11883 * gdb_dirent.h: Ditto.
11884 * gdb_obstack.h: Ditto.
11885 * gdbcore.h: Ditto.
11886 * gdbtypes.c: Ditto.
11887 * gdbtypes.h: Ditto.
11888 * inf-ttrace.c: Ditto.
11889 * infcall.c: Ditto.
11890 * infcmd.c: Ditto.
11891 * inflow.c: Ditto.
11892 * infrun.c: Ditto.
11893 * inline-frame.h: Ditto.
11894 * language.c: Ditto.
11895 * language.h: Ditto.
11896 * libunwind-frame.c: Ditto.
11897 * libunwind-frame.h: Ditto.
11898 * linespec.c: Ditto.
11899 * linux-nat.c: Ditto.
11900 * linux-nat.h: Ditto.
11901 * linux-thread-db.c: Ditto.
11902 * machoread.c: Ditto.
11903 * macroexp.c: Ditto.
11904 * macrotab.c: Ditto.
11905 * main.c: Ditto.
11906 * maint.c: Ditto.
11907 * mdebugread.c: Ditto.
11908 * memattr.c: Ditto.
11909 * minsyms.c: Ditto.
11910 * monitor.c: Ditto.
11911 * monitor.h: Ditto.
11912 * objfiles.c: Ditto.
11913 * objfiles.h: Ditto.
11914 * osabi.c: Ditto.
11915 * p-typeprint.c: Ditto.
11916 * p-valprint.c: Ditto.
11917 * parse.c: Ditto.
11918 * printcmd.c: Ditto.
11919 * proc-events.c: Ditto.
11920 * procfs.c: Ditto.
11921 * progspace.c: Ditto.
11922 * progspace.h: Ditto.
11923 * psympriv.h: Ditto.
11924 * psymtab.c: Ditto.
11925 * record.c: Ditto.
11926 * regcache.c: Ditto.
11927 * regcache.h: Ditto.
11928 * remote-fileio.c: Ditto.
11929 * remote.c: Ditto.
11930 * ser-mingw.c: Ditto.
11931 * ser-tcp.c: Ditto.
11932 * ser-unix.c: Ditto.
11933 * serial.c: Ditto.
11934 * serial.h: Ditto.
11935 * solib-frv.c: Ditto.
11936 * solib-irix.c: Ditto.
11937 * solib-osf.c: Ditto.
11938 * solib-pa64.c: Ditto.
11939 * solib-som.c: Ditto.
11940 * solib-sunos.c: Ditto.
11941 * solib-svr4.c: Ditto.
11942 * solib-target.c: Ditto.
11943 * solib.c: Ditto.
11944 * somread.c: Ditto.
11945 * source.c: Ditto.
11946 * stabsread.c: Ditto.
11947 * stabsread.c: Ditto.
11948 * stack.c: Ditto.
11949 * stack.h: Ditto.
11950 * symfile-mem.c: Ditto.
11951 * symfile.c: Ditto.
11952 * symfile.h: Ditto.
11953 * symmisc.c: Ditto.
11954 * symtab.c: Ditto.
11955 * symtab.h: Ditto.
11956 * target-descriptions.c: Ditto.
11957 * target-memory.c: Ditto.
11958 * target.c: Ditto.
11959 * target.h: Ditto.
11960 * terminal.h: Ditto.
11961 * thread.c: Ditto.
11962 * top.c: Ditto.
11963 * tracepoint.c: Ditto.
11964 * tracepoint.h: Ditto.
11965 * ui-file.c: Ditto.
11966 * ui-file.h: Ditto.
11967 * ui-out.h: Ditto.
11968 * user-regs.c: Ditto.
11969 * user-regs.h: Ditto.
11970 * utils.c: Ditto.
11971 * valarith.c: Ditto.
11972 * valops.c: Ditto.
11973 * valprint.c: Ditto.
11974 * valprint.h: Ditto.
11975 * value.c: Ditto.
11976 * varobj.c: Ditto.
11977 * varobj.h: Ditto.
11978 * vec.h: Ditto.
11979 * xcoffread.c: Ditto.
11980 * xcoffsolib.c: Ditto.
11981 * xcoffsolib.h: Ditto.
11982 * xml-syscall.c: Ditto.
11983 * xml-tdesc.c: Ditto.
11984
9a2b4c1b
MS
119852011-01-05 Michael Snyder <msnyder@vmware.com>
11986
11987 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
11988 * cli/cli-decode.c: Ditto.
11989 * cli/cli-dump.c: Ditto.
11990 * cli/cli-logging.c: Ditto.
11991 * cli/cli-script.c: Ditto.
11992 * cli/cli-setshow.c: Ditto.
11993 * common/signals.c: Ditto.
11994 * mi/mi-cmd-break.c: Ditto.
11995 * mi/mi-cmd-disas.c: Ditto.
11996 * mi/mi-cmd-stack.c: Ditto.
11997 * mi/mi-cmd-var.c: Ditto.
11998 * mi/mi-cmds.c: Ditto.
11999 * mi/mi-common.h: Ditto.
12000 * mi/mi-console.c: Ditto.
12001 * mi/mi-interp.c: Ditto.
12002 * mi/mi-main.c: Ditto.
12003 * osf-share/cma_attr.c: Ditto.
12004 * osf-share/cma_deb_core.h: Ditto.
12005 * osf-share/cma_debug_client.h: Ditto.
12006 * osf-share/cma_handle.h: Ditto.
12007 * osf-share/cma_mutex.h: Ditto.
12008 * osf-share/cma_stack_int.h: Ditto.
12009 * osf-share/cma_tcb_defs.h: Ditto.
12010 * python/py-auto-load.c: Ditto.
12011 * python/py-breakpoint.c: Ditto.
12012 * python/py-cmd.c: Ditto.
12013 * python/py-frame.c: Ditto.
12014 * python/py-objfile.c: Ditto.
12015 * python/py-param.c: Ditto.
12016 * python/py-progspace.c: Ditto.
12017 * python/py-symbol.c: Ditto.
12018 * python/py-value.c: Ditto.
12019 * python/python-internal.h: Ditto.
12020 * python/python.c: Ditto.
12021 * tui/tui-data.c: Ditto.
12022 * tui/tui-disasm.c: Ditto.
12023 * tui/tui-hooks.c: Ditto.
12024 * tui/tui-io.c: Ditto.
12025 * tui/tui-layout.c: Ditto.
12026 * tui/tui-regs.c: Ditto.
12027 * tui/tui-source.c: Ditto.
12028 * tui/tui-stack.c: Ditto.
12029 * tui/tui-win.c: Ditto.
12030 * tui/tui-windata.c: Ditto.
12031 * tui/tui-winsource.c: Ditto.
12032
44944448
JB
120332011-01-05 Joel Brobecker <brobecker@adacore.com>
12034
12035 * configure.ac, gdb.1: Copyright year update.
12036
ebedcab5
JK
120372011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12038
12039 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
12040 this_pc_in_block, morestack_msym and morestack_name. Check for
12041 "__morestack" minimal symbol there.
12042
e5cc9f32
JB
120432011-01-03 Joel Brobecker <brobecker@adacore.com>
12044
12045 * symfile.c (find_sym_fns): Add call to dont_repeat.
12046
7b6bb8da
JB
120472011-01-01 Joel Brobecker <brobecker@adacore.com>
12048
12049 Copyright year update in most files (performed by copyright.sh).
12050
71ce852c
JB
120512011-01-01 Joel Brobecker <brobecker@adacore.com>
12052
12053 * top.c (print_gdb_version): Update copyright year in version output.
0e2de366 12054
c3c1ebe8 12055For older changes see ChangeLog-2010.
c906108c
SS
12056\f
12057Local Variables:
12058mode: change-log
12059left-margin: 8
12060fill-column: 74
12061version-control: never
57da7796 12062coding: utf-8
c906108c 12063End:
This page took 1.858265 seconds and 4 git commands to generate.