2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2
3 * python/python.c: Define python_excp_enums.
4 (eval_python_from_control_command): Do not call gdbpy_print_stack.
5 (python_command): Ditto.
6 (gdbpy_print_stack): Rewrite to use new enum constants.
7 (maint_set_python): Remove function.
8 (maint_show_python): Ditto.
9 (_initialize_python): Do not add "maint" commands. Add "set/show
10 python print-stack commands".
11 * NEWS: Update to reflect removal for "maint set/show
12 print-stack"
13
14 2011-12-15 Doug Evans <dje@google.com>
15
16 * exceptions.c (catcher_list_size): New function.
17 (last_message): Delete.
18 (exception_messages, exception_messages_size): New static globals.
19 (throw_it): Use exception_messages array to handle nested calls.
20
21 2011-12-15 Tom Tromey <tromey@redhat.com>
22
23 * symfile.c (symbol_file_add_with_addrs_or_offsets): Remove bad
24 do_cleanups call.
25
26 2011-12-14 Doug Evans <dje@google.com>
27
28 * defs.h (wait_to_die_with_timeout): Declare.
29 * utils.c: #include "gdb_wait.h".
30 (sigalrm_handler, wait_to_die_with_timeout): New functions.
31 * ser-pipe.c: Don't #include "gdb_wait.h".
32 (pipe_close): Give child a chance to die on its own after closing
33 its stdin before SIGTERM'ing it.
34
35 2011-12-14 Joel Brobecker <brobecker@adacore.com>
36 Tom Tromey <tromey@redhat.com>
37
38 * ada-lang.c (add_nonlocal_symbols): Initialize data to
39 all zeros. Remove setting of data.arg_sym to NULL.
40
41 2011-12-14 Pedro Alves <pedro@codesourcery.com>
42
43 PR threads/10729
44
45 * linux-nat.c (linux_nat_new_thread): Change parameter to an lwp
46 pointer.
47 (linux_nat_prepare_to_resume): New global.
48 (lwp_free): New.
49 (purge_lwp_list): Use it.
50 (add_lwp): Call linux_nat_new_thread even on the first LWP.
51 Adjust to interface change.
52 (delete_lwp): Call lwp_free instead of xfree.
53 (detach_callback, linux_nat_detach, resume_lwp, linux_nat_resume)
54 (linux_handle_syscall_trap, linux_handle_extended_wait)
55 (linux_nat_filter_event, resume_stopped_resumed_lwps): Call
56 linux_nat_prepare_to_resume before resuming.
57 (linux_stop_lwp): New.
58 (linux_nat_set_new_thread): Adjust.
59 (linux_nat_set_prepare_to_resume): New.
60 * linux-nat.h (struct arch_lwp_info): Forward declare.
61 (struct lwp_info) <arch_private>: New field.
62 (linux_stop_lwp): Declare.
63 (linux_nat_set_new_thread): Adjust.
64 (linux_nat_set_prepare_to_resume): New.
65
66 * i386-nat.c (DR_NADDR, DR_STATUS, DR_CONTROL)
67 (struct i386_debug_reg_state): Move to i386-nat.h.
68 (dr_mirror): Comment.
69 (i386_debug_reg_state): New.
70 (i386_update_inferior_debug_regs): Simplify.
71 (i386_stopped_data_address): Use the debug register state from the
72 inferior, not from the local cache.
73 * i386-nat.h (struct i386_dr_low_type): Delete reset_addr and
74 unset_status fields. New get_addr and get_control fields.
75 (DR_FIRSTADDR, DR_LASTADDR, DR_CONTROL): Moved from i386-nat.c.
76 (DR_NADDR, DR_STATUS): New.
77 (struct i386_debug_reg_state): Moved from i386-nat.c.
78
79 * amd64-linux-nat.c (struct arch_lwp_info): New.
80 (amd64_linux_dr): Delete global.
81 (amd64_linux_dr_get_addr): New.
82 (amd64_linux_dr_get_control): New.
83 (amd64_linux_dr_unset_status): Delete.
84 (amd64_linux_dr_set_addr): Reimplement.
85 (amd64_linux_dr_reset_addr): Delete.
86 (update_debug_registers_callback): New.
87 (amd64_linux_dr_set_control): Reimplement.
88 (amd64_linux_dr_set_addr): Reimplement.
89 (amd64_linux_prepare_to_resume): New.
90 (amd64_linux_new_thread): Change parameter to an lwp pointer.
91 Reimplement.
92 (_initialize_amd64_linux_nat): No longer install
93 i386_dr_low.reset_addr and i386_dr_low.unset_status. Install
94 amd64_linux_dr_get_control as i386_dr_low.get_control. Install
95 amd64_linux_dr_get_addr as i386_dr_low.get_addr. Install
96 amd64_linux_prepare_to_resume.
97 * i386-linux-nat.c (DR_FIRSTADDR, DR_LASTADDR, DR_STATUS)
98 (DR_CONTROL): Delete.
99 (struct arch_lwp_info): New.
100 (i386_linux_dr): Delete global.
101 (i386_linux_dr_set_control): Reimplement.
102 (i386_linux_dr_get_addr): New.
103 (i386_linux_dr_set_addr): Reimplement.
104 (i386_linux_dr_get_control): New.
105 (update_debug_registers_callback): New.
106 (i386_linux_dr_unset_status): Delete.
107 (i386_linux_dr_set_addr): Reimplement.
108 (i386_linux_prepare_to_resume): New.
109 (i386_linux_new_thread): Change parameter to an lwp pointer.
110 Reimplement.
111 (_initialize_i386_linux_nat): No longer install
112 i386_dr_low.reset_addr and i386_dr_low.unset_status. Install
113 i386_linux_dr_get_control as i386_dr_low.get_control. Install
114 i386_linux_dr_get_addr as i386_dr_low.get_addr. Install
115 i386_linux_prepare_to_resume.
116
117 * arm-linux-nat.c (arm_linux_new_thread): Change parameter to an
118 lwp pointer. Adjust.
119 * ia64-linux-nat.c (ia64_linux_new_thread): Likewise.
120 * mips-linux-nat.c (mips_linux_new_thread): Likewise.
121 * ppc-linux-nat.c (ppc_linux_new_thread): Likewise.
122 * s390-nat.c (s390_fix_watch_points): Likewise.
123
124 * i386-darwin-nat.c (DR_FIRSTADDR, DR_LASTADDR, DR_STATUS)
125 (DR_CONTROL): Delete.
126 (i386_darwin_dr_reset_addr): Delete.
127 (i386_darwin_dr_get_addr): New.
128 (i386_darwin_dr_get_control): New.
129 * go32-nat.c
130 (go32_get_dr7, go32_get_dr): New.
131 (init_go32_ops): No longer install i386_dr_low.reset_addr.
132 Install go32_get_dr7 as i386_dr_low.get_control. Install
133 go32_get_dr as i386_dr_low.get_addr.
134 * i386bsd-nat.c (i386bsd_dr_get): New.
135 (i386bsd_dr_reset_addr): Delete.
136 (i386bsd_dr_get_addr): New.
137 (i386bsd_dr_get_status): Use i386bsd_dr_get.
138 (i386bsd_dr_get_control): New.
139 * i386bsd-nat.h (i386bsd_dr_reset_addr): Delete.
140 (i386bsd_dr_get_addr): New.
141 (i386bsd_dr_get_control): New.
142 * i386fbsd-nat.c (_initialize_i386fbsd_nat): No longer install
143 i386_dr_low.reset_addr and i386_dr_low.unset_status. Install
144 i386bsd_dr_get_control as i386_dr_low.get_control. Install
145 i386bsd_dr_get_addr as i386_dr_low.get_addr.
146 * windows-nat.c (init_windows_ops): No longer install
147 i386_dr_low.reset_addr and i386_dr_low.unset_status. Install
148 cygwin_get_dr7 as i386_dr_low.get_control. Install cygwin_get_dr
149 as i386_dr_low.get_addr.
150 (cygwin_get_dr): New.
151 (cygwin_get_dr7): New.
152
153 2011-12-14 Pedro Alves <pedro@codesourcery.com>
154
155 * ia64-tdep.c (ia64_memory_remove_breakpoint): Use
156 target_write_raw_memory.
157 * m32r-tdep.c (m32r_memory_remove_breakpoint): Use
158 target_write_raw_memory.
159 * microblaze-linux-tdep.c
160 (microblaze_linux_memory_remove_breakpoint): Use
161 target_write_raw_memory.
162 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Use
163 target_write_raw_memory.
164
165 2011-12-14 Joel Brobecker <brobecker@adacore.com>
166
167 * linespec.c (decode_line_internal): Make static.
168
169 2011-12-14 Yao Qi <yao@codesourcery.com>
170
171 * breakpoint.c (create_breakpoint): Set canonical.addr_string
172 for static tracepoint.
173
174 2011-12-13 Joel Brobecker <brobecker@adacore.com>
175
176 GDB 7.4 branch created (branch timestamp: 2011-12-13 13:00 UTC)
177 * version.in: Bump version to 7.4.50.20111213-cvs.
178
179 2011-12-13 Joel Brobecker <brobecker@adacore.com>
180
181 * NEWS: Create a new section for the next release branch.
182 Rename the section of the current branch, now that it has
183 been cut.
184
185 2011-12-11 Joel Brobecker <brobecker@adacore.com>
186
187 * ada-lang.c (ada_exception_support_info_sniffer): Improve
188 error message.
189
190 2011-12-11 Joel Brobecker <brobecker@adacore.com>
191
192 * ada-lang.c (struct ada_inferior_data) [exception_info]:
193 New field.
194 (exception_info): Delete.
195 (ada_exception_support_info_sniffer): Get exception_support_info
196 data from our per-inferior data. Adjust code accordingly.
197 (ada_unhandled_exception_name_addr_from_raise): Likewise.
198 (ada_exception_name_addr_1, ada_exception_sym_name): Ditto.
199 (ada_executable_changed_observer): Delete.
200 (_initialize_ada_language): Remove call to
201 observer_attach_executable_changed.
202
203 2011-12-11 Joel Brobecker <brobecker@adacore.com>
204
205 * ada-lang.c (ada_has_this_exception_support): Raise an error
206 if we could find the Ada exception hook in the Ada runtime,
207 but no debugging info for that hook.
208
209 2011-12-11 Joel Brobecker <brobecker@adacore.com>
210
211 * ada-lang.c (ada_has_this_exception_support): New function,
212 extracted out of ada_exception_sal and ada_exception_sal.
213 (ada_exception_support_info_sniffer): Simplify by using
214 ada_has_this_exception_support.
215 (ada_exception_sal): Replace unnecessary checks by assertions.
216 Minor simplifications.
217
218 2011-12-10 Andrey Smirnov <andrew.smirnov@gmail.com>
219
220 * breakpoint.c (update_global_location_list): Remove nested
221 definition of `b'(-Wshadow).
222
223 2011-12-10 Andrey Smirnov <andrew.smirnov@gmail.com>
224
225 * breakpoint.c (insert_breakpoint_locations): Rename `error' to
226 `error_flag'(-Wshadow).
227
228 2011-12-10 Andrey Smirnov <andrew.smirnov@gmail.com>
229
230 * bfd-target.c (target_bfd_reopen): Rename `bfd' to
231 `abfd'(-Wshadow).
232
233 2011-12-10 Andrey Smirnov <andrew.smirnov@gmail.com>
234
235 * annotate.c (annotate_array_section_begin): Rename `index' to
236 `idx'(-Wshadow).
237
238 2011-12-10 Andrey Smirnov <andrew.smirnov@gmail.com>
239
240 * amd64-tdep.c (amd64_get_unused_input_int_reg): Rename `index' to
241 `idx'(-Wshadow).
242
243 2011-12-10 Andrey Smirnov <andrew.smirnov@gmail.com>
244
245 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Rename
246 `syscall' to `syscall_number'(-Wshadow).
247
248 2011-12-10 Andrey Smirnov <andrew.smirnov@gmail.com>
249
250 * ada-lang.c (remove_extra_symbols): Rename `remove' to
251 `remove_p'(-Wshadow).
252
253 2011-12-10 Andrey Smirnov <andrew.smirnov@gmail.com>
254
255 * ada-exp.y (write_var_or_type): Rename nested `renaming' to
256 `ren_sym'(-Wshadow).
257
258 2011-12-10 Doug Evans <dje@google.com>
259
260 * dwarf2read.c (dwarf2_per_cu_data): Rename debug_type_section to
261 debug_types_section. All uses updated.
262 (partial_read_comp_unit_head): Rename parameter is_debug_type_section
263 to is_debug_types_section.
264
265 * python/py-auto-load.c (source_section_scripts): Call xfree
266 instead of free.
267
268 2011-12-10 Hui Zhu <teawater@gmail.com>
269 Yao Qi <yao@codesourcery.com>
270
271 * tracepoint.c (start_tracing): Clear `inserted' flag.
272
273 2011-12-10 Hui Zhu <teawater@gmail.com>
274
275 * tracepoint.c (create_tsv_from_upload): Change sprintf to xstrprintf.
276
277 2011-12-09 Andrey Smirnov <andrew.smirnov@gmail.com>
278
279 * breakpoint.c (bp_loc_is_permanent): Rename `brk' to
280 `bpoint'(-Wshadow).
281
282 2011-12-09 Andrey Smirnov <andrew.smirnov@gmail.com>
283
284 * breakpoint.c (update_static_tracepoint): Rename nested `sal' and
285 `marker' variables to `sal2' and `tpmarker' respectively
286 (-Wshadow).
287
288 2011-12-09 Andrew Pinski <apinski@cavium.com>
289
290 * linespec.c (hash_address_entry): Use iterative_hash_object on each
291 field rather than the struct itself.
292
293 2011-12-09 Tom Tromey <tromey@redhat.com>
294
295 * breakpoint.c (compare_breakpoints): New function.
296 (clear_command): Remove duplicate breakpoints. Properly clean
297 up.
298
299 2011-12-08 Maciej W. Rozycki <macro@mips.com>
300 Maciej W. Rozycki <macro@codesourcery.com>
301
302 * mips-tdep.c (mips_skip_mips16_trampoline_code): Sign-extend
303 address chunks retrieved from decoded lui/addiu pairs.
304
305 2011-12-08 Maciej W. Rozycki <macro@codesourcery.com>
306
307 * mips-tdep.c (extended_offset): Correct calculation.
308 (unpack_mips16): Correct bitfield positions used for extraction
309 of the immediate argument; fix sign-extension of same.
310 (extended_mips16_next_pc): Correct B instruction's offset
311 calculation. Correct register decoding of the BEQZ and BNEZ
312 as well as jump-register instructions. Handle compact jumps.
313
314 2011-12-08 Tom Tromey <tromey@redhat.com>
315
316 * objfiles.h (struct objfile): Remove obsolete comment.
317 * objfiles.c (build_objfile_section_table): Remove obsolete
318 comment.
319
320 2011-12-07 Stan Shebs <stan@codesourcery.com>
321
322 * MAINTAINERS (Responsible Maintainers): Add Yao Qi as
323 maintainer of the tic6x target.
324
325 2011-12-07 Ulrich Weigand <ulrich.weigand@linaro.org>
326
327 * arm-tdep.h (arm_deal_with_atomic_sequence): Add prototype.
328 * arm-tdep.c (thumb_deal_with_atomic_sequence_raw): New function.
329 (arm_deal_with_atomic_sequence_raw): Likewise.
330 (arm_deal_with_atomic_sequence): Likewise.
331 (arm_software_single_step): Call it.
332 * arm-linux-tdep.c (arm_linux_software_single_step): Likewise.
333
334 2011-12-07 Ulrich Weigand <uweigand@de.ibm.com>
335
336 * s390-tdep.c: Replace "Linux" by "GNU/Linux" in comments
337 where appropriate.
338 * s390-tdep.h: Likewise.
339
340 2011-12-07 Tristan Gingold <gingold@adacore.com>
341
342 * machoread.c (macho_symtab_read): Do not consider N_OPT as
343 a debugging stab. Improve complaint message.
344
345 2011-12-07 Maciej W. Rozycki <macro@codesourcery.com>
346
347 * mips-tdep.c (mips32_scan_prologue): Only update the immediate
348 load adjustment if still within the prologue.
349
350 2011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
351
352 * mips-tdep.c (mips32_next_pc): Fix floating point condition
353 code mask.
354
355 2011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
356
357 * mips-tdep.c (deal_with_atomic_sequence): Fix the handling
358 of BLTZ* and BGEZ* instructions.
359
360 2011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
361
362 * mips-tdep.c (mips_pc_is_mips16): Reverse the order of checks
363 performed to determine whether an address refers to standard
364 MIPS or MIPS16 code.
365 (mips16_next_pc): Use mips_pc_is_mips16 instead of
366 is_mips16_addr.
367
368 2011-12-06 Pedro Alves <pedro@codesourcery.com>
369
370 * breakpoint.c (breakpoint_restore_shadows): Rename to ...
371 (breakpoint_xfer_memory): ... this. Change prototype. Handle
372 memory writes too.
373 * breakpoint.h (breakpoint_restore_shadows): Delete.
374 (breakpoint_xfer_memory): Declare.
375 * mem-break.c (default_memory_insert_breakpoint)
376 (default_memory_remove_breakpoint): Use target_write_raw_memory.
377 (memory_xfer_partial): Rename to ...
378 (memory_xfer_partial_1): ... this. Don't mask out breakpoints
379 here.
380 (memory_xfer_partial): New.
381 (target_write_raw_memory): New.
382 * target.h (target_write_raw_memory): New.
383
384 2011-12-06 Doug Evans <dje@google.com>
385
386 * linespec.c (decode_dollar): Avoid "may be used uninitialized" warning.
387
388 2011-12-06 Joel Brobecker <brobecker@acacore.com>
389
390 * language.h (struct language_defn): Add new component
391 la_symbol_name_compare.
392 * symfile.h (struct quick_symbol_functions): Update the profile
393 of parameter "name_matcher" for the expand_symtabs_matching
394 method. Update the documentation accordingly.
395 * ada-lang.h (ada_name_for_lookup): Add declaration.
396 * ada-lang.c (ada_name_for_lookup): New function, extracted out
397 from ada_iterate_over_symbols.
398 (ada_iterate_over_symbols): Do not encode symbol name anymore.
399 (ada_expand_partial_symbol_name): Adjust profile.
400 (ada_language_defn): Add value for la_symbol_name_compare field.
401 * linespec.c: #include "ada-lang.h".
402 (iterate_name_matcher): Add language parameter. Replace call
403 to strcmp_iw by call to language->la_symbol_name_compare.
404 (decode_variable): Encode COPY if current language is Ada.
405 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust profile
406 of name_matcher parameter. Adjust call to name_matcher.
407 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
408 (expand_partial_symbol_names): Update profile of parameter "fun".
409 * psymtab.h (expand_partial_symbol_names): Update profile of
410 parameter "fun".
411 * symtab.c (demangle_for_lookup): Update function documentation.
412 (search_symbols_name_matches): Add language parameter.
413 (expand_partial_symbol_name): Likewise.
414 * c-lang.c (c_language_defn, cplus_language_defn)
415 (asm_language_defn, minimal_language_defn): Add value for
416 la_symbol_name_compare field.
417 * d-lang.c (d_language_defn): Likewise.
418 * f-lang.c (f_language_defn): Ditto.
419 * jv-lang.c (java_language_defn): Ditto.
420 * m2-lang.c (m2_language_defn): Ditto.
421 * objc-lang.c (objc_language_defn): Ditto.
422 * opencl-lang.c (opencl_language_defn): Ditto.
423 * p-lang.c (pascal_language_defn): Ditto.
424 * language.c (unknown_language_defn, auto_language_defn)
425 (local_language_defn): Ditto.
426
427 2011-12-06 Tom Tromey <tromey@redhat.com>
428
429 * linespec.c (iterate_over_all_matching_symtabs): Use
430 LA_ITERATE_OVER_SYMBOLS.
431 (lookup_prefix_sym, add_matching_symbols_to_info): Likewise.
432 (find_function_symbols, decode_variable): Remove Ada special
433 case.
434 * language.h (struct language_defn) <la_iterate_over_symbols>: New
435 field.
436 (LA_ITERATE_OVER_SYMBOLS): New macro.
437 * language.c (unknown_language_defn, auto_language_defn)
438 (local_language_defn): Update.
439 * c-lang.c (c_language_defn, cplus_language_defn)
440 (asm_language_defn, minimal_language_defn): Update.
441 * d-lang.c (d_language_defn): Update.
442 * f-lang.c (f_language_defn): Update.
443 * jv-lang.c (java_language_defn): Update.
444 * m2-lang.c (m2_language_defn): Update.
445 * objc-lang.c (objc_language_defn): Update.
446 * opencl-lang.c (opencl_language_defn): Update.
447 * p-lang.c (pascal_language_defn): Update.
448 * ada-lang.c (ada_iterate_over_symbols): New function.
449 (ada_language_defn): Update.
450
451 2011-12-06 Tom Tromey <tromey@redhat.com>
452 Joel Brobecker <brobecker@acacore.com>
453
454 PR breakpoints/13105, PR objc/8341, PR objc/8343, PR objc/8366,
455 PR objc/8535, PR breakpoints/11657, PR breakpoints/11970,
456 PR breakpoints/12023, PR breakpoints/12334, PR breakpoints/12856,
457 PR shlibs/8929, PR shlibs/7393:
458 * python/py-type.c (compare_maybe_null_strings): Rename from
459 compare_strings.
460 (check_types_equal): Update.
461 * utils.c (compare_strings): New function.
462 * tui/tui-winsource.c (tui_update_breakpoint_info): Update for
463 location changes.
464 * tracepoint.c (scope_info): Update.
465 (trace_find_line_command): Use DECODE_LINE_FUNFIRSTLINE.
466 * symtab.h (iterate_over_minimal_symbols)
467 (iterate_over_some_symtabs, iterate_over_symtabs)
468 (find_pcs_for_symtab_line, iterate_over_symbols)
469 (demangle_for_lookup): Declare.
470 (expand_line_sal): Remove.
471 * symtab.c (iterate_over_some_symtabs, iterate_over_symtabs)
472 (lookup_symtab_callback): New functions.
473 (lookup_symtab): Rewrite.
474 (demangle_for_lookup): New function, extract from
475 lookup_symbol_in_language.
476 (lookup_symbol_in_language): Use it.
477 (iterate_over_symbols): New function.
478 (find_line_symtab): Update.
479 (find_pcs_for_symtab_line): New functions.
480 (find_line_common): Add 'start' argument.
481 (decode_line_spec): Update. Change argument to 'flags', change
482 interpretation.
483 (append_expanded_sal): Remove.
484 (append_exact_match_to_sals): Remove.
485 (expand_line_sal): Remove.
486 * symfile.h (struct quick_symbol_functions) <lookup_symtab>:
487 Remove.
488 <map_symtabs_matching_filename>: New field.
489 * stack.c (func_command): Only look in the current program space.
490 Use DECODE_LINE_FUNFIRSTLINE.
491 * source.c (line_info): Set pspace on sal. Check program space in
492 the loop. Use DECODE_LINE_LIST_MODE.
493 (select_source_symtab): Use DECODE_LINE_FUNFIRSTLINE.
494 * solib-target.c: Remove DEF_VEC_I(CORE_ADDR).
495 * python/python.c (gdbpy_decode_line): Update.
496 * psymtab.c (partial_map_expand_apply): New function.
497 (partial_map_symtabs_matching_filename): Rename from
498 lookup_partial_symbol. Update arguments.
499 (lookup_symtab_via_partial_symtab): Remove.
500 (psym_functions): Update.
501 * objc-lang.h (parse_selector, parse_method): Don't declare.
502 (find_imps): Update.
503 * objc-lang.c (parse_selector, parse_method): Now static.
504 (find_methods): Change arguments. Fill in a vector of symbol
505 names.
506 (uniquify_strings): New function.
507 (find_imps): Change arguments.
508 * minsyms.c (iterate_over_minimal_symbols): New function.
509 * linespec.h (enum decode_line_flags): New.
510 (struct linespec_sals): New.
511 (struct linespec_result) <canonical>: Remove.
512 <pre_expanded, addr_string, sals>: New fields.
513 (destroy_linespec_result, make_cleanup_destroy_linespec_result)
514 (decode_line_full): Declare.
515 (decode_line_1): Update.
516 * linespec.c (struct address_entry, struct linespec_state, struct
517 collect_info): New types.
518 (add_sal_to_sals_basic, add_sal_to_sals, hash_address_entry)
519 (eq_address_entry, maybe_add_address): New functions.
520 (total_number_of_methods): Remove.
521 (iterate_name_matcher, iterate_over_all_matching_symtabs): New
522 functions.
523 (find_methods): Change arguments. Don't canonicalize input.
524 Simplify logic.
525 (add_matching_methods, add_constructors)
526 (build_canonical_line_spec): Remove.
527 (filter_results, convert_results_to_lsals): New functions.
528 (decode_line_2): Change arguments. Rewrite for new data
529 structures.
530 (decode_line_internal): Rename from decode_line_1. Change
531 arguments. Add cleanups. Update for new data structures.
532 (linespec_state_constructor, linespec_state_destructor)
533 (decode_line_full, decode_line_1): New functions.
534 (decode_indirect): Change arguments. Update.
535 (locate_first_half): Use skip_spaces.
536 (decode_objc): Change arguments. Update for new data structures.
537 Simplify logic.
538 (decode_compound): Change arguments. Add cleanups. Remove
539 fallback code, replace with error.
540 (struct decode_compound_collector): New type.
541 (collect_one_symbol): New function.
542 (lookup_prefix_sym): Change arguments. Update.
543 (compare_symbol_name, add_all_symbol_names_from_pspace)
544 (find_superclass_methods ): New functions.
545 (find_method): Rewrite.
546 (struct symtab_collector): New type.
547 (add_symtabs_to_list, collect_symtabs_from_filename): New
548 functions.
549 (symtabs_from_filename): Change API. Rename from
550 symtab_from_filename.
551 (collect_function_symbols): New function.
552 (find_function_symbols): Change API. Rename from
553 find_function_symbol. Rewrite.
554 (decode_all_digits): Change arguments. Rewrite.
555 (decode_dollar): Change arguments. Use decode_variable.
556 (decode_label): Change arguments. Rewrite.
557 (collect_symbols): New function.
558 (minsym_found): Change arguments. Rewrite.
559 (check_minsym, search_minsyms_for_name)
560 (add_matching_symbols_to_info): New function.
561 (decode_variable): Change arguments. Iterate over all symbols.
562 (symbol_found): Remove.
563 (symbol_to_sal): New function.
564 (init_linespec_result, destroy_linespec_result)
565 (cleanup_linespec_result, make_cleanup_destroy_linespec_result):
566 New functions.
567 (decode_digits_list_mode, decode_digits_ordinary): New functions.
568 * dwarf2read.c (dw2_map_expand_apply): New function.
569 (dw2_map_symtabs_matching_filename): Rename from
570 dw2_lookup_symtab. Change arguments.
571 (dwarf2_gdb_index_functions): Update.
572 * dwarf2loc.c: Remove DEF_VEC_I(CORE_ADDR).
573 * defs.h (compare_strings): Declare.
574 * cli/cli-cmds.c (compare_strings): Move to utils.c.
575 (edit_command, list_command): Use DECODE_LINE_LIST_MODE. Call
576 filter_sals.
577 (compare_symtabs, filter_sals): New functions.
578 * breakpoint.h (struct bp_location) <line_number, source_file>:
579 New fields.
580 (struct breakpoint) <line_number, source_file>: Remove.
581 <filter>: New field.
582 * breakpoint.c (print_breakpoint_location, init_raw_breakpoint)
583 (momentary_breakpoint_from_master, add_location_to_breakpoint):
584 Update for changes to locations.
585 (init_breakpoint_sal): Add 'filter' argument. Set 'filter' on
586 breakpoint.
587 (create_breakpoint_sal): Add 'filter' argument.
588 (remove_sal, expand_line_sal_maybe): Remove.
589 (create_breakpoints_sal): Remove 'sals' argument. Handle
590 pre-expanded sals and the filter.
591 (parse_breakpoint_sals): Use decode_line_full.
592 (check_fast_tracepoint_sals): Use get_sal_arch.
593 (create_breakpoint): Create a linespec_sals. Update.
594 (break_range_command): Use decode_line_full. Update.
595 (until_break_command): Update.
596 (clear_command): Update match conditions for linespec.c changes.
597 Use DECODE_LINE_LIST_MODE.
598 (say_where): Update for changes to locations.
599 (bp_location_dtor): Free 'source_file'.
600 (base_breakpoint_dtor): Free 'filter'. Don't free 'source_file'.
601 (update_static_tracepoint): Update for changes to locations.
602 (update_breakpoint_locations): Disable ranged breakpoint if too
603 many locations match. Update.
604 (addr_string_to_sals): Use decode_line_full. Resolve all sal
605 PCs.
606 (breakpoint_re_set_default): Don't call expand_line_sal_maybe.
607 (decode_line_spec_1): Update. Change argument name to 'flags',
608 change interpretation.
609 * block.h (block_containing_function): Declare.
610 * block.c (block_containing_function): New function.
611 * skip.c (skip_function_command): Update.
612 (skip_re_set): Update.
613 * infcmd.c (jump_command): Use DECODE_LINE_FUNFIRSTLINE.
614 * mi/mi-main.c (mi_cmd_trace_find): Use DECODE_LINE_FUNFIRSTLINE.
615 * NEWS: Add entry.
616
617 2011-12-06 Tom Tromey <tromey@redhat.com>
618
619 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Allow
620 breakpoint's pspace to be NULL.
621 * breakpoint.h (struct breakpoint) <pspace>: Update comment.
622 * breakpoint.c (init_raw_breakpoint): Conditionally set
623 breakpoint's pspace.
624 (init_breakpoint_sal): Don't set breakpoint's pspace.
625 (prepare_re_set_context): Conditionally switch program space.
626 (addr_string_to_sals): Check executing_startup on location's
627 program space.
628
629 2011-12-06 Tom Tromey <tromey@redhat.com>
630
631 * breakpoint.h (enum enable_state) <bp_startup_disabled>: Remove.
632 * breakpoint.c (should_be_inserted): Explicitly check if program
633 space is executing startup.
634 (describe_other_breakpoints): Update.
635 (disable_breakpoints_before_startup): Change executing_startup
636 earlier. Remove loop.
637 (enable_breakpoints_after_startup): Likewise.
638 (init_breakpoint_sal): Don't use bp_startup_disabled.
639 (create_breakpoint): Don't use bp_startup_disabled.
640 (update_global_location_list): Use should_be_inserted.
641 (bkpt_re_set): Update.
642
643 2011-12-06 Tom Tromey <tromey@redhat.com>
644
645 * python/lib/gdb/command/pretty_printers.py
646 (InfoPrettyPrinter.invoke1): Remove extra double quote.
647
648 2011-12-06 Tom Tromey <tromey@redhat.com>
649
650 * NEWS: Add MI news.
651
652 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
653
654 * s390-tdep.h (S390_ORIG_R2_REGNUM): Define.
655 (S390_LAST_BREAK_REGNUM): Likewise.
656 (S390_SYSTEM_CALL_REGNUM): Likewise.
657 (S390_NUM_REGS): Update.
658
659 (s390_regmap_last_break): Add declaration.
660 (s390x_regmap_last_break): Likewise.
661 (s390_regmap_system_call): Likewise.
662
663 (tdesc_s390_linux32v1): Add declaration.
664 (tdesc_s390_linux32v2): Likewise.
665 (tdesc_s390_linux64v1): Likewise.
666 (tdesc_s390_linux64v2): Likewise.
667 (tdesc_s390x_linux64v1): Likewise.
668 (tdesc_s390x_linux64v2): Likewise.
669
670 * s390-tdep.c: Include new target description files
671 "features/s390-linux32v1.c", "features/s390-linux32v2.c",
672 "features/s390-linux64v1.c", "features/s390-linux64v2.c",
673 "features/s390x-linux64v1.c", and "features/s390x-linux64v2.c".
674 (s390_cannot_store_register): New function.
675 (s390_write_pc): Likewise.
676 (s390_dwarf_regmap): Add fields for new registers.
677 (s390_regmap_gregset): Likewise.
678 (s390x_regmap_gregset): Likewise.
679 (s390_regmap_fpregset): Likewise.
680 (s390_regmap_upper): Likewise.
681 (s390_regmap_last_break): New variable.
682 (s390x_regmap_last_break): Likewise.
683 (s390_regmap_system_call): Likewise.
684 (s390_last_break_regset): Likewise.
685 (s390x_last_break_regset): Likewise.
686 (s390_system_call_regset): Likewise.
687 (s390_upper_regset_sections): Rename to ...
688 (s390_linux64_regset_sections): ... this.
689 (s390_linux32_regset_sections): New variable.
690 (s390x_linux64_regset_sections): Likewise.
691 (s390_linux32v1_regset_sections): Likewise.
692 (s390_linux32v2_regset_sections): Likewise.
693 (s390_linux64v1_regset_sections): Likewise.
694 (s390_linux64v2_regset_sections): Likewise.
695 (s390x_linux64v1_regset_sections): Likewise.
696 (s390x_linux64v2_regset_sections): Likewise.
697 (s390_regset_from_core_section): Handle .reg-s390-last-break and
698 .reg-s390-system-call core file sections.
699 (s390_core_read_description): Check for presence of
700 .reg-s390-last-break and .reg-s390-system-call core file
701 sections and return appropriate target description.
702 (s390_gdbarch_init): Detect Linux-specific registers "orig_r2",
703 "last_break" and "system_call" in target description. Install
704 appropriate gdbarch_core_regset_sections array.
705 Call set_gdbarch_cannot_store_register and set_gdbarch_write_pc.
706 (_initialize_s390_tdep): Initialize additional target descriptions.
707
708 * s390-nat.c: Include "elf/common.h".
709 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
710 (have_regset_last_break): New static variable.
711 (have_regset_system_call): Likewise.
712 (s390_native_supply): Handle S390_ORIG_R2_REGNUM.
713 (s390_native_collect): Likewise.
714 (fetch_regset, store_regset, check_regset): New functions.
715 (s390_linux_fetch_inferior_registers): Handle S390_LAST_BREAK_REGNUM
716 and S390_SYSTEM_CALL_REGNUM.
717 (s390_linux_store_inferior_registers): Likewise.
718 (s390_read_description): Check for presence of NT_S390_LAST_BREAK
719 and NT_S390_SYSTEM_CALL regsets and use appropriate description.
720
721 * features/Makefile (WHICH): Add s390-linux32v1, s390-linux64v1,
722 s390x-linux64v1, s390-linux32v2, s390-linux64v2, and s390x-linux64v2.
723 (s390-linux32v1-expedite): Define.
724 (s390-linux32v2-expedite): Likewise.
725 (s390-linux64v1-expedite): Likewise.
726 (s390-linux64v2-expedite): Likewise.
727 (s390x-linux64v1-expedite): Likewise.
728 (s390x-linux64v2-expedite): Likewise.
729
730 * features/s390-linux32.xml: Add orig_r2 register.
731 * features/s390-linux64.xml: Likewise.
732 * features/s390x-linux64.xml: Likewise.
733 * features/s390-linux32v1.xml: New file.
734 * features/s390-linux32v2.xml: Likewise.
735 * features/s390-linux64v1.xml: Likewise.
736 * features/s390-linux64v2.xml: Likewise.
737 * features/s390x-linux64v1.xml: Likewise.
738 * features/s390x-linux64v2.xml: Likewise.
739
740 * features/s390-linux32.c: Regenerate.
741 * features/s390-linux64.c: Likewise.
742 * features/s390x-linux64.c: Likewise.
743 * features/s390-linux32v1.c: New generated file.
744 * features/s390-linux32v2.c: Likewise.
745 * features/s390-linux64v1.c: Likewise.
746 * features/s390-linux64v2.c: Likewise.
747 * features/s390x-linux64v1.c: Likewise.
748 * features/s390x-linux64v2.c: Likewise.
749
750 * regformats/s390-linux32.dat: Regenerate.
751 * regformats/s390-linux64.dat: Regenerate.
752 * regformats/s390x-linux64.dat: Regenerate.
753 * regformats/s390-linux32v1.dat: New generated file.
754 * regformats/s390-linux32v2.dat: Likewise.
755 * regformats/s390-linux64v1.dat: Likewise.
756 * regformats/s390-linux64v2.dat: Likewise.
757 * regformats/s390x-linux64v1.dat: Likewise.
758 * regformats/s390x-linux64v2.dat: Likewise.
759
760 2011-12-05 Pedro Alves <pedro@codesourcery.com>
761
762 * linux-nat.c (resume_stopped_resumed_lwps): Call
763 registers_changed.
764
765 2011-12-05 Pedro Alves <pedro@codesourcery.com>
766
767 * breakpoint.c: Include record.h.
768 (breakpoints_always_inserted_mode): Return false when the record
769 target is in use.
770
771 2011-12-05 Pedro Alves <pedro@codesourcery.com>
772
773 * amd64-linux-nat.c (amd64_linux_dr_get): Remove FIXME comment.
774 Reinstate perror_with_name call on ptrace error. Remove #if 0.
775 * i386-linux-nat.c (i386_linux_dr_get): Likewise.
776 * i386bsd-nat.c (i386bsd_dr_get_status): Likewise.
777
778 2011-12-05 Andrey Smirnov <andrew.smirnov@gmail.com>
779
780 * breakpoint.c (init_breakpoint_sal): Remove nested definitions of
781 `i'(-Wshadow).
782
783 2011-12-05 Andrey Smirnov <andrew.smirnov@gmail.com>
784
785 * bcache.c (bcache): Rename `bcache' to `cache'(-Wshadow).
786
787 2011-12-05 Andrey Smirnov <andrew.smirnov@gmail.com>
788
789 * amd64-tdep.c (amd64_push_dummy_call): Remove nested definition
790 of `tdep'(-Wshadow).
791
792 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
793
794 Fix compilation --without-expat.
795 * solib-svr4.c (svr4_free_so, svr4_free_library_list): Move them here
796 from ...
797 [HAVE_LIBEXPAT] (svr4_free_so, svr4_free_library_list): ... here.
798
799 2011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
800 Jan Kratochvil <jan.kratochvil@redhat.com>
801
802 * Makefile.in (XMLFILES): Add library-list-svr4.dtd.
803 * features/library-list-svr4.dtd: New file.
804 * remote.c (PACKET_qXfer_libraries_svr4): New.
805 (remote_protocol_features): new entry for PACKET_qXfer_libraries_svr4.
806 (remote_xfer_partial): Handle TARGET_OBJECT_LIBRARIES_SVR4.
807 * solib-svr4.c (struct svr4_library_list): New.
808 [HAVE_LIBEXPAT]: Include xml-support.h.
809 [HAVE_LIBEXPAT] (svr4_library_list_start_library)
810 [HAVE_LIBEXPAT] (svr4_library_list_start_list, svr4_library_attributes)
811 [HAVE_LIBEXPAT] (svr4_library_list_children)
812 [HAVE_LIBEXPAT] (svr4_library_list_attributes)
813 [HAVE_LIBEXPAT] (svr4_library_list_elements, svr4_parse_libraries)
814 [HAVE_LIBEXPAT] (svr4_current_sos_via_xfer_libraries)
815 [!HAVE_LIBEXPAT] (svr4_current_sos_via_xfer_libraries): New.
816 (svr4_read_so_list): Extend the corruption message by addresses.
817 (svr4_current_sos): New variable library_list, call
818 svr4_current_sos_via_xfer_libraries.
819 * target.h (enum target_object): New TARGET_OBJECT_LIBRARIES_SVR4.
820
821 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
822
823 PR threads/13448
824 * dwarf2read.c (decode_locdesc): Handle DW_OP_const8u.
825 For DW_OP_GNU_push_tls_address increment the value, new comment for it.
826
827 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
828
829 PR breakpoints/13346
830 * dwarf2read.c (process_psymtab_comp_unit): Set
831 PSYMTABS_ADDRMAP_SUPPORTED.
832 * psympriv.h (struct partial_symtab): Comment textlow and texthigh
833 validity. New field psymtabs_addrmap_supported.
834 * psymtab.c (find_pc_sect_psymtab_closer): New gdb_assert on
835 psymtabs_addrmap_supported.
836 (find_pc_sect_psymtab): Do not fallback to TEXTLOW and TEXTHIGH for
837 !PSYMTABS_ADDRMAP_SUPPORTED.
838 (dump_psymtab, maintenance_info_psymtabs): Print also
839 psymtabs_addrmap_supported.
840
841 2011-12-01 Doug Evans <dje@google.com>
842
843 * python/py-type.c (type_object_methods): Fix "array" doc string.
844
845 2011-12-01 Andrew Burgess <aburgess@broadcom.com>
846
847 * source.c (print_source_lines_base): Fix missing braces on else
848 clause leading to additional output.
849
850 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
851
852 * s390-nat.c (SUBOFF): Remove.
853 (s390_native_supply, s390_native_collect): New functions.
854 (supply_gregset, supply_fpregset): Use s390_native_supply.
855 (fill_gregset, fill_fpregset): Use s390_native_collect.
856
857 * s390-tdep.c (s390_pseudo_register_reggroup_p): Update comment.
858 (s390_unwind_pseudo_register): New function.
859 (s390_prologue_frame_unwind_cache): Unwind PSW address and mask
860 registers instead of PC and CC.
861 (s390_backchain_frame_unwind_cache): Likewise.
862 (s390_sigtramp_frame_unwind_cache): Do not unwind PC, CC, or
863 full GPR pseudos.
864 (s390_trad_frame_prev_register): New function.
865 (s390_frame_prev_register): Use it.
866 (s390_sigtramp_frame_prev_register): Likewise.
867 (s390_dwarf2_prev_register): Use s390_unwind_pseudo_register.
868 (s390_dwarf2_frame_init_reg): Unwind PSW address and mask. Use
869 special callback to unwind any pseudo.
870
871 * features/s390-core32.xml: Add pswm/pswa to save/restore group.
872 * features/s390-core64.xml: Likewise.
873 * features/s390x-core64.xml: Likewise.
874 * features/s390-linux32.c: Regenerate.
875 * features/s390-linux64.c: Likewise.
876 * features/s390x-linux64.c: Likewise.
877
878 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
879
880 * s390-tdep.c (s390_gdbarch_init): Call set_gdbarch_get_siginfo_type.
881
882 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
883
884 * s390-tdep.c (s390_displaced_step_fixup): Fix processing of LARL
885 instruction. Add more diagnostic output.
886
887 2011-11-29 Andrey Smirnov <andrew.smirnov@gmail.com>
888
889 * MAINTAINERS (Write After Approval): Add myself to the list.
890
891 2011-11-29 Sanjoy Das <sdas@igalia.com>
892
893 * jit.c (add_objfile_entry, jit_reader_try_read_symtab)
894 (jit_bfd_try_read_symtab): Fix comments.
895
896 2011-11-28 DJ Delorie <dj@redhat.com>
897
898 * NEWS: Mention RL78 simulator.
899
900 2011-11-28 Joel Brobecker <brobecker@adacore.com>
901
902 * symfile.h (struct quick_symbol_functions): Fix the documentation
903 of field map_matching_symbols, as symbols are sorted using
904 strcmp_iw_ordered, not strcmp_iw.
905
906 2011-11-28 Paul Hilfinger <hilfinger@adacore.com>
907
908 * symfile.h (struct quick_symbol_functions): Update the
909 documentation for field map_matching_symbols.
910
911 2011-11-28 Joel Brobecker <brobecker@adacore.com>
912
913 * ada-lang.c (compare_names): Fix wrong return value in case
914 string1 starts with the same contents as string2, followed
915 by an underscore that do not start a symbol name suffix.
916
917 2011-11-28 Phil Muldoon <pmuldoon@redhat.com>
918
919 PR python/13369
920 PR python/13374
921
922 * python/python.c (gdbpy_decode_line): Do not acquire GIL.
923 * python/py-inferior.c (inferior_to_inferior_object): Ditto.
924 * python/py-value.c (valpy_nonzero): Use TRY_CATCH to catch GDB
925 exceptions.
926 * python/py-type.c (typy_strip_typedefs): Ditto.
927 (typy_legacy_template_argument): Ditto.
928 * python/py-inferior.c (inferior_to_inferior_object): Ditto.
929 * python/py-breakpoint.c (bppy_set_ignore_count): Ditto.
930
931 2011-11-27 Joel Brobecker <brobecker@acacore.com>
932
933 * remote.c (remote_get_tracepoint_status): Delete addrbuf
934 local variable. Avoid use of sprintf_vma.
935
936 2011-11-27 Sanjoy Das <sdas@igalia.com>
937
938 Fix regression in jit.exp.
939 * jit.c (jit_reader_try_read_symtab, jit_bfd_try_read_symtab)
940 (jit_register_code): Set the jit_objfile_data field to the correct
941 value.
942
943 2011-11-25  Uros Bizjak  <ubizjak@gmail.com>
944
945 * alpha-tdep.c (br_opcode): New.
946 (ldl_l_opcode, ldq_l_opcode, stl_c_opcode, stq_c_opcode): Ditto.
947 (alpha_deal_with_atomic_sequence): New function.
948 (alpha_gdbarch_init): Handle single stepping of atomic sequences
949 with alpha_deal_with_atomic_sequence.
950
951 2011-11-24 Tristan Gingold <gingold@adacore.com>
952
953 * machoread.c (oso_el): Remove num_Sections, symbols, offsets
954 fields. Add oso_sym, end_sym and nbr_syms.
955 (macho_register_oso): Change interface.
956 (macho_symtab_add_minsym): New function.
957 (macho_symtab_read): Rewritten.
958 (get_archive_prefix_len): Remove trailing blanks.
959 (oso_el_compare_name): Add comment.
960 (struct macho_sym_hash_entry): New structure.
961 (macho_relocate_common_syms): Remove.
962 (macho_sym_hash_newfunc): New function.
963 (macho_resolve_oso_sym_with_minsym): Likewise.
964 (macho_add_oso_symfile): Rewritten.
965 (macho_symfile_read_all_oso): Remove trailing blanks.
966 Adjust code to free oso vector.
967 (macho_symfile_read): Likewise.
968 Move code to initialize minimal symbol
969
970 2011-11-24 Maciej W. Rozycki <macro@codesourcery.com>
971
972 * mips-tdep.c (extended_offset): Fix formatting.
973
974 2011-11-23 Doug Evans <dje@google.com>
975
976 * dwarf2read.c (dw2_lookup_symtab): Add comment.
977 (dw2_expand_symtabs_with_filename): Ditto.
978 (dw2_expand_symtabs_matching): Ditto.
979 (dw2_map_symbol_filenames): Ditto.
980
981 2011-11-23 Andrey Smirnov <andrew.smirnov@gmail.com>
982
983 * ada-lang.c (assign_aggregate): Minor reformatting.
984
985 2011-11-23 Andrey Smirnov <andrew.smirnov@gmail.com>
986
987 * ada-lang.c (assign_aggregate): Remove declaration of local
988 variable `i' which is shadowing another variable with the same
989 name declared in the outer scope.
990
991 2011-11-23 Joel Brobecker <brobecker@adacore.com>
992
993 * ada-lang.c (get_base_type): Renames base_type. Adjust all
994 calls throughout this file.
995
996 2011-11-23 Joel Brobecker <brobecker@adacore.com>
997
998 * gdb-dlfcn.c (gdb_dlopen): Add missing coma in call to
999 FormatMessage.
1000
1001 2011-11-22 Tom Tromey <tromey@redhat.com>
1002
1003 PR mi/8444:
1004 * mi/mi-common.h (EXEC_ASYNC_SOLIB_EVENT, EXEC_ASYNC_FORK)
1005 (EXEC_ASYNC_VFORK, EXEC_ASYNC_SYSCALL_ENTRY)
1006 (EXEC_ASYNC_SYSCALL_RETURN, EXEC_ASYNC_EXEC): New constants.
1007 * mi/mi-common.c (async_reason_string_lookup): Add new reasons.
1008 * breakpoint.c (print_it_catch_fork, print_it_catch_vfork)
1009 (print_it_catch_syscall, print_it_catch_exec)
1010 (internal_bkpt_print_it): Use ui_out. Emit stop reason.
1011 (bpstat_print): Add 'kind' argument. Handle
1012 TARGET_WAITKIND_LOADED.
1013 * infrun.c (normal_stop): Update for bpstat_print change. Don't
1014 handle TARGET_WAITKIND_LOADED here.
1015 * breakpoint.h (bpstat_print): Update.
1016
1017 2011-11-22 Tom Tromey <tromey@redhat.com>
1018
1019 * mi/mi-interp.c (mi_on_normal_stop): Call bpstat_print.
1020
1021 2011-11-22 Tom Tromey <tromey@redhat.com>
1022
1023 * mi/mi-common.c (_initialize_gdb_mi_common): Remove.
1024 Use static_assert to check the size of
1025 async_reason_string_lookup.
1026 * common/gdb_assert.h (static_assert): New macro.
1027
1028 2011-11-22 Alan Modra <amodra@gmail.com>
1029
1030 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Correct branch
1031 destination calculation. Don't expect >> to sign extend. Don't
1032 add a break if branch lands inside the sequence anywhere.
1033
1034 2011-11-21 Keith Seitz <keiths@redhat.com>
1035
1036 * gdb.mi/mi-var-display.exp: Remove XFAIL for c_variable-7.51,
1037 -var-evaluate-expression of an enumeration and fix expected result.
1038 * gdb.mi/mi2-varvdisplay.exp: Likewise.
1039
1040 2011-11-21 Kwok Cheung Yeung <kcy@codesourcery.com>
1041
1042 * osdata.c (info_osdata_command): Rename nprocs to nrows. Handle
1043 the case where osdata->items is empty. Rename column names to a
1044 canonical form to avoid problems with unusual column names.
1045
1046 2011-11-21 Yao Qi <yao@codesourcery.com>
1047
1048 * MAINTAINERS (Write After Approval): Keep list in alphabetical order.
1049
1050 2011-11-20 Stan Shebs <stan@codesourcery.com>
1051
1052 * NEWS: Mention tracepoint additions.
1053 * breakpoint.h (struct tracepoint): New field traceframe_usage.
1054 * breakpoint.c (print_one_breakpoint_location): Identify
1055 tracepoints as such when reporting hit counts, report
1056 trace buffer usage.
1057 (create_tracepoint_from_upload): Copy status info.
1058 * tracepoint.h (struct trace_status): Rename error_desc to stop_desc,
1059 add fields user_name, notes, start_time, stop_time.
1060 (struct uploaded_tp): Add fields hit_count, traceframe_usage.
1061 * tracepoint.c (trace_user): New global.
1062 (trace_notes): New global.
1063 (trace_stop_notes): New global.
1064 (start_tracing): Add argument and trace note handling.
1065 (stop_tracing): Ditto.
1066 (trace_start_command): Add notes argument.
1067 (trace_stop_command): Ditto.
1068 (trace_status_command): Report additional status info.
1069 (trace_status_mi): Similarly.
1070 (trace_save): Update, record tracepoint status.
1071 (set_disconnected_tracing): Call target method directly.
1072 (send_disconnected_tracing_value): Remove.
1073 (set_trace_user): New function.
1074 (set_trace_notes): New function.
1075 (set_trace_stop_notes): New function.
1076 (parse_trace_status): Handle additional status.
1077 (parse_tracepoint_status): New function.
1078 (parse_tracepoint_definition): Call it.
1079 (tfile_get_tracepoint_status): New function.
1080 (init_tfile_ops): Use it.
1081 (_initialize_tracepoint): Add new setshows.
1082 * target.h (struct target_ops): New methods to_get_tracepoint_status
1083 and to_set_trace_notes.
1084 (target_get_tracepoint_status): New macro.
1085 (target_set_trace_notes): New macro.
1086 * target.c (update_current_target): Add new methods.
1087 * remote.c (remote_get_tracepoint_status): New function.
1088 (remote_set_trace_notes): New function.
1089 (init_remote_ops): Add them.
1090 * mi/mi-main.c (mi_cmd_trace_start): Add argument to call.
1091 (mi_cmd_trace_stop): Ditto.
1092
1093 2011-11-20 Sanjoy Das <sdas@igalia.com>
1094
1095 * jit.c: Include regcache.h.
1096 (jit_gdbarch_data, jit_frame_unwind): New static variables.
1097 (jit_unwind_reg_set_impl, free_reg_value_impl)
1098 (jit_unwind_reg_get_impl, jit_frame_sniffer)
1099 (jit_frame_unwind_stop_reason, jit_frame_this_id)
1100 (jit_frame_prev_register, jit_dealloc_cache)
1101 (jit_prepend_unwinder, jit_gdbarch_data_init): New functions.
1102 (jit_inferior_init): Prepend (new) pseudo unwinder by calling
1103 jit_prepend_unwinder.
1104 (_initialize_jit): Register new gdbarch data jit_gdbarch_data.
1105
1106 2011-11-20 Sanjoy Das <sdas@igalia.com>
1107
1108 * jit.c: Include block.h, dictionary.h and frame-unwind.h.
1109 (add_objfile_entry, jit_target_read_impl, jit_object_open_impl)
1110 (jit_symtab_open_impl, compare_block, jit_block_open_impl)
1111 (jit_symtab_line_mapping_add_impl, jit_symtab_close_impl)
1112 (finalize_symtab, jit_object_close_impl)
1113 (jit_reader_try_read_symtab, jit_bfd_try_read_symtab)
1114 (free_objfile_data): New functions.
1115 (_initialize_jit): Register jit_objfile_data with a proper cleanup
1116 function.
1117
1118 2011-11-20 Sanjoy Das <sdas@igalia.com>
1119
1120 * jit.c: Include gdb-dlfcn.h.
1121 (loaded_jit_reader, reader_init_fn_sym): New static variables.
1122 (jit_reader_load, jit_reader_load_command)
1123 (jit_reader_unload_command): New functions.
1124 (_initialize_jit): Add commands "jit-reader-load" and
1125 "jit-reader-unload".
1126
1127 2011-11-20 Sanjoy Das <sdas@igalia.com>
1128
1129 * Makefile.in: Add gdb-dlfcn.c and gdb-dlfcn.h to build system.
1130 * config.in: Add new #define HAVE_LIBDL.
1131 * configure.ac: Add check for -ldl.
1132 * configure: Re-generated by autoconf.
1133 * gdb-dlfcn.c: New file.
1134 * gdb-dlfcn.h: New file.
1135
1136 2011-11-20 Sanjoy Das <sdas@igalia.com>
1137
1138 * config.in: Add new #defines: JIT_READER_DIR and
1139 JIT_READER_DIR_RELOCATABLE.
1140 * configure.ac: New GDB directory entry for jit-reader-dir.
1141 * configure: Re-generated by autoconf.
1142 * jit.c: New static variable: const char *jit_reader_dir.
1143 (_initialize_jit): Relocate jit_reader_dir.
1144
1145 2011-11-20 Sanjoy Das <sdas@igalia.com>
1146
1147 * Makefile.in: Add jit-reader.h as a header. Have it installed in
1148 $(includedir)/gdb.
1149 * configure.ac: Generate a correct value for TARGET_PTR for
1150 jit-reader.h. Tell configure to generate jit-reader.h from
1151 jit-reader.in.
1152 * configure: Re-generated by autoconf.
1153 * jit-reader.in: New file.
1154 * jit.c: Include jit-reader.h.
1155
1156 2011-11-20 Sanjoy Das <sdas@igalia.com>
1157
1158 * MAINTAINERS (Write After Approval): Add myself to the list.
1159
1160 2011-11-18 Ulrich Weigand <uweigand@de.ibm.com>
1161
1162 * findvar.c (read_frame_register_value): Respect value_offset
1163 of the register value. Remove big-endian special case.
1164
1165 2011-11-18 Tom Tromey <tromey@redhat.com>
1166
1167 PR build/7196:
1168 * remote.c (putpkt_for_catch_errors): New function.
1169 (remote_kill): Use it.
1170
1171 2011-11-18 Yao Qi <yao@codesourcery.com>
1172
1173 * breakpoint.c (create_breakpoint): Produce query message according to
1174 breakpoint's type.
1175 Allocate tracepoint per correct type.
1176 Don't check SALs for pending fast tracepoints.
1177 * tracepoint.c (process_tracepoint_on_disconnect): New.
1178 (disconnect_tracing): Call process_tracepoint_on_disconnect.
1179
1180 2011-11-18 Yao Qi <yao@codesourcery.com>
1181
1182 * breakpoint.c (install_breakpoint): Add one more parameter so that
1183 update_global_location_list is called conditionally.
1184 (create_fork_vfork_event_catchpoint): Update.
1185 (create_syscall_event_catchpoint): Update.
1186 (create_breakpoint_sal): Update.
1187 (create_breakpoint_sal): Update. Call do_cleanups before
1188 install_breakpoint.
1189 * ada-lang.c (create_ada_exception_catchpoint): Update.
1190 * breakpoint.h (install_breakpoint): Update declaration.
1191
1192 2011-11-16 Ulrich Weigand <uweigand@de.ibm.com>
1193
1194 * spu-tdep.c (spu_return_value): Fix handling of
1195 TYPE_CALLING_CONVENTION annotation.
1196
1197 2011-11-16 Ulrich Weigand <uweigand@de.ibm.com>
1198
1199 * skip.c (skip_function_command): Work around uninitialized
1200 variable warning.
1201
1202 2011-11-16 David S. Miller <davem@davemloft.net>
1203
1204 * utils.c (report_command_stats): Cast delta_wall_time 'tv_sec' and
1205 'tv_usec' to long for printf since these fields have a type which
1206 varies.
1207
1208 2011-11-15 Doug Evans <dje@google.com>
1209
1210 * buildsym.c (add_symbol_to_list): Delete outdated comment.
1211
1212 2011-11-15 Paul Koning <paul_koning@dell.com>
1213
1214 * python/py-type.c (typy_get_composite): New function.
1215 (typy_nonzero): New function.
1216 (typy_values): Rename from typy_fields.
1217 (typy_fields): New function.
1218 (typy_length): Raise exception if not struct, union, or enum type.
1219 (typy_getitem): Ditto.
1220 (typy_has_key): Ditto.
1221 (typy_make_iter): Ditto.
1222
1223 2011-11-15 Doug Evans <dje@google.com>
1224
1225 PR gdb/8367
1226 * NEWS: Mention new parameter basenames-may-differ.
1227 * dwarf2read.c (dw2_lookup_symtab): Avoid calling gdb_realpath if
1228 ! basenames_may_differ.
1229 * psymtab.c (lookup_partial_symtab): Ditto.
1230 * symtab.c (lookup_symtab): Ditto.
1231 (basenames_may_differ): New global.
1232 (_initialize_symtab): New parameter basenames-may-differ.
1233 * symtab.h (basenames_may_differ): Declare.
1234
1235 2011-11-15 Pedro Alves <pedro@codesourcery.com>
1236 Luis Machado <lgustavo@codesourcery.com>
1237
1238 * auxv.c: Include observer.h.
1239 (auxv_inferior_data_cleanup): New.
1240 (invalidate_auxv_cache_inf): New.
1241 (invalidate_auxv_cache): New.
1242 (get_auxv_inferior_data): New.
1243 (auxv_inferior_data): New static global.
1244 (auxv_info): New structure.
1245 (target_auxv_search): Use get_auxv_inferior_data instead of
1246 target_read_alloc and don't free cached buffers.
1247 (fprint_target_auxv): Likewise
1248 (_initialize_auxv): Register per-inferior auxv cache and register
1249 observers to invalidate auxv cache when needed.
1250
1251 2011-11-14 Doug Evans <dje@google.com>
1252
1253 PR gdb/7200 Make "!" an alias for "shell".
1254 * NEWS: Add mention.
1255 * cli/cli-cmds.c (init_cli_cmds): Remove xdb_commands condition on
1256 adding "!" command, always add it.
1257 * cli/cli-decode.c (find_command_name_length): Recognize "!" as a
1258 command of length one.
1259
1260 2011-11-14 Stan Shebs <stan@codesourcery.com>
1261 Kwok Cheung Yeung <kcy@codesourcery.com>
1262
1263 * NEWS: Document shorter fast tracepoints and qTMinFTPILen packet.
1264 * i386-tdep.c (i386_fast_tracepoint_valid_at): Query target for
1265 the minimum instruction size for fast tracepoints.
1266 * target.h (struct target_ops): Add new method
1267 to_get_min_fast_tracepoint_insn_len.
1268 (target_get_min_fast_tracepoint_insn_len): New.
1269 * target.c (update_current_target): Set up new target operation.
1270 * remote.c (remote_write_bytes_aux): Fix typo.
1271 (remote_get_min_fast_tracepoint_insn_len): New.
1272 (init_remote_ops): Initialize new field.
1273
1274 2011-11-14 Tom Tromey <tromey@redhat.com>
1275
1276 * tracepoint.c (encode_actions_1): Use the location's gdbarch.
1277 (encode_actions): Likewise.
1278
1279 2011-11-14 Yao Qi <yao@codesourcery.com>
1280
1281 * remote.c (struct remote_state): <install_in_trace> new field.
1282 (PACKET_InstallInTrace): New enum value.
1283 (remote_install_in_trace_feature): Support InstallInTrace.
1284 (remote_supports_install_in_trace): Likewise.
1285 (remote_protocol_features): Likewise.
1286 (_initialize_remote): Likewise.
1287 (remote_can_download_tracepoint): New.
1288 * target.h (struct target): New field
1289 `to_can_download_tracepoint'.
1290 (target_can_download_tracepoint): New macro.
1291 * target.c (update_current_target): Update.
1292 * breakpoint.h (struct bp_location): Add comment on field
1293 `duplicate'.
1294 * breakpoint.c (should_be_inserted): Don't differentiate breakpoint
1295 and tracepoint.
1296 (remove_breakpoints): Don't remove tracepoints.
1297 (tracepoint_locations_match ): New.
1298 (breakpoint_locations_match): Call it.
1299 (disable_breakpoints_in_unloaded_shlib): Handle tracepoint.
1300 (download_tracepoint_locations): New.
1301 (update_global_location_list): Call it.
1302 * tracepoint.c (find_matching_tracepoint): Delete.
1303 (find_matching_tracepoint_location): Renamed from
1304 find_matching_tracepoint. Return bp_location rather than
1305 tracepoint.
1306 (merge_uploaded_tracepoints): Set `inserted' field to 1 if
1307 tracepoint is found.
1308
1309 2011-11-14 Yao Qi <yao@codesourcery.com>
1310
1311 * target.h (struct target): <to_download_tracepoint> Change type
1312 of parameter from tracepoint to bp_location.
1313 * target.c (update_current_target): Update.
1314 * tracepoint.c (start_tracing): Update.
1315 * remote.c (remote_download_tracepoint): Remove loop for each location
1316 of a tracepoint.
1317
1318 2011-11-14 Maciej W. Rozycki <macro@codesourcery.com>
1319
1320 * i386-nat.c (i386_insert_hw_breakpoint): Call
1321 i386_update_inferior_debug_regs.
1322 (i386_remove_hw_breakpoint): Likewise.
1323
1324 2011-11-14 Yao Qi <yao@codesourcery.com>
1325
1326 * breakpoint.c (init_raw_breakpoint): Call
1327 add_location_to_breakpoint to replace duplicated code.
1328 (add_location_to_breakpoint): Adjust the breakpoint's
1329 address prior to allocating a location.
1330
1331 2011-11-12 Matt Rice <ratmice@gmail.com>
1332
1333 * macrocmd.c (macro_no_macro_info): New function.
1334 (macro_expand_command): Use macro_no_macro_info.
1335 (macro_expand_once_command): Ditto.
1336 (info_macro_command): Add argument processing,
1337 move info_definitions_command here.
1338 (_initialize_macrocmd): Remove info definitions command.
1339 Add arguments to info macro help text.
1340 * NEWS: Replace info definitions command with new info macro options.
1341
1342 2011-11-11 Keith Seitz <keiths@redhat.com>
1343
1344 PR gdb/12843
1345 * linespec.c (locate_first_half): Keep ':' if it looks
1346 like it could be part of a Windows path starting with
1347 a drive letter.
1348
1349 2011-11-10 Pedro Alves <pedro@codesourcery.com>
1350
1351 * linux-nat.c (linux_nat_wait): Don't force waking up the event
1352 loop when returning a TARGET_WAITKIND_NO_RESUMED.
1353
1354 2011-11-10 Pedro Alves <pedro@codesourcery.com>
1355
1356 * target.c (target_waitstatus_to_string): Handle
1357 TARGET_WAITKIND_NO_RESUMED.
1358
1359 2011-11-10 Doug Evans <dje@google.com>
1360
1361 * dwarf2read.c (dw2_map_symbol_filenames): New parameter
1362 `need_fullname'.
1363 * psymtab.c (map_symbol_filenames_psymtab): Ditto.
1364 (map_partial_symbol_filenames): Ditto. All callers updated.
1365 * psymtab.h (map_partial_symbol_filenames): Update prototype.
1366 * symfile.h (struct quick_symbol_functions, map_symbol_filenames): New
1367 parameter need_fullname.
1368
1369 * psymtab.c (psymtab_to_fullname): Use cached copy if it exists.
1370 * source.c (symtab_to_fullname): Ditto.
1371
1372 * defs.h (is_cplus_marker, set_demangling_style): Moved to ...
1373 * gdb-demangle.h: ... here. New file.
1374 * demangle.c: #include "gdb-demangle.h".
1375 (_initialize_demangler): Use initialize_file_ftype for prototype.
1376 Move "set demangle" and "set asm-demangle" parameters here from utils.c
1377 (demangle, show_demangle, asm_demangle, show_asm_demangle): Move here
1378 from utils.c
1379 * utils.c: Update. #include "gdb-demangle.h".
1380 * symtab.h (asm_demangle): Delete.
1381 (demangle): Move declaration next to use.
1382 * breakpoint.c: #include "gdb-demangle.h" instead of "demangle.h".
1383 * dwarf2read.c: #include "gdb-demangle.h".
1384 * gnu-v2-abi.c: Ditto.
1385 * jv-typeprint.c: Ditto.
1386 * mdebugread.c: Ditto.
1387 * p-typeprint.c: Ditto.
1388 * stabsread.c: Ditto.
1389 * printcmd.c: Ditto.
1390 (asm_demangle): Delete declaration.
1391 * tui/tui-stack.c: #include "gdb-demangle.h".
1392
1393 * python/py-type.c (typy_fields_items): Call check_typedef.
1394
1395 2011-11-10 Joel Brobecker <brobecker@adacore.com>
1396
1397 * findvar.c (read_frame_register_value): Read the correct bytes
1398 from registers on big-endian architectures.
1399
1400 2011-11-10 Tom Tromey <tromey@redhat.com>
1401
1402 * procfs.c (load_syscalls): Make a cleanup.
1403 (open_procinfo_files): fd==0 is ok.
1404
1405 2011-11-10 Joel Brobecker <brobecker@adacore.com>
1406
1407 * procfs.c (iterate_over_mappings): Call do_cleanups before
1408 returning.
1409
1410 2011-11-09 Doug Evans <dje@google.com>
1411
1412 * gdbtypes.c (check_typedef): Document that this function can
1413 throw an exception.
1414
1415 2011-11-09 Tom Tromey <tromey@redhat.com>
1416
1417 PR c++/13342:
1418 * valops.c (value_full_object): Return early if real type is
1419 smaller than the enclosing type.
1420
1421 2011-11-08 Yao Qi <yao@codesourcery.com>
1422
1423 * amd64-tdep.c (amd64_relocate_instruction): Make it static.
1424
1425 2011-11-08 Meador Inge <meadori@codesourcery.com>
1426
1427 * arm-tdep.c (thumb_analyze_prologue): Always fallback on the SP
1428 register when the frame can't be determined.
1429 * arm-tdep.c (arm_analyze_prologue): Ditto.
1430
1431 2011-11-07 Stan Shebs <stan@codesourcery.com>
1432
1433 * MAINTAINERS: Move Michael Snyder to Past Maintainers.
1434
1435 2011-11-07 Joel Brobecker <brobecker@adacore.com>
1436
1437 * infrun.c (handle_inferior_event): Minor reformatting.
1438
1439 2011-11-05 Doug Evans <dje@google.com>
1440
1441 * source.c (forget_cached_source_info_for_objfile): Move call to
1442 objfile->sf->qf->forget_cached_source_info outside of
1443 ALL_OBJFILE_SYMTABS loop.
1444 (forget_cached_source_info): Delete unused variable `s'.
1445
1446 2011-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1447
1448 * i386-nat.c (dr_ref_count): Remove unused variable.
1449
1450 2011-11-05 Doug Evans <dje@google.com>
1451
1452 * main.c (captured_main): Set lim_at_start before calling
1453 make_command_stats_cleanup.
1454
1455 2011-11-04 Doug Evans <dje@google.com>
1456
1457 * utils.c: #include "timeval-utils.h".
1458 (cmd_stats): Rename start_time to start_cpu_time.
1459 New member start_wall_time.
1460 (report_command_stats): Report wall time.
1461 (make_command_stats_cleanup): Record start wall time.
1462
1463 2011-11-04 Tom Tromey <tromey@redhat.com>
1464
1465 * cp-namespace.c (cp_lookup_symbol_imports): Reindent.
1466
1467 2011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1468
1469 * coff-pe-read.c: Include defs.h before bfd.h.
1470
1471 2011-11-04 Phil Muldoon <pmuldoon@redhat.com>
1472
1473 PR Python/13345
1474
1475 * python/python.c (python_run_simple_file): Expand tilde in path.
1476
1477 2011-11-04 Phil Muldoon <pmuldoon@redhat.com>
1478
1479 PR Python/13363
1480
1481 * python/py-type.c (typy_lookup_type): Do not return a type in
1482 an exception handler.
1483
1484 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1485 Eli Zaretskii <eliz@gnu.org>
1486
1487 * linux-nat.c (_initialize_linux_nat): Improve help
1488 for `info proc stat', `info proc status', `info proc cwd',
1489 `info proc cmdline' and `info proc exe'.
1490
1491 2011-11-02 Stan Shebs <stan@codesourcery.com>
1492
1493 String collection for tracepoints.
1494 * NEWS: Mention string collection.
1495 * common/ax.def (tracenz): New bytecode.
1496 * ax-gdb.h (trace_string_kludge): Declare.
1497 * ax-gdb.c: Include valprint.h and c-lang.h.
1498 (trace_string_kludge): New global.
1499 (gen_traced_pop): Add string case.
1500 (agent_command): Add string case.
1501 * tracepoint.h (decode_agent_options): Declare.
1502 * tracepoint.c: Include cli-utils.h.
1503 (decode_agent_options): New function.
1504 (validate_actionline): Call it.
1505 (encode_actions_1): Ditto.
1506 * target.h (struct target_ops): New method to_supports_string_tracing.
1507 (target_supports_string_tracing): New macro.
1508 * target.c (update_current_target): Add to_supports_string_tracing.
1509 * remote.c (struct remote_state): New field string_tracing.
1510 (remote_string_tracing_feature): New function.
1511 (remote_protocol_features): New feature tracenz.
1512 (remote_supports_string_tracing): New function.
1513 (init_remote_ops): Set to_supports_string_tracing.
1514
1515 2011-11-02 Pedro Alves <pedro@codesourcery.com>
1516 Jan Kratochvil <jan.kratochvil@redhat.com>
1517
1518 * linux-nat.c: Include cli/cli-utils.h.
1519 (enum info_proc_what): New.
1520 (linux_nat_info_proc_cmd): Rename to ...
1521 (linux_nat_info_proc_cmd_1): ... here. Remove variables argv and all.
1522 New parameter what. Initialize cmdline_f, cwd_f, exe_f, mappings_f,
1523 status_f and stat_f from WHAT. Throw error on extra parameters.
1524 (linux_nat_info_proc_cmd, linux_nat_info_proc_cmd_mappings)
1525 (linux_nat_info_proc_cmd_stat, linux_nat_info_proc_cmd_status)
1526 (linux_nat_info_proc_cmd_cwd, linux_nat_info_proc_cmd_cmdline)
1527 (linux_nat_info_proc_cmd_exe, linux_nat_info_proc_cmd_all): New.
1528 (_initialize_linux_nat): New variable info_proc_cmdlist. Install `info
1529 proc mappings', `info proc stat`, `info proc status', `info proc cwd',
1530 `info proc cmdline', `info proc exe' and `info proc all' as real
1531 subcommands of `info proc'.
1532
1533 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
1534
1535 * Makefile.in: (SFILES): Add skip.c.
1536 (HFILES_NO_SRCDIR): Add skip.h.
1537 (COMMON_OBS): Add skip.o.
1538 * skip.h, skip.c: New.
1539 * breakpoint.h (set_default_breakpoint): Remove.
1540 (get_sal_arch): Declare.
1541 * breakpoint.c: Remove default_breakpoint_valid,
1542 default_breakpoint_address, default_breakpoint_symtab,
1543 default_breakpoint_line, default_breakpoint_pspace variables.
1544 (get_sal_arch): Make public.
1545 (set_default_breakpoint): Remove.
1546 (parse_breakpoint_sals, create_breakpoint, clear_command,
1547 decode_line_spec_1): Remove uses of default_breakpoint variables;
1548 replaced with function calls into stack.c.
1549 * cli/cli-cmds.h: Add cmd_list_element *skiplist.
1550 * cli/cli-cmds.c: Add skiplist.
1551 (init_cmd_lists): Initialize skiplist.
1552 (init_cli_cmds): Fix comment (classes of commands appear in
1553 alphabetical order).
1554 * infrun.c (handle_inferior_event): Add check that we don't step into
1555 a function whose pc is marked for skip.
1556 * stack.c: Declare last_displayed_sal_valid, last_displayed_pspace,
1557 last_displayed_addr, last_displayed_symtab, last_displayed_line
1558 variables.
1559 (set_last_displayed_sal): New static function.
1560 (print_frame_info): Switch call to set_default_breakpoint to call to
1561 set_last_displayed_sal.
1562 (clear_last_displayed_sal, last_displayed_sal_is_valid,
1563 get_last_displayed_pspace, get_last_displayed_addr,
1564 get_last_displayed_symtab, get_last_displayed_line,
1565 get_last_displayed_sal): New public functions.
1566 * stack.h (clear_last_displayed_sal, last_displayed_sal_is_valid,
1567 get_last_displayed_pspace, get_last_displayed_addr,
1568 get_last_displayed_symtab, get_last_displayed_line,
1569 get_last_displayed_sal): Declare.
1570
1571 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
1572
1573 * MAINTAINERS (Write After Approval): Add myself to the list.
1574
1575 2011-10-29 Yao Qi <yao@codesourcery.com>
1576
1577 * infcmd.c (disconnect_command): Call disconnect_tracing.
1578
1579 2011-10-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1580
1581 Code cleanup.
1582 * symtab.c (skip_prologue_sal): Code reformatting.
1583
1584 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1585
1586 PR symtab/13208
1587 * jit.c (jit_register_code): Remove unused variable my_cleanups. Check
1588 for NULL from bfd_open_from_target_memory. Fix ownership of NBFD and
1589 SAI.
1590
1591 2011-10-28 Pedro Alves <pedro@codesourcery.com>
1592
1593 * linux-nat.c (linux_nat_filter_event): Remove `options'
1594 parameter, and dead code that used it. If we're handling a
1595 PTRACE_EVENT_EXEC event, and the thread group leader is no longer
1596 in our lwp list, re-add it.
1597 (check_zombie_leaders): New.
1598 (linux_nat_wait_1): Remove `options' and `pid' locals. Always
1599 wait for children with WNOHANG, and always wait for all children.
1600 Don't check for no resumed children upfront. Simplify wait loop.
1601 Check for zombie thread group leaders after handling all wait
1602 statuses. Return TARGET_WAITKIND_NO_RESUMED if there no
1603 unwaited-for children left.
1604 * infrun.c (fetch_inferior_event): Handle TARGET_WAITKIND_NO_RESUMED.
1605 (handle_inferior_event): Handle TARGET_WAITKIND_NO_RESUMED.
1606 (normal_stop): Handle TARGET_WAITKIND_NO_RESUMED.
1607 * target.h (enum target_waitkind) <TARGET_WAITKIND_NO_RESUMED>: New.
1608
1609 2011-10-28 Sterling Augustine <saugustine@google.com>
1610
1611 * psymtab.c (map_symbol_filenames_psymtab): Call QUIT.
1612 * symtab.c (free_completion_list): New function.
1613 (do_free_completion_list): Likewise.
1614 (default_make_symbol_completion_list_break_on): New variable
1615 back_to. Call make_cleanup and discard_cleanups.
1616 (make_source_files_completion_list): Likewise.
1617
1618 2011-10-28 Paul Koning <paul_koning@dell.com>
1619
1620 * python/lib/gdb/types.py (deep_items): Rename from deepitems.
1621 * NEWS: Mention deep_items.
1622
1623 2011-10-28 Alen Skondro <askondro@gmail.com>
1624
1625 * ser-tcp.c [USE_WIN32API] (ETIMEDOUT): Don't define if already
1626 defined.
1627
1628 2011-10-27 Meador Inge <meadori@codesourcery.com>
1629
1630 * MAINTAINERS (Write After Approval): Add myself to the list.
1631
1632 2011-10-27 Joel Brobecker <brobecker@adacore.com>
1633
1634 * value.h (read_frame_register_value): Add declaration.
1635 * findvar.c (read_frame_register_value): New function.
1636 (value_from_register): Use read_frame_register_value
1637 instead of get_frame_register_value + value_contents_copy
1638 to get value contents.
1639
1640 2011-10-27 Doug Evans <dje@google.com>
1641
1642 * cli/cli-cmds.c (source_script_with_search): Pass full path to
1643 source_script_from_stream if it may have been found on the search path.
1644 * python/py-auto-load.c (source_section_scripts): Pass full path to
1645 source_python_script_for_objfile.
1646 * python/python.c (source_python_script): Delete stream parameter.
1647 All callers updated.
1648 (source_python_script_for_objfile): Ditto.
1649 * python/python-internal.h (source_python_script_for_objfile): Update.
1650 * python/python.h (source_python_script): Update.
1651
1652 2011-10-27 Tom Tromey <tromey@redhat.com>
1653
1654 * ada-lang.h (ada_start_decode_line_1, ada_finish_decode_line_1)
1655 (ada_sals_for_line): Remove declarations.
1656
1657 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
1658
1659 Move unwind reasons to an external .def file
1660 * frame.c (frame_stop_reason_string): Rewrite using
1661 unwind_stop_reasons.def.
1662 * frame.h (enum unwind_stop_reason): Likewise.
1663 * python/py-frame.c (gdbpy_initialize_frames): Likewise.
1664 (gdbpy_frame_stop_reason_string): Use new enum unwind_stop_reason
1665 constants for bound-checking.
1666 * unwind_stop_reasons.def: New file.
1667 * stack.c (backtrace_command_1): Handle UNWIND_FIRST_ERROR as an alias
1668 instead of a distinct value.
1669
1670 2011-10-27 Phil Muldoon <pmuldoon@redhat.com>
1671
1672 PR python/13331
1673
1674 * python/py-function.c (fnpy_call): Check 'args' is not NULL.
1675 (convert_values_to_python): Return on Python tuple allocation
1676 failure. Return NULL on value conversion error.
1677
1678 2011-10-27 Phil Muldoon <pmuldoon@redhat.com>
1679
1680 * python/py-breakpoint.c (bppy_set_enabled): Use TRY_CATCH.
1681 (bppy_set_task): Ditto.
1682 (bppy_delete_breakpoint): Ditto.
1683 * python/py-symbol.c (gdbpy_lookup_symbol): Ditto.
1684 (gdbpy_lookup_global_symbol): Ditto.
1685 * python/py-lazy-string.c (stpy_convert_to_value): Ditto.
1686 * python/py-frame.c (frapy_is_valid): Ditto.
1687 (frame_info_to_frame_object): Ditto.
1688 * python/py-type.c (typy_lookup_type): Ditto.
1689 (typy_getitem): Ditto.
1690 (typy_has_key): Ditto.
1691 (typy_richcompare): Use TRY_CATCH. Do not return Py_NE on error.
1692
1693 2011-10-26 Joel Brobecker <brobecker@adacore.com>
1694
1695 * gdbarch.h: Regenerate.
1696
1697 2011-10-26 Meador Inge <meadori@codesourcery.com>
1698
1699 * gdbarch.sh (function_list): Use 'pstring' when printing
1700 'gcore_bfd_target'.
1701 * gdbarch.c: Regenerate.
1702
1703 2011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
1704
1705 * regcache.c (registers_changed_ptid): Invalidate thread architecture
1706 and frame caches if PTID refers to all threads of a process.
1707
1708 2011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
1709
1710 * spu-tdep.c (spu_catch_start): Pass non-NULL breakpoint ops
1711 to create_breakpoint.
1712
1713 2011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
1714
1715 * ppc-sysv-tdep.c (ppc_sysv_use_opencl_abi): New function.
1716 (ppc_sysv_abi_push_dummy_call): Use it.
1717 (do_ppc_sysv_return_value): Likewise.
1718 (ppc64_sysv_abi_push_dummy_call): Likewise.
1719 (ppc64_sysv_abi_return_value): Likewise.
1720
1721 2011-10-26 Paul Koning <paul_koning@dell.com>
1722
1723 * python/lib/gdb/types.py (deepitems): New function.
1724
1725 2011-10-25 Paul Koning <paul_koning@dell.com>
1726
1727 PR python/13327
1728
1729 * python/py-value.c (value_to_value_object): Remove fetching of
1730 the value if it was lazy.
1731 (valpy_get_is_lazy): New function.
1732 (valpy_fetch_lazy): New function.
1733
1734 2011-10-24 Joel Brobecker <brobecker@adacore.com>
1735
1736 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Do not check
1737 FUNC_TYPE's calling convention if FUNC_TYPE is not a function.
1738
1739 2011-10-24 Pedro Alves <pedro@codesourcery.com>
1740
1741 * linux-nat.c (linux_handle_extended_wait): When handling a clone
1742 event, in non-stop, if not stopping, make sure the new lwp has
1743 last_resume_kind set to resume_continue. Assert that when we're
1744 resuming the new lwp, its last_resume_kind is resume_continue.
1745
1746 2011-10-24 Pedro Alves <pedro@codesourcery.com>
1747
1748 * infrun.c (handle_inferior_event): Don't assume inferior_ptid is
1749 already set when marking the event thread as not executing in
1750 non-stop mode.
1751
1752 2011-10-24 Pedro Alves <pedro@codesourcery.com>
1753
1754 * infrun.c (handle_inferior_event): Add debug output for
1755 TARGET_WAITKIND_NO_HISTORY.
1756
1757 2011-10-24 Phil Muldoon <pmuldoon@redhat.com>
1758
1759 * NEWS: Move set/show extended-prompt to "New Options". Expand
1760 description. Fix typos.
1761
1762 2011-10-24 Phil Muldoon <pmuldoon@redhat.com>
1763
1764 PR python/13310
1765
1766 * python/py-param.c (call_doc_function): Correctly deference on
1767 function exit.
1768
1769 2011-10-21 Joel Brobecker <brobecker@adacore.com>
1770
1771 * ada-tasks.c (print_ada_task_info): Fix computation of
1772 number of tasks displayed in command output.
1773
1774 2011-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1775 Ulrich Weigand <uweigand@de.ibm.com>
1776
1777 * dwarf2-frame-tailcall.c: Include dwarf2-frame.h.
1778 (dwarf2_tailcall_prev_register_first): Use dwarf2_frame_cfa.
1779 (dwarf2_tailcall_sniffer_first): Remove variable pc_regnum. Replace
1780 gdbarch_pc_regnum and frame_unwind_register_unsigned by
1781 gdbarch_unwind_pc.
1782
1783 2011-10-20 Cary Coutant <ccoutant@google.com>
1784
1785 * dwarf2read.c (dw2_get_file_names): Move adjustment for type
1786 section to...
1787 (partial_read_comp_unit_head): ...here. Add is_debug_type_section
1788 flag. Adjust all callers.
1789 (process_psymtab_comp_unit): Remove adjustment for type section.
1790
1791 2011-10-20 Aleksandar Ristovski <aristovski@qnx.com>
1792
1793 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Changed function
1794 arguments by adding OBJFILE. Instead of getting objfile from
1795 symbol's symtab, use new argument OBJFILE.
1796 * cp-support.h (cp_scan_for_anonymous_namespaces): Changed function
1797 arguments by adding OBJFILE.
1798 * gdb/dwarf2read.c (new_symbol_full): Change call to
1799 cp_scan_for_anonymous_namespaces to match new signature.
1800 * gdb/stabsread.c (define_symbol): Change call to
1801 cp_scan_for_anonymous_namespaces to match new signature.
1802
1803 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1804
1805 PR python/13308
1806 PR python/13309
1807
1808 * python/py-breakpoint.c (gdbpy_breakpoints): Fix List reference
1809 leak.
1810 * python/py-inferior.c (gdbpy_inferiors): Fix List reference
1811 leak. Delete unused variables.
1812
1813 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1814
1815 PR python/12656
1816
1817 * python/py-frame.c (frapy_read_var): Use const struct *block.
1818 * python/py-type.c (typy_lookup_typename): Likewise.
1819 (typy_lookup_type): Likewise.
1820 (typy_legacy_template_argument): Likewise.
1821 (typy_template_argument): Likewise.
1822 (gdbpy_lookup_type): Likewise.
1823 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
1824 * python/py-block.c (blpy_block_object): Likewise.
1825 (blpy_iter): Likewise.
1826 (blpy_get_start): Likewise.
1827 (blpy_get_end): Likewise.
1828 (blpy_get_function): Likewise.
1829 (blpy_get_superblock): Likewise.
1830 (set_block): Likewise.
1831 (block_to_block_object): Likewise.
1832 (block_object_to_block): Likewise.
1833 (blpy_is_valid): Likewise.
1834 (blpy_get_global_block): New function.
1835 (blpy_get_static_block): New function.
1836 (blpy_is_global): New function.
1837 (blpy_is_static): New function.
1838 * blockframe.c (block_innermost_frame): Likewise.
1839 * valops.c (value_of_variable): Likewise.
1840 * frame.h: Update prototypes.
1841 * python/python-internal.h: Likewise.
1842 * value.h: Likewise.
1843
1844 2011-10-19 Cary Coutant <ccoutant@google.com>
1845
1846 * dwarf2read.c (create_debug_types_hash_table): Fix size of
1847 type_offset field.
1848
1849 2011-10-19 Cary Coutant <ccoutant@google.com>
1850
1851 * dwarf2read.c (peek_abbrev_code): New function.
1852 (dw2_get_file_names): Check for dummy compilation units.
1853 (create_debug_types_hash_table): Likewise.
1854 (process_psymtab_comp_unit): Likewise.
1855 (load_partial_comp_unit): Likewise.
1856 (load_full_comp_unit): Likewise.
1857
1858 2011-10-18 Aleksandar Ristovski <aristovski@qnx.com>
1859
1860 * solib-svr4.c (read_program_header): New variables pt_phdr, pt_phdr_p,
1861 initialize them from target PT_PHDR p_vaddr, relocate sect_addr by
1862 pt_phdr if PT_PHDR was found.
1863
1864 2011-10-17 Joost van der Sluis <joost@cnoc.nl>
1865
1866 * gdbtypes.h: Added TYPE_SAFE_NAME macro to get the name of a
1867 type or "<unnamed type"> when there is no name assigned.
1868 * gnu-v3-abi.c (gnuv3_rtti_type): Use TYPE_SAFE_NAME macro to
1869 avoid a sigint when no name is assigned.
1870
1871 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1872
1873 Revert:
1874 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1875 * dwarf2expr.c (ctx_no_read_reg): New function.
1876 * dwarf2expr.h (ctx_no_read_reg): New declaration.
1877 * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
1878 (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
1879 (decode_locdesc): Replace by a caller of dwarf_expr_eval.
1880
1881 2011-10-16 Doug Evans <dje@google.com>
1882
1883 * NEWS: Document python gdb.printing.register_pretty_printer's new
1884 `replace' parameter.
1885
1886 2011-10-14 Keith Seitz <keiths@redhat.com>
1887
1888 PR c++/13225
1889 * eval.c (evaluate_subexp_standard): Do not construct
1890 an array of types; pass the value array directly to
1891 find_overload_match.
1892 * gdbtypes.h (NULL_POINTER_CONVERSION_BADNESS): Declare.
1893 (rank_function): Take an array of values instead of types.
1894 (rank_one_type): Add struct value * parameter.
1895 * gdbtypes.c (NULL_POINTER_CONVERSION_BADNESS): Define.
1896 (rank_function): For each argument, pass the argument's
1897 value to rank_one_type.
1898 (rank_one_type): Add VALUE parameter.
1899 If the parameter type is a pointer and the argument type
1900 is an integer, return NULL_POINTER_CONVERSION_BADNESS if
1901 VALUE is zero.
1902 Update all calls to rank_one_type, passing NULL for new
1903 VALUE parameter.
1904 * valarith.c (value_user_defined_cpp_op): Do not construct
1905 an array of types; pass the value array directly to
1906 find_overload_match.
1907 * valops.c (find_overload_method_list): Take an array of
1908 values instead of types.
1909 Save the type of OBJP for later use.
1910 Update calls to find_oload_champ, and find_oload_champ_namespace.
1911 (find_oload_champ_namespace): Take an array of values instead
1912 of types.
1913 (find_oload_champ_namespace_loop): Likewise.
1914 (find_oload_champ): Likewise.
1915 (classify_oload_match): Inspect all arguments
1916 until INCOMPATIBLE is found. Return the worst badness found
1917 otherwise.
1918 (compare_parameters): Update call to rank_one_type.
1919 * value.h (find_overload_match): Take an array of values instead
1920 of types.
1921
1922 2011-10-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1923
1924 Drop lazy lm_info reading.
1925 * solib-svr4.c (struct lm_info): Remove field lm. New fields l_addr_p,
1926 l_addr_inferior, l_ld, l_next, l_prev and l_name.
1927 (lm_info_read): New function.
1928 (lm_addr_from_link_map, lm_dynamic_from_link_map): Remove.
1929 (lm_addr_check): Use l_addr_p. No longer use lm_addr_from_link_map and
1930 lm_dynamic_from_link_map.
1931 (lm_next, lm_prev, lm_name): Remove.
1932 (svr4_keep_data_in_core): Use lm_info_read, drop the lm_info entries
1933 initialization incl. read_memory. No longer use lm_name.
1934 (svr4_free_so): Drop lm_info->lm freeing.
1935 (svr4_default_sos): Initialize lminfo with zeroes. Use l_addr_p. Drop
1936 explicit lm_addr and lm initialization.
1937 (svr4_read_so_list): Use lm_info_read, drop the initailization of
1938 fields by hand, incl. read_memory. No longer use lm_next, lm_prev and
1939 lm_name.
1940
1941 2011-10-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1942 Paul Pluzhnikov <ppluzhnikov@google.com>
1943
1944 * defs.h (struct so_list): New forward declaration.
1945 (make_cleanup_free_so): New declaration.
1946 * solib-svr4.c (ignore_first_link_map_entry): Remove.
1947 (svr4_free_so): Move the function here from downwards. Handle NULL
1948 so->lm_info.
1949 (svr4_free_library_list): New.
1950 (svr4_read_so_list): New, moved here code from svr4_current_sos.
1951 Use more cleanups. Use new parameter ignore_first instead of
1952 ignore_first_link_map_entry.
1953 (svr4_current_sos): New variable ignore_first, initialize it. New
1954 variable back_to, use it for svr4_free_library_list protection.
1955 (svr4_free_so): Remove - move upwards.
1956 * utils.c: Include solist.h.
1957 (do_free_so, make_cleanup_free_so): New functions.
1958
1959 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1960
1961 Fix internal error regression.
1962 * value.c (value_primitive_field): Handle value_optimized_out. Move
1963 packed bitfields comment.
1964
1965 2011-10-13 Tom Tromey <tromey@redhat.com>
1966
1967 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Ensure GIL is
1968 always released.
1969
1970 2011-10-13 Tom Tromey <tromey@redhat.com>
1971
1972 * python/py-type.c (typy_has_key): Make 'field' const.
1973
1974 2011-10-13 Luis Machado <lgustavo@codesourcery.com>
1975
1976 * remote.c (remote_save_trace_data): Invert comparison.
1977
1978 2011-10-13 Luis Machado <lgustavo@codesourcery.com>
1979
1980 * tracepoint.c (trace_save_command): Use filename instead of
1981 args when printing.
1982
1983 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1984
1985 * dwarf2read.c (dwarf2_fetch_die_location_block): Initialize .data even
1986 if .size is 0.
1987
1988 2011-10-13 Yao Qi <yao@codesourcery.com>
1989
1990 PR gdb/12703
1991 * arm-tdep.c (thumb_analyze_prologue): Call thumb_insn_size to check
1992 whether insn is a 32-bit Thumb-2 instruction.
1993 (thumb_in_function_epilogue_p): Likewise.
1994 (thumb_get_next_pc_raw): Likewise.
1995 (arm_breakpoint_from_pc): Likewise.
1996
1997 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1998
1999 Fix empty DWARF expressions DATA vs. SIZE conditionals.
2000 * dwarf2loc.c (dwarf2_find_location_expression): Clear *LOCEXPR_LENGTH.
2001 (dwarf_expr_frame_base_1): Indicate unavailability via zero *LENGTH.
2002 (locexpr_tracepoint_var_ref): Check only zero SIZE, not zero DATA.
2003 (loclist_read_variable, loclist_tracepoint_var_ref): Do not check for
2004 zero DATA.
2005 * dwarf2loc.h (struct dwarf2_locexpr_baton): Comment DATA vs. SIZE
2006 validity.
2007 * dwarf2read.c (struct dwarf_block): Comment DATA validity.
2008 (dwarf2_fetch_die_location_block, dwarf2_symbol_mark_computed): Do not
2009 clear DATA on zero SIZE.
2010
2011 2011-10-12 Doug Evans <dje@google.com>
2012
2013 * dwarf2read.c (partial_read_comp_unit_head): Set header->offset,
2014 header->first_die_offset here. All callers updated.
2015
2016 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2017
2018 Fix compatibility with texinfo versions older than 4.12.
2019 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
2020 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
2021 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
2022 (FLAGS_TO_PASS): Add MAKEINFOFLAGS and MAKEINFO_EXTRA_FLAGS.
2023 * configure: Regenerate.
2024 * configure.ac (MAKEINFO): Find it, from libiberty/configure.ac.
2025 (MAKEINFOFLAGS): Pre-set it to --split-size=5000000.
2026 (MAKEINFO_EXTRA_FLAGS): New test for -DHAVE_MAKEINFO_CLICK.
2027
2028 2011-10-12 Gary Benson <gbenson@redhat.com>
2029
2030 * breakpoint.h (pc_at_non_inline_function): Declare.
2031 * breakpoint.c (is_non_inline_function,
2032 pc_at_non_inline_function): New functions.
2033 * infrun.c (handle_inferior_event): Don't call skip_inline_frames
2034 if the stop is at a location where functions cannot be inlined.
2035
2036 2011-10-12 Pedro Alves <pedro@codesourcery.com>
2037
2038 * linux-nat.c (stop_and_resume_callback): Don't re-resume LWPs if
2039 the core wanted them stopped, or if they now have a pending event
2040 to report.
2041 (linux_nat_filter_event): New parameter `new_pending_p'. Pass it
2042 down to stop_and_resume_callback.
2043 (linux_nat_wait_1): Always clear `options' when retrying. Handle
2044 having new pending events after calling linux_nat_filter_event.
2045
2046 2011-10-11 Sterling Augustine <saugustine@google.com>
2047
2048 * dwarf2read.c: Undo inadvertent changes in previous commit.
2049
2050 2011-10-11 Sterling Augustine <saugustine@google.com>
2051
2052 * dwarf2read.c (partial_die_parent_scope): Rearrange conditional
2053 logic.
2054
2055 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
2056
2057 * symfile.c (separate_debug_file_exists): Fix condition.
2058
2059 2011-10-11 David S. Miller <davem@davemloft.net>
2060
2061 * regcache.c (regcache_restore): Do not write unavailable regs, mark
2062 static.
2063 * regcache.h (regcache_restore): Remove declaration.
2064
2065 * gdbarch.sh: New field 'long_long_align_bit'.
2066 * gdbarch.c, gdbarch.h: Regenerate.
2067 * i386-tdep.c (i386_gdbarch_init): Set long_long_align_bit to 32.
2068 * jit.c (jit_read_code_entry): Use it to determine correct size offset.
2069
2070 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2071
2072 Revert this part of:
2073 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2074 Support @entry in input expressions.
2075 * c-exp.y (ENTRY, unknown_cpp_name): New.
2076 (exp: UNKNOWN_CPP_NAME): Change to `exp: unknown_cpp_name'.
2077 (unknown_cpp_name: UNKNOWN_CPP_NAME, unknown_cpp_name: ENTRY)
2078 (variable: name_not_typename '@' ENTRY, name: ENTRY)
2079 (name_not_typename: ENTRY): New.
2080 (yylex): Recognize ENTRY.
2081
2082 Reimplement @entry in input expressions.
2083 * c-exp.y (ENTRY): New.
2084 (variable: name_not_typename ENTRY): New.
2085 (lex_one_token): Optionally return ENTRY instead of the '@' lex.
2086
2087 2011-10-11 Pedro Alves <pedro@codesourcery.com>
2088
2089 * linux-nat.c (linux_handle_extended_wait): Always dump both the
2090 parent and child's pids as soon as we detect a clone event.
2091 Adjust another debug message.
2092
2093 2011-10-11 Pedro Alves <pedro@codesourcery.com>
2094
2095 * linux-nat.c (linux_lwp_is_zombie): Return early if the LWP is
2096 not zombie instead of reading the whole file.
2097
2098 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2099
2100 Fix separate debuginfo warning with "remote:" access.
2101 * objfiles.h (struct objfile): New fields crc32 and crc32_p.
2102 * symfile.c (get_file_crc): New function with the code moved from ...
2103 (separate_debug_file_exists): ... this function, specifically variables
2104 buffer and count. New variable verified_as_different, set it. Remove
2105 file_crc initialization. Verify also if both files are not the same
2106 manually, if needed.
2107
2108 2011-10-11 Yao Qi <yao@codesourcery.com>
2109
2110 * arm-tdep.c (arm_get_next_pc_raw): Use read_memory_unsigned_integer
2111 to get address.
2112
2113 2011-10-10 Doug Evans <dje@google.com>
2114
2115 * linux-thread-db.c (thread_db_new_objfile): Only try to load
2116 libthread_db when we load libpthread or the main symbol file.
2117 (thread_db_inferior_created): New function.
2118 (_initialize_thread_db): Attach inferior_created observer.
2119 * linux-nat.c (linux_child_post_attach): Remove call to
2120 check_for_thread_db.
2121 (linux_child_post_startup_inferior): Ditto.
2122 * objfiles.h (OBJF_MAINLINE): Define.
2123 * symfile.c (symbol_file_add_with_addrs_or_offsets): Pass it to
2124 allocate_objfile when appropriate.
2125
2126 2011-10-10 Ulrich Weigand <ulrich.weigand@linaro.org>
2127
2128 PR gdb/13218
2129 * arm-linux-nat.c (os_version, os_major, os_minor, os_release):
2130 Remove unused variables.
2131 (get_linux_version): Remove function.
2132 (_initialize_arm_linux_nat): Do not call it.
2133
2134 2011-10-10 Pedro Alves <pedro@codesourcery.com>
2135
2136 * linux-nat.c (linux_handle_extended_wait): Don't resume the new
2137 new clone lwp if the core asked it to stop. Don't pass on
2138 unexpected signals to the new clone; leave them pending instead.
2139
2140 2011-10-10 Pedro Alves <pedro@codesourcery.com>
2141
2142 * linux-nat.c (resume_lwp): Remove redundant debug output.
2143
2144 2011-10-10 Pedro Alves <pedro@codesourcery.com>
2145
2146 * linux-nat.c (linux_nat_wait_1): Copy the event lwp's
2147 last_resume_kind before clearing it, and use the copy instead to
2148 determine whether to report a SIGSTOP as TARGET_SIGNAL_0. Use
2149 resume_clear_callback in the non-stop path too.
2150
2151 2011-10-09 Yao Qi <yao@codesourcery.com>
2152
2153 * valprint.c (value_check_printable): Add one parameter OPTIONS.
2154 Honor OPTIONS and VAL's type.
2155 (common_val_print, value_print): Update to pass one more parameter.
2156
2157 2011-10-09 Doug Evans <dje@google.com>
2158
2159 Add new "alias" command.
2160 * NEWS: Mention new command.
2161 * command.h (valid_user_defined_cmd_name_p): Declare.
2162 * defs.h (make_cleanup_dyn_string_delete): Declare.
2163 * utils.c: #include "dyn-string.h".
2164 (do_dyn_string_delete, make_cleanup_dyn_string_delete): New functions.
2165 * cli/cli-cmds.c: #include "dyn-string.h".
2166 (argv_to_dyn_string, valid_command_p, alias_command): New functions.
2167 (init_cli_cmds): Add new command.
2168 * cli/cli-decode.c (valid_user_defined_cmd_name_p): New function.
2169
2170 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2171
2172 Fix compatibility with older GCCs.
2173 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Initialize parameter.
2174 * stack.c (read_frame_arg): Initialize val_deref.
2175
2176 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2177
2178 Entry values NEWS entries, DWARF disassembly support.
2179 * NEWS: New entry values entry.
2180 (set print entry-values, show print entry-values)
2181 (set debug entry-values, show debug entry-values): New entries.
2182 * dwarf2loc.c (disassemble_dwarf_expression): New parameters start and
2183 indent. Remove variable start. Move header printing out. Respect
2184 INDENT. Support DW_OP_GNU_entry_value.
2185 (locexpr_describe_location_1): Move the header printing here, extend
2186 the disassemble_dwarf_expression passed parameters.
2187
2188 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2189
2190 Display @entry parameter values even for references.
2191 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_REF>: Try also
2192 coerce_ref_if_computed.
2193 * c-valprint.c (c_val_print) <TYPE_CODE_REF>: Likewise.
2194 * dwarf2expr.c (dwarf_block_to_dwarf_reg_deref): New function.
2195 (execute_stack_op) <DW_OP_GNU_entry_value>: Add -1 deref_size to the
2196 existing push_dwarf_reg_entry_value call. Add new detection calling
2197 dwarf_block_to_dwarf_reg_deref. Update the error message.
2198 (ctx_no_push_dwarf_reg_entry_value): New parameter deref_size.
2199 * dwarf2expr.h
2200 (struct dwarf_expr_context_funcs) <push_dwarf_reg_entry_value>: Add new
2201 parameter deref_size, describe it in the comment.
2202 (ctx_no_push_dwarf_reg_entry_value): Add new parameter deref_size.
2203 (dwarf_block_to_dwarf_reg_deref): New declaration.
2204 * dwarf2loc.c (dwarf_entry_parameter_to_value): Add new parameter
2205 deref_size, describe it in the function comment. New variables
2206 data_src and size, fetch the alternative block accoring to DEREF_SIZE.
2207 (dwarf_expr_push_dwarf_reg_entry_value): Add new parameter deref_size,
2208 describe it in the function comment. Fetch the alternative block
2209 accoring to DEREF_SIZE.
2210 (entry_data_value_coerce_ref, entry_data_value_copy_closure)
2211 (entry_data_value_free_closure, entry_data_value_funcs): New.
2212 (value_of_dwarf_reg_entry): New variables checked_type, target_type,
2213 outer_val, target_val, val and addr. Try to fetch and create also
2214 referenced value content.
2215 (pieced_value_funcs): NULL value for coerce_ref.
2216 (needs_dwarf_reg_entry_value): Add new parameter deref_size.
2217 * f-valprint.c (f_val_print) <TYPE_CODE_REF>: Try also
2218 coerce_ref_if_computed.
2219 * opencl-lang.c (opencl_value_funcs): NULL value for coerce_ref.
2220 * p-valprint.c (pascal_val_print) <TYPE_CODE_REF>: Likewise.
2221 * stack.c (read_frame_arg): Compare also dereferenced values.
2222 * value.c (value_computed_funcs): Make the parameter v const, use
2223 value_lval_const for it.
2224 (value_lval_const, coerce_ref_if_computed): New function.
2225 (coerce_ref): New variable retval. Call also coerce_ref_if_computed.
2226 * value.h (struct lval_funcs): New field coerce_ref.
2227 (value_computed_funcs): Make the parameter v const.
2228 (value_lval_const, coerce_ref_if_computed): New declarations.
2229
2230 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2231
2232 Support @entry in input expressions.
2233 * c-exp.y (ENTRY, unknown_cpp_name): New.
2234 (exp: UNKNOWN_CPP_NAME): Change to `exp: unknown_cpp_name'.
2235 (unknown_cpp_name: UNKNOWN_CPP_NAME, unknown_cpp_name: ENTRY)
2236 (variable: name_not_typename '@' ENTRY, name: ENTRY)
2237 (name_not_typename: ENTRY): New.
2238 (yylex): Recognize ENTRY.
2239 * eval.c (evaluate_subexp_standard): Support also OP_VAR_ENTRY_VALUE.
2240 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
2241 Likewise.
2242 * parse.c (operator_length_standard): Likewise.
2243 * std-operator.def: New operator OP_VAR_ENTRY_VALUE.
2244
2245 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2246
2247 Display referenced values in backtraces.
2248 * printcmd.c (print_variable_and_value): Set OPTS.DEREF_REF to 1.
2249 * stack.c (print_frame_arg): Likewise.
2250
2251 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2252
2253 Make some lval_funcs methods to default on NULL.
2254 * valops.c (value_fetch_lazy): Check if lval_computed read method is
2255 NULL.
2256 (value_assign): Check if lval_computed write method is NULL.
2257 * value.h (struct lval_funcs): Comment NULL values for read and write
2258 methods.
2259
2260 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2261
2262 Display @entry parameter values (without references).
2263 * dwarf2expr.c (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset):
2264 New functions.
2265 * dwarf2expr.h (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset):
2266 New declarations.
2267 * dwarf2loc.c (dwarf2_find_location_expression): Support location list
2268 entry record.
2269 (dwarf_entry_parameter_to_value, value_of_dwarf_reg_entry)
2270 (value_of_dwarf_block_entry, locexpr_read_variable_at_entry): New
2271 functions.
2272 (dwarf2_locexpr_funcs): Install locexpr_read_variable_at_entry.
2273 (loclist_read_variable_at_entry): New function.
2274 (dwarf2_loclist_funcs): Install loclist_read_variable_at_entry.
2275 * dwarf2read.c (read_call_site_scope): Support also DW_OP_fbreg in
2276 DW_AT_location, call dwarf_block_to_sp_offset for it.
2277 * frame.h (print_entry_values_no, print_entry_values_only)
2278 (print_entry_values_preferred, print_entry_values_if_needed)
2279 (print_entry_values_both, print_entry_values_compact)
2280 (print_entry_values_default, print_entry_values): New declarations.
2281 (struct frame_arg): New field entry_kind.
2282 (read_frame_arg): New parameter entryargp.
2283 * mi/mi-cmd-stack.c (list_arg_or_local): New gdb_assert for
2284 arg->entry_kind. Optionally print the `@entry' suffix.
2285 (list_args_or_locals): New variable entryarg, initialize it.
2286 Initialize also entry_kind of arg and entryarg. Conditionalize
2287 list_arg_or_local for arg, add list_arg_or_local for entryarg. Call
2288 xfree for entryarg.error.
2289 * stack.c (print_entry_values_no, print_entry_values_only)
2290 (print_entry_values_preferred, print_entry_values_if_needed)
2291 (print_entry_values_both, print_entry_values_compact)
2292 (print_entry_values_default, print_entry_values_choices)
2293 (print_entry_values): New variables.
2294 (print_frame_arg): New gdb_assert for arg->entry_kind. Optionally
2295 print the `@entry' suffix, possibly in combination for
2296 print_entry_values_compact.
2297 (read_frame_arg): New parameter entryargp, new variables entryval,
2298 entryval_error and val_equal. Read in also entryargp, respect
2299 print_entry_values, compare the values using val_equal, fill in also
2300 argp->entry_kind (together with entryargp->entry_kind).
2301 (print_frame_args): New variable entryarg, initialize it.
2302 Conditionalize print_frame_arg for arg, add print_frame_arg for
2303 entryarg. Call xfree for entryarg.error.
2304 (_initialize_stack): Call add_setshow_enum_cmd for `entry-values'.
2305 * symtab.h (struct symbol_computed_ops): New field
2306 read_variable_at_entry.
2307
2308 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2309
2310 Code reshuffle.
2311 * frame.h (struct frame_arg): New definition.
2312 (read_frame_arg): New declaration.
2313 * mi/mi-cmd-stack.c (list_arg_or_local): New functiom from ...
2314 (list_args_or_locals): ... the code here. New variable arg, call
2315 read_frame_arg and list_arg_or_local with it. Unify the
2316 PRINT_SIMPLE_VALUES and PRINT_ALL_VALUES cases. Call xfree for
2317 arg.error.
2318 * stack.c (print_frame_arg): New functiom from the code of
2319 print_frame_args.
2320 (read_frame_arg): New function.
2321 (print_frame_args): Remove variable val. New variable arg, call
2322 read_frame_arg and print_frame_arg with it. Call xfree for arg.error.
2323
2324 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2325
2326 Protect entry values against self tail calls.
2327 * dwarf2loc.c (VEC (CORE_ADDR), func_verify_no_selftailcall): New.
2328 (dwarf_expr_dwarf_reg_entry_value): Call func_verify_no_selftailcall.
2329
2330 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2331
2332 Recognize virtual tail call frames.
2333 * Makefile.in (SFILES): Add dwarf2-frame-tailcall.c.
2334 (HFILES_NO_SRCDIR): Add dwarf2-frame-tailcall.h.
2335 (COMMON_OBS): Add dwarf2-frame-tailcall.o.
2336 * dwarf2-frame-tailcall.c: New file.
2337 * dwarf2-frame-tailcall.h: New file.
2338 * dwarf2-frame.c: Include dwarf2-frame-tailcall.h.
2339 (execute_cfa_program): New function comment. Return INSN_PTR. Reset
2340 REGS.PREV only after CIE execution.
2341 (struct dwarf2_frame_cache): New field tailcall_cache.
2342 (dwarf2_frame_cache): New variables entry_pc, entry_cfa_sp_offset,
2343 entry_cfa_sp_offset_p and instr. Execute FDE instructions in two
2344 parts, try to find entry_cfa_sp_offset. Call
2345 dwarf2_tailcall_sniffer_first.
2346 (dwarf2_frame_prev_register): Call dwarf2_tailcall_prev_register_first
2347 when appropriate.
2348 (dwarf2_frame_dealloc_cache): New function.
2349 (dwarf2_frame_sniffer): Preinitialize cache by dwarf2_frame_cache.
2350 (dwarf2_frame_unwind): Install dwarf2_frame_dealloc_cache.
2351 (dwarf2_signal_frame_unwind): Do not install dwarf2_frame_dealloc_cache.
2352 (dwarf2_append_unwinders): Add dwarf2_tailcall_frame_unwind.
2353 (dwarf2_frame_cfa): Support also dwarf2_tailcall_frame_unwind.
2354 * dwarf2loc.c (func_addr_to_tail_call_list)
2355 (tailcall_dump, call_sitep, VEC (call_sitep), chain_candidate)
2356 (call_site_find_chain_1, call_site_find_chain): New.
2357 * dwarf2loc.h (struct call_site_chain): New.
2358 (call_site_find_chain): New declaration.
2359 * frame.c (get_frame_address_in_block): Support also TAILCALL_FRAME.
2360 * frame.h (enum frame_type): New entry TAILCALL_FRAME.
2361 * python/py-frame.c (gdbpy_initialize_frames): Add TAILCALL_FRAME.
2362 * stack.c (frame_info): Support also TAILCALL_FRAME.
2363
2364 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2365
2366 Tail call sites reader implementation.
2367 * dwarf2read.c (read_call_site_scope): Recognize DW_AT_GNU_tail_call,
2368 fill in TYPE_TAIL_CALL_LIST.
2369 * gdbtypes.h (struct func_type): New field tail_call_list.
2370 (struct call_site): New field tail_call_next.
2371 (TYPE_TAIL_CALL_LIST): New definition.
2372
2373 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2374
2375 Implement basic support for DW_TAG_GNU_call_site.
2376 * block.c: Include gdbtypes.h and exceptions.h.
2377 (call_site_for_pc): New function.
2378 * block.h (call_site_for_pc): New declaration.
2379 * defs.h: Include hashtab.h.
2380 (make_cleanup_htab_delete, core_addr_hash, core_addr_eq): New
2381 declarations.
2382 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Install
2383 ctx_no_push_dwarf_reg_entry_value.
2384 * dwarf2expr.c (read_uleb128, read_sleb128): Support R as NULL.
2385 (dwarf_block_to_dwarf_reg): New function.
2386 (execute_stack_op) <DW_OP_GNU_entry_value>: Implement it.
2387 (ctx_no_push_dwarf_reg_entry_value): New function.
2388 * dwarf2expr.h (struct dwarf_expr_context_funcs): New field
2389 push_dwarf_reg_entry_value.
2390 (ctx_no_push_dwarf_reg_entry_value, dwarf_block_to_dwarf_reg): New
2391 declarations.
2392 * dwarf2loc.c: Include gdbcmd.h.
2393 (dwarf_expr_ctx_funcs): New forward declaration.
2394 (entry_values_debug, show_entry_values_debug, call_site_to_target_addr)
2395 (dwarf_expr_reg_to_entry_parameter)
2396 (dwarf_expr_push_dwarf_reg_entry_value): New.
2397 (dwarf_expr_ctx_funcs): Install dwarf_expr_push_dwarf_reg_entry_value.
2398 (dwarf2_evaluate_loc_desc_full): Handle NO_ENTRY_VALUE_ERROR.
2399 (needs_dwarf_reg_entry_value): New function.
2400 (needs_frame_ctx_funcs): Install it.
2401 (_initialize_dwarf2loc): New function.
2402 * dwarf2loc.h (entry_values_debug): New declaration.
2403 * dwarf2read.c (struct dwarf2_cu): New field call_site_htab.
2404 (read_call_site_scope): New forward declaration.
2405 (process_full_comp_unit): Copy call_site_htab.
2406 (process_die): Support DW_TAG_GNU_call_site.
2407 (read_call_site_scope): New function.
2408 (dwarf2_get_pc_bounds): Support NULL HIGHPC.
2409 (dwarf_tag_name): Support DW_TAG_GNU_call_site.
2410 (cleanup_htab): Delete.
2411 (write_psymtabs_to_index): Use make_cleanup_htab_delete instead of it.
2412 * exceptions.h (enum errors): New NO_ENTRY_VALUE_ERROR.
2413 * gdb-gdb.py (StructMainTypePrettyPrinter): Support
2414 FIELD_LOC_KIND_DWARF_BLOCK.
2415 * gdbtypes.h (enum field_loc_kind): New entry
2416 FIELD_LOC_KIND_DWARF_BLOCK.
2417 (struct main_type): New loc entry dwarf_block.
2418 (struct call_site, FIELD_DWARF_BLOCK, SET_FIELD_DWARF_BLOCK)
2419 (TYPE_FIELD_DWARF_BLOCK): New.
2420 * python/py-type.c: Include dwarf2loc.h.
2421 (check_types_equal): Support FIELD_LOC_KIND_DWARF_BLOCK. New
2422 internal_error call on unknown FIELD_LOC_KIND.
2423 * symtab.h (struct symtab): New field call_site_htab.
2424 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete)
2425 (core_addr_hash, core_addr_eq): New functions.
2426
2427 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2428
2429 Code reshuffle.
2430 * gdb-gdb.py (StructMainTypePrettyPrinter): Change
2431 TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC. Move
2432 calling_convention under func_stuff there.
2433 * gdbtypes.c (make_function_type): Call INIT_FUNC_SPECIFIC.
2434 (init_type) <TYPE_CODE_FUNC>: Likewise.
2435 (recursive_dump_type): Change TYPE_SPECIFIC_CALLING_CONVENTION to
2436 TYPE_SPECIFIC_FUNC. New comment for tail_call_list.
2437 * gdbtypes.h (enum type_specific_kind): Change
2438 TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC.
2439 (struct main_type) <type_specific>: Change calling_convention to
2440 func_stuff. Move calling_convention to ...
2441 (struct func_type): ... this new struct.
2442 (INIT_FUNC_SPECIFIC): New #define.
2443 (TYPE_CALLING_CONVENTION): Change calling_convention to func_stuff.
2444
2445 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2446
2447 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
2448 * dwarf2-frame.c (execute_stack_op): Initialize ctx->ref_addr_size.
2449 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Use
2450 ctx->ref_addr_size. Handle its invalid value.
2451 * dwarf2expr.h (struct dwarf_expr_context): New field ref_addr_size.
2452 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
2453 (dwarf2_loc_desc_needs_frame): Initialize ctx->ref_addr_size.
2454 * dwarf2loc.h (dwarf2_per_cu_ref_addr_size): New declaration.
2455 * dwarf2read.c (decode_locdesc): Initialize ctx->ref_addr_size.
2456 (dwarf2_per_cu_ref_addr_size): New function.
2457
2458 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2459
2460 Code cleanup.
2461 * dwarf2read.c (per_cu_header_read_in): New function.
2462 (dwarf2_per_cu_addr_size, dwarf2_per_cu_offset_size): Use it, with new
2463 variables cu_header_local and cu_headerp.
2464
2465 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2466
2467 Fix initial language detection with -readnow.
2468 * dwarf2read.c (dw2_find_symbol_file): Handle OBJF_READNOW case.
2469 * symfile.h (struct quick_symbol_functions): State find_symbol_file
2470 searches only for global symbols.
2471
2472 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2473
2474 Fix printed anonymous struct name.
2475 * dwarf2read.c (fixup_partial_die): Handle for anonymous structs also
2476 DW_TAG_interface_type. Strip for anonymous structs any prefixes.
2477 (anonymous_struct_prefix): New function.
2478 (determine_prefix): New variables retval. Call anonymous_struct_prefix.
2479 (dwarf2_name): Strip for anonymous structs any prefixes.
2480
2481 2011-10-07 Doug Evans <dje@google.com>
2482
2483 * python/lib/gdb/printing.py (register_pretty_printer): New argument
2484 `replace'.
2485
2486 * python/lib/gdb/printing.py: Whitespace cleanup.
2487
2488 * python/py-value.c (valpy_call): Initialize ftype to avoid compiler
2489 warning.
2490
2491 2011-10-07 Pedro Alves <pedro@codesourcery.com>
2492
2493 * linux-nat.h (ALL_LWPS): Remove the ptid parameter.
2494 * amd64-linux-nat.c (amd64_linux_dr_set_control)
2495 (amd64_linux_dr_set_addr, amd64_linux_dr_unset_status): Adjust.
2496 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint)
2497 (arm_linux_remove_hw_breakpoint, arm_linux_insert_watchpoint)
2498 (arm_linux_remove_watchpoint): Adjust.
2499 * i386-linux-nat.c (i386_linux_dr_set_control)
2500 (i386_linux_dr_set_addr, i386_linux_dr_unset_status): Adjust.
2501 * ia64-linux-nat.c (ia64_linux_insert_watchpoint)
2502 (ia64_linux_remove_watchpoint): Adjust.
2503 * mips-linux-nat.c (write_watchpoint_regs): Adjust.
2504 * ppc-linux-nat.c (ppc_linux_insert_hw_breakpoint)
2505 (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
2506 (ppc_linux_insert_mask_watchpoint)
2507 (ppc_linux_remove_mask_watchpoint, ppc_linux_insert_watchpoint)
2508 (ppc_linux_remove_watchpoint): Adjust.
2509 * s390-nat.c (s390_insert_watchpoint, s390_remove_watchpoint):
2510 Adjust.
2511
2512 2011-10-07 Corinna Vinschen <vinschen@redhat.com>
2513
2514 * windows-nat.c: Include wchar.h to avoid compiler warnings.
2515 (clear_win32_environment): New function for Cygwin to clear out
2516 Win32 environment.
2517 (windows_create_inferior): Prepare new environment from in_env
2518 for Cygwin, too.
2519
2520 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
2521
2522 PR python/13264
2523 * python/py-value.c (valpy_call): Check that arguments are
2524 a tuple.
2525 (is_intlike): Remove call to CHECK_TYPEDEF.
2526 (valpy_nonzero): Catch GDB exceptions.
2527 (valpy_absolute): Ditto.
2528 (valpy_lazy_string): Ditto.
2529 (valpy_call): Ditto.
2530 (valpy_get_is_optimized_out): Ditto.
2531 (valpy_long): Ditto.
2532 (valpy_float): Ditto.
2533 (valpy_int): Call CHECK_TYPEDEF. Catch GDB exceptions.
2534 (valpy_richcompare): Ditto.
2535
2536 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2537
2538 * inferior.h (disable_randomization): Declare.
2539 * infrun.c (disable_randomization): New global variable.
2540 (show_disable_randomization): New function.
2541 (set_disable_randomization): Likewise.
2542 (_initialize_infrun): Install set/show disable-randomization
2543 commands.
2544 * linux-nat.c (disable_randomization): Remove.
2545 (show_disable_randomization): Likewise.
2546 (set_disable_randomization): Likewise.
2547 (_initialize_linux_nat): No longer install set/show
2548 disable-randomization commands here.
2549 (linux_nat_supports_disable_randomization): New function.
2550 (linux_nat_add_target): Install it.
2551 * remote.c (PACKET_QDisableRandomization): New enum value.
2552 (remote_protocol_packets): Support QDisableRandomization.
2553 (_initialize_remote): Likewise.
2554 (remote_supports_disable_randomization): New function.
2555 (init_remote_ops): Install it.
2556 (extended_remote_supports_disable_randomization): New function.
2557 (init_extended_remote_ops): Install it.
2558 (extended_remote_disable_randomization): New function.
2559 (extended_remote_create_inferior_1): Call it.
2560 * target.h (struct target_ops): Add to_supports_disable_randomization.
2561 (target_supports_disable_randomization): Add prototype.
2562 * target.c (target_supports_disable_randomization): New function.
2563 (find_default_supports_disable_randomization): Likewise.
2564 (init_dummy_target): Install it.
2565
2566 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
2567
2568 Allow Python notification of new object-file loadings.
2569 * Makefile.in (SUBDIR_PYTHON_SRCS): Add py-newobjfilevent.c.
2570 (SUBDIR_PYTHON_OBS): Add py-newobjfileevent.o.
2571 Add build rule for this file.
2572 * python/py-event.h (emit_new_objfile_event): New prototype.
2573 (newobjfile): New Python event emitter.
2574 * python/py-evts.c (gdbpy_initialize_py_events): Add new_objfile to
2575 Python event registry.
2576 * python/py-inferior.c: Include objfiles.h
2577 (python_new_objfile): New function.
2578 (gdbpy_initialize_inferior): Add python_new_objfile to the new objfile
2579 observers.
2580 * python/py-newobjfileevent.c: New file.
2581 * python-internal.h (gdbpy_initialize_new_objfile_event): New
2582 prototype.
2583 * python/python.c (_initialize_python): Add
2584 gdbpy_initialize_new_objfile_event call.
2585 * NEWS: Add item for new Python event "gdb.newobjfile"
2586
2587 2011-10-05 Tristan Gingold <gingold@adacore.com>
2588
2589 * ada-tasks.c (read_atcb): Make ravenscar_task_name static.
2590 Extract the ravenscar task name from the symbol for the atcb.
2591
2592 2011-10-04 Paul Koning <paul_koning@dell.com>
2593
2594 * python/py-type.c (typy_make_iter): Add forward declaration.
2595 (typy_fields_items): Use the gdb.Type iterator.
2596
2597 2011-10-04 Paul Koning <paul_koning@dell.com>
2598
2599 * NEWS: Add entry for Python gdb.Type mapping methods.
2600
2601 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
2602
2603 PR python/12691: Add the inferior to Python exited event
2604 * python/py-exitedevent.c (create_exited_event_object): Add inferior
2605 to exited_event.
2606 * python/py-event.h (emit_exited_event): Likewise
2607 * python/-inferior.c (python_inferior_exit): Likewise
2608
2609 2011-10-03 Joel Brobecker <brobecker@adacore.com>
2610
2611 * ada-tasks.c (print_ada_task_info): Add "thread-id" field
2612 in output of -ada-task-info GDB/MI command.
2613
2614 2011-10-03 Joel Brobecker <brobecker@adacore.com>
2615
2616 * ada-lang.h (struct inferior): Declare.
2617 (print_ada_task_info): Add declaration.
2618 * ada-tasks.c (print_ada_task_info): Make non-static.
2619 * mi/mi-cmds.c (mi_cmds): Add "ada-task-info".
2620 * mi/mi-cmds.h (mi_cmd_ada_task_info): Add declaration.
2621 * mi/mi-main.c: #include "ada-lang.h".
2622 (mi_cmd_list_features): Add "ada-task-info" to the list
2623 of supported features.
2624 (mi_cmd_ada_task_info): New function.
2625
2626 2011-10-03 Joel Brobecker <brobecker@adacore.com>
2627
2628 * python/python.c (python_run_simple_file): New function.
2629 (source_python_script, source_python_script_for_objfile):
2630 Replace call to PyRun_SimpleFile by call to
2631 python_run_simple_file.
2632
2633 2011-10-03 Paul Koning <paul_koning@dell.com>
2634
2635 * python/py-value.c (valpy_get_address): Use Py_XINCREF.
2636 (value_to_value_object): Fetch value if it was lazy.
2637
2638 2011-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2639
2640 Code cleanup.
2641 * solib-svr4.c (svr4_default_sos): Remove variables head and link_ptr.
2642 Rearrange the code for it.
2643
2644 2011-10-02 Joel Brobecker <brobecker@adacore.com>
2645
2646 * breakpoint.c (bkpt_print_recreate): Add call to
2647 print_recreate_thread.
2648
2649 2011-09-29 Mike Frysinger <vapier@gentoo.org>
2650
2651 * common/linux-ptrace.h (PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
2652 PTRACE_GETFDPIC_INTERP): Define.
2653
2654 2011-09-28 Yao Qi <yao@codesourcery.com>
2655
2656 * symfile.c (add_symbol_file_command): Update message on usage.
2657
2658 2011-09-28 Paul Koning <paul_koning@dell.com>
2659
2660 * python/py-type.c (make_fielditem, typy_field_names, typy_items)
2661 (typy_length, typy_get, typy_has_key, typy_make_iter)
2662 (typy_iterkeys, typy_iteritems, typy_itervalues, typy_iter)
2663 (typy_iterator_iter, typy_iterator_iternext)
2664 (typy_iterator_dealloc): New functions to implement standard
2665 Python mapping methods on gdb.Type object.
2666 (gdb.TypeIterator): New Python type.
2667 * python/python-internal.h (gdbpy_iter_kind): New enum.
2668
2669 2011-09-28 David S. Miller <davem@davemloft.net>
2670
2671 * sparc-tdep.h (SPARC_F2_REGNUM, SPARC_F3_REGNUM, SPARC_F4_REGNUM,
2672 SPARC_F5_REGNUM, SPARC_F6_REGNUM, SPARC_F7_REGNUM): New enums.
2673 * sparc-tdep.c (sparc_complex_floating_p): New function.
2674 (sparc32_store_arguments): Handle complex floats.
2675 (sparc32_extract_return_value): Likewise.
2676 (sparc32_store_return_value): Likewise.
2677 (sparc32_stabs_argument_has_addr): Likewise.
2678 * sparc64-tdep.c (sparc64_complex_floating_p): New function.
2679 (sparc64_store_floating_fields): Handle complex floats.
2680 (sparc64_store_arguments): Likewise.
2681 (sparc64_store_return_value): Likewise.
2682
2683 2011-09-28 Eli Zaretskii <eliz@gnu.org>
2684
2685 * windows-nat.c (env_sort) [!__CYGWIN__]: Function restored from
2686 before the change on 2006-12-09.
2687 (windows_create_inferior) [!__CYGWIN__]: Restore code that
2688 generates the environment block for CreateProcessA, modulo the
2689 Cygwin-specific parts that are not needed here.
2690
2691 2011-09-27 Tristan Gingold <gingold@adacore.com>
2692
2693 * target.h (enum target_object): Add TARGET_OBJECT_DARWIN_DYLD_INFO.
2694 * solib-darwin.c (DYLD_VERSION_MAX): Update number.
2695 (darwin_solib_get_all_image_info_addr_at_init): New function.
2696 (darwin_solib_read_all_image_info_addr): Likewise.
2697 (darwin_solib_create_inferior_hook): Use the above two functions.
2698 * darwin-nat.c (darwin_execvp): Renames retval to res.
2699 (darwin_read_write_inferior): Update comment.
2700 (darwin_read_dyld_info): New function.
2701 (darwin_xfer_partial): Handle DYLD_INFO.
2702
2703 2011-09-27 Stan Shebs <stan@codesourcery.com>
2704
2705 Add return address collection for tracepoints.
2706 * tracepoint.c (encode_actions_1): Add case for $_ret.
2707 (validate_actionline): Check for $_ret.
2708 (trace_dump_actions): Ditto.
2709 * ax-gdb.h (gen_trace_for_return_address): Declare.
2710 * ax-gdb.c: Include arch-utils.h.
2711 (gen_trace_for_return_address): New function.
2712 (agent_command): Add return address special case.
2713 * amd64-tdep.c: Include ax.h and ax-gdb.h.
2714 (amd64_gen_return_address): New function.
2715 (amd64_init_abi): Call it.
2716 * i386-tdep.c: Include ax.h and ax-gdb.h.
2717 (i386_gen_return_address): New function.
2718 (i386_init_abi): Call it.
2719 * arch-utils.h (default_gen_return_address): Declare.
2720 * arch-utils.c (default_gen_return_address): New function.
2721 * gdbarch.sh (gen_return_address): New method.
2722 * gdbarch.h, gdbarch.c: Regenerate.
2723
2724 2011-09-23 Joseph Myers <joseph@codesourcery.com>
2725
2726 PR gdb/13079
2727 * i386-tdep.c (i386_frame_align): New.
2728 (i386_gdbarch_init): Use i386_frame_align.
2729
2730 2011-09-23 Yao Qi <yao@codesourcery.com>
2731
2732 * i386-linux-nat.c (i386_linux_resume): Use read_memory_unsigned_integer
2733 to get address.
2734
2735 2011-09-22 Tristan Gingold <gingold@adacore.com>
2736
2737 * fork-child.c (fork_inferior): Add exec_fun parameter.
2738 Call exec_fun or execvp.
2739 * inferior.h: Adjust prototype.
2740 * gnu-nat.c (gnu_create_inferior): Adjust fork_inferior call.
2741 * inf-ttrace.c (inf_ttrace_create_inferior): Ditto.
2742 * inf-ptrace.c (inf_ptrace_create_inferior): Ditto.
2743 * procfs.c (procfs_create_inferior): Ditto.
2744 * darwin-nat.c (darwin_execvp): New function.
2745 (darwin_create_inferior): Use it.
2746
2747 2011-09-22 Yao Qi <yao@codesourcery.com>
2748
2749 * infrun.c (context_switch): Print debug message when switching to
2750 a different thread.
2751
2752 2011-09-21 Ulrich Weigand <uweigand@de.ibm.com>
2753
2754 * s390-tdep.c (s390_function_arg_pass_by_reference): Handle
2755 complex and vector types.
2756 (s390_return_value_convention): Likewise.
2757
2758 (s390_value_from_register): Call check_typedef.
2759 (extend_simple_arg): Likewise.
2760 (alignment_of): Likewise.
2761 (s390_push_dummy_call): Likewise.
2762 (s390_return_value): Likewise.
2763
2764 2011-09-21 Joseph Myers <joseph@codesourcery.com>
2765
2766 * event-top.c (async_disconnect): If an exception is thrown from
2767 quit_cover, call pop_all_targets. Use TRY_CATCH instead of
2768 catch_errors.
2769 * top.c (quit_cover): Return void and take no arguments.
2770 * top.h (quit_cover): Update prototype.
2771
2772 2011-09-20 Joseph Myers <joseph@codesourcery.com>
2773
2774 * mi/mi-main.c (mi_load_progress): Restore saved_uiout value to
2775 current_uiout, not uiout.
2776
2777 2011-09-19 Doug Evans <dje@google.com>
2778
2779 * python/py-auto-load.c (source_section_scripts): Fix file
2780 descriptor leak.
2781 * python/python.c (source_python_script_for_objfile): Tweak comments.
2782
2783 2011-09-18 Yao Qi <yao@codesourcery.com>
2784 Ulrich Weigand <ulrich.weigand@linaro.org>
2785
2786 Support displaced stepping for Thumb 16-bit insns.
2787 * arm-tdep.c (THUMB_NOP) Define.
2788 (thumb_copy_unmodified_16bit): New.
2789 (thumb_copy_b, thumb_copy_bx_blx_reg): New.
2790 (thumb_copy_alu_reg): New.
2791 (arm_copy_svc): Move some common code to ...
2792 (install_svc): ... here. New.
2793 (thumb_copy_svc): New.
2794 (install_pc_relative): New.
2795 (thumb_copy_pc_relative_16bit): New.
2796 (thumb_decode_pc_relative_16bit): New.
2797 (thumb_copy_16bit_ldr_literal): New.
2798 (thumb_copy_cbnz_cbz): New.
2799 (cleanup_pop_pc_16bit_all): New.
2800 (thumb_copy_pop_pc_16bit): New.
2801 (thumb_process_displaced_16bit_insn): New.
2802 (thumb_process_displaced_32bit_insn): New.
2803 (thumb_process_displaced_insn): process thumb instruction.
2804
2805 Support displaced stepping for Thumb 32-bit insns.
2806 * arm-tdep.c (thumb_copy_unmodified_32bit): New.
2807 (thumb2_copy_preload): New.
2808 (thumb2_copy_copro_load_store): New.
2809 (thumb2_copy_b_bl_blx): New.
2810 (thumb2_copy_alu_imm): New.
2811 (thumb2_copy_load_reg_imm): New.
2812 (thumb2_copy_load_literal): New
2813 (thumb2_copy_block_xfer): New.
2814 (thumb_32bit_copy_undef): New.
2815 (thumb_32bit_copy_unpred): New.
2816 (thumb2_decode_ext_reg_ld_st): New.
2817 (thumb2_decode_svc_copro): New.
2818 (decode_thumb_32bit_store_single_data_item): New.
2819 (thumb_copy_pc_relative_32bit): New.
2820 (thumb_decode_pc_relative_32bit): New.
2821 (decode_thumb_32bit_ld_mem_hints): New.
2822 (thumb2_copy_table_branch): New
2823 (thumb_process_displaced_32bit_insn): Process Thumb 32-bit
2824 instructions.
2825
2826 2011-09-18 Yao Qi <yao@codesourcery.com>
2827
2828 * arm-tdep.c (install_copro_load_store): PC is set 4-byte aligned.
2829 (install_b_bl_blx): Likewise.
2830
2831 2011-09-17 Yao Qi <yao@codesourcery.com>
2832
2833 * arm-tdep.c (install_ldr_str_ldrb_strb): Renamed to ...
2834 (install_load_store): ... this. New.
2835 Change parameter BYTE to SIZE.
2836 (arm_copy_ldr_str_ldrb_strb): Update caller.
2837 (arm_decode_ld_st_word_ubyte): Update caller.
2838
2839 2011-09-17 Yao Qi <yao@codesourcery.com>
2840
2841 * infrun.c (displaced_step_fixup): Move some code ...
2842 (displaced_step_restore): ... here. New function.
2843 (handle_inferior_event): Cleanup displaced stepping state for both
2844 child and parent when get forked or vforked event.
2845 * regcache.c (get_thread_arch_aspace_regcache): New function.
2846 get_thread_arch_regcache (): Call it.
2847
2848 2011-09-16 Joel Brobecker <brobecker@adacore.com>
2849
2850 * ada-tasks.c (print_ada_task_info): New function, merging
2851 short_task_info and info_tasks together. Reimplement using
2852 ui-out instead of printing to stdout directly. Move the code
2853 building and checking the task list here, instead of leaving it
2854 in info_tasks_command.
2855 (info_task): Move the code building and checking the task
2856 list here, instead of leaving it in info_tasks_command.
2857 (info_tasks_command): Delete code building and checking
2858 the task list - moved elsewhere. Update calls to info_tasks
2859 and info_task.
2860
2861 2011-09-16 Joel Brobecker <brobecker@adacore.com>
2862
2863 * ada-tasks.c (info_task): Delete parameter `from_tty'.
2864
2865 2011-09-16 Joel Brobecker <brobecker@adacore.com>
2866
2867 * ada-tasks.c (info_tasks): Delete parameter `from_tty'.
2868
2869 2011-09-16 Joel Brobecker <brobecker@adacore.com>
2870
2871 * ada-lang.h (ada_build_task_list): Remove parameter
2872 `warn_if_null'.
2873 * ada-tasks.c (ada_build_task_list): Remove parameter
2874 `warn_if_null'. Adjust implementation and documentation.
2875 (valid_task_id, ada_get_environment_task)
2876 iterate_over_live_ada_tasks): Adjust call to ada_build_task_list.
2877 (info_tasks_command): Adjust implementation.
2878 (task_command): Likewise.
2879 * ravenscar-thread.c (ravenscar_find_new_threads): Fix call
2880 to ada_build_task_list.
2881
2882 2011-09-16 Joel Brobecker <brobecker@adacore.com>
2883
2884 * ada-tasks.c (ada_tasks_check_symbol_table, task_list): Delete.
2885 (enum ada_known_tasks_kind, struct ada_tasks_inferior_data): New.
2886 (ada_tasks_inferior_data_handle): New static global.
2887 (get_ada_tasks_inferior_data): New function.
2888 (ada_get_task_number, get_task_number_from_id, valid_task_id)
2889 (ada_get_environment_task, iterate_over_live_ada_tasks)
2890 (add_ada_task, read_known_tasks_array, read_known_tasks_list):
2891 Adjust.
2892 (ada_set_current_inferior_known_tasks_addr): New function.
2893 (read_known_tasks, ada_build_task_list, short_task_info)
2894 (info_tasks, info_task, info_tasks_command, task_command_1)
2895 (task_command, ada_task_list_changed): Adjust.
2896 (ada_tasks_invalidate_inferior_data): New function.
2897 (ada_normal_stop_observer, ada_new_objfile_observer): Adjust.
2898 (_initialize_tasks): Set ada_tasks_inferior_data_handle.
2899 * ada-lang.h (struct inferior): Add declaration.
2900 (ada_task_list_changed): Update profile.
2901 * remote-wtx-pd.c: #include "inferior.h".
2902 (switch_to_pd_internal): Update call to ada_task_list_changed.
2903
2904 2011-09-16 Joel Brobecker <brobecker@adacore.com>
2905
2906 * ada-tasks.c: #include "progspace.h" and "objfiles.h".
2907 (atcb_type, atcb_common_type, atcb_ll_type, atcb_call_type)
2908 (atcb_fieldno): Delete these static globals.
2909 (struct ada_tasks_pspace_data): New struct.
2910 (ada_tasks_pspace_data_handle): New static global.
2911 (get_ada_tasks_pspace_data): New function.
2912 (ada_tasks_invalidate_pspace_data): New function.
2913 (get_tcb_types_info, ptid_from_atcb_common, read_atcb)
2914 (read_known_tasks_list, ada_new_objfile_observer): Adjust.
2915 (_initialize_tasks): Create this module's per-progspace
2916 data handle.
2917
2918 2011-09-16 Joel Brobecker <brobecker@adacore.com>
2919
2920 * ada-tasks.c (struct atcb_fieldnos): Renames struct tcb_fieldnos.
2921
2922 2011-09-16 Tristan Gingold <gingold@adacore.com>
2923
2924 * fork-child.c (fork_inferior): Update comment. Use alloca
2925 instead of xmalloc for argv. Move len and shell_command
2926 declarations in the block where they are used.
2927 Only call execvp. Factorize failure code.
2928
2929 2011-09-16 Abhijit Halder <abhijit.k.halder@gmail.com>
2930
2931 Code cleanup.
2932 * parse.c (write_exp_elt): Change argument to pass a pointer of union
2933 `exp_element' instead of an element of the same and make the function
2934 static.
2935 (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block)
2936 (write_exp_elt_objfile, write_exp_elt_longcst, write_exp_elt_dblcst)
2937 (write_exp_elt_decfloatcst, write_exp_elt_type, write_exp_elt_intern):
2938 Change argument of `write_exp_elt' function call.
2939 Remove extra spaces from comments.
2940 * parser-defs.h (write_exp_elt): Remove prototype.
2941
2942 2011-09-15 Paul Koning <paul_koning@dell.com>
2943
2944 * python/py-cmd.c (gdbpy_string_to_argv): Decrement reference
2945 count of item appended to list.
2946 * python/py-type.c (typy_fields): Likewise.
2947
2948 2011-09-15 Paul Koning <paul_koning@dell.com>
2949
2950 * MAINTAINERS (Write After Approval): Add myself to the list.
2951
2952 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2953
2954 PR threads/12628
2955 * linux-fork.c (checkpoint_command): Disallow checkpointing of
2956 processes with multiple threads.
2957 (inf_has_multiple_thread_cb): New function.
2958 (inf_has_multiple_threads): New function.
2959
2960 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2961
2962 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2963 * python/py-inferior.c (GdbMethods): New Python method definition.
2964
2965 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2966
2967 Handle multiple breakpoint hits in Python interface:
2968 * python/py-bpevent.c (create_breakpoint_event_object): Rename C/Python
2969 variable to breakpoints.
2970 * python/py-stopevent.c (emit_stop_event): Return a Python tuple of
2971 bps instead of single breakpoint. Fix some space typos.
2972 * python/py-stopevent.c (create_breakpoint_event_object): Rename
2973 variable to breakpoints.
2974
2975 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2976
2977 * breakpoint.c (describe_other_breakpoints): Do not write 'duplicate'
2978 note if the breakpoint is internal.
2979
2980 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2981
2982 * MAINTAINERS (Write After Approval): Add myself to the list
2983
2984 2011-09-14 Pedro Alves <pedro@codesourcery.com>
2985
2986 * infrun.c (prepare_for_detach, wait_for_inferior)
2987 (fetch_inferior_event): Don't flush the register cache.
2988 * remote.c (struct stop_reply) <regcache>: Add comment.
2989
2990 2011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2991
2992 Remove excessive DWARF expressions memory duplication.
2993 * dwarf2loc.c (per_cu_dwarf_call): Remove variable back_to and its use
2994 for block.data.
2995 (indirect_pieced_value): Remove variable result. Remove variable
2996 back_to and its use for baton.data.
2997 (dwarf2_compile_expr_to_ax): Remove variable back_to and its use for
2998 block.data.
2999 * dwarf2read.c (dwarf2_fetch_die_location_block): Remove xmemdup.
3000 Update the function comment.
3001
3002 2011-09-13 Pedro Alves <pedro@codesourcery.com>
3003
3004 * inferior.h (ALL_INFERIORS): New.
3005 * linux-thread-db.c (thread_db_find_new_threads_2): Remove check
3006 for a stopped thread.
3007 (thread_db_find_new_threads): Look for threads in all inferiors.
3008
3009 2011-09-13 Pedro Alves <pedro@codesourcery.com>
3010
3011 * breakpoint.c (update_watchpoint): Handle the case of the
3012 watchpoint to update not being in the breakpoint list yet.
3013 (hw_watchpoint_use_count): New, factored out from
3014 hw_watchpoint_used_count.
3015 (hw_watchpoint_used_count): Rename to ...
3016 (hw_watchpoint_used_count_others): ... this. Add `except'
3017 parameter. Don't count resources of `except'. Use
3018 hw_watchpoint_use_count.
3019
3020 2011-09-13 Pedro Alves <pedro@codesourcery.com>
3021
3022 * gdbthread.h (enum thread_state): Moved here.
3023 (struct thread_info): Rename `executing_' field to `executing' and
3024 `state_' to `state'.
3025 * thread.c (enum thread_state): Moved to gdbthread.h.
3026 (new_thread, add_thread_silent, delete_thread_1)
3027 (any_live_thread_of_process, thread_alive, set_running)
3028 (set_running, is_thread_state, any_running, is_executing)
3029 (set_executing, finish_thread_state, print_thread_info)
3030 (do_captured_thread_select): Adjust.
3031
3032 2011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3033
3034 Fix compatibility with gcc < 4.3 and non-gcc compilers.
3035 * amd64-tdep.c (amd64_skip_xmm_prologue): Convert 0b constants.
3036
3037 2011-09-12 Pedro Alves <pedro@codesourcery.com>
3038 Matt Rice <ratmice@gmail.com>
3039
3040 PR gdb/13175
3041
3042 * interps.c (struct interp) <interpreter_out>: Delete field.
3043 (interp_new): Remove the data and uiout parameters and adjust.
3044 (interp_set): Only set the current_uiout from the interpreter's
3045 uiout after initializing the interpreter. Adjust call to
3046 init_proc.
3047 (interp_ui_out): Adjust to call procs->ui_out_proc.
3048 (interp_data, interp_name): New.
3049 * interps.h (interp_init_ftype): Add `self' parameter.
3050 (interp_ui_out_ftype): New typedef.
3051 (struct interp_procs) <ui_out_proc>: New method pointer.
3052 (interp_new): Remove the data and uiout parameters.
3053 (interp_data, interp_name): Declare.
3054 * tui/tui-interp.c (tui_init): Adjust prototype.
3055 (tui_ui_out): New.
3056 (_initialize_tui_interp): Install tui_ui_out. Don't instanciate
3057 tui_out here. Adjust call to interp_new.
3058 * tui/tui-io.c (tui_initialize_io): Don't set current_uiout here.
3059 * cli/cli-interp.c (cli_interpreter_init): Adjust prototype.
3060 (cli_ui_out): New.
3061 (_initialize_cli_interp): Install it. Adjust call to interp_new.
3062 * mi/mi-common.h (struct mi_interp) <uiout>: New field.
3063 * mi/mi-interp.c (mi_interpreter_init): Adjust prototype.
3064 Initialize mi->uiout depending on the mi_version as extracted from
3065 the interpreter's name.
3066 (mi_ui_out): New.
3067 (_initialize_mi_interp): Install mi_ui_out. Adjust calls to
3068 interp_new. Don't allocate the ui_out's of the interpreters here.
3069
3070 2011-09-12 Aleksandar Ristovski <aristovski@qnx.com>
3071
3072 * solib.c (solib_used): New function.
3073 (update_solib_list, reload_shared_libraries_1): Check if objfile is used
3074 by another so_list object before freeing it.
3075
3076 2011-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3077
3078 Code cleanup.
3079 * mi/mi-cmd-stack.c (list_args_or_locals): Use enum for the parameter
3080 values.
3081
3082 2011-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3083
3084 Code cleanup.
3085 * amd64-tdep.c (amd64_skip_prologue): Move the XMM code to ...
3086 (amd64_skip_xmm_prologue): ... this new function. Describe its
3087 parameters. No longer use amd64_prologue_line_bug.
3088 * defs.h (producer_is_gcc_ge_4): New declaration.
3089 * dwarf2read.c (producer_is_gcc_ge_4): Move to utils.c.
3090 (process_full_comp_unit): Update its caller. Remove
3091 amd64_prologue_line_bug initialization.
3092 * symtab.h (struct symtab): Remove field amd64_prologue_line_bug.
3093 * utils.c (producer_is_gcc_ge_4): Moved here from dwarf2read.c.
3094
3095 2011-09-09 Pedro Alves <pedro@codesourcery.com>
3096
3097 * linux-nat.h (enum resume_kind): New.
3098 (struct lwp_info) <last_resume_kind>: New field.
3099 * linux-nat.c (linux_child_follow_fork): Set last_resume_kind to
3100 resume_stop on the new lwp.
3101 (add_lwp): Set last_resume_kind as resume_continue by default.
3102 (lin_lwp_attach_lwp): Set last_resume_kind as resume_stop.
3103 (resume_lwp): New, factored out from resume_callback. Also check
3104 for pending status in lp->waitstatus.
3105 (resume_callback): Reimplement.
3106 (resume_clear_callback): Set last_resume_kind as resume_stop.
3107 (resume_set_callback): Set last_resume_kind as resume_continue.
3108 (linux_nat_resume, linux_handle_extended_wait): Set
3109 last_resume_kind.
3110 (running_callback): Also check lp->waitstatus for pending events.
3111 (select_singlestep_lwp_callback): Check that lp->last_resume_kind
3112 is resume_step.
3113 (stop_and_resume_callback): Don't re-resume if the core wanted the
3114 lwp stopped. Use resume_lwp instead of resume_callback. Avoid
3115 using an invalidated pointer.
3116 (linux_nat_filter_event): Don't discard SIGSTOPs as delayed
3117 SIGSTOPs if the core wanted the LWP to stop.
3118 (linux_nat_wait_1) Don't consume a pending SIGSTOP if the core
3119 wanted the lwp to stop. If the core wanted the lwp to stop, and
3120 the lwp stopped with a SIGSTOP, report a TARGET_SIGNAL_0 instead
3121 of TARGET_SIGNAL_STOP.
3122 (linux_nat_stop_lwp): Don't synchronously wait for the lwp to stop
3123 here. Instead, signal the lwp, and set the last_resume_kind to
3124 resume_stop.
3125
3126 2011-09-09 Pedro Alves <pedro@codesourcery.com>
3127
3128 * linux-nat.c (lin_lwp_attach_lwp): Return 1 (ignore) instead of
3129 -1 (error), if the lwp exits right after attaching.
3130
3131 2011-09-08 Doug Evans <dje@google.com>
3132
3133 * py-cmd.c: Some minor formatting fixes.
3134 (gdbpy_parse_command_name): Rename text arg to name, make const.
3135 All callers updated.
3136 * python-internal.h (gdbpy_parse_command_name): Update.
3137
3138 * cli/cli-decode.c (add_cmd): Add comment.
3139
3140 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3141
3142 PR breakpoints/12435
3143 * amd64-tdep.c (amd64_skip_prologue): New variables start_pc_sal,
3144 next_sal, buf, offset and xmmreg. Advance PC if it sees the PR.
3145 * dwarf2read.c (process_full_comp_unit): Initialize
3146 amd64_prologue_line_bug.
3147 * symtab.h (struct symtab): New field amd64_prologue_line_bug.
3148
3149 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3150
3151 Fix TUI screen corruption.
3152 * utils.c (fputs_maybe_filtered): Replace !input_from_terminal_p by
3153 batch_flag.
3154
3155 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3156
3157 * findvar.c (read_var_value): Never return NULL, throw an error
3158 instead. Update the function comment. State symbol name in the error
3159 messages.
3160 * python/py-frame.c (frapy_read_var): Remove handling of NULL from
3161 read_var_value.
3162 * stack.c (print_frame_args): Likewise.
3163 * valops.c (value_of_variable): Likewise.
3164
3165 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3166
3167 * stack.c (print_frame_args): New variable except. Wrap
3168 read_var_value and common_val_print into TRY_CATCH.
3169
3170 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3171
3172 * eval.c (evaluate_subexp_standard) <OP_THIS>: Update the value_of_this
3173 caller to value_of_this.
3174 * p-exp.y: Update the value_of_this caller to value_of_this_silent.
3175 Twice.
3176 * valops.c (value_of_this): Remove parameter complain and variable ret.
3177 Update function comment. Never return NULL by this code.
3178 (value_of_this_silent): New function.
3179 * value.h (value_of_this): Remove parameter complain.
3180 (value_of_this_silent): New declaration.
3181
3182 2011-09-07 Yao Qi <yao@codesourcery.com>
3183
3184 * gdbthread.h (struct thread_info): Remove fields
3185 `stepping_through_solib_after_catch' and
3186 `stepping_through_solib_catchpoints'.
3187 * infrun.c (init_thread_stepping_state): Update.
3188 (process_event_stop_test, currently_stepping): Update.
3189 (currently_stepping_or_nexting_callback): Update.
3190
3191 2011-09-07 Yao Qi <yao@codesourcery.com>
3192
3193 * gdbthread.h (struct thread_info): Comment on field
3194 `step_after_step_resume_breakpoint'.
3195
3196 2011-09-07 Abhijit Halder <abhijit.k.halder@gmail.com>
3197
3198 * remote.c (remote_console_output): Reindent.
3199
3200 2011-09-06 Luis Machado <lgustavo@codesourcery.com>
3201
3202 * frame.c (has_stack_frames): Check for currently selected
3203 traceframe.
3204
3205 2011-09-06 Pedro Alves <pedro@codesourcery.com>
3206
3207 * event-top.h (MAXPROMPTS, struct prompts): Delete.
3208 (set_async_annotation_level, set_async_prompt, pop_prompt)
3209 (push_prompt, new_async_prompt): Delete declarations.
3210 * top.h (get_prompt, set_prompt): Change prototype.
3211 (get_prefix, set_prefix, get_suffix, set_suffix): Delete
3212 declarations.
3213 * top.c (command_loop):
3214 (top_prompt): New global.
3215 (get_prefix, set_prefix, get_suffix, ): Delete.
3216 (get_prompt, set_prompt): Rewrite.
3217 (show_new_async_prompt): Rename to ...
3218 (show_prompt): ... this.
3219 (init_main): Adjust. Don't handle --annotate=2 here.
3220 * event-top.c (new_async_prompt): Delete.
3221 (the_prompts): Delete.
3222 (more_to_come): Make static.
3223 (display_gdb_prompt): Use top_level_prompt() to compute the top
3224 level prompt, and don't notify the before_prompt observers
3225 directly here. Always trick readline into not trying to display
3226 the prompt if sync_execution and displaying the primary prompt.
3227 If displaying a local/secondary prompt, always show it, even if
3228 sync_execution is set.
3229 (change_annotation_level): Delete.
3230 (top_level_prompt): New, based on change_annotation_level.
3231 (push_prompt, pop_prompt): Delete.
3232 (async_disable_stdin): No longer pushes prompt.
3233 (command_line_handler): No longer pushes or pops prompt. If more
3234 input is expected, call display_gdb_prompt with an explicit empty
3235 prompt.
3236 (async_stop_sig): Adjust.
3237 (set_async_annotation_level, set_async_prompt): Delete.
3238 * python/python.c (before_prompt_hook): Adjust.
3239
3240 2011-09-05 Pedro Alves <pedro@codesourcery.com>
3241
3242 PR cli/13110
3243
3244 * infrun.c (fetch_inferior_event): Check if there's a selected
3245 thread before checking if the selected thread is executing.
3246
3247 2011-09-05 Pedro Alves <pedro@codesourcery.com>
3248
3249 * inf-loop.c (execute_command): Don't check if the current thread
3250 if running before synchronously waiting for command completion.
3251 * infrun.c (fetch_inferior_event): Handle "set exec-done-display"
3252 here.
3253 (normal_stop): Call async_enable_stdin here.
3254 * inf-loop.c (inferior_event_handler): Don't call
3255 async_enable_stdin, nor handle "set exec-done-display" here.
3256
3257 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3258
3259 GDB 7.3.1 released.
3260
3261 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3262
3263 * NEWS: Change `7.3' into `7.3.1' in `Changes since GDB 7.3'.
3264
3265 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3266
3267 * NEWS: Add entry for OpenBSD/NetBSD build failure.
3268
3269 2011-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3270
3271 * config/s390/s390.mh (NATDEPFILES): Add linux-procfs.o dependency.
3272
3273 2011-09-02 Matt Rice <ratmice@gmail.com>
3274
3275 PR gdb/10720
3276 * event-top.c (cli_command_loop): Replace readline setup with
3277 direct call to display_gdb_prompt.
3278 (display_gdb_prompt): Do not call observer mechanism during
3279 synchronous execution.
3280
3281 2011-09-02 Pedro Alves <pedro@codesourcery.com>
3282
3283 * linux-nat.c (in_pid_list_p): New.
3284 (linux_record_stopped_pid): Delete.
3285 (lin_lwp_attach_lwp): Check if PTRACE_ATTACH failed because we're
3286 already attached to the LWP. Return an indication if so.
3287 (linux_nat_filter_event): Adjust.
3288 * linux-thread-db.c (attach_thread): Handle lin_lwp_attach_lwp
3289 returning an indication to ignore this thread.
3290
3291 2011-09-02 Pedro Alves <pedro@codesourcery.com>
3292
3293 * top.c: Include interps.h.
3294 (execute_command): If the target can async, but the interpreter is
3295 in sync mode, synchronously wait for the command to finish before
3296 returning.
3297 (execute_command_to_string): Force the interpreter to sync mode.
3298 * infrun.c: Include interps.h.
3299 (fetch_inferior_event): Don't restore the prompt yet if the
3300 interpreter is in sync mode.
3301 * interps.c (interpreter_async): New global.
3302 * interps.h (interpreter_async): Declare.
3303 * inf-loop.c: Include interps.h.
3304 (inferior_event_handler): Don't print the language change or run
3305 breakpoint commands yet if the interpreter in is sync mode.
3306 * main.c (captured_command_loop): Flip the interpreter to async
3307 mode.
3308 * cli/cli-script.c: Include interps.h.
3309 (execute_user_command, while_command, if_command): Force the
3310 interpreter to sync mode.
3311 * python/python.c: Include interps.h.
3312 (python_command, execute_gdb_command): Force the interpreter to
3313 sync mode.
3314
3315 2011-09-02 Pedro Alves <pedro@codesourcery.com>
3316
3317 * value.c (show_convenience): Catch errors thrown while printing
3318 each internal variable.
3319 * infrun.c (validate_siginfo_access): New function.
3320 (siginfo_value_read, siginfo_value_write): Call it.
3321
3322 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3323
3324 Revert:
3325 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
3326 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
3327 attribute.
3328
3329 2011-08-29 Yao Qi <yao@codesourcery.com>
3330
3331 * solib-dsbt.c (bfd_lookup_symbol): Removed.
3332 (cmp_name): New.
3333 (enable_break2): Update caller.
3334 * solib-frv.c (bfd_lookup_symbol): Removed.
3335 (cmp_name): New.
3336 (enable_break2): Update caller.
3337 * solib-pa64.c (bfd_lookup_symbol): Removed.
3338 (cmp_name): New.
3339 * solib-svr4.c (bfd_lookup_symbol): Removed.
3340 (cmp_name_and_sec_flags): New.
3341 (enable_break): Update caller.
3342 * solib.c (gdb_bfd_lookup_symbol_from_symtab): New.
3343 (gdb_bfd_lookup_symbol_from_dyn_symtab): New.
3344 (gdb_bfd_lookup_symbol): New.
3345 * solib.h: Functions declarations.
3346
3347 2011-08-29 Yao Qi <yao@codesourcery.com>
3348
3349 * Makefile.in (ALL_TARGET_OBS): Add tic6x-tdep.o tic6x-linux-tdep.o
3350 and solib-dsbt.o.
3351
3352 2011-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3353
3354 Fix TUI stepi on code without symbols.
3355 * tui/tui-stack.c (tui_show_frame_info): Remove error, set LOW for
3356 current PC instead.
3357
3358 2011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3359
3360 Code cleanup.
3361 * mi/mi-cmd-stack.c (list_args_or_locals): Remove stb initialization
3362 and the static keyword.
3363 * mi/mi-cmd-target.c (mi_cmd_target_file_get, mi_cmd_target_file_put):
3364 Make prefix an array.
3365 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
3366 * mi/mi-main.c (get_register): Remove stb initialization and the static
3367 keyword.
3368
3369 2011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3370
3371 Code cleanup - make mi_opt const.
3372 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Make
3373 opts const.
3374 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
3375 * mi/mi-cmd-env.c (mi_cmd_env_path): Likewise.
3376 (mi_cmd_env_dir): Likewise.
3377 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Likewise.
3378 (mi_cmd_target_file_put): Likewise.
3379 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
3380 * mi/mi-cmd-var.c (mi_cmd_var_evaluate_expression): Likewise.
3381 * mi/mi-getopt.c (mi_getopt): Make opts and opt const.
3382 (mi_valid_noargs): Make opts const.
3383 * mi/mi-getopt.h (mi_getopt): Make opts and opt const.
3384 * mi/mi-main.c (mi_cmd_list_thread_groups): Make opts const.
3385 (mi_cmd_data_read_memory): Likewise.
3386 (mi_cmd_data_read_memory_bytes): Likewise.
3387 (mi_cmd_data_write_memory): Likewise.
3388
3389 2011-08-26 Matt Rice <ratmice@gmail.com>
3390
3391 * solib-sunos.c (allocate_rt_common_objfile): Add missing arguments to
3392 bcache_xmalloc, replace bcache_xmalloc with call to
3393 psymbol_bcache_init for psymbol_cache.
3394 * symfile.c (reread_symbols): Remove extra calls to bcache_xmalloc.
3395
3396 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3397
3398 * inf-loop.c (inferior_event_handler): Add exception_print in
3399 INF_EXEC_COMPLETE.
3400
3401 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3402
3403 * breakpoint.c (bpstat_do_actions): New variable cleanup_if_error, call
3404 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
3405 * defs.h (make_bpstat_clear_actions_cleanup): New declaration.
3406 * exceptions.c (throw_exception): Remove the bpstat_clear_actions call.
3407 * inf-loop.c (inferior_event_handler): New variable cleanup_if_error,
3408 call make_bpstat_clear_actions_cleanup and discard_cleanups for it.
3409 Call bpstat_clear_actions for failed fetch_inferior_event_wrapper.
3410 * infrun.c (fetch_inferior_event): Call
3411 make_bpstat_clear_actions_cleanup.
3412 * top.c (execute_command): New variable cleanup_if_error, call
3413 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
3414 * utils.c (do_bpstat_clear_actions_cleanup)
3415 (make_bpstat_clear_actions_cleanup): New functions.
3416
3417 2011-08-26 Pedro Alves <pedro@codesourcery.com>
3418
3419 * linux-nat.c (linux_child_follow_fork): Don't set lp->resumed on
3420 either the parent or the child forks. Rename a couple locals.
3421
3422 2011-08-26 Pedro Alves <pedro@codesourcery.com>
3423
3424 * linux-nat.c (wait_lwp): Avoid assuming errno is preserved by a
3425 library call. Avoid reading the `status' local if all waitpid
3426 calls failed.
3427
3428 2011-08-26 Pedro Alves <pedro@codesourcery.com>
3429
3430 * common/linux-osdata.c (get_cores_used_by_process): Don't assume
3431 opening /proc/PID/task always succeeds.
3432
3433 2011-08-26 Aleksandar Ristovski <aristovski@qnx.com>
3434
3435 * linespec.c (symtab_from_filename): Check for the end of string.
3436
3437 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
3438
3439 PR mi/11912
3440 * varobj.c (cplus_describe_child): Add the keyword
3441 'class' to the output of the method when dealing
3442 with a cast to a base class.
3443
3444 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3445
3446 No functionality change.
3447 * breakpoint.c (bpstat_clear_actions): Remove the BS parameter, make
3448 function comment a reference, new variables tp and bs, move here code
3449 from throw_exception.
3450 * breakpoint.h (bpstat_clear_actions): Remove the BS parameter,
3451 describe it in the comment.
3452 * exceptions.c (throw_exception): Remove variable tp, move the code for
3453 bpstat_clear_actions to bpstat_clear_actions.
3454
3455 2011-08-24 Luis Machado <lgustavo@codesourcery.com>
3456
3457 * linux-nat.h (linux_proc_get_tgid): Remove declaration.
3458 * linux-nat.c: Include linux-procfs.h.
3459 (linux_proc_get_tgid): Move to ...
3460 * common/linux-procfs.c: ... here. New file.
3461 * common/linux-procfs.h: New file.
3462 * linux-thread-db.c: Include linux-procfs.h.
3463 * Makefile.in: Update dependencies.
3464 * config/alpha/alpha-linux.mh: Add linux-procfs.o dependency.
3465 * config/arm/linux.mh: Likewise.
3466 * config/i386/linux.mh: Likewise.
3467 * config/i386/linux64.mh: Likewise.
3468 * config/ia64/linux.mh: Likewise.
3469 * config/m32r/linux.mh: Likewise.
3470 * config/m68k/linux.mh: Likewise.
3471 * config/mips/linux.mh: Likewise.
3472 * config/pa/linux.mh: Likewise.
3473 * config/pa/linux.mh: Likewise.
3474 * config/powerpc/linux.mh: Likewise.
3475 * config/powerpc/ppc64-linux.mh: Likewise.
3476 * config/powerpc/spu-linux.mh: Likewise.
3477 * config/sparc/linux.mh: Likewise.
3478 * config/sparc/linux64.mh: Likewise.
3479 * config/xtensa/linux.mh: Likewise.
3480
3481 2011-08-24 Hui Zhu <teawater@gmail.com>
3482
3483 * tracepoint.c (cond_string_is_same): New function.
3484 (find_matching_tracepoint): Add condition check
3485 by cond_string_is_same.
3486
3487 2011-08-23 Josh Matthews <josh@joshmatthews.net>
3488
3489 Fix build error in Darwin port.
3490 * darwin-nat-info.c (darwin_debug_regions_recurse): New variable uiout.
3491
3492 2011-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3493
3494 Code cleanup.
3495 * breakpoint.c (bpstat_clear_actions): Remove clearing of commands_left.
3496 (command_line_is_silent): New function.
3497 (bpstat_do_actions_1): No longer use commands_left, use
3498 command_line_is_silent for commands.
3499 (bpstat_alloc): Remove clearing of commands_left.
3500 (bpstat_stop_status): Remove initialization of commands_left, use
3501 command_line_is_silent.
3502 * breakpoint.h (struct bpstats): Remove commands_left.
3503
3504 2011-08-18 Keith Seitz <keiths@redhat.com>
3505
3506 PR c++/12266
3507 * cp-name-parser.y (struct demangle_info): Remove unused
3508 member PREV.
3509 (d_grab): Likewise.
3510 (allocate_info): Change return type to struct demangle_info *.
3511 Always allocate a new demangle_info.
3512 Remove unused PREV pointer.
3513 (cp_new_demangle_parse_info): New function.
3514 (cp_demangled_name_parse_free): New function.
3515 (do_demangled_name_parse_free_cleanup): New function.
3516 (make_cleanup_cp_demangled_name_parse_free): New function.
3517 (cp_demangled_name_to_comp): Change return type to
3518 struct demangle_parse_info *.
3519 Allocate a new storage for each call.
3520 (main): Update usage for cp_demangled_name_to_comp
3521 API change.
3522 * cp-support.h (struct demangle_parse_info): New structure.
3523 (cp_demangled_name_to_comp): Update API change for
3524 return type.
3525 (cp_new_demangle_parse_info): Declare.
3526 (make_cleanup_cp_demangled_name_parse_free): New declaration.
3527 (cp_demangled_name_parse_free): Declare.
3528 * cp-support.c (cp_canonicalize_string): Update API
3529 change for cp_demangled_name_to_comp.
3530 (mangled_name_to_comp): Likewise.
3531 Return struct demangle_parse_info, too.
3532 (cp_class_name_from_physname): Update mangled_name_to_comp
3533 API change.
3534 (method_name_from_physname): Likewise.
3535 (cp_func_name): Update API change for cp_demangled_name_to_comp.
3536 (cp_remove_params): Likewise.
3537 * python/py-type.c (typy_legacy_template_argument): Likewise.
3538
3539 * cp-support.h (cp_canonicalize_string_no_typedefs): Declare.
3540 (cp_merge_demangle_parse_infos): Declare.
3541 * cp-support.c (ignore_typedefs): New file global.
3542 (copy_string_to_obstack): New function.
3543 (inspect_type): New function.
3544 (replace_typedefs): New function.
3545 (replace_typedefs_qualified_name): New function.
3546 (cp_canonicalize_string_no_typedefs): New function.
3547 * cp-name-parser.y (cp_merge_demangle_parse_infos): New function.
3548 (cp_new_demangle__parse_info): Allocate and initialize the obstack.
3549 * linespec.c (find_methods): Use cp_canonicalize_string_no_typedefs
3550 instead of cp_canonicalize_string.
3551 (find_method): Likewise.
3552 (decode_compound): Before looking up the name, call
3553 cp_canonicalize_string_no_typedefs.
3554 (decode_variable): Likewise.
3555
3556 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3557 Tom Tromey <tromey@redhat.com>
3558 Matt Rice <ratmice@gmail.com>
3559
3560 * python/lib/gdb/prompt.py: New file.
3561 * python/lib/gdb/command/prompt.py: New file.
3562 * NEWS: Document set extended-prompt and gdb.prompt library
3563
3564 2011-08-16 Yao Qi <yao@codesourcery.com>
3565
3566 * tic6x-linux-tdep.c: Move const arrays definition from here...
3567 * tic6x-tdep.c: to here ...
3568
3569 2011-08-14 Yao Qi <yao@codesourcery.com>
3570
3571 * NEWS: New port to Texas Instruments TMS320C6x.
3572
3573 2011-08-14 Andrew Jenner <andrew@codesourcery.com>
3574 Bernd Schmidt <bernds@codesourcery.com>
3575 Yao Qi <yao@codesourcery.com>
3576
3577 * configure.tgt: Handle tic6x-*-*linux and tic6x-*-*.
3578 * solib-dsbt.c: New file. Support DSBT shared object.
3579 * tic6x-linux-tdep.c: New file.
3580 * tic6x-tdep.c: New file.
3581 * tic6x-tdep.h: New file.
3582
3583 2011-08-14 Andrew Stubbs <ams@codesourcery.com>
3584 Yao Qi <yao@codesourcery.com>
3585
3586 * remote.c (PACKET_qXfer_fdpic): New enum value.
3587 (remote_protocol_features): Add qXfer:fdpic:read packet.
3588 (remote_xfer_partial): Support TARGET_OBJECT_FDPIC.
3589 (_initialize_remote): Add set/show remote read-fdpic-loadmap command.
3590 * target.h (enum target_object): Add TARGET_OBJECT_FDPIC.
3591
3592 2011-08-14 Yao Qi <yao@codesourcery.com>
3593
3594 Target description for tic6x.
3595 * features/Makefile (WHICH): Add tic6x-c64xp tic6x-c64x tic6x-c62x
3596 tic6x-c64xp-linux tic6x-c64x-linux and tic6x-c62x-linux.
3597 * features/tic6x-c6xp.xml, features/tic6x-core.xml: New.
3598 * features/tic6x-gp.xml, features/tic6x-c62x.xml: New.
3599 * features/tic6x-c64x.xml, features/tic6x-c64xp.xml: New.
3600 * features/tic6x-c62x-linux.xml, features/tic6x-c64x-linux.xml: New.
3601 * features/tic6x-c64xp-linux.xml: New.
3602 * features/tic6x-c64xp.c, features/tic6x-c64x.c: Generated.
3603 * features/tic6x-c62x.c, features/tic6x-c64xp-linux.c: Generated.
3604 * features/tic6x-c64x-linux.c, features/tic6x-c62x-linux.c: Generated.
3605 * regformats/tic6x-c62x.dat, regformats/tic6x-c64x.dat: Generated.
3606 * regformats/tic6x-c64xp.dat,
3607 regformats/tic6x-c62x-linux.dat: Generated.
3608 * regformats/tic6x-c64x-linux.dat,
3609 regformats/tic6x-c64xp-linux.dat: Generated.
3610 * config/djgpp/fnchange.lst: Add features/tic6x-*.xml and
3611 features/tic6x-*.c files.
3612 Add regformats/tic6x-*.dat files.
3613
3614 2011-08-12 Doug Evans <dje@google.com>
3615
3616 * NEWS: Mention new "type" attribute of python gdb.Symbol objects.
3617 * python/py-symbol.c (sympy_get_type): New function.
3618 (symbol_object_getset): Add "type".
3619
3620 2011-08-12 Pedro Alves <pedro@codesourcery.com>
3621
3622 PR tui/13073
3623
3624 * tui/tui-regs.c (tui_show_register_group): Skip registers with an
3625 empty name.
3626 (tui_show_register_group): Don't store a byte buffer in the data
3627 element's value.
3628 (tui_register_format): Skip registers with an empty name.
3629 (tui_get_register): Store a struct value in the data element's
3630 value field instead of a byte buffer holding the raw register
3631 contents. Account for optimized-out and unavailable registers
3632 when comparing register contents.
3633
3634 2011-08-09 Pedro Alves <pedro@codesourcery.com>
3635
3636 * printcmd.c (current_display_number): Update comment.
3637 (disable_current_display_cleanup): Delete.
3638 (do_one_display): Use make_cleanup_restore_integer. Gracefully
3639 catch errors thrown while evaluating and printing the display.
3640
3641 2011-08-09 Tom Tromey <tromey@redhat.com>
3642
3643 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
3644
3645 2011-08-09 Pedro Alves <pedro@codesourcery.com>
3646
3647 * elfread.c (elf_symtab_read): Rework comments.
3648 * maint.c (maintenance_command): Ditto.
3649 * somread.c (som_symtab_read): Ditto.
3650 * solib.c (solib_find, solib_map_sections, update_solib_list)
3651 (solib_add, info_sharedlibrary_command, solib_name_from_address)
3652 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
3653 (sharedlibrary_command, no_shared_libraries): Ditto.
3654 * solib-irix.c (locate_base, disable_break, enable_break)
3655 (irix_solib_create_inferior_hook, irix_solib_create_inferior_hook)
3656 (irix_current_sos, irix_open_symbol_file_object)
3657 (irix_special_symbol_handling): Ditto.
3658 * solib-sunos.c (locate_base, first_link_map_member)
3659 (sunos_current_sos, disable_break, enable_break)
3660 (sunos_special_symbol_handling, sunos_solib_create_inferior_hook):
3661 Ditto.
3662 * solib-svr4.c (bfd_lookup_symbol, elf_locate_base, locate_base)
3663 (open_symbol_file_object, svr4_current_sos, enable_break)
3664 (svr4_special_symbol_handling, svr4_solib_create_inferior_hook):
3665 Ditto.
3666 * solib-frv.c (bfd_lookup_symbol, open_symbol_file_object)
3667 (frv_current_sos, enable_break, frv_special_symbol_handling)
3668 (frv_solib_create_inferior_hook): Ditto.
3669 * solist.h (struct target_so_ops): Extend the comments of the
3670 special_symbol_handling, current_sos and open_symbol_file_object
3671 methods.
3672
3673 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3674
3675 * python/lib/gdb/__init__.py: Auto-load files in command and
3676 function directories.
3677 * python/python.c (finish_python_initialization): Use
3678 os.path.join.
3679 * python/lib/gdb/command/pretty_printers.py: Self register
3680 command.
3681 * NEWS: Document auto-loading.
3682
3683 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3684
3685 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>
3686 (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_LITERAL>: New variable
3687 objfile_gdbarch. Fix BFD_ENDIAN_BIG case.
3688
3689 2011-08-08 Tom Tromey <tromey@redhat.com>
3690
3691 * breakpoint.c (clean_up_filters): Remove.
3692 (catch_syscall_split_args): Use VEC_cleanup.
3693
3694 2011-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3695
3696 * cp-name-parser.y (xfree): Wrap the name free by CONCAT2.
3697 (main): Uncomment "Demangling error\n".
3698
3699 2011-08-05 Paul Pluzhnikov <ppluzhnikov@google.com>
3700
3701 * solib-target.c (segment_attributes): Make them static.
3702 (section_attributes, library_children, library_attributes): Likewise.
3703 (library_list_children, library_list_attributes): Likesise.
3704 (library_list_elements): Likewise.
3705
3706 2011-08-05 Pedro Alves <pedro@codesourcery.com>
3707
3708 * exceptions.c (throw_exception): Don't disable the current
3709 display.
3710 * printcmd.c (disable_current_display_cleanup): New function.
3711 (do_one_display): Install a cleanup to disable the current display
3712 if doing the display throws.
3713
3714 2011-08-05 Eli Zaretskii <eliz@gnu.org>
3715
3716 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move the
3717 initialization of the tp_new member to the corresponding
3718 gdbpy_initialize_* function.
3719 * python/py-cmd.c (gdbpy_initialize_commands): Likewise.
3720 * python/py-frame.c (gdbpy_initialize_frames): Likewise.
3721 * python/py-function.c (gdbpy_initialize_functions): Likewise.
3722 * python/py-inferior.c (gdbpy_initialize_inferior): Likewise.
3723 * python/py-param.c (gdbpy_initialize_parameters): Likewise.
3724
3725 2011-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3726
3727 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
3728 (info_spu_mailbox_list, info_spu_mailbox_command, info_spu_dma_cmdlist)
3729 (info_spu_dma_command, info_spu_proxydma_command): Rename uiout
3730 references to current_uiout.
3731
3732 2011-08-04 Pedro Alves <pedro@codesourcery.com>
3733
3734 * event-loop.c (gdb_do_one_event): Remove `data' parameter.
3735 (start_event_loop): Use TRY_CATCH instead of catch_errors.
3736 * event-loop.h (gdb_do_one_event): Remove `data' parameter.
3737 * top.c (gdb_readline_wrapper): Adjust.
3738 * tui/tui-interp.c (tui_command_loop):
3739 (_initialize_tui_interp): Don't install it.
3740
3741 2011-08-04 Pedro Alves <pedro@codesourcery.com>
3742
3743 * ui-out.h (uiout): Rename to ...
3744 (current_uiout): ... this.
3745 * ui-out.c (uiout): Rename to ...
3746 (current_uiout): ... this.
3747 * ada-lang.c (print_it_exception, print_one_exception)
3748 (print_mention_exception): Adjust.
3749 * breakpoint.c (watchpoint_check): Adjust.
3750 (print_breakpoint_location, print_one_breakpoint, breakpoint_1)
3751 (default_collect_info, watchpoints_info, print_one_catch_fork)
3752 (print_one_catch_vfork, print_one_catch_syscall)
3753 (print_one_catch_exec, mention, print_it_ranged_breakpoint)
3754 (print_one_ranged_breakpoint, print_mention_ranged_breakpoint)
3755 (print_it_watchpoint, print_mention_watchpoint)
3756 (print_it_masked_watchpoint, print_mention_masked_watchpoint)
3757 (print_it_exception_catchpoint, print_one_exception_catchpoint)
3758 (print_mention_exception_catchpoint, say_where, bkpt_print_it)
3759 (bkpt_print_mention, momentary_bkpt_print_it)
3760 (tracepoint_print_mention, update_static_tracepoint)
3761 (tracepoints_info, save_breakpoints): Adjust.
3762 * cli-out.c (field_separator): Adjust.
3763 * cp-abi.c (list_cp_abis, show_cp_abi_cmd): Adjust.
3764 * exceptions.c (catch_exceptions_with_msg, catch_errors): Adjust.
3765 * frame.c (get_current_frame): Adjust.
3766 * infcmd.c (run_command_1, print_return_value): Adjust.
3767 * inferior.c (inferior_command, info_inferiors_command): Adjust.
3768 * infrun.c (print_end_stepping_range_reason): Adjust.
3769 (print_signal_exited_reason, print_exited_reason): Adjust.
3770 (print_signal_received_reason, print_no_history_reason): Adjust.
3771 * interps.c (interp_set): Adjust.
3772 * osdata.c (info_osdata_command): Adjust.
3773 * progspace.c (maintenance_info_program_spaces_command): Adjust.
3774 * remote-fileio.c (remote_fileio_request): Adjust.
3775 * remote.c (show_remote_cmd): Adjust.
3776 * solib.c (info_sharedlibrary_command): Adjust.
3777 * source.c (print_source_lines_base): Adjust.
3778 * stack.c (print_stack_frame): Adjust.
3779 (do_gdb_disassembly, print_frame_info, print_frame): Adjust.
3780 * symfile-mem.c (add_vsyscall_page): Adjust.
3781 * symfile.c (load_progress, generic_load)
3782 (print_transfer_performance): Adjust.
3783 * thread.c (info_threads_command, restore_selected_frame)
3784 (thread_command): Adjust.
3785 * top.c (make_cleanup_restore_ui_file): Adjust.
3786 * tracepoint.c (tvariables_info_1, trace_status_mi, tfind_1)
3787 (print_one_static_tracepoint_marker): Adjust.
3788 * cli/cli-cmds.c (print_disassembly): Adjust.
3789 * cli/cli-decode.c (print_doc_line): Adjust.
3790 * cli/cli-interp.c (safe_execute_command): Adjust.
3791 * cli/cli-logging.c (set_logging_redirect, pop_output_files)
3792 (handle_redirections): Adjust.
3793 * cli/cli-script.c (show_user_1): Adjust.
3794 * cli/cli-setshow.c (do_setshow_command, cmd_show_list): Adjust.
3795 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
3796 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Adjust.
3797 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_path)
3798 (mi_cmd_env_dir): Adjust.
3799 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
3800 (print_partial_file_name, mi_cmd_file_list_exec_source_files): Adjust.
3801 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
3802 (mi_cmd_stack_info_depth, mi_cmd_stack_list_args)
3803 (list_args_or_locals): Adjust.
3804 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
3805 (mi_cmd_var_delete, mi_cmd_var_set_format, mi_cmd_var_set_frozen)
3806 (mi_cmd_var_show_format, mi_cmd_var_info_num_children)
3807 (mi_cmd_var_list_children, mi_cmd_var_info_type)
3808 (mi_cmd_var_info_path_expression, mi_cmd_var_info_expression)
3809 (mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression)
3810 (mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one): Adjust.
3811 * mi/mi-interp.c (mi_on_normal_stop): Adjust.
3812 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_thread_select)
3813 (mi_cmd_thread_list_ids, mi_cmd_thread_info, print_one_inferior)
3814 (list_available_thread_groups, mi_cmd_list_thread_groups)
3815 (mi_cmd_data_list_register_names)
3816 (mi_cmd_data_list_changed_registers)
3817 (mi_cmd_data_list_register_values, get_register)
3818 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
3819 (mi_cmd_data_read_memory_bytes, mi_cmd_list_features)
3820 (mi_cmd_list_target_features, mi_cmd_add_inferior)
3821 (mi_execute_command, mi_load_progress): Adjust.
3822 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Adjust.
3823 * python/py-auto-load.c (print_script, info_auto_load_scripts):
3824 Adjust.
3825 * python/py-breakpoint.c (bppy_get_commands): Adjust.
3826 * tui/tui-interp.c (tui_command_loop): Adjust.
3827 * tui/tui-io.c (tui_setup_io, tui_initialize_io): Adjust.
3828
3829 2011-08-04 Pedro Alves <pedro@codesourcery.com>
3830
3831 * exceptions.c (struct catcher): Remove saved_uiout field.
3832 (exceptions_state_mc_init): Remove the `func_uiout' parameter, and
3833 no longer save/resvore the global ui_out builder.
3834 (catch_exceptions_with_msg): Save/override/restore the global
3835 ui_out builder manually instead of relying on TRY_CATCH to do it.
3836 (catch_errors): Save/restore the global ui_out builder manually
3837 instead of relying on TRY_CATCH to do it.
3838 * exceptions.h (exceptions_state_mc_init): Remove the `func_uiout'
3839 parameter.
3840 (TRY_CATCH): Adjust.
3841 * cli/cli-interp.c (safe_execute_command): Save/override/restore
3842 the global ui_out builder manually instead of relying on TRY_CATCH
3843 to do it.
3844
3845 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3846
3847 * breakpoint.c (update_global_location_list): Ensure
3848 invariant 'first loc marked not duplicated and inserted,
3849 following locs marked duplicated/not inserted' is respected
3850 for multiple locations at the same address.
3851 (unduplicated_should_be_inserted) New function.
3852 (swap_insertion) New function.
3853
3854 2011-08-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3855
3856 * stack.c (print_frame_arguments_choices): Comment typo fix.
3857
3858 2011-08-01 Thiago Jung Bauermann <bauerman@br.ibm.com>
3859
3860 Revert:
3861 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3862 * breakpoint.c (insert_bp_location): Remove disabled_breaks
3863 argument. Update callers.
3864
3865 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
3866
3867 PR gdb/13045
3868 * doublest.c (convert_doublest_to_floatformat): Pass correct
3869 mantissa length to put_field.
3870
3871 2011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3872
3873 * stack.c (do_gdb_disassembly): Use RETURN_MASK_ERROR, simplify the
3874 exception_print code path.
3875 (backtrace_command): Remove variable e. Protect arg by make_cleanup in
3876 advance. Simplify memset. Remove TRY_CATCH. Remove explicit xfree.
3877 (backtrace_full_command): Remove variable e. Remove TRY_CATCH.
3878
3879 2011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3880
3881 Code cleanup.
3882 * stack.c (struct print_stack_frame_args, print_stack_frame_stub):
3883 Remove, merge them into ...
3884 (print_stack_frame): ... here with a TRY_CATCH. New variable e, remove
3885 variable args and its initialization.
3886 (struct print_args_args, print_args_stub): Remove, merge them into
3887 print_frame.
3888 (struct gdb_disassembly_stub_args, gdb_disassembly_stub): Remove, merge
3889 them into ...
3890 (do_gdb_disassembly): ... here. Remove variable args and its
3891 initialization.
3892 (print_frame): Remove variable args and its initialization, new
3893 variable gdbarch and numargs (from print_args_stub), inline here
3894 print_args_stub with a TRY_CATCH.
3895 (struct backtrace_command_args, backtrace_command_stub): Remove, merge
3896 them into ...
3897 (backtrace_command, backtrace_full_command): ... here with a TRY_CATCH.
3898 New variable e, remove variable btargs and its initialization.
3899
3900 2011-08-01 Tristan Gingold <gingold@adacore.com>
3901
3902 * darwin-nat.c (darwin_decode_exception_message): Adjust assertion.
3903
3904 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3905
3906 * breakpoint.c (insert_bp_location): Document return value.
3907 (insert_breakpoint_locations): Fix documentation.
3908 (remove_breakpoints): Add documentation.
3909
3910 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3911
3912 * breakpoint.c (insert_bp_location): Remove disabled_breaks
3913 argument. Update callers.
3914
3915 2011-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3916
3917 * stack.c (print_frame_info): Comment typo fix.
3918
3919 2011-07-29 Sterling Augustine <saugustine@google.com>
3920
3921 * MAINTAINERS (Write After Approval): Add myself to the list.
3922
3923 2011-07-29 Tom Tromey <tromey@redhat.com>
3924
3925 * solib-target.c: Use DEF_VEC_I, not DEF_VEC_O.
3926 (library_list_start_segment): Update.
3927 (library_list_start_section): Update.
3928
3929 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
3930
3931 * varobj.c (value_get_print_value): Move hint check later into the
3932 function. Comment function. Free thevalue before reusing it.
3933
3934 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3935 Pedro Alves <pedro@codesourcery.com>
3936
3937 * eval.c (evaluate_subexp_standard): Remove not_lval from all calls of
3938 value_one.
3939 * valops.c (value_one): Remove parameter lv. Do not pass it to itself.
3940 Assert the result kind.
3941 * value.h (value_one): Remove parameter lv.
3942
3943 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3944
3945 Fix crash on lval_computed values.
3946 * valops.c (value_zero): Use not_lval for lval_computed.
3947
3948 2011-07-27 Tom Tromey <tromey@redhat.com>
3949
3950 * Makefile.in (HFILES_NO_SRCDIR): Add 'common' prefix for
3951 gdb_assert.h, gdb_locale.h, gdb_dirent.h.
3952
3953 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3954
3955 * typeprint.c (_initialize_typeprint): Extend the help of "whatis" and
3956 "ptype" by their typedefs difference.
3957
3958 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3959
3960 * dwarf2expr.c (ctx_no_read_reg): New function.
3961 * dwarf2expr.h (ctx_no_read_reg): New declaration.
3962 * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
3963 (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
3964 (decode_locdesc): Replace by a caller of dwarf_expr_eval.
3965
3966 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3967
3968 * dwarf2-frame.c (no_get_frame_base, no_get_frame_cfa, no_get_frame_pc)
3969 (no_get_tls_address, no_dwarf_call, no_base_type): Move to the other
3970 file.
3971 (dwarf2_frame_ctx_funcs): Reference the renamed functions.
3972 * dwarf2expr.c (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
3973 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
3974 (ctx_no_get_base_type): Move the functions here.
3975 * dwarf2expr.h (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
3976 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
3977 (ctx_no_get_base_type): New declarations.
3978
3979 2011-07-27 Tom Tromey <tromey@redhat.com>
3980
3981 * xcoffread.c (dwarf2_xcoff_names): Add 'macro' and 'sentinel'
3982 entries.
3983 * symfile.h (struct dwarf2_debug_sections) <sentinel>: New field.
3984 * dwarf2read.c (dwarf2_elf_names): Add sentinel entry.
3985
3986 2011-07-26 Sterling Augustine <saugustine@google.com>
3987
3988 * cli/cli-dump.c (dump_binary_file): Change parameter type to
3989 ULONGEST.
3990 (dump_bfd_file): Likewise.
3991
3992 2011-07-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3993
3994 * remote.c (remote_region_ok_for_hw_watchpoint): New function.
3995 (remote_hw_watchpoint_length_limit): New variable.
3996 (_initialize_remote) add set,show cmds for this new variable.
3997 * gdb.texinfo: document these new commands.
3998 * NEWS: Mention these new commands.
3999
4000 2011-07-26 Pedro Alves <pedro@codesourcery.com>
4001
4002 * breakpoint.c (works_in_software_mode_watchpoint): Also return
4003 true for software watchpoints.
4004
4005 2011-07-26 Joel Brobecker <brobecker@adacore.com>
4006
4007 GDB 7.3 released.
4008
4009 2011-07-26 Tom Tromey <tromey@redhat.com>
4010
4011 * symfile.h (struct dwarf2_debug_sections) <macro>: New field.
4012 * dwarf2read.c (read_indirect_string_at_offset): New function.
4013 (read_indirect_string): Use it.
4014 (dwarf_decode_macro_bytes): New function, taken from
4015 dwarf_decode_macros. Handle DW_MACRO_GNU_*.
4016 (dwarf_decode_macros): Use it. handle DW_MACRO_GNU_*.
4017 (dwarf_parse_macro_header, skip_form_bytes, skip_unknown_opcode):
4018 New functions.
4019 (struct dwarf2_per_objfile) <macro>: New field.
4020 (dwarf2_elf_names): Add .debug_macro.
4021 (dwarf2_macros_too_long_complaint): Add 'section' argument.
4022 (dwarf2_locate_sections): Handle new section.
4023 (read_file_scope): Handle DW_AT_GNU_macros.
4024 (dwarf2_per_objfile_free): Unmap the .debug_macro section.
4025
4026 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4027
4028 * NEWS: Mention dcache configuration.
4029 * dcache.c (dcache_set_list, dcache_show_list): New variables.
4030 (dcache_size, dcache_line_size): New variables.
4031 (LINE_SIZE_MASK, XFORM, MASK): Adjust.
4032 (struct dcache_block): Make it expandable.
4033 (struct dcache_struct): New field.
4034 (dcache_invalidate): Discard freelist upon dcache_line_size changes.
4035 (dcache_hit, dcache_alloc, dcache_peek_byte): Adjust.
4036 (dcache_poke_byte, dcache_print_line): Adjust.
4037 (set_dcache_size, set_dcache_line_size): New functions.
4038 (set_dcache_command, show_dcache_command): New functions.
4039 (_initialize_dcache): Add new commands.
4040
4041 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4042
4043 * progspace.h (struct program_space): Add solib_add_generation.
4044 * infcmd.c (post_create_inferior): Only call solib_add if not
4045 already done.
4046 * solib.c (solib_add): Increment solib_add_generation.
4047
4048 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4049
4050 Fix implicit pointer offsets.
4051 * dwarf2loc.c (indirect_pieced_value): Comment byte_offset. Use also
4052 ptr.OFFSET.
4053
4054 2011-07-25 Tom Tromey <tromey@redhat.com>
4055
4056 * ada-lang.c (ada_exception_breakpoint_ops): Make return type
4057 const.
4058 (ada_exception_sal): Make 'ops' const.
4059 (ada_decode_exception_location): Likewise.
4060 (ada_decode_assert_location): Likewise.
4061 (catch_assert_command): Update.
4062 (catch_ada_exception_command): Update.
4063 (create_ada_exception_catchpoint): Make 'ops' const.
4064 * breakpoint.c (set_raw_breakpoint_without_location)
4065 (set_raw_breakpoint, momentary_breakpoint_from_master): Make 'ops'
4066 const.
4067 (create_internal_breakpoint): Update.
4068 (init_raw_breakpoint_without_location): Make 'ops' const.
4069 (init_raw_breakpoint, init_catchpoint)
4070 (create_fork_vfork_event_catchpoint)
4071 (create_syscall_event_catchpoint, init_breakpoint_sal)
4072 (create_breakpoint_sal, create_breakpoints_sal)
4073 (create_breakpoint, init_ada_exception_breakpoint): Likewise.
4074 * breakpoint.h (struct breakpoint) <ops>: Now const.
4075 (init_ada_exception_breakpoint, create_breakpoint): Make 'ops'
4076 const.
4077
4078 2011-07-25 Paul Pluzhnikov <ppluzhnikov@google.com>
4079
4080 * linux-thread-db.c (thread_from_lwp): Initialize th.th_unique.
4081
4082 2011-07-25 Pedro Alves <pedro@codesourcery.com>
4083
4084 * breakpoint.h (print_recreate_thread): Declare.
4085 (struct breakpoint): Move step_count, pass_count,
4086 number_on_target, static_trace_marker_id,
4087 static_trace_marker_id_idx ...
4088 (struct tracepoint): ... to this new struct.
4089 (get_tracepoint, get_tracepoint_by_number_on_target)
4090 (get_tracepoint_by_number): Change return type to struct
4091 tracepoint pointer.
4092 * breakpoint.c (is_tracepoint_type): New, factored out from
4093 is_tracepoint.
4094 (is_tracepoint): Adjust.
4095 (print_one_breakpoint_location): Cast to struct tracepoint as
4096 necessary, and adjust.
4097 (print_recreate_catch_fork, print_recreate_catch_vfork)
4098 (print_recreate_catch_syscall, print_recreate_catch_exec): Call
4099 print_recreate_thread.
4100 (init_breakpoint_sal): New, factored out from
4101 create_breakpoint_sal.
4102 (create_breakpoint_sal): Reimplement.
4103 (create_breakpoint): Allocate a struct tracecepoint if the caller
4104 wanted a tracepoint. Use init_breakpoint_sal and
4105 install_breakpoint.
4106 (print_recreate_ranged_breakpoint, print_recreate_watchpoint)
4107 (print_recreate_masked_watchpoint)
4108 (print_recreate_exception_catchpoint): Call print_recreate_thread.
4109 (tracepoint_print_one_detail): Adjust.
4110 (tracepoint_print_recreate): Adjust. Call print_recreate_thread.
4111 Dump the pass count here.
4112 (update_static_tracepoint): Adjust.
4113 (addr_string_to_sals): Adjust.
4114 (create_tracepoint_from_upload): Adjust. Change return type to
4115 struct tracepoint pointer.
4116 (trace_pass_set_count): Change parameter type to struct tracepoint
4117 pointer, and adjust.
4118 (trace_pass_command): Adjust.
4119 (get_tracepoint, get_tracepoint_by_number_on_target)
4120 (get_tracepoint_by_number): Change return type to struct
4121 tracepoint pointer, and adjust.
4122 (print_recreate_thread): New, factored out from save_breakpoints.
4123 (save_breakpoints): Don't print thread and task and passcount
4124 recreation here.
4125 * remote.c (remote_download_tracepoint): Adjust.
4126 * tracepoint.c (trace_actions_command, validate_actionline)
4127 (start_tracing, tfind_1, trace_find_tracepoint_command)
4128 (trace_dump_command): Adjust.
4129 (find_matching_tracepoint): Change return type to struct
4130 tracepoint pointer, and adjust.
4131 (merge_uploaded_tracepoints, tfile_get_traceframe_address)
4132 (tfile_trace_find, tfile_fetch_registers): Adjust.
4133 * tracepoint.h (create_tracepoint_from_upload): Change return type
4134 to struct tracepoint pointer.
4135 * ada-lang.c (print_recreate_exception): Call
4136 print_recreate_thread.
4137 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Adjust.
4138
4139 2011-07-25 Pedro Alves <pedro@codesourcery.com>
4140
4141 * breakpoint.h (struct breakpoint): Move ops as first field. Move
4142 exp_string, exp_string_reparse, exp, exp_valid_block, cond_exp,
4143 cond_exp_valid_block, val, val_valid, watchpoint_frame,
4144 watchpoint_thread, watchpoint_triggered ...
4145 (struct watchpoint): ... to this new struct.
4146 (is_watchpoint): Declare.
4147 (install_breakpoint): Add new `internal' parameter.
4148 * breakpoint.c (is_watchpoint): Delete declaration.
4149 (set_breakpoint_condition): Handle watchpoints.
4150 (is_watchpoint): Make public.
4151 (watchpoint_in_thread_scope): Change parameter type to struct
4152 watchpoint.
4153 (watchpoint_del_at_next_stop): Change parameter type to struct
4154 watchpoint. Remove assertion. Adjust.
4155 (update_watchpoint): Ditto.
4156 (insert_breakpoints, breakpoint_init_inferior)
4157 (watchpoints_triggered, watchpoint_check)
4158 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions)
4159 (bpstat_stop_status, print_one_breakpoint_location)
4160 (print_one_breakpoint_location, watchpoint_locations_match): Cast
4161 to struct watchpoint as necessary, and adjust.
4162 (install_breakpoint): Add `internal' argument. If true, don't
4163 mention the new breakpoint. Use set_breakpoint_number.
4164 (create_fork_vfork_event_catchpoint)
4165 (create_syscall_event_catchpoint): Adjust.
4166 (dtor_watchpoint): New.
4167 (re_set_watchpoint, insert_watchpoint, remove_watchpoint)
4168 (breakpoint_hit_watchpoint, resources_needed_watchpoint)
4169 (print_it_watchpoint, print_mention_watchpoint)
4170 (print_recreate_watchpoint, insert_masked_watchpoint)
4171 (remove_masked_watchpoint, resources_needed_masked_watchpoint)
4172 (print_one_detail_masked_watchpoint)
4173 (print_mention_masked_watchpoint)
4174 (print_recreate_masked_watchpoint): Cast to struct watchpoint as
4175 necessary, and adjust.
4176 (watch_command_1): Allocate and initialize a struct watchpoint
4177 instead of a struct breakpoint. Use install_breakpoint.
4178 (catch_exec_command_1): Adjust.
4179 (base_breakpoint_dtor): Delete accesses to watchpoint specific
4180 fields.
4181 (delete_breakpoint, enable_breakpoint_disp)
4182 (invalidate_bp_value_on_memory_change): Cast to struct watchpoint
4183 as necessary, and adjust.
4184 (initialize_breakpoint_ops): Install dtor_watchpoint as
4185 watchpoints' dtor method.
4186 * ada-lang.c (create_ada_exception_catchpoint): Adjust.
4187 * python/py-breakpoint.c (bppy_get_expression): Use is_watchpoint.
4188 to struct watchpoint as necessary, and adjust.
4189
4190 2011-07-25 Pedro Alves <pedro@codesourcery.com>
4191
4192 * ada-lang.c (dtor_exception, re_set_exception): Indirect through
4193 the the base class ops table.
4194 (catch_exception_breakpoint_ops)
4195 (catch_exception_unhandled_breakpoint_ops)
4196 (catch_assert_breakpoint_ops): Don't statically initialize.
4197 (initialize_ada_catchpoint_ops): New.
4198 (_initialize_ada_language): Call it.
4199 * breakpoint.c (base_breakpoint_ops, bkpt_base_breakpoint_ops)
4200 (bkpt_breakpoint_ops): Forward declare.
4201 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
4202 (catch_syscall_breakpoint_ops, catch_exec_breakpoint_ops)
4203 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
4204 (masked_watchpoint_breakpoint_ops)
4205 (gnu_v3_exception_catchpoint_ops): Don't statically initialize.
4206 (dtor_catch_syscall, dtor_catch_exec): Indirect through the the
4207 base class ops table.
4208 (null_re_set, null_check_status, null_works_in_software_mode)
4209 (null_resources_needed, null_print_one_detail): Delete.
4210 (bkpt_dtor): Rename to ...
4211 (base_breakpoint_dtor): ... this. Make static.
4212 (bkpt_allocate_location): Rename to ...
4213 (base_breakpoint_allocate_location): ... this. Make static.
4214 (base_breakpoint_re_set): New.
4215 (internal_error_pure_virtual_called): New.
4216 (base_breakpoint_insert_location, base_breakpoint_remove_location)
4217 (base_breakpoint_breakpoint_hit, base_breakpoint_check_status)
4218 (base_breakpoint_works_in_software_mode)
4219 (base_breakpoint_resources_needed, base_breakpoint_print_it)
4220 (base_breakpoint_print_one_detail, base_breakpoint_print_mention)
4221 (base_breakpoint_print_recreate): New functions.
4222 (base_breakpoint_ops): New global.
4223 (bkpt_re_set, bkpt_insert_location, bkpt_remove_location)
4224 (bkpt_breakpoint_hit): Make static.
4225 (bkpt_check_status): Delete.
4226 (bkpt_resources_needed): Make static.
4227 (bkpt_works_in_software_mode): Delete.
4228 (bkpt_print_it, bkpt_print_mention, bkpt_print_recreate): Make
4229 static.
4230 (bkpt_breakpoint_ops, internal_breakpoint_ops)
4231 (momentary_breakpoint_ops): Don't statically initialize.
4232 (internal_bkpt_print_recreate, momentary_bkpt_print_recreate):
4233 Delete.
4234 (tracepoint_insert_location, tracepoint_remove_location)
4235 (tracepoint_check_status, tracepoint_works_in_software_mode)
4236 (tracepoint_print_it): Delete.
4237 (tracepoint_breakpoint_ops): Don't statically initialize.
4238 (initialize_breakpoint_ops): New.
4239 (_initialize_breakpoint): Call it.
4240 * breakpoint.h (null_re_set, null_works_in_software_mode)
4241 (null_resources_needed, null_check_status, null_print_one_detail):
4242 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
4243 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
4244 (bkpt_check_status, bkpt_resources_needed)
4245 (bkpt_works_in_software_mode, bkpt_print_it)
4246 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
4247 Delete declarations.
4248 (initialize_breakpoint_ops): Declare.
4249
4250 2011-07-25 Pedro Alves <pedro@codesourcery.com>
4251
4252 * breakpoint.c (bkpt_print_it, internal_bkpt_print_it)
4253 (momentary_bkpt_print_it): Simplify.
4254
4255 2011-07-25 Pedro Alves <pedro@codesourcery.com>
4256
4257 Split internal, momentary and user breakpoints breakpoint_ops
4258 tables.
4259
4260 * breakpoint.c (internal_breakpoint_ops)
4261 (momentary_breakpoint_ops): Forward declare.
4262 (create_internal_breakpoint): Add new breakpoint_ops parameter.
4263 Pass it down, rather than hardcoding bkpt_breakpoint_ops.
4264 (create_overlay_event_breakpoint)
4265 (create_std_terminate_master_breakpoint)
4266 (create_exception_master_breakpoint): Create breakpoints with
4267 internal_breakpoint_ops vtable.
4268 (set_longjmp_breakpoint): Create momentary breakpoints with
4269 momentary_breakpoint_ops vtable, using
4270 momentary_breakpoint_from_master.
4271 (create_thread_event_breakpoint, create_jit_event_breakpoint)
4272 (create_solib_event_breakpoint): Create breakpoints with
4273 internal_breakpoint_ops vtable.
4274 (set_momentary_breakpoint): Create breakpoints with
4275 momentary_breakpoint_ops vtable.
4276 (momentary_breakpoint_from_master): New, factored out from
4277 clone_momentary_breakpoint.
4278 (clone_momentary_breakpoint): Adjust.
4279 (watch_command_1): Create scope breakpoints with
4280 momentary_breakpoint_ops vtable.
4281 (bkpt_re_set): Remove handling of internal and momentary
4282 breakpoints.
4283 (bkpt_print_mention, bkpt_print_recreate): New.
4284 (bkpt_breakpoint_ops): Adjust.
4285 (internal_bkpt_re_set, internal_bkpt_check_status)
4286 (internal_bkpt_print_it, internal_bkpt_print_mention)
4287 (internal_bkpt_print_recreate, internal_breakpoint_ops): New.
4288 (momentary_bkpt_re_set, momentary_bkpt_check_status)
4289 (momentary_bkpt_print_it, momentary_bkpt_print_mention)
4290 (momentary_bkpt_print_recreate): New.
4291 (momentary_breakpoint_ops): New.
4292
4293 2011-07-25 Pedro Alves <pedro@codesourcery.com>
4294
4295 Implement most breakpoint_ops methods for all breakpoint types,
4296 and move the default handlings to the proper callbacks.
4297
4298 * breakpoint.c (update_watchpoint): Always call the breakpoint's
4299 works_in_software_mode method.
4300 (insert_bp_location): Go through breakpoint_ops->insert_location
4301 for software and hardware watchpoints.
4302 (create_internal_breakpoint): Pass bkpt_breakpoint_ops as
4303 breakpoint_ops.
4304 (remove_breakpoint_1): Go through breakpoint_ops->remove_location
4305 for software and hardware watchpoints.
4306 (print_it_typical): Delete.
4307 (print_bp_stop_message): Always call the breakpoint_ops->print_it
4308 method.
4309 (watchpoint_check): Adjust comment.
4310 (bpstat_check_location): Simply always call the breakpoint's
4311 breakpoint_hit method.
4312 (bpstat_stop_status): Always call the breakpoint's check_status
4313 method. Remove special cases for watchpoints and internal event
4314 breakpoints from here (moved to the check_status implementations).
4315 (print_one_breakpoint_location): Assume b->ops is never NULL.
4316 Remove static tracepoint marker id printing from here (moved to
4317 the print_one_detail callback implementation of tracepoints).
4318 (init_bp_location): Assert OPS is never NULL.
4319 (allocate_bp_location): Always call the breakpoint's
4320 allocate_location method, and remove the default code from here.
4321 (free_bp_location): Always call the location's dtor method, and
4322 remove the default code from here.
4323 (init_raw_breakpoint_without_location): Assert OPS is never NULL.
4324 (set_raw_breakpoint_without_location): Add new breakpoint_ops
4325 parameter. Pass it down.
4326 (set_raw_breakpoint): Ditto.
4327 (print_it_catch_fork): Adjust to take a bpstat as argument.
4328 (catch_fork_breakpoint_ops): Install methods.
4329 (print_it_catch_vfork): Adjust to take a bpstat as argument.
4330 (catch_vfork_breakpoint_ops): Install methods.
4331 (dtor_catch_syscall): Call the base dtor.
4332 (print_it_catch_syscall): Adjust to take a bpstat as argument.
4333 (catch_syscall_breakpoint_ops): Install methods.
4334 (dtor_catch_exec): Call the base dtor.
4335 (print_it_catch_exec): Adjust to take a bpstat as argument.
4336 (catch_exec_breakpoint_ops): Install methods.
4337 (hw_breakpoint_used_count, hw_watchpoint_used_count): Always call
4338 the breakpoint's resources_needed method, and remove the default
4339 code from here.
4340 (set_momentary_breakpoint): Pass bkpt_breakpoint_ops as
4341 breakpoint_ops.
4342 (clone_momentary_breakpoint): Clone the original's ops.
4343 (mention): Always call the breakpoint's print_mention method, and
4344 remove the default code from here.
4345 (create_breakpoint_sal): Adjust to pass the ops to
4346 set_raw_breakpoint rather than setting it manually.
4347 (create_breakpoint): Assert ops is never NULL. Adjust to pass the
4348 ops to set_raw_breakpoint_without_location rather than setting it
4349 manually.
4350 (break_command_1): Pass bkpt_breakpoint_ops as breakpoint_ops.
4351 (print_it_ranged_breakpoint): Adjust to take a bpstat as argument.
4352 (ranged_breakpoint_ops): Install methods.
4353 (break_range_command): Adjust to pass the ops to
4354 set_raw_breakpoint rather than setting it manually.
4355 (re_set_watchpoint, breakpoint_hit_watchpoint)
4356 (check_status_watchpoint, resources_needed_watchpoint)
4357 (works_in_software_mode_watchpoint, print_it_watchpoint)
4358 (print_mention_watchpoint, print_recreate_watchpoint): New
4359 functions.
4360 (watchpoint_breakpoint_ops): Install new methods.
4361 (print_it_masked_watchpoint): New function.
4362 (masked_watchpoint_breakpoint_ops): Install new methods.
4363 (watch_command_1): Adjust to pass the right breakpoint_ops to
4364 set_raw_breakpoint_without_location rather than setting it
4365 manually later. Record the current pspace.
4366 (print_it_exception_catchpoint): Adjust to take a bpstat as
4367 argument.
4368 (gnu_v3_exception_catchpoint_ops): Install new methods.
4369 (say_where): New function.
4370 (null_re_set, null_check_status, null_works_in_software_mode)
4371 (null_resources_needed, null_print_one_detail, bp_location_dtor):
4372 New functions.
4373 (bp_location_ops): New global.
4374 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
4375 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
4376 (bkpt_check_status, bkpt_resources_needed)
4377 (bkpt_works_in_software_mode, bkpt_print_it, bkpt_print_mention)
4378 (bkpt_print_recreate): New functions.
4379 (bkpt_breakpoint_ops): New global.
4380 (tracepoint_re_set, tracepoint_insert_location)
4381 (tracepoint_remove_location, tracepoint_breakpoint_hit)
4382 (tracepoint_check_status, tracepoint_works_in_software_mode)
4383 (tracepoint_print_it, tracepoint_print_one_detail)
4384 (tracepoint_print_mention, tracepoint_print_recreate): New
4385 functions.
4386 (tracepoint_breakpoint_ops): New global.
4387 (delete_breakpoint): Always call the breakpoint's dtor method, and
4388 remove the default handling from here.
4389 (breakpoint_re_set_default): Make static.
4390 (breakpoint_re_set_one): Always call the breakpoints re_set
4391 method, and remove the default handling from here.
4392 (trace_command, ftrace_command, strace_command)
4393 (create_tracepoint_from_upload): Pass appropriate breakpoints_ops
4394 to create_breakpoint.
4395 (save_breakpoints): Always call the breakpoint's print_recreate
4396 method, and remove the default handling from here.
4397
4398 * ada-lang.c (dtor_exception): Call the base dtor.
4399 (re_set_exception): Call the base method.
4400 (print_it_exception, print_it_catch_exception): Adjust to take a
4401 bpstat as argument.
4402 (catch_exception_breakpoint_ops): Install methods.
4403 (print_it_catch_exception_unhandled): Adjust to take a bpstat as
4404 argument.
4405 (catch_exception_unhandled_breakpoint_ops): Install methods.
4406 (print_it_catch_assert): Adjust to take a bpstat as argument.
4407 (catch_assert_breakpoint_ops): Install methods.
4408
4409 * breakpoint.h (struct breakpoint_ops): Adjust the print_it method
4410 to take a bpstat as argument.
4411 (enum print_stop_action): Add describing comments to each enum
4412 value.
4413 (breakpoint_re_set_default): Delete declaration.
4414 (null_re_set, null_works_in_software_mode, null_resources_needed)
4415 (null_check_status, null_print_one_detail): Declare.
4416 (bkpt_breakpoint_ops): Declare.
4417 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
4418 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
4419 (bkpt_check_status, bkpt_resources_needed)
4420 (bkpt_works_in_software_mode, bkpt_print_it)
4421 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
4422 Declare.
4423
4424 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust to pass
4425 bkpt_breakpoint_ops.
4426 * python/py-breakpoint.c (bppy_init): Ditto.
4427
4428 2011-07-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4429
4430 * MAINTAINERS (Write After Approval): Add myself to the list.
4431
4432 2011-07-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4433
4434 * elfread.c (elf_rel_plt_read): Fix off-by-one bug.
4435
4436 2011-07-22 Pedro Alves <pedro@codesourcery.com>
4437
4438 * i386-nat.c (I386_DR_VACANT, I386_DR_LOCAL_ENABLE)
4439 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
4440 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): Add state parameter and
4441 adjust.
4442 (dr_mirror, dr_status_mirror, dr_control_mirror): Delete.
4443 (struct i386_debug_reg_state): New.
4444 (i386_init_dregs): New.
4445 (dr_mirror): New.
4446 (i386_cleanup_dregs): Use i386_init_dregs.
4447 (i386_show_dr): Add state parameter and adjust.
4448 (i386_insert_aligned_watchpoint): Ditto. Don't pass the info to
4449 the inferior here.
4450 (i386_remove_aligned_watchpoint): Likewise.
4451 (i386_handle_nonaligned_watchpoint): Add state parameter and adjust.
4452 (i386_update_inferior_debug_regs): New.
4453 (i386_insert_watchpoint): Work on a local mirror of the debug
4454 registers, and only update the inferior on success.
4455 (i386_remove_watchpoint): Ditto.
4456 (i386_region_ok_for_watchpoint): Adjust.
4457 (i386_stopped_data_address): Adjust.
4458 (i386_insert_hw_breakpoint): Adjust.
4459 (i386_remove_hw_breakpoint): Adjust.
4460
4461 2011-07-22 Tom Tromey <tromey@redhat.com>
4462
4463 * amd64-tdep.c (amd64_pseudo_register_read_value): Rename
4464 from amd64_pseudo_register_read. Change arguments. Call
4465 mark_value_bytes_unavailable when needed.
4466 (amd64_init_abi): Use set_gdbarch_pseudo_register_read_value, not
4467 set_gdbarch_pseudo_register_read.
4468 * sentinel-frame.c (sentinel_frame_prev_register): Use
4469 regcache_cooked_read_value.
4470 * regcache.h (regcache_cooked_read_value): Declare.
4471 * regcache.c (regcache_cooked_read_value): New function.
4472 (regcache_cooked_read): Call
4473 gdbarch_pseudo_register_read_value if available.
4474 * i386-tdep.h (i386_pseudo_register_read_value): Declare.
4475 (i386_pseudo_register_read): Remove.
4476 * i386-tdep.c (i386_pseudo_register_read_into_value): Rename from
4477 i386_pseudo_register_read. Change arguments. Call
4478 mark_value_bytes_unavailable when needed.
4479 (i386_pseudo_register_read_value): New function.
4480 (i386_gdbarch_init): Call set_gdbarch_pseudo_register_read_value,
4481 not set_gdbarch_pseudo_register_read.
4482 * gdbarch.sh (pseudo_register_read_value): New method.
4483 * gdbarch.c, gdbarch.h: Rebuild.
4484 * findvar.c (value_from_register): Call get_frame_register_value.
4485
4486 2011-07-22 Phil Muldoon <pmuldoon@redhat.com>
4487
4488 * event-top.c (cli_command_loop): Use get_prompt, get_suffix,
4489 get_prefix.
4490 (display_gdb_prompt): Likewise.
4491 (change_annotation_level): Likewise.
4492 (push_prompt): Likewise.
4493 (pop_prompt): Likewise.
4494 (handle_stop_sig): Use get_prompt with a level.
4495 * top.c (command_loop): Use get_prompt with a level.
4496 (set_async_annotation_level): Use set_prompt with a level.
4497 (get_prefix): New function.
4498 (set_prefix): Ditto.
4499 (set_suffix): Ditto.
4500 (get_suffix): Ditto.
4501 (get_prompt): Accept a level argument.
4502 (set_prompt): Accept a level argument. Free old prompts. Set
4503 new_async_prompt if level is 0.
4504 (init_main): Use set_prompt with a level. Do not set
4505 new_async_prompt.
4506 * event-top.h (PROMPT, SUFFIX, PREFIX): Move to top.c
4507 * top.h: Declare set_suffix, get_suffix, set_prefix, get_prefix.
4508 Modify set_prompt, get_prompt to account for levels.
4509 * tui/tui-interp.c (tui_command_loop): Use get_prompt with a
4510 level.
4511 * python/python.c (before_prompt_hook): Use set_prompt.
4512
4513 2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
4514
4515 * defs.h: Add guard against inclusion in gdbserver.
4516 (struct ptid, ptid_t): Move to common/ptid.h.
4517 (xfree, xzalloc, xasprintf, xvasprintf, xstrprintf, xstrvprintf,
4518 xsnprintf, internal_error): Move to common/common-utils.h.
4519 (nomem): Delete.
4520 * gdb_assert.h: Move into common/ sub-directory.
4521 * gdb_locale.h: Ditto.
4522 * gdb_dirent.h: Ditto.
4523 * inferior.h (minus_one_ptid, null_ptid, ptid_build, pid_to_ptid,
4524 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid):
4525 Move into common/ptid.h.
4526 * xml-support.c (xml_escape_text): Move into common/xml-utils.c.
4527 (gdb_xml_create_parser_and_cleanup_1, xml_fetch_context_from_file):
4528 Change nomem to malloc_failure.
4529 * xml-support.h (xml_escape_text): Move into common/xml-utils.h.
4530 * utils.c (nomem): Rename to malloc_failure.
4531 (xmalloc, xzalloc, xrealloc, xcalloc, xfree, xstrprintf, xasprintf,
4532 xvasprintf, xstrvprintf, xsnprintf): Move to common/common-utils.c.
4533 (gdb_buildargv): Change nomem to malloc_failure.
4534 * infrun.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
4535 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
4536 ptid_is_pid): Move into common/ptid.c.
4537 (initialize_infrun): Delete initialization of null_ptid and
4538 minus_one_ptid.
4539 * linux-nat.c (linux_nat_xfer_osdata): Defer to
4540 linux_common_xfer_osdata.
4541 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
4542 common/ptid.c and common/buffer.c.
4543 (HFILES_NO_SRCDIR): Add common/common-utils.h, common/xml-utils.h,
4544 common/ptid.h, common/buffer.h and common/linux-osdata.h.
4545 (COMMON_OBS): Add xml-utils.o, common-utils.o, buffer.o and ptid.o.
4546 (common-utils.o, xml-utils.o, ptid.o, buffer.o, linux-osdata.o): New
4547 rules.
4548 * common/gdb_assert.h: New.
4549 * common/gdb_dirent.h: New.
4550 * common/gdb_locale.h: New.
4551 * common/buffer.c: New.
4552 * common/buffer.h: New.
4553 * common/ptid.c: New.
4554 * common/ptid.h: New.
4555 * common/xml-utils.c: New.
4556 * common/xml-utils.h: New.
4557 * common/common-utils.c: New.
4558 * common/common-utils.h: New.
4559 * common/linux-osdata.c: New.
4560 * common/linux-osdata.h: New.
4561 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-osdata.o.
4562 * config/arm/linux.mh (NATDEPFILES): Ditto.
4563 * config/i386/linux.mh (NATDEPFILES): Ditto.
4564 * config/i386/linux64.mh (NATDEPFILES): Ditto.
4565 * config/ia64/linux.mh (NATDEPFILES): Ditto.
4566 * config/m32r/linux.mh (NATDEPFILES): Ditto.
4567 * config/m68k/linux.mh (NATDEPFILES): Ditto.
4568 * config/mips/linux.mh (NATDEPFILES): Ditto.
4569 * config/pa/linux.mh (NATDEPFILES): Ditto.
4570 * config/powerpc/linux.mh (NATDEPFILES): Ditto.
4571 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Ditto.
4572 * config/s390/s390.mh (NATDEPFILES): Ditto.
4573 * config/sparc/linux.mh (NATDEPFILES): Ditto.
4574 * config/sparc/linux64.mh (NATDEPFILES): Ditto.
4575 * config/xtensa/linux.mh (NATDEPFILES): Ditto.
4576
4577 2011-07-21 Matt Rice <ratmice@gmail.com>
4578
4579 * NEWS: Add info macros and info definitions commands.
4580
4581 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4582
4583 * NEWS: Document Python prompt substitution hook.
4584
4585 2011-07-18 Matt Rice <ratmice@gmail.com>
4586
4587 PR macros/12999
4588 * macrotab.h (macro_callback_fn): Add new arguments to callback.
4589 * macrotab.c (foreach_macro): Ditto.
4590 (foreach_macro_in_scope): Ditto.
4591 * macrocmd.c (print_macro_callback): New function.
4592 (info_macro_command): Move some code to print_macro_definition.
4593 (print_macro_definition): New function.
4594 (print_one_macro): Add new arguments to callback.
4595 (info_definitions_command): New function.
4596 (info_macros_command): Ditto.
4597 (_initialize_macrocmd): Add info macros and info definitions commands.
4598 * symtab.c (add_macro_name): Add new arguments to callback.
4599
4600 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4601 Tom Tromey <tromey@redhat.com>
4602
4603 * top.c (set_prompt): Rewrite to free previous prompt, free
4604 asynch_new_prompt and set both on new prompts.
4605 * event-top.c (display_gdb_prompt): Add prompt substitution
4606 logic.
4607 * python/python.c (before_prompt_hook): New function.
4608
4609 2011-07-20 Matt Rice <ratmice@gmail.com>
4610
4611 * bfin-tdep.c (bfin_extract_return_value): Fix swapped
4612 arguments to store_unsigned_integer.
4613
4614 2011-07-20 Tom Tromey <tromey@redhat.com>
4615
4616 * dwarf2read.c (process_enumeration_scope): Do not call new_symbol
4617 in some declaration-only cases.
4618
4619 2011-07-18 Tom Tromey <tromey@redhat.com>
4620
4621 PR symtab/12984:
4622 * dwarf2read.c (dwarf2_section_info_def): New typedef.
4623 (struct dwarf2_per_objfile) <types>: Change to a VEC.
4624 (struct dwarf2_per_cu_data) <from_debug_types>: Remove.
4625 <debug_type_section>: New field.
4626 (dwarf2_locate_sections): Push .debug_types sections onto VEC.
4627 (load_cu): Use appropriate section.
4628 (create_signatured_type_table_from_index): Add 'section'
4629 argument.
4630 (dwarf2_read_index): Only allow a single .debug_types section.
4631 (dw2_get_file_names): Use appropriate section.
4632 (read_type_comp_unit_head): Add 'section' argument.
4633 (create_debug_types_hash_table): Loop over all .debug_types
4634 sections.
4635 (init_cu_die_reader): Use appropriate section.
4636 (process_psymtab_comp_unit, load_partial_comp_unit)
4637 (load_full_comp_unit, read_die_and_children, find_partial_die)
4638 (lookup_die_type, determine_prefix, follow_die_offset): Update.
4639 (lookup_signatured_type_at_offset): Add 'section' argument.
4640 (read_signatured_type_at_offset): Add 'sect' argument.
4641 (read_signatured_type): Use appropriate section.
4642 (set_die_type, get_die_type_at_offset): Update.
4643 (dwarf2_per_objfile_free): Free all .debug_types sections, and
4644 VEC.
4645 (write_psymtabs_to_index): Don't allow index with more than one
4646 .debug_types section.
4647
4648 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4649
4650 Fix crash if referenced CU is aged out.
4651 * dwarf2loc.c (per_cu_dwarf_call): New variable back_to, use to for
4652 xfree of block.data.
4653 (indirect_pieced_value): New variable back_to, use to for xfree of
4654 baton.data.
4655 (dwarf2_compile_expr_to_ax): New variable back_to, use to for xfree of
4656 block.data.
4657 * dwarf2read.c (dwarf2_find_base_address): New prototype.
4658 (load_cu): New function from ...
4659 (dw2_do_instantiate_symtab): ... the code here ...
4660 (process_full_comp_unit): ... and here.
4661 (dwarf2_fetch_die_location_block): Call load_cu first. Call xmemdup on
4662 retval.data.
4663
4664 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4665
4666 * dwarf2loc.c (indirect_pieced_value): Use check_typedef for VALUE's
4667 type.
4668
4669 2011-07-19 Gary Benson <gbenson@redhat.com>
4670
4671 * infrun.c (struct execution_control_state): New member
4672 stop_func_filled_in.
4673 (clear_stop_func, fill_in_stop_func): New functions.
4674 (handle_inferior_event): Call clear_stop_func rather than
4675 manipulating the execution control state directly.
4676 Call fill_in_stop_func lazily as required rather than
4677 directly calling find_pc_partial_function in all cases.
4678
4679 2011-07-18 Tom Tromey <tromey@redhat.com>
4680
4681 * dwarf2read.c (read_subrange_type): Use attr_form_is_block when
4682 checking for variable-sized array.
4683
4684 2011-07-18 Jean-Charles Delay <delay@adacore.com>
4685
4686 * varobj.h (varobj_languages): Add vlang_ada definition to the list
4687 of supported languages.
4688 * varobj.c: Add top definitions and basic implementation of the
4689 following callbacks: ada_number_of_children, ada_name_of_variable,
4690 ada_name_of_child, ada_path_expr_of_child, ada_value_of_root,
4691 ada_value_of_child, ada_type_of_child, ada_value_of_variable.
4692 (languages): Register Ada-specific callbacks.
4693 (variable_language): Add the Ada case in the language setter switch.
4694
4695 2011-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4696
4697 * remote-mips.c (pmon_download): Fix ignored return value GCC warning.
4698
4699 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4700
4701 Code cleanup.
4702 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): New.
4703 (execute_stack_op): Use dwarf2_frame_ctx_funcs
4704 * dwarf2expr.c (dwarf_get_base_type): Access get_base_type via funcs.
4705 (execute_stack_op): Access read_reg, get_frame_base, read_mem,
4706 get_frame_cfa, get_tls_address and dwarf_call via funcs.
4707 * dwarf2expr.h (struct dwarf_expr_context): New forward declaration.
4708 (struct dwarf_expr_context_funcs): New, move here methods from ...
4709 (struct dwarf_expr_context): ... here. New fields funcs.
4710 * dwarf2loc.c (dwarf_expr_dwarf_call): Access get_frame_pc via funcs.
4711 (dwarf_expr_ctx_funcs): New.
4712 (dwarf2_evaluate_loc_desc_full): Use dwarf_expr_ctx_funcs.
4713 (needs_frame_dwarf_call): Access get_frame_pc via funcs.
4714 (needs_frame_ctx_funcs): New.
4715 (dwarf2_loc_desc_needs_frame): Use needs_frame_ctx_funcs.
4716
4717 2011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
4718
4719 * MAINTAINERS (Write After Approval): Add myself to the list.
4720
4721 2011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
4722
4723 * dwarf2-frame.c (decode_frame_entry, decode_frame_entry_1): Ensure
4724 that CIE pointer of an FDE really points to a CIE .
4725
4726 2011-07-15 Hui Zhu <teawater@gmail.com>
4727
4728 * remote.c (remote_get_trace_status): Add comments.
4729
4730 2011-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4731
4732 Code cleanup - constify struct lval_funcs.
4733 * dwarf2loc.c (pieced_value_funcs): Make it const.
4734 * infrun.c (siginfo_value_funcs): Likewise.
4735 * opencl-lang.c (opencl_value_funcs): Likewise.
4736 * valops.c (value_assign, value_ind): Make the funcs variable const.
4737 * value.c (struct value): Make location.computed.funcs target const.
4738 Rearrange the comments.
4739 (allocate_computed_value): Make the funcs parameter target const.
4740 (value_computed_funcs): Return the funcs target const.
4741 (value_free, value_copy, set_value_component_location): Make the funcs
4742 variable const.
4743 * value.h (allocate_computed_value): Make the funcs parameter target
4744 const.
4745 (value_computed_funcs): Return the funcs target const.
4746 * windows-tdep.c (tlb_value_funcs): Make it const.
4747
4748 2011-07-14 Hui Zhu <teawater@gmail.com>
4749
4750 * remote.c (remote_get_trace_status): Initialize p.
4751
4752 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4753
4754 Work around kgdb.
4755 * remote.c (remote_get_trace_status): New variable ex. Put
4756 remote_get_noisy_reply into TRY_CATCH. Call exception_fprintf for it.
4757
4758 2011-07-13 Tom Tromey <tromey@redhat.com>
4759
4760 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>: Use
4761 value_from_contents for final conversion.
4762
4763 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4764
4765 Code cleanup.
4766 * dwarf2loc.c (dwarf_expr_frame_base_1, dwarf2_evaluate_loc_desc_full):
4767 Indent prototypes so they do not get into tags.
4768
4769 2011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4770
4771 Code cleanup making also optimized out values lazy.
4772 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
4773 allocate_optimized_out_value. Twice.
4774 (loclist_read_variable) Use allocate_optimized_out_value. Once.
4775 * findvar.c (read_var_value): Likewise.
4776 * value.c (allocate_optimized_out_value): New function.
4777 * value.h (allocate_optimized_out_value): New declaration.
4778
4779 2011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4780
4781 Fix occasional crash of CTRL-C during DWARF read in.
4782 * dwarf2read.c (dwarf2_mark_helper): Return on NULL CU.
4783
4784 2011-07-11 Tom Tromey <tromey@redhat.com>
4785
4786 * regcache.c (struct regcache_descr): Fix typo.
4787 * i387-tdep.c (i387_supply_xsave): Fix typo.
4788
4789 2011-07-11 Tom Tromey <tromey@redhat.com>
4790
4791 * dwarf2read.c (handle_DW_AT_stmt_list): New function.
4792 (read_file_scope, read_type_unit_scope): Use it.
4793
4794 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4795
4796 * dwarf2expr.c (read_sleb128): Fix signed extension overflowing host
4797 `int'.
4798
4799 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4800
4801 PR python/12438
4802 * python/python.c: Set gdbpy_should_print_stack default to off.
4803 (set_python): Deprecate maint set python print-stack to
4804 class_deprecate.
4805 (_initialize_python): Deprecate maint set/show python print-stack.
4806 Add new prefix command, python. Add new setting, print-backtrace.
4807 * NEWS: Document set python print-stack. Document default change.
4808
4809 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4810
4811 * python/py-inferior.c (infpy_dealloc): New function.
4812 (inferior_to_inferior_object): Return a new object, or a
4813 new reference to the existing object.
4814 (find_thread_object): Cleanup references to inferior.
4815 (delete_thread_object): Ditto.
4816 * python/py-infthread.c (create_thread_object): Do not increment
4817 inferior reference count.
4818
4819 2011-07-08 Tom Tromey <tromey@redhat.com>
4820
4821 * dwarf2loc.c (locexpr_regname): New function.
4822 (locexpr_describe_location_piece): Use it.
4823 (disassemble_dwarf_expression): Add per_cu argument. Use
4824 locexpr_regname.
4825 <DW_OP_GNU_deref_type, DW_OP_GNU_const_type,
4826 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
4827 New cases.
4828 (locexpr_describe_location_1): Add per_cu argument.
4829 (locexpr_describe_location): Update.
4830 (loclist_describe_location): Update.
4831
4832 2011-07-08 Tom Tromey <tromey@redhat.com>
4833
4834 * dwarf2expr.c (execute_stack_op): Add QUIT.
4835
4836 2011-07-07 Hui Zhu <teawater@gmail.com>
4837
4838 Revert:
4839 2011-07-06 Hui Zhu <teawater@gmail.com>
4840 * remote.c (remote_start_remote): Add TRY_CATCH for
4841 remote_get_trace_status.
4842 * tracepoint.c (disconnect_tracing): Ditto.
4843
4844 2011-07-07 Andrew Burgess <aburgess@broadcom.com>
4845
4846 * cli/cli-setshow.c (do_setshow_command): Display var_zinteger
4847 variables as signed, not unsigned.
4848
4849 2011-07-06 Joel Brobecker <brobecker@adacore.com>
4850
4851 * jit.c (jit_inferior_init): Reformat forward declaration.
4852
4853 2011-07-06 Matt Rice <ratmice@gmail.com>
4854
4855 * MAINTAINERS (Write After Approval): Add myself to the list.
4856
4857 2011-07-06 Hui Zhu <teawater@gmail.com>
4858
4859 * remote.c (remote_start_remote): Add TRY_CATCH for
4860 remote_get_trace_status.
4861 * tracepoint.c (disconnect_tracing): Ditto.
4862
4863 2011-07-05 Tom Tromey <tromey@redhat.com>
4864
4865 * symtab.c (operator_chars): Now static.
4866 * linespec.c (operator_chars): Don't declare.
4867
4868 2011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4869
4870 * ui-out.h (ui_out_field_core_addr): Fix typo in comment.
4871
4872 2011-07-05 Tom Tromey <tromey@redhat.com>
4873
4874 * gnu-v3-abi.c (gnuv3_rtti_type): Check TYPE_CPLUS_REALLY_JAVA.
4875 * gdbtypes.h (struct cplus_struct_type) <is_java>: New field.
4876 (TYPE_CPLUS_REALLY_JAVA): New macro.
4877 * dwarf2read.c (process_structure_scope): Set
4878 TYPE_CPLUS_REALLY_JAVA.
4879
4880 2011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4881
4882 * ada-lang.c: Fix typos.
4883 * amd64-tdep.c: Likewise.
4884 * breakpoint.c: Likewise.
4885 * cli/cli-decode.c: Likewise.
4886 * findcmd.c: Likewise.
4887 * inline-frame.c: Likewise.
4888 * mi/mi-main.c: Likewise.
4889 * minsyms.c: Likewise.
4890 * monitor.c: Likewise.
4891 * monitor.h: Likewise.
4892 * prologue-value.c: Likewise.
4893 * reverse.c: Likewise.
4894 * s390-tdep.c: Likewise.
4895
4896 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4897
4898 * jit.c (jit_inferior_init): Forward declare.
4899 (jit_breakpoint_re_set_internal): Call jit_inferior_init.
4900
4901 2011-07-04 Joel Brobecker <brobecker@adacore.com>
4902
4903 * osabi.c (generic_elf_osabi_sniffer): Minor comment reformatting.
4904
4905 2011-07-04 Tristan Gingold <gingold@adacore.com>
4906
4907 * ada-tasks.c (KNOWN_TASKS_LIST): New macro.
4908 (tcb_fieldno): Add activation_link field.
4909 (get_known_tasks_addr): Moved and rewritten.
4910 (get_tcb_types_info): Set activation_link field.
4911 (read_known_tasks_array): Add parameter. Rewritten.
4912 (read_known_tasks_list): New function.
4913 (read_known_tasks): New function.
4914 (ada_build_task_list): Call read_known_tasks instead of
4915 read_known_tasks_array.
4916 * ravenscar-thread.c: Add first_task_name constant.
4917 (has_ravenscar_runtime): Check for task list too.
4918
4919 2011-07-04 Tristan Gingold <gingold@adacore.com>
4920
4921 * ada-tasks.c: Renames fieldno to actb_fieldno.
4922 (ada_get_task_number): Indentation.
4923 (get_tcb_types_info): Remove all parameters. Write directly
4924 the globals.
4925 (ptid_from_atcb_common): Adjust.
4926 (read_atcb): Adjust.
4927
4928 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4929
4930 * symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit.
4931
4932 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4933
4934 * ui-out.c (ui_out_field_core_addr): Mention that the function
4935 description is in the header file.
4936 * ui-out.h (ui_out_field_core_addr): Document function.
4937
4938 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4939
4940 * ui-out.c (ui_out_get_field_separator): Remove unused function.
4941 * ui-out.h (ui_out_get_field_separator): Remove prototype.
4942
4943 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4944
4945 * symtab.c (expand_line_sal): Remove empty line.
4946
4947 2011-07-04 Thomas Schwinge <thomas@schwinge.name>
4948
4949 * osabi.c (generic_elf_osabi_sniffer) <ELFOSABI_GNU>: Handle in the
4950 same way as ELFOSABI_NONE.
4951 <ELFOSABI_LINUX, ELFOSABI_HURD>: Remove cases.
4952
4953 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4954
4955 * breakpoint.c: Fix typos in comments.
4956 * linespec.c: Likewise.
4957 * symtab.c: Likewise.
4958
4959 2011-07-04 Joel Brobecker <brobecker@adacore.com>
4960
4961 * dwarf2-frame.c (dwarf2_build_frame_info): Do not load .eh_frame
4962 section in separate object files.
4963
4964 2011-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4965
4966 Fix false GCC warning.
4967 * linespec.c (decode_line_1): Initialize values.
4968
4969 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4970
4971 * linespec.c (find_method): Accept the function type automatically only
4972 if it was specified with parameter types.
4973
4974 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4975
4976 Stop on first linespec terminator instead of eating what we can.
4977 * linespec.c (is_linespec_boundary): New function.
4978 (name_end): Remove function.
4979 (keep_name_info): New parameter on_boundary, replace the body.
4980 (decode_line_1): Provide the parameter to keep_name_info.
4981 (decode_compound): Likewise. Drop the trailing java return type
4982 handling. Twice.
4983
4984 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4985
4986 Fall back linespec to minimal symbols.
4987 * linespec.c (decode_line_1): New variable ex, saved_argptr. Protect
4988 decode_compound by TRY_CATCH, fall back on minsyms if it failed.
4989 (find_method, symbol_found): Change error to cplusplus_error.
4990
4991 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4992
4993 * symtab.c (symbol_find_demangled_name): Remove DMGL_VERBOSE.
4994
4995 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4996 Tom Tromey <tromey@redhat.com>
4997
4998 * dwarf2read.c (check_physname): New variable.
4999 (dwarf2_physname): Prefer DW_AT_linkage_name over dwarf2_compute_name.
5000 (show_check_physname): New function.
5001 (_initialize_dwarf2_read): Add `check-physname' for check_physname.
5002
5003 2011-07-01 Joel Brobecker <brobecker@adacore.com>
5004
5005 * machoread.c (macho_symfile_read): Delete OBE comment.
5006
5007 2011-07-01 Joel Brobecker <brobecker@adacore.com>
5008
5009 * machoread.c (struct macho_oso_data): Delete.
5010 (current_oso): Delete.
5011 (macho_relocate_common_syms): New function, mostly extracted
5012 out of
5013 (macho_add_oso_symfile): Call macho_relocate_common_syms.
5014 Remove code that sets and unset current_oso.
5015 (macho_symfile_relocate): Delete handling of common symbols,
5016 now moved to macho_relocate_common_syms.
5017
5018 2011-07-01 Joel Brobecker <brobecker@adacore.com>
5019
5020 * darwin-nat.c (darwin_ptrace): Add documentation.
5021 Set errno to zero before calling ptrace. If ptrace returns
5022 -1 and errno is zero, then change then return zero.
5023 (darwin_kill_inferior): Issue a warning instead of triggering
5024 a failed assertion when the PT_KILL ptrace operations returned
5025 nonzero.
5026
5027 2011-07-01 Joel Brobecker <brobecker@adacore.com>
5028
5029 * darwin-nat.c (darwin_detach): Call darwin_resume_inferior
5030 only when inf->private->no_ptrace.
5031
5032 2011-07-01 Joel Brobecker <brobecker@adacore.com>
5033
5034 * ada-lang.c (print_it_exception): Print temporary catchpoints
5035 as "Temporary catchpoint".
5036 (print_mention_exception): Likewise.
5037
5038 2011-07-01 Tom Tromey <tromey@redhat.com>
5039
5040 * jv-lang.c (java_language_defn): Use java_printchar,
5041 java_printstr.
5042 (java_get_encoding): New function.
5043 (java_emit_char): Use generic_emit_char.
5044 (java_printchar): New function.
5045 (java_printstr): Likewise.
5046
5047 2011-07-01 Joel Brobecker <brobecker@adacore.com>
5048
5049 * ada-typeprint.c (print_record_type): If unable to decode
5050 the name of the parent type, use the encoded name.
5051
5052 2011-07-01 Jean-Charles Delay <delay@adacore.com>
5053
5054 * ada-typeprint.c (ada_print_type): Fix both PAD type and
5055 pointer to constrained packed array type output.
5056 * ada-valprint.c (ada_val_print_1): Fix pointer to constrained
5057 packed array output.
5058
5059 2011-07-01 Jean-Charles Delay <delay@adacore.com>
5060
5061 * ada-typeprint.c (print_array_type): removed if condition on show
5062 being negative for bounds printing.
5063
5064 2011-07-01 Joel Brobecker <brobecker@adacore.com>
5065
5066 * ada-lang.c (ada_identical_enum_types_p): New function.
5067 (symbols_are_identical_enums): New function.
5068 (remove_extra_symbols): Do nothing if NSYMS < 2.
5069 Use symbols_are_identical_enums.
5070
5071 2011-07-01 Joel Brobecker <brobecker@adacore.com>
5072
5073 * ada-valprint.c (ada_value_print): Handle typedefs.
5074
5075 2011-07-01 Joel Brobecker <brobecker@adacore.com>
5076
5077 * ada-lang.c (ada_evaluate_subexp): Add missing word in comment.
5078
5079 2011-07-01 Eric Botcazou <ebotcazou@adacore.com>
5080
5081 * ada-lang.c (thin_descriptor_type): Deal with typedefs.
5082 (decode_constrained_packed_array): Likewise.
5083 (ada_evaluate_subexp) <TERNOP_SLICE>: Likewise.
5084
5085 2011-07-01 Joel Brobecker <brobecker@adacore.com>
5086
5087 * ada-exp.y (convert_char_literal): Handle typedef types.
5088
5089 2011-07-01 Joel Brobecker <brobecker@adacore.com>
5090
5091 * ada-lang.c (ada_remove_trailing_digits): Expand documentation.
5092
5093 2011-06-30 Tom Tromey <tromey@redhat.com>
5094
5095 * varobj.c (varobj_create): Call do_cleanups on early exit path.
5096 * valops.c (find_overload_match): Call do_cleanups on early exit
5097 path.
5098 * solib.c (solib_find): Call do_cleanups on early exit path.
5099
5100 2011-06-30 Tom Tromey <tromey@redhat.com>
5101
5102 * symfile-mem.c (symbol_file_add_from_memory): Call do_cleanups.
5103 * solib-svr4.c (open_symbol_file_object): Call do_cleanups on all
5104 return paths. Defer final do_cleanups until last return.
5105 * arm-tdep.c (arm_exidx_new_objfile): Make null cleanup after
5106 early return.
5107
5108 2011-06-30 Tom Tromey <tromey@redhat.com>
5109
5110 * Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
5111
5112 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
5113
5114 * MAINTAINERS (Write After Approval): Add myself to the list.
5115
5116 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5117
5118 Disable epilogue unwinders on recent GCCs.
5119 * amd64-tdep.c (amd64_in_function_epilogue_p): New variable symtab,
5120 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
5121 * dwarf2read.c (process_full_comp_unit): Initialize
5122 EPILOGUE_UNWIND_VALID.
5123 * i386-tdep.c (i386_in_function_epilogue_p): New variable symtab,
5124 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
5125 * symtab.h (struct symtab): New field epilogue_unwind_valid.
5126
5127 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5128
5129 Code cleanup - reformatting.
5130 * dwarf2read.c (producer_is_gcc_ge_4_0): Rename to ...
5131 (producer_is_gcc_ge_4): ... here, change the return value.
5132 (process_full_comp_unit): New variable gcc_4_minor, adjust the value
5133 interpretation.
5134
5135 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5136
5137 Fix non-only rename list for Fortran modules import.
5138 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Adjust the
5139 cp_add_using_directive caller.
5140 (cp_add_using_directive): New parameter excludes, describe it. New
5141 variables ix and param. Compare if also excludes match. Allocate NEW
5142 with variable size, initialize EXCLUDES there.
5143 (cp_lookup_symbol_imports): New variable excludep, test
5144 current->EXCLUDES with it.
5145 * cp-support.h: Include vec.h.
5146 (struct using_direct): New field excludes, describe it.
5147 (DEF_VEC_P (const_char_ptr)): New.
5148 (cp_add_using_directive): New parameter excludes.
5149 * defs.h (const_char_ptr): New typedef.
5150 * dwarf2read.c (read_import_statement): New variables child_die,
5151 excludes and cleanups, read in excludes.
5152 (read_namespace): Adjust the cp_add_using_directive caller.
5153
5154 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5155
5156 Code cleanup.
5157 * cp-namespace.c (cp_add_using_directive): Turn positive comparison to
5158 negative comparisons.
5159
5160 2011-06-29 André Pönitz <andre.poenitz@nokia.com>
5161
5162 * mi/mi-main.c (mi_cmd_list_features): Emit
5163 breakpoint-notifications.
5164
5165 2011-06-29 Tom Tromey <tromey@redhat.com>
5166
5167 PR fortran/10036:
5168 * valprint.h (generic_emit_char, generic_printstr): Declare.
5169 * valprint.c (wchar_printable, append_string_as_wide)
5170 (print_wchar): Move from c-lang.c.
5171 (generic_emit_char): New function; mostly taken from c_emit_char.
5172 (generic_printstr): New function; mostly taken from c_printstr.
5173 * f-valprint.c (f_val_print) <TYPE_CODE_ARRAY>: Handle strings
5174 represented as arrays.
5175 <TYPE_CODE_CHAR>: Treat as TYPE_CODE_INT; recognize as character
5176 type.
5177 * f-typeprint.c (f_type_print_base) <TYPE_CODE_CHAR>: Treat
5178 identically to TYPE_CODE_INT.
5179 * f-lang.c (f_get_encoding): New function.
5180 (f_emit_char): Use generic_emit_char.
5181 (f_printchar): Replace comment.
5182 (f_printstr): Use generic_printstr.
5183 * dwarf2read.c (read_base_type) <DW_ATE_unsigned>: Handle Fortran
5184 "character" types specially.
5185 <DW_ATE_signed_char, DW_ATE_unsigned_char>: Make TYPE_CODE_CHAR
5186 for Fortran.
5187 * c-lang.c (wchar_printable, append_string_as_wide, print_wchar):
5188 Move to valprint.c
5189 (c_emit_char): Call generic_emit_char.
5190 (c_printstr): Call generic_printstr.
5191
5192 2011-06-29 Gary Benson <gbenson@redhat.com>
5193
5194 * breakpoint.c (bpstat_what): Removed duplicated case.
5195
5196 2011-06-28 Tom Tromey <tromey@redhat.com>
5197
5198 * python/python-internal.h (PY_SSIZE_T_CLEAN): Define.
5199
5200 2011-06-27 Tom Tromey <tromey@redhat.com>
5201
5202 * valops.c (find_overload_match): Call do_cleanups before early
5203 return.
5204 * top.c (execute_command): Call do_cleanups before early return.
5205 (command_loop): Likewise.
5206 * stack.c (backtrace_command): Make a null cleanup early. Don't
5207 conditionally call do_cleanups.
5208 * python/py-value.c (TRY_CATCH): Move cleanup handling into
5209 TRY_CATCH.
5210 * python/py-breakpoint.c (gdbpy_breakpoint_has_py_cond): Rearrange
5211 so cleanups are always run.
5212 * mi/mi-cmd-var.c (mi_cmd_var_delete): Reset old_cleanups.
5213 * findcmd.c (parse_find_args): Call do_cleanups on early return
5214 path.
5215 * dbxread.c (elfstab_build_psymtabs): Make a null cleanup early.
5216 Don't conditionally call do_cleanups.
5217 * cli/cli-script.c (execute_user_command): Initialize 'old_chain'
5218 later.
5219
5220 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
5221
5222 * MAINTAINERS (Write After Approval): Use default email address.
5223
5224 2011-06-27 Joel Brobecker <brobecker@adacore.com>
5225
5226 * MAINTAINERS (Write After Approval): Add Eric Botcazou.
5227
5228 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
5229
5230 * sparc-tdep.h (struct sparc_frame_cache): Add frame_offset,
5231 saved_regs_mask and copied_regs_mask fields.
5232 (sparc_record_save_insn): New prototype.
5233 * sparc-tdep.c (sparc_alloc_frame_cache): Initialize the new fields.
5234 (sparc_record_save_insn): New function.
5235 (sparc_analyze_prologue): Add head comment. Recognize store insns
5236 of call-saved registers. Use OFFSET consistently. Recognize flat
5237 frames and cache their settings.
5238 (sparc32_skip_prologue): Handle flat frames.
5239 (sparc_frame_cache): Add frame_offset to the base address.
5240 (sparc32_frame_cache): Adjust to new frame description.
5241 (sparc32_frame_prev_register): Likewise.
5242 * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
5243 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
5244 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
5245 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Force the
5246 frame by calling sparc_record_save_insn.
5247 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
5248 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
5249 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
5250
5251 2011-06-27 Tristan Gingold <gingold@adacore.com>
5252
5253 * dwarf2read.c (struct dwarf2_section_info): Replace was_mmapped
5254 field by map_addr and map_len.
5255 (dwarf2_read_section): Adjust for the new bfd_mmap api.
5256 (munmap_section_buffer): Likewise.
5257
5258 2011-06-24 Tom Tromey <tromey@redhat.com>
5259
5260 * varobj.c (update_dynamic_varobj_children): Make 'name' const.
5261 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
5262 * python/python.c (gdbpy_parameter): Make 'arg' const.
5263 (execute_gdb_command): Likewise.
5264 (gdbpy_decode_line): Likewise. Copy it.
5265 (gdbpy_parse_and_eval): Make 'expr_string' const. Copy it.
5266 (gdbpy_write): Make 'arg' const.
5267 * python/py-type.c (typy_lookup_typename): Make 'type_name'
5268 const.
5269 (gdbpy_lookup_type): Likewise.
5270 * python/py-prettyprint.c (print_children): Make 'name' const.
5271 * python/py-param.c (parmpy_init): Make 'name' const. Copy it.
5272 * python/py-inferior.c (infpy_write_memory): Make 'buf_len' a
5273 Py_ssize_t.
5274 * python/py-function.c (fnpy_init): Make 'name' const.
5275 * python/py-cmd.c (cmdpy_init): Make 'name' const. Copy it.
5276 (gdbpy_string_to_argv): Make 'input' const.
5277 * python/py-breakpoint.c (bppy_init): Make 'spec' const. Copy
5278 it.
5279 * gdbtypes.h (lookup_typename): Update.
5280 * gdbtypes.c (lookup_typename): Make 'name' const.
5281 (lookup_struct): Likewise.
5282 (lookup_union): Likewise.
5283 (lookup_enum): Likewise.
5284
5285 2011-06-24 Tom Tromey <tromey@redhat.com>
5286
5287 * Makefile.in (HFILES_NO_SRCDIR): Add "common/" to
5288 gdb_thread_db.h. Move all common/ entries to be together.
5289 (TAGS): Don't depend on DEPFILES.
5290
5291 2011-06-23 Yao Qi <yao@codesourcery.com>
5292
5293 * infrun.c (start_remote): Move call init_wait_for_inferior to ...
5294 * remote.c (remote_start_remote): ... here.
5295 * monitor.c (monitor_open): ... here.
5296
5297 2011-06-23 Andrew Burgess <aburgess@broadcom.com>
5298
5299 * gdbtypes.c (append_composite_type_field_aligned): Fix
5300 calculation of bit position based on alignment.
5301
5302 2011-06-22 Pedro Alves <pedro@codesourcery.com>
5303
5304 * breakpoint.c (bpstat_stop_status): Call the check_status
5305 breakpoint_ops method.
5306 (print_one_breakpoint_location): Also print the condition for Ada
5307 exception catchpoints.
5308 (allocate_bp_location): New, factored out from
5309 allocate_bp_location.
5310 (allocate_bp_location): Adjust. Call the owner breakpoint's
5311 allocate_location method, if there is one.
5312 (free_bp_location): Call the locations's dtor method, if there is
5313 one.
5314 (init_raw_breakpoint_without_location): New breakpoint_ops
5315 parameter. Use it.
5316 (set_raw_breakpoint_without_location): Adjust.
5317 (init_raw_breakpoint): New breakpoint_ops parameter. Pass it down.
5318 (set_raw_breakpoint): Adjust.
5319 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
5320 (catch_syscall_breakpoint_ops): Install NULL allocate_location,
5321 re_set and check_status methods.
5322 (init_catchpoint): Don't memset, initialize thread, addr_string
5323 and enable_state. Pass the ops down to init_raw_breakpoint.
5324 (install_catchpoint): Rename to ...
5325 (install_breakpoint): ... this, and make extern.
5326 (create_fork_vfork_event_catchpoint): Adjust.
5327 (catch_exec_breakpoint_ops): Install NULL allocate_location,
5328 re_set and check_status methods.
5329 (create_syscall_event_catchpoint): Adjust.
5330 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
5331 (masked_watchpoint_breakpoint_ops): Install NULL
5332 allocate_location, re_set and check_status methods.
5333 (catch_exec_command_1): Adjust.
5334 (gnu_v3_exception_catchpoint_ops): Install NULL allocate_location,
5335 re_set and check_status methods.
5336 (create_ada_exception_breakpoint): Rename to ...
5337 (init_ada_exception_breakpoint): ... this. Add a struct
5338 breakpoint parameter, and delete the exp_string, cond_string and
5339 cond parameters. Use init_raw_breakpoint, and don't install or
5340 mention the breakpoint yet. Don't clear breakpoint fields that
5341 init_raw_breakpoint already clears.
5342 (re_set_breakpoint): Delete, split into ...
5343 (breakpoint_re_set_default, prepare_re_set_context): ... these new
5344 functions.
5345 (breakpoint_re_set_one): Call the breakpoint's
5346 breakpoint_ops->re_set implementation, if there's one. Adjust.
5347 * breakpoint.h: Forward declare struct bpstats and struct bp_location.
5348 (struct bp_location_ops): New type.
5349 (struct bp_location): New field `ops'.
5350 (struct breakpoint_ops): New `allocate_location', `re_set' and
5351 `check_status' fields. Make `breakpoint_hit''s description match
5352 reality.
5353 (init_bp_location): Declare.
5354 (breakpoint_re_set_default): Declare.
5355 (create_ada_exception_breakpoint): Rename to ...
5356 (init_ada_exception_breakpoint): ... this. Add a struct
5357 breakpoint parameter, and delete the exp_string, cond_string and
5358 cond parameters.
5359 (install_breakpoint): Declare.
5360 * ada-lang.c: Include exceptions.h.
5361 <Ada exceptions description>: Update.
5362 (struct ada_catchpoint_location): New type.
5363 (ada_catchpoint_location_dtor): New function.
5364 (ada_catchpoint_location_ops): New global.
5365 (ada_catchpoint): New type.
5366 (create_excep_cond_exprs): New function.
5367 (dtor_exception, allocate_location_exception, re_set_exception)
5368 (should_stop_exception, check_status_exception): New functions.
5369 (print_one_exception, print_mention_exception)
5370 (print_recreate_exception): Adjust.
5371 (dtor_catch_exception, allocate_location_catch_exception)
5372 (re_set_catch_exception, check_status_catch_exception): New
5373 functions.
5374 (catch_exception_breakpoint_ops): Install them.
5375 (dtor_catch_exception_unhandled)
5376 (allocate_location_catch_exception_unhandled)
5377 (re_set_catch_exception_unhandled)
5378 (check_status_catch_exception_unhandled): New functions.
5379 (catch_exception_unhandled_breakpoint_ops): Install them.
5380 (dtor_catch_assert, allocate_location_catch_assert)
5381 (re_set_catch_assert, check_status_catch_assert): New functions.
5382 (catch_assert_breakpoint_ops): Install them.
5383 (ada_exception_catchpoint_p): Delete.
5384 (catch_ada_exception_command_split)
5385 (ada_exception_catchpoint_cond_string): Rename exp_string
5386 parameter to excep_string. Adjust.
5387 (ada_parse_catchpoint_condition): Delete.
5388 (ada_exception_sal): Rename the exp_string parameter to
5389 excep_string. Delete the cond_string and cond parameters.
5390 Adjust.
5391 (ada_decode_exception_location): Rename the exp_string parameter
5392 to excep_string. Delete the cond_string and cond parameters.
5393 Adjust.
5394 (create_ada_exception_catchpoint): New function.
5395 (catch_ada_exception_command, ada_decode_assert_location)
5396 (catch_assert_command): Adjust.
5397 * ada-lang.h (ada_exception_catchpoint_p): Delete declaration.
5398
5399 2011-06-22 Pedro Alves <pedro@codesourcery.com>
5400
5401 * ada-lang.c: Include arch-utils.h.
5402 (ada_decode_exception_location): Make static.
5403 (catch_ada_exception_command): Moved here from breakpoint.c.
5404 (ada_decode_assert_location): Make static.
5405 (catch_assert_command): Moved here from breakpoint.c.
5406 (_initialize_ada_lang): Install the exception and assert
5407 catchpoint commands here.
5408 * ada-lang.h (ada_decode_exception_location)
5409 (ada_decode_assert_location): Delete declarations.
5410 * breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): Moved to
5411 breakpoint.h.
5412 (create_ada_exception_breakpoint): Make extern.
5413 (catch_ada_exception_command, catch_assert_command): Moved to
5414 ada-lang.c.
5415 (add_catch_command): Make extern.
5416 (_initilize_breakpoint): Don't install the exception and assert
5417 catchpoint commands here.
5418 * breakpoint.h (CATCH_PERMANENT, CATCH_TEMPORARY): Moved from
5419 breakpoint.c
5420 (add_catch_command, create_ada_exception_breakpoint): Declare.
5421
5422 2011-06-22 Pedro Alves <pedro@codesourcery.com>
5423
5424 * breakpoint.c (init_raw_breakpoint_without_location): Don't add
5425 the breakpoint to the breakpoint chain here.
5426 (set_raw_breakpoint_without_location): Add the breakpoint to the
5427 breakpoint chain here.
5428 (init_raw_breakpoint): Adjust comments.
5429 (set_raw_breakpoint): Add the breakpoint to the breakpoint chain
5430 here.
5431 (init_catchpoint): Don't set the catchpoint's breakpoint number
5432 here.
5433 (install_catchpoint): New function.
5434 (create_fork_vfork_event_catchpoint)
5435 (create_syscall_event_catchpoint, catch_exec_command_1): Adjust to
5436 use install_catchpoint.
5437
5438 2011-06-22 Pedro Alves <pedro@codesourcery.com>
5439
5440 * breakpoint.c (create_catchpoint_without_mention)
5441 (create_catchpoint): Delete.
5442
5443 2011-06-22 Pedro Alves <pedro@codesourcery.com>
5444
5445 * breakpoint.h (struct breakpoint): Delete field `exec_pathname'.
5446 * breakpoint.c (init_raw_breakpoint_without_location): Remove
5447 reference to exec_pathname.
5448 (struct exec_catchpoint): New type.
5449 (dtor_catch_exec): New function.
5450 (insert_catch_exec, print_it_catch_exec, print_one_catch_exec): Adjust.
5451 (catch_exec_breakpoint_ops): Install dtor_catch_syscall.
5452 (catch_exec_command_1): Adjust to use init_catchpoint.
5453 (delete_breakpoint): Remove reference to exec_pathname.
5454
5455 2011-06-22 Pedro Alves <pedro@codesourcery.com>
5456
5457 * breakpoint.h (struct breakpoint_ops): New field `dtor'.
5458 (struct breakpoint): Delete field `syscalls_to_be_caught'.
5459 * breakpoint.c (init_raw_breakpoint_without_location): Remove
5460 reference to syscalls_to_be_caught.
5461 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops): Install a
5462 NULL `dtor'.
5463 (struct syscall_catchpoint): New type.
5464 (dtor_catch_syscall): New function.
5465 (insert_catch_syscall, remove_catch_syscall)
5466 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
5467 (print_recreate_catch_syscall): Adjust.
5468 (catch_syscall_breakpoint_ops): Install dtor_catch_syscall.
5469 (catch_exec_breakpoint_ops): Install a NULL `dtor'.
5470 (create_syscall_event_catchpoint): Adjust to use init_catchpoint.
5471 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
5472 (masked_watchpoint_breakpoint_ops)
5473 (gnu_v3_exception_catchpoint_ops): Install a NULL `dtor'.
5474 (delete_breakpoint): Call the `dtor' breakpoint_ops method, if
5475 there is one. Remove references to syscalls_to_be_caught.
5476 (catching_syscall_number): Adjust.
5477 * ada-lang.c (catch_exception_breakpoint_ops)
5478 (catch_exception_unhandled_breakpoint_ops)
5479 (catch_assert_breakpoint_ops): Install a NULL `dtor'.
5480
5481 2011-06-22 Pedro Alves <pedro@codesourcery.com>
5482
5483 * breakpoint.h (struct breakpoint): Delete forked_inferior_pid
5484 field.
5485 * breakpoint.c (init_raw_breakpoint_without_location): Remove
5486 reference to forked_inferior_pid.
5487 (struct fork_catchpoint): New type.
5488 (breakpoint_hit_catch_fork, print_it_catch_fork)
5489 (print_one_catch_fork, breakpoint_hit_catch_vfork)
5490 (print_it_catch_vfork, print_one_catch_vfork): Adjust.
5491 (create_fork_vfork_event_catchpoint): Adjust to use
5492 init_catchpoint.
5493
5494 2011-06-22 Pedro Alves <pedro@codesourcery.com>
5495
5496 * breakpoint.c (add_to_breakpoint_chain)
5497 (init_raw_breakpoint_without_location): New functions, factored
5498 out from ...
5499 (set_raw_breakpoint_without_location): ... this one.
5500 (init_raw_breakpoint): New function, factored out from
5501 set_raw_breakpoint and adjusted to use
5502 init_raw_breakpoint_without_location.
5503 (set_raw_breakpoint): Adjust.
5504 (init_catchpoint): New function, factored out from
5505 create_catchpoint_without_mention and adjusted to use
5506 init_raw_breakpoint.
5507 (create_catchpoint_without_mention): Adjust.
5508
5509 2011-06-22 Tom Tromey <tromey@redhat.com>
5510
5511 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_convert>: Treat type
5512 argument of 0 specially.
5513
5514 2011-06-22 Yao Qi <yao@codesourcery.com>
5515
5516 * infrun.c (handle_inferior_event): Remove write-only local variable
5517 `sw_single_step_trap_p'.
5518
5519 2011-06-20 Tom Tromey <tromey@redhat.com>
5520
5521 * symtab.c (lookup_language_this): End loop if block is NULL.
5522
5523 2011-06-17 Tom Tromey <tromey@redhat.com>
5524
5525 * valops.c (value_of_this): Use lookup_language_this.
5526 * symtab.h (lookup_language_this): Declare.
5527 * symtab.c (lookup_language_this): New function.
5528 (lookup_symbol_aux): Use lookup_language_this.
5529 * ax-gdb.c (gen_expr) <OP_THIS>: Use lookup_language_this.
5530
5531 2011-06-17 Tom Tromey <tromey@redhat.com>
5532
5533 * value.h (value_of_this): Update.
5534 (value_of_local): Remove.
5535 * valops.c (value_of_this): Rename from value_of_local. Change
5536 parameters.
5537 * p-exp.y (exp): Update.
5538 (variable): Likewise.
5539 * eval.c (evaluate_subexp_standard) <OP_THIS>: Use value_of_this.
5540
5541 2011-06-17 Tom Tromey <tromey@redhat.com>
5542
5543 * valops.c (value_of_local): Complain if NAME is NULL.
5544 * std-operator.def (OP_OBJC_SELF): Remove.
5545 * parse.c (operator_length_standard) <OP_OBJC_SELF>: Remove.
5546 * objc-exp.y (name_not_typename): Use OP_THIS.
5547 * expprint.c (print_subexp_standard) <OP_THIS>: Print language's
5548 name for "this".
5549 <OP_OBJC_SELF>: Remove.
5550 * eval.c (evaluate_subexp_standard) <OP_OBJC_SELF>: Remove.
5551
5552 2011-06-16 Tristan Gingold <gingold@adacore.com>
5553
5554 * python/py-events.h (gdb_py_events): Make it extern.
5555 * python/py-evtregistry.c (gdb_py_events): Declare.
5556
5557 2011-06-16 Hui Zhu <teawater@gmail.com>
5558
5559 * remote.c (remote_trace_set_readonly_regions): Add check for
5560 remote_protocol_packets[PACKET_qXfer_traceframe_info].support before
5561 output warning.
5562
5563 2011-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
5564
5565 * arm-linux-tdep.c: Include "auxv.h".
5566 (AT_HWCAP): Define.
5567 (ARM_LINUX_SIZEOF_VFP): Define.
5568 (arm_linux_supply_vfp): New function.
5569 (arm_linux_collect_vfp): Likewise.
5570 (arm_linux_regset_from_core_section): Handle .reg-arm-vfp sections.
5571 (arm_linux_fpa_regset_sections): New variable.
5572 (arm_linux_vfp_regset_sections): Likewise.
5573 (arm_linux_core_read_description): New function.
5574 (arm_linux_init_abi): Install arm_linux_core_read_description and
5575 arm_linux_fpa_regset_sections or arm_linux_vfp_regset_sections as
5576 appropriate for the architecture.
5577 * arm-tdep.h (struct gdbarch_tdep): Add member "vfpregset".
5578 (tdesc_arm_with_m): Declare.
5579 (tdesc_arm_with_iwmmxt): Likewise.
5580 (tdesc_arm_with_vfpv2): Likewise.
5581 (tdesc_arm_with_vfpv3): Likewise.
5582 (tdesc_arm_with_neon): Likewise.
5583 * arm-linux-nat.c: Move features/*.c includes ...
5584 * arm-tdep.c: ... here.
5585 * arm-linux-nat.c (arm_linux_read_description): Move initializing
5586 target description data structures ...
5587 * arm-tdep.c (_initialize_arm_tdep): ... here.
5588 * arm-linux-nat.c (HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3,
5589 HWCAP_VFPv3D16): Move definitions ...
5590 * arm-linux-tdep.h: ... here.
5591
5592 2011-06-15 Hui Zhu <teawater@gmail.com>
5593
5594 * remote.c (remote_trace_set_readonly_regions): Add a check for
5595 target_buf_size.
5596
5597 2011-06-14 Tom Tromey <tromey@redhat.com>
5598
5599 * coffread.c (coffread_objfile): Rename from current_objfile.
5600 * dbxread.c (dbxread_objfile): Rename from current_objfile.
5601 * mdebugread.c (mdebugread_objfile): Rename from current_objfile.
5602
5603 2011-06-14 Tom Tromey <tromey@redhat.com>
5604
5605 * jv-lang.c (jv_type_objfile_data_key, dynamics_objfile)
5606 (class_symtab): Remove.
5607 (jv_dynamics_progspace_key): New global.
5608 (jv_per_objfile_free): Reset program space data. Update assert.
5609 Don't clear globals.
5610 (get_dynamics_objfile): Use and set program space data.
5611 (get_java_class_symtab): Use get_dynamics_objfile.
5612 (add_class_symbol): Likewise.
5613 (java_link_class_type): Likewise.
5614 (java_object_type, jv_clear_object_type, set_java_object_type):
5615 Remove.
5616 (get_java_object_type): Update. Don't cache result.
5617 (is_object_type): Don't call set_java_object_type.
5618 (_initialize_java_language): Don't set jv_type_objfile_data_key;
5619 initialize jv_dynamics_progspace_key.
5620
5621 2011-06-14 Tom Tromey <tromey@redhat.com>
5622
5623 * symtab.h (current_objfile): Don't declare.
5624 * objfiles.h (current_objfile): Don't declare.
5625 * objfiles.c (current_objfile): Remove.
5626 * mdebugread.c (current_objfile): New file-scope global.
5627 * dbxread.c (current_objfile): New file-scope global.
5628 * coffread.c (current_objfile): New file-scope global.
5629
5630 2011-06-13 Pedro Alves <pedro@codesourcery.com>
5631
5632 * top.h (line): Rename to ...
5633 (saved_command_line): ... this.
5634 (linesize): Rename to ...
5635 (saved_command_line_size): ... this.
5636 * top.c (line): Rename to ...
5637 (saved_command_line): ... this.
5638 (linesize): Rename to ...
5639 (saved_command_line_size): ... this.
5640 (dont_repeat, command_line_input, dont_repeat_command): Adjust.
5641 * event-top.c (command_line_handler): Adjust.
5642 * main.c (captured_main): Adjust.
5643
5644 2011-06-12 Mark Kettenis <kettenis@gnu.org>
5645
5646 * i386-tdep.c (i386_epilogue_frame_cache): Simplify code. Call
5647 get_frame_func instead of get_frame_pc to determine the code
5648 address used to construct the frame ID.
5649 (i386_epilogue_frame_unwind_stop_reason): Fix coding style.
5650 (i386_epilogue_frame_this_id): Likewise.
5651 (i386_epilogue_frame_prev_register): New function.
5652 (i386_epilogue_frame_unwind): Use i386_epilogue_frame_prev_register.
5653 (i386_stack_tramp_frame_sniffer): Fix coding style.
5654 (i386_stack_tramp_frame_unwind): Use i386_epilogue_frame_prev_register.
5655 (i386_gdbarch_init): Fix comments.
5656
5657 2011-06-12 Mark Kettenis <kettenis@gnu.org>
5658
5659 * i386-tdep.c (i386_match_insn_block): Use length of the proper
5660 instruction when walking back through the instruction stream.
5661
5662 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5663
5664 * symtab.c (output_partial_symbol_filename): Exchange the filename and
5665 fullname parameters order.
5666
5667 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5668
5669 Code cleanup.
5670 * dwarf2read.c (dw2_map_symbol_filenames): Use symbol_filename_ftype
5671 for fun.
5672 * psymtab.c (map_symbol_filenames_psymtab)
5673 (map_partial_symbol_filenames): Likewise.
5674 * psymtab.h: Include symfile.h.
5675 (map_partial_symbol_filenames): Use symbol_filename_ftype for fun.
5676 * symfile.h (symbol_filename_ftype): New.
5677 (struct quick_symbol_functions): Use symbol_filename_ftype for fun of
5678 map_symbol_filenames, clarify more the naming in comment.
5679
5680 2011-06-07 Doug Evans <dje@google.com>
5681
5682 * cc-with-index.sh: Fix typos in comment.
5683 Look for ../../gdb, for fullname.exp.
5684
5685 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5686 Pedro Alves <pedro@codesourcery.com>
5687
5688 * cli/cli-cmds.c (shell_escape): Use waitpid.
5689 * rs6000-nat.c (exec_one_dummy_insn): Likewise.
5690
5691 2011-06-07 Tristan Gingold <gingold@adacore.com>
5692
5693 * xcoffread.c (dwarf2_xcoff_names): New variable.
5694 (aix_process_linenos): Add a guard.
5695 (xcoff_symfile_finish): Free dwarf2.
5696 (xcoff_initial_scan): Add dwarf2 support.
5697
5698 2011-06-06 Pedro Alves <pedro@codesourcery.com>
5699
5700 * infcall.c (run_inferior_call): Don't mask async. Instead force
5701 a synchronous wait, if the target can async.
5702
5703 * target.h (struct target_ops): Delete to_async_mask.
5704 (target_async_mask): Delete.
5705 * target.c (update_current_target): Delete references to to_async_mask.
5706 * linux-nat.c (linux_nat_async_mask_value): Delete.
5707 (linux_nat_is_async_p, linux_nat_can_async_p): Remove references
5708 to linux_nat_async_mask_value.
5709 (linux_nat_async_mask): Delete.
5710 (linux_nat_async, linux_nat_close): Remove references to
5711 linux_nat_async_mask_value.
5712 * record.c (record_async_mask_value): Delete.
5713 (record_async): Remove references to record_async_mask_value.
5714 (record_async_mask): Delete.
5715 (record_can_async_p, record_is_async_p): Remove references to
5716 record_async_mask_value.
5717 (init_record_ops, init_record_core_ops): Remove references to
5718 record_async_mask.
5719 * remote.c (remote_async_mask_value): Delete.
5720 (init_remote_ops): Remove reference to remote_async_mask.
5721 (remote_can_async_p, remote_is_async_p): Remove references to
5722 remote_async_mask_value.
5723 (remote_async): Remove references to remote_async_mask_value.
5724 (remote_async_mask): Delete.
5725
5726 * infrun.c (fetch_inferior_event): Don't claim registers changed
5727 if the current thread is already not executing.
5728
5729 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
5730
5731 From Stephen Kitt <steve@sk2.org>
5732 * breakpoint.c, breakpoint.h, cli/cli-dump.c, dwarf2expr.c,
5733 gdbarch.c, gdbarch.sh, remote.c: Various spelling fixes.
5734
5735 2011-06-03 Joel Brobecker <brobecker@adacore.com>
5736
5737 * dwarf2expr.c (execute_stack_op) [DW_OP_deref]: Handle
5738 the case where ADDR_SIZE is different from TYPE_LENGTH (type).
5739
5740 2011-06-03 Tom Tromey <tromey@redhat.com>
5741
5742 * python/py-inferior.c (python_inferior_exit): Use inferior's exit
5743 code fields.
5744 * python/py-exitedevent.c (create_exited_event_object): Change
5745 type of 'exit_code'. Optionally add exit_code attribute.
5746 (emit_exited_event): Change type of 'exit_code'.
5747 * python/py-event.h (emit_exited_event): Update.
5748 * mi/mi-interp.c (mi_inferior_exit): Print exit code.
5749 * infrun.c (handle_inferior_event): Set exit code fields on
5750 inferior.
5751 * inferior.h (struct inferior) <has_exit_code, exit_code>: New
5752 fields.
5753 * inferior.c (exit_inferior_1): Initialize new fields.
5754
5755 2011-06-03 Tom Tromey <tromey@redhat.com>
5756
5757 * dwarf2expr.c (get_signed_type): New function.
5758 (execute_stack_op) <DW_OP_shra>: Always perform a signed shift.
5759
5760 2011-06-02 Keith Seitz <keiths@redhat.com>
5761
5762 * objc-lang.c (find_methods): Increment objfile_csym earlier.
5763
5764 2011-06-02 Pedro Alves <pedro@codesourcery.com>
5765
5766 * top.h (simplified_command_loop): Delete declaration.
5767
5768 2011-06-01 Mike Frysinger <vapier@gentoo.org>
5769
5770 * remote-sim.c (gdbsim_open): Add the strlen of " --sysroot=" and
5771 gdb_sysroot to the "len" variable. Append both to "arg_buf".
5772
5773 2011-06-01 Yao Qi <yao@codesourcery.com>
5774
5775 * objfiles.h (obj_section_addr): Update reference to objfile from
5776 `abfd' to `obfd'.
5777 (obj_section_endaddr): Likewise.
5778
5779 2011-06-01 Daniel Jacobowitz <drow@false.org>
5780
5781 * MAINTAINERS: Update my email address and affiliation. Also
5782 update Ian Lance Taylor's affiliation. Use UTF-8 for ludo@gnu.org.
5783
5784 2010-05-31 Keith Seitz <keiths@redhat.com>
5785
5786 PR c++/12750
5787 * linespec.c (get_search_block): New function.
5788 (find_methods): Add FILE_SYMTATB parameter and use it and
5789 get_search_block to pass an appropriate block to
5790 lookup_symbol_in_namespace.
5791 (decode_line_1): Record if *ARGPTR is single-quote enclosed.
5792 Check if *ARGPTR starts with a filename first.
5793 If it does, call locate_first_half again to locate the next
5794 "first half" of the linespec.
5795 Pass FILE_SYMTATB to decode_objc and decode_compound.
5796 Swallow the trailing single-quote if IS_SQUOTE_ENCLOSED.
5797 (locate_first_half): Stop on the first colon seen.
5798 (decode_compound): Add FILE_SYMTAB parameter.
5799 Pass FILE_SYMTAB to lookup_prefix_sym and find_method.
5800 (lookup_prefix_sym): Add FILE_SYMTAB parameter and use
5801 get_search_block with lookup_symbol.
5802 (find_method): Add FILE_SYMTAB parameter and pass it to
5803 find_methods.
5804 (decode_objc): Use get_search_block.
5805
5806 2010-05-31 Keith Seitz <keiths@redhat.com>
5807
5808 PR symtab/12704
5809 * cp-namespace.c (ANONYMOUS_NAMESPACE_LEN): Remove.
5810 (cp_scan_for_anonymous_namespaces): Use CP_ANONYMOUS_NAMESPACE_STR
5811 and CP_ANONYMOUS_NAMESPACE_LEN.
5812 (cp_is_anonymous): Likewise.
5813 * cp-support.h (CP_ANONYMOUS_NAMESPACE_STR): Define.
5814 (CP_ANONYMOUS_NAMESPACE_LEN): Define.
5815 * dwarf2read.c (namespace_name): Likewise.
5816 (fixup_partial_die): Likewise.
5817 * linespec.c (decode_compound): If CP_ANONYMOUS_NAMESPACE_STR is
5818 seen in the input, keep it.
5819
5820 2011-05-30 Pedro Alves <pedro@codesourcery.com>
5821
5822 * target.h (enum inferior_event_type): Delete INF_QUIT_REQ.
5823 * inf-loop.h (inferior_event_handler_wrapper): Delete.
5824 * inf-loop.c (inferior_event_handler_wrapper): Delete.
5825 (inferior_event_handler): Don't handle INF_QUIT_REQ.
5826 * remote.c (_initialize_remote): Register
5827 async_remote_interrupt_twice directly as
5828 sigint_remote_twice_token event.
5829
5830 2011-05-30 Pedro Alves <pedro@codesourcery.com>
5831
5832 * target.h (enum inferior_event_type): Delete INF_ERROR.
5833 * inf-loop.c (inferior_event_handler): Don't handle INF_ERROR.
5834
5835 2011-05-30 Pedro Alves <pedro@codesourcery.com>
5836
5837 * interps.c (interp_set): Don't cancel continuations.
5838
5839 2011-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5840
5841 * linux-nat.c (linux_lwp_is_zombie): Use xsnprintf.
5842
5843 2011-05-30 Pedro Alves <pedro@codesourcery.com>
5844
5845 * continuations.h (continuation_ftype): Add `err' parameter.
5846 Document parameters.
5847 (do_all_continuations, do_all_continuations_thread)
5848 (do_all_intermediate_continuations)
5849 (do_all_intermediate_continuations_thread)
5850 (do_all_inferior_continuations): Add `err' parameter.
5851 * continuations.c (do_my_continuations_1, do_my_continuations)
5852 (do_all_inferior_continuations, do_all_continuations_ptid)
5853 (do_all_continuations_thread_callback)
5854 (do_all_continuations_thread, do_all_continuations)
5855 (do_all_intermediate_continuations_thread_callback)
5856 (do_all_intermediate_continuations_thread)
5857 (do_all_intermediate_continuations): Add `err' parameter, and pass
5858 it down all the way to the continuations proper.
5859 * inf-loop.c (inferior_event_handler): If fetching an inferior
5860 event throws an error, don't pop the target, and still call the
5861 continuations, but with `err' set. Adjust all other continuation
5862 calls.
5863 * breakpoint.c (until_break_command_continuation): Add `err'
5864 parameter.
5865 * infcmd.c (step_1_continuation): Add `err' parameter. Don't
5866 issue another step if `err' is set.
5867 (struct until_next_continuation_args): New.
5868 (until_next_continuation): Add `err' parameter. Adjust.
5869 (until_next_command): Adjust.
5870 (struct finish_command_continuation_args): Add `thread' field.
5871 (finish_command_continuation): Add `err' parameter. Handle it.
5872 (finish_forward): Adjust.
5873 (attach_command_continuation): Add `err' parameter. Handle it.
5874 * infrun.c (infrun_thread_stop_requested_callback): Adjust to
5875 cancel the continuations.
5876 * interps.c (interp_set): Adjust to cancel the continuations.
5877 * thread.c (clear_thread_inferior_resources): Adjust to cancel the
5878 continuations rather than discarding.
5879 (free_thread): Don't clear thread inferior resources here.
5880 (delete_thread_1): Do it here instead. And do it before removing
5881 the thread from the threads list. Tag the thread as exited before
5882 clearing thread inferior resources.
5883
5884 2011-05-30 Joel Brobecker <brobecker@adacore.com>
5885
5886 * infcall.c (call_function_by_hand): Rephrase error message.
5887
5888 2011-05-27 Pedro Alves <pedro@codesourcery.com>
5889
5890 * defs.h (struct thread_info, struct inferior): Delete forward
5891 declarations.
5892 * breakpoint.h (struct thread_info): New forward declaration.
5893 * observer.sh (struct inferior): New forward declaration.
5894 * python/python-internal.h (struct inferior): New forward
5895 declaration.
5896
5897 2011-05-27 Pedro Alves <pedro@codesourcery.com>
5898
5899 * defs.h (struct continuation, continuation_ftype)
5900 (continuation_free_arg_ftype, add_continuation)
5901 (do_all_continuations, do_all_continuations_thread)
5902 (discard_all_continuations, discard_all_continuations_thread)
5903 (add_intermediate_continuation, do_all_intermediate_continuations)
5904 (do_all_intermediate_continuations_thread)
5905 (discard_all_intermediate_continuations)
5906 (discard_all_intermediate_continuations_thread)
5907 (add_inferior_continuation, do_all_inferior_continuations)
5908 (discard_all_inferior_continuations): Move to ...
5909 * continuations.h: ... this new file.
5910 * breakpoint.c, continuations.c, event-top.c, inf-loop.c,
5911 infcmd.c, inferior.c, infrun.c, interps.c: Include
5912 continuations.h.
5913
5914 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5915 Doug Evans <dje@google.com>
5916
5917 Fix PR 10970, PR 12702.
5918 * linux-nat.c (linux_lwp_is_zombie): New function.
5919 (wait_lwp): Initialize status. New variable prev_mask. Block signals.
5920 Check for linux_lwp_is_zombie. Use WNOHANG and sigsuspend.
5921
5922 2011-05-27 Pedro Alves <pedro@codesourcery.com>
5923
5924 * defs.h (continuation_ftype, continuation_free_arg_ftype): New
5925 typedefs.
5926 (add_continuation, add_intermediate_continuation)
5927 (add_inferior_continuation): Use them.
5928 * continuations.c (struct continuation): Use them.
5929 (make_continuation_ftype): Delete.
5930 (make_continuation, add_inferior_continuation, add_continuation)
5931 (add_intermediate_continuation): Use continuation_ftype and
5932 continuation_free_arg_ftype. Rename parameters to shorter names.
5933
5934 2011-05-27 Pedro Alves <pedro@codesourcery.com>
5935
5936 * continuations.c (make_continuation): Make it return void.
5937 (do_my_continuations): Rename to ...
5938 (do_my_continuations_1): ... this. Remove old_chain parameter and
5939 adjust.
5940 (do_my_continuations): New.
5941 (discard_my_continuations): Rename to ...
5942 (discard_my_continuations_1): ... this. Remove old_chain
5943 parameter and adjust.
5944 (discard_my_continuations): New.
5945 (add_inferior_continuation): Simplify.
5946 (do_all_inferior_continuations): Reimplement on top
5947 do_my_continuations.
5948 (discard_all_inferior_continuations): Simplify.
5949 (add_continuation): Simplify.
5950 (do_all_continuations_ptid): Simplify.
5951 (discard_all_continuations_thread_callback): Simplify.
5952 (add_intermediate_continuation): Simplify.
5953 (discard_all_intermediate_continuations_thread_callback):
5954 Simplify.
5955
5956 2011-05-27 Pedro Alves <pedro@codesourcery.com>
5957
5958 * utils.c (struct continuation, add_continuation)
5959 (add_inferior_continuation)
5960 (do_all_inferior_continuations, discard_all_inferior_continuations)
5961 (restore_thread_cleanup, do_all_continuations_ptid)
5962 (do_all_continuations_thread_callback)
5963 (do_all_continuations_thread, do_all_continuations)
5964 (discard_all_continuations_thread_callback)
5965 (discard_all_continuations_thread, discard_all_continuations)
5966 (add_intermediate_continuation)
5967 (do_all_intermediate_continuations_thread_callback)
5968 (do_all_intermediate_continuations_thread)
5969 (do_all_intermediate_continuations)
5970 (discard_all_intermediate_continuations_thread_callback)
5971 (discard_all_intermediate_continuations_thread)
5972 (discard_all_intermediate_continuations): Move to ...
5973 * continuations.c: ... this new file, and adjust to no longer
5974 implement continuations on top of cleanups.
5975 * Makefile.in (SFILES): Add continuations.c.
5976 (COMMON_OBS): Add continuations.o.
5977
5978 2011-05-26 Pedro Alves <pedro@codesourcery.com>
5979
5980 * inferior.h (enum exec_direction_kind): Delete EXEC_ERROR.
5981 * infrun.c (show_exec_direction_func): Don't handle EXEC_ERROR.
5982 Internal error on invalid values.
5983 * reverse.c: Don't handle EXEC_ERROR.
5984 * mi/mi-main.c: Don't handle EXEC_ERROR.
5985
5986 2011-05-26 Pedro Alves <pedro@codesourcery.com>
5987
5988 * record.c: Include event-loop.h, inf-loop.h.
5989 (record_beneath_to_async): New global.
5990 (tmp_to_async): New global.
5991 (record_async_inferior_event_token): New global.
5992 (record_open_1): Don't error out if async is enabled.
5993 (record_open): Handle to_async. Create an async event source in
5994 the event loop.
5995 (record_close): Delete the async event source.
5996 (record_resumed): New global.
5997 (record_execution_dir): New global.
5998 (record_resume, record_core_resume): Set them. Register the
5999 target on the event loop.
6000 (record_wait): Rename to ...
6001 (record_wait_1): ... this. Add more debug output. Handle
6002 TARGET_WNOHANG, and the target beneath returning
6003 TARGET_WAITKIND_IGNORE.
6004 (record_wait): Reimplement on top of record_wait_1.
6005 (record_async_mask_value): New global.
6006 (record_async, record_async_mask, record_can_async_p)
6007 (record_is_async_p, record_execution_direction): New functions.
6008 (init_record_ops, init_record_core_ops): Install new methods.
6009 * infrun.c (fetch_inferior_event): Temporarily switch the global
6010 execution direction to the direction the target was going.
6011 (execution_direction): Change type to int.
6012 * target.c (default_execution_direction): New function.
6013 (update_current_target): Inherit and de_fault
6014 to_execution_direction.
6015 * target.h (struct target_ops) <to_execution_direction>: New
6016 field.
6017 (target_execution_direction): New macro.
6018 * inferior.h (execution_direction): Change type to int.
6019
6020 2011-05-26 Pedro Alves <pedro@codesourcery.com>
6021
6022 * infcall.c (call_function_by_hand): Don't allow calling functions
6023 in reverse execution mode.
6024
6025 2011-05-26 Pedro Alves <pedro@codesourcery.com>
6026
6027 * infcmd.c (finish_command): Allow async finish in reverse.
6028
6029 2011-05-26 Yao Qi <yao@codesourcery.com>
6030
6031 * gdb_thread_db.h: Delete. Move to ...
6032 * common/gdb_thread_db.h: ... here.
6033
6034 2011-05-26 Pedro Alves <pedro@codesourcery.com>
6035
6036 * infcmd.c (finish_backward): Set a step-resume breakpoint at the
6037 function's entry point instead of a manually managed momentary
6038 breakpoint, and only ever issue one proceed call.
6039 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_STEP_RESUME>: If
6040 doing a reverse-finish, switch to stepi mode, to do another step.
6041 (insert_step_resume_breakpoint_at_sal): Make public.
6042 (normal_stop): No need to save function value return registers if
6043 going reverse.
6044 * inferior.h (insert_step_resume_breakpoint_at_sal): Declare.
6045
6046 2011-05-26 Pedro Alves <pedro@codesourcery.com>
6047
6048 * breakpoint.h (enum bptype) <bp_hp_step_resume>: New.
6049 (enum bpstat_what_main_action): Move BPSTAT_WHAT_STEP_RESUME
6050 before BPSTAT_WHAT_STOP_SILENT. Add BPSTAT_WHAT_HP_STEP_RESUME
6051 at the end.
6052 * breakpoint.c (update_breakpoints_after_exec): Also delete hp
6053 step-resume breakpoints.
6054 (print_it_typical): Handle bp_hp_step_resume.
6055 (bpstat_what): Ditto.
6056 (bptype_string): Ditto.
6057 (print_one_breakpoint_location): Ditto.
6058 (allocate_bp_location): Ditto.
6059 (mention): Ditto.
6060 (breakpoint_re_set_one): Ditto.
6061 * infrun.c (handle_inferior_event): Adjust. Split
6062 BPSTAT_WHAT_STEP_RESUME handling in BPSTAT_WHAT_STEP_RESUME and
6063 BPSTAT_WHAT_HP_STEP_RESUME.
6064 (insert_step_resume_breakpoint_at_sal): Rename to ...
6065 (insert_step_resume_breakpoint_at_sal_1): ... this. Add bptype
6066 parameter. Handle it.
6067 (insert_step_resume_breakpoint_at_sal): Reimplement on top of
6068 insert_step_resume_breakpoint_at_sal_1.
6069 (insert_step_resume_breakpoint_at_frame): Rename to ...
6070 (insert_hp_step_resume_breakpoint_at_frame): ... this. Adjust to
6071 set a high-priority step-resume breakpoint.
6072 (insert_step_resume_breakpoint_at_frame): Adjust comment.
6073 (insert_step_resume_breakpoint_at_caller): Ditto.
6074
6075 2011-05-26 Pedro Alves <pedro@codesourcery.com>
6076
6077 * breakpoint.c (iterate_over_related_breakpoints): New.
6078 (do_map_delete_breakpoint): New.
6079 (delete_command): Pass do_map_delete_breakpoint to
6080 map_breakpoint_numbers.
6081 (do_disable_breakpoint): New.
6082 (do_map_disable_breakpoint): Iterate over the breakpoint's related
6083 breakpoints.
6084 (do_enable_breakpoint): Rename to ...
6085 (enable_breakpoint_disp): ... this.
6086 (enable_breakpoint): Adjust.
6087 (do_enable_breakpoint): New.
6088 (enable_once_breakpoint): Delete.
6089 (do_map_enable_breakpoint): New.
6090 (do_map_enable_once_breakpoint): New.
6091 (enable_once_command, enable_delete_command)
6092 (delete_trace_command): Iterate over the breakpoint's related
6093 breakpoints.
6094
6095 2011-05-26 Pedro Alves <pedro@codesourcery.com>
6096
6097 * alpha-tdep.c (alpha_cannot_fetch_register): Don't return true
6098 for ALPHA_ZERO_REGNUM.
6099 (alpha_supply_int_regs): Explicitly supply zero as the value for
6100 ALPHA_ZERO_REGNUM in the register cache.
6101 * alpha-nat.c (fetch_osf_core_registers): Ditto.
6102
6103 2011-05-26 Yao Qi <yao@codesourcery.com>
6104
6105 * gdb/gdb_thread_db.h: Remove HAVE_UINTPTR_T.
6106
6107 2011-05-26 Tristan Gingold <gingold@adacore.com>
6108
6109 * symfile.h (struct dwarf2_section_names): New type.
6110 (struct dwarf2_debug_sections): New type.
6111 (dwarf2_has_info): Add parameter.
6112 * dwarf2read.c (dwarf2_elf_names): New variable.
6113 (INFO_SECTION, ABBREV_SECTION, LINE_SECTION, LOC_SECTION)
6114 (MACINFO_SECTION, STR_SECTION, RANGES_SECTION, TYPES_SECTION)
6115 (FRAME_SECTION, EH_FRAME_SECTION, GDB_INDEX_SECTION): Remove.
6116 (dwarf2_has_info): Add names parameter. Pass names
6117 to dwarf2_locate_sections.
6118 (section_is_p): Rewrite using the names parameter.
6119 (dwarf2_locate_sections): Use section names from the names parameter.
6120 * coffread.c (coff_symfile_read): Adjust call to dwarf2_has_info.
6121 * elfread.c (read_psyms): Ditto.
6122 * machoread.c (macho_symfile_read): Ditto.
6123
6124 2011-05-25 Andreas Schwab <schwab@redhat.com>
6125
6126 PR gdb/8677
6127 * event-loop.c (handle_file_event): Don't handle POLLHUP as error.
6128
6129 2011-05-24 Keith Seitz <keiths@redhat.com>
6130
6131 PR breakpoint/12803
6132 * linespec.c (keep_name_info): Add handling for "volatile" keyword.
6133 (decode_compound): Unconditionally call keep_name_info.
6134
6135 2011-05-24 Pedro Alves <pedro@codesourcery.com>
6136
6137 * breakpoint.c (watchpoint_check): If the watchpoint went out of
6138 scope, clear its command list.
6139 (map_breakpoint_numbers): Don't walk the related breakpoints list
6140 of each breakpoint.
6141
6142 2011-05-24 Tom Tromey <tromey@redhat.com>
6143
6144 * MAINTAINERS: Move Jim Blandy to past maintainers.
6145
6146 2011-05-24 Tristan Gingold <gingold@adacore.com>
6147
6148 * symfile.h (enum dwarf2_section_enum): New type.
6149 (dwarf2_get_section_info): New prototype.
6150 * dwarf2read.c (dwarf2_get_section_info): Replace parameter
6151 section_name by sect. Use a switch to select the info.
6152 * dwarf2-frame.c (warf2_get_section_info): Remove prototype.
6153 (dwarf2_build_frame_info): Adjust calls to dwarf2_get_section_info.
6154
6155 2011-05-24 Pedro Alves <pedro@codesourcery.com>
6156
6157 * solib-svr4.c (svr4_solib_create_inferior_hook): Skip setting
6158 shared library event breakpoint if there's no execution.
6159
6160 2011-05-24 Thiago Jung Bauermann <bauerman@br.ibm.com>
6161
6162 * breakpont.c (remove_hw_watchpoints): Remove unused function.
6163 * breakpoint.h remove_hw_watchpoints(): Remove prototype.
6164
6165 2011-05-23 Tom Tromey <tromey@redhat.com>
6166
6167 * c-lang.c (evaluate_subexp_c): Use expect_type if it is not
6168 NULL.
6169
6170 2011-05-23 Doug Evans <dje@google.com>
6171
6172 * python/lib/gdb/printing.py (register_pretty_printer): Add missing
6173 entry for RuntimeError to doc string.
6174
6175 2011-05-23 Jerome Guitton <guitton@adacore.com>
6176
6177 * sparc-tdep.c (sparc_skip_stack_check): Recognize a new instruction
6178 sequence for probing loops.
6179
6180 2011-05-23 Pedro Alves <pedro@codesourcery.com>
6181
6182 * infrun.c (user_visible_resume_ptid): Fix typos in describing
6183 comment.
6184
6185 2011-05-21 Mark Kettenis <kettenis@gnu.org>
6186
6187 * sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supply
6188 zero as the value for %g0 in the register cache.
6189 * sparc-tdep.c (sparc32_supply_gregset): Likewise.
6190 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
6191
6192 2011-05-20 Pedro Alves <pedro@codesourcery.com>
6193
6194 * infrun.c (proceed): Set previous_inferior_ptid here.
6195 (init_wait_for_inferior): Initialize previous_inferior_ptid from
6196 inferior_ptid, not null_ptid.
6197 (wait_for_inferior): Don't initialize previous_inferior_ptid here.
6198 (fetch_inferior_event): Nor here.
6199
6200 2011-05-20 Pedro Alves <pedro@codesourcery.com>
6201
6202 * inf-loop.c (inferior_event_handler): Only output a message if
6203 verbose.
6204
6205 2011-05-20 Luis Machado <lgustavo@codesourcery.com>
6206
6207 * MAINTAINERS: Update my e-mail address.
6208
6209 2011-05-20 Pedro Alves <pedro@codesourcery.com>
6210
6211 * infrun.c (proceed): Switch the inferior event loop to
6212 INF_EXEC_COMPLETE if the target refused to resume from a
6213 vfork/fork.
6214
6215 2011-05-20 Pedro Alves <pedro@codesourcery.com>
6216
6217 * infcmd.c: Include "inf-loop.h".
6218 (step_once): When stepping into an inline subroutine, pretend the
6219 target has run. If the target can async, switch the inferior
6220 event loop to INF_EXEC_COMPLETE.
6221 * inferior.h (user_visible_resume_ptid): Declare.
6222 * infrun.c (user_visible_resume_ptid): New function, factored out
6223 from `resume'.
6224 (resume): Use it.
6225 * mi/mi-main.c (mi_execute_async_cli_command): Remove assertion
6226 that the current thread is running. Merge async and sync
6227 branches.
6228
6229 2011-05-20 Pedro Alves <pedro@codesourcery.com>
6230
6231 * infcmd.c (step_1): Simplify synchronous case.
6232
6233 2011-05-20 Pedro Alves <pedro@codesourcery.com>
6234
6235 * tracepoint.c: Include exceptions.h.
6236 (TFILE_PID): Move higher in file.
6237 (tfile_open): Delay pushing the tfile target until we're assured
6238 the tfile header is present in the file. Wrap reading the initial
6239 newline-terminated lines in TRY_CATCH. Pop the target if the
6240 initial setup failed. Add the tfile's thread immediately
6241 aftwards, before any non-essential setup. Don't skip
6242 post_create_inferior if there are no traceframes present in the
6243 file.
6244 (tfile_close): Remove redundant check for null before xfree call.
6245 (tfile_thread_alive): New function.
6246 (init_tfile_ops): Register it as to_thread_alive callback.
6247
6248 2011-05-20 Pedro Alves <pedro@codesourcery.com>
6249
6250 * tracepoint.c (tfile_open): Delete #if 0'd code.
6251
6252 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6253
6254 Fix -readnow for -gdwarf-4 unused type units.
6255 * dwarf2read.c (struct signatured_type): Remove the field offset.
6256 (create_signatured_type_table_from_index): Remove its initialization.
6257 (create_debug_types_hash_table): Likewise. Initialize per_cu.offset
6258 instead. Add a complaint call.
6259 (process_psymtab_comp_unit): Change assignment to gdb_assert.
6260 (process_type_comp_unit, lookup_die_type, dump_die_shallow)
6261 (lookup_signatured_type_at_offset, read_signatured_type)
6262 (write_one_signatured_type): Update the field for per_cu.
6263
6264 2011-05-19 Tom Tromey <tromey@redhat.com>
6265
6266 * python/py-inferior.c (python_inferior_exit): Use
6267 target_gdbarch.
6268 (python_on_resume): Likewise.
6269
6270 2011-05-19 Matt Rice <ratmice@gmail.com>
6271
6272 * breakpoint.c (bpstat_do_actions_1): Call prevent_dont_repeat.
6273
6274 2011-05-19 Hui Zhu <teawater@gmail.com>
6275
6276 * tracepoint.c (tfile_trace_find): Return directly when num is -1.
6277
6278 2011-05-19 Hui Zhu <teawater@gmail.com>
6279
6280 * xcoffread.c (read_xcoff_symtab): Initialize fcn_aux_saved.
6281
6282 2011-05-18 Tom Tromey <tromey@redhat.com>
6283
6284 * dwarf2read.c (dwarf2_add_field): Constify.
6285 * value.c (value_static_field): Constify.
6286 * gdbtypes.h (struct main_type) <field.field_location.physname>:
6287 Now const.
6288 * ax-gdb.c (gen_static_field): Constify
6289
6290 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6291
6292 * linux-nat.c (kill_callback): Use SIGKILL first.
6293
6294 2011-05-18 Joel Brobecker <brobecker@adacore.com>
6295
6296 * ada-lang.c (print_it_exception): Avoid use of sprintf.
6297
6298 2011-05-18 Tom Tromey <tromey@redhat.com>
6299
6300 * value.c (value_fn_field): Constify.
6301 * symtab.c (gdb_mangle_name): Constify.
6302 * stabsread.c (update_method_name_from_physname): Make 'physname'
6303 argument const.
6304 * p-typeprint.c (pascal_type_print_method_args): Make arguments
6305 const. Use explicit fputc_filtered loop.
6306 (pascal_type_print_base): Constify.
6307 * p-lang.h (pascal_type_print_method_args): Update.
6308 * linespec.c (add_matching_methods): Constify.
6309 (add_constructors): Likewise.
6310 * jv-typeprint.c (java_type_print_base): Constify.
6311 * gdbtypes.h (struct cplus_struct_type)
6312 <fn_fieldlist.fn_field.physname>: Now const.
6313 * dwarf2read.c (compute_delayed_physnames): Constify.
6314 (dwarf2_add_member_fn): Likewise.
6315 * c-typeprint.c (c_type_print_base): Constify. Use cleanups.
6316
6317 2011-05-18 Pedro Alves <pedro@codesourcery.com>
6318
6319 * infrun.c (resume): Mention which is the current thread, and its
6320 current PC in debug output.
6321 (prepare_to_proceed): Mention the thread switching in debug
6322 output.
6323
6324 2011-05-18 Tom Tromey <tromey@redhat.com>
6325
6326 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Fix absolute
6327 path check. Use xmalloc and cleanups.
6328 (try_thread_db_load_from_dir): Use xmalloc and cleanups.
6329
6330 2011-05-17 Tom Tromey <tromey@redhat.com>
6331
6332 * cp-valprint.c (cp_print_value_fields): Catch errors from
6333 value_static_field.
6334
6335 2011-05-17 Tom Tromey <tromey@redhat.com>
6336
6337 * dwarf2read.c (dwarf2_get_die_type): Call
6338 get_die_type_at_offset.
6339 * dwarf2expr.c (dwarf_get_base_type): Handle NULL return from
6340 get_base_type function.
6341
6342 2011-05-17 Tomas Martinec <fyzmat@gmail.com>
6343
6344 * infrun.c (handle_inferior_event) <handling deferred step>: Clear
6345 trap_expected.
6346
6347 2011-05-16 Doug Evans <dje@google.com>
6348
6349 * python/py-auto-load.c (source_section_scripts): Mention objfile
6350 name in warning.
6351
6352 2011-05-15 Doug Evans <dje@google.com>
6353
6354 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New function.
6355 (try_thread_db_load_from_pdir): Call it. If unable to find
6356 libthread_db in directory of libpthread, see if we're looking at
6357 the separate-debug-info copy.
6358
6359 * python/py-autoload.c (print_script): Print "Missing" instead of
6360 "No" for missing scripts.
6361 (info_auto_load_scripts): Tweak "Loaded" column to fit "Missing".
6362
6363 2011-05-13 Doug Evans <dje@google.com>
6364
6365 * ui-file.c (stdio_file_write_async_safe): Add comment.
6366
6367 2011-05-14 Hui Zhu <teawater@gmail.com>
6368
6369 * ui-file.c (stdio_file_write_async_safe): Add empty check for build.
6370
6371 2011-05-13 Doug Evans <dje@google.com>
6372
6373 Support $pdir and $sdir in libthread-db-search-path.
6374 * NEWS: Mention $sdir,$pdir.
6375 * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): Add $sdir:$pdir.
6376 * linux-thread-db.c (try_thread_db_load_from_pdir): New function.
6377 (try_thread_db_load_from_sdir): New function.
6378 (try_thread_db_load_from_dir): New function.
6379 (thread_db_load_search): Handle $pdir, $sdir. Remove trying of
6380 system directories if search of libthread-db-search-path fails,
6381 that is now done via $sdir.
6382 (has_libpthread): New function.
6383 (thread_db_load): Remove search for libthread_db in directory of
6384 libpthread, that is now done via $pdir.
6385
6386 * NEWS: Mention "info auto-load-scripts".
6387 * python/py-auto-load.c (struct auto_load_pspace_info): New member
6388 script_not_found_warning_printed.
6389 (init_loaded_scripts_info): Renamed from create_loaded_scripts_hash,
6390 all callers updated. Initialize script_not_found_warning_printed.
6391 (get_auto_load_pspace_data_for_loading): New function.
6392 (maybe_add_script): New function.
6393 (source_section_scripts): Simplify. Only print one warning regardless
6394 of the number of auto-load scripts not found.
6395 (clear_section_scripts): Clear script_not_found_warning_printed.
6396 (auto_load_objfile_script): Record script in hash table.
6397 (count_matching_scripts): New function.
6398 (maybe_print_script): Renamed from maybe_print_section_script, all
6399 callers updated. Rewrite to use ui_out_*.
6400 (info_auto_load_scripts): Renamed from
6401 maintenance_print_section_scripts, all callers updated.
6402 (gdbpy_initialize_auto_load): "maintenance print section-scripts"
6403 renamed as "info auto-load-scripts".
6404
6405 2011-05-13 Tom Tromey <tromey@redhat.com>
6406
6407 * dwarf2expr.c (read_uleb128): Cast intermediate result.
6408 (read_sleb128): Likewise.
6409
6410 2011-05-13 Tom Tromey <tromey@redhat.com>
6411
6412 * dwarf2loc.c (disassemble_dwarf_expression): Fix instruction
6413 offset display.
6414
6415 2011-05-13 Doug Evans <dje@google.com>
6416
6417 * linux-nat.c (debug_linux_nat_async): Delete.
6418 Replace all references to use debug_linux_nat instead.
6419 (show_debug_linux_nat_async): Delete.
6420 (sigchld_handler): Call ui_file_write_async_safe instead of
6421 fprintf_unfiltered.
6422 (_initialize_linux_nat): Remove `set debug lin-lwp-async'.
6423 * ui-file.c (struct ui_file): New member to_write_async_safe.
6424 (null_file_write_async_safe): New function.
6425 (ui_file_write_async_safe): New function.
6426 (set_ui_file_write_async_safe): New function.
6427 (ui_file_new): Initialize to_write_async_safe.
6428 (stdio_file_write_async_safe): New function.
6429 (struct stdio_file): New member fd.
6430 (stdio_file_new): Initialize to_write_async_safe, fd.
6431 (stdio_file_read, stdio_file_isatty): New stdio->fd instead of calling
6432 fileno.
6433 * ui-file.h (ui_file_write_async_safe_ftype): New typedef.
6434 (set_ui_file_write_async_safe): Declare.
6435 (ui_file_write_async_safe): Declare.
6436
6437 2011-05-13 Tom Tromey <tromey@redhat.com>
6438
6439 * utils.c (do_value_free): New function.
6440 (make_cleanup_value_free): Likewise.
6441 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle value
6442 freeing correctly.
6443 (dwarf2_loc_desc_needs_frame): Call
6444 make_cleanup_value_free_to_mark.
6445 * dwarf2expr.h (struct dwarf_expr_context) <mark>: Remove field.
6446 * dwarf2expr.c (free_dwarf_expr_context): Don't call
6447 value_free_to_mark.
6448 (new_dwarf_expr_context): Don't call value_mark.
6449 * dwarf2-frame.c (execute_stack_op): Call
6450 make_cleanup_value_free_to_mark.
6451 * defs.h (make_cleanup_value_free): Declare.
6452
6453 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
6454
6455 * mi/mi-main.c (mi_cmd_execute): Use cleanup from
6456 prepare_execute_command.
6457 * top.c (prepare_execute_command): Return cleanup.
6458 (execute_command): Use cleanup from prepare_execute_command.
6459 * top.h (prepare_execute_command): Change prototype to return
6460 cleanup.
6461 * defs.h (struct value): Add opaque declaration.
6462 (make_cleanup_value_free_to_mark): Add prototype.
6463 * utils.c (do_value_free_to_mark): New function.
6464 (make_cleanup_value_free_to_mark): Likewise.
6465
6466 2011-05-12 Tom Tromey <tromey@redhat.com>
6467
6468 * dwarf2expr.c (execute_stack_op) <DW_OP_shr>: Unconditionally
6469 cast left-hand-side to unsigned.
6470
6471 2011-05-12 Tom Tromey <tromey@redhat.com>
6472
6473 PR gdb/12617:
6474 * value.h (value_from_contents): Declare.
6475 * value.c (value_from_contents): New function.
6476 * dwarf2read.c (dwarf_stack_op_name): Add new values.
6477 (dwarf2_get_die_type): New function.
6478 * dwarf2loc.c (dwarf_expr_get_base_type): New function.
6479 (allocate_piece_closure): Acquire reference to values.
6480 (read_pieced_value): Update for value-based expressions.
6481 (write_pieced_value): Likewise.
6482 (free_pieced_value_closure): Call value_free as needed.
6483 (dwarf2_evaluate_loc_desc_full): Set get_base_type field.
6484 Update for value-based expressions.
6485 * dwarf2loc.h (dwarf2_get_die_type): Declare.
6486 * dwarf2expr.h (struct dwarf_stack_value) <value>: Change type.
6487 <get_base_type>: New field.
6488 (struct dwarf_expr_piece) <v.value>: Change type.
6489 <v.regno>: New field.
6490 (struct dwarf_expr_context) <mark>: New field.
6491 (dwarf_expr_piece, dwarf_expr_fetch): Update.
6492 (dwarf_expr_pop, dwarf_expr_push): Remove.
6493 (dwarf_expr_push_address): Declare.
6494 * dwarf2expr.c (dwarf_arch_cookie): New global.
6495 (struct dwarf_gdbarch_types): New.
6496 (dwarf_gdbarch_types_init, dwarf_expr_address_type): New
6497 functions.
6498 (dwarf_expr_push): Change type of 'value' argument. Update. Now
6499 static.
6500 (dwarf_expr_push_address): New function.
6501 (dwarf_expr_pop): Now static.
6502 (dwarf_expr_fetch): Change return type.
6503 (dwarf_require_integral): New function.
6504 (dwarf_expr_fetch): Simplify.
6505 (add_piece): Update.
6506 (base_types_equal_p, dwarf_get_base_type, get_unsigned_type): New
6507 functions.
6508 (execute_stack_op) <sign_ext>: Remove.
6509 Use values for DWARF stack.
6510 <DW_OP_GNU_const_type, DW_OP_GNU_deref_type,
6511 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
6512 New cases.
6513 (_initialize_dwarf2expr): New function.
6514 (add_piece): Update.
6515 (new_dwarf_expr_context): Set new field.
6516 (free_dwarf_expr_context): Call value_free_to_mark.
6517 * dwarf2-frame.c (no_base_type): New function.
6518 (execute_stack_op): Set get_base_type field. Update.
6519
6520 2011-05-12 Tom Tromey <tromey@redhat.com>
6521
6522 * dwarf2read.c (read_common_block): Fix formatting.
6523
6524 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
6525
6526 * breakpoint.c (disable_breakpoint): Disable all locations
6527 associated with a tracepoint on target if a trace experiment is
6528 running.
6529 (disable_command): Disable a specific tracepoint location on target if
6530 a trace experiment is running.
6531 (do_enable_breakpoint): Enable all locations associated with a
6532 tracepoint on target if a trace experiment is running.
6533 (enable_command) Enable a specific tracepoint location on target if a
6534 trace experiment is running.
6535 * target.c (update_current_target): Add INHERIT and de_fault clauses for
6536 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
6537 to_disable_tracepoint.
6538 * target.h: Add declaration of struct bp_location.
6539 (struct target_ops): Add new functions
6540 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
6541 to_disable_tracepoint to target operations.
6542 (target_supports_enable_disable_tracepoint): New macro.
6543 (target_enable_tracepoint): New macro.
6544 (target_disable_tracepoint): New macro.
6545 * remote.c (struct remote_state): Add new field.
6546 (remote_enable_disable_tracepoint_feature): New.
6547 (remote_protocol_features): Add new entry.
6548 (remote_supports_enable_disable_tracepoint): New.
6549 (remote_enable_tracepoint): New.
6550 (remote_disable_tracepoint): New.
6551 (init_remote_ops): Add remote_enable_tracepoint,
6552 remote_disable_tracepoint and remote_supports_enable_disable_tracepoint
6553 to remote operations.
6554 * tracepoint.c (start_tracing): Allow tracing to start without any
6555 tracepoints enabled with just a warning if they can be re-enabled
6556 later.
6557 * NEWS: Add news item for the new behaviour of the enable and disable
6558 GDB commands when applied to tracepoints.
6559 Add news items for the new remote packets QTEnable and QTDisable.
6560
6561 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6562
6563 * config.in: Regenerate.
6564 * configure: Regenerate.
6565 * configure.ac <--with-system-readline> (for readline_echoing_p):
6566 Remove the test.
6567 * tui/tui-io.c (tui_old_readline_echoing_p): Rename to ...
6568 (tui_old_rl_echoing_p): ... here.
6569 (tui_setup_io): Rename extern declaration readline_echoing_p to
6570 _rl_echoing_p. Adjust assignments for the both renames.
6571
6572 2011-05-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
6573
6574 * symtab.c (lookup_symtab): Run cleanup before returning.
6575
6576 2011-05-11 Tom Tromey <tromey@redhat.com>
6577
6578 * dwarf2read.c (handle_data_member_location): New function.
6579 (dwarf2_add_field): Use it.
6580 (read_common_block): Likewise.
6581
6582 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6583
6584 Make addrs->SECTINDEX always defined.
6585 * symfile.c (relative_addr_info_to_section_offsets): Check for
6586 SECTINDEX -1, not for zero ADDR.
6587 (addrs_section_compar): Remove checking for invalid SECTINDEX.
6588 (addr_info_make_relative): Set SECTINDEX to -1 for unmatched entries.
6589 * symfile.h (struct section_addr_info) <sectindex>: Update the comment
6590 on its validity.
6591
6592 2011-05-10 Doug Evans <dje@google.com>
6593
6594 * linux-thread-db.c: Whitespace cleanup.
6595 (try_thread_db_load_1): Fix comment.
6596
6597 * linux-thread-db.c (set_libthread_db_search_path): New function.
6598 (_initialize_thread_db): Add setter for libthread-db-search-path.
6599
6600 2011-05-09 Doug Evans <dje@google.com>
6601
6602 * NEWS: Mention --with-iconv-bin.
6603 * configure.ac: New option --with-iconv-bin.
6604 * configure: Regenerate.
6605 * config.in: Regenerate.
6606 * defs.h (relocate_gdb_directory): Declare.
6607 * main.c (relocate_gdb_directory): Renamed from relocate_directory,
6608 removed progname parameter, and exported. All callers updated.
6609 * charset.c (find_charset_names): Use --with-iconv-bin if specified.
6610
6611 * linux-nat.c (lin_lwp_attach_lwp): For !WIPSTOPPED case,
6612 adding missing call to restore_child_signals_mask.
6613
6614 2011-05-09 Pedro Alves <pedro@codesourcery.com>
6615
6616 * inferior.h (wait_for_inferior): Remove `thread_exec_as_sigtrap'
6617 parameter.
6618 * infrun.c (proceed, start_remote): Adjust.
6619 (wait_for_inferior): Remove `thread_exec_as_sigtrap' parameter,
6620 and adjust to not handle it.
6621 * solib-irix.c (irix_solib_create_inferior_hook): Adjust.
6622 * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
6623 * solib-sunos.c (sunos_solib_create_inferior_hook): Adjust.
6624 * solib-svr4.c (svr4_solib_create_inferior_hook): Adjust.
6625 * windows-nat.c (do_initial_windows_stuff): Adjust.
6626 * infcmd.c (attach_command): Adjust.
6627 (notice_new_inferior): Adjust.
6628
6629 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6630
6631 * ppc-linux-tdep.c (ppu2spu_prev_register): Handle pseudo registers.
6632 (ppu2spu_unwind_register): Mark pseudo registers unavailable.
6633 * spu-tdep.c (op_selb): Use correct value.
6634
6635 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6636
6637 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Add NULL
6638 "parent" parameter to symbol_file_add_from_bfd call.
6639
6640 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6641 Thiago Jung Bauermann <bauerman@br.ibm.com>
6642
6643 Implement support for PowerPC BookE masked watchpoints.
6644 * NEWS: Mention masked watchpoint support. Create "Changed commands"
6645 section.
6646 * breakpoint.h (struct breakpoint_ops) <works_in_software_mode>: New
6647 method. Initialize to NULL in all existing breakpoint_ops instances.
6648 (struct breakpoint) <hw_wp_mask>: New field.
6649 * breakpoint.c (is_masked_watchpoint): Add prototype.
6650 (update_watchpoint): Don't set b->val for masked watchpoints. Call
6651 breakpoint's breakpoint_ops.works_in_software_mode if available.
6652 (watchpoints_triggered): Handle the case of a hardware masked
6653 watchpoint trigger.
6654 (watchpoint_check): Likewise.
6655 (works_in_software_mode_watchpoint): New function.
6656 (insert_masked_watchpoint, remove_masked_watchpoint)
6657 (resources_needed_masked_watchpoint)
6658 (works_in_software_mode_masked_watchpoint, print_it_masked_watchpoint)
6659 (print_one_detail_masked_watchpoint, print_mention_masked_watchpoint)
6660 (print_recreate_masked_watchpoint, is_masked_watchpoint): New
6661 functions.
6662 (masked_watchpoint_breakpoint_ops): New structure.
6663 (watch_command_1): Check for the existence of the `mask' parameter.
6664 Set b->ops according to the type of hardware watchpoint being created.
6665 * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint)
6666 (ppc_linux_remove_mask_watchpoint)
6667 (ppc_linux_masked_watch_num_registers): New functions.
6668 (_initialize_ppc_linux_nat): Initialize to_insert_mask_watchpoint,
6669 to_remove_mask_watchpoint and to_masked_watch_num_registers.
6670 * target.c (update_current_target): Mention to_insert_mask_watchpoint,
6671 to_remove_mask_watchpoint, and to_masked_watch_num_registers.
6672 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
6673 (target_masked_watch_num_registers): New functions.
6674 * target.h (struct target_ops) <to_insert_mask_watchpoint>,
6675 <to_remove_mask_watchpoint>, <to_masked_watch_num_registers>: New
6676 methods.
6677 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
6678 (target_masked_watch_num_registers): Add prototypes.
6679
6680 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6681
6682 PR 12573
6683 * dwarf2read.c (struct dwarf2_cu): New field has_loclist.
6684 (producer_is_gcc_ge_4_0): New function.
6685 (process_full_comp_unit): Set also symtab->locations_valid. Move the
6686 symtab->language code.
6687 (var_decode_location): Set cu->has_loclist.
6688 * symtab.c (skip_prologue_sal): New variables saved_pc, force_skip and
6689 skip. Intialize force_skip from locations_valid. Move the prologue
6690 skipping code into two passes.
6691 * symtab.h (struct symtab): Make the primary field a bitfield. New
6692 field locations_valid.
6693
6694 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6695
6696 * c-exp.y (qualified_name): Call destructor_name_p with $1.type.
6697 (classify_inner_name): Call cp_lookup_nested_type with
6698 yylval.tsym.type.
6699 * cp-namespace.c (cp_lookup_nested_type): New variable
6700 saved_parent_type. Call CHECK_TYPEDEF for parent_type. Call
6701 type_name_no_tag_or_error with saved_parent_type.
6702 * dwarf2read.c (load_partial_dies): Read in any children of
6703 DW_TAG_typedef with complaint in such case.
6704 * gdbtypes.c (type_name_no_tag_or_error): New function.
6705 * gdbtypes.h (type_name_no_tag_or_error): New prototype.
6706 * valops.c (destructor_name_p): New comment for parameter type. Remove
6707 type const. Make dname and cp const. Call type_name_no_tag_or_error.
6708 * value.h (destructor_name_p): Remove type const.
6709
6710 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6711
6712 * symtab.c (compare_symbol_name): New function.
6713 (completion_list_add_name, expand_partial_symbol_name): Call it,
6714 remove the variable ncmp.
6715 (default_make_symbol_completion_list_break_on): Reduce SYM_TEXT_LEN,
6716 gdb_assert it.
6717
6718 2011-05-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
6719
6720 Demote to sw watchpoint only in update_watchpoint.
6721 * breakpoint.c (update_watchpoint): Change between software and
6722 hardware watchpoint for all kinds of watchpoints, not just
6723 read/write ones. Determine b->exact value here instead of
6724 in watch_command_1. Error out if there are not enough resources
6725 for a read or access hardware watchpoint.
6726 (watch_command_1): Remove logic of checking whether there are
6727 enough resources available, since update_watchpoint will do that
6728 work now. Don't set b->exact here. Catch exceptions thrown by
6729 update_watchpoint and delete the watchpoint.
6730 (can_use_hardware_watchpoint): Remove exact_watchpoints argument.
6731 Use target_exact_watchpoints instead.
6732 (delete_breakpoint): Notify observers only if deleted watchpoint
6733 has a breakpoint number assigned to it.
6734
6735 2011-05-05 Janis Johnson <janisjo@codesourcery.com>
6736
6737 * MAINTAINERS: Add myself as a write-after-approval maintainer.
6738
6739 2011-05-05 Jerome Guitton <guitton@adacore.com>
6740
6741 * i386-tdep.c (i386_in_stack_tramp_p, i386_stack_tramp_frame_sniffer):
6742 New functions.
6743 (i386_stack_tramp_frame_unwind): New static global.
6744 (i386_match_pattern): New function, extracted from i386_match_insn.
6745 (i386_match_insn): Use i386_match_pattern.
6746 (i386_match_insn_block): New function.
6747 (i386_tramp_chain_in_reg_insns)
6748 (i386_tramp_chain_on_stack_insns): New static variables.
6749 (i386_gdbarch_init): Add i386_stack_tramp_frame_unwind to list
6750 of unwinders.
6751
6752 2011-05-04 Joseph Myers <joseph@codesourcery.com>
6753
6754 * configure.host (xscale*): Don't handle target.
6755 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
6756 handle targets.
6757
6758 2011-05-04 Yao Qi <yao@codesourcery.com>
6759
6760 * gdb_wait.h: remove WAITTYPE and WCOREDUMP.
6761
6762 2011-05-03 Joel Brobecker <brobecker@adacore.com>
6763
6764 Revert:
6765 | 2011-03-07 Michael Snyder <msnyder@vmware.com>
6766 | * elfread.c (elf_symtab_read): Stop memory leak.
6767
6768 2011-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6769
6770 * nto-tdep.c (nto_target): Replace deprecated call to
6771 cygwin_conv_to_posix_path functions by cygwin_conv_path calls.
6772
6773 2011-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6774
6775 Fix false GCC warning.
6776 * breakpoint.c (do_enable_breakpoint): Initialize orig_enable_state.
6777
6778 2011-05-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
6779
6780 * breakpoint.c (update_watchpoint): Move code to change
6781 the enable state of breakpoint from here ...
6782 (do_enable_breakpoint): ... to here.
6783
6784 2011-04-26 Andrew Gontarek <andrewg@cray.com>
6785
6786 * valprint.c (val_print_array_elements): Fixed poor performance
6787 of printing very large arrays with repeat_count_threshold set
6788 to unlimited. New comment.
6789
6790 2011-04-29 Tom Tromey <tromey@redhat.com>
6791
6792 * mi/mi-parse.c (mi_parse): Remove incorrect sizeof.
6793 (mi_parse): Likewise.
6794 * breakpoint.c (break_range_command): Use sizeof char*, not
6795 char**.
6796 (create_breakpoint): Likewise.
6797 (parse_breakpoint_sals): Likewise.
6798
6799 2011-04-29 Pedro Alves <pedro@codesourcery.com>
6800
6801 * linux-nat.c (linux_child_remove_fork_catchpoint)
6802 (linux_child_remove_vfork_catchpoint)
6803 (linux_child_remove_exec_catchpoint): New functions.
6804 (linux_target_install_ops): Install them.
6805
6806 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
6807
6808 PR mi/12531
6809
6810 * varobj.c (install_default_visualizer): Do not install a
6811 visualizer if the varobj is CPLUS_FAKE_CHILD.
6812 (construct_visualizer): Likewise.
6813
6814 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6815
6816 * symtab.c (expand_partial_symbol_name): New variable NCMP. Support
6817 case insensitive comparison.
6818
6819 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
6820
6821 * infrun.c (proceed): Revert previous change.
6822 (resume): Instead, handle the case of signal delivery while stepping
6823 off a breakpoint location here, and only if software single-stepping
6824 is used. Handle nested signals.
6825
6826 2011-04-28 Yao Qi <yao@codesourcery.com>
6827
6828 * arm-tdep.c (copy_unmodified): Rename to ...
6829 (arm_copy_unmodified): .. this. New.
6830 (copy_preload): Move common part to ...
6831 (install_preload): .. this. New.
6832 (arm_copy_preload): New.
6833 (copy_preload_reg): Move common part to ...
6834 (install_preload_reg): ... this. New.
6835 (arm_copy_preload_reg): New.
6836 (copy_b_bl_blx): Move common part to ...
6837 (install_b_bl_blx): .. this. New.
6838 (arm_copy_b_bl_blx): New.
6839 (copy_bx_blx_reg): Move common part to ...
6840 (install_bx_blx_reg): ... this. New.
6841 (arm_copy_bx_blx_reg): New.
6842 (copy_alu_reg): Move common part to ...
6843 (install_alu_reg): ... this. New.
6844 (arm_copy_alu_reg): New.
6845 (copy_alu_shifted_reg): Move common part to ...
6846 (install_alu_shifted_reg): ... this. New.
6847 (copy_ldr_str_ldrb_strb): Move common part to ...
6848 (install_ldr_str_ldrb_strb): ... this. New.
6849 (arm_copy_ldr_str_ldrb_strb): New.
6850 (copy_copro_load_store): Move some common part to ...
6851 (install_copy_copro_load_store): ... this. New.
6852 (arm_copy_copro_load_store): New.
6853 (copy_svc): Delete.
6854 (arm_copy_svc): Renamed from copy_svc.
6855 (copy_undef): Delete.
6856 (arm_copy_undef): Renamed from copy_undef.
6857 (decode_ext_reg_ld_st): Delete.
6858 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
6859 (decode_svc_copro): Delete.
6860 (arm_decode_svc_copro): Renamed from decode_svc_copro.
6861 (copy_copro_load_store, copy_alu_imm): update callers.
6862 (copy_extra_ld_st, copy_block_xfer): Likewise.
6863 (decode_misc_memhint_neon, decode_unconditional): Likewise.
6864 (decode_miscellaneous, decode_dp_misc): Likewise.
6865 (decode_ld_st_word_ubyte, decode_media): Likewise.
6866 (decode_b_bl_ldmstm, decode_ext_reg_ld_st): Likewise.
6867 (decode_svc_copro, decode_misc_memhint_neon): Likewise.
6868 (decode_unconditional, decode_miscellaneous): Likewise.
6869 (decode_media, decode_b_bl_ldmstm): Likewise.
6870 (arm_process_displaced_insn): Likewise..
6871 (decode_misc_memhint_neon): Delete.
6872 (arm_decode_misc_memhint_neon): Renamed from decode_misc_memhint_neon.
6873 (decode_miscellaneous): Delete.
6874 (arm_decode_miscellaneous): Renamed from decode_miscellaneous.
6875 (decode_dp_misc): Delete.
6876 (arm_decode_dp_misc): Renamed from decode_dp_misc.
6877 (decode_ld_st_word_ubyte): Delete.
6878 (arm_decode_ld_st_word_ubyte): Renamed from decode_ld_st_word_ubyte.
6879 (decode_media): Delete.
6880 (arm_decode_media): Renamed from decode_media.
6881 (decode_b_bl_ldmstm): Delete.
6882 (arm_decode_b_bl_ldmstm): Renamed from decode_b_bl_ldmstm.
6883 (decode_ext_reg_ld_st): Delete.
6884 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
6885 (decode_unconditional): Delete.
6886 (arm_decode_unconditional): Renamed from decode_unconditional.
6887
6888 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6889
6890 Case insensitive lookups implementation.
6891 * dwarf2read.c: Include ctype.h.
6892 (struct mapped_index): New field version.
6893 (mapped_index_string_hash): New parameter index_version. New comment
6894 for it. Call tolower appropriately.
6895 (find_slot_in_mapped_hash): New variable cmp, initialize it, use it.
6896 Choose the right index version for mapped_index_string_hash.
6897 (dwarf2_read_index): Support also the index version 5. Initialize the
6898 new struct mapped_index field version.
6899 (hash_strtab_entry): Pass INT_MAX for the new parameter, explain why.
6900 (find_slot): Explain the version needs. Pass INT_MAX for the new
6901 parameter.
6902 (write_psymtabs_to_index): Produce version 5.
6903 * minsyms.c (lookup_minimal_symbol): New variable cmp, initialize it,
6904 use it. New comment for SYMBOL_MATCHES_SEARCH_NAME.
6905 * psymtab.c (lookup_partial_symbol): Find the
6906 SYMBOL_MATCHES_SEARCH_NAME start of the found block of matching
6907 entries.
6908 * symtab.c (lookup_symbol_in_language): Remove the case_sensitive_off
6909 NAME lowercasing.
6910 (search_symbols): Pass REG_ICASE to regcomp for case_sensitive_off.
6911 (completion_list_add_name): New variable ncmp, initialize it, use it.
6912 * symtab.h (SYMBOL_HASH_NEXT): Always call tolower.
6913 * utils.c (strcmp_iw): Support case_sensitive_off.
6914 (strcmp_iw_ordered): Sort in a way compatible with case_sensitive_off.
6915 New function comment part. New variables saved_string1,
6916 saved_string2 and case_pass. Add a proper second pass.
6917
6918 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6919
6920 Replace re_comp/re_exec by regcomp/regexec.
6921 * symtab.c (struct search_symbols_data): New fields preg, preg_p.
6922 (search_symbols_name_matches): Use them, use regexec.
6923 (search_symbols): New variable retval_chain, adjust the use of
6924 old_chain against it. Replace re_comp by regcomp. Use the new struct
6925 search_symbols_data fields, use regexec instead of re_exec.
6926
6927 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6928
6929 Format the code for the next patch.
6930 * dwarf2read.c (struct mapped_index): Include delimiting newlines.
6931 * utils.c (strcmp_iw_ordered): Reformat the code for the next patch.
6932 New variables c1 and c2.
6933
6934 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
6935
6936 * infrun.c (proceed): Do not single-step into signal delivery
6937 when stepping off a breakpoint location.
6938 (insert_step_resume_breakpoint_at_frame): Move prototype earlier.
6939 (insert_step_resume_breakpoint_at_caller): Likewise.
6940 (insert_step_resume_breakpoint_at_sal): Likewise.
6941 (insert_longjmp_resume_breakpoint): Likewise.
6942
6943 2011-04-27 Yao Qi <yao@codesourcery.com>
6944
6945 * common/linux-ptrace.h: Remove include <sys/wait.h>.
6946
6947 2011-04-27 Joel Brobecker <brobecker@adacore.com>
6948
6949 * procfs.c (procfs_pass_signals): Fix advance declaration.
6950
6951 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
6952
6953 * target.h (struct target_ops): Remove to_notice_signals;
6954 add to_pass_signals.
6955 (target_notice_signals): Remove.
6956 (target_pass_signals): Add prototype.
6957 * target.c (update_current_target): Remove to_notice_signals;
6958 mention to_pass_signals.
6959 (target_pass_signals): New function.
6960 (debug_to_notice_signals): Remove.
6961 (setup_target_debug): Do not install debug_to_notice_signals.
6962
6963 * infrun.c (signal_pass): New global.
6964 (resume): Call target_pass_signals.
6965 (handle_inferior_event): Report all signals while stepping over
6966 non-steppable watchpoint. Reset trap_expected to ensure breakpoints
6967 are re-inserted when stepping over a signal handler.
6968 (signal_cache_update): New function.
6969 (signal_stop_update): Call it.
6970 (signal_print_update): Likewise.
6971 (signal_pass_update): Likewise.
6972 (handle_command): Call signal_cache_update and target_pass_signals
6973 instead of target_notice_signals.
6974 (_initialize_infrun): Initialize signal_pass.
6975
6976 * linux-nat.c (pass_mask): New global.
6977 (linux_nat_pass_signals): New function.
6978 (linux_nat_create_inferior): Report all signals initially.
6979 (linux_nat_attach): Likewise.
6980 (linux_nat_resume): Use pass_mask to decide whether to directly
6981 handle an inferior signal.
6982 (linux_nat_wait_1): Likewise.
6983 (linux_nat_add_target): Install to_pass_signals callback.
6984
6985 * nto-procfs.c (notice_signals): Remove.
6986 (procfs_resume): Do not call notice_signals.
6987 (procfs_notice_signals): Remove.
6988 (procfs_pass_signals): New function.
6989 (init_procfs_ops): Install to_pass_signals callback instead of
6990 to_notice_signals callback.
6991 (_initialize_procfs): Report all signals initially.
6992
6993 * procfs.c (procfs_notice_signals): Remove.
6994 (procfs_pass_signals): New function.
6995 (procfs_target): Install to_pass_signals callback instead of
6996 to_notice_signals callback.
6997 (register_gdb_signals): Remove.
6998 (procfs_debug_inferior): Report all signals initially.
6999 (procfs_init_inferior): Remove redundant register_gdb_signals call.
7000
7001 * remote.c (remote_pass_signals): Add numsigs and pass_signals
7002 parameters; use them instead of calling signal_..._state routines.
7003 (remote_notice_signals): Remove.
7004 (remote_start_remote): Report all signals initially.
7005 (remote_resume): Do not call remote_pass_signals.
7006 (_initialize_remote): Install to_pass_signals callback instead of
7007 to_notice_signals callback.
7008
7009 2011-04-27 Pedro Alves <pedro@codesourcery.com>
7010
7011 * breakpoint.c (user_settable_breakpoint): Delete.
7012 (user_breakpoint_p): Remove check on user_settable_breakpoint.
7013 (delete_command): Check user_breakpoint_p instead of looking at
7014 the breakpoint's type.
7015 (disable_command): Ditto.
7016 (enable_command): Ditto.
7017 (delete_trace_command): Use user_breakpoint_p instead of looking
7018 at the breakpoint number directly. When checking if there are
7019 user visible tracepoints, in order to know whether to ask the user
7020 for confirmation, check whether the breakpoint is actually a
7021 tracepoint.
7022
7023 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
7024
7025 * python/py-breakpoint.c (gdbpy_breakpoint_created): Fix
7026 compilation.
7027
7028 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
7029
7030 MI breakpoint notifications.
7031
7032 * annotate.c (breakpoint_changed): Adjust parameter type.
7033 * breakpoint.c (set_breakpoint_condition): Adjust to change
7034 in breakpoint_modified type.
7035 (breakpoint_set_commands): Likewise.
7036 (do_map_commands_command): Likewise.
7037 (bpstat_check_breakpoint_conditions): Notify that breakpoint has
7038 changed after bumping hit count.
7039 (bpstat_stop_status): Likewise.
7040 (print_one_breakpoint_location): Don't wrap in tuple here.
7041 (print_one_breakpoint): Always print individual locations.
7042 For locations, use unnamed tuple.
7043 (disable_breakpoints_in_unloaded_shlib): Notify that breakpoint
7044 has changed.
7045 (create_catchpoint, create_syscall_event_catchpoint): Call
7046 breakpoint_created obsever.
7047 (mention): Don't call breakpoint_created observer.
7048 (create_breakpoint_sal): Call breakpoint_created observer.
7049 (create_breakpoint, watch_command_1): Likewise.
7050 (create_ada_exception_breakpoint): Likewise.
7051 (delete_breakpoint): Call breakpoint_deleted breakpoint.
7052 (locations_are_equal): New.
7053 (update_breakpoint_locations): If locations were changed, notify.
7054 (set_ignore_count, disable_breakpoint, do_enable_breakpoint):
7055 Call breakpoint_modified observer.
7056
7057 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
7058 (mi_cmd_break_insert): Don't set observers for modify and delete.
7059 * mi/mi-interp.c (mi_suppress_breakpoint_notifications): New.
7060 (mi_breakpoint_created, mi_breakpoint_deleted)
7061 (mi_breakpoint_modified): New.
7062 (mi_interpreter_init): Hook the above.
7063 * mi/mi-main.c (mi_cmd_execute): Disable breakpoint notifications
7064 while -break-* commands are executing.
7065 * mi/mi-main.h (mi_suppress_breakpoint_notifications): New.
7066 * mi/mi-out.c (struct ui_out_data): New field original_buffer.
7067 (mi_redirect): New.
7068 (mi_ui_out_impl): Hook in mi_redirect.
7069 (mi_field_skip): True to the name, skip the field, don't output
7070 a field with an empty value.
7071
7072 * python/py-breakpoint.c (gdbpy_breakpoint_created)
7073 (gdbpy_breakpoint_deleted): Adjust.
7074 * tui/tui-hooks.c (tui_event_create_breakpoint)
7075 (tui_event_delete_breakpoint, tui_event_modify_breakpoint): Adjust.
7076
7077 2011-04-26 Aleksandar Ristovski <aristovski@qnx.com>
7078
7079 * nto-procfs.c (procfs_insert_hw_watchpoint): Fix prototype.
7080 (procfs_remove_hw_watchpoint): Likewise.
7081
7082 2011-04-26 Michael Walle <michael@walle.cc>
7083
7084 * remote.c (remote_start_remote): Ack packet after sending the
7085 interrupt sequence.
7086
7087 2011-04-26 Yao Qi <yao@codesourcery.com>
7088
7089 * linux-nat.c: Move common macros to ...
7090 Include linux-ptrace.h.
7091 * common/linux-ptrace.h: ... here. New.
7092
7093 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7094
7095 * elfread.c (elf_symfile_read): Protect dwarf2_initialize_objfile by
7096 !objfile_has_partial_symbols. New comment.
7097 * objfiles.c (objfile_has_partial_symbols): Call HAS_SYMBOLS if
7098 SYM_READ_PSYMBOLS is not present. Extend the comment.
7099 * symfile.h (struct sym_fns): Extend the sym_read_psymbols comment.
7100
7101 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7102
7103 * defs.h (ENUM_BITFIELD): Remove.
7104
7105 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7106 Eli Zaretskii <eliz@gnu.org>
7107
7108 * NEWS: Document the new gdbserver --once option.
7109
7110 2011-04-21 Jie Zhang <jzhang918@gmail.com>
7111
7112 * MAINTAINERS: Update my email address.
7113
7114 2011-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
7115
7116 * gdb_wchar.h (USE_INTERMEDIATE_ENCODING_FUNCTION): New macro.
7117 (INTERMEDIATE_ENCODING): Change value to intermediate_encoding
7118 function call if __STDC_ISO_10646__ macro is defined.
7119 (intermediate_encoding): New prototype.
7120 * charset.c (your_gdb_wchar_t_is_bogus): New extern test variable
7121 to generate compile time error for unsupported gdb_wchar_t size.
7122 (ENDIAN_SUFFIX): New macro.
7123 (intermediate_encoding): New function.
7124
7125 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7126
7127 * ada-lang.c (struct add_partial_datum): Update the comment for
7128 expand_partial_symbol_name.
7129 (ada_add_partial_symbol_completions): Rename to ...
7130 (ada_expand_partial_symbol_name): ... here, change return type, update
7131 function comment, call symbol_completion_match instead of
7132 symbol_completion_add.
7133 (ada_make_symbol_completion_list): Use now expand_partial_symbol_names
7134 and ada_expand_partial_symbol_name.
7135 * dwarf2read.c (dw2_expand_symtabs_matching): Support NULL
7136 FILE_MATCHER.
7137 (dw2_map_symbol_names): Remove.
7138 (dwarf2_gdb_index_functions): Unlist dw2_map_symbol_names.
7139 * psymtab.c (map_symbol_names_psymtab): Remove.
7140 (expand_symtabs_matching_via_partial): Support NULL FILE_MATCHER.
7141 Support KIND == ALL_DOMAIN. Exchange the NAME_MATCHER and KIND check
7142 order.
7143 (psym_functions): Unlist map_symbol_names_psymtab.
7144 (map_partial_symbol_names): Rename to ...
7145 (expand_partial_symbol_names): ... here, change the FUN type, call
7146 expand_symtabs_matching with ALL_DOMAIN and NULL FILE_MATCHER now.
7147 * psymtab.h (map_partial_symbol_names): Rename to ...
7148 (expand_partial_symbol_names): ... here, change the FUN type.
7149 * symfile.h (struct quick_symbol_functions): Update the description of
7150 expand_symtabs_matching. Remove map_symbol_names.
7151 * symtab.c (search_symbols): Add ALL_DOMAIN to the function comment.
7152 (struct add_name_data): Update the comment for
7153 expand_partial_symbol_name.
7154 (add_partial_symbol_name): Rename to ...
7155 (expand_partial_symbol_name): ... here. Replace
7156 completion_list_add_name call by strncmp.
7157 (default_make_symbol_completion_list_break_on): Use now
7158 expand_partial_symbol_names and expand_partial_symbol_name.
7159 * symtab.h (enum search_domain): New element ALL_DOMAIN.
7160
7161 2011-04-20 Tom Tromey <tromey@redhat.com>
7162
7163 * dwarf2read.c (save_gdb_index_command): Replace format
7164 documentation with a pointer to the manual.
7165
7166 2011-04-20 Pedro Alves <pedro@codesourcery.com>
7167
7168 * regcache.c: Include remote.h.
7169 (enum regcache_dump_what) <regcache_dump_remote>: New enum value.
7170 (regcache_dump): Handle regcache_dump_remote.
7171 (maintenance_print_remote_registers): New function.
7172 (_initialize_regcache): Install "maint print remote-registers"
7173 command.
7174 * remote.c (map_regcache_remote_table): New function, factored out
7175 from ...
7176 (init_remote_state): ... here.
7177 (remote_register_number_and_offset): New.
7178 * remote.h (remote_register_number_and_offset): Declare.
7179
7180 2011-04-20 Pedro Alves <pedro@codesourcery.com>
7181
7182 * regcache.c (get_thread_arch_regcache): If creating a regcache for
7183 null_ptid, assume and allow a NULL address space, instead of
7184 asking the target for the ptid's address space.
7185 * infrun.c (ptid_is_pid): Remove assertion.
7186
7187 2011-04-19 Tom Tromey <tromey@redhat.com>
7188
7189 * windows-tdep.c (windows_xfer_shared_library):
7190 * windows-nat.c (get_module_name, windows_make_so):
7191 * v850-tdep.c (v850_handle_pushm):
7192 * utils.c (null_cleanup, gdb_realpath):
7193 * ui-out.c (get_next_header):
7194 * tracepoint.c (clear_traceframe_info):
7195 * symtab.c (lookup_symtab):
7196 * serial.h (struct serial_ops):
7197 * mipsread.c (read_alphacoff_dynamic_symtab):
7198 * infcmd.c (print_return_value):
7199 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address):
7200 * f-exp.y (parse_number):
7201 * exceptions.c (catch_exceptions):
7202 * dummy-frame.c (dummy_frame_this_id):
7203 * defs.h (struct cleanup):
7204 * breakpoint.c (disable_breakpoints_in_unloaded_shlib):
7205 * arm-tdep.c (arm_push_dummy_call):
7206 * amd64-tdep.h (amd64_collect_xsave):
7207 * amd64-tdep.c (amd64_collect_xsave):
7208 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache):
7209 * README (typing): Remove duplicate words.
7210 * cli/cli-decode.c (lookup_cmd_composition): Add comma.
7211 * infrun.c (siginfo_value_read): Fix typo.
7212 * solib-frv.c (frv_fdpic_find_global_pointer): Likewise.
7213 * top.c (source_line_number): Add comma.
7214
7215 2011-04-19 Marc Khouzam <marc.khouzam@ericsson.com>
7216
7217 * thread.c (any_live_thread_of_process): Prioritize threads
7218 that are not executing.
7219 * gdbthread.h (any_live_thread_of_process): Update comment
7220 as per above change.
7221
7222 2011-04-19 Andreas Schwab <schwab@linux-m68k.org>
7223
7224 * xcoffread.c (process_xcoff_symbol): Remove useless cast.
7225 (scan_xcoff_symtab): Likewise.
7226
7227 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7228
7229 * xcoffread.c (process_xcoff_symbol): ARI fix: Avoid assignment
7230 inside if clause.
7231
7232 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7233 Pedro Alves <pedro@codesourcery.com>
7234
7235 * xstormy16-tdep.c (xstormy16_push_dummy_call): Add local
7236 variables to simplify code and avoid == operator at end of
7237 line as this is against GNU coding standards.
7238
7239 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7240
7241 * solib-svr4.c (svr4_keep_data_in_core): Rename local variable
7242 lm_name to name_lm to avoid conflict with lm_name function.
7243
7244 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7245
7246 ARI fixes: Use only lowercase function name for static functions.
7247 * nto-tdep.c (LM_ADDR): Rename to...
7248 (lm_addr): New function name.
7249 (nto_relocate_section_addresses): Adapt to change above.
7250 * solib-sunos.c (LM_ADDR): Rename to...
7251 (lm_addr): New function name.
7252 (LM_NEXT): Rename to...
7253 (lm_next): New function name.
7254 (sunos_current_sos, sunos_relocate_section_addresses): Adapt to
7255 function name changes above.
7256 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Rename to...
7257 (lm_addr_from_link_map): New function name.
7258 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Rename to...
7259 (has_lm_dynamic_from_link_map): New function name.
7260 (LM_DYNAMIC_FROM_LINK_MAP): Rename to...
7261 (lm_dynamic_from_link_map): New function name.
7262 (LM_ADDR_CHECK): Rename to...
7263 (lm_addr_check): New function name.
7264 (LM_NEXT): Rename to...
7265 (lm_next): New function name.
7266 (LM_PREV): Rename to...
7267 (lm_prev): New function name.
7268 (LM_NAME): Rename to...
7269 (lm_name): New function name.
7270 (IGNORE_FIRST_LINK_MAP_ENTRY): Rename to...
7271 (ignore_first_link_map_entry): New function name.
7272 (svr4_keep_data_in_core): Adapt to function name changes above.
7273 (svr4_current_sos): Likewise.
7274 (enable_break): Likewise.
7275 (svr4_relocate_section_addresses): Likewise.
7276
7277 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7278
7279 ARI cleanup.
7280 * xtensa-tdep.c (xtensa_register_type): Use xstrprintf instead of
7281 sprintf. Simplify code and avoid loosing memory.
7282 (xtensa_register_reggroup_p): Extract assignment out of IF clause.
7283 (call0_frame_cache): Remove && operator from end of line.
7284
7285 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7286
7287 Fix libraries displacement if they change whether they were prelinked.
7288 * solib-svr4.c (LM_ADDR_CHECK): Set L_ADDR even if the DYNAMIC pointer
7289 does not match. Comment why.
7290
7291 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7292
7293 * corelow.c: Include wrapper.h.
7294 (core_open): Call now gdb_target_find_new_threads.
7295 * wrapper.c: Include target.h.
7296 (gdb_target_find_new_threads): New.
7297 * wrapper.h (gdb_target_find_new_threads): New declaration.
7298
7299 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7300
7301 * linux-thread-db.c (find_new_threads_callback): Exit on zero TI_TID
7302 even if !TARGET_HAS_EXECUTION.
7303
7304 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7305
7306 Fix convert_code_addr_to_desc_addr for ppc64 files after eu-strip.
7307 * elfread.c (elf_symfile_read): New variable synth_abfd, pass it to
7308 bfd_get_synthetic_symtab.
7309 * jit.c (jit_register_code): Pass NULL to the new parameter parent.
7310 * machoread.c (macho_add_oso_symfile): Pass main_objfile to the new
7311 parameter parent, remove the call to add_separate_debug_objfile.
7312 * solib.c (solib_read_symbols): Pass NULL to the new parameter parent.
7313 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
7314 * symfile.c (symbol_file_add_with_addrs_or_offsets): New parameter
7315 parent, new comment for it, call add_separate_debug_objfile for it.
7316 (symbol_file_add_separate): Pass objfile as the parameter parent,
7317 remove the call to add_separate_debug_objfile.
7318 (symbol_file_add_from_bfd): New parameter parent, pass it.
7319 (symbol_file_add): Pass NULL to the new parameter parent.
7320 * symfile.h (symbol_file_add_from_bfd): New parameter parent.
7321
7322 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7323
7324 * elfread.c (elf_symtab_read): Do not ignore .L symbols if they are
7325 BSF_SYNTHETIC.
7326
7327 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7328
7329 Fix Python access to inlined frames.
7330 * python/py-frame.c (frapy_read_var): Find BLOCK using get_frame_block.
7331 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
7332
7333 2011-04-15 Tom Tromey <tromey@redhat.com>
7334
7335 * dwarf2read.c (add_index_entry): Use VEC_last, not VEC_length.
7336
7337 2011-04-15 Gary Benson <gbenson@redhat.com>
7338
7339 * MAINTAINERS: Add myself to write-after-approval section.
7340
7341 2011-04-14 Mike Frysinger <vapier@gentoo.org>
7342
7343 * remote-sim.c (sim_command_completer): New function.
7344 (_initialize_remote_sim): Set completer to sim_command_completer.
7345
7346 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
7347
7348 * breakpoint.c (print_exception_catchpoint): Rename to ...
7349 (print_it_exception_catchpoint): ... this.
7350 (gnu_v3_exception_catchpoint_ops): Update with new name
7351 for print_it_exception_catchpoint.
7352
7353 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
7354
7355 * MAINTAINERS: Add myself for write after approval privileges.
7356
7357 2011-04-13 Marek Polacek <mpolacek@redhat.com>
7358
7359 * MAINTAINERS: Add myself as a write-after-approval maintainer.
7360
7361 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
7362
7363 * breakpoint.c (watch_command_1): Remove colon from exp_string.
7364
7365 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
7366
7367 * breakpoint.c (save_breakpoints): Verify whether
7368 breakpoint_ops.print_recreate is defined before calling it.
7369
7370 2011-04-11 Gary Benson <gbenson@redhat.com>
7371
7372 Fix failure with --enable-maintainer-mode.
7373 * Makefile.in (aclocal_m4_deps): Updated gnulib dependencies.
7374
7375 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7376
7377 Code cleanup.
7378 * symtab.c (search_symbols): Reorder the KIND description in the
7379 function comment. Remove the unused 4th element of types, types2,
7380 types3 and types4. New gdb_assert on KIND.
7381 (symtab_symbol_info): Remove the unused 4th element of classnames.
7382 New gdb_assert on KIND.
7383 * symtab.h (enum search_domain): New warning in the enum comment.
7384 Assign numbers to the elements VARIABLES_DOMAIN, FUNCTIONS_DOMAIN and
7385 TYPES_DOMAIN.
7386
7387 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7388
7389 Fix crash of gdb save-index on a STABS file.
7390 * dwarf2read.c (write_psymtabs_to_index): Return also on no
7391 PSYMTABS_ADDRMAP.
7392
7393 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7394
7395 Fix DW_AT_accessibility compatibility with gcc-4.6+.
7396 * dwarf2read.c: Include ctype.h.
7397 (producer_is_gxx_lt_4_6, dwarf2_default_access_attribute): New
7398 functions.
7399 (dwarf2_add_field): Fix new_field->accessibility by calling
7400 dwarf2_default_access_attribute. Restructure setting accessibility
7401 vs. virtuality.
7402 (dwarf2_add_member_fn): New variable accessibility. Fix fnp
7403 is_private and is_protected by calling
7404 dwarf2_default_access_attribute.
7405
7406 2011-04-08 Kevin Buettner <kevinb@redhat.com>
7407
7408 * rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
7409 to the initialization.
7410
7411 2011-04-08 Steve Ellcey <sje@cup.hp.com>
7412
7413 * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
7414 initalization.
7415
7416 2011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
7417
7418 Remove support for old Cygwin 1.5 versions.
7419 * remote-fileio.c: Remove macros used to emulate new cygwin_conv_path
7420 function on old Cygwin version.
7421 * windows-nat.c: Remove cygwin version check and always define
7422 __USEWIDE for Cygwin compilation.
7423
7424 2011-04-07 Yao Qi <yao@codesourcery.com>
7425
7426 * arm-linux-tdep.c (arm_linux_copy_svc): Remove parameters INSN
7427 and TO.
7428 * arm-tdep.c (cleanup_svc): Handle variable instruction size.
7429 (arm_copy_svc): Remove parameters INSN and TO.
7430 (decode_svc_copro): Update caller.
7431 * arm-tdep.h (struct displaced_step_closure): Remove parameters
7432 from function pointer `copy_svc_os'.
7433
7434 2011-04-07 Yao Qi <yao@codesourcery.com>
7435
7436 * arm-tdep.c (cleanup_branch): Set a correct return address in
7437 LR for ARM and Thumb.
7438
7439 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7440
7441 Code cleanup.
7442 * dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.
7443 * dwarf2read.c (mapped_index_string_hash): Refer to SYMBOL_HASH_NEXT
7444 in the function comment, a new note on values compatibility.
7445 * minsyms.c (msymbol_hash_iw, msymbol_hash): Use SYMBOL_HASH_NEXT.
7446 * symtab.h (SYMBOL_HASH_NEXT): New.
7447
7448 2011-04-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
7449
7450 * ppc-linux-nat.c (check_condition): Add len output parameter.
7451 Set it based on the memory region referenced in the condition
7452 expression. Update all callers.
7453
7454 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7455
7456 Fix crash regression on systems featuring .gdb_index.
7457 * objfiles.c (free_objfile): Move the
7458 forget_cached_source_info_for_objfile call earlier. Comment it.
7459 Extend the comment for objfile_free_data.
7460
7461 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7462
7463 Fix regression of displaying the debug format.
7464 * buildsym.c (end_symtab): Set symtab's debugformat and producer from
7465 subfile.
7466
7467 2011-04-04 Tom Tromey <tromey@redhat.com>
7468
7469 * cli/cli-interp.c (struct captured_execute_command_args):
7470 Remove.
7471 (do_captured_execute_command): Remove.
7472 (safe_execute_command): Use TRY_CATCH.
7473 * cli/cli-script.c (struct wrapped_read_command_file_args):
7474 Remove.
7475 (wrapped_read_command_file): Remove.
7476 (script_from_file): Use TRY_CATCH.
7477 * exceptions.c (catch_exception): Remove.
7478 * exceptions.h (catch_exception): Remove.
7479 (deprecated_throw_reason): Update comment.
7480 * mi/mi-main.c (captured_mi_execute_command): Change 'data'
7481 argument to 'context'.
7482 (mi_execute_command): Use TRY_CATCH.
7483 * remote.c (struct start_remote_args): Remove.
7484 (remote_start_remote): Update; change arguments.
7485 (remote_open_1): Use TRY_CATCH.
7486
7487 2011-04-04 Tom Tromey <tromey@redhat.com>
7488
7489 * tracepoint.c (scope_info): Update.
7490 * symtab.c (decode_line_spec): Update.
7491 * python/python.c (gdbpy_decode_line): Update.
7492 * linespec.h (decode_line_1): Update.
7493 * linespec.c (decode_line_1): Remove 'not_found_ptr' argument.
7494 (decode_compound, find_method, symtab_from_filename)
7495 (decode_variable): Likewise.
7496 * cli/cli-cmds.c (edit_command): Update.
7497 (list_command): Update.
7498 * breakpoint.c (parse_breakpoint_sals): Remove 'not_found_ptr'
7499 argument.
7500 (create_breakpoint): Update.
7501 (until_break_command): Update.
7502 (addr_string_to_sals): Update.
7503 (decode_line_spec_1): Update.
7504
7505 2011-04-04 Tom Tromey <tromey@redhat.com>
7506
7507 * breakpoint.c (struct captured_parse_breakpoint_args): Remove.
7508 (do_captured_parse_breakpoint): Remove.
7509 (create_breakpoint): `e' is now volatile. Remove `parse_args'.
7510 Use TRY_CATCH directly.
7511
7512 2011-04-04 Tom Tromey <tromey@redhat.com>
7513
7514 * symtab.h (free_symtab): Remove.
7515 (forget_cached_source_info_for_objfile): Declare.
7516 * symmisc.c (free_symtab): Remove.
7517 * source.c (forget_cached_source_info_for_objfile): New function.
7518 (forget_cached_source_info): Use it.
7519 * objfiles.c (free_objfile): Simplify check before calling
7520 clear_current_source_symtab_and_line. Call
7521 forget_cached_source_info_for_objfile.
7522
7523 2011-04-04 Tom Tromey <tromey@redhat.com>
7524
7525 * mdebugread.c (psymtab_to_symtab_1): Copy linetable to obstack.
7526 (new_symtab): Don't set `free_code' on symtab.
7527 (new_linetable): Properly handle size==0.
7528 * symtab.h (struct symtab) <free_code, free_func>: Remove.
7529 * symmisc.c (free_symtab): Don't free the linetable. Don't call
7530 free_func.
7531 * jv-lang.c (struct jv_per_objfile_data): New.
7532 (jv_per_objfile_free): Free the data.
7533 (get_dynamics_objfile): Allocate a jv_per_objfile_data.
7534 (get_java_class_symtab): Set the `dict' field on the
7535 jv_per_objfile_data.
7536 (free_class_block): Remove.
7537 * buildsym.c (end_symtab): Don't set `free_code' or `free_func' on
7538 the symtab.
7539
7540 2011-04-04 Tom Tromey <tromey@redhat.com>
7541
7542 * symfile.c (reread_symbols): Update.
7543 * objfiles.h (struct objfile) <cp_namespace_symtab>: Remove
7544 field.
7545 * objfiles.c (allocate_objfile): Update.
7546 * cp-support.h (cp_check_possible_namespace_symbols): Don't
7547 declare.
7548 * cp-namespace.c (lookup_symbol_file): Don't call
7549 lookup_possible_namespace_symbol.
7550 (initialize_namespace_symtab, get_possible_namespace_block)
7551 (free_namespace_block, cp_check_possible_namespace_symbols)
7552 (check_possible_namespace_symbols_loop)
7553 (check_one_possible_namespace_symbol)
7554 (lookup_possible_namespace_symbol): Remove.
7555 (maintenance_cplus_namespace): Replace with notice.
7556 (_initialize_cp_namespace): Deprecate `maint cplus namespace'.
7557
7558 2011-04-04 Tom Tromey <tromey@redhat.com>
7559
7560 * xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.
7561 * symtab.h (struct symtab) <producer, debugformat>: Now const.
7562 * symmisc.c (free_symtab): Don't free debugformat.
7563 * buildsym.h (struct subfile) <producer, debugformat>: Now const.
7564 (record_debugformat, record_producer): Document.
7565 * buildsym.c (end_symtab): Don't save debugformat and producer
7566 names on obstack.
7567 (end_symtab): Don't free debugformat and producer fields.
7568 (record_debugformat): Don't call xstrdup.
7569 (record_producer): Likewise.
7570
7571 2011-04-04 Tom Tromey <tromey@redhat.com>
7572
7573 * source.c (find_source_lines): Remove LSEEK_NOT_LINEAR code.
7574 (source_line_charpos, source_charpos_line): Remove.
7575
7576 2011-04-04 Tom Tromey <tromey@redhat.com>
7577
7578 * symtab.h (domain_enum): Split in two...
7579 (enum search_domain): New.
7580 (search_symbols): Update.
7581 * symtab.c (print_symbol_info, symtab_symbol_info): Remove
7582 redundant declarations.
7583 (search_symbols): Change 'kind' argument to search_domain.
7584 Update.
7585 (print_symbol_info): Likewise.
7586 (symtab_symbol_info): Likewise.
7587 * symfile.h (struct quick_symbol_functions)
7588 <pre_expand_symtabs_matching>: Change type of 'kind' argument.
7589 <expand_symtabs_matching>: Likewise.
7590 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Update.
7591 (expand_symtabs_matching_via_partial): Update.
7592 * dwarf2read.c (dw2_pre_expand_symtabs_matching): Update.
7593 (dw2_expand_symtabs_for_function): Update.
7594 * block.h: Moved anonymous enum...
7595 * defs.h (enum block_enum): ... here. Now named.
7596
7597 2011-04-03 Joel Brobecker <brobecker@adacore.com>
7598
7599 GDB 7.3 branch created (branch timestamp: 2011-04-01 01:00 UTC)
7600 * version.in: Bump version to 7.3.50.20110403-cvs.
7601
7602 2011-04-03 Joel Brobecker <brobecker@adacore.com>
7603
7604 * NEWS: Create a new section for the next release branch.
7605 Rename the section of the current branch, now that it has
7606 been cut.
7607
7608 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
7609
7610 * arm-tdep.c (arm_gdbarch_init): Enfore correct register number
7611 for "fpscr" in target description.
7612
7613 2011-04-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7614
7615 * dwarf2read.c (find_slot_in_mapped_hash): New variable back_to,
7616 initialize it. Delay HASH initialization. Strip the part after open
7617 parenthesis for languages with qualifiers. Call do_cleanups.
7618
7619 2011-04-01 Tom Tromey <tromey@redhat.com>
7620
7621 * utils.c (report_command_stats): Don't print `-' for negative
7622 number.
7623
7624 2011-04-01 Eric Botcazou <ebotcazou@adacore.com>
7625
7626 * ada-lang.c (ada_is_simple_array_type, ada_value_slice_from_ptr)
7627 (ada_value_slice, empty_array, to_fixed_array_type): Deal with
7628 typedefs.
7629
7630 2011-04-01 Joel Brobecker <brobecker@adacore.com>
7631
7632 * breakpoint.h (bpdisp_text): Add declaration.
7633 * breakpoint.c (bpdisp_text): Make non-static.
7634 * ada-lang.c: #include "mi/mi-common.h".
7635 (print_it_exception): Rewrite to improve GDB/MI output.
7636
7637 2011-04-01 Pedro Alves <pedro@codesourcery.com>
7638
7639 * arm-tdep.h (struct address_space): Add forward declaration.
7640
7641 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
7642
7643 * arm-tdep.h (arm_insert_single_step_breakpoint): Add prototype.
7644 * arm-tdep.c (arm_override_mode): New global.
7645 (arm_pc_is_thumb): Respect arm_override_mode. Remove single-step
7646 execution mode heuristics.
7647 (thumb_get_next_pc_raw): Remove INSERT_BKTP argument; always insert
7648 second single-step breakpoint if needed, using
7649 arm_insert_single_step_breakpoint.
7650 (arm_get_next_pc_raw): Remove INSERT_BKTP argument. Only handle
7651 ARM execution mode, do not call thumb_get_next_pc_raw.
7652 (arm_get_next_pc): Encode execution mode in return value. Call
7653 either arm_get_next_pc_raw or thumb_get_next_pc_raw.
7654 (arm_insert_single_step_breakpoint): New function.
7655 (arm_software_single_step): Call it.
7656 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): Add IS_THUMB
7657 argument to return execution mode of sigreturn target.
7658 (arm_linux_syscall_next_pc): Use it.
7659 (arm_linux_copy_svc): Update call.
7660 (arm_linux_software_single_step): Call
7661 arm_insert_single_step_breakpoint.
7662
7663 2011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
7664
7665 * dwarf2read.c (dwarf2_read_index): Fix .gdb_index version number in
7666 the comment.
7667
7668 2011-03-31 Tom Tromey <tromey@redhat.com>
7669
7670 * varobj.c (update_dynamic_varobj_children): Properly handle
7671 errors from iterator.
7672
7673 2011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
7674
7675 * dwarf2read.c (dwarf2_name): Initialize DEMANGLED. Avoid demangling
7676 struct linkage name twice.
7677
7678 2011-03-31 Tom Tromey <tromey@redhat.com>
7679
7680 * python/py-prettyprint.c (print_stack_unless_memory_error): Add
7681 missing ">" to message.
7682
7683 2011-03-31 Tom Tromey <tromey@redhat.com>
7684
7685 * varobj.c (instantiate_pretty_printer): Remove duplicate
7686 'return'.
7687
7688 2011-03-31 Ulrich Weigand <ulrich.weigand@linaro.org>
7689
7690 * i386-tdep.c (i386_frame_prev_register): Unwind SP from memory
7691 if neither saved value nor register available (e.g. signal frame).
7692
7693 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
7694
7695 * macroexp.c (expand): Avoid uninitialized variable
7696 compiler warning.
7697
7698 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
7699
7700 * breakpoint.c (break_range_command): Fix typo in comment.
7701
7702 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
7703 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
7704
7705 Implement support for PowerPC BookE ranged breakpoints.
7706 * NEWS: Mention support for ranged breakpoints on embedded PowerPC.
7707 * breakpoint.h (struct bp_target_info) <length>: New member
7708 variable.
7709 (struct breakpoint_ops) <breakpoint_hit>: Take struct bp_location
7710 instead of struct breakpoint as argument, and also add ASPACE
7711 and BP_ADDR arguments. Update all callers.
7712 (struct breakpoint_ops) <print_one_detail>: New method.
7713 (struct breakpoint) <addr_string_range_end>: New member variable.
7714 * breakpoint.c (breakpoint_location_address_match): Add function
7715 prototype.
7716 (insert_bp_location): Set bl->target_info.length.
7717 (breakpoint_here_p): Call breakpoint_location_address_match.
7718 (moribund_breakpoint_here_p): Likewise.
7719 (regular_breakpoint_inserted_here_p): Likewise.
7720 (breakpoint_thread_match): Likewise.
7721 (bpstat_stop_status): Likewise.
7722 (bpstat_check_location): Move call to
7723 breakpoint_ops.breakpoint_hit to the top.
7724 (print_one_breakpoint_location): Call
7725 breakpoint_ops.print_one_detail if available.
7726 (breakpoint_address_match_range): New function.
7727 (breakpoint_location_address_match): Likewise.
7728 (breakpoint_locations_match): Compare the length field of the
7729 locations too.
7730 (hw_breakpoint_used_count): Count resources used by all locations
7731 in a breakpoint, and use breakpoint_ops.resources_needed if
7732 available.
7733 (breakpoint_hit_ranged_breakpoint): New function.
7734 (resources_needed_ranged_breakpoint): Likewise.
7735 (print_it_ranged_breakpoint): Likewise.
7736 (print_one_ranged_breakpoint): Likewise.
7737 (print_one_detail_ranged_breakpoint): Likewise.
7738 (print_mention_ranged_breakpoint): Likewise.
7739 (print_recreate_ranged_breakpoint): Likewise.
7740 (ranged_breakpoint_ops): New structure.
7741 (find_breakpoint_range_end): New function.
7742 (break_range_command): Likewise.
7743 (delete_breakpoint): Free addr_string_range_end.
7744 (update_breakpoint_locations): Add SALS_END argument. Update
7745 all callers. Calculate breakpoint length if a non-zero SALS_END
7746 is given. Call breakpoint_locations_match instead of
7747 breakpoint_address_match.
7748 (reset_breakpoint): Find SaL of the end of the range if B is a
7749 ranged breakpoint.
7750 (_initialize_breakpoint): Register break-range command.
7751 * defs.h (print_core_address): Add function prototype.
7752 * ppc-linux-nat.c (ppc_linux_ranged_break_num_registers): New
7753 function.
7754 (ppc_linux_insert_hw_breakpoint): Support ranged breakpoints.
7755 (ppc_linux_remove_hw_breakpoint): Likewise.
7756 (_initialize_ppc_linux_nat): Initialize
7757 to_ranged_break_num_registers.
7758 * target.c (update_current_target): Add comment about
7759 to_ranged_break_num_registers.
7760 (target_ranged_break_num_registers): New function.
7761 * target.h (struct target_ops) <to_ranged_break_num_registers>:
7762 New method.
7763 (target_ranged_break_num_registers): Add function prototype.
7764 * ui-out.c (ui_out_field_core_addr): Move address-printing logic to ...
7765 * utils.c (print_core_address): ... here.
7766
7767 2011-03-31 Ulrich Weigand <uweigand@de.ibm.com>
7768
7769 * breakpoint.c (addr_string_to_sals): Avoid uninitialized
7770 variable compiler warning.
7771
7772 2011-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7773
7774 * breakpoint.c (breakpoint_re_set_one): Factor out breakpoint-resetting
7775 code from here ...
7776 (re_set_breakpoint): ... to here ...
7777 (addr_string_to_sals): ... and here.
7778
7779 2011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
7780
7781 * Makefile.in (SFILES): Add missing C sources.
7782 (HFILES_NO_SRCDIR): Remove gdbserver subdirectory headers.
7783 Add missing headers.
7784
7785 2011-03-29 Mike Frysinger <vapier@gentoo.org>
7786
7787 * .gitignore: New file.
7788
7789 2011-03-29 Mike Frysinger <vapier@gentoo.org>
7790
7791 * NEWS: Mention new cfi device simulation.
7792
7793 2011-03-29 Tom Tromey <tromey@redhat.com>
7794
7795 * dwarf2read.c (fixup_partial_die): Handle linkage name on
7796 otherwise anonymous types.
7797 (dwarf2_name): Likewise.
7798 * valops.c (value_struct_elt_for_reference): Refine artificial
7799 type logic. Call error if j==-1.
7800
7801 2011-03-29 Andreas Tobler <andreast-list@fgznet.ch>
7802
7803 Fix false GCC warning.
7804 * infcall.c (find_function_addr): Initialize funaddr.
7805
7806 2011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
7807
7808 Fix mingw compilation with --enable-targets=all.
7809 * remote-mips.c (gdb_usleep.h): Include header.
7810 (mips_enter_debug): Use gdb_usleep instead of sleep.
7811
7812 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7813
7814 Support resolution of STT_GNU_IFUNC via breakpoints.
7815 * breakpoint.c (print_it_typical): Support bp_gnu_ifunc_resolver and
7816 bp_gnu_ifunc_resolver_return.
7817 (bpstat_what): Rename parameter to bs_head, new variable bs, adjust
7818 the loop. Support bp_gnu_ifunc_resolver and
7819 bp_gnu_ifunc_resolver_return. New comment after the loop. New loop
7820 for bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return
7821 breakpoints.
7822 (bptype_string, print_one_breakpoint_location): Support
7823 bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return.
7824 (user_settable_breakpoint): Return true also for
7825 bp_gnu_ifunc_resolver.
7826 (allocate_bp_location): Support bp_gnu_ifunc_resolver and
7827 bp_gnu_ifunc_resolver_return.
7828 (set_breakpoint_location_function): New parameter explicit_loc,
7829 describe it. Call find_pc_partial_function_gnu_ifunc with new
7830 variable IS_GNU_IFUNC and adjust the address for STT_GNU_IFUNC if
7831 EXPLICIT_LOC is not set.
7832 (set_raw_breakpoint): Set EXPLICIT_LOC for
7833 set_breakpoint_location_function.
7834 (clone_momentary_breakpoint): Use true for EXPLICIT_LOC of
7835 set_breakpoint_location_function.
7836 (mention): Support bp_gnu_ifunc_resolver and
7837 bp_gnu_ifunc_resolver_return.
7838 (add_location_to_breakpoint): Set EXPLICIT_LOC for
7839 set_breakpoint_location_function.
7840 (update_breakpoint_locations): Remove static.
7841 (breakpoint_re_set_one): Support bp_gnu_ifunc_resolver and
7842 bp_gnu_ifunc_resolver_return.
7843 * breakpoint.h (enum bptype): New fields bp_gnu_ifunc_resolver and
7844 bp_gnu_ifunc_resolver_return.
7845 (update_breakpoint_locations): New declaration.
7846 * elfread.c: Include gdbthread.h and regcache.h.
7847 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop): New
7848 functions.
7849 (elf_gnu_ifunc_fns): Install them.
7850 * minsyms.c (stub_gnu_ifunc_resolver_stop)
7851 (stub_gnu_ifunc_resolver_return_stop): New functions.
7852 (stub_gnu_ifunc_fns): Install them.
7853 * symtab.h (struct gnu_ifunc_fns): New fields gnu_ifunc_resolver_stop
7854 and gnu_ifunc_resolver_return_stop.
7855 (gnu_ifunc_resolver_stop, gnu_ifunc_resolver_return_stop): New.
7856
7857 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7858
7859 STT_GNU_IFUNC reader implementation.
7860 * elfread.c: Include gdbtypes.h, value.h and infcall.h.
7861 (SYMBOL_GOT_PLT_SUFFIX, elf_rel_plt_read)
7862 (elf_objfile_gnu_ifunc_cache_data, struct elf_gnu_ifunc_cache)
7863 (elf_gnu_ifunc_cache_hash, elf_gnu_ifunc_cache_eq)
7864 (elf_gnu_ifunc_record_cache, elf_gnu_ifunc_resolve_by_cache)
7865 (elf_gnu_ifunc_resolve_by_got, elf_gnu_ifunc_resolve_name)
7866 (elf_gnu_ifunc_resolve_addr): New.
7867 (elf_symfile_read): Call elf_rel_plt_read.
7868 (elf_gnu_ifunc_fns): New.
7869 (_initialize_elfread): Initialize elf_objfile_gnu_ifunc_cache_data.
7870 Install elf_gnu_ifunc_fns.
7871 * infcall.c (find_function_return_type): New function.
7872 (find_function_addr): Resolve TYPE_GNU_IFUNC functions, if possible.
7873 * minsyms.c (stub_gnu_ifunc_resolve_addr)
7874 (stub_gnu_ifunc_resolve_name): New functions.
7875 (stub_gnu_ifunc_fns, gnu_ifunc_fns_p): New variables.
7876 * symtab.h (struct gnu_ifunc_fns, gnu_ifunc_resolve_addr)
7877 (gnu_ifunc_resolve_name, gnu_ifunc_fns_p): New.
7878
7879 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7880
7881 Code cleanup for later STT_GNU_IFUNC support.
7882 * infcall.c (find_function_addr): Remove variable code, use explicit
7883 dereferences for it. Move VALUE_TYPE initialization later.
7884
7885 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7886
7887 GDB find_pc_partial_function support for STT_GNU_IFUNC.
7888 * blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
7889 (clear_pc_function_cache): Clear it.
7890 (find_pc_partial_function): Rename to ...
7891 (find_pc_partial_function_gnu_ifunc): ... this function. New
7892 parameter is_gnu_ifunc_p, describe it. Set *IS_GNU_IFUNC_P.
7893 (find_pc_partial_function): New wrapper for this function.
7894 * symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
7895
7896 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7897
7898 GDB internal type support for STT_GNU_IFUNC.
7899 * elfread.c (record_minimal_symbol): Support mst_text_gnu_ifunc.
7900 (elf_symtab_read): Set mst_text_gnu_ifunc for
7901 BSF_GNU_INDIRECT_FUNCTION.
7902 * eval.c (evaluate_subexp_standard): Support TYPE_GNU_IFUNC.
7903 * gdbtypes.c (init_type): Support TYPE_FLAG_GNU_IFUNC,
7904 builtin_func_func, nodebug_text_gnu_ifunc_symbol and
7905 nodebug_got_plt_symbol.
7906 * gdbtypes.h (enum type_flag_value): New entry TYPE_FLAG_GNU_IFUNC.
7907 (TYPE_GNU_IFUNC): New.
7908 (struct main_type): New field flag_gnu_ifunc.
7909 (struct builtin_type): New field builtin_func_func.
7910 (struct objfile_type): New fields nodebug_text_gnu_ifunc_symbol and
7911 nodebug_got_plt_symbol.
7912 * minsyms.c (lookup_minimal_symbol_text): Support mst_text_gnu_ifunc.
7913 (in_gnu_ifunc_stub): New.
7914 (prim_record_minimal_symbol, find_solib_trampoline_target): Support
7915 mst_text_gnu_ifunc.
7916 * parse.c (write_exp_msymbol): New variable ifunc_msym. Detect and
7917 support mst_text_gnu_ifunc. Support mst_slot_got_plt.
7918 * solib-svr4.c (svr4_in_dynsym_resolve_code): Return true also for
7919 in_gnu_ifunc_stub.
7920 * symmisc.c (dump_msymbols): Support mst_text_gnu_ifunc.
7921 * symtab.c (search_symbols): Likewise.
7922 * symtab.h (enum minimal_symbol_type): New fields mst_text_gnu_ifunc
7923 and mst_slot_got_plt.
7924 (in_gnu_ifunc_stub): New declaration.
7925
7926 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7927
7928 Support a ring of related breakpoints.
7929 * breakpoint.c (watchpoint_del_at_next_stop): New, move here code from
7930 other functions, add gdb_assert.
7931 (update_watchpoint, watchpoint_check): Add gdb_assert. Use
7932 watchpoint_del_at_next_stop.
7933 (bpstat_check_watchpoint): Use watchpoint_del_at_next_stop.
7934 (bpstat_stop_status): Handle ring in related_breakpoint.
7935 (set_raw_breakpoint_without_location): Initialize ring in
7936 related_breakpoint.
7937 (delete_breakpoint): Handle ring in related_breakpoint, use
7938 watchpoint_del_at_next_stop.
7939 (map_breakpoint_numbers): Handle ring in related_breakpoint.
7940
7941 2011-03-28 Tom Tromey <tromey@redhat.com>
7942
7943 PR symtab/12441:
7944 * dwarf2read.c (prepare_one_comp_unit): Don't call set_cu_language
7945 with `language_minimal'.
7946
7947 2011-03-25 Ulrich Weigand <ulrich.weigand@linaro.org>
7948
7949 * arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
7950 instead of checking for STT_ARM_TFUNC symbol type.
7951
7952 2011-03-25 Tom Tromey <tromey@redhat.com>
7953
7954 * linespec.c (symbol_found): Restore line-based result for
7955 non-LOC_LABEL symbols.
7956
7957 2011-03-25 Kai Tietz <ktietz@redhat.com>
7958
7959 * tui/tui-source.c (tui_set_source_content): Use filename_cmp
7960 instead of strcmp for comparison.
7961 (tui_source_is_displayed): Likewise.
7962 * tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
7963
7964 2011-03-24 Mark Wielaard <mjw@redhat.com>
7965
7966 * dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
7967 complaint.
7968 (skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
7969 (find_partial_die_in_comp_unit): Likewise in comment.
7970 (read_attribute_value): Likewise.
7971 (lookup_die_type): Likewise.
7972 (dwarf_form_name): Likewise.
7973 (dump_die_shallow): Likewise.
7974 (follow_die_ref_or_sig): Likewise.
7975
7976 2011-03-24 Tom Tromey <tromey@redhat.com>
7977
7978 PR breakpoints/11816:
7979 * linespec.c (decode_line_1): Parse `function:label' linespecs.
7980 (decode_compound): Update.
7981 (find_function_symbol): New function.
7982 (decode_dollar): Update.
7983 (decode_label): Add 'function_symbol' parameter. Handle
7984 function-relative labels.
7985 (decode_variable): Update.
7986 (symbol_found): Add 'function_symbol' parameter. Use label's PC,
7987 not its line. Set `special_display' and canonical name for
7988 labels.
7989
7990 2011-03-24 Tom Tromey <tromey@redhat.com>
7991
7992 * linespec.h (struct linespec_result) <special_display>: New
7993 field.
7994 * breakpoint.h (struct breakpoint) <display_canonical>: New
7995 field.
7996 * breakpoint.c (print_breakpoint_location): Respect
7997 display_canonical.
7998 (create_breakpoint_sal): Add 'display_canonical' parameter.
7999 (create_breakpoints_sal): Update.
8000 (create_breakpoint): Update.
8001
8002 2011-03-24 Tom Tromey <tromey@redhat.com>
8003
8004 * symtab.c (decode_line_spec): Update.
8005 * linespec.c (build_canonical_line_spec): Change type of
8006 'canonical'.
8007 (decode_line_2, decode_line_1, decode_objc, decode_compound)
8008 (find_method, decode_all_digits, decode_dollar, decode_label)
8009 (symbol_found): Likewise.
8010 (init_linespec_result): New function.
8011 * breakpoint.c (struct captured_parse_breakpoint_args)
8012 <canonical_p>: New field, replaces addr_string_p.
8013 (create_breakpoints_sal): Add 'canonical' parameter, replacing
8014 'addr_string'.
8015 (parse_breakpoint_sals): Likewise.
8016 (do_captured_parse_breakpoint): Update.
8017 (create_breakpoint): Use struct linespec_result.
8018 (until_break_command): Update.
8019 (breakpoint_re_set_one): Update.
8020 (decode_line_spec_1): Update.
8021 * linespec.h (struct linespec_result): New.
8022 (init_linespec_result): Declare.
8023
8024 2011-03-23 Pedro Alves <pedro@codesourcery.com>
8025
8026 * regcache.c (regcache_raw_read): If the target didn't supply a
8027 given raw register, mark it as unavailable.
8028
8029 2011-03-23 Kai Tietz <ktietz@redhat.com>
8030
8031 * breakpoint.c (clear_command): Use filename_cmp
8032 instead of strcmp for comparison.
8033 * buildsym.c (watch_main_source_file_lossage): Likewise.
8034 (patch_subfile_names): Use IS_DIR_SEPARATOR instead of
8035 checking just for slash.
8036 * dbxread.c (read_dbx_symtab): Use lbasename instead of
8037 strrchr and filename_cmp instead of strcmp for filenames.
8038 (add_old_header_file): Use filename_cmp
8039 instead of strcmp for comparison.
8040 * exec.c (exec_set_section_address): Likewise.
8041 * macrotab.c (macro_lookup_inclusion): Likewise.
8042 (macro_lookup_inclusion): Likewise.
8043 * elfread.c (_initialize_elfread): Likewise.
8044 (elfstab_offset_sections): Likewise.
8045 (elfstab_offset_sections): Use lbasename instead of
8046 strrchr.
8047 * mdebugread.c (parse_partial_symbols): Likewise.
8048 (arse_partial_symbols): Use filename_(n)cmp instead of
8049 str(n)cmp for comparison.
8050 * minsyms.c (lookup_minimal_symbol): Likewise.
8051 * psymtab.c (read_psymtabs_with_filename): Likewise.
8052 * solib.c (solib_read_symbols): Likewise.
8053 (reload_shared_libraries_1): Likewise.
8054 * symmisc.c (maintenance_print_symbols): Likewise.
8055 * symfile.c (separate_debug_file_exists): Likewise.
8056 (reread_symbols): Likewise.
8057 (find_separate_debug_file_by_debuglink): Likewise.
8058 * remote-fileio.c (remote_fileio_func_rename): Likewise.
8059 * source.c (add_path): Likewise.
8060 * symtab.c (filename_seen): Likewise.
8061 (file_matches): Likewise.
8062 (print_symbol_info): Likewise.
8063 (maybe_add_partial_symtab_filename): Likewise.
8064 (make_source_files_completion_list): Likewise.
8065 * xml-syscall.c (init_sysinfo): Likewise.
8066 * windows-nat.c (_initialize_check_for_gdb_ini): Use
8067 IS_DIR_SEPARATOR for checking for trailing path separator.
8068
8069 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8070
8071 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value. New
8072 label abort_expression.
8073 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle
8074 DWARF_VALUE_OPTIMIZED_OUT.
8075
8076 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8077
8078 Code cleanup.
8079 * c-typeprint.c (c_type_print_args): Change parameter show_artificial
8080 to linkage_name. Invert its value. Update the function comment.
8081 (c_type_print_varspec_suffix): Invert it at the caller.
8082 * dwarf2read.c (dwarf2_compute_name): Invert it at the caller.
8083
8084 2011-03-22 Pedro Alves <pedro@codesourcery.com>
8085
8086 * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
8087 errors when reading the `stop_pc'.
8088 * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
8089 get_frame_pc.
8090
8091 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
8092
8093 * NEWS: Document gdb.Write stream keyword.
8094
8095 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8096
8097 Revert:
8098 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8099 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
8100 (dwarf2_add_field): Fix new_field->accessibility for
8101 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
8102
8103 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
8104
8105 PR python/12183
8106
8107 * python/py-function.c (fnpy_call): Treat GdbErrors differently to
8108 other error classes. Do not print stack trace.
8109
8110 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8111
8112 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
8113 (dwarf2_add_field): Fix new_field->accessibility for
8114 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
8115
8116 2011-03-21 Ulrich Weigand <ulrich.weigand@linaro.org>
8117
8118 * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when
8119 encountering a load via a non-SP register.
8120
8121 2011-03-21 Ulrich Weigand <uweigand@de.ibm.com>
8122
8123 * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
8124 field in returned unwinder.
8125
8126 2012-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8127
8128 * ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
8129
8130 2012-03-21 Joel Brobecker <brobecker@adacore.com>
8131
8132 * ada-lang.c (replace_operator_with_call): Use xzalloc instead
8133 of xmalloc.
8134
8135 2012-03-18 Pedro Alves <pedro@codesourcery.com>
8136
8137 * frame.c (frame_unwind_register): Throw an error if unwinding the
8138 register failed.
8139 * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's
8140 an unwind stop reason.
8141 (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE.
8142 * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST,
8143 UNWIND_UNAVAILABLE>: New.
8144 * inline-frame.c (inline_frame_unwind): Install
8145 default_frame_unwind_stop_reason.
8146 * frame-unwind.c: Include "exceptions.h".
8147 (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors.
8148 (default_frame_unwind_stop_reason): New.
8149 * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef.
8150 (default_frame_unwind_stop_reason): Declare.
8151 (struct frame_unwind) <stop_reason>: New function pointer.
8152
8153 * dummy-frame.c: Install default_frame_unwind_stop_reason.
8154 * dwarf2-frame.c: Include exceptions.h.
8155 (struct dwarf2_frame_cache) <unavailable_retaddr>: New field.
8156 (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when
8157 computing the CFA. If such an error was thrown, set
8158 unavailable_retaddr.
8159 (dwarf2_frame_unwind_stop_reason): New.
8160 (dwarf2_frame_this_id): Don't build a frame id if the CFA was
8161 unavailable.
8162 (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason.
8163 (dwarf2_signal_frame_unwind): Ditto.
8164
8165 * amd64-tdep.c: Include "exceptions.h".
8166 (struct amd64_frame_cache): New field "base_p".
8167 (amd64_init_frame_cache): Clear it.
8168 (amd64_frame_cache_1): New, factored out from amd64_frame_cache.
8169 Avoid reading registers with functions that throw if the register
8170 is not necessary to compute the frame base.
8171 (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
8172 swallowing NOT_AVAILABLE_ERROR.
8173 (amd64_frame_unwind_stop_reason): New.
8174 (amd64_frame_this_id): Don't build a frame id if the frame base
8175 was unavailable.
8176 (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason.
8177 (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
8178 base_p if the frame base was computable.
8179 (amd64_sigtramp_frame_unwind_stop_reason): New.
8180 (amd64_sigtramp_frame_this_id): Don't build a frame id if the
8181 frame base was unavailable.
8182 (amd64_sigtramp_frame_unwind): Install
8183 amd64_sigtramp_frame_unwind_stop_reason.
8184 (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
8185 base_p if the frame base was computable.
8186 (amd64_epilogue_frame_unwind_stop_reason): New.
8187 (amd64_epilogue_frame_this_id): Don't build a frame id if the
8188 frame base was unavailable.
8189 (amd64_epilogue_frame_unwind): Install
8190 amd64_epilogue_frame_unwind_stop_reason.
8191 * i386-tdep.c: Include "exceptions.h".
8192 (struct i386_frame_cache): New field "base_p".
8193 (i386_init_frame_cache): Clear it.
8194 (i386_frame_cache_1): New, factored out from amd64_frame_cache.
8195 Avoid reading registers with functions that throw if the register
8196 is not necessary to compute the frame base.
8197 (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
8198 swallowing NOT_AVAILABLE_ERROR.
8199 (i386_frame_unwind_stop_reason): New.
8200 (i386_frame_this_id): Don't build a frame id if the frame base was
8201 unavailable.
8202 (i386_frame_prev_register): Handle unavailable SP.
8203 (i386_frame_unwind): Install i386_frame_unwind_stop_reason.
8204 (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
8205 base_p if the frame base was computable.
8206 (i386_epilogue_frame_unwind_stop_reason): New.
8207 (i386_epilogue_frame_this_id): Don't build a frame id if the frame
8208 base was unavailable.
8209 (i386_epilogue_frame_unwind): Install
8210 i386_epilogue_frame_unwind_stop_reason.
8211 (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
8212 base_p if the frame base was computable.
8213 (i386_sigtramp_frame_unwind_stop_reason): New.
8214 (i386_sigtramp_frame_this_id): Don't build a frame id if the frame
8215 base was unavailable.
8216 (i386_sigtramp_frame_unwind): Install
8217 i386_sigtramp_frame_unwind_stop_reason.
8218 * sentinel-frame.c (sentinel_frame_prev_register): Use the value
8219 type's size, not the register's.
8220 (sentinel_frame_unwind): Install default_frame_unwind_stop_reason.
8221
8222 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install
8223 default_frame_unwind_stop_reason.
8224 * alpha-tdep.c (alpha_sigtramp_frame_unwind)
8225 (alpha_heuristic_frame_unwind): Ditto.
8226 * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto.
8227 * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto.
8228 * avr-tdep.c (avr_frame_unwind): Ditto.
8229 * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind):
8230 Ditto.
8231 * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto.
8232 * frv-tdep.c (frv_frame_unwind): Ditto.
8233 * h8300-tdep.c (h8300_frame_unwind): Ditto.
8234 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto.
8235 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto.
8236 * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind)
8237 (hppa_stub_frame_unwind): Ditto.
8238 * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto.
8239 * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind)
8240 (ia64_libunwind_frame_unwind)
8241 (ia64_libunwind_sigtramp_frame_unwind): Ditto.
8242 * iq2000-tdep.c (iq2000_frame_unwind): Ditto.
8243 * lm32-tdep.c (lm32_frame_unwind): Ditto.
8244 * m32c-tdep.c (m32c_unwind): Ditto.
8245 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto.
8246 * m32r-tdep.c (m32r_frame_unwind): Ditto.
8247 * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto.
8248 * m68k-tdep.c (m68k_frame_unwind): Ditto.
8249 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto.
8250 * m88k-tdep.c (m88k_frame_unwind): Ditto.
8251 * mep-tdep.c (mep_frame_unwind): Ditto.
8252 * microblaze-tdep.c (microblaze_frame_unwind): Ditto.
8253 * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind)
8254 (mips_stub_frame_unwind): Ditto.
8255 * mn10300-tdep.c (mn10300_frame_unwind): Ditto.
8256 * moxie-tdep.c (moxie_frame_unwind): Ditto.
8257 * mt-tdep.c (mt_frame_unwind): Ditto.
8258 * ppc-linux-tdep.c (ppu2spu_unwind): Ditto.
8259 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto.
8260 * rs6000-tdep.c (rs6000_frame_unwind): Ditto.
8261 * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind)
8262 (s390_sigtramp_frame_unwind): Ditto.
8263 * score-tdep.c (score_prologue_unwind): Ditto.
8264 * sh-tdep.c (sh_frame_unwind): Ditto.
8265 * sh64-tdep.c (sh64_frame_unwind): Ditto.
8266 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto.
8267 * sparc-tdep.c (sparc32_frame_unwind): Ditto.
8268 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto.
8269 * sparc64-tdep.c (sparc64_frame_unwind): Ditto.
8270 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto.
8271 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto.
8272 * sparc64obsd-tdep.c (sparc64obsd_frame_unwind)
8273 (sparc64obsd_trapframe_unwind): Ditto.
8274 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto.
8275 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto.
8276 * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto.
8277 * v850-tdep.c (v850_frame_unwind): Ditto.
8278 * vax-tdep.c (vax_frame_unwind): Ditto.
8279 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto.
8280 * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto.
8281 * xtensa-tdep.c (xtensa_unwind): Ditto.
8282
8283 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8284
8285 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume
8286 there's always a frame. Use get_frame_pc_if_available instead of
8287 get_frame_pc, and if there's no PC available, don't look up a
8288 symtab.
8289
8290 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8291
8292 * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle
8293 unavailable PC.
8294
8295 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8296
8297 * tracepoint.c (set_traceframe_context): Handle unavailable PC
8298 gracefully.
8299
8300 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8301
8302 * frame.h (frame_unwind_caller_pc_if_available): Declare.
8303 * frame.c (frame_unwind_caller_pc_if_available): New.
8304 * stack.c (frame_info): Handle unavailable PC.
8305
8306 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8307
8308 * frame.c (frame_unwind_pc): Rename to ...
8309 (frame_unwind_pc_if_available): ... this. New `pc' output
8310 parameter. Change return type to int. Gracefully handle
8311 gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR. Return 0 if that
8312 happened, or 1 otherwise.
8313 (frame_unwind_pc): Reimplement on top of
8314 frame_unwind_pc_if_available.
8315 (get_frame_func): Rename to ...
8316 (get_frame_func_if_available): New `pc' output parameter. Change
8317 return type to int. Gracefully handle the PC not being available.
8318 (get_frame_func): Reimplement on top of
8319 get_frame_func_if_available.
8320 (select_frame): Handle the PC being unavailable.
8321 (get_prev_frame): Handle the PC being unavailable.
8322 (get_frame_pc_if_available): New.
8323 (get_frame_address_in_block_if_available): New.
8324 (find_frame_sal): Handle the frame PC not being available.
8325 * frame.h (get_frame_pc_if_available): Declare.
8326 (get_frame_address_in_block_if_available): Declare.
8327 (get_frame_func_if_available): Declare.
8328 * stack.c (print_frame_info): Handle the PC being unavailable.
8329 (find_frame_funname): Ditto.
8330 (print_frame): Handle the PC being unavailable.
8331 (get_frame_language): Ditto.
8332 * blockframe.c (get_frame_block): Ditto.
8333 * macroscope.c (default_macro_scope): Ditto.
8334 * tui/tui-stack.c (tui_show_frame_info): Ditto.
8335
8336 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8337
8338 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
8339 NOT_AVAILABLE_ERROR when evaluating the location expression.
8340
8341 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8342
8343 * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes
8344 returning that the register piece is unavailable/optimized out.
8345 (write_pieced_value): Handle get_frame_register_bytes returning
8346 that the register piece is unavailable/optimized out when doing a
8347 read-modify write of a bitfield.
8348 * findvar.c (value_from_register): Handle get_frame_register_bytes
8349 returning that the register piece is unavailable/optimized out.
8350 * frame.c (get_frame_register_bytes): New parameters `optimizedp'
8351 and `unavailablep'. Throw error on bad debug info. Use
8352 frame_register instead of frame_register_read, to fill in the new
8353 arguments.
8354 * frame.h (get_frame_register_bytes): New parameters `optimizedp'
8355 and `unavailablep'.
8356 * valops.c: (value_assign): Adjust, and handle
8357 get_frame_register_bytes failing.
8358 * spu-tdep.c: Include exceptions.h.
8359 (spu_software_single_step): Adjust, and handle
8360 get_frame_register_bytes failing.
8361 (spu_get_longjmp_target): Ditto.
8362 * gdbarch.sh (register_to_value): Change to return int. New
8363 parameters `optimizedp' and `unavailablep'.
8364 * gdbarch.h, gdbarch.c: Regenerate.
8365 * i386-tdep.c (i386_register_to_value): Adjust to new
8366 gdbarch_register_to_value interface.
8367 * i387-tdep.c (i387_register_to_value): Ditto.
8368 * i387-tdep.h (i387_register_to_value): Ditto.
8369 * alpha-tdep.c (alpha_register_to_value): Ditto.
8370 * ia64-tdep.c (ia64_register_to_value): Ditto.
8371 * m68k-tdep.c (m68k_register_to_value): Ditto.
8372 * mips-tdep.c (mips_register_to_value): Ditto.
8373 * rs6000-tdep.c (rs6000_register_to_value): Ditto.
8374
8375 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8376
8377 * findvar.c (value_of_register): Mark the value as unavailable, if
8378 the register is unavailable.
8379 * frame.h (frame_register_unwind): New `unavailablep' parameter.
8380 (frame_register): New `unavailablep' parameter.
8381 (frame_register_read): Update comment.
8382 * frame.c (frame_register_unwind): New `unavailablep' parameter.
8383 Set it if the register is unavailable. If the register is
8384 unavailable, clear the output buffer.
8385 (frame_register): New `unavailablep' parameter. Pass it down.
8386 (frame_unwind_register): Adjust.
8387 (put_frame_register): Adjust.
8388 (frame_register_read): Adjust. Also return false if the register
8389 is not available.
8390 (frame_register_unwind_location): Adjust.
8391 * sentinel-frame.c (sentinel_frame_prev_register): If the register
8392 is unavailable, mark the value accordingly.
8393 * stack.c (frame_info): Handle unavailable registers.
8394
8395 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8396
8397 * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and
8398 simplify, using regcache_cooked_read.
8399
8400 2011-03-18 Pedro Alves <pedro@codesourcery.com>
8401
8402 * regcache.h (regcache_raw_read, regcache_raw_read_signed)
8403 (regcache_raw_read_unsigned, regcache_raw_read_signed)
8404 (regcache_raw_read_unsigned, regcache_raw_read_part)
8405 (regcache_cooked_read, regcache_cooked_read_signed)
8406 (regcache_cooked_read_unsigned, regcache_cooked_read_part)
8407 (regcache_cooked_read_ftype): Change return to enum
8408 register_status.
8409 * regcache.c: Include exceptions.h
8410 (regcache_save): Adjust to handle REG_UNAVAILABLE registers.
8411 (do_cooked_read): Change return to enum register_status. Always
8412 forward to regcache_cooked_read.
8413 (regcache_raw_read): Change return to enum register_status. If
8414 the register is not REG_VALID, memset the buffer. Return the
8415 register's status.
8416 (regcache_raw_read_signed): Handle non-REG_VALID registers and
8417 return the register's status.
8418 (regcache_raw_read_unsigned): Ditto.
8419 (regcache_cooked_read): Change return to enum register_status.
8420 Assert that with read-only regcaches, the register's status must
8421 be known. If the regcache is read-only, and the register is not
8422 REG_VALID, memset the buffer. Return the register's status.
8423 (regcache_cooked_read_signed): Change return to enum
8424 register_status. Handle non-REG_VALID registers and return the
8425 register's status.
8426 (regcache_cooked_read_unsigned): Change return to enum
8427 register_status. Handle non-REG_VALID registers and return the
8428 register's status.
8429 (regcache_xfer_part, regcache_raw_read_part)
8430 (regcache_cooked_read_part): Change return to enum
8431 register_status. Return the register's status.
8432 (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is
8433 unavailable.
8434 (regcache_dump): Handle unavailable cooked registers.
8435 * frame.c (do_frame_register_read): Adjust interface to match
8436 regcache_cooked_read_ftype.
8437 * gdbarch.sh (pseudo_register_read): Change return to enum
8438 register_status.
8439 * gdbarch.h, gdbarch.c: Regenerate.
8440
8441 * i386-tdep.h (i386_pseudo_register_read): Change return to enum
8442 register_status.
8443 * i386-tdep.c (i386_pseudo_register_read): Change return to enum
8444 register_status. If reading a raw register indicates the raw
8445 register is not valid, return the raw register's status,
8446 otherwise, return REG_VALID.
8447 * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum
8448 register_status. Handle non-REG_VALID raw registers and return
8449 the register's status.
8450 * arm-tdep.c (arm_neon_quad_read)
8451 (arm_pseudo_read): Change return to enum register_status. Handle
8452 non-REG_VALID raw registers and return the register's status.
8453 * avr-tdep.c (avr_pseudo_register_read): Ditto.
8454 * frv-tdep.c (frv_pseudo_register_read): Ditto.
8455 * h8300-tdep.c (h8300_pseudo_register_read): Ditto.
8456 * hppa-tdep.c (hppa_pseudo_register_read): Ditto.
8457 * m32c-tdep.c (m32c_move_reg_t): Change return to enum
8458 register_status.
8459 (m32c_raw_read, m32c_raw_write, m32c_banked_read)
8460 (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read)
8461 (m32c_part_write, m32c_cat_read, m32c_cat_write)
8462 (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write)
8463 (m32c_pseudo_register_read): Change return to enum
8464 register_status. Adjust.
8465 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to
8466 enum register_status. Return the register's status.
8467 * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum
8468 register_status. Return the register's status.
8469 (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto.
8470 * mips-tdep.c (mips_pseudo_register_read): Ditto.
8471 * mt-tdep.c (mt_pseudo_register_read): Ditto.
8472 * rs6000-tdep.c (move_ev_register_func): New typedef.
8473 (e500_move_ev_register): Use it. Change return to enum
8474 register_status. Return the register's status.
8475 (do_regcache_raw_read): New function.
8476 (do_regcache_raw_write): New function.
8477 (e500_pseudo_register_read): Change return to enum
8478 register_status. Return the register's status. Use
8479 do_regcache_raw_read.
8480 (e500_pseudo_register_write): Adjust. Use do_regcache_raw_write.
8481 (dfp_pseudo_register_read): Change return to enum register_status.
8482 Return the register's status.
8483 (vsx_pseudo_register_read): Ditto.
8484 (efpr_pseudo_register_read): Ditto.
8485 (rs6000_pseudo_register_read): Ditto.
8486 * s390-tdep.c (s390_pseudo_register_read): Change return to enum
8487 register_status. Return the register's status.
8488 * sh64-tdep.c (pseudo_register_read_portions): New function.
8489 (sh64_pseudo_register_read): Change return to enum
8490 register_status. Use pseudo_register_read_portions. Return the
8491 register's status.
8492 * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum
8493 register_status. Return the register's status.
8494 * sh-tdep.c (pseudo_register_read_portions): New function.
8495 (sh_pseudo_register_read): Change return to enum register_status.
8496 Use pseudo_register_read_portions. Return the register's status.
8497 * sparc-tdep.c (sparc32_pseudo_register_read): Change return to
8498 enum register_status. Return the register's status.
8499 * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto.
8500 * spu-tdep.c (spu_pseudo_register_read_spu)
8501 (spu_pseudo_register_read): Ditto.
8502 * xtensa-tdep.c (xtensa_register_read_masked)
8503 (xtensa_pseudo_register_read): Ditto.
8504 * bfin-tdep.c (bfin_pseudo_register_read): Ditto.
8505
8506 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
8507
8508 * python/py-value.c (valpy_getitem): Fix formatting of error function
8509 call.
8510
8511 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
8512
8513 ARI fixes: Add missing internationalization markups throughout
8514 C source files.
8515 * darwin-nat-info.c: Ditto.
8516 * record.c: Ditto.
8517 * remote.c: Ditto.
8518 * mi/mi-main.c: Ditto.
8519
8520 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
8521
8522 ARI fixes: Add missing internationalization markups throughout
8523 yacc files.
8524 * c-exp.y: Ditto.
8525 * cp-name-parser.y: Ditto.
8526 * f-exp.y: Ditto.
8527 * m2-exp.y: Ditto.
8528 * objc-exp.y: Ditto.
8529 * p-exp.y: Ditto.
8530
8531 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
8532
8533 ARI fixes: Messages should have no trailing new lines.
8534 * darwin-nat.c (mach_check_error): Remove trailing new line from
8535 warning function call message.
8536 * record.c (bfdcore_read): Idem for error call.
8537
8538 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
8539
8540 * common/signals.c (target_signal_from_host): Add _ markup to error
8541 function call message.
8542 (target_signal_to_host): Add _ markup and remove trailing new line
8543 from warning call message.
8544 (target_signal_from_command): Add _ markup to error function call
8545 message.
8546
8547 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
8548
8549 PR python/12149
8550
8551 * python/python.c (gdbpy_write): Accept a stream argument and
8552 operate to the appropriate stream.
8553 (gdbpy_flush): Likewise.
8554 (_initialize_python): Add stream constants.
8555 (finish_python_initialization): Add GdbOutputErrorFile class.
8556
8557 2011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8558
8559 * MAINTAINERS: Add myself as a write-after-approval maintainer.
8560
8561 2011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8562
8563 * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
8564 to store_signed_integer. Add debug message when relocating CALL
8565 instructions. Fix formatting of debug message.
8566 * i386-tdep.c (i386_relocate_instruction): Ditto.
8567
8568 2011-03-17 Joel Brobecker <brobecker@gnat.com>
8569
8570 * target.h (struct target_ops): Remove to_lookup_symbol field.
8571 (target_lookup_symbol): Delete macro.
8572 * target.c (nosymbol, debug_to_lookup_symbol): Delete.
8573 (update_current_target, setup_target_debug): Remove handling
8574 of to_lookup_symbol target_ops field.
8575 * ada-tasks.c (get_known_tasks_addr): Remove use of
8576 target_lookup_symbol.
8577 * coffread.c (coff_symtab_read): Likewise.
8578 * dbxread.c (read_dbx_symtab): Ditto.
8579
8580 2011-03-17 Joel Brobecker <brobecker@gnat.com>
8581
8582 PR gdb/12116:
8583 * configure.ac: Add getthrds declaration check.
8584 * configure, config.in: Regenerate.
8585 * aix-thread.c (getthrds): Declare only if not already declared
8586 in procinfo.h. More declaration out of get_signaled_thread to
8587 global scope.
8588
8589 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
8590
8591 * python/py-symtab.c: Populate symtab_object_methods,
8592 sal_object_methods.
8593 (stpy_is_valid): New function.
8594 (salpy_is_valid): Ditto.
8595 * python/py-symbol.c: Declare symbol_object_methods. Populate.
8596 (sympy_is_valid): New function.
8597 * python/py-objfile.c: Declare objfile_object_methods. Populate.
8598 (objfpy_is_valid): New function.
8599 * python/py-inferior.c: Populate inferior_object_methods.
8600 (infpy_is_valid): New function.
8601 * python/py-infthread.c: Populate thread_object_methods.
8602 (thpy_is_valid): New function.
8603 * python/py-block.c: Declare block_object_methods. Populate. Declare
8604 block_iterator_object_methods. Populate.
8605 (blpy_is_valid): New function.
8606 (blpy_iter_is_valid): Ditto.
8607
8608 2011-03-16 Keith Seitz <keiths@redhat.com>
8609
8610 * linespec.c (find_methods): Canonicalize NAME before looking
8611 up the symbol.
8612 (name_end): New function.
8613 (keep_name_info): New function.
8614 (decode_line_1): Use keep_name_info.
8615 (decode_compound): Likewise.
8616 * cli/cli-utils.h (remove_trailing_whitespace): New function.
8617 * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
8618
8619 PR c++/12273
8620 * linespec.c (locate_first_half): Keep overload information, too.
8621 (decode_compound): Use a string to represent break characters
8622 to escape the loop.
8623 If P points to a break character, do not increment it.
8624 For C++ and Java, keep overload information and relevant keywords.
8625 If we cannot find a symbol, search the minimal symbols.
8626
8627 PR c++/11734
8628 * linespec.c (decode_compound): Rename SAVED_ARG to
8629 THE_REAL_SAVED_ARG.
8630 Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
8631 single-quotes.
8632 Pass a valid block to lookup_symbol.
8633 (lookup_prefix_sym): Likewise.
8634 (find_method): Construct search name based on SYM_CLASS instead
8635 of SAVED_ARG.
8636 * psymtab.c (lookup_partial_symbol): Add language parameter.
8637 (lookup_symbol_aux_psymtabs): Likewise.
8638 Don't assume that the psymtab we found was the right one. Search
8639 for the desired symbol in the symtab to be certain.
8640 (psymtab_search_name): New function.
8641 (lookup_partial_symbol): Use psymtab_search_name.
8642 Add language parameter.
8643 (read_symtabs_for_function): Add language parameter and pass to
8644 lookup_partial_symbol.
8645 (find_symbol_file_from_partial): Likewise.
8646
8647 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
8648
8649 PR gdb/12528
8650 * dwarf2read.c (noop_record_line): New function.
8651 (dwarf_decode_lines): Ignore line tables for GCd functions.
8652
8653 2011-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8654
8655 Fix ARI warnings about new lines at the end of messages, which
8656 are unneeded as there is a new line added at the end of the message
8657 automatically.
8658 * darwin-nat.c (darwin_stop_inferior): Ditto.
8659 * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
8660 * dfp.c (decimal_to_number): Ditto.
8661 * exec.c (print_section_info): Ditto.
8662 * i386-darwin-nat.c (darwin_set_sstep): Ditto.
8663 * osdata.c (get_osdata): Ditto.
8664 * record.c (bfdcore_write): Ditto.
8665 * remote-mips.c (mips_readchar): Ditto.
8666 * remote.c (read_ptid): Ditto.
8667 * ser-mingw.c (ser_windows_raw): Ditto.
8668 * tracepoint.c (add_local_symbols): Ditto.
8669 * windows-nat.c (fake_create_process): Ditto.
8670
8671 2011-03-16 Tom Tromey <tromey@redhat.com>
8672
8673 * tracepoint.c (stop_tracing): Don't declare.
8674 * event-top.c (after_char_processing_hook): Add `(void)'.
8675
8676 2011-03-16 Phil Muldoon <pmuldoon@redhat.com>
8677
8678 * NEWS: Add Parameter sub-classing description.
8679
8680 2011-03-16 Kai Tietz <ktietz@redhat.com>
8681
8682 * MAINTAINERS: Update my e-mail address.
8683
8684 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
8685
8686 * MAINTAINERS: Add myself for write after approval privileges.
8687
8688 2011-03-15 Michael Snyder <msnyder@vmware.com>
8689
8690 * frame.c (find_frame_sal): Assert sym is not null.
8691
8692 * dbxread.c (process_one_symbol): Assert 'name' is not null.
8693
8694 * objc-lang.c (selectors_info): Check strchr for null result.
8695
8696 * stabsread.c (define_symbol): Guard against bad stabstring input.
8697
8698 2011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
8699
8700 Remove trailing spaces and tabulations from pascal language
8701 support sources.
8702 p-exp.y: Ditto.
8703 p-lang.c: Ditto.
8704 p-lang.h: Ditto.
8705 p-valprint.c: Ditto.
8706
8707 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8708
8709 * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
8710 than LOW. Comment it.
8711 (read_partial_die): Call complaint for inappropriate zero LOWPC or
8712 HIGHPC not strictly higher than LOWPC.
8713
8714 2011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
8715
8716 Fix formatting of function declarations returning a pointer in
8717 previous commit.
8718 * varobj.c (varobj_add_child): Ditto.
8719 * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
8720 * inferior.h (get_displaced_step_closure_by_addr): Ditto.
8721
8722 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
8723
8724 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
8725 for the "generic" vector ABI used with GCC 4.3 and later.
8726 (ppc64_sysv_abi_return_value): Likewise.
8727
8728 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
8729
8730 * infcall.c (call_function_by_hand): Function return value is
8731 always a non_lval, even when using struct_return.
8732
8733 2011-03-15 Pedro Alves <pedro@codesourcery.com>
8734
8735 * printcmd.c (ALL_DISPLAYS_SAFE): New.
8736 (map_display_numbers): New.
8737 (do_delete_display): New.
8738 (undisplay_command): Use map_display_numbers.
8739 (do_enable_disable_display): New.
8740 (enable_disable_display_command): New function.
8741 (enable_display): Delete.
8742 (enable_display_command): New.
8743 (disable_display_command): Reimplement.
8744 (_initialize_printcmd): Adjust "enable display" command to use
8745 `enable_display_command' as callback.
8746
8747 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
8748
8749 * NEWS: Add Python breakpoint 'stop' operation.
8750
8751 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
8752
8753 * NEWS: Delete duplicate entry. Fix typo.
8754
8755 2011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
8756
8757 Fix ARI warning about function names in first column.
8758 Put prototype declaration on same line as return type.
8759 * objc-exp.y: Ditto.
8760 * p-exp.y: Ditto.
8761 * python/py-stopevent.h: Ditto.
8762 For long function names, split parameters to
8763 allow function name on same line as return type.
8764 * solib-pa64.c: Ditto.
8765 * varobj.c: Ditto.
8766 * varobj.h: Ditto.
8767 For long function declaration, use single line.
8768 * hppa-tdep.h: Ditto.
8769 * inferior.h: Ditto.
8770
8771 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
8772
8773 * python/python.h: Declare gdbpy_should_stop and
8774 gdbpy_breakpoint_has_py_cond.
8775 * python/python.c: Add python.h to includes. Remove python.h from
8776 HAVE_PYTHON definition
8777 (gdbpy_should_stop): New dummy function.
8778 (gdbpy_breakpoint_has_py_cond): New dummy function.
8779 * python/py-breakpoint.c (bppy_init): Rewrite to allow
8780 sub-classing capabilities.
8781 (gdbpy_should_stop): New function.
8782 (gdbpy_breakpoint_has_py_cond): New function.
8783 (local_setattro): New function.
8784 * breakpoint.c (condition_command): Add check for Python 'stop'
8785 operation.
8786 (bpstat_check_breakpoint_conditions): Execute Python 'stop'
8787 operation function as part of stop/continue tests.
8788
8789 2011-03-14 Tom Tromey <tromey@redhat.com>
8790
8791 PR gdb/12576:
8792 * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
8793 (needs_frame_dwarf_call): Likewise.
8794
8795 2011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
8796
8797 Fix ARI warning about functions without parameters that do not
8798 use (void).
8799 * breakpoint.c (all_tracepoints): Replace () by (void).
8800 * f-exp.y (match_string_literal): Ditto.
8801 (yylex): Ditto.
8802 * m2-exp.y (yylex): Ditto.
8803 * mep-tdep.c (current_me_module): Ditto.
8804 (current_options): Ditto.
8805 (current_cop_data_bus_width): Ditto.
8806 (current_cr_names): Ditto.
8807 (current_cr_is_float): Ditto.
8808 (current_ccr_names): Ditto.
8809 * objc-exp.y (yylex): Ditto.
8810 * p-exp.y (yylex): Ditto.
8811 * remote.c (send_interrupt_sequence): Ditto.
8812 * tracepoint.c (current_trace_status): Ditto.
8813 * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
8814 * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
8815
8816 2011-03-11 Michael Snyder <msnyder@vmware.com>
8817
8818 * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
8819 * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
8820 (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
8821 * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
8822 * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
8823
8824 * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
8825 (delete_async_event_handler): Ditto.
8826
8827 * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
8828
8829 * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
8830
8831 * top.c (set_verbose): Assert showcmd was found.
8832
8833 2011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
8834
8835 * xtensa-tdep.c (warning_once): Correct style issues.
8836
8837 2011-03-11 Yao Qi <yao@codesourcery.com>
8838
8839 * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
8840
8841 2011-03-11 Andreas Schwab <schwab@redhat.com>
8842
8843 * common/aclocal.m4: Remove.
8844
8845 2011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
8846
8847 * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
8848 (xtensa_write_register, xtensa_read_register): Likewise.
8849 (xtensa_hextochar): Removed.
8850 (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
8851
8852 2011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
8853
8854 * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
8855 (xtensa_call0_frame_cache_t): Update comments. New fields added.
8856 (xtensa_alloc_frame_cache): Add initialization for new fields.
8857 (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
8858 (warning_once): New function.
8859 (xtensa_insn_kind): New item c0opc_and.
8860 (call0_classify_opcode): Add the case for AND instruction.
8861 (call0_track_op): Change arguments. New local variable litbase.
8862 Add the case to handle c0opc_and. Update algorithms for c0opc_mov,
8863 c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
8864 in the prologue.
8865 Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
8866 (call0_analyze_prologue): Update the comments. Change arguments.
8867 Add the variety of updates to handle extended prologues, which now can
8868 conduct dynamic stack adjustments.
8869 (call0_frame_cache): Likewise.
8870 (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
8871 (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
8872
8873 2011-03-10 Michael Snyder <msnyder@vmware.com>
8874
8875 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
8876 (cmd_qtframe): Ditto.
8877 (cmd_qtbuffer): Ditto.
8878 (cmd_bigqtbuffer): Ditto.
8879
8880 2011-03-10 Tom Tromey <tromey@redhat.com>
8881
8882 * tracepoint.c (trace_actions_command): Update.
8883 * thread.c (thread_apply_command): Update.
8884 * reverse.c (delete_bookmark_command): Update.
8885 (bookmarks_info): Update.
8886 * printcmd.c (undisplay_command): Update.
8887 * memattr.c (mem_enable_command): Update.
8888 (mem_disable_command): Update.
8889 (mem_delete_command): Update.
8890 * inferior.c (detach_inferior_command): Update.
8891 (kill_inferior_command): Update.
8892 (remove_inferior_command): Update.
8893 * cli/cli-utils.h (struct get_number_or_range_state): New.
8894 (init_number_or_range): Declare.
8895 (get_number_or_range): Update.
8896 * cli/cli-utils.c (init_number_or_range): New function.
8897 (get_number_or_range): Change 'pp' parameter to 'state'. Remove
8898 static variables.
8899 (number_is_in_list): Update.
8900 * breakpoint.h (get_tracepoint_by_number): Update.
8901 * breakpoint.c (map_breakpoint_numbers): Update for change to
8902 get_number_or_range.
8903 (find_location_by_number): Use get_number, not
8904 get_number_or_range.
8905 (trace_pass_set_count): New function.
8906 (trace_pass_command): Update for change to get_number_or_range.
8907 Rework loop logic.
8908 (get_tracepoint_by_number): Remove 'multi_p' parameter; add
8909 'state' parameter.
8910
8911 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
8912
8913 * python/py-param.c (add_setshow_generic): Add set/show callback
8914 parameters. Register Python object context.
8915 (get_show_value): New function.
8916 (get_set_value): New function.
8917 (call_doc_function): New function.
8918 (get_doc_string): Move behind get_show_value/get_set_value.
8919
8920 2011-03-10 Andreas Tobler <andreast-list@fgznet.ch>
8921
8922 * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
8923
8924 2011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
8925
8926 * xtensa-tdep.c (xtensa_read_register): Add comment.
8927 (xtensa_write_register): Likewise.
8928 (xtensa_hextochar): Add comment and update to match coding conventions.
8929 (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
8930 (execute_l32e, execute_s32e, execute_code): Update comments.
8931 (xtensa_exception_handler_t): Update to match coding conventions.
8932 (xtensa_insn_kind): Likewise.
8933
8934 2011-03-09 Michael Snyder <msnyder@vmware.com>
8935
8936 * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
8937
8938 2011-03-09 Pedro Alves <pedro@codesourcery.com>
8939
8940 * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
8941
8942 2011-03-09 Tom Tromey <tromey@redhat.com>
8943
8944 * thread.c (restore_selected_frame): Handle frame_level == -1.
8945 (make_cleanup_restore_current_thread): Use
8946 get_selected_frame_if_set.
8947 * frame.h (get_selected_frame_if_set): Declare.
8948 * frame.c (get_selected_frame_if_set): New function.
8949
8950 2011-03-09 Pedro Alves <pedro@codesourcery.com>
8951
8952 * cli/cli-cmds.c (shell_escape): Use lbasename.
8953 * coffread.c (coff_start_symtab): Constify parameter.
8954 (complete_symtab): Constify `name' parameter.
8955 (coff_symtab_read): Constify `filestring' local.
8956 (coff_getfilename): Constify return and `result' local.
8957 Use lbasename.
8958 * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
8959 * linux-fork.c (info_checkpoints_command): Use lbasename.
8960 * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
8961 * minsyms.c (lookup_minimal_symbol): Use lbasename.
8962 * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
8963 * procfs.c (procfs_make_note_section): Use lbasename.
8964 * tui/tui-io.c (printable_part): Constity return and parameter.
8965 Use lbasename.
8966 (print_filename): Constify parameters, and local `s'.
8967 (tui_rl_display_match_list): Constify local `temp'.
8968
8969 2011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8970
8971 Revert:
8972 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8973 Fix DWARF-3+ DW_AT_accessibility default assumption.
8974 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
8975 cu->header.version >= 3.
8976
8977 2011-03-09 Yao Qi <yao@codesourcery.com>
8978
8979 * common/Makefile.in: Remove.
8980 * common/configure: Remove.
8981 * common/configure.ac: Remove.
8982
8983 2011-03-09 Yao Qi <yao@codesourcery.com>
8984
8985 Revert:
8986 2011-02-11 Yao Qi <yao@codesourcery.com>
8987
8988 * common/Makefile.in: Add copyright header.
8989
8990 2011-02-11 Yao Qi <yao@codesourcery.com>
8991
8992 * Makefile.in: Remove signals.o from COMMON_OBS. Link
8993 libcommon.a.
8994 * configure.ac: Add common to sub dir.
8995 * configure: Regenerate.
8996
8997 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8998
8999 * xtensa-tdep.c (call0_ret): New function.
9000 (xtensa_skip_prologue): Speed up analysis.
9001
9002 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
9003
9004 * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
9005 while executing MI command -data-list-changed-registers.
9006
9007 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
9008
9009 * xtensa-tdep.c (xtensa_read_register): New function.
9010 (xtensa_write_register): New function.
9011 (xtensa_find_register_by_name): New function.
9012 (xtensa_windowed_frame_cache): Update comments in type description.
9013 (xtensa_frame_cache): Likewise.
9014 (xtensa_window_interrupt_insn): New function.
9015 (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
9016 (xtensa_insn_kind): Add new instructions.
9017 (rwx_special_register): New function.
9018 (call0_classify_opcode): Add new instructions to the analysis.
9019 (a0_saved, a7_saved, a11_saved): New variables.
9020 (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
9021 (execute_l32e): New function.
9022 (execute_s32e): New function.
9023 (xtensa_exception_handler_t): New type.
9024 (execute_code): New function.
9025 (xtensa_window_interrupt_frame_cache): New function to conduct frame
9026 analysis for Xtensa Window Exception handlers.
9027
9028 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
9029
9030 * xtensa-tdep.c (TX_PS): New.
9031 (windowing_enabled): Update to count for Call0 ABI.
9032 (xtensa_hextochar): New.
9033 (xtensa_init_reggroups): Make algorithm generic.
9034 (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
9035
9036 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
9037
9038 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
9039
9040 2011-03-08 Michael Snyder <msnyder@vmware.com>
9041
9042 * i386-tdep.c (i386_follow_jump): Check return value of
9043 target_read_memory.
9044 (i386_analyze_struct_return): Ditto.
9045 (i386_skip_probe): Ditto.
9046 (i386_match_insn): Ditto.
9047 (i386_skip_noop): Ditto.
9048 (i386_analyze_frame_setup): Ditto.
9049 (i386_analyze_register_saves): Ditto.
9050 (i386_skip_prologue): Ditto.
9051 (i386_skip_main_prologue): Ditto.
9052
9053 * target.c (read_whatever_is_readable): Fix memory leak.
9054
9055 * i386-tdep.c (i386_process_record): Document fall through.
9056
9057 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9058
9059 Fix DWARF-3+ DW_AT_accessibility default assumption.
9060 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
9061 cu->header.version >= 3.
9062
9063 2011-03-08 Pedro Alves <pedro@codesourcery.com>
9064
9065 * remote.c (remote_check_symbols): Skip if the target has no
9066 execution.
9067
9068 2011-03-08 Joel Brobecker <brobecker@adacore.com>
9069
9070 * target.c (read_whatever_is_readable): Reformat comment,
9071 with a minor typo fix. Minor reformatting of the code.
9072
9073 2011-03-08 Yao Qi <yao@codesourcery.com>
9074
9075 * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
9076 (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
9077 Use cached result instead of calling displaced_in_arm_mode again.
9078 (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
9079 (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
9080 (cleanup_copro_load_store, copy_copro_load_store): Likewise.
9081 (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
9082 (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
9083 (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
9084 (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
9085 (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
9086 (cleanup_block_load_pc, copy_block_xfer): Likewise.
9087 * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
9088 (arm_catch_kernel_helper_return): Likewise.
9089 * gdb/arm-tdep.h : Update function declarations.
9090
9091 2011-03-07 Michael Snyder <msnyder@vmware.com>
9092
9093 * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
9094
9095 * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
9096
9097 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
9098
9099 * elfread.c (elf_symtab_read): Stop memory leak.
9100
9101 * main.c (captured_main): Fix memory leak.
9102
9103 2011-03-07 Andreas Schwab <schwab@linux-m68k.org>
9104
9105 * ada-lang.c (compare_names): Call is_name_suffix with string1
9106 instead of string2.
9107
9108 2011-03-07 Tom Tromey <tromey@redhat.com>
9109
9110 * xcoffread.c (xcoff_sym_fns): Update.
9111 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
9112 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
9113 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
9114 (symbol_file_add_with_addrs_or_offsets): Likewise.
9115 (reread_symbols): Handle OBJF_PSYMTABS_READ.
9116 * somread.c (som_sym_fns): Update.
9117 * psymtab.h (require_partial_symbols): Declare.
9118 * psymtab.c (require_partial_symbols): New function.
9119 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
9120 (ALL_OBJFILE_PSYMTABS): Undef.
9121 (ALL_PSYMTABS): Move from psympriv.h.
9122 (lookup_partial_symtab, find_pc_sect_psymtab)
9123 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
9124 (find_last_source_symtab_from_partial)
9125 (forget_cached_source_info_partial)
9126 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
9127 (expand_partial_symbol_tables, read_psymtabs_with_filename)
9128 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
9129 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
9130 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
9131 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
9132 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
9133 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
9134 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
9135 psymtabs.
9136 * mipsread.c (ecoff_sym_fns): Update.
9137 * machoread.c (macho_sym_fns): Update.
9138 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
9139 (read_psyms): New function.
9140 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
9141 (elf_sym_fns_lazy_psyms): New global.
9142 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
9143 dwarf2_build_psymtabs.
9144 * dbxread.c (aout_sym_fns): Update.
9145 * coffread.c (coff_sym_fns): Update.
9146
9147 2011-03-07 Tom Tromey <tromey@redhat.com>
9148
9149 * infrun.c (print_exited_reason): Include inferior id and pid in
9150 message.
9151
9152 2011-03-07 Tom Tromey <tromey@redhat.com>
9153
9154 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
9155 parameter.
9156 (target_has_execution_1): Update.
9157 (target_has_execution_current): Declare.
9158 (target_has_execution): Call target_has_execution_current.
9159 (default_child_has_execution): Update.
9160 * target.c (default_child_has_execution): Add 'the_ptid'
9161 parameter.
9162 (target_has_execution_1): Likewise.
9163 (target_has_execution_current): New function.
9164 (add_target): Update.
9165 (init_dummy_target): Update.
9166 * remote-m32r-sdi.c (m32r_has_execution): New function.
9167 (init_m32r_ops): Use it.
9168 * record.c (record_core_has_execution): Now static. Add
9169 'the_ptid' parameter.
9170 * inferior.c (have_live_inferiors): Don't save current thread.
9171 Use target_has_execution_1.
9172
9173 2011-03-07 Yao Qi <yao@codesourcery.com>
9174
9175 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
9176
9177 2011-03-07 Joel Brobecker <brobecker@adacore.com>
9178
9179 * elfread.c (elf_symtab_read): Minor reformatting.
9180
9181 2011-03-07 Joel Brobecker <brobecker@adacore.com>
9182
9183 * objc-lang.c (selectors_info): Minor reformatting.
9184
9185 2011-03-07 Joel Brobecker <brobecker@adacore.com>
9186
9187 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
9188
9189 2011-03-07 Joel Brobecker <brobecker@adacore.com>
9190 Michael Snyder <msnyder@vmware.com>
9191
9192 * ada-valprint.c (ada_val_print_array): Move the declaration of
9193 "byte_order" and "elttype" inside the block where these variables
9194 are actually used. Remove some special handling for the case
9195 where "elttype" and "eltlen" are null. Replace by a comment
9196 and a couple of assertion checks.
9197
9198 2011-03-05 Michael Snyder <msnyder@vmware.com>
9199
9200 * source.c (add_path): Replace semicolon at end of block.
9201 * dwarf2expr.c (execute_stack_op): Ditto.
9202
9203 2011-03-05 Mike Frysinger <vapier@gentoo.org>
9204
9205 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
9206 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
9207 (bfin-*-*): Likewise.
9208
9209 2011-03-05 Michael Snyder <msnyder@vmware.com>
9210
9211 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
9212 * mdebugread.c (parse_symbol): Ditto.
9213 * parse.c (parse_exp_in_context): Ditto.
9214 * source.c (add_path): Ditto.
9215 * utils.c (gnu_debuglink_crc32): Ditto.
9216 * varobj.c (variable_language): Ditto.
9217
9218 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
9219
9220 2011-03-04 Michael Snyder <msnyder@vmware.com>
9221
9222 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
9223
9224 * symfile.c (simple_overlay_update): Check for null return value
9225 from lookup_minimal_symbol.
9226
9227 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
9228
9229 2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
9230
9231 * eval.c (parse_and_eval_address_1): Remove function.
9232 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
9233 instead of parse_and_eval_address_1.
9234 * value.h (parse_and_eval_address_1): Remove prototype.
9235
9236 2011-03-04 Michael Snyder <msnyder@vmware.com>
9237
9238 * remote.c (putpkt_binary): Document that case stmt falls through.
9239
9240 2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
9241
9242 * breakpointc (print_it_typical): Move NULL check from here...
9243 (print_bp_stop_message): ... to here.
9244
9245 2011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
9246
9247 * breakpoint.c (enable_command): Use break instead of continue,
9248 and fill in a missing break.
9249 (disable_command): Ditto.
9250
9251 2011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9252
9253 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
9254 (terminal_save_ours): Remove misleading comment.
9255 (inflow_inferior_data_cleanup): Free ttystate.
9256 (inflow_inferior_exit): Likewise.
9257 (copy_terminal_info): Copy ttystate.
9258
9259 * serial.c (serial_copy_tty_state): New function.
9260 * serial.h (serial_copy_tty_state): Add prototype.
9261 (struct serial_ops): Add copy_tty_state callback.
9262 * ser-base.c (ser_base_copy_tty_state): New function.
9263 * ser-base.h (ser_base_copy_tty_state): Add prototype.
9264 * ser-go32.c (dos_copy_tty_state): New function.
9265 (dos_ops): Install copy_tty_state callback.
9266 * ser-mingw.c (_initialize_ser_windows): Likewise.
9267 * ser-pipe.c (_initialize_ser_pipe): Likewise.
9268 * ser-unix.c (hardwire_copy_tty_state): New function.
9269 (_initialize_ser_hardwire): Install it.
9270
9271 2011-03-04 Michael Snyder <msnyder@vmware.com>
9272
9273 * breakpoint.c (create_breakpoint): Add missing break statement.
9274
9275 Reverting this patch:
9276 * infcall.c (call_function_by_hand): Add break statements for lint.
9277
9278 Reverting this patch:
9279 * cli/cli-script.c (script_from_file): Add break for lint.
9280
9281 2011-03-04 Michael Snyder <msnyder@vmware.com>
9282
9283 * solib.c (reload_shared_libraries_1): Close memory leak.
9284
9285 2011-03-03 Tom Tromey <tromey@redhat.com>
9286
9287 PR gdb/12538:
9288 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
9289 DW_STRING is NULL.
9290
9291 2011-03-03 Michael Snyder <msnyder@vmware.com>
9292
9293 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
9294 fields of struct 'st' to zero.
9295
9296 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
9297 sal.pspace before calling set_current_source_symtab_and_line.
9298
9299 2011-03-03 Yao Qi <yao@codesourcery.com>
9300
9301 * Makefile.in (configure-common): Remove. Let Makefile
9302 in dir common to rebuild itself.
9303 (common/Makefile): Likewise.
9304
9305 2011-03-03 Joel Brobecker <brobecker@adacore.com>
9306
9307 * utils.c (parse_escape): Add i18n markup in error message.
9308
9309 2011-03-03 Yao Qi <yao@codesourcery.com>
9310
9311 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
9312 ARM_PC_REGNUM.
9313 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
9314 (displaced_write_reg, displaced_read_reg): Likewise.
9315 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
9316 (cleanup_block_load_pc, copy_block_xfer): Likewise.
9317 (cleanup_branch): Replace magic number 14 and 15 with
9318 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
9319
9320 2011-03-02 Michael Snyder <msnyder@vmware.com>
9321
9322 * maint.c (maintenance_do_deprecate): No need to check for NULL.
9323
9324 * cli/cli-script.c (script_from_file): Add break for lint.
9325
9326 * mdebugread.c (parse_partial_symbols): Fix indent.
9327
9328 * target-descriptions.c (tdesc_gdb_type): No need to call
9329 xstrdup, callee saves a copy.
9330
9331 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
9332
9333 * infcall.c (call_function_by_hand): Add break statements for lint.
9334
9335 * utils.c (parse_escape): Escape the escape char.
9336
9337 * python/py-inferior.c (build_inferior_list): Error out if
9338 PyList_Append fails.
9339 (gdbpy_inferiors): Error out if build_inferior_list fails.
9340
9341 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
9342 a function call.
9343
9344 * record.c (record_restore): Move printf to before error return.
9345
9346 2011-03-02 Yao Qi <yao@codesourcery.com>
9347
9348 * arm-tdep.h (struct displaced_step_closure): Add two new fields
9349 is_thumb and insn_size.
9350 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
9351 on both ARM and Thumb mode.
9352 (arm_process_displaced_insn): Set is_thumb and insn_size.
9353 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
9354 (arm_displaced_step_fixup): Likewise.
9355
9356 2011-03-01 Michael Snyder <msnyder@vmware.com>
9357
9358 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
9359
9360 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
9361
9362 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
9363
9364 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
9365
9366 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
9367 with xmalloc.
9368
9369 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
9370 which shadows function parameter.
9371
9372 * tracepoint.c (create_tsv_from_upload): Superfluous call
9373 to xstrdup. Callee already calls xstrdup.
9374
9375 * linespec.c (decode_line_1): Remove unnecessary null check.
9376
9377 * tracepoint.c (scope_info): Fix mem leak, remove underused
9378 variable.
9379
9380 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
9381 superfluous null check.
9382
9383 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
9384 (value_of_builtin_frame_fp_reg): Ditto.
9385
9386 * event-top.c (display_gdb_prompt): Remove superfluous null check.
9387
9388 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
9389 be null.
9390
9391 * linespec.c (decode_line_1): Check for null before dereference.
9392
9393 * reverse.c (record_restore): Move null-check to before pointer
9394 dereference.
9395
9396 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
9397
9398 * objc-lang.c (selectors_info): Add explanitory comment.
9399 (classes_info): Ditto.
9400
9401 2011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
9402
9403 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
9404 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
9405 versions of the trampoline. Handle Thumb vs. ARM addresses.
9406 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
9407 (arm_linux_init_abi): Install it.
9408 * arm-tdep.c (arm_psr_thumb_bit): Make global.
9409 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
9410
9411 2011-02-28 Michael Snyder <msnyder@vmware.com>
9412
9413 * ui-out.c (ui_out_field_core_addr): Make local char buffer
9414 a little bigger, to avoid possibility of an overflow.
9415
9416 * breakpoint.c (breakpoint_adjustment_warning): Make local char
9417 buffers a little bigger, to avoid possibility of an overflow.
9418
9419 * coffread.c (coff_getfilename): Add check to avoid overflow.
9420
9421 * objc-lang.c (selectors_info): Add a small safety margin to
9422 avoid overflow.
9423 (classes_info): Error out on too long REGEXP.
9424
9425 * infrun.c (handle_inferior_event): Remove unused function call.
9426
9427 * fork-child.c (fork_inferior): Remove ifdef'd code and
9428 unused variable.
9429
9430 * linux-thread-db.c (attach_thread): Discard unused value.
9431
9432 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
9433
9434 * remote.c (remote_get_noisy_reply): Discard unused value.
9435 (remote_vcont_resume): Ditto.
9436 (remote_stop_ns): Ditto.
9437
9438 * linespec.c (decode_objc): Delete unused variable.
9439
9440 * tui/tui-regs.c (tui_register_format): Delete unused variable.
9441
9442 * dwarf2read.c (add_partial_symbol): Discard unused values.
9443 (read_base_type): Delete unused variable.
9444
9445 * dbxread.c (read_dbx_symtab): Discard unused value.
9446
9447 * eval.c (evaluate_subexp_standard): Delete unused variable,
9448 and discard unused values.
9449
9450 * infcmd.c (_initialize_infcmd): Discard unused values.
9451
9452 * stabsread.c (rs6000_builtin_type): Missing break statement.
9453
9454 * dbxread.c (process_one_symbol): Discard unused value.
9455
9456 * coffread.c (coff_end_symtab): Delete unused variable.
9457
9458 * dwarf2read.c (dw2_get_file_names): Discard unused value.
9459 (dwarf2_add_typedef): Delete unused variable.
9460 (read_namespace): Ditto.
9461 (dwarf_decode_macros): Ditto.
9462
9463 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
9464
9465 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
9466
9467 * p-valprint.c (pascal_val_print): Discard unused value.
9468
9469 * utils.c (nquery): Call va_end before return;
9470 (yquery): Ditto.
9471 (query): Ditto.
9472
9473 * proc-service.c (ps_plog): Call va_end before return.
9474
9475 2011-02-28 Tom Tromey <tromey@redhat.com>
9476
9477 * python/python.c (gdbpy_value_cst): New global.
9478 (_initialize_python): Initialize it.
9479 * python/python-internal.h (gdbpy_value_cst): Declare.
9480 * python/py-value.c (convert_value_from_python): Use
9481 gdbpy_value_cst.
9482
9483 2011-02-28 Michael Snyder <msnyder@vmware.com>
9484
9485 * python/py-cmd.c (cmdpy_init): Fix memory leak.
9486
9487 * breakpoint.c (catch_syscall_completer): Free malloced list.
9488
9489 * jv-lang.c (java_primitive_type_from_name): Add missing break.
9490
9491 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
9492 (lval_func_check_synthetic_pointer): Ditto.
9493 (lval_func_free_closure): Fix use-after-free.
9494
9495 2011-02-28 Tom Tromey <tromey@redhat.com>
9496
9497 * psymtab.c (expand_partial_symbol_tables): Use
9498 ALL_OBJFILE_PSYMTABS.
9499
9500 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9501
9502 * objc-lang.c (selectors_info): Error on too long REGEXP.
9503
9504 2011-02-28 Michael Snyder <msnyder@vmware.com>
9505
9506 * python/py-param.c (set_parameter_value): Add missing
9507 break statement.
9508
9509 * linux-record.c (record_linux_system_call): Add missing
9510 break statement.
9511
9512 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9513
9514 * breakpoint.c (print_one_breakpoint_location): Remove unused
9515 argument PRINT_ADDRESS_BITS. Update callers.
9516 (print_one_breakpoint): Likewise.
9517
9518 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9519
9520 * breakpoint.c (wrap_indent_at_field): New function.
9521 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
9522 Allocate ui_stream locally instead of using STB argument.
9523 (print_one_breakpoint_location): Update call.
9524 * ui-out.c (ui_out_query_field): New function.
9525 * ui-out.h (ui_out_query_field): Add prototype.
9526
9527 2011-02-28 Joel Brobecker <brobecker@adacore.com>
9528
9529 From Michael Snyder <msnyder@vmware.com>
9530 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
9531
9532 2011-02-27 Michael Snyder <msnyder@vmware.com>
9533
9534 * objc-lang.c (selectors_info): Prevent string overrun.
9535
9536 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
9537 error in strncpy.
9538
9539 * symtab.c (rbreak_command): Move variable 'file_name' to
9540 outer scope.
9541
9542 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
9543 param with a local variable of the same name.
9544
9545 2011-02-27 Michael Snyder <msnyder@vmware.com>
9546
9547 * value.c (value_from_history_ref): New function.
9548 * value.h (value_from_history_ref): Export.
9549 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
9550 to parse value history references.
9551 * cli/cli-utils.h (get_number_trailer): Update comment.
9552
9553 2011-02-27 Michael Snyder <msnyder@vmware.com>
9554
9555 * inferior.c (detach_inferior_command): Use get_number_or_range.
9556 (kill_inferior_command): Ditto.
9557 (remove_inferior_command): Ditto.
9558 (initialize_inferiors): Make command names plural.
9559 Update help strings.
9560
9561 2011-02-27 Michael Snyder <msnyder@vmware.com>
9562
9563 * darwin-nat-info.c: Fix comment typo.
9564 * dwarf2expr.h: Ditto.
9565 * fbsd-nat.c: Ditto.
9566 * fbsd-nat.h: Ditto.
9567 * frame-unwind.h: Ditto.
9568 * frame.h: Ditto.
9569 * hppa-hpux-tdep.c: Ditto.
9570 * i386-linux-nat.c: Ditto.
9571 * linux-nat.c: Ditto.
9572 * nbsd-nat.c: Ditto.
9573 * nbsd-nat.h: Ditto.
9574 * ppc-linux-tdep.c: Ditto.
9575 * serial.c: Ditto.
9576 * ui-file.h: Ditto.
9577 * tui/tui-winsource.c: Ditto.
9578
9579 2011-02-26 Michael Snyder <msnyder@vmware.com>
9580
9581 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
9582
9583 * maint.c (maintenance_do_deprecate): Plug a memory leak.
9584
9585 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
9586 with a local variable of the same name.
9587
9588 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
9589 param with a local variable of the same name.
9590 (i387_supply_xsave): Ditto.
9591
9592 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
9593 that it does not shadow a function parameter.
9594
9595 * i386-nat.c (i386_length_and_rw_bits): Document that case
9596 statement is meant to fall through.
9597
9598 * expprint.c (dump_subexp_body_standard): Document that case
9599 statement is meant to fall through.
9600
9601 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
9602 dead if statement. Condition can't be false.
9603
9604 2011-02-25 Michael Snyder <msnyder@vmware.com>
9605
9606 * arm-tdep.c: Fix typos in comments.
9607 * bsd-uthread.c: Ditto.
9608 * completer.c: Ditto.
9609 * corelow.c: Ditto.
9610 * cp-namespace.c: Ditto.
9611 * cp-support.c: Ditto.
9612 * cris-tdep.c: Ditto.
9613 * dbxread.c: Ditto.
9614 * dwarf2read.c: Ditto.
9615 * frame.h: Ditto.
9616 * gdbtypes.h: Ditto.
9617 * inferior.h: Ditto.
9618 * mdebugread.c: Ditto.
9619 * mips-tdep.c: Ditto.
9620 * ppc-linux-nat.c: Ditto.
9621 * ppc-linux-tdep.c: Ditto.
9622 * printcmd.c: Ditto.
9623 * sol-thread.c: Ditto.
9624 * solib-frv.c: Ditto.
9625 * solist.h: Ditto.
9626 * sparc64-tdep.c: Ditto.
9627 * spu-tdep.c: Ditto.
9628 * stabsread.c: Ditto.
9629 * symfile.c: Ditto.
9630 * valops.c: Ditto.
9631 * varobj.c: Ditto.
9632 * vax-nat.c: Ditto.
9633 * python/py-block.c: Ditto.
9634 * python/py-symbol.c: Ditto.
9635 * python/py-symtab.c: Ditto.
9636 * python/py-value.c: Ditto.
9637 * tui/tui-win.c: Ditto.
9638
9639 2011-02-25 Michael Snyder <msnyder@vmware.com>
9640
9641 * inferior.c (print_inferior): Accept a string instead of an int
9642 for requested_inferiors, and use get_number_or_range to parse it.
9643 (info_inferiors_command): Pass args string to print_inferior.
9644 (initialize_inferiors): Change help string for info inferiors.
9645 * inferior.h (print_inferior): Export prototype change.
9646
9647 2011-02-25 Tom Tromey <tromey@redhat.com>
9648
9649 * common/ax.def (invalid2): Set to 0x31.
9650
9651 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9652
9653 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
9654 L and plongest.
9655 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
9656 use L and plongest.
9657 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
9658
9659 2011-02-24 Michael Snyder <msnyder@vmware.com>
9660
9661 * Makefile.in (clean): Make clean should remove generated files
9662 observer.h and observer.inc.
9663
9664 2011-02-24 Joel Brobecker <brobecker@adacore.com>
9665
9666 Revert the following patch (not approved yet):
9667 2011-02-21 Hui Zhu <teawater@gmail.com>
9668 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
9669 * ax-gdb.c (gen_printf_expr_callback): New function.
9670 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
9671 * ax-general.c (ax_memcpy): New function.
9672 (ax_print): Handle "printf".
9673 (ax_reqs): Ditto.
9674 * ax.h (ax_memcpy): Forward declare.
9675 * common/ax.def (invalid2): Removed.
9676 (printf): New entry.
9677 * printcmd.c (printcmd.h): New include.
9678 (string_printf): New function.
9679 (ui_printf): Removed.
9680 (printf_command): Remove static. Call string_printf.
9681 (eval_command): Call string_printf.
9682 * printcmd.h: New file.
9683 * tracepoint.c (validate_actionline,
9684 encode_actions_1): handle printf_command.
9685
9686 2011-02-23 Tom Tromey <tromey@redhat.com>
9687
9688 * ax-general.c (ax_pick): Add missing newline.
9689
9690 2011-02-23 Michael Snyder <msnyder@vmware.com>
9691
9692 * breakpoint.c (breakpoint_1): Change first argument from an int
9693 to a char pointer, so that the function now accepts a list of
9694 breakpoints rather than just one. Use new function
9695 'number_is_in_list' to implement.
9696 (breakpoints_info): Pass char * instead of int to breakpoint_1.
9697 (watchpoints_info): Ditto.
9698 (tracepoints_info): Ditto.
9699 (maintenance_info_breakpoints): Ditto.
9700 (_initialize_breakpoint): Update help strings to reflect the fact
9701 that these functions can now take more than one argument.
9702 * cli/cli-utils.c (number_is_in_list): New function.
9703 * cli/cli-utils.h (number_is_in_list): Export.
9704
9705 2011-02-23 Michael Snyder <msnyder@vmware.com>
9706
9707 * memattr.c (mem_enable_command): Use get_number_or_range.
9708 (mem_disable_command): Ditto.
9709 (mem_delete_command): Ditto.
9710 (_initialize_mem): Tweak usage message to reflect multiple
9711 arguments.
9712
9713 2011-02-22 Doug Evans <dje@google.com>
9714
9715 Add gdb.lookup_global_symbol python function.
9716 * NEWS: Add entry.
9717 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
9718 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
9719 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
9720
9721 2011-02-22 Tom Tromey <tromey@redhat.com>
9722
9723 * language.c (language_class_name_from_physname): Rename
9724 'curr_language' argument to 'lang'; use in body.
9725
9726 2011-02-22 Michael Snyder <msnyder@vmware.com>
9727
9728 * cli/cli-utils.c (number_is_in_list): Check for zero return.
9729
9730 2011-02-22 Pedro Alves <pedro@codesourcery.com>
9731
9732 * frame-unwind.h: Fix comment to mention the this frame, not the
9733 next.
9734
9735 2011-02-22 Tom Tromey <tromey@redhat.com>
9736
9737 * symfile.c (auto_solib_limit): Remove.
9738 * symfile.h (auto_solib_limit): Remove.
9739
9740 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9741
9742 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
9743
9744 2011-02-21 Michael Snyder <msnyder@vmware.com>
9745
9746 * gdbthread.h (print_thread_info): Change prototype.
9747 * thread.c (print_thread_info): Accept char* instead of int for
9748 requested_threads argument. Use new function number_is_in_list
9749 to determine which threads to list.
9750 (info_threads_command): Pass char* to print_thread_info.
9751 * cli/cli-utils.c (number_is_in_list): New function.
9752 * cli/cli-utils.h (number_is_in_list): Export.
9753 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
9754 print_thread_info.
9755 (print_one_inferior): Ditto.
9756 (mi_cmd_list_thread_groups): Ditto.
9757
9758 2011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9759
9760 * common/Makefile.in (CFLAGS): New.
9761 (COMPILE): Add $(CFLAGS).
9762
9763 2011-02-21 Tom Tromey <tromey@redhat.com>
9764
9765 * breakpoint.c (catch_syscall_command_1): Fix typo.
9766
9767 2011-02-21 Tom Tromey <tromey@redhat.com>
9768
9769 * reverse.c: Include cli-utils.h.
9770 * printcmd.c: Include cli-utils.h.
9771 (string_printf): Use skip_spaces.
9772 * cli/cli-utils.h: New file.
9773 * cli/cli-utils.c: New file.
9774 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
9775 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
9776 * breakpoint.h (get_number, get_number_or_range): Move to
9777 cli-utils.h.
9778 * breakpoint.c: Include cli-utils.h.
9779 (get_number_trailer, get_number, get_number_or_range)
9780 (ep_skip_leading_whitespace): Move to cli-utils.c.
9781 (create_breakpoint_sal, find_condition_and_thread)
9782 (decode_static_tracepoint_spec, watch_command_1)
9783 (watch_maybe_just_location, ep_parse_optional_if_clause)
9784 (catch_fork_command_1, catch_exec_command_1)
9785 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
9786 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
9787 (SUBDIR_CLI_SRCS): Add cli-utils.c.
9788 (HFILES_NO_SRCDIR): Add cli-utils.h.
9789 (cli-utils.o): New target.
9790
9791 2011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9792
9793 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
9794 before calling discard_all_inferiors.
9795
9796 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
9797
9798 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
9799 (struct builtin_opencl_type): Remove.
9800 (builtin_opencl_type): Change return type to "struct type **".
9801 (lookup_opencl_vector_type): Update caller.
9802 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
9803 (build_opencl_types): Install plain array of "struct type *"
9804 instead of "struct builtin_opencl_type".
9805
9806 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9807 Ulrich Weigand <uweigand@de.ibm.com>
9808
9809 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
9810 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
9811 (struct arm_linux_hwbp_cap): New type.
9812 (arm_linux_get_hwbp_cap): New function.
9813 (arm_linux_get_hw_breakpoint_count): Likewise.
9814 (arm_linux_get_hw_watchpoint_count): Likewise.
9815 (arm_linux_can_use_hw_breakpoint): Likewise.
9816 (arm_hwbp_type): New type.
9817 (arm_hwbp_control_t): Likewise.
9818 (struct arm_linux_hw_breakpoint): Likewise.
9819 (struct arm_linux_thread_points): Likewise.
9820 (arm_threads): New global variable.
9821 (arm_linux_find_breakpoints_by_tid): New function.
9822 (arm_hwbp_control_initialize): Likewise.
9823 (arm_hwbp_control_is_enabled): Likewise.
9824 (arm_hwbp_control_disable): Likewise.
9825 (arm_linux_hw_breakpoint_initialize): Likewise.
9826 (arm_linux_get_hwbp_type): Likewise.
9827 (arm_linux_hw_watchpoint_initialize): Likewise.
9828 (arm_linux_hw_breakpoint_equal): Likewise.
9829 (arm_linux_insert_hw_breakpoint1): Likewise.
9830 (arm_linux_remove_hw_breakpoint1): Likewise.
9831 (arm_linux_insert_hw_breakpoint): Likewise.
9832 (arm_linux_remove_hw_breakpoint): Likewise.
9833 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
9834 (arm_linux_insert_watchpoint): Likewise.
9835 (arm_linux_remove_watchpoint): Likewise.
9836 (arm_linux_stopped_data_address): Likewise.
9837 (arm_linux_stopped_by_watchpoint): Likewise.
9838 (arm_linux_watchpoint_addr_within_range): Likewise.
9839 (arm_linux_new_thread): Likewise.
9840 (arm_linux_thread_exit): Likewise.
9841 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
9842 related target callbacks. Register arm_linux_new_thread and
9843 arm_linux_thread_exit.
9844 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
9845 * arm-tdep.c (arm_pc_is_thumb): Make global.
9846 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
9847
9848 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
9849
9850 * breakpoint.c (update_watchpoint): Do not attempt to recreate
9851 per-frame locations while within a function epilogue.
9852
9853 2011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
9854
9855 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
9856 to GNU coding standards.
9857
9858 2011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
9859
9860 Allow use of mingw native on Windows 95 OS.
9861 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
9862 (ser_windows_close): Only call CancelIo if function exists.
9863 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
9864 to check for existence of CancelIo function in kernel32 DLL.
9865
9866 2011-02-21 Hui Zhu <teawater@gmail.com>
9867
9868 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
9869 * ax-gdb.c (gen_printf_expr_callback): New function.
9870 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
9871 * ax-general.c (ax_memcpy): New function.
9872 (ax_print): Handle "printf".
9873 (ax_reqs): Ditto.
9874 * ax.h (ax_memcpy): Forward declare.
9875 * common/ax.def (invalid2): Removed.
9876 (printf): New entry.
9877 * printcmd.c (printcmd.h): New include.
9878 (string_printf): New function.
9879 (ui_printf): Removed.
9880 (printf_command): Remove static. Call string_printf.
9881 (eval_command): Call string_printf.
9882 * printcmd.h: New file.
9883 * tracepoint.c (validate_actionline,
9884 encode_actions_1): handle printf_command.
9885
9886 2011-02-19 Michael Snyder <msnyder@vmware.com>
9887
9888 * reverse.c (delete_one_bookmark): Argument is now bookmark
9889 id rather than pointer to bookmark struct.
9890 (delete_bookmark_command): Use get_number_or_range.
9891 (goto_bookmark_command): Parse with get_number instead of strtoul.
9892 (bookmark_1): New function. Print info for one bookmark.
9893 (bookmarks_info): Use get_number_or_range and bookmark_1.
9894
9895 2011-02-18 Michael Snyder <msnyder@vmware.com>
9896
9897 * thread.c (info_threads_command): Re-implement using
9898 get_number_or_range.
9899 (thread_apply_command): Ditto.
9900
9901 2011-02-18 Tom Tromey <tromey@redhat.com>
9902
9903 * common/ax.def: New file.
9904 * ax.h (enum agent_op): Use ax.def.
9905 * ax-general.c (aop_map): Use ax.def.
9906
9907 2011-02-18 Tom Tromey <tromey@redhat.com>
9908
9909 * ax-general.c (aop_map): Add pick and rot.
9910 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
9911 <DW_OP_rot>: Implement.
9912 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
9913 (ax_pick): Declare.
9914 * ax-general.c (ax_pick): New function.
9915
9916 2011-02-18 Tom Tromey <tromey@redhat.com>
9917
9918 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
9919
9920 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9921 Tom Tromey <tromey@redhat.com>
9922
9923 * cp-support.c (make_symbol_overload_list_namespace): Do not call
9924 make_symbol_overload_list_block with NULL BLOCK.
9925 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
9926
9927 2011-02-18 Pedro Alves <pedro@codesourcery.com>
9928
9929 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
9930 * breakpoint.h (get_number_or_range): Declare.
9931 * printcmd.c (ALL_DISPLAYS): Declare.
9932 (delete_display): Reimplement taking a display pointer.
9933 (undisplay_command): Accept a range of displays to delete, using
9934 get_number_or_range.
9935
9936 2011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9937
9938 * c-valprint.c (c_val_print): Add embedded_offset to address
9939 for arrays of unspecified length.
9940 * p-valprint.c (pascal_val_print): Likewise.
9941
9942 2011-02-18 Yao Qi <yao@codesourcery.com>
9943
9944 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
9945 (arm_process_displaced_insn): .. here. Remove parameter INSN.
9946 (thumb_process_displaced_insn): New.
9947 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
9948 call to arm_process_displaced_insn.
9949 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
9950
9951 2011-02-17 Tom Tromey <tromey@redhat.com>
9952
9953 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
9954 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
9955 compile_dwarf_to_ax. No longer static. Call
9956 dwarf2_compile_cfa_to_ax.
9957 (locexpr_tracepoint_var_ref): Update.
9958 (loclist_tracepoint_var_ref): Update.
9959 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
9960 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
9961 argument; add 'gdbarch' and 'pc'.
9962 (dwarf2_compile_cfa_to_ax): New function.
9963 (dwarf2_frame_cache): Update.
9964
9965 2011-02-17 Joel Brobecker <brobecker@adacore.com>
9966
9967 * ada-lang.c (ada_type_of_array): Fix the size of the array
9968 in the case of an unconstrained packed array.
9969
9970 2011-02-17 Yao Qi <yao@codesourcery.com>
9971
9972 * common/Makefile.in: Add more targets for make.
9973
9974 2011-02-16 Tom Tromey <tromey@redhat.com>
9975
9976 * dwarf2loc.c (unimplemented): Fix typo.
9977
9978 2011-02-16 Tom Tromey <tromey@redhat.com>
9979
9980 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
9981 (compile_dwarf_to_ax) <default>: Use unimplemented.
9982 <DW_OP_deref>: Update.
9983 (disassemble_dwarf_expression): Update.
9984 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
9985 (decode_locdesc): Update.
9986 * dwarf2expr.h (dwarf_stack_op_name): Update.
9987
9988 2011-02-16 Tom Tromey <tromey@redhat.com>
9989
9990 * ax.h (struct aop_map) <name>: Now const.
9991
9992 2011-02-16 Tom Tromey <tromey@redhat.com>
9993
9994 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
9995 than axs_rvalue.
9996
9997 2011-02-16 Yao Qi <yao@codesourcery.com>
9998
9999 * infrun.c (get_displaced_step_closure_by_addr): New.
10000 * inferior.h: Declare it.
10001 * arm-tdep.c: (arm_pc_is_thumb): Call
10002 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
10003 returns non-NULL.
10004
10005 2011-02-16 Pedro Alves <pedro@codesourcery.com>
10006 Jan Kratochvil <jan.kratochvil@redhat.com>
10007
10008 gdb/
10009 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
10010
10011 2011-02-16 Pedro Alves <pedro@codesourcery.com>
10012 Jan Kratochvil <jan.kratochvil@redhat.com>
10013
10014 * value.c (value_contents_copy_raw): Extend describing comment.
10015 Assert that the destination contents we're overwriting are wholly
10016 available.
10017 (value_contents_copy): Extend describing comment.
10018
10019 2011-02-16 Pedro Alves <pedro@codesourcery.com>
10020 Jan Kratochvil <jan.kratochvil@redhat.com>
10021
10022 * value.c (value_available_contents_eq): Remove redundant local
10023 variables. Fix available contents comparision.
10024 * value.h (value_available_contents_eq): Extend describing
10025 comment.
10026
10027 2011-02-16 Yao Qi <yao@codesourcery.com>
10028
10029 * thread.c (info_threads_command): Add missing i18n markup and remove
10030 trailing newline.
10031
10032 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
10033
10034 * breakpoint.c (longjmp_names): New variable.
10035 (struct breakpoint_objfile_data): New type.
10036 (breakpoint_objfile_key): New variable.
10037 (msym_not_found): New variable.
10038 (msym_not_found_p): New predicate.
10039 (get_breakpoint_objfile_data): New function.
10040 (create_overlay_event_breakpoint): Check per-objfile cache for
10041 symbols first.
10042 (create_longjmp_master_breakpoint): Likewise.
10043 (create_std_terminate_master_breakpoint): Likewise.
10044 (create_exception_master_breakpoint): Likewise.
10045 (_initialize_breakpoint): Register per-objfile data key.
10046
10047 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
10048
10049 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
10050 parameter value.
10051 (create_longjmp_master_breakpoint): Loop over longjmp names.
10052 (create_std_terminate_master_breakpoint): Const-propagate parameter
10053 value.
10054 (update_breakpoints_after_exec): Adjust.
10055 (breakpoint_re_set): Adjust.
10056
10057 2011-02-15 Michael Snyder <msnyder@vmware.com>
10058
10059 * thread.c (info_threads_command): Process arg as thread id,
10060 or list of thread ids.
10061 (thread_find_command): New command.
10062 (_initialize_thread): Document argument for info threads.
10063 Document 'thread find' command.
10064 * NEWS: Document new command "thread find".
10065
10066 2011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10067
10068 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
10069 * aclocal.m4: Regenerated with aclocal-1.11.1.
10070 * common/configure: Regenerate with autoconf-2.64.
10071
10072 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
10073
10074 * opencl-lang.c (build_opencl_types): Set the size of the built-in
10075 bool data type to a size of one byte.
10076
10077 2011-02-15 Pedro Alves <pedro@codesourcery.com>
10078 Jan Kratochvil <jan.kratochvil@redhat.com>
10079
10080 * target.c (memory_xfer_live_readonly_partial): Document where to
10081 look for interface description.
10082
10083 2011-02-15 Yao Qi <yao@codesourcery.com>
10084
10085 PR tdep/12352
10086 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
10087 order to store PC value on stack instead of text section.
10088
10089 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
10090
10091 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
10092 the EFP register set size.
10093 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
10094 data from the VMX register.
10095 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
10096 and write data from/to the VMX register.
10097
10098 2011-02-14 Michael Snyder <msnyder@vmware.com>
10099
10100 * command.h (enum command_class): New class 'no_set_class', for
10101 "show" commands without a corresponding "set" command.
10102 * value.c (_initialize_values): Use 'no_set_class' for "show values".
10103 * copying.c (_initialize_copying): Ditto for "show copying" and
10104 "show warranty".
10105 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
10106 "show version".
10107 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
10108 which there is no corresponding "set" command (eg. "show copying").
10109
10110 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10111 Jan Kratochvil <jan.kratochvil@redhat.com>
10112
10113 * exec.c (section_table_available_memory): Change `len' parameter
10114 type to ULONGEST.
10115 * exec.h (section_table_available_memory): Ditto.
10116 * value.h (read_value_memory): Rename the `offset' parameter to
10117 `embedded_offset'.
10118
10119 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10120 Jan Kratochvil <jan.kratochvil@redhat.com>
10121
10122 * memrange.c (compare_mem_ranges): Mention sort order in
10123 describing comment.
10124 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
10125 * tracepoint.c (traceframe_available_memory): Extend comment to
10126 mention what happens to RESULT when the target does not support
10127 the query.
10128
10129 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10130 Jan Kratochvil <jan.kratochvil@redhat.com>
10131
10132 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
10133 range.
10134
10135 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10136
10137 * value.c (value_bits_valid, value_bits_synthetic_pointer):
10138 No longer handle NULL values.
10139
10140 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10141
10142 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
10143 * value.c: Include "exceptions.h".
10144 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
10145 generic error.
10146 * cp-abi.c: Include gdb_assert.h.
10147 (baseclass_offset): Add `embedded_offset' and `val' parameters.
10148 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
10149 errors.
10150 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
10151 parameters. No longer returns -1 on error.
10152 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
10153 `val' parameters.
10154 * cp-valprint.c: Include exceptions.h.
10155 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
10156 the baseclass_offset. Handle unavailable base classes. Use
10157 val_print_invalid_address.
10158 * p-valprint.c: Include exceptions.h.
10159 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
10160 when fetching the baseclass_offset. No longer expect
10161 baseclass_offset returning -1. Handle unavailable base classes.
10162 Use val_print_invalid_address.
10163 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
10164 `valaddr' parameter, and change its type to gdb_byte pointer. Add
10165 `embedded_offset' and `val' parameters. Adjust.
10166 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
10167 parameter, and change its type to gdb_byte pointer. Add
10168 `embedded_offset' and `val' parameters. Adjust. No longer expect
10169 baseclass_offset returning -1.
10170 (value_dynamic_cast): Use value_contents_for_printing rather than
10171 value_contents. Adjust.
10172 (search_struct_field): No longer expect baseclass_offset returning
10173 -1.
10174 (search_struct_method): If reading memory from the target is
10175 necessary, wrap it in a new value to pass to baseclass_offset. No
10176 longer expect baseclass_offset returning -1.
10177 (find_method_list): No longer expect baseclass_offset returning
10178 -1. Use value_contents_for_printing rather than value_contents.
10179 * valprint.c (val_print_invalid_address): New function.
10180 * valprint.h (val_print_invalid_address): Declare.
10181 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
10182 and `val' parameters. No longer expect baseclass_offset returning
10183 -1. Adjust.
10184 * gnu-v2-abi.c: Include "exceptions.h".
10185 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
10186 parameters. Handle unavailable memory. Recurse through
10187 gnuv2_baseclass_offset directly, rather than through
10188 baseclass_offset. No longer returns -1 on not found, instead
10189 throw an error.
10190 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
10191 `val' parameters. Adjust.
10192
10193 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10194
10195 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
10196 almost but not quite adjacent.
10197
10198 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10199
10200 * value.h (value_entirely_available): Declare.
10201 * value.c (value_entirely_available): New function.
10202 * c-valprint.c (c_value_print): Don't try fetching the pointer's
10203 real type if the pointer is unavailable.
10204
10205 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10206
10207 * valops.c (value_repeat): Use read_value_memory instead of
10208 read_memory.
10209
10210 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10211
10212 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
10213 * value.c (value_contents_copy_raw, value_contents_copy): New
10214 functions.
10215 (value_primitive_field): Use value_contents_copy_raw instead of
10216 memcpy.
10217 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
10218 memcpy.
10219 (value_array, value_slice): Ditto.
10220 * valarith.c (value_subscripted_rvalue): Use
10221 value_contents_copy_raw instead of memcpy.
10222
10223 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10224
10225 <unavailable> references.
10226
10227 * valops.c (get_value_at): Use value_from_contents_and_address,
10228 avoiding read_memory.
10229
10230 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10231
10232 * c-valprint.c (c_val_print): Print a string with unavailable
10233 contents as an array.
10234
10235 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10236
10237 * value.h (unpack_bits_as_long): Delete declaration.
10238 (unpack_value_bits_as_long): Declare.
10239 (unpack_value_field_as_long): Declare.
10240 (value_field_bitfield): Declare.
10241 * value.c (unpack_bits_as_long): Rename to...
10242 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
10243 value parameters. Return the extracted result in a new output
10244 parameter. If the value contents are unavailable, return false,
10245 otherwise return true.
10246 (unpack_value_bits_as_long): New.
10247 (unpack_field_as_long): Rename to...
10248 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
10249 Add embedded_offset and value parameters. Return the extracted
10250 result in a new output parameter. If the value contents are
10251 unavailable, return false, otherwise return true.
10252 (unpack_value_field_as_long): New.
10253 (unpack_field_as_long_1): New.
10254 (unpack_field_as_long): Reimplement as wrapper around
10255 unpack_value_field_as_long_1.
10256 (value_field_bitfield): New function.
10257 * valops.c (value_fetch_lazy): When fetching a bitfield, use
10258 unpack_value_bits_as_long. Mark the value as unavailable, if it
10259 is unavailable.
10260 * jv-valprint.c (java_print_value_fields): Use
10261 value_field_bitfield.
10262 * p-valprint.c (pascal_object_print_value_fields): Use
10263 value_field_bitfield.
10264 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
10265
10266 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10267
10268 * value.c (get_internalvar_integer): Also return the int value of
10269 TYPE_CODE_INT INTERNALVAR_VALUE values.
10270 (set_internalvar): Don't special case TYPE_CODE_INT.
10271
10272 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10273
10274 * value.c (struct internalvar) <enum internalvar_kind>: Remove
10275 INTERNALVAR_POINTER.
10276 <pointer>: Delete.
10277 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
10278 (set_internalvar): Remove special TYPE_CODE_PTR handling.
10279 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
10280
10281 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10282
10283 * value.h (value_available_contents_eq): Declare.
10284 * value.c (find_first_range_overlap): New function.
10285 (value_available_contents_eq): New function.
10286 * valprint.c (val_print_array_elements): Use
10287 value_available_contents_eq.
10288 * ada-valprint.c (val_print_packed_array_elements): Use
10289 value_available_contents_eq.
10290 * jv-valprint.c (java_value_print): Use
10291 value_available_contents_eq.
10292
10293 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10294
10295 * target.c (target_read_live_memory): New function.
10296 (memory_xfer_live_readonly_partial): New.
10297 (memory_xfer_partial): If reading from a traceframe, fallback to
10298 reading unavailable read-only memory from read-only regions of
10299 live target memory.
10300 * tracepoint.c (disconnect_tracing): Adjust.
10301 (set_current_traceframe): New, factored out from
10302 set_traceframe_number.
10303 (set_traceframe_number): Reimplement to only change the traceframe
10304 number on the GDB side.
10305 (do_restore_current_traceframe_cleanup): Adjust.
10306 (make_cleanup_restore_traceframe_number): New.
10307 (cur_traceframe_number): New global.
10308 (tfile_open): Set cur_traceframe_number to no traceframe.
10309 (set_tfile_traceframe): New function.
10310 (tfile_trace_find): If looking up a traceframe using any method
10311 other than by number, make sure the current tfile traceframe
10312 matches gdb's current traceframe. Update the current tfile
10313 traceframe if the lookup succeeded.
10314 (tfile_fetch_registers, tfile_xfer_partial)
10315 (tfile_get_trace_state_variable_value): Make sure the remote
10316 traceframe matches gdb's current traceframe.
10317 * remote.c (remote_traceframe_number): New global.
10318 (remote_open_1): Set it to -1.
10319 (set_remote_traceframe): New function.
10320 (remote_fetch_registers, remote_store_registers)
10321 (remote_xfer_memory, remote_xfer_partial)
10322 (remote_get_trace_state_variable_value): Make sure the remote
10323 traceframe matches gdb's current traceframe.
10324 (remote_trace_find): If looking up a traceframe using any method
10325 other than by number, make sure the current remote traceframe
10326 matches gdb's current traceframe. Update the current remote
10327 traceframe if the lookup succeeded.
10328 * infrun.c (fetch_inferior_event): Adjust.
10329 * tracepoint.h (set_current_traceframe): Declare.
10330 (get_traceframe_number, set_traceframe_number): Add describing
10331 comments.
10332
10333 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10334
10335 Mark pieces of values as unavailable if the corresponding memory
10336 is unavailable.
10337
10338 * valops.c: Include tracepoint.h.
10339 (value_fetch_lazy): Use read_value_memory.
10340 (read_value_memory): New.
10341 * value.h (read_value_memory): Declare.
10342 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
10343 * exec.c (section_table_available_memory): New function.
10344 * exec.h (section_table_available_memory): Declare.
10345
10346 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10347
10348 * Makefile.in (SFILES): Add memrange.c.
10349 (HFILES_NO_SRCDIR): Add memrange.h.
10350 (COMMON_OBS): Add memrange.o.
10351 * memrange.c: New file.
10352 * memrange.h: New file.
10353 * tracepoint.c: Include memrange.h.
10354 (struct mem_range): Delete.
10355 (mem_range_s): Delete.
10356 (traceframe_available_memory): New function.
10357 * tracepoint.h (traceframe_available_memory): Declare.
10358
10359 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10360
10361 * target.h (struct traceframe_info): Forward declare.
10362 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
10363 (struct target_ops) <to_traceframe_info>: New field.
10364 (target_traceframe_info): New.
10365 * target.c (update_current_target): Inherit and default
10366 to_traceframe_info.
10367 * remote.c (PACKET_qXfer_traceframe_info): New.
10368 (remote_protocol_features): Register qXfer:traceframe-info:read.
10369 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
10370 (remote_traceframe_info): New.
10371 (init_remote_ops): Install it.
10372 (_initialize_remote): Install "set/show remote traceframe-info"
10373 commands.
10374 * tracepoint.h (parse_traceframe_info): Declare.
10375 * tracepoint.c (struct mem_range): New.
10376 (mem_range_s): New typedef.
10377 (struct traceframe_info): New.
10378 (traceframe_info): New global.
10379 (free_traceframe_info): New function.
10380 (clear_traceframe_info): New function.
10381 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
10382 info.
10383 (build_traceframe_info): New function.
10384 (tfile_traceframe_info): New function.
10385 (init_tfile_ops): Install tfile_traceframe_info.
10386 (traceframe_info_start_memory, free_result): New functions.
10387 (memory_attributes, traceframe_info_elements): New globals.
10388 (parse_traceframe_info, get_traceframe_info): New functions.
10389 * features/traceframe-info.dtd: New file.
10390 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
10391
10392 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10393
10394 Base support for <unavailable> value contents.
10395
10396 * value.h (value_bytes_available): Declare.
10397 (mark_value_bytes_unavailable): Declare.
10398 * value.c (struct range): New struct.
10399 (range_s): New typedef.
10400 (ranges_overlap): New function.
10401 (range_lessthan): New function.
10402 (ranges_contain_p): New function.
10403 (struct value) <unavailable>: New field.
10404 (value_bytes_available): New function.
10405 (mark_value_bytes_unavailable): New function.
10406 (require_not_optimized_out): Constify parameter.
10407 (require_available): New function.
10408 (value_contents_all, value_contents): Require all bytes be
10409 available.
10410 (value_free): Free `unavailable'.
10411 (value_copy): Copy `unavailable'.
10412 * valprint.h (val_print_unavailable): Declare.
10413 * valprint.c (valprint_check_validity): Rename `offset' parameter
10414 to `embedded_offset'. If printing a scalar, check whether the
10415 value chunk is available.
10416 (val_print_unavailable): New.
10417 (val_print_scalar_formatted): Check whether the value is
10418 available.
10419 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
10420 pretty-printing unavailable values.
10421
10422 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10423
10424 Fix const/volatile qualifiers of C++ types, PR c++/12328.
10425 * c-typeprint.c (c_type_print_args): Update the function comment. New
10426 variable param_type, initialize it. Remove const/volatile qualifiers
10427 for language_cplus and !show_artificial. Use param_type.
10428
10429 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10430
10431 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
10432 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
10433 * symtab.h (struct symtab) <next>: Comment extension.
10434
10435 2011-02-12 Yao Qi <yao@codesourcery.com>
10436
10437 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
10438
10439 2011-02-11 Yao Qi <yao@codesourcery.com>
10440
10441 * common/Makefile.in: Add copyright header.
10442
10443 2011-02-11 Pedro Alves <pedro@codesourcery.com>
10444
10445 * infrun.c (proceed): Move switching out and in of tfind mode from
10446 here ...
10447 (fetch_inferior_event): ... to here.
10448
10449 2011-02-11 Yao Qi <yao@codesourcery.com>
10450
10451 * Makefile.in: Remove signals.o from COMMON_OBS. Link
10452 libcommon.a.
10453 * configure.ac: Add common to sub dir.
10454 * configure: Regenerate.
10455
10456 2011-02-11 Yao Qi <yao@codesourcery.com>
10457
10458 Build libcommon.a.
10459
10460 * common/Makefile.in: New.
10461 * common/configure.ac: New.
10462 * common/aclocal.m4: New.
10463 * common/configure: Generate.
10464
10465 2011-02-10 Pedro Alves <pedro@codesourcery.com>
10466
10467 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
10468 side of the parenthesis.
10469
10470 Merge from GCC:
10471 2010-07-13 Jakub Jelinek <jakub@redhat.com>
10472 * vec.h (VEC_block_remove): Fix comment.
10473
10474 2011-02-08 Michael Snyder <msnyder@vmware.com>
10475
10476 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
10477
10478 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10479
10480 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
10481 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
10482 psubd and paddd.
10483
10484 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10485
10486 PR 12361.
10487 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
10488 phsubsw.
10489 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
10490 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
10491
10492 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10493
10494 * dwarf2read.c (read_subroutine_type): Set special calling
10495 convention flag for functions compiled by IBM XL C for OpenCL.
10496 * ppc-sysv-tdep.c: Include "dwarf2.h"
10497 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
10498 calling convention.
10499 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
10500 IBM OpenCL vector types calling convention.
10501 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
10502 (ppc_sysv_abi_broken_return_value): Likewise.
10503 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
10504 types calling convention.
10505 (ppc64_sysv_abi_return_value): Likewise.
10506 * spu-tdep.c: Include "dwarf2.h"
10507 (spu_return_value): Implement IBM OpenCL vector types calling
10508 convention.
10509
10510 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10511
10512 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
10513 correct ABI for AltiVec vector arguments.
10514
10515 2011-02-07 Pedro Alves <pedro@codesourcery.com>
10516
10517 * valprint.c (val_print): Extend comment.
10518 * ada-valprint.c (ada_valprint): Rewrite comment deferring
10519 interface explanation to val_print.
10520 (ada_val_print_array): Adjust comment to current interface.
10521 (print_field_values): Adjust comment to current interface.
10522 * c-valprint.c (c_val_print): Rewrite comment deferring interface
10523 explanation to val_print.
10524 * f-valprint.c (f_val_print): Ditto.
10525 * jv-valprint.c (java_val_print): Ditto.
10526 * m2-valprint.c (m2_val_print): Ditto.
10527 * p-valprint.c (pascal_val_print): Ditto.
10528
10529 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
10530
10531 * breakpoint.c (parse_breakpoint_sals): Fix description.
10532
10533 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
10534 Oguz Kayral <oguzkayral@gmail.com>
10535
10536 * python/py-inferior.c (python_on_normal_stop): New function.
10537 (python_on_resume): New function.
10538 (python_inferior_exit): New function.
10539 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
10540 inferior_exit observers.
10541 * python/py-evtregistry.c: New file.
10542 * python/py-threadevent.c : New file.
10543 * python/py-event.c: New file.
10544 * python/py-evts.c: New file.
10545 * python/py-continueevent.c: New file.
10546 * python/py-bpevent.c: New file.
10547 * python/py-signalevent.c: New file.
10548 * python/py-exetiedevent.c: New file.
10549 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
10550 Move struct breakpoint_object from here...
10551 * python/python-internal.h: ... to here.
10552 * python/py-event.h: New file.
10553 * python/py-events.h: New file.
10554 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
10555 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
10556 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
10557 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
10558 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
10559 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
10560 Add build rules for all the above.
10561
10562 2011-02-04 Tom Tromey <tromey@redhat.com>
10563
10564 * dwarf2read.c (dwarf2_section_empty_p): New function.
10565 (dwarf2_read_section): Use dwarf2_section_empty_p.
10566 (dwarf2_section_size): New function.
10567 (dwarf2_get_section_info): Unconditionally read section.
10568 (dwarf2_read_index): Use dwarf2_section_empty_p.
10569 (partial_read_comp_unit_head): Use dwarf2_section_size.
10570 (dwarf2_symbol_mark_computed): Likewise.
10571
10572 2011-02-04 David Daney <ddaney@caviumnetworks.com>
10573
10574 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
10575
10576 2011-02-04 David Daney <ddaney@caviumnetworks.com>
10577
10578 * mips-linux-tdep.c: Include xml-syscall.h.
10579 (mips_linux_get_syscall_number): New function.
10580 (mips_linux_init_abi): Add calls to
10581 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
10582 * data-directory/Makefile.in (SYSCALLS_FILES): Add
10583 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
10584 * syscalls/mips-n32-linux.xml: New file.
10585 * syscalls/mips-n64-linux.xml: New file.
10586 * syscalls/mips-o32-linux.xml: New file.
10587
10588 2011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
10589
10590 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
10591 Complain about inverted range entries.
10592 (dwarf2_record_block_ranges): Likewise.
10593
10594 2011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
10595
10596 Fix some typos.
10597 * breakpoint.c (update_watchpoint): Fix name of the
10598 update_global_location_list function.
10599 (print_one_breakpoint): Fix typo.
10600 (_initialize_breakpoint): Remove extra space in hbreak help
10601 string.
10602 * breakpoint.h (struct bp_location) <length>: Fix field
10603 description.
10604
10605 2011-02-04 Pedro Alves <pedro@codesourcery.com>
10606
10607 * regcache.c (registers_changed_ptid): Don't explictly always
10608 clear `current_regcache'. Only clear current_thread_ptid and
10609 current_thread_arch when PTID matches. Only reinit the frame
10610 cache if PTID matches the current inferior_ptid. Move alloca(0)
10611 call to ...
10612 (registers_changed): ... here.
10613
10614 2011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
10615
10616 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
10617 starts with __stack_chk_guard as stack guard symbol.
10618
10619 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
10620
10621 * disasm.c (compare_lines): Handle the end of sequence markers
10622 within the line table to better support disassembling over
10623 compilation unit boundaries.
10624
10625 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
10626
10627 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
10628 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
10629 implementation even if no symbols are available.
10630 (thumb_analyze_prologue): Update call to skip_prologue_function.
10631 (arm_analyze_prologue): Likewise.
10632
10633 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
10634
10635 * arm-tdep.c: Include "observer.h".
10636 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
10637 (arm_exidx_data_key): New static variable.
10638 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
10639 (struct arm_exidx_data): Likewise.
10640 (arm_exidx_data_free): New function.
10641 (arm_compare_exidx_entries): Likewise.
10642 (arm_obj_section_from_vma): Likewise.
10643 (arm_exidx_new_objfile): Likewise.
10644 (arm_find_exidx_entry): Likewise.
10645 (arm_exidx_fill_cache): Likewise.
10646 (arm_exidx_unwind_sniffer): Likewise.
10647 (arm_exidx_unwind): New global variable.
10648 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
10649 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
10650 observer. Register arm_exidx_data_key as objfile data.
10651
10652 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
10653
10654 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
10655 due to accessing uninitialized variable. Fix indentation.
10656
10657 2011-02-02 Pedro Alves <pedro@codesourcery.com>
10658
10659 * c-valprint.c (c_value_print): When doing virtual base pointer
10660 adjustment, create a new value with adjusted contents rather than
10661 changing the contents of the value being printed (and getting it
10662 wrong).
10663
10664 2011-02-02 Pedro Alves <pedro@codesourcery.com>
10665
10666 * xml-support.c (xml_find_attribute): New.
10667 (xinclude_start_include): Use it.
10668 * xml-support.h (xml_find_attribute): Declare.
10669 * memory-map.c (memory_map_start_memory)
10670 (memory_map_start_property): Use xml_find_attribute.
10671 * osdata.c (osdata_start_osdata, osdata_start_column): Use
10672 xml_find_attribute.
10673 * remote.c (start_thread): Use xml_find_attribute.
10674 * solib-target.c (library_list_start_segment)
10675 (library_list_start_section, library_list_start_library)
10676 (library_list_start_list): Use xml_find_attribute.
10677 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
10678 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
10679 (tdesc_start_field): Use xml_find_attribute.
10680
10681 2011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
10682
10683 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
10684 (BUILD_OCL_VTYPES): Update.
10685
10686 2011-02-02 Joel Brobecker <brobecker@adacore.com>
10687
10688 * configure.ac: Work around non-GNU sed limitation when computing
10689 python version number.
10690 * configure: Regenerate.
10691
10692 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10693
10694 Fix debug printing of TYPE_INSTANCE.
10695 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
10696 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
10697
10698 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10699
10700 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
10701 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
10702 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
10703 * ada-operator.inc: Rename the file to ...
10704 * ada-operator.def: ... here, wrap all the entries by macro OP.
10705 * expprint.c (op_name_standard): Remove all the entries. Include
10706 "std-operator.def" instead.
10707 * expression.h (enum exp_opcode): Include "std-operator.def" and
10708 "ada-operator.def". Move all the entries ...
10709 * std-operator.def: ... here, wrap all the entries by macro OP.
10710
10711 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
10712
10713 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
10714 * breakpoint.c (remove_jit_event_breakpoints): New function.
10715 * jit.c (jit_descriptor_addr): Delete.
10716 (registering_code): Delete.
10717 (clear_int): Delete.
10718 (jit_inferior_data): New variable.
10719 (struct jit_inferior_data): New type.
10720 (get_jit_inferior_data): New function.
10721 (jit_inferior_data_cleanup): New function.
10722 (jit_read_descriptor): Adjust.
10723 (jit_register_code): Adjust.
10724 (jit_breakpoint_re_set_internal): New function; move code here ...
10725 (jit_inferior_init): ... from here.
10726 (jit_breakpoint_re_set): Adjust.
10727 (jit_reset_inferior_data_and_breakpoints): New function.
10728 (jit_inferior_created_observer): Adjust.
10729 (jit_inferior_exit_hook): Adjust.
10730 (jit_executable_changed_observer): New function.
10731 (jit_event_handler): Adjust.
10732 (_initialize_jit): Adjust.
10733
10734 2011-01-31 Michael Snyder <msnyder@vmware.com>
10735
10736 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
10737 line.
10738
10739 2011-01-31 Tom Tromey <tromey@redhat.com>
10740
10741 PR python/12216:
10742 * python/python.c (execute_gdb_command): Call
10743 prevent_dont_repeat.
10744 * top.c (suppress_dont_repeat): New global.
10745 (dont_repeat): Use it.
10746 (prevent_dont_repeat): New function.
10747 * command.h (prevent_dont_repeat): Declare.
10748
10749 2011-01-31 Tom Tromey <tromey@redhat.com>
10750
10751 * infcmd.c (finish_backward): Use breakpoint_set_silent.
10752 * python/py-breakpoint.c (bppy_set_silent): Use
10753 breakpoint_set_silent.
10754 (bppy_set_thread): Use breakpoint_set_thread.
10755 (bppy_set_task): Use breakpoint_set_task.
10756 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
10757 (breakpoint_set_task): Declare.
10758 (make_breakpoint_silent): Remove.
10759 * breakpoint.c (breakpoint_set_silent): New function.
10760 (breakpoint_set_thread): Likewise.
10761 (breakpoint_set_task): Likewise.
10762 (make_breakpoint_silent): Remove.
10763
10764 2011-01-31 Tom Tromey <tromey@redhat.com>
10765
10766 * breakpoint.h (user_breakpoint_p): Declare.
10767 * breakpoint.c (user_breakpoint_p): New function.
10768 (breakpoint_1): Use it.
10769 (save_breakpoints): Likewise.
10770
10771 2011-01-31 Joel Brobecker <brobecker@adacore.com>
10772
10773 * configure.ac: Add handling of Python distribution on Windows.
10774 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
10775 sysconfig variables are not defined, then do not use them.
10776 On Windows, if LIBPL is not defined, then use prefix + '/libs'
10777 instead. On Windows, return all paths using forward-slashes
10778 rather than backslashes.
10779
10780 2011-01-31 Joel Brobecker <brobecker@adacore.com>
10781
10782 * configure.ac: Remove fallback behavior for building
10783 against Python. Remove tweaking of Python include path.
10784 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
10785 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
10786 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
10787 Always restore CPPFLAGS and LIBS after linking test.
10788 * configure: Regenerated.
10789 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
10790 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
10791 * python/python-internal.h: Adjust includes of Python .h files.
10792
10793 2011-01-31 Joel Brobecker <brobecker@adacore.com>
10794
10795 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
10796 in error message.
10797
10798 2011-01-31 Joel Brobecker <brobecker@adacore.com>
10799
10800 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
10801 value test.
10802
10803 2011-01-31 Yao Qi <yao@codesourcery.com>
10804
10805 * arm-linux-nat.c: Update calls to regcache_register_status
10806 instead of regcache_valid_p.
10807 * aix-thread.c: Likewise.
10808 * i386gnu-nat.c: Likewise.
10809
10810 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10811
10812 Fix crash.
10813 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
10814 touching TYPE_FIELD_ARTIFICIAL.
10815
10816 2011-01-28 Richard Earnshaw <rearnsha@arm.com>
10817
10818 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
10819 Committers.
10820
10821 2011-01-28 Pedro Alves <pedro@codesourcery.com>
10822
10823 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
10824 selected, don't try iterating over the traceframe's blocks.
10825 (tfile_has_stack): If there's no traceframe selected, then there's
10826 no stack.
10827 (tfile_has_registers): If there's no traceframe selected, then
10828 there's no registers.
10829
10830 2011-01-28 Pedro Alves <pedro@codesourcery.com>
10831
10832 * target.c (memory_xfer_partial): No need to restore shadows if we
10833 haven't read anything.
10834
10835 2011-01-28 Pedro Alves <pedro@codesourcery.com>
10836
10837 * mips-tdep.c (mips_print_register): Use get_frame_register_value
10838 and val_print_scalar_formatted.
10839
10840 2011-01-27 Pedro Alves <pedro@codesourcery.com>
10841
10842 * tracepoint.c (tfile_read): New.
10843 (tfile_open): Use it.
10844 (tfile_get_traceframe_address): Use it.
10845 (tfile_trace_find): Use it.
10846 (walk_blocks_callback_func): New typedef.
10847 (match_blocktype): New function.
10848 (traceframe_walk_blocks): New function.
10849 (traceframe_find_block_type): New function.
10850 (tfile_fetch_registers, tfile_xfer_partial)
10851 (tfile_get_trace_state_variable_value): Use
10852 traceframe_find_block_type and tfile_read.
10853
10854 2011-01-26 Kevin Buettner <kevinb@redhat.com>
10855
10856 * remote-mips.c: Add internationalization mark ups. Remove
10857 trailing \n from already marked up strings.
10858
10859 2011-01-26 Tom Tromey <tromey@redhat.com>
10860
10861 * python/py-prettyprint.c (print_string_repr): Clear
10862 'addressprint' option when calling val_print_string.
10863 (print_children): Handle Val_pretty_default. Clear 'addressprint'
10864 option when calling val_print_string.
10865
10866 2011-01-26 Tom Tromey <tromey@redhat.com>
10867
10868 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
10869 GDB_PY_LL_ARG.
10870 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
10871 macros.
10872 (gdb_py_longest, gdb_py_ulongest): New typedefs.
10873 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
10874 (gdb_py_long_as_ulongest): New defines.
10875 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
10876 (gdb_py_int_as_long): Declare.
10877 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
10878 GDB_PY_LL_ARG, gdb_py_object_from_longest.
10879 (valpy_long): Add comment.
10880 * python/py-utils.c (get_addr_from_python): Use
10881 gdb_py_long_as_ulongest. Handle overflow properly.
10882 (gdb_py_object_from_longest): New function.
10883 (gdb_py_object_from_ulongest): Likewise.
10884 (gdb_py_int_as_long): Likewise.
10885 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
10886 * python/py-symtab.c (salpy_get_pc): Use
10887 gdb_py_long_from_ulongest.
10888 (salpy_get_line): Use PyInt_FromLong.
10889 * python/py-param.c (set_parameter_value): Use
10890 gdb_py_int_as_long.
10891 * python/py-lazy-string.c (stpy_get_address): Use
10892 gdb_py_long_from_ulongest.
10893 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
10894 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
10895 * python/py-breakpoint.c (bppy_set_thread): Use
10896 gdb_py_int_as_long.
10897 (bppy_set_task): Likewise.
10898 (bppy_set_ignore_count): Likewise.
10899 (bppy_set_hit_count): Likewise.
10900 * python/py-block.c (blpy_get_start): Use
10901 gdb_py_object_from_ulongest.
10902 (blpy_get_end): Likewise.
10903 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
10904
10905 2011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
10906
10907 PR/symtab 11766:
10908 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
10909 * gdb/solib.c (solib_read_symbols): Check for addr_low in
10910 equality test for objfile, initialize addr_low if needed.
10911
10912 2011-01-25 Pedro Alves <pedro@codesourcery.com>
10913
10914 * tui/tui-regs.c (tui_register_format): Remove dead code.
10915
10916 2011-01-25 Pedro Alves <pedro@codesourcery.com>
10917
10918 * printcmd.c (print_formatted): Use val_print_scalar_formatted
10919 instead of print_scalar_formatted.
10920 (print_scalar_formatted): Don't handle 's' format strings here,
10921 and add an assertion that we never see such format here.
10922 * valprint.h (val_print_scalar_formatted): Declare.
10923 * valprint.c (val_print_scalar_formatted): New.
10924 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
10925 instead of print_scalar_formatted.
10926 * jv-valprint.c (java_val_print): Ditto.
10927 * p-valprint.c (pascal_val_print): Ditto.
10928 * ada-valprint.c (ada_val_print_1): Ditto.
10929 * f-valprint.c (f_val_print): Ditto.
10930 * infcmd.c (registers_info): Ditto.
10931 * m2-valprint.c (m2_val_print): Ditto.
10932
10933 2011-01-25 Pedro Alves <pedro@codesourcery.com>
10934
10935 * m2-valprint.c (print_unbounded_array): Pass
10936 value_contents_for_printing rather than value_contents, to
10937 m2_print_array_contents. Also pass in the value.
10938
10939 2011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10940
10941 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
10942 (save_gdb_index_command): Switch to .gdb_index version 4.
10943
10944 2011-01-25 Pedro Alves <pedro@codesourcery.com>
10945
10946 * mi/mi-main.c (get_register): Use get_frame_register_value rather
10947 than frame_register, and always pass a valid value to val_print.
10948
10949 2011-01-25 Pedro Alves <pedro@codesourcery.com>
10950
10951 Centralize printing "<optimized out>".
10952
10953 * valprint.h (val_print_optimized_out): Declare.
10954 * cp-valprint.c (cp_print_value_fields): Use
10955 val_print_optimized_out.
10956 * jv-valprint.c (java_print_value_fields): Ditto.
10957 * p-valprint.c (pascal_object_print_value_fields): Ditto.
10958 * printcmd.c (print_formatted): Ditto.
10959 * valprint.c (valprint_check_validity): Ditto.
10960 (value_check_printable): Ditto.
10961 (val_print_optimized_out): New.
10962
10963 2011-01-25 Pedro Alves <pedro@codesourcery.com>
10964
10965 * infcmd.c (default_print_registers_info): Allocate values so to
10966 never pass a NULL value to val_print.
10967
10968 2011-01-25 Pedro Alves <pedro@codesourcery.com>
10969
10970 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
10971 boolean. Make sure to always pass a value that matches the
10972 contents buffer to callees. Preserve `address' for following
10973 iterations.
10974 * value.c (value_contents_for_printing_const): New.
10975 (value_address): Constify value argument.
10976 * value.h (value_contents_for_printing_const): Declare.
10977 (value_address): Constify value argument.
10978
10979 2011-01-25 Pedro Alves <pedro@codesourcery.com>
10980
10981 * regcache.c (struct regcache_descr): Rename
10982 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
10983 and sizeof_cooked_register_valid_p to
10984 sizeof_cooked_register_status.
10985 (init_regcache_descr): Adjust.
10986 (struct regcache): Rename register_valid_p field to
10987 register_status.
10988 (regcache_xmalloc_1, regcache_xfree, regcache_save)
10989 (do_cooked_read): Adjust.
10990 (regcache_valid_p): Rename to ...
10991 (regcache_register_status): ... this. Adjust.
10992 (regcache_invalidate): Adjust.
10993 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
10994 Adjust.
10995 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
10996 as unavailable, not valid.
10997 (regcache_dump): Adjust.
10998 * regcache.h (enum register_status): New.
10999 (regcache_register_status): Declare.
11000 (regcache_invalidate): Delete declaration.
11001 * corelow.c (get_core_registers): Adjust.
11002 * tracepoint.c (tfile_fetch_registers): Adjust.
11003 * trad-frame.c (REG_VALUE): Rename to ...
11004 (TF_REG_VALUE): ... this.
11005 (REG_UNKNOWN): Rename to ...
11006 (TF_REG_UNKNOWN): ... this.
11007 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
11008 * mi/mi-main.c (register_changed_p): Adjust.
11009
11010 2011-01-25 Pedro Alves <pedro@codesourcery.com>
11011
11012 * regcache.c (struct regcache_descr): Remove outdated comment.
11013 (init_regcache_descr): Remove sizeof_raw_register_valid_p
11014 overallocate hack.
11015 (regcache_xmalloc): Rename to ...
11016 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
11017 Allocate the regcache type accordingly.
11018 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
11019 (regcache_xfree): Asser the source is also readonly. Copy sizeof
11020 cooked registers, not raw.
11021 (regcache_dup_no_passthrough): Delete.
11022 (get_thread_arch_regcache): Use regcache_xmalloc_1.
11023 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
11024 mention obsolete write_register_bytes.
11025 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
11026
11027 2011-01-25 Pedro Alves <pedro@codesourcery.com>
11028
11029 Stop remote_read_bytes from handling partial reads itself.
11030
11031 * remote-fileio.c: Include target.h.
11032 (remote_fileio_write_bytes): Delete.
11033 (remote_fileio_func_open, remote_fileio_func_write)
11034 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
11035 target_read_memory.
11036 (remote_fileio_func_stat): Use target_read_memory and
11037 target_write_memory.
11038 (remote_fileio_func_gettimeofday): Use target_write_memory.
11039 (remote_fileio_func_system): Use target_read_memory.
11040 * remote.c (remote_write_bytes): Make it static.
11041 (remote_read_bytes): Don't handle partial reads here.
11042 * remote.h (remote_read_bytes): Delete declaration.
11043
11044 2011-01-25 Pedro Alves <pedro@codesourcery.com>
11045
11046 Simplify XML parsing a bit.
11047
11048 * xml-support.h (gdb_xml_parse_quick): Declare.
11049 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
11050 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
11051 parameter.
11052 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
11053 gdb_xml_create_parser_and_cleanup_1.
11054 (gdb_xml_parse_quick): New.
11055 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
11056 * osdata.c (osdata_parse): Ditto.
11057 * remote.c (remote_threads_info): Ditto.
11058 * solib-target.c (solib_target_parse_libraries): Ditto.
11059 * xml-syscall.c (syscall_parse_xml): Ditto.
11060 * xml-tdesc.c (tdesc_parse_xml): Ditto.
11061
11062 2011-01-24 Kevin Buettner <kevinb@redhat.com>
11063
11064 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
11065 with remote-mips.o added to gdb_target_obs.
11066 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
11067
11068 2011-01-24 Pedro Alves <pedro@codesourcery.com>
11069
11070 * ada-valprint.c (val_print_packed_array_elements): Pass the
11071 correct struct value to val_print.
11072 (ada_val_print_1): Ditto.
11073
11074 2011-01-24 Pedro Alves <pedro@codesourcery.com>
11075
11076 Don't lose embedded_offset in printing routines throughout.
11077
11078 * valprint.h (val_print_array_elements): Change prototype.
11079 * valprint.c (val_print_array_elements): Add `embedded_offset'
11080 parameter, and adjust to pass it down to val_print, while passing
11081 `valaddr' or `address' unmodified. Take embedded_offset into
11082 account when checking repetitions.
11083 * c-valprint.c (c_val_print): Pass embedded_offset to
11084 val_print_array_elements instead of adjusting `valaddr' and
11085 `address'.
11086 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
11087 embedded_offset to val_print_array_elements instead of adjusting
11088 `valaddr'.
11089 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
11090 * p-valprint.c (pascal_val_print): Pass embedded_offset to
11091 val_print_array_elements and pascal_object_print_value_fields
11092 instead of adjusting `valaddr'.
11093 (pascal_object_print_value_fields): Add `offset' parameter, and
11094 adjust to use it.
11095 (pascal_object_print_value): Add `offset' parameter, and adjust to
11096 use it.
11097 (pascal_object_print_static_field): Use
11098 value_contents_for_printing/value_embedded_offset, rather than
11099 value_contents.
11100 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
11101 parameter, and adjust to use it. Use
11102 value_contents_for_printing/value_embedded_offset, rather than
11103 value_contents.
11104 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
11105 (ada_val_print_array): Add `offset' parameter, and adjust to use
11106 it.
11107 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
11108 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
11109 Instead work with offsets. Use
11110 value_contents_for_printing/value_embedded_offset, rather than
11111 value_contents. Change `defer_val_int' local type to CORE_ADDR,
11112 and use value_from_pointer to extract a target pointer, rather
11113 than value_from_longest.
11114 (print_variant_part): Add `offset' parameter. Replace
11115 `outer_valaddr' parameter by a new `outer_offset' parameter.
11116 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
11117 (ada_value_print): Use
11118 value_contents_for_printing/value_embedded_offset, rather than
11119 value_contents.
11120 (print_record): Add `offset' parameter, and adjust to pass it
11121 down.
11122 (print_field_values): Add `offset' parameter. Replace
11123 `outer_valaddr' parameter by a new `outer_offset' parameter.
11124 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
11125 Use value_contents_for_printing/value_embedded_offset, rather than
11126 value_contents.
11127 * d-valprint.c (dynamic_array_type): Use
11128 value_contents_for_printing/value_embedded_offset, rather than
11129 value_contents.
11130 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
11131 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
11132 (java_print_value_fields): Take `offset' into account. Don't
11133 re-adjust `valaddr'. Instead pass down adjusted offsets.
11134 (java_val_print): Take `embedded_offset' into account. Pass it to
11135 java_print_value_fields.
11136 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
11137 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
11138 down adjusted offsets.
11139 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
11140 (f_val_print): Take `embedded_offset' into account.
11141
11142 2011-01-21 Joel Brobecker <brobecker@adacore.com>
11143
11144 * inflow.c: Include "gdbcmd.h".
11145 (interactive_mode): New static global, moved here from top.c.
11146 (show_interactive_mode): New function, moved here from top.c.
11147 use gdb_has_a_terminal instead of input_from_terminal_p to
11148 determine the current mode.
11149 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
11150 setting.
11151 (_initialize_inflow): Add the "set/show interactive-mode"
11152 commands. Moved here from top.c, after having adjusted slightly
11153 the help text.
11154 * top.c (interactive_mode, show_interactive_mode): Delete, moved
11155 to inflow.c.
11156 (input_from_terminal_p): Remove handling of "interactive-mode"
11157 setting, moved to infow.c.
11158 (init_main): Remove creation of the "set/show interactive-mode"
11159 commands, moved to inflow.c.
11160
11161 2011-01-19 Joel Brobecker <brobecker@adacore.com>
11162
11163 * NEWS: Add entry for native ia64-hpux support.
11164
11165 2011-01-19 Tom Tromey <tromey@redhat.com>
11166
11167 PR mi/8618:
11168 * thread.c (free_thread): Free 'name'.
11169 (print_thread_info): Emit thread name. Change CLI output.
11170 (thread_name_command): New function.
11171 (do_captured_thread_select): Emit newline.
11172 (_initialize_thread): Register 'thread name' command.
11173 * target.h (struct target_ops) <to_thread_name>: New field.
11174 (target_thread_name): New macro.
11175 * target.c (update_current_target): Handle to_thread_name.
11176 * python/py-infthread.c (thpy_get_name): New function.
11177 (thpy_set_name): Likewise.
11178 (thread_object_getset): Add "name".
11179 * linux-nat.c (linux_nat_thread_name): New function.
11180 (linux_nat_add_target): Set to_thread_name.
11181 * gdbthread.h (struct thread_info) <name>: New field.
11182
11183 2011-01-18 Joel Brobecker <brobecker@adacore.com>
11184
11185 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
11186 (ada_val_print_1): Likewise.
11187
11188 2011-01-18 Joel Brobecker <brobecker@adacore.com>
11189
11190 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
11191 upper limit address is not greater than the function end address
11192 when the upper limit could not be computed using the debugging
11193 info.
11194
11195 2011-01-17 Tom Tromey <tromey@redhat.com>
11196
11197 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
11198 get_regcomp_error.
11199 * utils.c: Include gdb_regex.h.
11200 (do_regfree_cleanup): New function.
11201 (make_regfree_cleanup): Likewise.
11202 (get_regcomp_error): Likewise.
11203 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
11204
11205 2011-01-17 Tom Tromey <tromey@redhat.com>
11206
11207 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
11208 re_compile_fastmap.
11209
11210 2011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
11211
11212 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
11213 for internal variables.
11214 (last_was_structop): New static variable.
11215 (COMPLETE): New token.
11216 (field_exp): New rule to group all '.' suffix handling.
11217 Add mark_struct_expression calls when approriate to be able
11218 to correctly find fields for completion.
11219 (yylex): Adapt to handle field completion and set INTVAR when
11220 required.
11221
11222 2011-01-14 Yao Qi <yao@codesourcery.com>
11223
11224 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
11225 save_reggroup, restore_reggroup and all_reggroup.
11226
11227 2011-01-14 Joel Brobecker <brobecker@adacore.com>
11228
11229 * ada-valprint. (ada_printchar): Use the correct type length
11230 in call to ada_emit_char.
11231 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
11232
11233 2011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
11234
11235 * solib-som.h (hpux_major_release): Declare variable here.
11236 * solib-som.c: Remove <sys/utsname.h> header.
11237 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
11238 (hpux_major_release): Make global, change default value to
11239 DEFAULT_HPUX_MAJOR_RELEASE.
11240 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
11241 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
11242 Add "solib-som.h" header.
11243 (set_hpux_major_release): New function.
11244 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
11245
11246 2011-01-14 Mike Frysinger <vapier@gentoo.org>
11247
11248 * configure.tgt (*-*-uclinux*): Match more Linux os targets
11249
11250 2011-01-14 Joel Brobecker <brobecker@adacore.com>
11251
11252 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
11253 new-line at end of warning message.
11254 (ia64_hpux_store_register): Remove trailing new-line at end of
11255 error message.
11256 * ia64-hpux-tdep.c: Rephrase comment.
11257 * solib-ia64-hpux.c (struct dld_info): Change type of field
11258 dld_flags from "long long" to ULONGEST.
11259
11260 2011-01-14 Pedro Alves <pedro@codesourcery.com>
11261
11262 * target.h (deprecated_child_ops): Delete declaration.
11263 * target.c (deprecated_child_ops): Delete definition.
11264
11265 2011-01-14 Pedro Alves <pedro@codesourcery.com>
11266
11267 * Makefile.in (hpux-thread.o): Delete rule.
11268 * configure.ac: Don't check for HPUX DCE threads support.
11269 * configure, config.in: Regenerate.
11270 * hppa-hpux-nat.c (child_suppress_run): Delete.
11271 (hppa_hpux_child_can_run): Delete.
11272 (_initialize_hppa_hpux_nat): Don't override to_can_run.
11273 * hpux-thread.c: Delete.
11274
11275 2011-01-13 Joel Brobecker <brobecker@adacore.com>
11276
11277 * hpux-thread.c (hpux_pid_to_str): Delete.
11278
11279 2011-01-13 Joel Brobecker <brobecker@adacore.com>
11280
11281 * ada-valprint.c (ada_emit_char): Remove strange code.
11282 Check that c is <= UCHAR_MAX before passing it to isascii.
11283 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
11284
11285 2011-01-13 Joel Brobecker <brobecker@adacore.com>
11286
11287 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
11288 to the case where instream is stdin.
11289
11290 2011-01-13 Joel Brobecker <brobecker@adacore.com>
11291
11292 * ia64-tdep.h (struct regcache): Forward declare.
11293 (struct ia64_infcall_ops): New struct type.
11294 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
11295 and "infcall_ops".
11296 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
11297 Renames ia64_find_global_pointer.
11298 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
11299 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
11300 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
11301 methods.
11302 (ia64_infcall_ops): New static global constant.
11303 (ia64_gdbarch_init): Set tdep->infcall_ops.
11304 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
11305 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
11306 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
11307 (ia64_hpux_dummy_code): New static global constant.
11308 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
11309 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
11310 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
11311 New function.
11312 (ia64_hpux_infcall_ops): New static global constant.
11313 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
11314 for inferior function calls to work properly on ia64-hpux.
11315
11316 2011-01-13 Joel Brobecker <brobecker@adacore.com>
11317
11318 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
11319 * ia64-tdep.h (struct frame_info): forward declaration.
11320 (struct gdbarch_tdep): Add field size_of_register_frame.
11321 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
11322 to determine the size of the register frame.
11323 (ia64_size_of_register_frame): New function.
11324 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
11325 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
11326 (IA64_HPUX_UREG_REASON): New macro.
11327 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
11328 New functions.
11329 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
11330 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
11331 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
11332 objects.
11333
11334 2011-01-13 Joel Brobecker <brobecker@adacore.com>
11335
11336 Add support for ia64-hpux.
11337 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
11338 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
11339
11340 * configure.host: Add handling for ia64-hpux hosts. Add associated
11341 floatformats.
11342 * configure.tgt: Add handling for ia64-hpux targets.
11343 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
11344 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
11345 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
11346
11347 2011-01-13 Joel Brobecker <brobecker@adacore.com>
11348
11349 [ttrace] Compute thread list immediately after attach.
11350 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
11351 New subprogram.
11352 (inf_ttrace_attach): Use it.
11353
11354 2011-01-13 Joel Brobecker <brobecker@adacore.com>
11355
11356 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
11357 if we could not determine the frame's function address. Instead,
11358 use the frame's PC, and then continue.
11359
11360 2011-01-13 Joel Brobecker <brobecker@adacore.com>
11361
11362 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
11363 not already defined.
11364
11365 2011-01-13 Joel Brobecker <brobecker@adacore.com>
11366
11367 * ia64-tdep.c (ia64_struct_type_p): New function.
11368 (ia64_extract_return_value): Handle integral values that are
11369 less than 8 bytes long.
11370 (ia64_push_dummy_call): Likewise.
11371
11372 2011-01-13 Joel Brobecker <brobecker@adacore.com>
11373
11374 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
11375 floatformat_ia64_ext.
11376 (floatformat_ia64_ext_big): New static const.
11377 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
11378
11379 2011-01-12 Tom Tromey <tromey@redhat.com>
11380
11381 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
11382 messages.
11383 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
11384 (mi_cmd_thread_list_ids): Likewise.
11385 (mi_cmd_data_list_changed_registers): Likewise.
11386 (mi_cmd_data_list_register_values): Likewise.
11387 (mi_cmd_data_write_register_values): Likewise.
11388 (mi_cmd_data_evaluate_expression): Likewise.
11389 (mi_cmd_data_read_memory): Likewise.
11390 (mi_cmd_data_read_memory_bytes): Likewise.
11391 (mi_cmd_data_write_memory): Likewise.
11392 (mi_cmd_enable_timings): Likewise.
11393 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
11394 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
11395 (mi_cmd_var_delete): Likewise.
11396 (mi_cmd_var_set_format): Likewise.
11397 (mi_cmd_var_show_format): Likewise.
11398 (mi_cmd_var_info_num_children): Likewise.
11399 (mi_cmd_var_list_children): Likewise.
11400 (mi_cmd_var_info_type): Likewise.
11401 (mi_cmd_var_info_expression): Likewise.
11402 (mi_cmd_var_show_attributes): Likewise.
11403 (mi_cmd_var_assign): Likewise.
11404 (mi_cmd_var_update): Likewise.
11405 (mi_cmd_enable_pretty_printing): Likewise.
11406 (mi_cmd_var_set_update_range): Likewise.
11407 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
11408 messages.
11409 (mi_cmd_target_file_put): Likewise.
11410 (mi_cmd_target_file_delete): Likewise.
11411 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
11412 messages.
11413 (mi_cmd_stack_info_depth): Likewise.
11414 (mi_cmd_stack_list_locals): Likewise.
11415 (mi_cmd_stack_list_args): Likewise.
11416 (mi_cmd_stack_select_frame): Likewise.
11417 (mi_cmd_stack_select_frame): Likewise.
11418 (mi_cmd_stack_info_frame): Likewise.
11419 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
11420 messages.
11421 (mi_cmd_file_list_exec_source_files): Likewise.
11422 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
11423 (mi_cmd_env_cd): Likewise.
11424 (mi_cmd_env_path): Likewise.
11425 (mi_cmd_env_dir): Likewise.
11426 (mi_cmd_inferior_tty_show): Likewise.
11427 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
11428 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
11429 (mi_cmd_break_watch): Likewise.
11430
11431 2011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
11432
11433 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
11434 (ppc_linux_insert_hw_breakpoint): Likewise.
11435 (ppc_linux_remove_hw_breakpoint): Likewise.
11436 (ppc_linux_insert_watchpoint): Likewise.
11437
11438 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
11439 Jan Kratochvil <jan.kratochvil@redhat.com>
11440
11441 PR fortran/11104 and DWARF unbound arrays detection.
11442 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
11443 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
11444 unspecified upper bound.
11445 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
11446 variables array_size_array, tmp_type and offset_item. New variable
11447 array. Remove call to f77_get_upperbound. New variables array_type
11448 and index. Call value_subscripted_rvalue for each dimenasion. Remove
11449 the final call to deprecated_set_value_type.
11450
11451 2011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11452
11453 Make value allocations more lazy.
11454 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
11455 instead of allocate_value and set_value_lazy when possible.
11456 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
11457 instead of allocate_value and set_value_lazy.
11458 * findvar.c (value_of_register_lazy): Likewise.
11459 (read_var_value): Remove V preallocation, call just check_typedef in
11460 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
11461 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
11462 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
11463 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
11464 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
11465 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
11466 the end, remove set_value_lazy there.
11467 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
11468 instead of allocate_value and set_value_lazy when possible.
11469 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
11470 * value.c (allocate_computed_value): Use allocate_value_lazy instead
11471 of allocate_value and set_value_lazy.
11472 (value_from_contents_and_address): Use allocate_value_lazy instead of
11473 allocate_value and set_value_lazy when possible.
11474
11475 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
11476
11477 * disasm.c (dump_insns): Support dumping opcodes for MI.
11478 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
11479 dumping of instruction opcodes.
11480
11481 2011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
11482
11483 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
11484 appropiately.
11485
11486 2011-01-11 Tom Tromey <tromey@redhat.com>
11487
11488 * thread.c (do_captured_thread_select): Emit newline before
11489 printing frame.
11490
11491 2011-01-11 Michael Snyder <msnyder@vmware.com>
11492
11493 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
11494 * score-tdep.c: Ditto.
11495 * score-tdep.h: Ditto.
11496 * ser-base.c: Ditto.
11497 * ser-go32.c: Ditto.
11498 * serial.c: Ditto.
11499 * serial.h: Ditto.
11500 * ser-mingw.c: Ditto.
11501 * ser-pipe.c: Ditto.
11502 * ser-tcp.c: Ditto.
11503 * ser-unix.c: Ditto.
11504 * sh64-tdep.c: Ditto.
11505 * shnbsd-nat.c: Ditto.
11506 * sh-tdep.c: Ditto.
11507 * sh-tdep.h: Ditto.
11508 * solib.c: Ditto.
11509 * solib-darwin.c: Ditto.
11510 * solib-frv.c: Ditto.
11511 * solib.h: Ditto.
11512 * solib-irix.c: Ditto.
11513 * solib-osf.c: Ditto.
11514 * solib-pa64.c: Ditto.
11515 * solib-som.c: Ditto.
11516 * solib-spu.c: Ditto.
11517 * solib-sunos.c: Ditto.
11518 * solib-svr4.c: Ditto.
11519 * solist.h: Ditto.
11520 * sol-thread.c: Ditto.
11521 * somread.c: Ditto.
11522 * source.c: Ditto.
11523 * source.h: Ditto.
11524 * sparc64-linux-tdep.c: Ditto.
11525 * sparc64-tdep.c: Ditto.
11526 * sparc-linux-nat.c: Ditto.
11527 * sparc-linux-tdep.c: Ditto.
11528 * sparc-sol2-nat.c: Ditto.
11529 * sparc-sol2-tdep.c: Ditto.
11530 * sparc-tdep.c: Ditto.
11531 * sparc-tdep.h: Ditto.
11532 * spu-tdep.c: Ditto.
11533 * stabsread.c: Ditto.
11534 * stabsread.h: Ditto.
11535 * stack.c: Ditto.
11536 * symfile.c: Ditto.
11537 * symfile.h: Ditto.
11538 * symmisc.c: Ditto.
11539 * symtab.c: Ditto.
11540 * symtab.h: Ditto.
11541 * target.c: Ditto.
11542 * target-descriptions.c: Ditto.
11543 * target-descriptions.h: Ditto.
11544 * target.h: Ditto.
11545 * target-memory.c: Ditto.
11546 * terminal.h: Ditto.
11547 * thread.c: Ditto.
11548 * top.c: Ditto.
11549 * tracepoint.c: Ditto.
11550 * tracepoint.h: Ditto.
11551 * trad-frame.h: Ditto.
11552 * typeprint.c: Ditto.
11553
11554 2011-01-11 Michael Snyder <msnyder@vmware.com>
11555
11556 * ui-file.c: Comment cleanup, mostly periods and spaces.
11557 * ui-file.h: Ditto.
11558 * ui-out.c: Ditto.
11559 * ui-out.h: Ditto.
11560 * utils.c: Ditto.
11561 * v850-tdep.c: Ditto.
11562 * valarith.c: Ditto.
11563 * valops.c: Ditto.
11564 * valprint.c: Ditto.
11565 * valprint.h: Ditto.
11566 * value.c: Ditto.
11567 * value.h: Ditto.
11568 * varobj.c: Ditto.
11569 * varobj.h: Ditto.
11570 * vax-tdep.c: Ditto.
11571 * vec.c: Ditto.
11572 * vec.h: Ditto.
11573 * version.h: Ditto.
11574 * windows-nat.c: Ditto.
11575 * windows-tdep.c: Ditto.
11576 * xcoffread.c: Ditto.
11577 * xcoffsolib.c: Ditto.
11578 * xml-support.c: Ditto.
11579 * xstormy16-tdep.c: Ditto.
11580 * xtensa-tdep.c: Ditto.
11581 * xtensa-tdep.h: Ditto.
11582
11583 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
11584
11585 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
11586 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
11587
11588 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
11589 Thiago Jung Bauermann <bauerman@br.ibm.com>
11590
11591 Implement support for PowerPC BookE ranged watchpoints.
11592 * breakpoint.h
11593 (struct breakpoint_ops) <resources_needed>: New method.
11594 Initialize to NULL in all existing breakpoint_ops instances.
11595 (struct breakpoint) <exact>: New field.
11596 (target_exact_watchpoints): Declare external global.
11597 * breakpoint.c (target_exact_watchpoints): New global flag.
11598 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
11599 b->enable_state to bp_enabled before calling
11600 hw_watchpoint_used_count.
11601 (hw_watchpoint_used_count): Iterate over all bp_locations in a
11602 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
11603 if available.
11604 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
11605 if the watchpoint is exact.
11606 (resources_needed_watchpoint): New function.
11607 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
11608 (watch_command_1): Set b->exact if the user asked for an exact
11609 watchpoint and one can be set.
11610 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
11611 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
11612 the user asks for an exact watchpoint and one can be set. Return
11613 number of needed debug registers to watch the expression.
11614 * gdbtypes.c (is_scalar_type): New function, based on
11615 valprint.c:scalar_type_p.
11616 (is_scalar_type_recursive): New function.
11617 * gdbtypes.h (is_scalar_type_recursive): Declare.
11618 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
11619 handle regions when ranged watchpoints are available.
11620 (create_watchpoint_request): New function.
11621 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
11622 create_watchpoint_request.
11623 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
11624 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
11625 `set powerpc' and `show powerpc' commands.
11626 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
11627 Mention documentation comment in the target macro.
11628 (target_region_ok_for_hw_watchpoint): Document return value.
11629
11630 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
11631
11632 * breakpoint.c (update_watchpoint): Decide on using a software or
11633 hardware watchpoint after the bp_locations are created.
11634
11635 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
11636
11637 Convert hardware watchpoints to use breakpoint_ops.
11638 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
11639 <insert_location>: ... this. Return int instead of void.
11640 Accept pointer to struct bp_location instead of pointer to
11641 struct breakpoint. Adapt all implementations.
11642 (breakpoint_ops) <remove>: Rename to...
11643 <remove_location>: ... this. Accept pointer to struct bp_location
11644 instead of pointer to struct breakpoint. Adapt all implementations.
11645 * breakpoint.c (insert_catchpoint): Delete function.
11646 (insert_bp_location): Call the watchpoint or catchpoint's
11647 breakpoint_ops.insert method.
11648 (remove_breakpoint_1): Call the watchpoint or catchpoint's
11649 breakpoint_ops.remove method.
11650 (insert_watchpoint, remove_watchpoint): New functions.
11651 (watchpoint_breakpoint_ops): New structure.
11652 (watch_command_1): Initialize the OPS field.
11653 * inf-child.c (inf_child_insert_fork_catchpoint)
11654 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
11655 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
11656 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
11657 Delete functions.
11658 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
11659 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
11660 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
11661 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
11662 * target.c (update_current_target): Change default implementation of
11663 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
11664 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
11665 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
11666 to_set_syscall_catchpoint to return_one.
11667 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
11668 (debug_to_insert_exec_catchpoint): Report return value.
11669 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
11670 (to_insert_exec_catchpoint): Change declaration to return int instead
11671 of void.
11672
11673 2011-01-11 Michael Snyder <msnyder@vmware.com>
11674
11675 * arm-tdep.c: Internationalization.
11676 * c-lang.c: Ditto.
11677 * charset.c: Ditto.
11678 * fork-child.c: Ditto.
11679 * nto-procfs.c: Ditto.
11680 * ppc-sysv-tdep.c: Ditto.
11681 * procfs.c: Ditto.
11682 * remote-mips.c: Ditto.
11683 * remote.c: Ditto.
11684 * rs6000-nat.c: Ditto.
11685 * rs6000-tdep.c: Ditto.
11686 * target.c: Ditto.
11687 * valops.c: Ditto.
11688 * value.c: Ditto.
11689 * xml-support.c: Ditto.
11690 * mi/mi-cmd-break.c: Ditto.
11691 * mi/mi-cmd-var.c: Ditto.
11692 * mi/mi-interp.c: Ditto.
11693 * mi/mi-main.c: Ditto.
11694
11695 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
11696
11697 * remote-sim.c (gdbsim_store_register): Update API to
11698 sim_store_register to check more error conditions.
11699
11700 2011-01-10 Michael Snyder <msnyder@vmware.com>
11701
11702 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
11703 * nto-tdep.c: Ditto.
11704 * nto-tdep.h: Ditto.
11705 * objc-exp.y: Ditto.
11706 * objc-lang.c: Ditto.
11707 * objfiles.c: Ditto.
11708 * objfiles.h: Ditto.
11709 * observer.c: Ditto.
11710 * opencl-lang.c: Ditto.
11711 * osabi.c: Ditto.
11712 * parse.c: Ditto.
11713 * parser-defs.h: Ditto.
11714 * p-exp.y: Ditto.
11715 * p-lang.c: Ditto.
11716 * posix-hdep.c: Ditto.
11717 * ppcbug-rom.c: Ditto.
11718 * ppc-linux-nat.c: Ditto.
11719 * ppc-linux-tdep.c: Ditto.
11720 * ppc-linux-tdep.h: Ditto.
11721 * ppcnbsd-tdep.c: Ditto.
11722 * ppcobsd-tdep.c: Ditto.
11723 * ppcobsd-tdep.h: Ditto.
11724 * ppc-sysv-tdep.c: Ditto.
11725 * ppc-tdep.h: Ditto.
11726 * printcmd.c: Ditto.
11727 * proc-abi.c: Ditto.
11728 * proc-flags.c: Ditto.
11729 * procfs.c: Ditto.
11730 * proc-utils.h: Ditto.
11731 * progspace.h: Ditto.
11732 * prologue-value.c: Ditto.
11733 * prologue-value.h: Ditto.
11734 * psympriv.h: Ditto.
11735 * psymtab.c: Ditto.
11736 * p-typeprint.c: Ditto.
11737 * p-valprint.c: Ditto.
11738 * ravenscar-sparc-thread.c: Ditto.
11739 * ravenscar-thread.c: Ditto.
11740 * ravenscar-thread.h: Ditto.
11741 * record.c: Ditto.
11742 * regcache.c: Ditto.
11743 * regcache.h: Ditto.
11744 * remote.c: Ditto.
11745 * remote-fileio.c: Ditto.
11746 * remote-fileio.h: Ditto.
11747 * remote.h: Ditto.
11748 * remote-m32r-sdi.c: Ditto.
11749 * remote-mips.c: Ditto.
11750 * remote-sim.c: Ditto.
11751 * rs6000-aix-tdep.c: Ditto.
11752 * rs6000-nat.c: Ditto.
11753 * rs6000-tdep.c: Ditto.
11754
11755 2011-01-10 Michael Snyder <msnyder@vmware.com>
11756
11757 * charset.c (validate): Internationalization.
11758 * coffread.c (read_one_sym): Ditto.
11759 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
11760 * h8300-tdep.c (H8300_extract_return_value): Ditto.
11761 * inflow.c (new_tty): Ditto.
11762 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
11763 * m32c-tdep.c (m32c_return_value): Ditto.
11764 * mep-tdep.c (mep_store_return_value): Ditto.
11765 * score-tdep.c (score7_fetch_insn): Ditto.
11766 * ser-mingw.c (pipe_windows_open): Ditto.
11767 * sh64-tdep.c (sh64_extract_return_value): Ditto.
11768 * spu-tdep.c (spu_register_type): Ditto.
11769 * tracepoint.c (trace_find_command): Ditto.
11770 * valarith.c (value_pos): Ditto.
11771
11772 2011-01-10 Joel Brobecker <brobecker@adacore.com>
11773
11774 * ada-valprint.c (printstr): Minor comment reformatting.
11775
11776 2011-01-08 Michael Snyder <msnyder@vmware.com>
11777
11778 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
11779 markup.
11780
11781 2011-01-08 Michael Snyder <msnyder@vmware.com>
11782
11783 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
11784 * hppa-hpux-tdep.c: Ditto.
11785 * hppa-linux-nat.c: Ditto.
11786 * hppa-linux-tdep.c: Ditto.
11787 * hppanbsd-tdep.c: Ditto.
11788 * hppa-tdep.c: Ditto.
11789 * hppa-tdep.h: Ditto.
11790 * hpux-thread.c: Ditto.
11791 * i386-cygwin-tdep.c: Ditto.
11792 * i386-darwin-nat.c: Ditto.
11793 * i386gnu-nat.c: Ditto.
11794 * i386-linux-nat.c: Ditto.
11795 * i386-linux-tdep.c: Ditto.
11796 * i386-nat.c: Ditto.
11797 * i386-nat.h: Ditto.
11798 * i386nbsd-tdep.c: Ditto.
11799 * i386-sol2-nat.c: Ditto.
11800 * i386-stub.c: Ditto.
11801 * i386-tdep.c: Ditto.
11802 * i386-tdep.h: Ditto.
11803 * i387-tdep.c: Ditto.
11804 * ia64-linux-nat.c: Ditto.
11805 * ia64-linux-tdep.c: Ditto.
11806 * ia64-tdep.c: Ditto.
11807 * infcall.c: Ditto.
11808 * infcall.h: Ditto.
11809 * infcmd.c: Ditto.
11810 * inferior.c: Ditto.
11811 * inferior.h: Ditto.
11812 * infloop.c: Ditto.
11813 * inflow.c: Ditto.
11814 * infrun.c: Ditto.
11815 * interps.c: Ditto.
11816 * interps.h: Ditto.
11817 * iq2000-tdep.c: Ditto.
11818 * irix5-nat.c: Ditto.
11819 * jit.c: Ditto.
11820 * jit.h: Ditto.
11821 * jv-exp.y: Ditto.
11822 * jv-lang.c: Ditto.
11823 * jv-lang.h: Ditto.
11824 * jv-typeprint.c: Ditto.
11825 * jv-valprint.c: Ditto.
11826 * language.c: Ditto.
11827 * language.h: Ditto.
11828 * linespec.c: Ditto.
11829 * linux-fork.c: Ditto.
11830 * linux-nat.c: Ditto.
11831 * linux-thread-db.c: Ditto.
11832 * lm32-tdep.c: Ditto.
11833
11834 2011-01-08 Michael Snyder <msnyder@vmware.com>
11835
11836 * m2-exp.y: Comment cleanup, mostly periods and spaces.
11837 * m2-lang.c: Ditto.
11838 * m2-typeprint.c: Ditto.
11839 * m2-valprint.c: Ditto.
11840 * m32c-tdep.c: Ditto.
11841 * m32r-linux-nat.c: Ditto.
11842 * m32r-rom.c: Ditto.
11843 * m32r-tdep.c: Ditto.
11844 * m32r-tdep.h: Ditto.
11845 * m68hc11-tdep.c: Ditto.
11846 * m58klinux-nat.c: Ditto.
11847 * m68k-tdep.c: Ditto.
11848 * m88k-tdep.c: Ditto.
11849 * m88k-tdep.h: Ditto.
11850 * machoread.c: Ditto.
11851 * macrocmd.c: Ditto.
11852 * macroexp.c: Ditto.
11853 * macrotab.c: Ditto.
11854 * main.c: Ditto.
11855 * maint.c: Ditto.
11856 * mdebugread.c: Ditto.
11857 * mdebugread.h: Ditto.
11858 * memattr.c: Ditto.
11859 * memattr.h: Ditto.
11860 * memory-map.h: Ditto.
11861 * mep-tdep.c: Ditto.
11862 * microblaze-rom.c: Ditto.
11863 * microblaze-tdep.c: Ditto.
11864 * minsyms.c: Ditto.
11865 * mips-irix-tdep.c: Ditto.
11866 * mips-linux-nat.c: Ditto.
11867 * mips-linux-tdep.c: Ditto.
11868 * mips-linux-tdep.h: Ditto.
11869 * mipsnbsd-nat.c: Ditto.
11870 * mipsnbsd-tdep.c: Ditto.
11871 * mipsread.c: Ditto.
11872 * mips-tdep.c: Ditto.
11873 * mips-tdep.h: Ditto.
11874 * mn10300-linux-tdep.c: Ditto.
11875 * mn10300-tdep.c: Ditto.
11876 * mn10300-tdep.h: Ditto.
11877 * monitor.c: Ditto.
11878 * monitor.h: Ditto.
11879 * moxie-tdep.c: Ditto.
11880 * moxie-tdep.h: Ditto.
11881 * mt-tdep.c: Ditto.
11882
11883 2011-01-08 Mike Frysinger <vapier@gentoo.org>
11884
11885 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
11886
11887 2011-01-08 Robert Millan <rmh@gnu.org>
11888
11889 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
11890
11891 2011-01-07 Michael Snyder <msnyder@vmware.com>
11892
11893 * charset.c (_initialize_charset): Fix typo in string.
11894
11895 2011-01-07 Michael Snyder <msnyder@vmware.com>
11896
11897 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
11898 for i18n.
11899 * tui/tui-layout.c (tui_set_layout_for_display_command):
11900 Split line so that operator goes to beginning of line.
11901 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
11902 assignment out of if statement.
11903
11904 2011-01-07 Michael Snyder <msnyder@vmware.com>
11905
11906 * ada-lang.c: Comment cleanup, mostly periods and spaces.
11907 * ada-lang.h: Ditto.
11908 * ada-tasks.c: Ditto.
11909 * ada-valprint.c: Ditto.
11910 * aix-threads.c: Ditto.
11911 * alpha-linux-nat.c: Ditto.
11912 * alpha-linux-tdep.c: Ditto.
11913 * alpha-mdebug-tdep.c: Ditto.
11914 * alpha-nat.c: Ditto.
11915 * alpha-osf1-tdep.c: Ditto.
11916 * alpha-tdep.c: Ditto.
11917 * alphabsd-nat.c: Ditto.
11918 * alphabsd-tdep.c: Ditto.
11919 * amd64-darwin-tdep.c: Ditto.
11920 * amd64-linux-nat.c: Ditto.
11921 * amd64-linux-tdep.c: Ditto.
11922 * amd64-sol2-tdep.c: Ditto.
11923 * amd64-tdep.c: Ditto.
11924 * amd64-fbsd-tdep.c: Ditto.
11925 * amd64-nbsd-tdep.c: Ditto.
11926 * amd64-obsd-tdep.c: Ditto.
11927 * amd64-linux-nat.c: Ditto.
11928 * amd64-linux-tdep.c: Ditto.
11929 * arm-tdep.c: Ditto.
11930 * arm-tdep.h: Ditto.
11931 * armnbsd-nat.c: Ditto.
11932 * avr-tdep.c: Ditto.
11933 * bfin-tdep.c: Ditto.
11934 * bsd-kvm.c: Ditto.
11935 * c-typeprintc: Ditto.
11936 * c-valprint.c: Ditto.
11937 * coff-pe-read.h: Ditto.
11938 * coffreead.c: Ditto.
11939 * cris-tdep.c: Ditto.
11940 * d-lang.c: Ditto.
11941 * darwin-nat-info.c: Ditto.
11942 * darwin-nat.c: Ditto.
11943 * dbug-rom.c: Ditto.
11944 * dbxread.c: Ditto.
11945 * dcache.c: Ditto.
11946 * dcache.h: Ditto.
11947 * dec-thread.c: Ditto.
11948 * defs.h: Ditto.
11949 * demangle.c: Ditto.
11950 * dicos-tdep.c: Ditto.
11951 * dictionary.c: Ditto.
11952 * dictionary.h: Ditto.
11953 * dink32-rom.c: Ditto.
11954 * disasm.c: Ditto.
11955 * doublest.c: Ditto.
11956 * dsrec.c: Ditto.
11957 * dummy-frame.c: Ditto.
11958 * dwarf2-frame.c: Ditto.
11959 * dwarf2expr.c: Ditto.
11960 * dwarf2loc.c: Ditto.
11961 * dwarf2read.c: Ditto.
11962 * elfread.c: Ditto.
11963 * environ.c: Ditto.
11964 * eval.c: Ditto.
11965 * event-top.h: Ditto.
11966 * exceptions.c: Ditto.
11967 * exceptions.h: Ditto.
11968 * exec.c: Ditto.
11969 * expprint.c: Ditto.
11970 * expression.h: Ditto.
11971 * f-exp.y: Ditto.
11972 * f-lang.c: Ditto.
11973 * f-lang.h: Ditto.
11974 * f-typeprint.c: Ditto.
11975 * f-valprint.c: Ditto.
11976 * fbsd-nat.c: Ditto.
11977 * findvar.c: Ditto.
11978 * fork-child.c: Ditto.
11979 * frame.c: Ditto.
11980 * frame.h: Ditto.
11981 * frv-linux-tdep.c: Ditto.
11982 * frv-tdep.c: Ditto.
11983 * gcore.c: Ditto.
11984 * gdb-stabs.h: Ditto.
11985 * gdb_assert.h: Ditto.
11986 * gdb_string.h: Ditto.
11987 * gdb_thread_db.h: Ditto.
11988 * gdb_wait.h: Ditto.
11989 * gdbarch.sh: Ditto.
11990 * gdbcore.h: Ditto.
11991 * gdbthread.h: Ditto.
11992 * gdbtypes.c: Ditto.
11993 * gdbtypes.h: Ditto.
11994 * gnu-nat.c: Ditto.
11995 * gnu-nat.h: Ditto.
11996 * gnu-v2-abi.c: Ditto.
11997 * gnu-v3-abi.c: Ditto.
11998 * go32-nat.c: Ditto.
11999 * gdbarch.c: Regenerate.
12000 * gdbarch.h: Regenerate.
12001
12002 2011-01-07 Michael Snyder <msnyder@vmware.com>
12003
12004 * ax-gdb.c: Adjust some long output strings.
12005 * breakpoint.c: Ditto.
12006 * charset.c: Ditto.
12007 * cp-abi.c: Ditto.
12008 * infcall.c: Ditto.
12009 * infrun.c: Ditto.
12010 * linux-nat.c: Ditto.
12011 * solib-pa64.c: Ditto.
12012 * solib-som.c: Ditto.
12013
12014 2011-01-06 Tom Tromey <tromey@redhat.com>
12015
12016 PR python/12367:
12017 * NEWS: Add item.
12018 * python/python.c (GdbMethods): Add "newest_frame" method.
12019 * python/python-internal.h (gdbpy_newest_frame): Declare.
12020 * python/py-frame.c (gdbpy_newest_frame): New function.
12021
12022 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
12023
12024 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
12025 * jit.c (jit_debug): New variable.
12026 (show_jit_debug): New function.
12027 (struct target_buffer): Use ULONGEST.
12028 (bfd_open_from_target_memory): Likewise.
12029 (jit_register_code, jit_inferior_init): Add debug output.
12030 (_initialize_jit): Register "debug jit" command.
12031
12032 2011-01-06 Tom Tromey <tromey@redhat.com>
12033
12034 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
12035 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
12036 and ARCH_FRAME.
12037
12038 2011-01-06 Tom Tromey <tromey@redhat.com>
12039
12040 * python/py-frame.c (frapy_block): Use get_frame_block.
12041
12042 2011-01-06 Joel Brobecker <brobecker@adacore.com>
12043
12044 Do not stop on SIGPRIO signals by default
12045 * infrun.c (_initialize_infrun): Unset signal_stop and
12046 signal_print for TARGET_SIGNAL_PRIO.
12047
12048 2011-01-06 Joel Brobecker <brobecker@adacore.com>
12049
12050 * ada-tasks.c: Fix style violation in comment.
12051
12052 2011-01-06 Joel Brobecker <brobecker@adacore.com>
12053
12054 * linespec.c (decode_compound, find_method): Remove trailing \n
12055 at end of error string.
12056 * solib-irix.c (irix_current_sos): Likewise.
12057 * varobj.c (uninstall_variable): Likewise.
12058
12059 2011-01-06 Joel Brobecker <brobecker@adacore.com>
12060
12061 * copyright.py: New script.
12062 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
12063 Launch emacs without exec'ing. Call copyright.py afterwards.
12064
12065 2011-01-05 Michael Snyder <msnyder@vmware.com>
12066
12067 * addrmap.c: Shorten lines of >= 80 columns.
12068 * arch-utils.c: Ditto.
12069 * arch-utils.h: Ditto.
12070 * ax-gdb.c: Ditto.
12071 * ax-general.c: Ditto.
12072 * bcache.c: Ditto.
12073 * blockframe.c: Ditto.
12074 * breakpoint.c: Ditto.
12075 * buildsym.c: Ditto.
12076 * c-lang.c: Ditto.
12077 * c-typeprint.c: Ditto.
12078 * charset.c: Ditto.
12079 * coffread.c: Ditto.
12080 * command.h: Ditto.
12081 * corelow.c: Ditto.
12082 * cp-abi.c: Ditto.
12083 * cp-namespace.c: Ditto.
12084 * cp-support.c: Ditto.
12085 * dbug-rom.c: Ditto.
12086 * dbxread.c: Ditto.
12087 * defs.h: Ditto.
12088 * dfp.c: Ditto.
12089 * dfp.h: Ditto.
12090 * dictionary.c: Ditto.
12091 * disasm.c: Ditto.
12092 * doublest.c: Ditto.
12093 * dwarf2-frame.c: Ditto.
12094 * dwarf2expr.c: Ditto.
12095 * dwarf2loc.c: Ditto.
12096 * dwarf2read.c: Ditto.
12097 * elfread.c: Ditto.
12098 * eval.c: Ditto.
12099 * event-loop.c: Ditto.
12100 * event-loop.h: Ditto.
12101 * exceptions.h: Ditto.
12102 * exec.c: Ditto.
12103 * expprint.c: Ditto.
12104 * expression.h: Ditto.
12105 * f-lang.c: Ditto.
12106 * f-valprint.c: Ditto.
12107 * findcmd.c: Ditto.
12108 * frame-base.c: Ditto.
12109 * frame-unwind.c: Ditto.
12110 * frame-unwind.h: Ditto.
12111 * frame.c: Ditto.
12112 * frame.h: Ditto.
12113 * gcore.c: Ditto.
12114 * gdb-stabs.h: Ditto.
12115 * gdb_assert.h: Ditto.
12116 * gdb_dirent.h: Ditto.
12117 * gdb_obstack.h: Ditto.
12118 * gdbcore.h: Ditto.
12119 * gdbtypes.c: Ditto.
12120 * gdbtypes.h: Ditto.
12121 * inf-ttrace.c: Ditto.
12122 * infcall.c: Ditto.
12123 * infcmd.c: Ditto.
12124 * inflow.c: Ditto.
12125 * infrun.c: Ditto.
12126 * inline-frame.h: Ditto.
12127 * language.c: Ditto.
12128 * language.h: Ditto.
12129 * libunwind-frame.c: Ditto.
12130 * libunwind-frame.h: Ditto.
12131 * linespec.c: Ditto.
12132 * linux-nat.c: Ditto.
12133 * linux-nat.h: Ditto.
12134 * linux-thread-db.c: Ditto.
12135 * machoread.c: Ditto.
12136 * macroexp.c: Ditto.
12137 * macrotab.c: Ditto.
12138 * main.c: Ditto.
12139 * maint.c: Ditto.
12140 * mdebugread.c: Ditto.
12141 * memattr.c: Ditto.
12142 * minsyms.c: Ditto.
12143 * monitor.c: Ditto.
12144 * monitor.h: Ditto.
12145 * objfiles.c: Ditto.
12146 * objfiles.h: Ditto.
12147 * osabi.c: Ditto.
12148 * p-typeprint.c: Ditto.
12149 * p-valprint.c: Ditto.
12150 * parse.c: Ditto.
12151 * printcmd.c: Ditto.
12152 * proc-events.c: Ditto.
12153 * procfs.c: Ditto.
12154 * progspace.c: Ditto.
12155 * progspace.h: Ditto.
12156 * psympriv.h: Ditto.
12157 * psymtab.c: Ditto.
12158 * record.c: Ditto.
12159 * regcache.c: Ditto.
12160 * regcache.h: Ditto.
12161 * remote-fileio.c: Ditto.
12162 * remote.c: Ditto.
12163 * ser-mingw.c: Ditto.
12164 * ser-tcp.c: Ditto.
12165 * ser-unix.c: Ditto.
12166 * serial.c: Ditto.
12167 * serial.h: Ditto.
12168 * solib-frv.c: Ditto.
12169 * solib-irix.c: Ditto.
12170 * solib-osf.c: Ditto.
12171 * solib-pa64.c: Ditto.
12172 * solib-som.c: Ditto.
12173 * solib-sunos.c: Ditto.
12174 * solib-svr4.c: Ditto.
12175 * solib-target.c: Ditto.
12176 * solib.c: Ditto.
12177 * somread.c: Ditto.
12178 * source.c: Ditto.
12179 * stabsread.c: Ditto.
12180 * stabsread.c: Ditto.
12181 * stack.c: Ditto.
12182 * stack.h: Ditto.
12183 * symfile-mem.c: Ditto.
12184 * symfile.c: Ditto.
12185 * symfile.h: Ditto.
12186 * symmisc.c: Ditto.
12187 * symtab.c: Ditto.
12188 * symtab.h: Ditto.
12189 * target-descriptions.c: Ditto.
12190 * target-memory.c: Ditto.
12191 * target.c: Ditto.
12192 * target.h: Ditto.
12193 * terminal.h: Ditto.
12194 * thread.c: Ditto.
12195 * top.c: Ditto.
12196 * tracepoint.c: Ditto.
12197 * tracepoint.h: Ditto.
12198 * ui-file.c: Ditto.
12199 * ui-file.h: Ditto.
12200 * ui-out.h: Ditto.
12201 * user-regs.c: Ditto.
12202 * user-regs.h: Ditto.
12203 * utils.c: Ditto.
12204 * valarith.c: Ditto.
12205 * valops.c: Ditto.
12206 * valprint.c: Ditto.
12207 * valprint.h: Ditto.
12208 * value.c: Ditto.
12209 * varobj.c: Ditto.
12210 * varobj.h: Ditto.
12211 * vec.h: Ditto.
12212 * xcoffread.c: Ditto.
12213 * xcoffsolib.c: Ditto.
12214 * xcoffsolib.h: Ditto.
12215 * xml-syscall.c: Ditto.
12216 * xml-tdesc.c: Ditto.
12217
12218 2011-01-05 Michael Snyder <msnyder@vmware.com>
12219
12220 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
12221 * cli/cli-decode.c: Ditto.
12222 * cli/cli-dump.c: Ditto.
12223 * cli/cli-logging.c: Ditto.
12224 * cli/cli-script.c: Ditto.
12225 * cli/cli-setshow.c: Ditto.
12226 * common/signals.c: Ditto.
12227 * mi/mi-cmd-break.c: Ditto.
12228 * mi/mi-cmd-disas.c: Ditto.
12229 * mi/mi-cmd-stack.c: Ditto.
12230 * mi/mi-cmd-var.c: Ditto.
12231 * mi/mi-cmds.c: Ditto.
12232 * mi/mi-common.h: Ditto.
12233 * mi/mi-console.c: Ditto.
12234 * mi/mi-interp.c: Ditto.
12235 * mi/mi-main.c: Ditto.
12236 * osf-share/cma_attr.c: Ditto.
12237 * osf-share/cma_deb_core.h: Ditto.
12238 * osf-share/cma_debug_client.h: Ditto.
12239 * osf-share/cma_handle.h: Ditto.
12240 * osf-share/cma_mutex.h: Ditto.
12241 * osf-share/cma_stack_int.h: Ditto.
12242 * osf-share/cma_tcb_defs.h: Ditto.
12243 * python/py-auto-load.c: Ditto.
12244 * python/py-breakpoint.c: Ditto.
12245 * python/py-cmd.c: Ditto.
12246 * python/py-frame.c: Ditto.
12247 * python/py-objfile.c: Ditto.
12248 * python/py-param.c: Ditto.
12249 * python/py-progspace.c: Ditto.
12250 * python/py-symbol.c: Ditto.
12251 * python/py-value.c: Ditto.
12252 * python/python-internal.h: Ditto.
12253 * python/python.c: Ditto.
12254 * tui/tui-data.c: Ditto.
12255 * tui/tui-disasm.c: Ditto.
12256 * tui/tui-hooks.c: Ditto.
12257 * tui/tui-io.c: Ditto.
12258 * tui/tui-layout.c: Ditto.
12259 * tui/tui-regs.c: Ditto.
12260 * tui/tui-source.c: Ditto.
12261 * tui/tui-stack.c: Ditto.
12262 * tui/tui-win.c: Ditto.
12263 * tui/tui-windata.c: Ditto.
12264 * tui/tui-winsource.c: Ditto.
12265
12266 2011-01-05 Joel Brobecker <brobecker@adacore.com>
12267
12268 * configure.ac, gdb.1: Copyright year update.
12269
12270 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12271
12272 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
12273 this_pc_in_block, morestack_msym and morestack_name. Check for
12274 "__morestack" minimal symbol there.
12275
12276 2011-01-03 Joel Brobecker <brobecker@adacore.com>
12277
12278 * symfile.c (find_sym_fns): Add call to dont_repeat.
12279
12280 2011-01-01 Joel Brobecker <brobecker@adacore.com>
12281
12282 Copyright year update in most files (performed by copyright.sh).
12283
12284 2011-01-01 Joel Brobecker <brobecker@adacore.com>
12285
12286 * top.c (print_gdb_version): Update copyright year in version output.
12287
12288 For older changes see ChangeLog-2010.
12289 \f
12290 Local Variables:
12291 mode: change-log
12292 left-margin: 8
12293 fill-column: 74
12294 version-control: never
12295 coding: utf-8
12296 End:
This page took 0.285586 seconds and 5 git commands to generate.