]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
* breakpoint.c: Fix typos in comments.
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2
3 * breakpoint.c: Fix typos in comments.
4 * linespec.c: Likewise.
5 * symtab.c: Likewise.
6
7 2011-07-04 Joel Brobecker <brobecker@adacore.com>
8
9 * dwarf2-frame.c (dwarf2_build_frame_info): Do not load .eh_frame
10 section in separate object files.
11
12 2011-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13
14 Fix false GCC warning.
15 * linespec.c (decode_line_1): Initialize values.
16
17 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18
19 * linespec.c (find_method): Accept the function type automatically only
20 if it was specified with parameter types.
21
22 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
23
24 Stop on first linespec terminator instead of eating what we can.
25 * linespec.c (is_linespec_boundary): New function.
26 (name_end): Remove function.
27 (keep_name_info): New parameter on_boundary, replace the body.
28 (decode_line_1): Provide the parameter to keep_name_info.
29 (decode_compound): Likewise. Drop the trailing java return type
30 handling. Twice.
31
32 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
33
34 Fall back linespec to minimal symbols.
35 * linespec.c (decode_line_1): New variable ex, saved_argptr. Protect
36 decode_compound by TRY_CATCH, fall back on minsyms if it failed.
37 (find_method, symbol_found): Change error to cplusplus_error.
38
39 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
40
41 * symtab.c (symbol_find_demangled_name): Remove DMGL_VERBOSE.
42
43 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
44 Tom Tromey <tromey@redhat.com>
45
46 * dwarf2read.c (check_physname): New variable.
47 (dwarf2_physname): Prefer DW_AT_linkage_name over dwarf2_compute_name.
48 (show_check_physname): New function.
49 (_initialize_dwarf2_read): Add `check-physname' for check_physname.
50
51 2011-07-01 Joel Brobecker <brobecker@adacore.com>
52
53 * machoread.c (macho_symfile_read): Delete OBE comment.
54
55 2011-07-01 Joel Brobecker <brobecker@adacore.com>
56
57 * machoread.c (struct macho_oso_data): Delete.
58 (current_oso): Delete.
59 (macho_relocate_common_syms): New function, mostly extracted
60 out of
61 (macho_add_oso_symfile): Call macho_relocate_common_syms.
62 Remove code that sets and unset current_oso.
63 (macho_symfile_relocate): Delete handling of common symbols,
64 now moved to macho_relocate_common_syms.
65
66 2011-07-01 Joel Brobecker <brobecker@adacore.com>
67
68 * darwin-nat.c (darwin_ptrace): Add documentation.
69 Set errno to zero before calling ptrace. If ptrace returns
70 -1 and errno is zero, then change then return zero.
71 (darwin_kill_inferior): Issue a warning instead of triggering
72 a failed assertion when the PT_KILL ptrace operations returned
73 nonzero.
74
75 2011-07-01 Joel Brobecker <brobecker@adacore.com>
76
77 * darwin-nat.c (darwin_detach): Call darwin_resume_inferior
78 only when inf->private->no_ptrace.
79
80 2011-07-01 Joel Brobecker <brobecker@adacore.com>
81
82 * ada-lang.c (print_it_exception): Print temporary catchpoints
83 as "Temporary catchpoint".
84 (print_mention_exception): Likewise.
85
86 2011-07-01 Tom Tromey <tromey@redhat.com>
87
88 * jv-lang.c (java_language_defn): Use java_printchar,
89 java_printstr.
90 (java_get_encoding): New function.
91 (java_emit_char): Use generic_emit_char.
92 (java_printchar): New function.
93 (java_printstr): Likewise.
94
95 2011-07-01 Joel Brobecker <brobecker@adacore.com>
96
97 * ada-typeprint.c (print_record_type): If unable to decode
98 the name of the parent type, use the encoded name.
99
100 2011-07-01 Jean-Charles Delay <delay@adacore.com>
101
102 * ada-typeprint.c (ada_print_type): Fix both PAD type and
103 pointer to constrained packed array type output.
104 * ada-valprint.c (ada_val_print_1): Fix pointer to constrained
105 packed array output.
106
107 2011-07-01 Jean-Charles Delay <delay@adacore.com>
108
109 * ada-typeprint.c (print_array_type): removed if condition on show
110 being negative for bounds printing.
111
112 2011-07-01 Joel Brobecker <brobecker@adacore.com>
113
114 * ada-lang.c (ada_identical_enum_types_p): New function.
115 (symbols_are_identical_enums): New function.
116 (remove_extra_symbols): Do nothing if NSYMS < 2.
117 Use symbols_are_identical_enums.
118
119 2011-07-01 Joel Brobecker <brobecker@adacore.com>
120
121 * ada-valprint.c (ada_value_print): Handle typedefs.
122
123 2011-07-01 Joel Brobecker <brobecker@adacore.com>
124
125 * ada-lang.c (ada_evaluate_subexp): Add missing word in comment.
126
127 2011-07-01 Eric Botcazou <ebotcazou@adacore.com>
128
129 * ada-lang.c (thin_descriptor_type): Deal with typedefs.
130 (decode_constrained_packed_array): Likewise.
131 (ada_evaluate_subexp) <TERNOP_SLICE>: Likewise.
132
133 2011-07-01 Joel Brobecker <brobecker@adacore.com>
134
135 * ada-exp.y (convert_char_literal): Handle typedef types.
136
137 2011-07-01 Joel Brobecker <brobecker@adacore.com>
138
139 * ada-lang.c (ada_remove_trailing_digits): Expand documentation.
140
141 2011-06-30 Tom Tromey <tromey@redhat.com>
142
143 * varobj.c (varobj_create): Call do_cleanups on early exit path.
144 * valops.c (find_overload_match): Call do_cleanups on early exit
145 path.
146 * solib.c (solib_find): Call do_cleanups on early exit path.
147
148 2011-06-30 Tom Tromey <tromey@redhat.com>
149
150 * symfile-mem.c (symbol_file_add_from_memory): Call do_cleanups.
151 * solib-svr4.c (open_symbol_file_object): Call do_cleanups on all
152 return paths. Defer final do_cleanups until last return.
153 * arm-tdep.c (arm_exidx_new_objfile): Make null cleanup after
154 early return.
155
156 2011-06-30 Tom Tromey <tromey@redhat.com>
157
158 * Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
159
160 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
161
162 * MAINTAINERS (Write After Approval): Add myself to the list.
163
164 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
165
166 Disable epilogue unwinders on recent GCCs.
167 * amd64-tdep.c (amd64_in_function_epilogue_p): New variable symtab,
168 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
169 * dwarf2read.c (process_full_comp_unit): Initialize
170 EPILOGUE_UNWIND_VALID.
171 * i386-tdep.c (i386_in_function_epilogue_p): New variable symtab,
172 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
173 * symtab.h (struct symtab): New field epilogue_unwind_valid.
174
175 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
176
177 Code cleanup - reformatting.
178 * dwarf2read.c (producer_is_gcc_ge_4_0): Rename to ...
179 (producer_is_gcc_ge_4): ... here, change the return value.
180 (process_full_comp_unit): New variable gcc_4_minor, adjust the value
181 interpretation.
182
183 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
184
185 Fix non-only rename list for Fortran modules import.
186 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Adjust the
187 cp_add_using_directive caller.
188 (cp_add_using_directive): New parameter excludes, describe it. New
189 variables ix and param. Compare if also excludes match. Allocate NEW
190 with variable size, initialize EXCLUDES there.
191 (cp_lookup_symbol_imports): New variable excludep, test
192 current->EXCLUDES with it.
193 * cp-support.h: Include vec.h.
194 (struct using_direct): New field excludes, describe it.
195 (DEF_VEC_P (const_char_ptr)): New.
196 (cp_add_using_directive): New parameter excludes.
197 * defs.h (const_char_ptr): New typedef.
198 * dwarf2read.c (read_import_statement): New variables child_die,
199 excludes and cleanups, read in excludes.
200 (read_namespace): Adjust the cp_add_using_directive caller.
201
202 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
203
204 Code cleanup.
205 * cp-namespace.c (cp_add_using_directive): Turn positive comparison to
206 negative comparisons.
207
208 2011-06-29 André Pönitz <andre.poenitz@nokia.com>
209
210 * mi/mi-main.c (mi_cmd_list_features): Emit
211 breakpoint-notifications.
212
213 2011-06-29 Tom Tromey <tromey@redhat.com>
214
215 PR fortran/10036:
216 * valprint.h (generic_emit_char, generic_printstr): Declare.
217 * valprint.c (wchar_printable, append_string_as_wide)
218 (print_wchar): Move from c-lang.c.
219 (generic_emit_char): New function; mostly taken from c_emit_char.
220 (generic_printstr): New function; mostly taken from c_printstr.
221 * f-valprint.c (f_val_print) <TYPE_CODE_ARRAY>: Handle strings
222 represented as arrays.
223 <TYPE_CODE_CHAR>: Treat as TYPE_CODE_INT; recognize as character
224 type.
225 * f-typeprint.c (f_type_print_base) <TYPE_CODE_CHAR>: Treat
226 identically to TYPE_CODE_INT.
227 * f-lang.c (f_get_encoding): New function.
228 (f_emit_char): Use generic_emit_char.
229 (f_printchar): Replace comment.
230 (f_printstr): Use generic_printstr.
231 * dwarf2read.c (read_base_type) <DW_ATE_unsigned>: Handle Fortran
232 "character" types specially.
233 <DW_ATE_signed_char, DW_ATE_unsigned_char>: Make TYPE_CODE_CHAR
234 for Fortran.
235 * c-lang.c (wchar_printable, append_string_as_wide, print_wchar):
236 Move to valprint.c
237 (c_emit_char): Call generic_emit_char.
238 (c_printstr): Call generic_printstr.
239
240 2011-06-29 Gary Benson <gbenson@redhat.com>
241
242 * breakpoint.c (bpstat_what): Removed duplicated case.
243
244 2011-06-28 Tom Tromey <tromey@redhat.com>
245
246 * python/python-internal.h (PY_SSIZE_T_CLEAN): Define.
247
248 2011-06-27 Tom Tromey <tromey@redhat.com>
249
250 * valops.c (find_overload_match): Call do_cleanups before early
251 return.
252 * top.c (execute_command): Call do_cleanups before early return.
253 (command_loop): Likewise.
254 * stack.c (backtrace_command): Make a null cleanup early. Don't
255 conditionally call do_cleanups.
256 * python/py-value.c (TRY_CATCH): Move cleanup handling into
257 TRY_CATCH.
258 * python/py-breakpoint.c (gdbpy_breakpoint_has_py_cond): Rearrange
259 so cleanups are always run.
260 * mi/mi-cmd-var.c (mi_cmd_var_delete): Reset old_cleanups.
261 * findcmd.c (parse_find_args): Call do_cleanups on early return
262 path.
263 * dbxread.c (elfstab_build_psymtabs): Make a null cleanup early.
264 Don't conditionally call do_cleanups.
265 * cli/cli-script.c (execute_user_command): Initialize 'old_chain'
266 later.
267
268 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
269
270 * MAINTAINERS (Write After Approval): Use default email address.
271
272 2011-06-27 Joel Brobecker <brobecker@adacore.com>
273
274 * MAINTAINERS (Write After Approval): Add Eric Botcazou.
275
276 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
277
278 * sparc-tdep.h (struct sparc_frame_cache): Add frame_offset,
279 saved_regs_mask and copied_regs_mask fields.
280 (sparc_record_save_insn): New prototype.
281 * sparc-tdep.c (sparc_alloc_frame_cache): Initialize the new fields.
282 (sparc_record_save_insn): New function.
283 (sparc_analyze_prologue): Add head comment. Recognize store insns
284 of call-saved registers. Use OFFSET consistently. Recognize flat
285 frames and cache their settings.
286 (sparc32_skip_prologue): Handle flat frames.
287 (sparc_frame_cache): Add frame_offset to the base address.
288 (sparc32_frame_cache): Adjust to new frame description.
289 (sparc32_frame_prev_register): Likewise.
290 * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
291 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
292 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
293 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Force the
294 frame by calling sparc_record_save_insn.
295 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
296 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
297 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
298
299 2011-06-27 Tristan Gingold <gingold@adacore.com>
300
301 * dwarf2read.c (struct dwarf2_section_info): Replace was_mmapped
302 field by map_addr and map_len.
303 (dwarf2_read_section): Adjust for the new bfd_mmap api.
304 (munmap_section_buffer): Likewise.
305
306 2011-06-24 Tom Tromey <tromey@redhat.com>
307
308 * varobj.c (update_dynamic_varobj_children): Make 'name' const.
309 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
310 * python/python.c (gdbpy_parameter): Make 'arg' const.
311 (execute_gdb_command): Likewise.
312 (gdbpy_decode_line): Likewise. Copy it.
313 (gdbpy_parse_and_eval): Make 'expr_string' const. Copy it.
314 (gdbpy_write): Make 'arg' const.
315 * python/py-type.c (typy_lookup_typename): Make 'type_name'
316 const.
317 (gdbpy_lookup_type): Likewise.
318 * python/py-prettyprint.c (print_children): Make 'name' const.
319 * python/py-param.c (parmpy_init): Make 'name' const. Copy it.
320 * python/py-inferior.c (infpy_write_memory): Make 'buf_len' a
321 Py_ssize_t.
322 * python/py-function.c (fnpy_init): Make 'name' const.
323 * python/py-cmd.c (cmdpy_init): Make 'name' const. Copy it.
324 (gdbpy_string_to_argv): Make 'input' const.
325 * python/py-breakpoint.c (bppy_init): Make 'spec' const. Copy
326 it.
327 * gdbtypes.h (lookup_typename): Update.
328 * gdbtypes.c (lookup_typename): Make 'name' const.
329 (lookup_struct): Likewise.
330 (lookup_union): Likewise.
331 (lookup_enum): Likewise.
332
333 2011-06-24 Tom Tromey <tromey@redhat.com>
334
335 * Makefile.in (HFILES_NO_SRCDIR): Add "common/" to
336 gdb_thread_db.h. Move all common/ entries to be together.
337 (TAGS): Don't depend on DEPFILES.
338
339 2011-06-23 Yao Qi <yao@codesourcery.com>
340
341 * infrun.c (start_remote): Move call init_wait_for_inferior to ...
342 * remote.c (remote_start_remote): ... here.
343 * monitor.c (monitor_open): ... here.
344
345 2011-06-23 Andrew Burgess <aburgess@broadcom.com>
346
347 * gdbtypes.c (append_composite_type_field_aligned): Fix
348 calculation of bit position based on alignment.
349
350 2011-06-22 Pedro Alves <pedro@codesourcery.com>
351
352 * breakpoint.c (bpstat_stop_status): Call the check_status
353 breakpoint_ops method.
354 (print_one_breakpoint_location): Also print the condition for Ada
355 exception catchpoints.
356 (allocate_bp_location): New, factored out from
357 allocate_bp_location.
358 (allocate_bp_location): Adjust. Call the owner breakpoint's
359 allocate_location method, if there is one.
360 (free_bp_location): Call the locations's dtor method, if there is
361 one.
362 (init_raw_breakpoint_without_location): New breakpoint_ops
363 parameter. Use it.
364 (set_raw_breakpoint_without_location): Adjust.
365 (init_raw_breakpoint): New breakpoint_ops parameter. Pass it down.
366 (set_raw_breakpoint): Adjust.
367 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
368 (catch_syscall_breakpoint_ops): Install NULL allocate_location,
369 re_set and check_status methods.
370 (init_catchpoint): Don't memset, initialize thread, addr_string
371 and enable_state. Pass the ops down to init_raw_breakpoint.
372 (install_catchpoint): Rename to ...
373 (install_breakpoint): ... this, and make extern.
374 (create_fork_vfork_event_catchpoint): Adjust.
375 (catch_exec_breakpoint_ops): Install NULL allocate_location,
376 re_set and check_status methods.
377 (create_syscall_event_catchpoint): Adjust.
378 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
379 (masked_watchpoint_breakpoint_ops): Install NULL
380 allocate_location, re_set and check_status methods.
381 (catch_exec_command_1): Adjust.
382 (gnu_v3_exception_catchpoint_ops): Install NULL allocate_location,
383 re_set and check_status methods.
384 (create_ada_exception_breakpoint): Rename to ...
385 (init_ada_exception_breakpoint): ... this. Add a struct
386 breakpoint parameter, and delete the exp_string, cond_string and
387 cond parameters. Use init_raw_breakpoint, and don't install or
388 mention the breakpoint yet. Don't clear breakpoint fields that
389 init_raw_breakpoint already clears.
390 (re_set_breakpoint): Delete, split into ...
391 (breakpoint_re_set_default, prepare_re_set_context): ... these new
392 functions.
393 (breakpoint_re_set_one): Call the breakpoint's
394 breakpoint_ops->re_set implementation, if there's one. Adjust.
395 * breakpoint.h: Forward declare struct bpstats and struct bp_location.
396 (struct bp_location_ops): New type.
397 (struct bp_location): New field `ops'.
398 (struct breakpoint_ops): New `allocate_location', `re_set' and
399 `check_status' fields. Make `breakpoint_hit''s description match
400 reality.
401 (init_bp_location): Declare.
402 (breakpoint_re_set_default): Declare.
403 (create_ada_exception_breakpoint): Rename to ...
404 (init_ada_exception_breakpoint): ... this. Add a struct
405 breakpoint parameter, and delete the exp_string, cond_string and
406 cond parameters.
407 (install_breakpoint): Declare.
408 * ada-lang.c: Include exceptions.h.
409 <Ada exceptions description>: Update.
410 (struct ada_catchpoint_location): New type.
411 (ada_catchpoint_location_dtor): New function.
412 (ada_catchpoint_location_ops): New global.
413 (ada_catchpoint): New type.
414 (create_excep_cond_exprs): New function.
415 (dtor_exception, allocate_location_exception, re_set_exception)
416 (should_stop_exception, check_status_exception): New functions.
417 (print_one_exception, print_mention_exception)
418 (print_recreate_exception): Adjust.
419 (dtor_catch_exception, allocate_location_catch_exception)
420 (re_set_catch_exception, check_status_catch_exception): New
421 functions.
422 (catch_exception_breakpoint_ops): Install them.
423 (dtor_catch_exception_unhandled)
424 (allocate_location_catch_exception_unhandled)
425 (re_set_catch_exception_unhandled)
426 (check_status_catch_exception_unhandled): New functions.
427 (catch_exception_unhandled_breakpoint_ops): Install them.
428 (dtor_catch_assert, allocate_location_catch_assert)
429 (re_set_catch_assert, check_status_catch_assert): New functions.
430 (catch_assert_breakpoint_ops): Install them.
431 (ada_exception_catchpoint_p): Delete.
432 (catch_ada_exception_command_split)
433 (ada_exception_catchpoint_cond_string): Rename exp_string
434 parameter to excep_string. Adjust.
435 (ada_parse_catchpoint_condition): Delete.
436 (ada_exception_sal): Rename the exp_string parameter to
437 excep_string. Delete the cond_string and cond parameters.
438 Adjust.
439 (ada_decode_exception_location): Rename the exp_string parameter
440 to excep_string. Delete the cond_string and cond parameters.
441 Adjust.
442 (create_ada_exception_catchpoint): New function.
443 (catch_ada_exception_command, ada_decode_assert_location)
444 (catch_assert_command): Adjust.
445 * ada-lang.h (ada_exception_catchpoint_p): Delete declaration.
446
447 2011-06-22 Pedro Alves <pedro@codesourcery.com>
448
449 * ada-lang.c: Include arch-utils.h.
450 (ada_decode_exception_location): Make static.
451 (catch_ada_exception_command): Moved here from breakpoint.c.
452 (ada_decode_assert_location): Make static.
453 (catch_assert_command): Moved here from breakpoint.c.
454 (_initialize_ada_lang): Install the exception and assert
455 catchpoint commands here.
456 * ada-lang.h (ada_decode_exception_location)
457 (ada_decode_assert_location): Delete declarations.
458 * breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): Moved to
459 breakpoint.h.
460 (create_ada_exception_breakpoint): Make extern.
461 (catch_ada_exception_command, catch_assert_command): Moved to
462 ada-lang.c.
463 (add_catch_command): Make extern.
464 (_initilize_breakpoint): Don't install the exception and assert
465 catchpoint commands here.
466 * breakpoint.h (CATCH_PERMANENT, CATCH_TEMPORARY): Moved from
467 breakpoint.c
468 (add_catch_command, create_ada_exception_breakpoint): Declare.
469
470 2011-06-22 Pedro Alves <pedro@codesourcery.com>
471
472 * breakpoint.c (init_raw_breakpoint_without_location): Don't add
473 the breakpoint to the breakpoint chain here.
474 (set_raw_breakpoint_without_location): Add the breakpoint to the
475 breakpoint chain here.
476 (init_raw_breakpoint): Adjust comments.
477 (set_raw_breakpoint): Add the breakpoint to the breakpoint chain
478 here.
479 (init_catchpoint): Don't set the catchpoint's breakpoint number
480 here.
481 (install_catchpoint): New function.
482 (create_fork_vfork_event_catchpoint)
483 (create_syscall_event_catchpoint, catch_exec_command_1): Adjust to
484 use install_catchpoint.
485
486 2011-06-22 Pedro Alves <pedro@codesourcery.com>
487
488 * breakpoint.c (create_catchpoint_without_mention)
489 (create_catchpoint): Delete.
490
491 2011-06-22 Pedro Alves <pedro@codesourcery.com>
492
493 * breakpoint.h (struct breakpoint): Delete field `exec_pathname'.
494 * breakpoint.c (init_raw_breakpoint_without_location): Remove
495 reference to exec_pathname.
496 (struct exec_catchpoint): New type.
497 (dtor_catch_exec): New function.
498 (insert_catch_exec, print_it_catch_exec, print_one_catch_exec): Adjust.
499 (catch_exec_breakpoint_ops): Install dtor_catch_syscall.
500 (catch_exec_command_1): Adjust to use init_catchpoint.
501 (delete_breakpoint): Remove reference to exec_pathname.
502
503 2011-06-22 Pedro Alves <pedro@codesourcery.com>
504
505 * breakpoint.h (struct breakpoint_ops): New field `dtor'.
506 (struct breakpoint): Delete field `syscalls_to_be_caught'.
507 * breakpoint.c (init_raw_breakpoint_without_location): Remove
508 reference to syscalls_to_be_caught.
509 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops): Install a
510 NULL `dtor'.
511 (struct syscall_catchpoint): New type.
512 (dtor_catch_syscall): New function.
513 (insert_catch_syscall, remove_catch_syscall)
514 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
515 (print_recreate_catch_syscall): Adjust.
516 (catch_syscall_breakpoint_ops): Install dtor_catch_syscall.
517 (catch_exec_breakpoint_ops): Install a NULL `dtor'.
518 (create_syscall_event_catchpoint): Adjust to use init_catchpoint.
519 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
520 (masked_watchpoint_breakpoint_ops)
521 (gnu_v3_exception_catchpoint_ops): Install a NULL `dtor'.
522 (delete_breakpoint): Call the `dtor' breakpoint_ops method, if
523 there is one. Remove references to syscalls_to_be_caught.
524 (catching_syscall_number): Adjust.
525 * ada-lang.c (catch_exception_breakpoint_ops)
526 (catch_exception_unhandled_breakpoint_ops)
527 (catch_assert_breakpoint_ops): Install a NULL `dtor'.
528
529 2011-06-22 Pedro Alves <pedro@codesourcery.com>
530
531 * breakpoint.h (struct breakpoint): Delete forked_inferior_pid
532 field.
533 * breakpoint.c (init_raw_breakpoint_without_location): Remove
534 reference to forked_inferior_pid.
535 (struct fork_catchpoint): New type.
536 (breakpoint_hit_catch_fork, print_it_catch_fork)
537 (print_one_catch_fork, breakpoint_hit_catch_vfork)
538 (print_it_catch_vfork, print_one_catch_vfork): Adjust.
539 (create_fork_vfork_event_catchpoint): Adjust to use
540 init_catchpoint.
541
542 2011-06-22 Pedro Alves <pedro@codesourcery.com>
543
544 * breakpoint.c (add_to_breakpoint_chain)
545 (init_raw_breakpoint_without_location): New functions, factored
546 out from ...
547 (set_raw_breakpoint_without_location): ... this one.
548 (init_raw_breakpoint): New function, factored out from
549 set_raw_breakpoint and adjusted to use
550 init_raw_breakpoint_without_location.
551 (set_raw_breakpoint): Adjust.
552 (init_catchpoint): New function, factored out from
553 create_catchpoint_without_mention and adjusted to use
554 init_raw_breakpoint.
555 (create_catchpoint_without_mention): Adjust.
556
557 2011-06-22 Tom Tromey <tromey@redhat.com>
558
559 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_convert>: Treat type
560 argument of 0 specially.
561
562 2011-06-22 Yao Qi <yao@codesourcery.com>
563
564 * infrun.c (handle_inferior_event): Remove write-only local variable
565 `sw_single_step_trap_p'.
566
567 2011-06-20 Tom Tromey <tromey@redhat.com>
568
569 * symtab.c (lookup_language_this): End loop if block is NULL.
570
571 2011-06-17 Tom Tromey <tromey@redhat.com>
572
573 * valops.c (value_of_this): Use lookup_language_this.
574 * symtab.h (lookup_language_this): Declare.
575 * symtab.c (lookup_language_this): New function.
576 (lookup_symbol_aux): Use lookup_language_this.
577 * ax-gdb.c (gen_expr) <OP_THIS>: Use lookup_language_this.
578
579 2011-06-17 Tom Tromey <tromey@redhat.com>
580
581 * value.h (value_of_this): Update.
582 (value_of_local): Remove.
583 * valops.c (value_of_this): Rename from value_of_local. Change
584 parameters.
585 * p-exp.y (exp): Update.
586 (variable): Likewise.
587 * eval.c (evaluate_subexp_standard) <OP_THIS>: Use value_of_this.
588
589 2011-06-17 Tom Tromey <tromey@redhat.com>
590
591 * valops.c (value_of_local): Complain if NAME is NULL.
592 * std-operator.def (OP_OBJC_SELF): Remove.
593 * parse.c (operator_length_standard) <OP_OBJC_SELF>: Remove.
594 * objc-exp.y (name_not_typename): Use OP_THIS.
595 * expprint.c (print_subexp_standard) <OP_THIS>: Print language's
596 name for "this".
597 <OP_OBJC_SELF>: Remove.
598 * eval.c (evaluate_subexp_standard) <OP_OBJC_SELF>: Remove.
599
600 2011-06-16 Tristan Gingold <gingold@adacore.com>
601
602 * python/py-events.h (gdb_py_events): Make it extern.
603 * python/py-evtregistry.c (gdb_py_events): Declare.
604
605 2011-06-16 Hui Zhu <teawater@gmail.com>
606
607 * remote.c (remote_trace_set_readonly_regions): Add check for
608 remote_protocol_packets[PACKET_qXfer_traceframe_info].support before
609 output warning.
610
611 2011-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
612
613 * arm-linux-tdep.c: Include "auxv.h".
614 (AT_HWCAP): Define.
615 (ARM_LINUX_SIZEOF_VFP): Define.
616 (arm_linux_supply_vfp): New function.
617 (arm_linux_collect_vfp): Likewise.
618 (arm_linux_regset_from_core_section): Handle .reg-arm-vfp sections.
619 (arm_linux_fpa_regset_sections): New variable.
620 (arm_linux_vfp_regset_sections): Likewise.
621 (arm_linux_core_read_description): New function.
622 (arm_linux_init_abi): Install arm_linux_core_read_description and
623 arm_linux_fpa_regset_sections or arm_linux_vfp_regset_sections as
624 appropriate for the architecture.
625 * arm-tdep.h (struct gdbarch_tdep): Add member "vfpregset".
626 (tdesc_arm_with_m): Declare.
627 (tdesc_arm_with_iwmmxt): Likewise.
628 (tdesc_arm_with_vfpv2): Likewise.
629 (tdesc_arm_with_vfpv3): Likewise.
630 (tdesc_arm_with_neon): Likewise.
631 * arm-linux-nat.c: Move features/*.c includes ...
632 * arm-tdep.c: ... here.
633 * arm-linux-nat.c (arm_linux_read_description): Move initializing
634 target description data structures ...
635 * arm-tdep.c (_initialize_arm_tdep): ... here.
636 * arm-linux-nat.c (HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3,
637 HWCAP_VFPv3D16): Move definitions ...
638 * arm-linux-tdep.h: ... here.
639
640 2011-06-15 Hui Zhu <teawater@gmail.com>
641
642 * remote.c (remote_trace_set_readonly_regions): Add a check for
643 target_buf_size.
644
645 2011-06-14 Tom Tromey <tromey@redhat.com>
646
647 * coffread.c (coffread_objfile): Rename from current_objfile.
648 * dbxread.c (dbxread_objfile): Rename from current_objfile.
649 * mdebugread.c (mdebugread_objfile): Rename from current_objfile.
650
651 2011-06-14 Tom Tromey <tromey@redhat.com>
652
653 * jv-lang.c (jv_type_objfile_data_key, dynamics_objfile)
654 (class_symtab): Remove.
655 (jv_dynamics_progspace_key): New global.
656 (jv_per_objfile_free): Reset program space data. Update assert.
657 Don't clear globals.
658 (get_dynamics_objfile): Use and set program space data.
659 (get_java_class_symtab): Use get_dynamics_objfile.
660 (add_class_symbol): Likewise.
661 (java_link_class_type): Likewise.
662 (java_object_type, jv_clear_object_type, set_java_object_type):
663 Remove.
664 (get_java_object_type): Update. Don't cache result.
665 (is_object_type): Don't call set_java_object_type.
666 (_initialize_java_language): Don't set jv_type_objfile_data_key;
667 initialize jv_dynamics_progspace_key.
668
669 2011-06-14 Tom Tromey <tromey@redhat.com>
670
671 * symtab.h (current_objfile): Don't declare.
672 * objfiles.h (current_objfile): Don't declare.
673 * objfiles.c (current_objfile): Remove.
674 * mdebugread.c (current_objfile): New file-scope global.
675 * dbxread.c (current_objfile): New file-scope global.
676 * coffread.c (current_objfile): New file-scope global.
677
678 2011-06-13 Pedro Alves <pedro@codesourcery.com>
679
680 * top.h (line): Rename to ...
681 (saved_command_line): ... this.
682 (linesize): Rename to ...
683 (saved_command_line_size): ... this.
684 * top.c (line): Rename to ...
685 (saved_command_line): ... this.
686 (linesize): Rename to ...
687 (saved_command_line_size): ... this.
688 (dont_repeat, command_line_input, dont_repeat_command): Adjust.
689 * event-top.c (command_line_handler): Adjust.
690 * main.c (captured_main): Adjust.
691
692 2011-06-12 Mark Kettenis <kettenis@gnu.org>
693
694 * i386-tdep.c (i386_epilogue_frame_cache): Simplify code. Call
695 get_frame_func instead of get_frame_pc to determine the code
696 address used to construct the frame ID.
697 (i386_epilogue_frame_unwind_stop_reason): Fix coding style.
698 (i386_epilogue_frame_this_id): Likewise.
699 (i386_epilogue_frame_prev_register): New function.
700 (i386_epilogue_frame_unwind): Use i386_epilogue_frame_prev_register.
701 (i386_stack_tramp_frame_sniffer): Fix coding style.
702 (i386_stack_tramp_frame_unwind): Use i386_epilogue_frame_prev_register.
703 (i386_gdbarch_init): Fix comments.
704
705 2011-06-12 Mark Kettenis <kettenis@gnu.org>
706
707 * i386-tdep.c (i386_match_insn_block): Use length of the proper
708 instruction when walking back through the instruction stream.
709
710 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
711
712 * symtab.c (output_partial_symbol_filename): Exchange the filename and
713 fullname parameters order.
714
715 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
716
717 Code cleanup.
718 * dwarf2read.c (dw2_map_symbol_filenames): Use symbol_filename_ftype
719 for fun.
720 * psymtab.c (map_symbol_filenames_psymtab)
721 (map_partial_symbol_filenames): Likewise.
722 * psymtab.h: Include symfile.h.
723 (map_partial_symbol_filenames): Use symbol_filename_ftype for fun.
724 * symfile.h (symbol_filename_ftype): New.
725 (struct quick_symbol_functions): Use symbol_filename_ftype for fun of
726 map_symbol_filenames, clarify more the naming in comment.
727
728 2011-06-07 Doug Evans <dje@google.com>
729
730 * cc-with-index.sh: Fix typos in comment.
731 Look for ../../gdb, for fullname.exp.
732
733 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
734 Pedro Alves <pedro@codesourcery.com>
735
736 * cli/cli-cmds.c (shell_escape): Use waitpid.
737 * rs6000-nat.c (exec_one_dummy_insn): Likewise.
738
739 2011-06-07 Tristan Gingold <gingold@adacore.com>
740
741 * xcoffread.c (dwarf2_xcoff_names): New variable.
742 (aix_process_linenos): Add a guard.
743 (xcoff_symfile_finish): Free dwarf2.
744 (xcoff_initial_scan): Add dwarf2 support.
745
746 2011-06-06 Pedro Alves <pedro@codesourcery.com>
747
748 * infcall.c (run_inferior_call): Don't mask async. Instead force
749 a synchronous wait, if the target can async.
750
751 * target.h (struct target_ops): Delete to_async_mask.
752 (target_async_mask): Delete.
753 * target.c (update_current_target): Delete references to to_async_mask.
754 * linux-nat.c (linux_nat_async_mask_value): Delete.
755 (linux_nat_is_async_p, linux_nat_can_async_p): Remove references
756 to linux_nat_async_mask_value.
757 (linux_nat_async_mask): Delete.
758 (linux_nat_async, linux_nat_close): Remove references to
759 linux_nat_async_mask_value.
760 * record.c (record_async_mask_value): Delete.
761 (record_async): Remove references to record_async_mask_value.
762 (record_async_mask): Delete.
763 (record_can_async_p, record_is_async_p): Remove references to
764 record_async_mask_value.
765 (init_record_ops, init_record_core_ops): Remove references to
766 record_async_mask.
767 * remote.c (remote_async_mask_value): Delete.
768 (init_remote_ops): Remove reference to remote_async_mask.
769 (remote_can_async_p, remote_is_async_p): Remove references to
770 remote_async_mask_value.
771 (remote_async): Remove references to remote_async_mask_value.
772 (remote_async_mask): Delete.
773
774 * infrun.c (fetch_inferior_event): Don't claim registers changed
775 if the current thread is already not executing.
776
777 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
778
779 From Stephen Kitt <steve@sk2.org>
780 * breakpoint.c, breakpoint.h, cli/cli-dump.c, dwarf2expr.c,
781 gdbarch.c, gdbarch.sh, remote.c: Various spelling fixes.
782
783 2011-06-03 Joel Brobecker <brobecker@adacore.com>
784
785 * dwarf2expr.c (execute_stack_op) [DW_OP_deref]: Handle
786 the case where ADDR_SIZE is different from TYPE_LENGTH (type).
787
788 2011-06-03 Tom Tromey <tromey@redhat.com>
789
790 * python/py-inferior.c (python_inferior_exit): Use inferior's exit
791 code fields.
792 * python/py-exitedevent.c (create_exited_event_object): Change
793 type of 'exit_code'. Optionally add exit_code attribute.
794 (emit_exited_event): Change type of 'exit_code'.
795 * python/py-event.h (emit_exited_event): Update.
796 * mi/mi-interp.c (mi_inferior_exit): Print exit code.
797 * infrun.c (handle_inferior_event): Set exit code fields on
798 inferior.
799 * inferior.h (struct inferior) <has_exit_code, exit_code>: New
800 fields.
801 * inferior.c (exit_inferior_1): Initialize new fields.
802
803 2011-06-03 Tom Tromey <tromey@redhat.com>
804
805 * dwarf2expr.c (get_signed_type): New function.
806 (execute_stack_op) <DW_OP_shra>: Always perform a signed shift.
807
808 2011-06-02 Keith Seitz <keiths@redhat.com>
809
810 * objc-lang.c (find_methods): Increment objfile_csym earlier.
811
812 2011-06-02 Pedro Alves <pedro@codesourcery.com>
813
814 * top.h (simplified_command_loop): Delete declaration.
815
816 2011-06-01 Mike Frysinger <vapier@gentoo.org>
817
818 * remote-sim.c (gdbsim_open): Add the strlen of " --sysroot=" and
819 gdb_sysroot to the "len" variable. Append both to "arg_buf".
820
821 2011-06-01 Yao Qi <yao@codesourcery.com>
822
823 * objfiles.h (obj_section_addr): Update reference to objfile from
824 `abfd' to `obfd'.
825 (obj_section_endaddr): Likewise.
826
827 2011-06-01 Daniel Jacobowitz <drow@false.org>
828
829 * MAINTAINERS: Update my email address and affiliation. Also
830 update Ian Lance Taylor's affiliation. Use UTF-8 for ludo@gnu.org.
831
832 2010-05-31 Keith Seitz <keiths@redhat.com>
833
834 PR c++/12750
835 * linespec.c (get_search_block): New function.
836 (find_methods): Add FILE_SYMTATB parameter and use it and
837 get_search_block to pass an appropriate block to
838 lookup_symbol_in_namespace.
839 (decode_line_1): Record if *ARGPTR is single-quote enclosed.
840 Check if *ARGPTR starts with a filename first.
841 If it does, call locate_first_half again to locate the next
842 "first half" of the linespec.
843 Pass FILE_SYMTATB to decode_objc and decode_compound.
844 Swallow the trailing single-quote if IS_SQUOTE_ENCLOSED.
845 (locate_first_half): Stop on the first colon seen.
846 (decode_compound): Add FILE_SYMTAB parameter.
847 Pass FILE_SYMTAB to lookup_prefix_sym and find_method.
848 (lookup_prefix_sym): Add FILE_SYMTAB parameter and use
849 get_search_block with lookup_symbol.
850 (find_method): Add FILE_SYMTAB parameter and pass it to
851 find_methods.
852 (decode_objc): Use get_search_block.
853
854 2010-05-31 Keith Seitz <keiths@redhat.com>
855
856 PR symtab/12704
857 * cp-namespace.c (ANONYMOUS_NAMESPACE_LEN): Remove.
858 (cp_scan_for_anonymous_namespaces): Use CP_ANONYMOUS_NAMESPACE_STR
859 and CP_ANONYMOUS_NAMESPACE_LEN.
860 (cp_is_anonymous): Likewise.
861 * cp-support.h (CP_ANONYMOUS_NAMESPACE_STR): Define.
862 (CP_ANONYMOUS_NAMESPACE_LEN): Define.
863 * dwarf2read.c (namespace_name): Likewise.
864 (fixup_partial_die): Likewise.
865 * linespec.c (decode_compound): If CP_ANONYMOUS_NAMESPACE_STR is
866 seen in the input, keep it.
867
868 2011-05-30 Pedro Alves <pedro@codesourcery.com>
869
870 * target.h (enum inferior_event_type): Delete INF_QUIT_REQ.
871 * inf-loop.h (inferior_event_handler_wrapper): Delete.
872 * inf-loop.c (inferior_event_handler_wrapper): Delete.
873 (inferior_event_handler): Don't handle INF_QUIT_REQ.
874 * remote.c (_initialize_remote): Register
875 async_remote_interrupt_twice directly as
876 sigint_remote_twice_token event.
877
878 2011-05-30 Pedro Alves <pedro@codesourcery.com>
879
880 * target.h (enum inferior_event_type): Delete INF_ERROR.
881 * inf-loop.c (inferior_event_handler): Don't handle INF_ERROR.
882
883 2011-05-30 Pedro Alves <pedro@codesourcery.com>
884
885 * interps.c (interp_set): Don't cancel continuations.
886
887 2011-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
888
889 * linux-nat.c (linux_lwp_is_zombie): Use xsnprintf.
890
891 2011-05-30 Pedro Alves <pedro@codesourcery.com>
892
893 * continuations.h (continuation_ftype): Add `err' parameter.
894 Document parameters.
895 (do_all_continuations, do_all_continuations_thread)
896 (do_all_intermediate_continuations)
897 (do_all_intermediate_continuations_thread)
898 (do_all_inferior_continuations): Add `err' parameter.
899 * continuations.c (do_my_continuations_1, do_my_continuations)
900 (do_all_inferior_continuations, do_all_continuations_ptid)
901 (do_all_continuations_thread_callback)
902 (do_all_continuations_thread, do_all_continuations)
903 (do_all_intermediate_continuations_thread_callback)
904 (do_all_intermediate_continuations_thread)
905 (do_all_intermediate_continuations): Add `err' parameter, and pass
906 it down all the way to the continuations proper.
907 * inf-loop.c (inferior_event_handler): If fetching an inferior
908 event throws an error, don't pop the target, and still call the
909 continuations, but with `err' set. Adjust all other continuation
910 calls.
911 * breakpoint.c (until_break_command_continuation): Add `err'
912 parameter.
913 * infcmd.c (step_1_continuation): Add `err' parameter. Don't
914 issue another step if `err' is set.
915 (struct until_next_continuation_args): New.
916 (until_next_continuation): Add `err' parameter. Adjust.
917 (until_next_command): Adjust.
918 (struct finish_command_continuation_args): Add `thread' field.
919 (finish_command_continuation): Add `err' parameter. Handle it.
920 (finish_forward): Adjust.
921 (attach_command_continuation): Add `err' parameter. Handle it.
922 * infrun.c (infrun_thread_stop_requested_callback): Adjust to
923 cancel the continuations.
924 * interps.c (interp_set): Adjust to cancel the continuations.
925 * thread.c (clear_thread_inferior_resources): Adjust to cancel the
926 continuations rather than discarding.
927 (free_thread): Don't clear thread inferior resources here.
928 (delete_thread_1): Do it here instead. And do it before removing
929 the thread from the threads list. Tag the thread as exited before
930 clearing thread inferior resources.
931
932 2011-05-30 Joel Brobecker <brobecker@adacore.com>
933
934 * infcall.c (call_function_by_hand): Rephrase error message.
935
936 2011-05-27 Pedro Alves <pedro@codesourcery.com>
937
938 * defs.h (struct thread_info, struct inferior): Delete forward
939 declarations.
940 * breakpoint.h (struct thread_info): New forward declaration.
941 * observer.sh (struct inferior): New forward declaration.
942 * python/python-internal.h (struct inferior): New forward
943 declaration.
944
945 2011-05-27 Pedro Alves <pedro@codesourcery.com>
946
947 * defs.h (struct continuation, continuation_ftype)
948 (continuation_free_arg_ftype, add_continuation)
949 (do_all_continuations, do_all_continuations_thread)
950 (discard_all_continuations, discard_all_continuations_thread)
951 (add_intermediate_continuation, do_all_intermediate_continuations)
952 (do_all_intermediate_continuations_thread)
953 (discard_all_intermediate_continuations)
954 (discard_all_intermediate_continuations_thread)
955 (add_inferior_continuation, do_all_inferior_continuations)
956 (discard_all_inferior_continuations): Move to ...
957 * continuations.h: ... this new file.
958 * breakpoint.c, continuations.c, event-top.c, inf-loop.c,
959 infcmd.c, inferior.c, infrun.c, interps.c: Include
960 continuations.h.
961
962 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
963 Doug Evans <dje@google.com>
964
965 Fix PR 10970, PR 12702.
966 * linux-nat.c (linux_lwp_is_zombie): New function.
967 (wait_lwp): Initialize status. New variable prev_mask. Block signals.
968 Check for linux_lwp_is_zombie. Use WNOHANG and sigsuspend.
969
970 2011-05-27 Pedro Alves <pedro@codesourcery.com>
971
972 * defs.h (continuation_ftype, continuation_free_arg_ftype): New
973 typedefs.
974 (add_continuation, add_intermediate_continuation)
975 (add_inferior_continuation): Use them.
976 * continuations.c (struct continuation): Use them.
977 (make_continuation_ftype): Delete.
978 (make_continuation, add_inferior_continuation, add_continuation)
979 (add_intermediate_continuation): Use continuation_ftype and
980 continuation_free_arg_ftype. Rename parameters to shorter names.
981
982 2011-05-27 Pedro Alves <pedro@codesourcery.com>
983
984 * continuations.c (make_continuation): Make it return void.
985 (do_my_continuations): Rename to ...
986 (do_my_continuations_1): ... this. Remove old_chain parameter and
987 adjust.
988 (do_my_continuations): New.
989 (discard_my_continuations): Rename to ...
990 (discard_my_continuations_1): ... this. Remove old_chain
991 parameter and adjust.
992 (discard_my_continuations): New.
993 (add_inferior_continuation): Simplify.
994 (do_all_inferior_continuations): Reimplement on top
995 do_my_continuations.
996 (discard_all_inferior_continuations): Simplify.
997 (add_continuation): Simplify.
998 (do_all_continuations_ptid): Simplify.
999 (discard_all_continuations_thread_callback): Simplify.
1000 (add_intermediate_continuation): Simplify.
1001 (discard_all_intermediate_continuations_thread_callback):
1002 Simplify.
1003
1004 2011-05-27 Pedro Alves <pedro@codesourcery.com>
1005
1006 * utils.c (struct continuation, add_continuation)
1007 (add_inferior_continuation)
1008 (do_all_inferior_continuations, discard_all_inferior_continuations)
1009 (restore_thread_cleanup, do_all_continuations_ptid)
1010 (do_all_continuations_thread_callback)
1011 (do_all_continuations_thread, do_all_continuations)
1012 (discard_all_continuations_thread_callback)
1013 (discard_all_continuations_thread, discard_all_continuations)
1014 (add_intermediate_continuation)
1015 (do_all_intermediate_continuations_thread_callback)
1016 (do_all_intermediate_continuations_thread)
1017 (do_all_intermediate_continuations)
1018 (discard_all_intermediate_continuations_thread_callback)
1019 (discard_all_intermediate_continuations_thread)
1020 (discard_all_intermediate_continuations): Move to ...
1021 * continuations.c: ... this new file, and adjust to no longer
1022 implement continuations on top of cleanups.
1023 * Makefile.in (SFILES): Add continuations.c.
1024 (COMMON_OBS): Add continuations.o.
1025
1026 2011-05-26 Pedro Alves <pedro@codesourcery.com>
1027
1028 * inferior.h (enum exec_direction_kind): Delete EXEC_ERROR.
1029 * infrun.c (show_exec_direction_func): Don't handle EXEC_ERROR.
1030 Internal error on invalid values.
1031 * reverse.c: Don't handle EXEC_ERROR.
1032 * mi/mi-main.c: Don't handle EXEC_ERROR.
1033
1034 2011-05-26 Pedro Alves <pedro@codesourcery.com>
1035
1036 * record.c: Include event-loop.h, inf-loop.h.
1037 (record_beneath_to_async): New global.
1038 (tmp_to_async): New global.
1039 (record_async_inferior_event_token): New global.
1040 (record_open_1): Don't error out if async is enabled.
1041 (record_open): Handle to_async. Create an async event source in
1042 the event loop.
1043 (record_close): Delete the async event source.
1044 (record_resumed): New global.
1045 (record_execution_dir): New global.
1046 (record_resume, record_core_resume): Set them. Register the
1047 target on the event loop.
1048 (record_wait): Rename to ...
1049 (record_wait_1): ... this. Add more debug output. Handle
1050 TARGET_WNOHANG, and the target beneath returning
1051 TARGET_WAITKIND_IGNORE.
1052 (record_wait): Reimplement on top of record_wait_1.
1053 (record_async_mask_value): New global.
1054 (record_async, record_async_mask, record_can_async_p)
1055 (record_is_async_p, record_execution_direction): New functions.
1056 (init_record_ops, init_record_core_ops): Install new methods.
1057 * infrun.c (fetch_inferior_event): Temporarily switch the global
1058 execution direction to the direction the target was going.
1059 (execution_direction): Change type to int.
1060 * target.c (default_execution_direction): New function.
1061 (update_current_target): Inherit and de_fault
1062 to_execution_direction.
1063 * target.h (struct target_ops) <to_execution_direction>: New
1064 field.
1065 (target_execution_direction): New macro.
1066 * inferior.h (execution_direction): Change type to int.
1067
1068 2011-05-26 Pedro Alves <pedro@codesourcery.com>
1069
1070 * infcall.c (call_function_by_hand): Don't allow calling functions
1071 in reverse execution mode.
1072
1073 2011-05-26 Pedro Alves <pedro@codesourcery.com>
1074
1075 * infcmd.c (finish_command): Allow async finish in reverse.
1076
1077 2011-05-26 Yao Qi <yao@codesourcery.com>
1078
1079 * gdb_thread_db.h: Delete. Move to ...
1080 * common/gdb_thread_db.h: ... here.
1081
1082 2011-05-26 Pedro Alves <pedro@codesourcery.com>
1083
1084 * infcmd.c (finish_backward): Set a step-resume breakpoint at the
1085 function's entry point instead of a manually managed momentary
1086 breakpoint, and only ever issue one proceed call.
1087 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_STEP_RESUME>: If
1088 doing a reverse-finish, switch to stepi mode, to do another step.
1089 (insert_step_resume_breakpoint_at_sal): Make public.
1090 (normal_stop): No need to save function value return registers if
1091 going reverse.
1092 * inferior.h (insert_step_resume_breakpoint_at_sal): Declare.
1093
1094 2011-05-26 Pedro Alves <pedro@codesourcery.com>
1095
1096 * breakpoint.h (enum bptype) <bp_hp_step_resume>: New.
1097 (enum bpstat_what_main_action): Move BPSTAT_WHAT_STEP_RESUME
1098 before BPSTAT_WHAT_STOP_SILENT. Add BPSTAT_WHAT_HP_STEP_RESUME
1099 at the end.
1100 * breakpoint.c (update_breakpoints_after_exec): Also delete hp
1101 step-resume breakpoints.
1102 (print_it_typical): Handle bp_hp_step_resume.
1103 (bpstat_what): Ditto.
1104 (bptype_string): Ditto.
1105 (print_one_breakpoint_location): Ditto.
1106 (allocate_bp_location): Ditto.
1107 (mention): Ditto.
1108 (breakpoint_re_set_one): Ditto.
1109 * infrun.c (handle_inferior_event): Adjust. Split
1110 BPSTAT_WHAT_STEP_RESUME handling in BPSTAT_WHAT_STEP_RESUME and
1111 BPSTAT_WHAT_HP_STEP_RESUME.
1112 (insert_step_resume_breakpoint_at_sal): Rename to ...
1113 (insert_step_resume_breakpoint_at_sal_1): ... this. Add bptype
1114 parameter. Handle it.
1115 (insert_step_resume_breakpoint_at_sal): Reimplement on top of
1116 insert_step_resume_breakpoint_at_sal_1.
1117 (insert_step_resume_breakpoint_at_frame): Rename to ...
1118 (insert_hp_step_resume_breakpoint_at_frame): ... this. Adjust to
1119 set a high-priority step-resume breakpoint.
1120 (insert_step_resume_breakpoint_at_frame): Adjust comment.
1121 (insert_step_resume_breakpoint_at_caller): Ditto.
1122
1123 2011-05-26 Pedro Alves <pedro@codesourcery.com>
1124
1125 * breakpoint.c (iterate_over_related_breakpoints): New.
1126 (do_map_delete_breakpoint): New.
1127 (delete_command): Pass do_map_delete_breakpoint to
1128 map_breakpoint_numbers.
1129 (do_disable_breakpoint): New.
1130 (do_map_disable_breakpoint): Iterate over the breakpoint's related
1131 breakpoints.
1132 (do_enable_breakpoint): Rename to ...
1133 (enable_breakpoint_disp): ... this.
1134 (enable_breakpoint): Adjust.
1135 (do_enable_breakpoint): New.
1136 (enable_once_breakpoint): Delete.
1137 (do_map_enable_breakpoint): New.
1138 (do_map_enable_once_breakpoint): New.
1139 (enable_once_command, enable_delete_command)
1140 (delete_trace_command): Iterate over the breakpoint's related
1141 breakpoints.
1142
1143 2011-05-26 Pedro Alves <pedro@codesourcery.com>
1144
1145 * alpha-tdep.c (alpha_cannot_fetch_register): Don't return true
1146 for ALPHA_ZERO_REGNUM.
1147 (alpha_supply_int_regs): Explicitly supply zero as the value for
1148 ALPHA_ZERO_REGNUM in the register cache.
1149 * alpha-nat.c (fetch_osf_core_registers): Ditto.
1150
1151 2011-05-26 Yao Qi <yao@codesourcery.com>
1152
1153 * gdb/gdb_thread_db.h: Remove HAVE_UINTPTR_T.
1154
1155 2011-05-26 Tristan Gingold <gingold@adacore.com>
1156
1157 * symfile.h (struct dwarf2_section_names): New type.
1158 (struct dwarf2_debug_sections): New type.
1159 (dwarf2_has_info): Add parameter.
1160 * dwarf2read.c (dwarf2_elf_names): New variable.
1161 (INFO_SECTION, ABBREV_SECTION, LINE_SECTION, LOC_SECTION)
1162 (MACINFO_SECTION, STR_SECTION, RANGES_SECTION, TYPES_SECTION)
1163 (FRAME_SECTION, EH_FRAME_SECTION, GDB_INDEX_SECTION): Remove.
1164 (dwarf2_has_info): Add names parameter. Pass names
1165 to dwarf2_locate_sections.
1166 (section_is_p): Rewrite using the names parameter.
1167 (dwarf2_locate_sections): Use section names from the names parameter.
1168 * coffread.c (coff_symfile_read): Adjust call to dwarf2_has_info.
1169 * elfread.c (read_psyms): Ditto.
1170 * machoread.c (macho_symfile_read): Ditto.
1171
1172 2011-05-25 Andreas Schwab <schwab@redhat.com>
1173
1174 PR gdb/8677
1175 * event-loop.c (handle_file_event): Don't handle POLLHUP as error.
1176
1177 2011-05-24 Keith Seitz <keiths@redhat.com>
1178
1179 PR breakpoint/12803
1180 * linespec.c (keep_name_info): Add handling for "volatile" keyword.
1181 (decode_compound): Unconditionally call keep_name_info.
1182
1183 2011-05-24 Pedro Alves <pedro@codesourcery.com>
1184
1185 * breakpoint.c (watchpoint_check): If the watchpoint went out of
1186 scope, clear its command list.
1187 (map_breakpoint_numbers): Don't walk the related breakpoints list
1188 of each breakpoint.
1189
1190 2011-05-24 Tom Tromey <tromey@redhat.com>
1191
1192 * MAINTAINERS: Move Jim Blandy to past maintainers.
1193
1194 2011-05-24 Tristan Gingold <gingold@adacore.com>
1195
1196 * symfile.h (enum dwarf2_section_enum): New type.
1197 (dwarf2_get_section_info): New prototype.
1198 * dwarf2read.c (dwarf2_get_section_info): Replace parameter
1199 section_name by sect. Use a switch to select the info.
1200 * dwarf2-frame.c (warf2_get_section_info): Remove prototype.
1201 (dwarf2_build_frame_info): Adjust calls to dwarf2_get_section_info.
1202
1203 2011-05-24 Pedro Alves <pedro@codesourcery.com>
1204
1205 * solib-svr4.c (svr4_solib_create_inferior_hook): Skip setting
1206 shared library event breakpoint if there's no execution.
1207
1208 2011-05-24 Thiago Jung Bauermann <bauerman@br.ibm.com>
1209
1210 * breakpont.c (remove_hw_watchpoints): Remove unused function.
1211 * breakpoint.h remove_hw_watchpoints(): Remove prototype.
1212
1213 2011-05-23 Tom Tromey <tromey@redhat.com>
1214
1215 * c-lang.c (evaluate_subexp_c): Use expect_type if it is not
1216 NULL.
1217
1218 2011-05-23 Doug Evans <dje@google.com>
1219
1220 * python/lib/gdb/printing.py (register_pretty_printer): Add missing
1221 entry for RuntimeError to doc string.
1222
1223 2011-05-23 Jerome Guitton <guitton@adacore.com>
1224
1225 * sparc-tdep.c (sparc_skip_stack_check): Recognize a new instruction
1226 sequence for probing loops.
1227
1228 2011-05-23 Pedro Alves <pedro@codesourcery.com>
1229
1230 * infrun.c (user_visible_resume_ptid): Fix typos in describing
1231 comment.
1232
1233 2011-05-21 Mark Kettenis <kettenis@gnu.org>
1234
1235 * sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supply
1236 zero as the value for %g0 in the register cache.
1237 * sparc-tdep.c (sparc32_supply_gregset): Likewise.
1238 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1239
1240 2011-05-20 Pedro Alves <pedro@codesourcery.com>
1241
1242 * infrun.c (proceed): Set previous_inferior_ptid here.
1243 (init_wait_for_inferior): Initialize previous_inferior_ptid from
1244 inferior_ptid, not null_ptid.
1245 (wait_for_inferior): Don't initialize previous_inferior_ptid here.
1246 (fetch_inferior_event): Nor here.
1247
1248 2011-05-20 Pedro Alves <pedro@codesourcery.com>
1249
1250 * inf-loop.c (inferior_event_handler): Only output a message if
1251 verbose.
1252
1253 2011-05-20 Luis Machado <lgustavo@codesourcery.com>
1254
1255 * MAINTAINERS: Update my e-mail address.
1256
1257 2011-05-20 Pedro Alves <pedro@codesourcery.com>
1258
1259 * infrun.c (proceed): Switch the inferior event loop to
1260 INF_EXEC_COMPLETE if the target refused to resume from a
1261 vfork/fork.
1262
1263 2011-05-20 Pedro Alves <pedro@codesourcery.com>
1264
1265 * infcmd.c: Include "inf-loop.h".
1266 (step_once): When stepping into an inline subroutine, pretend the
1267 target has run. If the target can async, switch the inferior
1268 event loop to INF_EXEC_COMPLETE.
1269 * inferior.h (user_visible_resume_ptid): Declare.
1270 * infrun.c (user_visible_resume_ptid): New function, factored out
1271 from `resume'.
1272 (resume): Use it.
1273 * mi/mi-main.c (mi_execute_async_cli_command): Remove assertion
1274 that the current thread is running. Merge async and sync
1275 branches.
1276
1277 2011-05-20 Pedro Alves <pedro@codesourcery.com>
1278
1279 * infcmd.c (step_1): Simplify synchronous case.
1280
1281 2011-05-20 Pedro Alves <pedro@codesourcery.com>
1282
1283 * tracepoint.c: Include exceptions.h.
1284 (TFILE_PID): Move higher in file.
1285 (tfile_open): Delay pushing the tfile target until we're assured
1286 the tfile header is present in the file. Wrap reading the initial
1287 newline-terminated lines in TRY_CATCH. Pop the target if the
1288 initial setup failed. Add the tfile's thread immediately
1289 aftwards, before any non-essential setup. Don't skip
1290 post_create_inferior if there are no traceframes present in the
1291 file.
1292 (tfile_close): Remove redundant check for null before xfree call.
1293 (tfile_thread_alive): New function.
1294 (init_tfile_ops): Register it as to_thread_alive callback.
1295
1296 2011-05-20 Pedro Alves <pedro@codesourcery.com>
1297
1298 * tracepoint.c (tfile_open): Delete #if 0'd code.
1299
1300 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1301
1302 Fix -readnow for -gdwarf-4 unused type units.
1303 * dwarf2read.c (struct signatured_type): Remove the field offset.
1304 (create_signatured_type_table_from_index): Remove its initialization.
1305 (create_debug_types_hash_table): Likewise. Initialize per_cu.offset
1306 instead. Add a complaint call.
1307 (process_psymtab_comp_unit): Change assignment to gdb_assert.
1308 (process_type_comp_unit, lookup_die_type, dump_die_shallow)
1309 (lookup_signatured_type_at_offset, read_signatured_type)
1310 (write_one_signatured_type): Update the field for per_cu.
1311
1312 2011-05-19 Tom Tromey <tromey@redhat.com>
1313
1314 * python/py-inferior.c (python_inferior_exit): Use
1315 target_gdbarch.
1316 (python_on_resume): Likewise.
1317
1318 2011-05-19 Matt Rice <ratmice@gmail.com>
1319
1320 * breakpoint.c (bpstat_do_actions_1): Call prevent_dont_repeat.
1321
1322 2011-05-19 Hui Zhu <teawater@gmail.com>
1323
1324 * tracepoint.c (tfile_trace_find): Return directly when num is -1.
1325
1326 2011-05-19 Hui Zhu <teawater@gmail.com>
1327
1328 * xcoffread.c (read_xcoff_symtab): Initialize fcn_aux_saved.
1329
1330 2011-05-18 Tom Tromey <tromey@redhat.com>
1331
1332 * dwarf2read.c (dwarf2_add_field): Constify.
1333 * value.c (value_static_field): Constify.
1334 * gdbtypes.h (struct main_type) <field.field_location.physname>:
1335 Now const.
1336 * ax-gdb.c (gen_static_field): Constify
1337
1338 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1339
1340 * linux-nat.c (kill_callback): Use SIGKILL first.
1341
1342 2011-05-18 Joel Brobecker <brobecker@adacore.com>
1343
1344 * ada-lang.c (print_it_exception): Avoid use of sprintf.
1345
1346 2011-05-18 Tom Tromey <tromey@redhat.com>
1347
1348 * value.c (value_fn_field): Constify.
1349 * symtab.c (gdb_mangle_name): Constify.
1350 * stabsread.c (update_method_name_from_physname): Make 'physname'
1351 argument const.
1352 * p-typeprint.c (pascal_type_print_method_args): Make arguments
1353 const. Use explicit fputc_filtered loop.
1354 (pascal_type_print_base): Constify.
1355 * p-lang.h (pascal_type_print_method_args): Update.
1356 * linespec.c (add_matching_methods): Constify.
1357 (add_constructors): Likewise.
1358 * jv-typeprint.c (java_type_print_base): Constify.
1359 * gdbtypes.h (struct cplus_struct_type)
1360 <fn_fieldlist.fn_field.physname>: Now const.
1361 * dwarf2read.c (compute_delayed_physnames): Constify.
1362 (dwarf2_add_member_fn): Likewise.
1363 * c-typeprint.c (c_type_print_base): Constify. Use cleanups.
1364
1365 2011-05-18 Pedro Alves <pedro@codesourcery.com>
1366
1367 * infrun.c (resume): Mention which is the current thread, and its
1368 current PC in debug output.
1369 (prepare_to_proceed): Mention the thread switching in debug
1370 output.
1371
1372 2011-05-18 Tom Tromey <tromey@redhat.com>
1373
1374 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Fix absolute
1375 path check. Use xmalloc and cleanups.
1376 (try_thread_db_load_from_dir): Use xmalloc and cleanups.
1377
1378 2011-05-17 Tom Tromey <tromey@redhat.com>
1379
1380 * cp-valprint.c (cp_print_value_fields): Catch errors from
1381 value_static_field.
1382
1383 2011-05-17 Tom Tromey <tromey@redhat.com>
1384
1385 * dwarf2read.c (dwarf2_get_die_type): Call
1386 get_die_type_at_offset.
1387 * dwarf2expr.c (dwarf_get_base_type): Handle NULL return from
1388 get_base_type function.
1389
1390 2011-05-17 Tomas Martinec <fyzmat@gmail.com>
1391
1392 * infrun.c (handle_inferior_event) <handling deferred step>: Clear
1393 trap_expected.
1394
1395 2011-05-16 Doug Evans <dje@google.com>
1396
1397 * python/py-auto-load.c (source_section_scripts): Mention objfile
1398 name in warning.
1399
1400 2011-05-15 Doug Evans <dje@google.com>
1401
1402 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New function.
1403 (try_thread_db_load_from_pdir): Call it. If unable to find
1404 libthread_db in directory of libpthread, see if we're looking at
1405 the separate-debug-info copy.
1406
1407 * python/py-autoload.c (print_script): Print "Missing" instead of
1408 "No" for missing scripts.
1409 (info_auto_load_scripts): Tweak "Loaded" column to fit "Missing".
1410
1411 2011-05-13 Doug Evans <dje@google.com>
1412
1413 * ui-file.c (stdio_file_write_async_safe): Add comment.
1414
1415 2011-05-14 Hui Zhu <teawater@gmail.com>
1416
1417 * ui-file.c (stdio_file_write_async_safe): Add empty check for build.
1418
1419 2011-05-13 Doug Evans <dje@google.com>
1420
1421 Support $pdir and $sdir in libthread-db-search-path.
1422 * NEWS: Mention $sdir,$pdir.
1423 * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): Add $sdir:$pdir.
1424 * linux-thread-db.c (try_thread_db_load_from_pdir): New function.
1425 (try_thread_db_load_from_sdir): New function.
1426 (try_thread_db_load_from_dir): New function.
1427 (thread_db_load_search): Handle $pdir, $sdir. Remove trying of
1428 system directories if search of libthread-db-search-path fails,
1429 that is now done via $sdir.
1430 (has_libpthread): New function.
1431 (thread_db_load): Remove search for libthread_db in directory of
1432 libpthread, that is now done via $pdir.
1433
1434 * NEWS: Mention "info auto-load-scripts".
1435 * python/py-auto-load.c (struct auto_load_pspace_info): New member
1436 script_not_found_warning_printed.
1437 (init_loaded_scripts_info): Renamed from create_loaded_scripts_hash,
1438 all callers updated. Initialize script_not_found_warning_printed.
1439 (get_auto_load_pspace_data_for_loading): New function.
1440 (maybe_add_script): New function.
1441 (source_section_scripts): Simplify. Only print one warning regardless
1442 of the number of auto-load scripts not found.
1443 (clear_section_scripts): Clear script_not_found_warning_printed.
1444 (auto_load_objfile_script): Record script in hash table.
1445 (count_matching_scripts): New function.
1446 (maybe_print_script): Renamed from maybe_print_section_script, all
1447 callers updated. Rewrite to use ui_out_*.
1448 (info_auto_load_scripts): Renamed from
1449 maintenance_print_section_scripts, all callers updated.
1450 (gdbpy_initialize_auto_load): "maintenance print section-scripts"
1451 renamed as "info auto-load-scripts".
1452
1453 2011-05-13 Tom Tromey <tromey@redhat.com>
1454
1455 * dwarf2expr.c (read_uleb128): Cast intermediate result.
1456 (read_sleb128): Likewise.
1457
1458 2011-05-13 Tom Tromey <tromey@redhat.com>
1459
1460 * dwarf2loc.c (disassemble_dwarf_expression): Fix instruction
1461 offset display.
1462
1463 2011-05-13 Doug Evans <dje@google.com>
1464
1465 * linux-nat.c (debug_linux_nat_async): Delete.
1466 Replace all references to use debug_linux_nat instead.
1467 (show_debug_linux_nat_async): Delete.
1468 (sigchld_handler): Call ui_file_write_async_safe instead of
1469 fprintf_unfiltered.
1470 (_initialize_linux_nat): Remove `set debug lin-lwp-async'.
1471 * ui-file.c (struct ui_file): New member to_write_async_safe.
1472 (null_file_write_async_safe): New function.
1473 (ui_file_write_async_safe): New function.
1474 (set_ui_file_write_async_safe): New function.
1475 (ui_file_new): Initialize to_write_async_safe.
1476 (stdio_file_write_async_safe): New function.
1477 (struct stdio_file): New member fd.
1478 (stdio_file_new): Initialize to_write_async_safe, fd.
1479 (stdio_file_read, stdio_file_isatty): New stdio->fd instead of calling
1480 fileno.
1481 * ui-file.h (ui_file_write_async_safe_ftype): New typedef.
1482 (set_ui_file_write_async_safe): Declare.
1483 (ui_file_write_async_safe): Declare.
1484
1485 2011-05-13 Tom Tromey <tromey@redhat.com>
1486
1487 * utils.c (do_value_free): New function.
1488 (make_cleanup_value_free): Likewise.
1489 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle value
1490 freeing correctly.
1491 (dwarf2_loc_desc_needs_frame): Call
1492 make_cleanup_value_free_to_mark.
1493 * dwarf2expr.h (struct dwarf_expr_context) <mark>: Remove field.
1494 * dwarf2expr.c (free_dwarf_expr_context): Don't call
1495 value_free_to_mark.
1496 (new_dwarf_expr_context): Don't call value_mark.
1497 * dwarf2-frame.c (execute_stack_op): Call
1498 make_cleanup_value_free_to_mark.
1499 * defs.h (make_cleanup_value_free): Declare.
1500
1501 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
1502
1503 * mi/mi-main.c (mi_cmd_execute): Use cleanup from
1504 prepare_execute_command.
1505 * top.c (prepare_execute_command): Return cleanup.
1506 (execute_command): Use cleanup from prepare_execute_command.
1507 * top.h (prepare_execute_command): Change prototype to return
1508 cleanup.
1509 * defs.h (struct value): Add opaque declaration.
1510 (make_cleanup_value_free_to_mark): Add prototype.
1511 * utils.c (do_value_free_to_mark): New function.
1512 (make_cleanup_value_free_to_mark): Likewise.
1513
1514 2011-05-12 Tom Tromey <tromey@redhat.com>
1515
1516 * dwarf2expr.c (execute_stack_op) <DW_OP_shr>: Unconditionally
1517 cast left-hand-side to unsigned.
1518
1519 2011-05-12 Tom Tromey <tromey@redhat.com>
1520
1521 PR gdb/12617:
1522 * value.h (value_from_contents): Declare.
1523 * value.c (value_from_contents): New function.
1524 * dwarf2read.c (dwarf_stack_op_name): Add new values.
1525 (dwarf2_get_die_type): New function.
1526 * dwarf2loc.c (dwarf_expr_get_base_type): New function.
1527 (allocate_piece_closure): Acquire reference to values.
1528 (read_pieced_value): Update for value-based expressions.
1529 (write_pieced_value): Likewise.
1530 (free_pieced_value_closure): Call value_free as needed.
1531 (dwarf2_evaluate_loc_desc_full): Set get_base_type field.
1532 Update for value-based expressions.
1533 * dwarf2loc.h (dwarf2_get_die_type): Declare.
1534 * dwarf2expr.h (struct dwarf_stack_value) <value>: Change type.
1535 <get_base_type>: New field.
1536 (struct dwarf_expr_piece) <v.value>: Change type.
1537 <v.regno>: New field.
1538 (struct dwarf_expr_context) <mark>: New field.
1539 (dwarf_expr_piece, dwarf_expr_fetch): Update.
1540 (dwarf_expr_pop, dwarf_expr_push): Remove.
1541 (dwarf_expr_push_address): Declare.
1542 * dwarf2expr.c (dwarf_arch_cookie): New global.
1543 (struct dwarf_gdbarch_types): New.
1544 (dwarf_gdbarch_types_init, dwarf_expr_address_type): New
1545 functions.
1546 (dwarf_expr_push): Change type of 'value' argument. Update. Now
1547 static.
1548 (dwarf_expr_push_address): New function.
1549 (dwarf_expr_pop): Now static.
1550 (dwarf_expr_fetch): Change return type.
1551 (dwarf_require_integral): New function.
1552 (dwarf_expr_fetch): Simplify.
1553 (add_piece): Update.
1554 (base_types_equal_p, dwarf_get_base_type, get_unsigned_type): New
1555 functions.
1556 (execute_stack_op) <sign_ext>: Remove.
1557 Use values for DWARF stack.
1558 <DW_OP_GNU_const_type, DW_OP_GNU_deref_type,
1559 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
1560 New cases.
1561 (_initialize_dwarf2expr): New function.
1562 (add_piece): Update.
1563 (new_dwarf_expr_context): Set new field.
1564 (free_dwarf_expr_context): Call value_free_to_mark.
1565 * dwarf2-frame.c (no_base_type): New function.
1566 (execute_stack_op): Set get_base_type field. Update.
1567
1568 2011-05-12 Tom Tromey <tromey@redhat.com>
1569
1570 * dwarf2read.c (read_common_block): Fix formatting.
1571
1572 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1573
1574 * breakpoint.c (disable_breakpoint): Disable all locations
1575 associated with a tracepoint on target if a trace experiment is
1576 running.
1577 (disable_command): Disable a specific tracepoint location on target if
1578 a trace experiment is running.
1579 (do_enable_breakpoint): Enable all locations associated with a
1580 tracepoint on target if a trace experiment is running.
1581 (enable_command) Enable a specific tracepoint location on target if a
1582 trace experiment is running.
1583 * target.c (update_current_target): Add INHERIT and de_fault clauses for
1584 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
1585 to_disable_tracepoint.
1586 * target.h: Add declaration of struct bp_location.
1587 (struct target_ops): Add new functions
1588 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
1589 to_disable_tracepoint to target operations.
1590 (target_supports_enable_disable_tracepoint): New macro.
1591 (target_enable_tracepoint): New macro.
1592 (target_disable_tracepoint): New macro.
1593 * remote.c (struct remote_state): Add new field.
1594 (remote_enable_disable_tracepoint_feature): New.
1595 (remote_protocol_features): Add new entry.
1596 (remote_supports_enable_disable_tracepoint): New.
1597 (remote_enable_tracepoint): New.
1598 (remote_disable_tracepoint): New.
1599 (init_remote_ops): Add remote_enable_tracepoint,
1600 remote_disable_tracepoint and remote_supports_enable_disable_tracepoint
1601 to remote operations.
1602 * tracepoint.c (start_tracing): Allow tracing to start without any
1603 tracepoints enabled with just a warning if they can be re-enabled
1604 later.
1605 * NEWS: Add news item for the new behaviour of the enable and disable
1606 GDB commands when applied to tracepoints.
1607 Add news items for the new remote packets QTEnable and QTDisable.
1608
1609 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1610
1611 * config.in: Regenerate.
1612 * configure: Regenerate.
1613 * configure.ac <--with-system-readline> (for readline_echoing_p):
1614 Remove the test.
1615 * tui/tui-io.c (tui_old_readline_echoing_p): Rename to ...
1616 (tui_old_rl_echoing_p): ... here.
1617 (tui_setup_io): Rename extern declaration readline_echoing_p to
1618 _rl_echoing_p. Adjust assignments for the both renames.
1619
1620 2011-05-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1621
1622 * symtab.c (lookup_symtab): Run cleanup before returning.
1623
1624 2011-05-11 Tom Tromey <tromey@redhat.com>
1625
1626 * dwarf2read.c (handle_data_member_location): New function.
1627 (dwarf2_add_field): Use it.
1628 (read_common_block): Likewise.
1629
1630 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1631
1632 Make addrs->SECTINDEX always defined.
1633 * symfile.c (relative_addr_info_to_section_offsets): Check for
1634 SECTINDEX -1, not for zero ADDR.
1635 (addrs_section_compar): Remove checking for invalid SECTINDEX.
1636 (addr_info_make_relative): Set SECTINDEX to -1 for unmatched entries.
1637 * symfile.h (struct section_addr_info) <sectindex>: Update the comment
1638 on its validity.
1639
1640 2011-05-10 Doug Evans <dje@google.com>
1641
1642 * linux-thread-db.c: Whitespace cleanup.
1643 (try_thread_db_load_1): Fix comment.
1644
1645 * linux-thread-db.c (set_libthread_db_search_path): New function.
1646 (_initialize_thread_db): Add setter for libthread-db-search-path.
1647
1648 2011-05-09 Doug Evans <dje@google.com>
1649
1650 * NEWS: Mention --with-iconv-bin.
1651 * configure.ac: New option --with-iconv-bin.
1652 * configure: Regenerate.
1653 * config.in: Regenerate.
1654 * defs.h (relocate_gdb_directory): Declare.
1655 * main.c (relocate_gdb_directory): Renamed from relocate_directory,
1656 removed progname parameter, and exported. All callers updated.
1657 * charset.c (find_charset_names): Use --with-iconv-bin if specified.
1658
1659 * linux-nat.c (lin_lwp_attach_lwp): For !WIPSTOPPED case,
1660 adding missing call to restore_child_signals_mask.
1661
1662 2011-05-09 Pedro Alves <pedro@codesourcery.com>
1663
1664 * inferior.h (wait_for_inferior): Remove `thread_exec_as_sigtrap'
1665 parameter.
1666 * infrun.c (proceed, start_remote): Adjust.
1667 (wait_for_inferior): Remove `thread_exec_as_sigtrap' parameter,
1668 and adjust to not handle it.
1669 * solib-irix.c (irix_solib_create_inferior_hook): Adjust.
1670 * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
1671 * solib-sunos.c (sunos_solib_create_inferior_hook): Adjust.
1672 * solib-svr4.c (svr4_solib_create_inferior_hook): Adjust.
1673 * windows-nat.c (do_initial_windows_stuff): Adjust.
1674 * infcmd.c (attach_command): Adjust.
1675 (notice_new_inferior): Adjust.
1676
1677 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
1678
1679 * ppc-linux-tdep.c (ppu2spu_prev_register): Handle pseudo registers.
1680 (ppu2spu_unwind_register): Mark pseudo registers unavailable.
1681 * spu-tdep.c (op_selb): Use correct value.
1682
1683 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
1684
1685 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Add NULL
1686 "parent" parameter to symbol_file_add_from_bfd call.
1687
1688 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1689 Thiago Jung Bauermann <bauerman@br.ibm.com>
1690
1691 Implement support for PowerPC BookE masked watchpoints.
1692 * NEWS: Mention masked watchpoint support. Create "Changed commands"
1693 section.
1694 * breakpoint.h (struct breakpoint_ops) <works_in_software_mode>: New
1695 method. Initialize to NULL in all existing breakpoint_ops instances.
1696 (struct breakpoint) <hw_wp_mask>: New field.
1697 * breakpoint.c (is_masked_watchpoint): Add prototype.
1698 (update_watchpoint): Don't set b->val for masked watchpoints. Call
1699 breakpoint's breakpoint_ops.works_in_software_mode if available.
1700 (watchpoints_triggered): Handle the case of a hardware masked
1701 watchpoint trigger.
1702 (watchpoint_check): Likewise.
1703 (works_in_software_mode_watchpoint): New function.
1704 (insert_masked_watchpoint, remove_masked_watchpoint)
1705 (resources_needed_masked_watchpoint)
1706 (works_in_software_mode_masked_watchpoint, print_it_masked_watchpoint)
1707 (print_one_detail_masked_watchpoint, print_mention_masked_watchpoint)
1708 (print_recreate_masked_watchpoint, is_masked_watchpoint): New
1709 functions.
1710 (masked_watchpoint_breakpoint_ops): New structure.
1711 (watch_command_1): Check for the existence of the `mask' parameter.
1712 Set b->ops according to the type of hardware watchpoint being created.
1713 * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint)
1714 (ppc_linux_remove_mask_watchpoint)
1715 (ppc_linux_masked_watch_num_registers): New functions.
1716 (_initialize_ppc_linux_nat): Initialize to_insert_mask_watchpoint,
1717 to_remove_mask_watchpoint and to_masked_watch_num_registers.
1718 * target.c (update_current_target): Mention to_insert_mask_watchpoint,
1719 to_remove_mask_watchpoint, and to_masked_watch_num_registers.
1720 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
1721 (target_masked_watch_num_registers): New functions.
1722 * target.h (struct target_ops) <to_insert_mask_watchpoint>,
1723 <to_remove_mask_watchpoint>, <to_masked_watch_num_registers>: New
1724 methods.
1725 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
1726 (target_masked_watch_num_registers): Add prototypes.
1727
1728 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1729
1730 PR 12573
1731 * dwarf2read.c (struct dwarf2_cu): New field has_loclist.
1732 (producer_is_gcc_ge_4_0): New function.
1733 (process_full_comp_unit): Set also symtab->locations_valid. Move the
1734 symtab->language code.
1735 (var_decode_location): Set cu->has_loclist.
1736 * symtab.c (skip_prologue_sal): New variables saved_pc, force_skip and
1737 skip. Intialize force_skip from locations_valid. Move the prologue
1738 skipping code into two passes.
1739 * symtab.h (struct symtab): Make the primary field a bitfield. New
1740 field locations_valid.
1741
1742 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1743
1744 * c-exp.y (qualified_name): Call destructor_name_p with $1.type.
1745 (classify_inner_name): Call cp_lookup_nested_type with
1746 yylval.tsym.type.
1747 * cp-namespace.c (cp_lookup_nested_type): New variable
1748 saved_parent_type. Call CHECK_TYPEDEF for parent_type. Call
1749 type_name_no_tag_or_error with saved_parent_type.
1750 * dwarf2read.c (load_partial_dies): Read in any children of
1751 DW_TAG_typedef with complaint in such case.
1752 * gdbtypes.c (type_name_no_tag_or_error): New function.
1753 * gdbtypes.h (type_name_no_tag_or_error): New prototype.
1754 * valops.c (destructor_name_p): New comment for parameter type. Remove
1755 type const. Make dname and cp const. Call type_name_no_tag_or_error.
1756 * value.h (destructor_name_p): Remove type const.
1757
1758 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1759
1760 * symtab.c (compare_symbol_name): New function.
1761 (completion_list_add_name, expand_partial_symbol_name): Call it,
1762 remove the variable ncmp.
1763 (default_make_symbol_completion_list_break_on): Reduce SYM_TEXT_LEN,
1764 gdb_assert it.
1765
1766 2011-05-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
1767
1768 Demote to sw watchpoint only in update_watchpoint.
1769 * breakpoint.c (update_watchpoint): Change between software and
1770 hardware watchpoint for all kinds of watchpoints, not just
1771 read/write ones. Determine b->exact value here instead of
1772 in watch_command_1. Error out if there are not enough resources
1773 for a read or access hardware watchpoint.
1774 (watch_command_1): Remove logic of checking whether there are
1775 enough resources available, since update_watchpoint will do that
1776 work now. Don't set b->exact here. Catch exceptions thrown by
1777 update_watchpoint and delete the watchpoint.
1778 (can_use_hardware_watchpoint): Remove exact_watchpoints argument.
1779 Use target_exact_watchpoints instead.
1780 (delete_breakpoint): Notify observers only if deleted watchpoint
1781 has a breakpoint number assigned to it.
1782
1783 2011-05-05 Janis Johnson <janisjo@codesourcery.com>
1784
1785 * MAINTAINERS: Add myself as a write-after-approval maintainer.
1786
1787 2011-05-05 Jerome Guitton <guitton@adacore.com>
1788
1789 * i386-tdep.c (i386_in_stack_tramp_p, i386_stack_tramp_frame_sniffer):
1790 New functions.
1791 (i386_stack_tramp_frame_unwind): New static global.
1792 (i386_match_pattern): New function, extracted from i386_match_insn.
1793 (i386_match_insn): Use i386_match_pattern.
1794 (i386_match_insn_block): New function.
1795 (i386_tramp_chain_in_reg_insns)
1796 (i386_tramp_chain_on_stack_insns): New static variables.
1797 (i386_gdbarch_init): Add i386_stack_tramp_frame_unwind to list
1798 of unwinders.
1799
1800 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1801
1802 * configure.host (xscale*): Don't handle target.
1803 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
1804 handle targets.
1805
1806 2011-05-04 Yao Qi <yao@codesourcery.com>
1807
1808 * gdb_wait.h: remove WAITTYPE and WCOREDUMP.
1809
1810 2011-05-03 Joel Brobecker <brobecker@adacore.com>
1811
1812 Revert:
1813 | 2011-03-07 Michael Snyder <msnyder@vmware.com>
1814 | * elfread.c (elf_symtab_read): Stop memory leak.
1815
1816 2011-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
1817
1818 * nto-tdep.c (nto_target): Replace deprecated call to
1819 cygwin_conv_to_posix_path functions by cygwin_conv_path calls.
1820
1821 2011-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1822
1823 Fix false GCC warning.
1824 * breakpoint.c (do_enable_breakpoint): Initialize orig_enable_state.
1825
1826 2011-05-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
1827
1828 * breakpoint.c (update_watchpoint): Move code to change
1829 the enable state of breakpoint from here ...
1830 (do_enable_breakpoint): ... to here.
1831
1832 2011-04-26 Andrew Gontarek <andrewg@cray.com>
1833
1834 * valprint.c (val_print_array_elements): Fixed poor performance
1835 of printing very large arrays with repeat_count_threshold set
1836 to unlimited. New comment.
1837
1838 2011-04-29 Tom Tromey <tromey@redhat.com>
1839
1840 * mi/mi-parse.c (mi_parse): Remove incorrect sizeof.
1841 (mi_parse): Likewise.
1842 * breakpoint.c (break_range_command): Use sizeof char*, not
1843 char**.
1844 (create_breakpoint): Likewise.
1845 (parse_breakpoint_sals): Likewise.
1846
1847 2011-04-29 Pedro Alves <pedro@codesourcery.com>
1848
1849 * linux-nat.c (linux_child_remove_fork_catchpoint)
1850 (linux_child_remove_vfork_catchpoint)
1851 (linux_child_remove_exec_catchpoint): New functions.
1852 (linux_target_install_ops): Install them.
1853
1854 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
1855
1856 PR mi/12531
1857
1858 * varobj.c (install_default_visualizer): Do not install a
1859 visualizer if the varobj is CPLUS_FAKE_CHILD.
1860 (construct_visualizer): Likewise.
1861
1862 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1863
1864 * symtab.c (expand_partial_symbol_name): New variable NCMP. Support
1865 case insensitive comparison.
1866
1867 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
1868
1869 * infrun.c (proceed): Revert previous change.
1870 (resume): Instead, handle the case of signal delivery while stepping
1871 off a breakpoint location here, and only if software single-stepping
1872 is used. Handle nested signals.
1873
1874 2011-04-28 Yao Qi <yao@codesourcery.com>
1875
1876 * arm-tdep.c (copy_unmodified): Rename to ...
1877 (arm_copy_unmodified): .. this. New.
1878 (copy_preload): Move common part to ...
1879 (install_preload): .. this. New.
1880 (arm_copy_preload): New.
1881 (copy_preload_reg): Move common part to ...
1882 (install_preload_reg): ... this. New.
1883 (arm_copy_preload_reg): New.
1884 (copy_b_bl_blx): Move common part to ...
1885 (install_b_bl_blx): .. this. New.
1886 (arm_copy_b_bl_blx): New.
1887 (copy_bx_blx_reg): Move common part to ...
1888 (install_bx_blx_reg): ... this. New.
1889 (arm_copy_bx_blx_reg): New.
1890 (copy_alu_reg): Move common part to ...
1891 (install_alu_reg): ... this. New.
1892 (arm_copy_alu_reg): New.
1893 (copy_alu_shifted_reg): Move common part to ...
1894 (install_alu_shifted_reg): ... this. New.
1895 (copy_ldr_str_ldrb_strb): Move common part to ...
1896 (install_ldr_str_ldrb_strb): ... this. New.
1897 (arm_copy_ldr_str_ldrb_strb): New.
1898 (copy_copro_load_store): Move some common part to ...
1899 (install_copy_copro_load_store): ... this. New.
1900 (arm_copy_copro_load_store): New.
1901 (copy_svc): Delete.
1902 (arm_copy_svc): Renamed from copy_svc.
1903 (copy_undef): Delete.
1904 (arm_copy_undef): Renamed from copy_undef.
1905 (decode_ext_reg_ld_st): Delete.
1906 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
1907 (decode_svc_copro): Delete.
1908 (arm_decode_svc_copro): Renamed from decode_svc_copro.
1909 (copy_copro_load_store, copy_alu_imm): update callers.
1910 (copy_extra_ld_st, copy_block_xfer): Likewise.
1911 (decode_misc_memhint_neon, decode_unconditional): Likewise.
1912 (decode_miscellaneous, decode_dp_misc): Likewise.
1913 (decode_ld_st_word_ubyte, decode_media): Likewise.
1914 (decode_b_bl_ldmstm, decode_ext_reg_ld_st): Likewise.
1915 (decode_svc_copro, decode_misc_memhint_neon): Likewise.
1916 (decode_unconditional, decode_miscellaneous): Likewise.
1917 (decode_media, decode_b_bl_ldmstm): Likewise.
1918 (arm_process_displaced_insn): Likewise..
1919 (decode_misc_memhint_neon): Delete.
1920 (arm_decode_misc_memhint_neon): Renamed from decode_misc_memhint_neon.
1921 (decode_miscellaneous): Delete.
1922 (arm_decode_miscellaneous): Renamed from decode_miscellaneous.
1923 (decode_dp_misc): Delete.
1924 (arm_decode_dp_misc): Renamed from decode_dp_misc.
1925 (decode_ld_st_word_ubyte): Delete.
1926 (arm_decode_ld_st_word_ubyte): Renamed from decode_ld_st_word_ubyte.
1927 (decode_media): Delete.
1928 (arm_decode_media): Renamed from decode_media.
1929 (decode_b_bl_ldmstm): Delete.
1930 (arm_decode_b_bl_ldmstm): Renamed from decode_b_bl_ldmstm.
1931 (decode_ext_reg_ld_st): Delete.
1932 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
1933 (decode_unconditional): Delete.
1934 (arm_decode_unconditional): Renamed from decode_unconditional.
1935
1936 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1937
1938 Case insensitive lookups implementation.
1939 * dwarf2read.c: Include ctype.h.
1940 (struct mapped_index): New field version.
1941 (mapped_index_string_hash): New parameter index_version. New comment
1942 for it. Call tolower appropriately.
1943 (find_slot_in_mapped_hash): New variable cmp, initialize it, use it.
1944 Choose the right index version for mapped_index_string_hash.
1945 (dwarf2_read_index): Support also the index version 5. Initialize the
1946 new struct mapped_index field version.
1947 (hash_strtab_entry): Pass INT_MAX for the new parameter, explain why.
1948 (find_slot): Explain the version needs. Pass INT_MAX for the new
1949 parameter.
1950 (write_psymtabs_to_index): Produce version 5.
1951 * minsyms.c (lookup_minimal_symbol): New variable cmp, initialize it,
1952 use it. New comment for SYMBOL_MATCHES_SEARCH_NAME.
1953 * psymtab.c (lookup_partial_symbol): Find the
1954 SYMBOL_MATCHES_SEARCH_NAME start of the found block of matching
1955 entries.
1956 * symtab.c (lookup_symbol_in_language): Remove the case_sensitive_off
1957 NAME lowercasing.
1958 (search_symbols): Pass REG_ICASE to regcomp for case_sensitive_off.
1959 (completion_list_add_name): New variable ncmp, initialize it, use it.
1960 * symtab.h (SYMBOL_HASH_NEXT): Always call tolower.
1961 * utils.c (strcmp_iw): Support case_sensitive_off.
1962 (strcmp_iw_ordered): Sort in a way compatible with case_sensitive_off.
1963 New function comment part. New variables saved_string1,
1964 saved_string2 and case_pass. Add a proper second pass.
1965
1966 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1967
1968 Replace re_comp/re_exec by regcomp/regexec.
1969 * symtab.c (struct search_symbols_data): New fields preg, preg_p.
1970 (search_symbols_name_matches): Use them, use regexec.
1971 (search_symbols): New variable retval_chain, adjust the use of
1972 old_chain against it. Replace re_comp by regcomp. Use the new struct
1973 search_symbols_data fields, use regexec instead of re_exec.
1974
1975 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1976
1977 Format the code for the next patch.
1978 * dwarf2read.c (struct mapped_index): Include delimiting newlines.
1979 * utils.c (strcmp_iw_ordered): Reformat the code for the next patch.
1980 New variables c1 and c2.
1981
1982 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
1983
1984 * infrun.c (proceed): Do not single-step into signal delivery
1985 when stepping off a breakpoint location.
1986 (insert_step_resume_breakpoint_at_frame): Move prototype earlier.
1987 (insert_step_resume_breakpoint_at_caller): Likewise.
1988 (insert_step_resume_breakpoint_at_sal): Likewise.
1989 (insert_longjmp_resume_breakpoint): Likewise.
1990
1991 2011-04-27 Yao Qi <yao@codesourcery.com>
1992
1993 * common/linux-ptrace.h: Remove include <sys/wait.h>.
1994
1995 2011-04-27 Joel Brobecker <brobecker@adacore.com>
1996
1997 * procfs.c (procfs_pass_signals): Fix advance declaration.
1998
1999 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
2000
2001 * target.h (struct target_ops): Remove to_notice_signals;
2002 add to_pass_signals.
2003 (target_notice_signals): Remove.
2004 (target_pass_signals): Add prototype.
2005 * target.c (update_current_target): Remove to_notice_signals;
2006 mention to_pass_signals.
2007 (target_pass_signals): New function.
2008 (debug_to_notice_signals): Remove.
2009 (setup_target_debug): Do not install debug_to_notice_signals.
2010
2011 * infrun.c (signal_pass): New global.
2012 (resume): Call target_pass_signals.
2013 (handle_inferior_event): Report all signals while stepping over
2014 non-steppable watchpoint. Reset trap_expected to ensure breakpoints
2015 are re-inserted when stepping over a signal handler.
2016 (signal_cache_update): New function.
2017 (signal_stop_update): Call it.
2018 (signal_print_update): Likewise.
2019 (signal_pass_update): Likewise.
2020 (handle_command): Call signal_cache_update and target_pass_signals
2021 instead of target_notice_signals.
2022 (_initialize_infrun): Initialize signal_pass.
2023
2024 * linux-nat.c (pass_mask): New global.
2025 (linux_nat_pass_signals): New function.
2026 (linux_nat_create_inferior): Report all signals initially.
2027 (linux_nat_attach): Likewise.
2028 (linux_nat_resume): Use pass_mask to decide whether to directly
2029 handle an inferior signal.
2030 (linux_nat_wait_1): Likewise.
2031 (linux_nat_add_target): Install to_pass_signals callback.
2032
2033 * nto-procfs.c (notice_signals): Remove.
2034 (procfs_resume): Do not call notice_signals.
2035 (procfs_notice_signals): Remove.
2036 (procfs_pass_signals): New function.
2037 (init_procfs_ops): Install to_pass_signals callback instead of
2038 to_notice_signals callback.
2039 (_initialize_procfs): Report all signals initially.
2040
2041 * procfs.c (procfs_notice_signals): Remove.
2042 (procfs_pass_signals): New function.
2043 (procfs_target): Install to_pass_signals callback instead of
2044 to_notice_signals callback.
2045 (register_gdb_signals): Remove.
2046 (procfs_debug_inferior): Report all signals initially.
2047 (procfs_init_inferior): Remove redundant register_gdb_signals call.
2048
2049 * remote.c (remote_pass_signals): Add numsigs and pass_signals
2050 parameters; use them instead of calling signal_..._state routines.
2051 (remote_notice_signals): Remove.
2052 (remote_start_remote): Report all signals initially.
2053 (remote_resume): Do not call remote_pass_signals.
2054 (_initialize_remote): Install to_pass_signals callback instead of
2055 to_notice_signals callback.
2056
2057 2011-04-27 Pedro Alves <pedro@codesourcery.com>
2058
2059 * breakpoint.c (user_settable_breakpoint): Delete.
2060 (user_breakpoint_p): Remove check on user_settable_breakpoint.
2061 (delete_command): Check user_breakpoint_p instead of looking at
2062 the breakpoint's type.
2063 (disable_command): Ditto.
2064 (enable_command): Ditto.
2065 (delete_trace_command): Use user_breakpoint_p instead of looking
2066 at the breakpoint number directly. When checking if there are
2067 user visible tracepoints, in order to know whether to ask the user
2068 for confirmation, check whether the breakpoint is actually a
2069 tracepoint.
2070
2071 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
2072
2073 * python/py-breakpoint.c (gdbpy_breakpoint_created): Fix
2074 compilation.
2075
2076 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
2077
2078 MI breakpoint notifications.
2079
2080 * annotate.c (breakpoint_changed): Adjust parameter type.
2081 * breakpoint.c (set_breakpoint_condition): Adjust to change
2082 in breakpoint_modified type.
2083 (breakpoint_set_commands): Likewise.
2084 (do_map_commands_command): Likewise.
2085 (bpstat_check_breakpoint_conditions): Notify that breakpoint has
2086 changed after bumping hit count.
2087 (bpstat_stop_status): Likewise.
2088 (print_one_breakpoint_location): Don't wrap in tuple here.
2089 (print_one_breakpoint): Always print individual locations.
2090 For locations, use unnamed tuple.
2091 (disable_breakpoints_in_unloaded_shlib): Notify that breakpoint
2092 has changed.
2093 (create_catchpoint, create_syscall_event_catchpoint): Call
2094 breakpoint_created obsever.
2095 (mention): Don't call breakpoint_created observer.
2096 (create_breakpoint_sal): Call breakpoint_created observer.
2097 (create_breakpoint, watch_command_1): Likewise.
2098 (create_ada_exception_breakpoint): Likewise.
2099 (delete_breakpoint): Call breakpoint_deleted breakpoint.
2100 (locations_are_equal): New.
2101 (update_breakpoint_locations): If locations were changed, notify.
2102 (set_ignore_count, disable_breakpoint, do_enable_breakpoint):
2103 Call breakpoint_modified observer.
2104
2105 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
2106 (mi_cmd_break_insert): Don't set observers for modify and delete.
2107 * mi/mi-interp.c (mi_suppress_breakpoint_notifications): New.
2108 (mi_breakpoint_created, mi_breakpoint_deleted)
2109 (mi_breakpoint_modified): New.
2110 (mi_interpreter_init): Hook the above.
2111 * mi/mi-main.c (mi_cmd_execute): Disable breakpoint notifications
2112 while -break-* commands are executing.
2113 * mi/mi-main.h (mi_suppress_breakpoint_notifications): New.
2114 * mi/mi-out.c (struct ui_out_data): New field original_buffer.
2115 (mi_redirect): New.
2116 (mi_ui_out_impl): Hook in mi_redirect.
2117 (mi_field_skip): True to the name, skip the field, don't output
2118 a field with an empty value.
2119
2120 * python/py-breakpoint.c (gdbpy_breakpoint_created)
2121 (gdbpy_breakpoint_deleted): Adjust.
2122 * tui/tui-hooks.c (tui_event_create_breakpoint)
2123 (tui_event_delete_breakpoint, tui_event_modify_breakpoint): Adjust.
2124
2125 2011-04-26 Aleksandar Ristovski <aristovski@qnx.com>
2126
2127 * nto-procfs.c (procfs_insert_hw_watchpoint): Fix prototype.
2128 (procfs_remove_hw_watchpoint): Likewise.
2129
2130 2011-04-26 Michael Walle <michael@walle.cc>
2131
2132 * remote.c (remote_start_remote): Ack packet after sending the
2133 interrupt sequence.
2134
2135 2011-04-26 Yao Qi <yao@codesourcery.com>
2136
2137 * linux-nat.c: Move common macros to ...
2138 Include linux-ptrace.h.
2139 * common/linux-ptrace.h: ... here. New.
2140
2141 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2142
2143 * elfread.c (elf_symfile_read): Protect dwarf2_initialize_objfile by
2144 !objfile_has_partial_symbols. New comment.
2145 * objfiles.c (objfile_has_partial_symbols): Call HAS_SYMBOLS if
2146 SYM_READ_PSYMBOLS is not present. Extend the comment.
2147 * symfile.h (struct sym_fns): Extend the sym_read_psymbols comment.
2148
2149 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2150
2151 * defs.h (ENUM_BITFIELD): Remove.
2152
2153 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2154 Eli Zaretskii <eliz@gnu.org>
2155
2156 * NEWS: Document the new gdbserver --once option.
2157
2158 2011-04-21 Jie Zhang <jzhang918@gmail.com>
2159
2160 * MAINTAINERS: Update my email address.
2161
2162 2011-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
2163
2164 * gdb_wchar.h (USE_INTERMEDIATE_ENCODING_FUNCTION): New macro.
2165 (INTERMEDIATE_ENCODING): Change value to intermediate_encoding
2166 function call if __STDC_ISO_10646__ macro is defined.
2167 (intermediate_encoding): New prototype.
2168 * charset.c (your_gdb_wchar_t_is_bogus): New extern test variable
2169 to generate compile time error for unsupported gdb_wchar_t size.
2170 (ENDIAN_SUFFIX): New macro.
2171 (intermediate_encoding): New function.
2172
2173 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2174
2175 * ada-lang.c (struct add_partial_datum): Update the comment for
2176 expand_partial_symbol_name.
2177 (ada_add_partial_symbol_completions): Rename to ...
2178 (ada_expand_partial_symbol_name): ... here, change return type, update
2179 function comment, call symbol_completion_match instead of
2180 symbol_completion_add.
2181 (ada_make_symbol_completion_list): Use now expand_partial_symbol_names
2182 and ada_expand_partial_symbol_name.
2183 * dwarf2read.c (dw2_expand_symtabs_matching): Support NULL
2184 FILE_MATCHER.
2185 (dw2_map_symbol_names): Remove.
2186 (dwarf2_gdb_index_functions): Unlist dw2_map_symbol_names.
2187 * psymtab.c (map_symbol_names_psymtab): Remove.
2188 (expand_symtabs_matching_via_partial): Support NULL FILE_MATCHER.
2189 Support KIND == ALL_DOMAIN. Exchange the NAME_MATCHER and KIND check
2190 order.
2191 (psym_functions): Unlist map_symbol_names_psymtab.
2192 (map_partial_symbol_names): Rename to ...
2193 (expand_partial_symbol_names): ... here, change the FUN type, call
2194 expand_symtabs_matching with ALL_DOMAIN and NULL FILE_MATCHER now.
2195 * psymtab.h (map_partial_symbol_names): Rename to ...
2196 (expand_partial_symbol_names): ... here, change the FUN type.
2197 * symfile.h (struct quick_symbol_functions): Update the description of
2198 expand_symtabs_matching. Remove map_symbol_names.
2199 * symtab.c (search_symbols): Add ALL_DOMAIN to the function comment.
2200 (struct add_name_data): Update the comment for
2201 expand_partial_symbol_name.
2202 (add_partial_symbol_name): Rename to ...
2203 (expand_partial_symbol_name): ... here. Replace
2204 completion_list_add_name call by strncmp.
2205 (default_make_symbol_completion_list_break_on): Use now
2206 expand_partial_symbol_names and expand_partial_symbol_name.
2207 * symtab.h (enum search_domain): New element ALL_DOMAIN.
2208
2209 2011-04-20 Tom Tromey <tromey@redhat.com>
2210
2211 * dwarf2read.c (save_gdb_index_command): Replace format
2212 documentation with a pointer to the manual.
2213
2214 2011-04-20 Pedro Alves <pedro@codesourcery.com>
2215
2216 * regcache.c: Include remote.h.
2217 (enum regcache_dump_what) <regcache_dump_remote>: New enum value.
2218 (regcache_dump): Handle regcache_dump_remote.
2219 (maintenance_print_remote_registers): New function.
2220 (_initialize_regcache): Install "maint print remote-registers"
2221 command.
2222 * remote.c (map_regcache_remote_table): New function, factored out
2223 from ...
2224 (init_remote_state): ... here.
2225 (remote_register_number_and_offset): New.
2226 * remote.h (remote_register_number_and_offset): Declare.
2227
2228 2011-04-20 Pedro Alves <pedro@codesourcery.com>
2229
2230 * regcache.c (get_thread_arch_regcache): If creating a regcache for
2231 null_ptid, assume and allow a NULL address space, instead of
2232 asking the target for the ptid's address space.
2233 * infrun.c (ptid_is_pid): Remove assertion.
2234
2235 2011-04-19 Tom Tromey <tromey@redhat.com>
2236
2237 * windows-tdep.c (windows_xfer_shared_library):
2238 * windows-nat.c (get_module_name, windows_make_so):
2239 * v850-tdep.c (v850_handle_pushm):
2240 * utils.c (null_cleanup, gdb_realpath):
2241 * ui-out.c (get_next_header):
2242 * tracepoint.c (clear_traceframe_info):
2243 * symtab.c (lookup_symtab):
2244 * serial.h (struct serial_ops):
2245 * mipsread.c (read_alphacoff_dynamic_symtab):
2246 * infcmd.c (print_return_value):
2247 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address):
2248 * f-exp.y (parse_number):
2249 * exceptions.c (catch_exceptions):
2250 * dummy-frame.c (dummy_frame_this_id):
2251 * defs.h (struct cleanup):
2252 * breakpoint.c (disable_breakpoints_in_unloaded_shlib):
2253 * arm-tdep.c (arm_push_dummy_call):
2254 * amd64-tdep.h (amd64_collect_xsave):
2255 * amd64-tdep.c (amd64_collect_xsave):
2256 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache):
2257 * README (typing): Remove duplicate words.
2258 * cli/cli-decode.c (lookup_cmd_composition): Add comma.
2259 * infrun.c (siginfo_value_read): Fix typo.
2260 * solib-frv.c (frv_fdpic_find_global_pointer): Likewise.
2261 * top.c (source_line_number): Add comma.
2262
2263 2011-04-19 Marc Khouzam <marc.khouzam@ericsson.com>
2264
2265 * thread.c (any_live_thread_of_process): Prioritize threads
2266 that are not executing.
2267 * gdbthread.h (any_live_thread_of_process): Update comment
2268 as per above change.
2269
2270 2011-04-19 Andreas Schwab <schwab@linux-m68k.org>
2271
2272 * xcoffread.c (process_xcoff_symbol): Remove useless cast.
2273 (scan_xcoff_symtab): Likewise.
2274
2275 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2276
2277 * xcoffread.c (process_xcoff_symbol): ARI fix: Avoid assignment
2278 inside if clause.
2279
2280 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2281 Pedro Alves <pedro@codesourcery.com>
2282
2283 * xstormy16-tdep.c (xstormy16_push_dummy_call): Add local
2284 variables to simplify code and avoid == operator at end of
2285 line as this is against GNU coding standards.
2286
2287 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2288
2289 * solib-svr4.c (svr4_keep_data_in_core): Rename local variable
2290 lm_name to name_lm to avoid conflict with lm_name function.
2291
2292 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2293
2294 ARI fixes: Use only lowercase function name for static functions.
2295 * nto-tdep.c (LM_ADDR): Rename to...
2296 (lm_addr): New function name.
2297 (nto_relocate_section_addresses): Adapt to change above.
2298 * solib-sunos.c (LM_ADDR): Rename to...
2299 (lm_addr): New function name.
2300 (LM_NEXT): Rename to...
2301 (lm_next): New function name.
2302 (sunos_current_sos, sunos_relocate_section_addresses): Adapt to
2303 function name changes above.
2304 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Rename to...
2305 (lm_addr_from_link_map): New function name.
2306 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Rename to...
2307 (has_lm_dynamic_from_link_map): New function name.
2308 (LM_DYNAMIC_FROM_LINK_MAP): Rename to...
2309 (lm_dynamic_from_link_map): New function name.
2310 (LM_ADDR_CHECK): Rename to...
2311 (lm_addr_check): New function name.
2312 (LM_NEXT): Rename to...
2313 (lm_next): New function name.
2314 (LM_PREV): Rename to...
2315 (lm_prev): New function name.
2316 (LM_NAME): Rename to...
2317 (lm_name): New function name.
2318 (IGNORE_FIRST_LINK_MAP_ENTRY): Rename to...
2319 (ignore_first_link_map_entry): New function name.
2320 (svr4_keep_data_in_core): Adapt to function name changes above.
2321 (svr4_current_sos): Likewise.
2322 (enable_break): Likewise.
2323 (svr4_relocate_section_addresses): Likewise.
2324
2325 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2326
2327 ARI cleanup.
2328 * xtensa-tdep.c (xtensa_register_type): Use xstrprintf instead of
2329 sprintf. Simplify code and avoid loosing memory.
2330 (xtensa_register_reggroup_p): Extract assignment out of IF clause.
2331 (call0_frame_cache): Remove && operator from end of line.
2332
2333 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2334
2335 Fix libraries displacement if they change whether they were prelinked.
2336 * solib-svr4.c (LM_ADDR_CHECK): Set L_ADDR even if the DYNAMIC pointer
2337 does not match. Comment why.
2338
2339 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2340
2341 * corelow.c: Include wrapper.h.
2342 (core_open): Call now gdb_target_find_new_threads.
2343 * wrapper.c: Include target.h.
2344 (gdb_target_find_new_threads): New.
2345 * wrapper.h (gdb_target_find_new_threads): New declaration.
2346
2347 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2348
2349 * linux-thread-db.c (find_new_threads_callback): Exit on zero TI_TID
2350 even if !TARGET_HAS_EXECUTION.
2351
2352 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2353
2354 Fix convert_code_addr_to_desc_addr for ppc64 files after eu-strip.
2355 * elfread.c (elf_symfile_read): New variable synth_abfd, pass it to
2356 bfd_get_synthetic_symtab.
2357 * jit.c (jit_register_code): Pass NULL to the new parameter parent.
2358 * machoread.c (macho_add_oso_symfile): Pass main_objfile to the new
2359 parameter parent, remove the call to add_separate_debug_objfile.
2360 * solib.c (solib_read_symbols): Pass NULL to the new parameter parent.
2361 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
2362 * symfile.c (symbol_file_add_with_addrs_or_offsets): New parameter
2363 parent, new comment for it, call add_separate_debug_objfile for it.
2364 (symbol_file_add_separate): Pass objfile as the parameter parent,
2365 remove the call to add_separate_debug_objfile.
2366 (symbol_file_add_from_bfd): New parameter parent, pass it.
2367 (symbol_file_add): Pass NULL to the new parameter parent.
2368 * symfile.h (symbol_file_add_from_bfd): New parameter parent.
2369
2370 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2371
2372 * elfread.c (elf_symtab_read): Do not ignore .L symbols if they are
2373 BSF_SYNTHETIC.
2374
2375 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2376
2377 Fix Python access to inlined frames.
2378 * python/py-frame.c (frapy_read_var): Find BLOCK using get_frame_block.
2379 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
2380
2381 2011-04-15 Tom Tromey <tromey@redhat.com>
2382
2383 * dwarf2read.c (add_index_entry): Use VEC_last, not VEC_length.
2384
2385 2011-04-15 Gary Benson <gbenson@redhat.com>
2386
2387 * MAINTAINERS: Add myself to write-after-approval section.
2388
2389 2011-04-14 Mike Frysinger <vapier@gentoo.org>
2390
2391 * remote-sim.c (sim_command_completer): New function.
2392 (_initialize_remote_sim): Set completer to sim_command_completer.
2393
2394 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
2395
2396 * breakpoint.c (print_exception_catchpoint): Rename to ...
2397 (print_it_exception_catchpoint): ... this.
2398 (gnu_v3_exception_catchpoint_ops): Update with new name
2399 for print_it_exception_catchpoint.
2400
2401 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
2402
2403 * MAINTAINERS: Add myself for write after approval privileges.
2404
2405 2011-04-13 Marek Polacek <mpolacek@redhat.com>
2406
2407 * MAINTAINERS: Add myself as a write-after-approval maintainer.
2408
2409 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
2410
2411 * breakpoint.c (watch_command_1): Remove colon from exp_string.
2412
2413 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
2414
2415 * breakpoint.c (save_breakpoints): Verify whether
2416 breakpoint_ops.print_recreate is defined before calling it.
2417
2418 2011-04-11 Gary Benson <gbenson@redhat.com>
2419
2420 Fix failure with --enable-maintainer-mode.
2421 * Makefile.in (aclocal_m4_deps): Updated gnulib dependencies.
2422
2423 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2424
2425 Code cleanup.
2426 * symtab.c (search_symbols): Reorder the KIND description in the
2427 function comment. Remove the unused 4th element of types, types2,
2428 types3 and types4. New gdb_assert on KIND.
2429 (symtab_symbol_info): Remove the unused 4th element of classnames.
2430 New gdb_assert on KIND.
2431 * symtab.h (enum search_domain): New warning in the enum comment.
2432 Assign numbers to the elements VARIABLES_DOMAIN, FUNCTIONS_DOMAIN and
2433 TYPES_DOMAIN.
2434
2435 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2436
2437 Fix crash of gdb save-index on a STABS file.
2438 * dwarf2read.c (write_psymtabs_to_index): Return also on no
2439 PSYMTABS_ADDRMAP.
2440
2441 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2442
2443 Fix DW_AT_accessibility compatibility with gcc-4.6+.
2444 * dwarf2read.c: Include ctype.h.
2445 (producer_is_gxx_lt_4_6, dwarf2_default_access_attribute): New
2446 functions.
2447 (dwarf2_add_field): Fix new_field->accessibility by calling
2448 dwarf2_default_access_attribute. Restructure setting accessibility
2449 vs. virtuality.
2450 (dwarf2_add_member_fn): New variable accessibility. Fix fnp
2451 is_private and is_protected by calling
2452 dwarf2_default_access_attribute.
2453
2454 2011-04-08 Kevin Buettner <kevinb@redhat.com>
2455
2456 * rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
2457 to the initialization.
2458
2459 2011-04-08 Steve Ellcey <sje@cup.hp.com>
2460
2461 * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
2462 initalization.
2463
2464 2011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
2465
2466 Remove support for old Cygwin 1.5 versions.
2467 * remote-fileio.c: Remove macros used to emulate new cygwin_conv_path
2468 function on old Cygwin version.
2469 * windows-nat.c: Remove cygwin version check and always define
2470 __USEWIDE for Cygwin compilation.
2471
2472 2011-04-07 Yao Qi <yao@codesourcery.com>
2473
2474 * arm-linux-tdep.c (arm_linux_copy_svc): Remove parameters INSN
2475 and TO.
2476 * arm-tdep.c (cleanup_svc): Handle variable instruction size.
2477 (arm_copy_svc): Remove parameters INSN and TO.
2478 (decode_svc_copro): Update caller.
2479 * arm-tdep.h (struct displaced_step_closure): Remove parameters
2480 from function pointer `copy_svc_os'.
2481
2482 2011-04-07 Yao Qi <yao@codesourcery.com>
2483
2484 * arm-tdep.c (cleanup_branch): Set a correct return address in
2485 LR for ARM and Thumb.
2486
2487 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2488
2489 Code cleanup.
2490 * dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.
2491 * dwarf2read.c (mapped_index_string_hash): Refer to SYMBOL_HASH_NEXT
2492 in the function comment, a new note on values compatibility.
2493 * minsyms.c (msymbol_hash_iw, msymbol_hash): Use SYMBOL_HASH_NEXT.
2494 * symtab.h (SYMBOL_HASH_NEXT): New.
2495
2496 2011-04-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
2497
2498 * ppc-linux-nat.c (check_condition): Add len output parameter.
2499 Set it based on the memory region referenced in the condition
2500 expression. Update all callers.
2501
2502 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2503
2504 Fix crash regression on systems featuring .gdb_index.
2505 * objfiles.c (free_objfile): Move the
2506 forget_cached_source_info_for_objfile call earlier. Comment it.
2507 Extend the comment for objfile_free_data.
2508
2509 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2510
2511 Fix regression of displaying the debug format.
2512 * buildsym.c (end_symtab): Set symtab's debugformat and producer from
2513 subfile.
2514
2515 2011-04-04 Tom Tromey <tromey@redhat.com>
2516
2517 * cli/cli-interp.c (struct captured_execute_command_args):
2518 Remove.
2519 (do_captured_execute_command): Remove.
2520 (safe_execute_command): Use TRY_CATCH.
2521 * cli/cli-script.c (struct wrapped_read_command_file_args):
2522 Remove.
2523 (wrapped_read_command_file): Remove.
2524 (script_from_file): Use TRY_CATCH.
2525 * exceptions.c (catch_exception): Remove.
2526 * exceptions.h (catch_exception): Remove.
2527 (deprecated_throw_reason): Update comment.
2528 * mi/mi-main.c (captured_mi_execute_command): Change 'data'
2529 argument to 'context'.
2530 (mi_execute_command): Use TRY_CATCH.
2531 * remote.c (struct start_remote_args): Remove.
2532 (remote_start_remote): Update; change arguments.
2533 (remote_open_1): Use TRY_CATCH.
2534
2535 2011-04-04 Tom Tromey <tromey@redhat.com>
2536
2537 * tracepoint.c (scope_info): Update.
2538 * symtab.c (decode_line_spec): Update.
2539 * python/python.c (gdbpy_decode_line): Update.
2540 * linespec.h (decode_line_1): Update.
2541 * linespec.c (decode_line_1): Remove 'not_found_ptr' argument.
2542 (decode_compound, find_method, symtab_from_filename)
2543 (decode_variable): Likewise.
2544 * cli/cli-cmds.c (edit_command): Update.
2545 (list_command): Update.
2546 * breakpoint.c (parse_breakpoint_sals): Remove 'not_found_ptr'
2547 argument.
2548 (create_breakpoint): Update.
2549 (until_break_command): Update.
2550 (addr_string_to_sals): Update.
2551 (decode_line_spec_1): Update.
2552
2553 2011-04-04 Tom Tromey <tromey@redhat.com>
2554
2555 * breakpoint.c (struct captured_parse_breakpoint_args): Remove.
2556 (do_captured_parse_breakpoint): Remove.
2557 (create_breakpoint): `e' is now volatile. Remove `parse_args'.
2558 Use TRY_CATCH directly.
2559
2560 2011-04-04 Tom Tromey <tromey@redhat.com>
2561
2562 * symtab.h (free_symtab): Remove.
2563 (forget_cached_source_info_for_objfile): Declare.
2564 * symmisc.c (free_symtab): Remove.
2565 * source.c (forget_cached_source_info_for_objfile): New function.
2566 (forget_cached_source_info): Use it.
2567 * objfiles.c (free_objfile): Simplify check before calling
2568 clear_current_source_symtab_and_line. Call
2569 forget_cached_source_info_for_objfile.
2570
2571 2011-04-04 Tom Tromey <tromey@redhat.com>
2572
2573 * mdebugread.c (psymtab_to_symtab_1): Copy linetable to obstack.
2574 (new_symtab): Don't set `free_code' on symtab.
2575 (new_linetable): Properly handle size==0.
2576 * symtab.h (struct symtab) <free_code, free_func>: Remove.
2577 * symmisc.c (free_symtab): Don't free the linetable. Don't call
2578 free_func.
2579 * jv-lang.c (struct jv_per_objfile_data): New.
2580 (jv_per_objfile_free): Free the data.
2581 (get_dynamics_objfile): Allocate a jv_per_objfile_data.
2582 (get_java_class_symtab): Set the `dict' field on the
2583 jv_per_objfile_data.
2584 (free_class_block): Remove.
2585 * buildsym.c (end_symtab): Don't set `free_code' or `free_func' on
2586 the symtab.
2587
2588 2011-04-04 Tom Tromey <tromey@redhat.com>
2589
2590 * symfile.c (reread_symbols): Update.
2591 * objfiles.h (struct objfile) <cp_namespace_symtab>: Remove
2592 field.
2593 * objfiles.c (allocate_objfile): Update.
2594 * cp-support.h (cp_check_possible_namespace_symbols): Don't
2595 declare.
2596 * cp-namespace.c (lookup_symbol_file): Don't call
2597 lookup_possible_namespace_symbol.
2598 (initialize_namespace_symtab, get_possible_namespace_block)
2599 (free_namespace_block, cp_check_possible_namespace_symbols)
2600 (check_possible_namespace_symbols_loop)
2601 (check_one_possible_namespace_symbol)
2602 (lookup_possible_namespace_symbol): Remove.
2603 (maintenance_cplus_namespace): Replace with notice.
2604 (_initialize_cp_namespace): Deprecate `maint cplus namespace'.
2605
2606 2011-04-04 Tom Tromey <tromey@redhat.com>
2607
2608 * xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.
2609 * symtab.h (struct symtab) <producer, debugformat>: Now const.
2610 * symmisc.c (free_symtab): Don't free debugformat.
2611 * buildsym.h (struct subfile) <producer, debugformat>: Now const.
2612 (record_debugformat, record_producer): Document.
2613 * buildsym.c (end_symtab): Don't save debugformat and producer
2614 names on obstack.
2615 (end_symtab): Don't free debugformat and producer fields.
2616 (record_debugformat): Don't call xstrdup.
2617 (record_producer): Likewise.
2618
2619 2011-04-04 Tom Tromey <tromey@redhat.com>
2620
2621 * source.c (find_source_lines): Remove LSEEK_NOT_LINEAR code.
2622 (source_line_charpos, source_charpos_line): Remove.
2623
2624 2011-04-04 Tom Tromey <tromey@redhat.com>
2625
2626 * symtab.h (domain_enum): Split in two...
2627 (enum search_domain): New.
2628 (search_symbols): Update.
2629 * symtab.c (print_symbol_info, symtab_symbol_info): Remove
2630 redundant declarations.
2631 (search_symbols): Change 'kind' argument to search_domain.
2632 Update.
2633 (print_symbol_info): Likewise.
2634 (symtab_symbol_info): Likewise.
2635 * symfile.h (struct quick_symbol_functions)
2636 <pre_expand_symtabs_matching>: Change type of 'kind' argument.
2637 <expand_symtabs_matching>: Likewise.
2638 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Update.
2639 (expand_symtabs_matching_via_partial): Update.
2640 * dwarf2read.c (dw2_pre_expand_symtabs_matching): Update.
2641 (dw2_expand_symtabs_for_function): Update.
2642 * block.h: Moved anonymous enum...
2643 * defs.h (enum block_enum): ... here. Now named.
2644
2645 2011-04-03 Joel Brobecker <brobecker@adacore.com>
2646
2647 GDB 7.3 branch created (branch timestamp: 2011-04-01 01:00 UTC)
2648 * version.in: Bump version to 7.3.50.20110403-cvs.
2649
2650 2011-04-03 Joel Brobecker <brobecker@adacore.com>
2651
2652 * NEWS: Create a new section for the next release branch.
2653 Rename the section of the current branch, now that it has
2654 been cut.
2655
2656 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
2657
2658 * arm-tdep.c (arm_gdbarch_init): Enfore correct register number
2659 for "fpscr" in target description.
2660
2661 2011-04-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2662
2663 * dwarf2read.c (find_slot_in_mapped_hash): New variable back_to,
2664 initialize it. Delay HASH initialization. Strip the part after open
2665 parenthesis for languages with qualifiers. Call do_cleanups.
2666
2667 2011-04-01 Tom Tromey <tromey@redhat.com>
2668
2669 * utils.c (report_command_stats): Don't print `-' for negative
2670 number.
2671
2672 2011-04-01 Eric Botcazou <ebotcazou@adacore.com>
2673
2674 * ada-lang.c (ada_is_simple_array_type, ada_value_slice_from_ptr)
2675 (ada_value_slice, empty_array, to_fixed_array_type): Deal with
2676 typedefs.
2677
2678 2011-04-01 Joel Brobecker <brobecker@adacore.com>
2679
2680 * breakpoint.h (bpdisp_text): Add declaration.
2681 * breakpoint.c (bpdisp_text): Make non-static.
2682 * ada-lang.c: #include "mi/mi-common.h".
2683 (print_it_exception): Rewrite to improve GDB/MI output.
2684
2685 2011-04-01 Pedro Alves <pedro@codesourcery.com>
2686
2687 * arm-tdep.h (struct address_space): Add forward declaration.
2688
2689 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
2690
2691 * arm-tdep.h (arm_insert_single_step_breakpoint): Add prototype.
2692 * arm-tdep.c (arm_override_mode): New global.
2693 (arm_pc_is_thumb): Respect arm_override_mode. Remove single-step
2694 execution mode heuristics.
2695 (thumb_get_next_pc_raw): Remove INSERT_BKTP argument; always insert
2696 second single-step breakpoint if needed, using
2697 arm_insert_single_step_breakpoint.
2698 (arm_get_next_pc_raw): Remove INSERT_BKTP argument. Only handle
2699 ARM execution mode, do not call thumb_get_next_pc_raw.
2700 (arm_get_next_pc): Encode execution mode in return value. Call
2701 either arm_get_next_pc_raw or thumb_get_next_pc_raw.
2702 (arm_insert_single_step_breakpoint): New function.
2703 (arm_software_single_step): Call it.
2704 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): Add IS_THUMB
2705 argument to return execution mode of sigreturn target.
2706 (arm_linux_syscall_next_pc): Use it.
2707 (arm_linux_copy_svc): Update call.
2708 (arm_linux_software_single_step): Call
2709 arm_insert_single_step_breakpoint.
2710
2711 2011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2712
2713 * dwarf2read.c (dwarf2_read_index): Fix .gdb_index version number in
2714 the comment.
2715
2716 2011-03-31 Tom Tromey <tromey@redhat.com>
2717
2718 * varobj.c (update_dynamic_varobj_children): Properly handle
2719 errors from iterator.
2720
2721 2011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2722
2723 * dwarf2read.c (dwarf2_name): Initialize DEMANGLED. Avoid demangling
2724 struct linkage name twice.
2725
2726 2011-03-31 Tom Tromey <tromey@redhat.com>
2727
2728 * python/py-prettyprint.c (print_stack_unless_memory_error): Add
2729 missing ">" to message.
2730
2731 2011-03-31 Tom Tromey <tromey@redhat.com>
2732
2733 * varobj.c (instantiate_pretty_printer): Remove duplicate
2734 'return'.
2735
2736 2011-03-31 Ulrich Weigand <ulrich.weigand@linaro.org>
2737
2738 * i386-tdep.c (i386_frame_prev_register): Unwind SP from memory
2739 if neither saved value nor register available (e.g. signal frame).
2740
2741 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2742
2743 * macroexp.c (expand): Avoid uninitialized variable
2744 compiler warning.
2745
2746 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2747
2748 * breakpoint.c (break_range_command): Fix typo in comment.
2749
2750 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2751 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2752
2753 Implement support for PowerPC BookE ranged breakpoints.
2754 * NEWS: Mention support for ranged breakpoints on embedded PowerPC.
2755 * breakpoint.h (struct bp_target_info) <length>: New member
2756 variable.
2757 (struct breakpoint_ops) <breakpoint_hit>: Take struct bp_location
2758 instead of struct breakpoint as argument, and also add ASPACE
2759 and BP_ADDR arguments. Update all callers.
2760 (struct breakpoint_ops) <print_one_detail>: New method.
2761 (struct breakpoint) <addr_string_range_end>: New member variable.
2762 * breakpoint.c (breakpoint_location_address_match): Add function
2763 prototype.
2764 (insert_bp_location): Set bl->target_info.length.
2765 (breakpoint_here_p): Call breakpoint_location_address_match.
2766 (moribund_breakpoint_here_p): Likewise.
2767 (regular_breakpoint_inserted_here_p): Likewise.
2768 (breakpoint_thread_match): Likewise.
2769 (bpstat_stop_status): Likewise.
2770 (bpstat_check_location): Move call to
2771 breakpoint_ops.breakpoint_hit to the top.
2772 (print_one_breakpoint_location): Call
2773 breakpoint_ops.print_one_detail if available.
2774 (breakpoint_address_match_range): New function.
2775 (breakpoint_location_address_match): Likewise.
2776 (breakpoint_locations_match): Compare the length field of the
2777 locations too.
2778 (hw_breakpoint_used_count): Count resources used by all locations
2779 in a breakpoint, and use breakpoint_ops.resources_needed if
2780 available.
2781 (breakpoint_hit_ranged_breakpoint): New function.
2782 (resources_needed_ranged_breakpoint): Likewise.
2783 (print_it_ranged_breakpoint): Likewise.
2784 (print_one_ranged_breakpoint): Likewise.
2785 (print_one_detail_ranged_breakpoint): Likewise.
2786 (print_mention_ranged_breakpoint): Likewise.
2787 (print_recreate_ranged_breakpoint): Likewise.
2788 (ranged_breakpoint_ops): New structure.
2789 (find_breakpoint_range_end): New function.
2790 (break_range_command): Likewise.
2791 (delete_breakpoint): Free addr_string_range_end.
2792 (update_breakpoint_locations): Add SALS_END argument. Update
2793 all callers. Calculate breakpoint length if a non-zero SALS_END
2794 is given. Call breakpoint_locations_match instead of
2795 breakpoint_address_match.
2796 (reset_breakpoint): Find SaL of the end of the range if B is a
2797 ranged breakpoint.
2798 (_initialize_breakpoint): Register break-range command.
2799 * defs.h (print_core_address): Add function prototype.
2800 * ppc-linux-nat.c (ppc_linux_ranged_break_num_registers): New
2801 function.
2802 (ppc_linux_insert_hw_breakpoint): Support ranged breakpoints.
2803 (ppc_linux_remove_hw_breakpoint): Likewise.
2804 (_initialize_ppc_linux_nat): Initialize
2805 to_ranged_break_num_registers.
2806 * target.c (update_current_target): Add comment about
2807 to_ranged_break_num_registers.
2808 (target_ranged_break_num_registers): New function.
2809 * target.h (struct target_ops) <to_ranged_break_num_registers>:
2810 New method.
2811 (target_ranged_break_num_registers): Add function prototype.
2812 * ui-out.c (ui_out_field_core_addr): Move address-printing logic to ...
2813 * utils.c (print_core_address): ... here.
2814
2815 2011-03-31 Ulrich Weigand <uweigand@de.ibm.com>
2816
2817 * breakpoint.c (addr_string_to_sals): Avoid uninitialized
2818 variable compiler warning.
2819
2820 2011-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2821
2822 * breakpoint.c (breakpoint_re_set_one): Factor out breakpoint-resetting
2823 code from here ...
2824 (re_set_breakpoint): ... to here ...
2825 (addr_string_to_sals): ... and here.
2826
2827 2011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
2828
2829 * Makefile.in (SFILES): Add missing C sources.
2830 (HFILES_NO_SRCDIR): Remove gdbserver subdirectory headers.
2831 Add missing headers.
2832
2833 2011-03-29 Mike Frysinger <vapier@gentoo.org>
2834
2835 * .gitignore: New file.
2836
2837 2011-03-29 Mike Frysinger <vapier@gentoo.org>
2838
2839 * NEWS: Mention new cfi device simulation.
2840
2841 2011-03-29 Tom Tromey <tromey@redhat.com>
2842
2843 * dwarf2read.c (fixup_partial_die): Handle linkage name on
2844 otherwise anonymous types.
2845 (dwarf2_name): Likewise.
2846 * valops.c (value_struct_elt_for_reference): Refine artificial
2847 type logic. Call error if j==-1.
2848
2849 2011-03-29 Andreas Tobler <andreast-list@fgznet.ch>
2850
2851 Fix false GCC warning.
2852 * infcall.c (find_function_addr): Initialize funaddr.
2853
2854 2011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
2855
2856 Fix mingw compilation with --enable-targets=all.
2857 * remote-mips.c (gdb_usleep.h): Include header.
2858 (mips_enter_debug): Use gdb_usleep instead of sleep.
2859
2860 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2861
2862 Support resolution of STT_GNU_IFUNC via breakpoints.
2863 * breakpoint.c (print_it_typical): Support bp_gnu_ifunc_resolver and
2864 bp_gnu_ifunc_resolver_return.
2865 (bpstat_what): Rename parameter to bs_head, new variable bs, adjust
2866 the loop. Support bp_gnu_ifunc_resolver and
2867 bp_gnu_ifunc_resolver_return. New comment after the loop. New loop
2868 for bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return
2869 breakpoints.
2870 (bptype_string, print_one_breakpoint_location): Support
2871 bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return.
2872 (user_settable_breakpoint): Return true also for
2873 bp_gnu_ifunc_resolver.
2874 (allocate_bp_location): Support bp_gnu_ifunc_resolver and
2875 bp_gnu_ifunc_resolver_return.
2876 (set_breakpoint_location_function): New parameter explicit_loc,
2877 describe it. Call find_pc_partial_function_gnu_ifunc with new
2878 variable IS_GNU_IFUNC and adjust the address for STT_GNU_IFUNC if
2879 EXPLICIT_LOC is not set.
2880 (set_raw_breakpoint): Set EXPLICIT_LOC for
2881 set_breakpoint_location_function.
2882 (clone_momentary_breakpoint): Use true for EXPLICIT_LOC of
2883 set_breakpoint_location_function.
2884 (mention): Support bp_gnu_ifunc_resolver and
2885 bp_gnu_ifunc_resolver_return.
2886 (add_location_to_breakpoint): Set EXPLICIT_LOC for
2887 set_breakpoint_location_function.
2888 (update_breakpoint_locations): Remove static.
2889 (breakpoint_re_set_one): Support bp_gnu_ifunc_resolver and
2890 bp_gnu_ifunc_resolver_return.
2891 * breakpoint.h (enum bptype): New fields bp_gnu_ifunc_resolver and
2892 bp_gnu_ifunc_resolver_return.
2893 (update_breakpoint_locations): New declaration.
2894 * elfread.c: Include gdbthread.h and regcache.h.
2895 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop): New
2896 functions.
2897 (elf_gnu_ifunc_fns): Install them.
2898 * minsyms.c (stub_gnu_ifunc_resolver_stop)
2899 (stub_gnu_ifunc_resolver_return_stop): New functions.
2900 (stub_gnu_ifunc_fns): Install them.
2901 * symtab.h (struct gnu_ifunc_fns): New fields gnu_ifunc_resolver_stop
2902 and gnu_ifunc_resolver_return_stop.
2903 (gnu_ifunc_resolver_stop, gnu_ifunc_resolver_return_stop): New.
2904
2905 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2906
2907 STT_GNU_IFUNC reader implementation.
2908 * elfread.c: Include gdbtypes.h, value.h and infcall.h.
2909 (SYMBOL_GOT_PLT_SUFFIX, elf_rel_plt_read)
2910 (elf_objfile_gnu_ifunc_cache_data, struct elf_gnu_ifunc_cache)
2911 (elf_gnu_ifunc_cache_hash, elf_gnu_ifunc_cache_eq)
2912 (elf_gnu_ifunc_record_cache, elf_gnu_ifunc_resolve_by_cache)
2913 (elf_gnu_ifunc_resolve_by_got, elf_gnu_ifunc_resolve_name)
2914 (elf_gnu_ifunc_resolve_addr): New.
2915 (elf_symfile_read): Call elf_rel_plt_read.
2916 (elf_gnu_ifunc_fns): New.
2917 (_initialize_elfread): Initialize elf_objfile_gnu_ifunc_cache_data.
2918 Install elf_gnu_ifunc_fns.
2919 * infcall.c (find_function_return_type): New function.
2920 (find_function_addr): Resolve TYPE_GNU_IFUNC functions, if possible.
2921 * minsyms.c (stub_gnu_ifunc_resolve_addr)
2922 (stub_gnu_ifunc_resolve_name): New functions.
2923 (stub_gnu_ifunc_fns, gnu_ifunc_fns_p): New variables.
2924 * symtab.h (struct gnu_ifunc_fns, gnu_ifunc_resolve_addr)
2925 (gnu_ifunc_resolve_name, gnu_ifunc_fns_p): New.
2926
2927 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2928
2929 Code cleanup for later STT_GNU_IFUNC support.
2930 * infcall.c (find_function_addr): Remove variable code, use explicit
2931 dereferences for it. Move VALUE_TYPE initialization later.
2932
2933 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2934
2935 GDB find_pc_partial_function support for STT_GNU_IFUNC.
2936 * blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
2937 (clear_pc_function_cache): Clear it.
2938 (find_pc_partial_function): Rename to ...
2939 (find_pc_partial_function_gnu_ifunc): ... this function. New
2940 parameter is_gnu_ifunc_p, describe it. Set *IS_GNU_IFUNC_P.
2941 (find_pc_partial_function): New wrapper for this function.
2942 * symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
2943
2944 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2945
2946 GDB internal type support for STT_GNU_IFUNC.
2947 * elfread.c (record_minimal_symbol): Support mst_text_gnu_ifunc.
2948 (elf_symtab_read): Set mst_text_gnu_ifunc for
2949 BSF_GNU_INDIRECT_FUNCTION.
2950 * eval.c (evaluate_subexp_standard): Support TYPE_GNU_IFUNC.
2951 * gdbtypes.c (init_type): Support TYPE_FLAG_GNU_IFUNC,
2952 builtin_func_func, nodebug_text_gnu_ifunc_symbol and
2953 nodebug_got_plt_symbol.
2954 * gdbtypes.h (enum type_flag_value): New entry TYPE_FLAG_GNU_IFUNC.
2955 (TYPE_GNU_IFUNC): New.
2956 (struct main_type): New field flag_gnu_ifunc.
2957 (struct builtin_type): New field builtin_func_func.
2958 (struct objfile_type): New fields nodebug_text_gnu_ifunc_symbol and
2959 nodebug_got_plt_symbol.
2960 * minsyms.c (lookup_minimal_symbol_text): Support mst_text_gnu_ifunc.
2961 (in_gnu_ifunc_stub): New.
2962 (prim_record_minimal_symbol, find_solib_trampoline_target): Support
2963 mst_text_gnu_ifunc.
2964 * parse.c (write_exp_msymbol): New variable ifunc_msym. Detect and
2965 support mst_text_gnu_ifunc. Support mst_slot_got_plt.
2966 * solib-svr4.c (svr4_in_dynsym_resolve_code): Return true also for
2967 in_gnu_ifunc_stub.
2968 * symmisc.c (dump_msymbols): Support mst_text_gnu_ifunc.
2969 * symtab.c (search_symbols): Likewise.
2970 * symtab.h (enum minimal_symbol_type): New fields mst_text_gnu_ifunc
2971 and mst_slot_got_plt.
2972 (in_gnu_ifunc_stub): New declaration.
2973
2974 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2975
2976 Support a ring of related breakpoints.
2977 * breakpoint.c (watchpoint_del_at_next_stop): New, move here code from
2978 other functions, add gdb_assert.
2979 (update_watchpoint, watchpoint_check): Add gdb_assert. Use
2980 watchpoint_del_at_next_stop.
2981 (bpstat_check_watchpoint): Use watchpoint_del_at_next_stop.
2982 (bpstat_stop_status): Handle ring in related_breakpoint.
2983 (set_raw_breakpoint_without_location): Initialize ring in
2984 related_breakpoint.
2985 (delete_breakpoint): Handle ring in related_breakpoint, use
2986 watchpoint_del_at_next_stop.
2987 (map_breakpoint_numbers): Handle ring in related_breakpoint.
2988
2989 2011-03-28 Tom Tromey <tromey@redhat.com>
2990
2991 PR symtab/12441:
2992 * dwarf2read.c (prepare_one_comp_unit): Don't call set_cu_language
2993 with `language_minimal'.
2994
2995 2011-03-25 Ulrich Weigand <ulrich.weigand@linaro.org>
2996
2997 * arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
2998 instead of checking for STT_ARM_TFUNC symbol type.
2999
3000 2011-03-25 Tom Tromey <tromey@redhat.com>
3001
3002 * linespec.c (symbol_found): Restore line-based result for
3003 non-LOC_LABEL symbols.
3004
3005 2011-03-25 Kai Tietz <ktietz@redhat.com>
3006
3007 * tui/tui-source.c (tui_set_source_content): Use filename_cmp
3008 instead of strcmp for comparison.
3009 (tui_source_is_displayed): Likewise.
3010 * tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
3011
3012 2011-03-24 Mark Wielaard <mjw@redhat.com>
3013
3014 * dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
3015 complaint.
3016 (skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
3017 (find_partial_die_in_comp_unit): Likewise in comment.
3018 (read_attribute_value): Likewise.
3019 (lookup_die_type): Likewise.
3020 (dwarf_form_name): Likewise.
3021 (dump_die_shallow): Likewise.
3022 (follow_die_ref_or_sig): Likewise.
3023
3024 2011-03-24 Tom Tromey <tromey@redhat.com>
3025
3026 PR breakpoints/11816:
3027 * linespec.c (decode_line_1): Parse `function:label' linespecs.
3028 (decode_compound): Update.
3029 (find_function_symbol): New function.
3030 (decode_dollar): Update.
3031 (decode_label): Add 'function_symbol' parameter. Handle
3032 function-relative labels.
3033 (decode_variable): Update.
3034 (symbol_found): Add 'function_symbol' parameter. Use label's PC,
3035 not its line. Set `special_display' and canonical name for
3036 labels.
3037
3038 2011-03-24 Tom Tromey <tromey@redhat.com>
3039
3040 * linespec.h (struct linespec_result) <special_display>: New
3041 field.
3042 * breakpoint.h (struct breakpoint) <display_canonical>: New
3043 field.
3044 * breakpoint.c (print_breakpoint_location): Respect
3045 display_canonical.
3046 (create_breakpoint_sal): Add 'display_canonical' parameter.
3047 (create_breakpoints_sal): Update.
3048 (create_breakpoint): Update.
3049
3050 2011-03-24 Tom Tromey <tromey@redhat.com>
3051
3052 * symtab.c (decode_line_spec): Update.
3053 * linespec.c (build_canonical_line_spec): Change type of
3054 'canonical'.
3055 (decode_line_2, decode_line_1, decode_objc, decode_compound)
3056 (find_method, decode_all_digits, decode_dollar, decode_label)
3057 (symbol_found): Likewise.
3058 (init_linespec_result): New function.
3059 * breakpoint.c (struct captured_parse_breakpoint_args)
3060 <canonical_p>: New field, replaces addr_string_p.
3061 (create_breakpoints_sal): Add 'canonical' parameter, replacing
3062 'addr_string'.
3063 (parse_breakpoint_sals): Likewise.
3064 (do_captured_parse_breakpoint): Update.
3065 (create_breakpoint): Use struct linespec_result.
3066 (until_break_command): Update.
3067 (breakpoint_re_set_one): Update.
3068 (decode_line_spec_1): Update.
3069 * linespec.h (struct linespec_result): New.
3070 (init_linespec_result): Declare.
3071
3072 2011-03-23 Pedro Alves <pedro@codesourcery.com>
3073
3074 * regcache.c (regcache_raw_read): If the target didn't supply a
3075 given raw register, mark it as unavailable.
3076
3077 2011-03-23 Kai Tietz <ktietz@redhat.com>
3078
3079 * breakpoint.c (clear_command): Use filename_cmp
3080 instead of strcmp for comparison.
3081 * buildsym.c (watch_main_source_file_lossage): Likewise.
3082 (patch_subfile_names): Use IS_DIR_SEPARATOR instead of
3083 checking just for slash.
3084 * dbxread.c (read_dbx_symtab): Use lbasename instead of
3085 strrchr and filename_cmp instead of strcmp for filenames.
3086 (add_old_header_file): Use filename_cmp
3087 instead of strcmp for comparison.
3088 * exec.c (exec_set_section_address): Likewise.
3089 * macrotab.c (macro_lookup_inclusion): Likewise.
3090 (macro_lookup_inclusion): Likewise.
3091 * elfread.c (_initialize_elfread): Likewise.
3092 (elfstab_offset_sections): Likewise.
3093 (elfstab_offset_sections): Use lbasename instead of
3094 strrchr.
3095 * mdebugread.c (parse_partial_symbols): Likewise.
3096 (arse_partial_symbols): Use filename_(n)cmp instead of
3097 str(n)cmp for comparison.
3098 * minsyms.c (lookup_minimal_symbol): Likewise.
3099 * psymtab.c (read_psymtabs_with_filename): Likewise.
3100 * solib.c (solib_read_symbols): Likewise.
3101 (reload_shared_libraries_1): Likewise.
3102 * symmisc.c (maintenance_print_symbols): Likewise.
3103 * symfile.c (separate_debug_file_exists): Likewise.
3104 (reread_symbols): Likewise.
3105 (find_separate_debug_file_by_debuglink): Likewise.
3106 * remote-fileio.c (remote_fileio_func_rename): Likewise.
3107 * source.c (add_path): Likewise.
3108 * symtab.c (filename_seen): Likewise.
3109 (file_matches): Likewise.
3110 (print_symbol_info): Likewise.
3111 (maybe_add_partial_symtab_filename): Likewise.
3112 (make_source_files_completion_list): Likewise.
3113 * xml-syscall.c (init_sysinfo): Likewise.
3114 * windows-nat.c (_initialize_check_for_gdb_ini): Use
3115 IS_DIR_SEPARATOR for checking for trailing path separator.
3116
3117 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3118
3119 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value. New
3120 label abort_expression.
3121 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle
3122 DWARF_VALUE_OPTIMIZED_OUT.
3123
3124 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3125
3126 Code cleanup.
3127 * c-typeprint.c (c_type_print_args): Change parameter show_artificial
3128 to linkage_name. Invert its value. Update the function comment.
3129 (c_type_print_varspec_suffix): Invert it at the caller.
3130 * dwarf2read.c (dwarf2_compute_name): Invert it at the caller.
3131
3132 2011-03-22 Pedro Alves <pedro@codesourcery.com>
3133
3134 * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
3135 errors when reading the `stop_pc'.
3136 * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
3137 get_frame_pc.
3138
3139 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
3140
3141 * NEWS: Document gdb.Write stream keyword.
3142
3143 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3144
3145 Revert:
3146 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3147 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
3148 (dwarf2_add_field): Fix new_field->accessibility for
3149 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
3150
3151 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
3152
3153 PR python/12183
3154
3155 * python/py-function.c (fnpy_call): Treat GdbErrors differently to
3156 other error classes. Do not print stack trace.
3157
3158 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3159
3160 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
3161 (dwarf2_add_field): Fix new_field->accessibility for
3162 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
3163
3164 2011-03-21 Ulrich Weigand <ulrich.weigand@linaro.org>
3165
3166 * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when
3167 encountering a load via a non-SP register.
3168
3169 2011-03-21 Ulrich Weigand <uweigand@de.ibm.com>
3170
3171 * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
3172 field in returned unwinder.
3173
3174 2012-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3175
3176 * ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
3177
3178 2012-03-21 Joel Brobecker <brobecker@adacore.com>
3179
3180 * ada-lang.c (replace_operator_with_call): Use xzalloc instead
3181 of xmalloc.
3182
3183 2012-03-18 Pedro Alves <pedro@codesourcery.com>
3184
3185 * frame.c (frame_unwind_register): Throw an error if unwinding the
3186 register failed.
3187 * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's
3188 an unwind stop reason.
3189 (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE.
3190 * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST,
3191 UNWIND_UNAVAILABLE>: New.
3192 * inline-frame.c (inline_frame_unwind): Install
3193 default_frame_unwind_stop_reason.
3194 * frame-unwind.c: Include "exceptions.h".
3195 (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors.
3196 (default_frame_unwind_stop_reason): New.
3197 * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef.
3198 (default_frame_unwind_stop_reason): Declare.
3199 (struct frame_unwind) <stop_reason>: New function pointer.
3200
3201 * dummy-frame.c: Install default_frame_unwind_stop_reason.
3202 * dwarf2-frame.c: Include exceptions.h.
3203 (struct dwarf2_frame_cache) <unavailable_retaddr>: New field.
3204 (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when
3205 computing the CFA. If such an error was thrown, set
3206 unavailable_retaddr.
3207 (dwarf2_frame_unwind_stop_reason): New.
3208 (dwarf2_frame_this_id): Don't build a frame id if the CFA was
3209 unavailable.
3210 (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason.
3211 (dwarf2_signal_frame_unwind): Ditto.
3212
3213 * amd64-tdep.c: Include "exceptions.h".
3214 (struct amd64_frame_cache): New field "base_p".
3215 (amd64_init_frame_cache): Clear it.
3216 (amd64_frame_cache_1): New, factored out from amd64_frame_cache.
3217 Avoid reading registers with functions that throw if the register
3218 is not necessary to compute the frame base.
3219 (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
3220 swallowing NOT_AVAILABLE_ERROR.
3221 (amd64_frame_unwind_stop_reason): New.
3222 (amd64_frame_this_id): Don't build a frame id if the frame base
3223 was unavailable.
3224 (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason.
3225 (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
3226 base_p if the frame base was computable.
3227 (amd64_sigtramp_frame_unwind_stop_reason): New.
3228 (amd64_sigtramp_frame_this_id): Don't build a frame id if the
3229 frame base was unavailable.
3230 (amd64_sigtramp_frame_unwind): Install
3231 amd64_sigtramp_frame_unwind_stop_reason.
3232 (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
3233 base_p if the frame base was computable.
3234 (amd64_epilogue_frame_unwind_stop_reason): New.
3235 (amd64_epilogue_frame_this_id): Don't build a frame id if the
3236 frame base was unavailable.
3237 (amd64_epilogue_frame_unwind): Install
3238 amd64_epilogue_frame_unwind_stop_reason.
3239 * i386-tdep.c: Include "exceptions.h".
3240 (struct i386_frame_cache): New field "base_p".
3241 (i386_init_frame_cache): Clear it.
3242 (i386_frame_cache_1): New, factored out from amd64_frame_cache.
3243 Avoid reading registers with functions that throw if the register
3244 is not necessary to compute the frame base.
3245 (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
3246 swallowing NOT_AVAILABLE_ERROR.
3247 (i386_frame_unwind_stop_reason): New.
3248 (i386_frame_this_id): Don't build a frame id if the frame base was
3249 unavailable.
3250 (i386_frame_prev_register): Handle unavailable SP.
3251 (i386_frame_unwind): Install i386_frame_unwind_stop_reason.
3252 (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
3253 base_p if the frame base was computable.
3254 (i386_epilogue_frame_unwind_stop_reason): New.
3255 (i386_epilogue_frame_this_id): Don't build a frame id if the frame
3256 base was unavailable.
3257 (i386_epilogue_frame_unwind): Install
3258 i386_epilogue_frame_unwind_stop_reason.
3259 (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
3260 base_p if the frame base was computable.
3261 (i386_sigtramp_frame_unwind_stop_reason): New.
3262 (i386_sigtramp_frame_this_id): Don't build a frame id if the frame
3263 base was unavailable.
3264 (i386_sigtramp_frame_unwind): Install
3265 i386_sigtramp_frame_unwind_stop_reason.
3266 * sentinel-frame.c (sentinel_frame_prev_register): Use the value
3267 type's size, not the register's.
3268 (sentinel_frame_unwind): Install default_frame_unwind_stop_reason.
3269
3270 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install
3271 default_frame_unwind_stop_reason.
3272 * alpha-tdep.c (alpha_sigtramp_frame_unwind)
3273 (alpha_heuristic_frame_unwind): Ditto.
3274 * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto.
3275 * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto.
3276 * avr-tdep.c (avr_frame_unwind): Ditto.
3277 * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind):
3278 Ditto.
3279 * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto.
3280 * frv-tdep.c (frv_frame_unwind): Ditto.
3281 * h8300-tdep.c (h8300_frame_unwind): Ditto.
3282 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto.
3283 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto.
3284 * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind)
3285 (hppa_stub_frame_unwind): Ditto.
3286 * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto.
3287 * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind)
3288 (ia64_libunwind_frame_unwind)
3289 (ia64_libunwind_sigtramp_frame_unwind): Ditto.
3290 * iq2000-tdep.c (iq2000_frame_unwind): Ditto.
3291 * lm32-tdep.c (lm32_frame_unwind): Ditto.
3292 * m32c-tdep.c (m32c_unwind): Ditto.
3293 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto.
3294 * m32r-tdep.c (m32r_frame_unwind): Ditto.
3295 * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto.
3296 * m68k-tdep.c (m68k_frame_unwind): Ditto.
3297 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto.
3298 * m88k-tdep.c (m88k_frame_unwind): Ditto.
3299 * mep-tdep.c (mep_frame_unwind): Ditto.
3300 * microblaze-tdep.c (microblaze_frame_unwind): Ditto.
3301 * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind)
3302 (mips_stub_frame_unwind): Ditto.
3303 * mn10300-tdep.c (mn10300_frame_unwind): Ditto.
3304 * moxie-tdep.c (moxie_frame_unwind): Ditto.
3305 * mt-tdep.c (mt_frame_unwind): Ditto.
3306 * ppc-linux-tdep.c (ppu2spu_unwind): Ditto.
3307 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto.
3308 * rs6000-tdep.c (rs6000_frame_unwind): Ditto.
3309 * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind)
3310 (s390_sigtramp_frame_unwind): Ditto.
3311 * score-tdep.c (score_prologue_unwind): Ditto.
3312 * sh-tdep.c (sh_frame_unwind): Ditto.
3313 * sh64-tdep.c (sh64_frame_unwind): Ditto.
3314 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto.
3315 * sparc-tdep.c (sparc32_frame_unwind): Ditto.
3316 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto.
3317 * sparc64-tdep.c (sparc64_frame_unwind): Ditto.
3318 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto.
3319 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto.
3320 * sparc64obsd-tdep.c (sparc64obsd_frame_unwind)
3321 (sparc64obsd_trapframe_unwind): Ditto.
3322 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto.
3323 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto.
3324 * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto.
3325 * v850-tdep.c (v850_frame_unwind): Ditto.
3326 * vax-tdep.c (vax_frame_unwind): Ditto.
3327 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto.
3328 * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto.
3329 * xtensa-tdep.c (xtensa_unwind): Ditto.
3330
3331 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3332
3333 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume
3334 there's always a frame. Use get_frame_pc_if_available instead of
3335 get_frame_pc, and if there's no PC available, don't look up a
3336 symtab.
3337
3338 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3339
3340 * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle
3341 unavailable PC.
3342
3343 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3344
3345 * tracepoint.c (set_traceframe_context): Handle unavailable PC
3346 gracefully.
3347
3348 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3349
3350 * frame.h (frame_unwind_caller_pc_if_available): Declare.
3351 * frame.c (frame_unwind_caller_pc_if_available): New.
3352 * stack.c (frame_info): Handle unavailable PC.
3353
3354 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3355
3356 * frame.c (frame_unwind_pc): Rename to ...
3357 (frame_unwind_pc_if_available): ... this. New `pc' output
3358 parameter. Change return type to int. Gracefully handle
3359 gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR. Return 0 if that
3360 happened, or 1 otherwise.
3361 (frame_unwind_pc): Reimplement on top of
3362 frame_unwind_pc_if_available.
3363 (get_frame_func): Rename to ...
3364 (get_frame_func_if_available): New `pc' output parameter. Change
3365 return type to int. Gracefully handle the PC not being available.
3366 (get_frame_func): Reimplement on top of
3367 get_frame_func_if_available.
3368 (select_frame): Handle the PC being unavailable.
3369 (get_prev_frame): Handle the PC being unavailable.
3370 (get_frame_pc_if_available): New.
3371 (get_frame_address_in_block_if_available): New.
3372 (find_frame_sal): Handle the frame PC not being available.
3373 * frame.h (get_frame_pc_if_available): Declare.
3374 (get_frame_address_in_block_if_available): Declare.
3375 (get_frame_func_if_available): Declare.
3376 * stack.c (print_frame_info): Handle the PC being unavailable.
3377 (find_frame_funname): Ditto.
3378 (print_frame): Handle the PC being unavailable.
3379 (get_frame_language): Ditto.
3380 * blockframe.c (get_frame_block): Ditto.
3381 * macroscope.c (default_macro_scope): Ditto.
3382 * tui/tui-stack.c (tui_show_frame_info): Ditto.
3383
3384 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3385
3386 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
3387 NOT_AVAILABLE_ERROR when evaluating the location expression.
3388
3389 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3390
3391 * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes
3392 returning that the register piece is unavailable/optimized out.
3393 (write_pieced_value): Handle get_frame_register_bytes returning
3394 that the register piece is unavailable/optimized out when doing a
3395 read-modify write of a bitfield.
3396 * findvar.c (value_from_register): Handle get_frame_register_bytes
3397 returning that the register piece is unavailable/optimized out.
3398 * frame.c (get_frame_register_bytes): New parameters `optimizedp'
3399 and `unavailablep'. Throw error on bad debug info. Use
3400 frame_register instead of frame_register_read, to fill in the new
3401 arguments.
3402 * frame.h (get_frame_register_bytes): New parameters `optimizedp'
3403 and `unavailablep'.
3404 * valops.c: (value_assign): Adjust, and handle
3405 get_frame_register_bytes failing.
3406 * spu-tdep.c: Include exceptions.h.
3407 (spu_software_single_step): Adjust, and handle
3408 get_frame_register_bytes failing.
3409 (spu_get_longjmp_target): Ditto.
3410 * gdbarch.sh (register_to_value): Change to return int. New
3411 parameters `optimizedp' and `unavailablep'.
3412 * gdbarch.h, gdbarch.c: Regenerate.
3413 * i386-tdep.c (i386_register_to_value): Adjust to new
3414 gdbarch_register_to_value interface.
3415 * i387-tdep.c (i387_register_to_value): Ditto.
3416 * i387-tdep.h (i387_register_to_value): Ditto.
3417 * alpha-tdep.c (alpha_register_to_value): Ditto.
3418 * ia64-tdep.c (ia64_register_to_value): Ditto.
3419 * m68k-tdep.c (m68k_register_to_value): Ditto.
3420 * mips-tdep.c (mips_register_to_value): Ditto.
3421 * rs6000-tdep.c (rs6000_register_to_value): Ditto.
3422
3423 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3424
3425 * findvar.c (value_of_register): Mark the value as unavailable, if
3426 the register is unavailable.
3427 * frame.h (frame_register_unwind): New `unavailablep' parameter.
3428 (frame_register): New `unavailablep' parameter.
3429 (frame_register_read): Update comment.
3430 * frame.c (frame_register_unwind): New `unavailablep' parameter.
3431 Set it if the register is unavailable. If the register is
3432 unavailable, clear the output buffer.
3433 (frame_register): New `unavailablep' parameter. Pass it down.
3434 (frame_unwind_register): Adjust.
3435 (put_frame_register): Adjust.
3436 (frame_register_read): Adjust. Also return false if the register
3437 is not available.
3438 (frame_register_unwind_location): Adjust.
3439 * sentinel-frame.c (sentinel_frame_prev_register): If the register
3440 is unavailable, mark the value accordingly.
3441 * stack.c (frame_info): Handle unavailable registers.
3442
3443 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3444
3445 * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and
3446 simplify, using regcache_cooked_read.
3447
3448 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3449
3450 * regcache.h (regcache_raw_read, regcache_raw_read_signed)
3451 (regcache_raw_read_unsigned, regcache_raw_read_signed)
3452 (regcache_raw_read_unsigned, regcache_raw_read_part)
3453 (regcache_cooked_read, regcache_cooked_read_signed)
3454 (regcache_cooked_read_unsigned, regcache_cooked_read_part)
3455 (regcache_cooked_read_ftype): Change return to enum
3456 register_status.
3457 * regcache.c: Include exceptions.h
3458 (regcache_save): Adjust to handle REG_UNAVAILABLE registers.
3459 (do_cooked_read): Change return to enum register_status. Always
3460 forward to regcache_cooked_read.
3461 (regcache_raw_read): Change return to enum register_status. If
3462 the register is not REG_VALID, memset the buffer. Return the
3463 register's status.
3464 (regcache_raw_read_signed): Handle non-REG_VALID registers and
3465 return the register's status.
3466 (regcache_raw_read_unsigned): Ditto.
3467 (regcache_cooked_read): Change return to enum register_status.
3468 Assert that with read-only regcaches, the register's status must
3469 be known. If the regcache is read-only, and the register is not
3470 REG_VALID, memset the buffer. Return the register's status.
3471 (regcache_cooked_read_signed): Change return to enum
3472 register_status. Handle non-REG_VALID registers and return the
3473 register's status.
3474 (regcache_cooked_read_unsigned): Change return to enum
3475 register_status. Handle non-REG_VALID registers and return the
3476 register's status.
3477 (regcache_xfer_part, regcache_raw_read_part)
3478 (regcache_cooked_read_part): Change return to enum
3479 register_status. Return the register's status.
3480 (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is
3481 unavailable.
3482 (regcache_dump): Handle unavailable cooked registers.
3483 * frame.c (do_frame_register_read): Adjust interface to match
3484 regcache_cooked_read_ftype.
3485 * gdbarch.sh (pseudo_register_read): Change return to enum
3486 register_status.
3487 * gdbarch.h, gdbarch.c: Regenerate.
3488
3489 * i386-tdep.h (i386_pseudo_register_read): Change return to enum
3490 register_status.
3491 * i386-tdep.c (i386_pseudo_register_read): Change return to enum
3492 register_status. If reading a raw register indicates the raw
3493 register is not valid, return the raw register's status,
3494 otherwise, return REG_VALID.
3495 * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum
3496 register_status. Handle non-REG_VALID raw registers and return
3497 the register's status.
3498 * arm-tdep.c (arm_neon_quad_read)
3499 (arm_pseudo_read): Change return to enum register_status. Handle
3500 non-REG_VALID raw registers and return the register's status.
3501 * avr-tdep.c (avr_pseudo_register_read): Ditto.
3502 * frv-tdep.c (frv_pseudo_register_read): Ditto.
3503 * h8300-tdep.c (h8300_pseudo_register_read): Ditto.
3504 * hppa-tdep.c (hppa_pseudo_register_read): Ditto.
3505 * m32c-tdep.c (m32c_move_reg_t): Change return to enum
3506 register_status.
3507 (m32c_raw_read, m32c_raw_write, m32c_banked_read)
3508 (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read)
3509 (m32c_part_write, m32c_cat_read, m32c_cat_write)
3510 (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write)
3511 (m32c_pseudo_register_read): Change return to enum
3512 register_status. Adjust.
3513 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to
3514 enum register_status. Return the register's status.
3515 * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum
3516 register_status. Return the register's status.
3517 (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto.
3518 * mips-tdep.c (mips_pseudo_register_read): Ditto.
3519 * mt-tdep.c (mt_pseudo_register_read): Ditto.
3520 * rs6000-tdep.c (move_ev_register_func): New typedef.
3521 (e500_move_ev_register): Use it. Change return to enum
3522 register_status. Return the register's status.
3523 (do_regcache_raw_read): New function.
3524 (do_regcache_raw_write): New function.
3525 (e500_pseudo_register_read): Change return to enum
3526 register_status. Return the register's status. Use
3527 do_regcache_raw_read.
3528 (e500_pseudo_register_write): Adjust. Use do_regcache_raw_write.
3529 (dfp_pseudo_register_read): Change return to enum register_status.
3530 Return the register's status.
3531 (vsx_pseudo_register_read): Ditto.
3532 (efpr_pseudo_register_read): Ditto.
3533 (rs6000_pseudo_register_read): Ditto.
3534 * s390-tdep.c (s390_pseudo_register_read): Change return to enum
3535 register_status. Return the register's status.
3536 * sh64-tdep.c (pseudo_register_read_portions): New function.
3537 (sh64_pseudo_register_read): Change return to enum
3538 register_status. Use pseudo_register_read_portions. Return the
3539 register's status.
3540 * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum
3541 register_status. Return the register's status.
3542 * sh-tdep.c (pseudo_register_read_portions): New function.
3543 (sh_pseudo_register_read): Change return to enum register_status.
3544 Use pseudo_register_read_portions. Return the register's status.
3545 * sparc-tdep.c (sparc32_pseudo_register_read): Change return to
3546 enum register_status. Return the register's status.
3547 * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto.
3548 * spu-tdep.c (spu_pseudo_register_read_spu)
3549 (spu_pseudo_register_read): Ditto.
3550 * xtensa-tdep.c (xtensa_register_read_masked)
3551 (xtensa_pseudo_register_read): Ditto.
3552 * bfin-tdep.c (bfin_pseudo_register_read): Ditto.
3553
3554 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
3555
3556 * python/py-value.c (valpy_getitem): Fix formatting of error function
3557 call.
3558
3559 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
3560
3561 ARI fixes: Add missing internationalization markups throughout
3562 C source files.
3563 * darwin-nat-info.c: Ditto.
3564 * record.c: Ditto.
3565 * remote.c: Ditto.
3566 * mi/mi-main.c: Ditto.
3567
3568 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
3569
3570 ARI fixes: Add missing internationalization markups throughout
3571 yacc files.
3572 * c-exp.y: Ditto.
3573 * cp-name-parser.y: Ditto.
3574 * f-exp.y: Ditto.
3575 * m2-exp.y: Ditto.
3576 * objc-exp.y: Ditto.
3577 * p-exp.y: Ditto.
3578
3579 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
3580
3581 ARI fixes: Messages should have no trailing new lines.
3582 * darwin-nat.c (mach_check_error): Remove trailing new line from
3583 warning function call message.
3584 * record.c (bfdcore_read): Idem for error call.
3585
3586 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
3587
3588 * common/signals.c (target_signal_from_host): Add _ markup to error
3589 function call message.
3590 (target_signal_to_host): Add _ markup and remove trailing new line
3591 from warning call message.
3592 (target_signal_from_command): Add _ markup to error function call
3593 message.
3594
3595 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3596
3597 PR python/12149
3598
3599 * python/python.c (gdbpy_write): Accept a stream argument and
3600 operate to the appropriate stream.
3601 (gdbpy_flush): Likewise.
3602 (_initialize_python): Add stream constants.
3603 (finish_python_initialization): Add GdbOutputErrorFile class.
3604
3605 2011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3606
3607 * MAINTAINERS: Add myself as a write-after-approval maintainer.
3608
3609 2011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3610
3611 * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
3612 to store_signed_integer. Add debug message when relocating CALL
3613 instructions. Fix formatting of debug message.
3614 * i386-tdep.c (i386_relocate_instruction): Ditto.
3615
3616 2011-03-17 Joel Brobecker <brobecker@gnat.com>
3617
3618 * target.h (struct target_ops): Remove to_lookup_symbol field.
3619 (target_lookup_symbol): Delete macro.
3620 * target.c (nosymbol, debug_to_lookup_symbol): Delete.
3621 (update_current_target, setup_target_debug): Remove handling
3622 of to_lookup_symbol target_ops field.
3623 * ada-tasks.c (get_known_tasks_addr): Remove use of
3624 target_lookup_symbol.
3625 * coffread.c (coff_symtab_read): Likewise.
3626 * dbxread.c (read_dbx_symtab): Ditto.
3627
3628 2011-03-17 Joel Brobecker <brobecker@gnat.com>
3629
3630 PR gdb/12116:
3631 * configure.ac: Add getthrds declaration check.
3632 * configure, config.in: Regenerate.
3633 * aix-thread.c (getthrds): Declare only if not already declared
3634 in procinfo.h. More declaration out of get_signaled_thread to
3635 global scope.
3636
3637 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3638
3639 * python/py-symtab.c: Populate symtab_object_methods,
3640 sal_object_methods.
3641 (stpy_is_valid): New function.
3642 (salpy_is_valid): Ditto.
3643 * python/py-symbol.c: Declare symbol_object_methods. Populate.
3644 (sympy_is_valid): New function.
3645 * python/py-objfile.c: Declare objfile_object_methods. Populate.
3646 (objfpy_is_valid): New function.
3647 * python/py-inferior.c: Populate inferior_object_methods.
3648 (infpy_is_valid): New function.
3649 * python/py-infthread.c: Populate thread_object_methods.
3650 (thpy_is_valid): New function.
3651 * python/py-block.c: Declare block_object_methods. Populate. Declare
3652 block_iterator_object_methods. Populate.
3653 (blpy_is_valid): New function.
3654 (blpy_iter_is_valid): Ditto.
3655
3656 2011-03-16 Keith Seitz <keiths@redhat.com>
3657
3658 * linespec.c (find_methods): Canonicalize NAME before looking
3659 up the symbol.
3660 (name_end): New function.
3661 (keep_name_info): New function.
3662 (decode_line_1): Use keep_name_info.
3663 (decode_compound): Likewise.
3664 * cli/cli-utils.h (remove_trailing_whitespace): New function.
3665 * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
3666
3667 PR c++/12273
3668 * linespec.c (locate_first_half): Keep overload information, too.
3669 (decode_compound): Use a string to represent break characters
3670 to escape the loop.
3671 If P points to a break character, do not increment it.
3672 For C++ and Java, keep overload information and relevant keywords.
3673 If we cannot find a symbol, search the minimal symbols.
3674
3675 PR c++/11734
3676 * linespec.c (decode_compound): Rename SAVED_ARG to
3677 THE_REAL_SAVED_ARG.
3678 Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
3679 single-quotes.
3680 Pass a valid block to lookup_symbol.
3681 (lookup_prefix_sym): Likewise.
3682 (find_method): Construct search name based on SYM_CLASS instead
3683 of SAVED_ARG.
3684 * psymtab.c (lookup_partial_symbol): Add language parameter.
3685 (lookup_symbol_aux_psymtabs): Likewise.
3686 Don't assume that the psymtab we found was the right one. Search
3687 for the desired symbol in the symtab to be certain.
3688 (psymtab_search_name): New function.
3689 (lookup_partial_symbol): Use psymtab_search_name.
3690 Add language parameter.
3691 (read_symtabs_for_function): Add language parameter and pass to
3692 lookup_partial_symbol.
3693 (find_symbol_file_from_partial): Likewise.
3694
3695 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
3696
3697 PR gdb/12528
3698 * dwarf2read.c (noop_record_line): New function.
3699 (dwarf_decode_lines): Ignore line tables for GCd functions.
3700
3701 2011-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
3702
3703 Fix ARI warnings about new lines at the end of messages, which
3704 are unneeded as there is a new line added at the end of the message
3705 automatically.
3706 * darwin-nat.c (darwin_stop_inferior): Ditto.
3707 * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
3708 * dfp.c (decimal_to_number): Ditto.
3709 * exec.c (print_section_info): Ditto.
3710 * i386-darwin-nat.c (darwin_set_sstep): Ditto.
3711 * osdata.c (get_osdata): Ditto.
3712 * record.c (bfdcore_write): Ditto.
3713 * remote-mips.c (mips_readchar): Ditto.
3714 * remote.c (read_ptid): Ditto.
3715 * ser-mingw.c (ser_windows_raw): Ditto.
3716 * tracepoint.c (add_local_symbols): Ditto.
3717 * windows-nat.c (fake_create_process): Ditto.
3718
3719 2011-03-16 Tom Tromey <tromey@redhat.com>
3720
3721 * tracepoint.c (stop_tracing): Don't declare.
3722 * event-top.c (after_char_processing_hook): Add `(void)'.
3723
3724 2011-03-16 Phil Muldoon <pmuldoon@redhat.com>
3725
3726 * NEWS: Add Parameter sub-classing description.
3727
3728 2011-03-16 Kai Tietz <ktietz@redhat.com>
3729
3730 * MAINTAINERS: Update my e-mail address.
3731
3732 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
3733
3734 * MAINTAINERS: Add myself for write after approval privileges.
3735
3736 2011-03-15 Michael Snyder <msnyder@vmware.com>
3737
3738 * frame.c (find_frame_sal): Assert sym is not null.
3739
3740 * dbxread.c (process_one_symbol): Assert 'name' is not null.
3741
3742 * objc-lang.c (selectors_info): Check strchr for null result.
3743
3744 * stabsread.c (define_symbol): Guard against bad stabstring input.
3745
3746 2011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
3747
3748 Remove trailing spaces and tabulations from pascal language
3749 support sources.
3750 p-exp.y: Ditto.
3751 p-lang.c: Ditto.
3752 p-lang.h: Ditto.
3753 p-valprint.c: Ditto.
3754
3755 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3756
3757 * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
3758 than LOW. Comment it.
3759 (read_partial_die): Call complaint for inappropriate zero LOWPC or
3760 HIGHPC not strictly higher than LOWPC.
3761
3762 2011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
3763
3764 Fix formatting of function declarations returning a pointer in
3765 previous commit.
3766 * varobj.c (varobj_add_child): Ditto.
3767 * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
3768 * inferior.h (get_displaced_step_closure_by_addr): Ditto.
3769
3770 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
3771
3772 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
3773 for the "generic" vector ABI used with GCC 4.3 and later.
3774 (ppc64_sysv_abi_return_value): Likewise.
3775
3776 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
3777
3778 * infcall.c (call_function_by_hand): Function return value is
3779 always a non_lval, even when using struct_return.
3780
3781 2011-03-15 Pedro Alves <pedro@codesourcery.com>
3782
3783 * printcmd.c (ALL_DISPLAYS_SAFE): New.
3784 (map_display_numbers): New.
3785 (do_delete_display): New.
3786 (undisplay_command): Use map_display_numbers.
3787 (do_enable_disable_display): New.
3788 (enable_disable_display_command): New function.
3789 (enable_display): Delete.
3790 (enable_display_command): New.
3791 (disable_display_command): Reimplement.
3792 (_initialize_printcmd): Adjust "enable display" command to use
3793 `enable_display_command' as callback.
3794
3795 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3796
3797 * NEWS: Add Python breakpoint 'stop' operation.
3798
3799 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3800
3801 * NEWS: Delete duplicate entry. Fix typo.
3802
3803 2011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
3804
3805 Fix ARI warning about function names in first column.
3806 Put prototype declaration on same line as return type.
3807 * objc-exp.y: Ditto.
3808 * p-exp.y: Ditto.
3809 * python/py-stopevent.h: Ditto.
3810 For long function names, split parameters to
3811 allow function name on same line as return type.
3812 * solib-pa64.c: Ditto.
3813 * varobj.c: Ditto.
3814 * varobj.h: Ditto.
3815 For long function declaration, use single line.
3816 * hppa-tdep.h: Ditto.
3817 * inferior.h: Ditto.
3818
3819 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3820
3821 * python/python.h: Declare gdbpy_should_stop and
3822 gdbpy_breakpoint_has_py_cond.
3823 * python/python.c: Add python.h to includes. Remove python.h from
3824 HAVE_PYTHON definition
3825 (gdbpy_should_stop): New dummy function.
3826 (gdbpy_breakpoint_has_py_cond): New dummy function.
3827 * python/py-breakpoint.c (bppy_init): Rewrite to allow
3828 sub-classing capabilities.
3829 (gdbpy_should_stop): New function.
3830 (gdbpy_breakpoint_has_py_cond): New function.
3831 (local_setattro): New function.
3832 * breakpoint.c (condition_command): Add check for Python 'stop'
3833 operation.
3834 (bpstat_check_breakpoint_conditions): Execute Python 'stop'
3835 operation function as part of stop/continue tests.
3836
3837 2011-03-14 Tom Tromey <tromey@redhat.com>
3838
3839 PR gdb/12576:
3840 * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
3841 (needs_frame_dwarf_call): Likewise.
3842
3843 2011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
3844
3845 Fix ARI warning about functions without parameters that do not
3846 use (void).
3847 * breakpoint.c (all_tracepoints): Replace () by (void).
3848 * f-exp.y (match_string_literal): Ditto.
3849 (yylex): Ditto.
3850 * m2-exp.y (yylex): Ditto.
3851 * mep-tdep.c (current_me_module): Ditto.
3852 (current_options): Ditto.
3853 (current_cop_data_bus_width): Ditto.
3854 (current_cr_names): Ditto.
3855 (current_cr_is_float): Ditto.
3856 (current_ccr_names): Ditto.
3857 * objc-exp.y (yylex): Ditto.
3858 * p-exp.y (yylex): Ditto.
3859 * remote.c (send_interrupt_sequence): Ditto.
3860 * tracepoint.c (current_trace_status): Ditto.
3861 * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
3862 * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
3863
3864 2011-03-11 Michael Snyder <msnyder@vmware.com>
3865
3866 * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
3867 * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
3868 (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
3869 * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
3870 * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
3871
3872 * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
3873 (delete_async_event_handler): Ditto.
3874
3875 * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
3876
3877 * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
3878
3879 * top.c (set_verbose): Assert showcmd was found.
3880
3881 2011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
3882
3883 * xtensa-tdep.c (warning_once): Correct style issues.
3884
3885 2011-03-11 Yao Qi <yao@codesourcery.com>
3886
3887 * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
3888
3889 2011-03-11 Andreas Schwab <schwab@redhat.com>
3890
3891 * common/aclocal.m4: Remove.
3892
3893 2011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
3894
3895 * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
3896 (xtensa_write_register, xtensa_read_register): Likewise.
3897 (xtensa_hextochar): Removed.
3898 (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
3899
3900 2011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
3901
3902 * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
3903 (xtensa_call0_frame_cache_t): Update comments. New fields added.
3904 (xtensa_alloc_frame_cache): Add initialization for new fields.
3905 (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
3906 (warning_once): New function.
3907 (xtensa_insn_kind): New item c0opc_and.
3908 (call0_classify_opcode): Add the case for AND instruction.
3909 (call0_track_op): Change arguments. New local variable litbase.
3910 Add the case to handle c0opc_and. Update algorithms for c0opc_mov,
3911 c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
3912 in the prologue.
3913 Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
3914 (call0_analyze_prologue): Update the comments. Change arguments.
3915 Add the variety of updates to handle extended prologues, which now can
3916 conduct dynamic stack adjustments.
3917 (call0_frame_cache): Likewise.
3918 (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
3919 (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
3920
3921 2011-03-10 Michael Snyder <msnyder@vmware.com>
3922
3923 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
3924 (cmd_qtframe): Ditto.
3925 (cmd_qtbuffer): Ditto.
3926 (cmd_bigqtbuffer): Ditto.
3927
3928 2011-03-10 Tom Tromey <tromey@redhat.com>
3929
3930 * tracepoint.c (trace_actions_command): Update.
3931 * thread.c (thread_apply_command): Update.
3932 * reverse.c (delete_bookmark_command): Update.
3933 (bookmarks_info): Update.
3934 * printcmd.c (undisplay_command): Update.
3935 * memattr.c (mem_enable_command): Update.
3936 (mem_disable_command): Update.
3937 (mem_delete_command): Update.
3938 * inferior.c (detach_inferior_command): Update.
3939 (kill_inferior_command): Update.
3940 (remove_inferior_command): Update.
3941 * cli/cli-utils.h (struct get_number_or_range_state): New.
3942 (init_number_or_range): Declare.
3943 (get_number_or_range): Update.
3944 * cli/cli-utils.c (init_number_or_range): New function.
3945 (get_number_or_range): Change 'pp' parameter to 'state'. Remove
3946 static variables.
3947 (number_is_in_list): Update.
3948 * breakpoint.h (get_tracepoint_by_number): Update.
3949 * breakpoint.c (map_breakpoint_numbers): Update for change to
3950 get_number_or_range.
3951 (find_location_by_number): Use get_number, not
3952 get_number_or_range.
3953 (trace_pass_set_count): New function.
3954 (trace_pass_command): Update for change to get_number_or_range.
3955 Rework loop logic.
3956 (get_tracepoint_by_number): Remove 'multi_p' parameter; add
3957 'state' parameter.
3958
3959 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3960
3961 * python/py-param.c (add_setshow_generic): Add set/show callback
3962 parameters. Register Python object context.
3963 (get_show_value): New function.
3964 (get_set_value): New function.
3965 (call_doc_function): New function.
3966 (get_doc_string): Move behind get_show_value/get_set_value.
3967
3968 2011-03-10 Andreas Tobler <andreast-list@fgznet.ch>
3969
3970 * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
3971
3972 2011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
3973
3974 * xtensa-tdep.c (xtensa_read_register): Add comment.
3975 (xtensa_write_register): Likewise.
3976 (xtensa_hextochar): Add comment and update to match coding conventions.
3977 (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
3978 (execute_l32e, execute_s32e, execute_code): Update comments.
3979 (xtensa_exception_handler_t): Update to match coding conventions.
3980 (xtensa_insn_kind): Likewise.
3981
3982 2011-03-09 Michael Snyder <msnyder@vmware.com>
3983
3984 * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
3985
3986 2011-03-09 Pedro Alves <pedro@codesourcery.com>
3987
3988 * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
3989
3990 2011-03-09 Tom Tromey <tromey@redhat.com>
3991
3992 * thread.c (restore_selected_frame): Handle frame_level == -1.
3993 (make_cleanup_restore_current_thread): Use
3994 get_selected_frame_if_set.
3995 * frame.h (get_selected_frame_if_set): Declare.
3996 * frame.c (get_selected_frame_if_set): New function.
3997
3998 2011-03-09 Pedro Alves <pedro@codesourcery.com>
3999
4000 * cli/cli-cmds.c (shell_escape): Use lbasename.
4001 * coffread.c (coff_start_symtab): Constify parameter.
4002 (complete_symtab): Constify `name' parameter.
4003 (coff_symtab_read): Constify `filestring' local.
4004 (coff_getfilename): Constify return and `result' local.
4005 Use lbasename.
4006 * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
4007 * linux-fork.c (info_checkpoints_command): Use lbasename.
4008 * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
4009 * minsyms.c (lookup_minimal_symbol): Use lbasename.
4010 * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
4011 * procfs.c (procfs_make_note_section): Use lbasename.
4012 * tui/tui-io.c (printable_part): Constity return and parameter.
4013 Use lbasename.
4014 (print_filename): Constify parameters, and local `s'.
4015 (tui_rl_display_match_list): Constify local `temp'.
4016
4017 2011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4018
4019 Revert:
4020 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4021 Fix DWARF-3+ DW_AT_accessibility default assumption.
4022 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
4023 cu->header.version >= 3.
4024
4025 2011-03-09 Yao Qi <yao@codesourcery.com>
4026
4027 * common/Makefile.in: Remove.
4028 * common/configure: Remove.
4029 * common/configure.ac: Remove.
4030
4031 2011-03-09 Yao Qi <yao@codesourcery.com>
4032
4033 Revert:
4034 2011-02-11 Yao Qi <yao@codesourcery.com>
4035
4036 * common/Makefile.in: Add copyright header.
4037
4038 2011-02-11 Yao Qi <yao@codesourcery.com>
4039
4040 * Makefile.in: Remove signals.o from COMMON_OBS. Link
4041 libcommon.a.
4042 * configure.ac: Add common to sub dir.
4043 * configure: Regenerate.
4044
4045 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
4046
4047 * xtensa-tdep.c (call0_ret): New function.
4048 (xtensa_skip_prologue): Speed up analysis.
4049
4050 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
4051
4052 * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
4053 while executing MI command -data-list-changed-registers.
4054
4055 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
4056
4057 * xtensa-tdep.c (xtensa_read_register): New function.
4058 (xtensa_write_register): New function.
4059 (xtensa_find_register_by_name): New function.
4060 (xtensa_windowed_frame_cache): Update comments in type description.
4061 (xtensa_frame_cache): Likewise.
4062 (xtensa_window_interrupt_insn): New function.
4063 (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
4064 (xtensa_insn_kind): Add new instructions.
4065 (rwx_special_register): New function.
4066 (call0_classify_opcode): Add new instructions to the analysis.
4067 (a0_saved, a7_saved, a11_saved): New variables.
4068 (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
4069 (execute_l32e): New function.
4070 (execute_s32e): New function.
4071 (xtensa_exception_handler_t): New type.
4072 (execute_code): New function.
4073 (xtensa_window_interrupt_frame_cache): New function to conduct frame
4074 analysis for Xtensa Window Exception handlers.
4075
4076 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
4077
4078 * xtensa-tdep.c (TX_PS): New.
4079 (windowing_enabled): Update to count for Call0 ABI.
4080 (xtensa_hextochar): New.
4081 (xtensa_init_reggroups): Make algorithm generic.
4082 (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
4083
4084 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
4085
4086 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
4087
4088 2011-03-08 Michael Snyder <msnyder@vmware.com>
4089
4090 * i386-tdep.c (i386_follow_jump): Check return value of
4091 target_read_memory.
4092 (i386_analyze_struct_return): Ditto.
4093 (i386_skip_probe): Ditto.
4094 (i386_match_insn): Ditto.
4095 (i386_skip_noop): Ditto.
4096 (i386_analyze_frame_setup): Ditto.
4097 (i386_analyze_register_saves): Ditto.
4098 (i386_skip_prologue): Ditto.
4099 (i386_skip_main_prologue): Ditto.
4100
4101 * target.c (read_whatever_is_readable): Fix memory leak.
4102
4103 * i386-tdep.c (i386_process_record): Document fall through.
4104
4105 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4106
4107 Fix DWARF-3+ DW_AT_accessibility default assumption.
4108 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
4109 cu->header.version >= 3.
4110
4111 2011-03-08 Pedro Alves <pedro@codesourcery.com>
4112
4113 * remote.c (remote_check_symbols): Skip if the target has no
4114 execution.
4115
4116 2011-03-08 Joel Brobecker <brobecker@adacore.com>
4117
4118 * target.c (read_whatever_is_readable): Reformat comment,
4119 with a minor typo fix. Minor reformatting of the code.
4120
4121 2011-03-08 Yao Qi <yao@codesourcery.com>
4122
4123 * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
4124 (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
4125 Use cached result instead of calling displaced_in_arm_mode again.
4126 (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
4127 (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
4128 (cleanup_copro_load_store, copy_copro_load_store): Likewise.
4129 (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
4130 (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
4131 (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
4132 (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
4133 (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
4134 (cleanup_block_load_pc, copy_block_xfer): Likewise.
4135 * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
4136 (arm_catch_kernel_helper_return): Likewise.
4137 * gdb/arm-tdep.h : Update function declarations.
4138
4139 2011-03-07 Michael Snyder <msnyder@vmware.com>
4140
4141 * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
4142
4143 * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
4144
4145 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
4146
4147 * elfread.c (elf_symtab_read): Stop memory leak.
4148
4149 * main.c (captured_main): Fix memory leak.
4150
4151 2011-03-07 Andreas Schwab <schwab@linux-m68k.org>
4152
4153 * ada-lang.c (compare_names): Call is_name_suffix with string1
4154 instead of string2.
4155
4156 2011-03-07 Tom Tromey <tromey@redhat.com>
4157
4158 * xcoffread.c (xcoff_sym_fns): Update.
4159 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
4160 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
4161 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
4162 (symbol_file_add_with_addrs_or_offsets): Likewise.
4163 (reread_symbols): Handle OBJF_PSYMTABS_READ.
4164 * somread.c (som_sym_fns): Update.
4165 * psymtab.h (require_partial_symbols): Declare.
4166 * psymtab.c (require_partial_symbols): New function.
4167 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
4168 (ALL_OBJFILE_PSYMTABS): Undef.
4169 (ALL_PSYMTABS): Move from psympriv.h.
4170 (lookup_partial_symtab, find_pc_sect_psymtab)
4171 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
4172 (find_last_source_symtab_from_partial)
4173 (forget_cached_source_info_partial)
4174 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
4175 (expand_partial_symbol_tables, read_psymtabs_with_filename)
4176 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
4177 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
4178 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
4179 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
4180 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
4181 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
4182 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
4183 psymtabs.
4184 * mipsread.c (ecoff_sym_fns): Update.
4185 * machoread.c (macho_sym_fns): Update.
4186 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
4187 (read_psyms): New function.
4188 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
4189 (elf_sym_fns_lazy_psyms): New global.
4190 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
4191 dwarf2_build_psymtabs.
4192 * dbxread.c (aout_sym_fns): Update.
4193 * coffread.c (coff_sym_fns): Update.
4194
4195 2011-03-07 Tom Tromey <tromey@redhat.com>
4196
4197 * infrun.c (print_exited_reason): Include inferior id and pid in
4198 message.
4199
4200 2011-03-07 Tom Tromey <tromey@redhat.com>
4201
4202 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
4203 parameter.
4204 (target_has_execution_1): Update.
4205 (target_has_execution_current): Declare.
4206 (target_has_execution): Call target_has_execution_current.
4207 (default_child_has_execution): Update.
4208 * target.c (default_child_has_execution): Add 'the_ptid'
4209 parameter.
4210 (target_has_execution_1): Likewise.
4211 (target_has_execution_current): New function.
4212 (add_target): Update.
4213 (init_dummy_target): Update.
4214 * remote-m32r-sdi.c (m32r_has_execution): New function.
4215 (init_m32r_ops): Use it.
4216 * record.c (record_core_has_execution): Now static. Add
4217 'the_ptid' parameter.
4218 * inferior.c (have_live_inferiors): Don't save current thread.
4219 Use target_has_execution_1.
4220
4221 2011-03-07 Yao Qi <yao@codesourcery.com>
4222
4223 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
4224
4225 2011-03-07 Joel Brobecker <brobecker@adacore.com>
4226
4227 * elfread.c (elf_symtab_read): Minor reformatting.
4228
4229 2011-03-07 Joel Brobecker <brobecker@adacore.com>
4230
4231 * objc-lang.c (selectors_info): Minor reformatting.
4232
4233 2011-03-07 Joel Brobecker <brobecker@adacore.com>
4234
4235 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
4236
4237 2011-03-07 Joel Brobecker <brobecker@adacore.com>
4238 Michael Snyder <msnyder@vmware.com>
4239
4240 * ada-valprint.c (ada_val_print_array): Move the declaration of
4241 "byte_order" and "elttype" inside the block where these variables
4242 are actually used. Remove some special handling for the case
4243 where "elttype" and "eltlen" are null. Replace by a comment
4244 and a couple of assertion checks.
4245
4246 2011-03-05 Michael Snyder <msnyder@vmware.com>
4247
4248 * source.c (add_path): Replace semicolon at end of block.
4249 * dwarf2expr.c (execute_stack_op): Ditto.
4250
4251 2011-03-05 Mike Frysinger <vapier@gentoo.org>
4252
4253 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
4254 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
4255 (bfin-*-*): Likewise.
4256
4257 2011-03-05 Michael Snyder <msnyder@vmware.com>
4258
4259 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
4260 * mdebugread.c (parse_symbol): Ditto.
4261 * parse.c (parse_exp_in_context): Ditto.
4262 * source.c (add_path): Ditto.
4263 * utils.c (gnu_debuglink_crc32): Ditto.
4264 * varobj.c (variable_language): Ditto.
4265
4266 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
4267
4268 2011-03-04 Michael Snyder <msnyder@vmware.com>
4269
4270 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
4271
4272 * symfile.c (simple_overlay_update): Check for null return value
4273 from lookup_minimal_symbol.
4274
4275 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
4276
4277 2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4278
4279 * eval.c (parse_and_eval_address_1): Remove function.
4280 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
4281 instead of parse_and_eval_address_1.
4282 * value.h (parse_and_eval_address_1): Remove prototype.
4283
4284 2011-03-04 Michael Snyder <msnyder@vmware.com>
4285
4286 * remote.c (putpkt_binary): Document that case stmt falls through.
4287
4288 2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4289
4290 * breakpointc (print_it_typical): Move NULL check from here...
4291 (print_bp_stop_message): ... to here.
4292
4293 2011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
4294
4295 * breakpoint.c (enable_command): Use break instead of continue,
4296 and fill in a missing break.
4297 (disable_command): Ditto.
4298
4299 2011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
4300
4301 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
4302 (terminal_save_ours): Remove misleading comment.
4303 (inflow_inferior_data_cleanup): Free ttystate.
4304 (inflow_inferior_exit): Likewise.
4305 (copy_terminal_info): Copy ttystate.
4306
4307 * serial.c (serial_copy_tty_state): New function.
4308 * serial.h (serial_copy_tty_state): Add prototype.
4309 (struct serial_ops): Add copy_tty_state callback.
4310 * ser-base.c (ser_base_copy_tty_state): New function.
4311 * ser-base.h (ser_base_copy_tty_state): Add prototype.
4312 * ser-go32.c (dos_copy_tty_state): New function.
4313 (dos_ops): Install copy_tty_state callback.
4314 * ser-mingw.c (_initialize_ser_windows): Likewise.
4315 * ser-pipe.c (_initialize_ser_pipe): Likewise.
4316 * ser-unix.c (hardwire_copy_tty_state): New function.
4317 (_initialize_ser_hardwire): Install it.
4318
4319 2011-03-04 Michael Snyder <msnyder@vmware.com>
4320
4321 * breakpoint.c (create_breakpoint): Add missing break statement.
4322
4323 Reverting this patch:
4324 * infcall.c (call_function_by_hand): Add break statements for lint.
4325
4326 Reverting this patch:
4327 * cli/cli-script.c (script_from_file): Add break for lint.
4328
4329 2011-03-04 Michael Snyder <msnyder@vmware.com>
4330
4331 * solib.c (reload_shared_libraries_1): Close memory leak.
4332
4333 2011-03-03 Tom Tromey <tromey@redhat.com>
4334
4335 PR gdb/12538:
4336 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
4337 DW_STRING is NULL.
4338
4339 2011-03-03 Michael Snyder <msnyder@vmware.com>
4340
4341 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
4342 fields of struct 'st' to zero.
4343
4344 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
4345 sal.pspace before calling set_current_source_symtab_and_line.
4346
4347 2011-03-03 Yao Qi <yao@codesourcery.com>
4348
4349 * Makefile.in (configure-common): Remove. Let Makefile
4350 in dir common to rebuild itself.
4351 (common/Makefile): Likewise.
4352
4353 2011-03-03 Joel Brobecker <brobecker@adacore.com>
4354
4355 * utils.c (parse_escape): Add i18n markup in error message.
4356
4357 2011-03-03 Yao Qi <yao@codesourcery.com>
4358
4359 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
4360 ARM_PC_REGNUM.
4361 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
4362 (displaced_write_reg, displaced_read_reg): Likewise.
4363 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
4364 (cleanup_block_load_pc, copy_block_xfer): Likewise.
4365 (cleanup_branch): Replace magic number 14 and 15 with
4366 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
4367
4368 2011-03-02 Michael Snyder <msnyder@vmware.com>
4369
4370 * maint.c (maintenance_do_deprecate): No need to check for NULL.
4371
4372 * cli/cli-script.c (script_from_file): Add break for lint.
4373
4374 * mdebugread.c (parse_partial_symbols): Fix indent.
4375
4376 * target-descriptions.c (tdesc_gdb_type): No need to call
4377 xstrdup, callee saves a copy.
4378
4379 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
4380
4381 * infcall.c (call_function_by_hand): Add break statements for lint.
4382
4383 * utils.c (parse_escape): Escape the escape char.
4384
4385 * python/py-inferior.c (build_inferior_list): Error out if
4386 PyList_Append fails.
4387 (gdbpy_inferiors): Error out if build_inferior_list fails.
4388
4389 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
4390 a function call.
4391
4392 * record.c (record_restore): Move printf to before error return.
4393
4394 2011-03-02 Yao Qi <yao@codesourcery.com>
4395
4396 * arm-tdep.h (struct displaced_step_closure): Add two new fields
4397 is_thumb and insn_size.
4398 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
4399 on both ARM and Thumb mode.
4400 (arm_process_displaced_insn): Set is_thumb and insn_size.
4401 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
4402 (arm_displaced_step_fixup): Likewise.
4403
4404 2011-03-01 Michael Snyder <msnyder@vmware.com>
4405
4406 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
4407
4408 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
4409
4410 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
4411
4412 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
4413
4414 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
4415 with xmalloc.
4416
4417 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
4418 which shadows function parameter.
4419
4420 * tracepoint.c (create_tsv_from_upload): Superfluous call
4421 to xstrdup. Callee already calls xstrdup.
4422
4423 * linespec.c (decode_line_1): Remove unnecessary null check.
4424
4425 * tracepoint.c (scope_info): Fix mem leak, remove underused
4426 variable.
4427
4428 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
4429 superfluous null check.
4430
4431 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
4432 (value_of_builtin_frame_fp_reg): Ditto.
4433
4434 * event-top.c (display_gdb_prompt): Remove superfluous null check.
4435
4436 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
4437 be null.
4438
4439 * linespec.c (decode_line_1): Check for null before dereference.
4440
4441 * reverse.c (record_restore): Move null-check to before pointer
4442 dereference.
4443
4444 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
4445
4446 * objc-lang.c (selectors_info): Add explanitory comment.
4447 (classes_info): Ditto.
4448
4449 2011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4450
4451 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
4452 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
4453 versions of the trampoline. Handle Thumb vs. ARM addresses.
4454 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
4455 (arm_linux_init_abi): Install it.
4456 * arm-tdep.c (arm_psr_thumb_bit): Make global.
4457 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
4458
4459 2011-02-28 Michael Snyder <msnyder@vmware.com>
4460
4461 * ui-out.c (ui_out_field_core_addr): Make local char buffer
4462 a little bigger, to avoid possibility of an overflow.
4463
4464 * breakpoint.c (breakpoint_adjustment_warning): Make local char
4465 buffers a little bigger, to avoid possibility of an overflow.
4466
4467 * coffread.c (coff_getfilename): Add check to avoid overflow.
4468
4469 * objc-lang.c (selectors_info): Add a small safety margin to
4470 avoid overflow.
4471 (classes_info): Error out on too long REGEXP.
4472
4473 * infrun.c (handle_inferior_event): Remove unused function call.
4474
4475 * fork-child.c (fork_inferior): Remove ifdef'd code and
4476 unused variable.
4477
4478 * linux-thread-db.c (attach_thread): Discard unused value.
4479
4480 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
4481
4482 * remote.c (remote_get_noisy_reply): Discard unused value.
4483 (remote_vcont_resume): Ditto.
4484 (remote_stop_ns): Ditto.
4485
4486 * linespec.c (decode_objc): Delete unused variable.
4487
4488 * tui/tui-regs.c (tui_register_format): Delete unused variable.
4489
4490 * dwarf2read.c (add_partial_symbol): Discard unused values.
4491 (read_base_type): Delete unused variable.
4492
4493 * dbxread.c (read_dbx_symtab): Discard unused value.
4494
4495 * eval.c (evaluate_subexp_standard): Delete unused variable,
4496 and discard unused values.
4497
4498 * infcmd.c (_initialize_infcmd): Discard unused values.
4499
4500 * stabsread.c (rs6000_builtin_type): Missing break statement.
4501
4502 * dbxread.c (process_one_symbol): Discard unused value.
4503
4504 * coffread.c (coff_end_symtab): Delete unused variable.
4505
4506 * dwarf2read.c (dw2_get_file_names): Discard unused value.
4507 (dwarf2_add_typedef): Delete unused variable.
4508 (read_namespace): Ditto.
4509 (dwarf_decode_macros): Ditto.
4510
4511 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
4512
4513 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
4514
4515 * p-valprint.c (pascal_val_print): Discard unused value.
4516
4517 * utils.c (nquery): Call va_end before return;
4518 (yquery): Ditto.
4519 (query): Ditto.
4520
4521 * proc-service.c (ps_plog): Call va_end before return.
4522
4523 2011-02-28 Tom Tromey <tromey@redhat.com>
4524
4525 * python/python.c (gdbpy_value_cst): New global.
4526 (_initialize_python): Initialize it.
4527 * python/python-internal.h (gdbpy_value_cst): Declare.
4528 * python/py-value.c (convert_value_from_python): Use
4529 gdbpy_value_cst.
4530
4531 2011-02-28 Michael Snyder <msnyder@vmware.com>
4532
4533 * python/py-cmd.c (cmdpy_init): Fix memory leak.
4534
4535 * breakpoint.c (catch_syscall_completer): Free malloced list.
4536
4537 * jv-lang.c (java_primitive_type_from_name): Add missing break.
4538
4539 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
4540 (lval_func_check_synthetic_pointer): Ditto.
4541 (lval_func_free_closure): Fix use-after-free.
4542
4543 2011-02-28 Tom Tromey <tromey@redhat.com>
4544
4545 * psymtab.c (expand_partial_symbol_tables): Use
4546 ALL_OBJFILE_PSYMTABS.
4547
4548 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4549
4550 * objc-lang.c (selectors_info): Error on too long REGEXP.
4551
4552 2011-02-28 Michael Snyder <msnyder@vmware.com>
4553
4554 * python/py-param.c (set_parameter_value): Add missing
4555 break statement.
4556
4557 * linux-record.c (record_linux_system_call): Add missing
4558 break statement.
4559
4560 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
4561
4562 * breakpoint.c (print_one_breakpoint_location): Remove unused
4563 argument PRINT_ADDRESS_BITS. Update callers.
4564 (print_one_breakpoint): Likewise.
4565
4566 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
4567
4568 * breakpoint.c (wrap_indent_at_field): New function.
4569 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
4570 Allocate ui_stream locally instead of using STB argument.
4571 (print_one_breakpoint_location): Update call.
4572 * ui-out.c (ui_out_query_field): New function.
4573 * ui-out.h (ui_out_query_field): Add prototype.
4574
4575 2011-02-28 Joel Brobecker <brobecker@adacore.com>
4576
4577 From Michael Snyder <msnyder@vmware.com>
4578 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
4579
4580 2011-02-27 Michael Snyder <msnyder@vmware.com>
4581
4582 * objc-lang.c (selectors_info): Prevent string overrun.
4583
4584 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
4585 error in strncpy.
4586
4587 * symtab.c (rbreak_command): Move variable 'file_name' to
4588 outer scope.
4589
4590 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
4591 param with a local variable of the same name.
4592
4593 2011-02-27 Michael Snyder <msnyder@vmware.com>
4594
4595 * value.c (value_from_history_ref): New function.
4596 * value.h (value_from_history_ref): Export.
4597 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
4598 to parse value history references.
4599 * cli/cli-utils.h (get_number_trailer): Update comment.
4600
4601 2011-02-27 Michael Snyder <msnyder@vmware.com>
4602
4603 * inferior.c (detach_inferior_command): Use get_number_or_range.
4604 (kill_inferior_command): Ditto.
4605 (remove_inferior_command): Ditto.
4606 (initialize_inferiors): Make command names plural.
4607 Update help strings.
4608
4609 2011-02-27 Michael Snyder <msnyder@vmware.com>
4610
4611 * darwin-nat-info.c: Fix comment typo.
4612 * dwarf2expr.h: Ditto.
4613 * fbsd-nat.c: Ditto.
4614 * fbsd-nat.h: Ditto.
4615 * frame-unwind.h: Ditto.
4616 * frame.h: Ditto.
4617 * hppa-hpux-tdep.c: Ditto.
4618 * i386-linux-nat.c: Ditto.
4619 * linux-nat.c: Ditto.
4620 * nbsd-nat.c: Ditto.
4621 * nbsd-nat.h: Ditto.
4622 * ppc-linux-tdep.c: Ditto.
4623 * serial.c: Ditto.
4624 * ui-file.h: Ditto.
4625 * tui/tui-winsource.c: Ditto.
4626
4627 2011-02-26 Michael Snyder <msnyder@vmware.com>
4628
4629 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
4630
4631 * maint.c (maintenance_do_deprecate): Plug a memory leak.
4632
4633 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
4634 with a local variable of the same name.
4635
4636 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
4637 param with a local variable of the same name.
4638 (i387_supply_xsave): Ditto.
4639
4640 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
4641 that it does not shadow a function parameter.
4642
4643 * i386-nat.c (i386_length_and_rw_bits): Document that case
4644 statement is meant to fall through.
4645
4646 * expprint.c (dump_subexp_body_standard): Document that case
4647 statement is meant to fall through.
4648
4649 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
4650 dead if statement. Condition can't be false.
4651
4652 2011-02-25 Michael Snyder <msnyder@vmware.com>
4653
4654 * arm-tdep.c: Fix typos in comments.
4655 * bsd-uthread.c: Ditto.
4656 * completer.c: Ditto.
4657 * corelow.c: Ditto.
4658 * cp-namespace.c: Ditto.
4659 * cp-support.c: Ditto.
4660 * cris-tdep.c: Ditto.
4661 * dbxread.c: Ditto.
4662 * dwarf2read.c: Ditto.
4663 * frame.h: Ditto.
4664 * gdbtypes.h: Ditto.
4665 * inferior.h: Ditto.
4666 * mdebugread.c: Ditto.
4667 * mips-tdep.c: Ditto.
4668 * ppc-linux-nat.c: Ditto.
4669 * ppc-linux-tdep.c: Ditto.
4670 * printcmd.c: Ditto.
4671 * sol-thread.c: Ditto.
4672 * solib-frv.c: Ditto.
4673 * solist.h: Ditto.
4674 * sparc64-tdep.c: Ditto.
4675 * spu-tdep.c: Ditto.
4676 * stabsread.c: Ditto.
4677 * symfile.c: Ditto.
4678 * valops.c: Ditto.
4679 * varobj.c: Ditto.
4680 * vax-nat.c: Ditto.
4681 * python/py-block.c: Ditto.
4682 * python/py-symbol.c: Ditto.
4683 * python/py-symtab.c: Ditto.
4684 * python/py-value.c: Ditto.
4685 * tui/tui-win.c: Ditto.
4686
4687 2011-02-25 Michael Snyder <msnyder@vmware.com>
4688
4689 * inferior.c (print_inferior): Accept a string instead of an int
4690 for requested_inferiors, and use get_number_or_range to parse it.
4691 (info_inferiors_command): Pass args string to print_inferior.
4692 (initialize_inferiors): Change help string for info inferiors.
4693 * inferior.h (print_inferior): Export prototype change.
4694
4695 2011-02-25 Tom Tromey <tromey@redhat.com>
4696
4697 * common/ax.def (invalid2): Set to 0x31.
4698
4699 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4700
4701 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
4702 L and plongest.
4703 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
4704 use L and plongest.
4705 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
4706
4707 2011-02-24 Michael Snyder <msnyder@vmware.com>
4708
4709 * Makefile.in (clean): Make clean should remove generated files
4710 observer.h and observer.inc.
4711
4712 2011-02-24 Joel Brobecker <brobecker@adacore.com>
4713
4714 Revert the following patch (not approved yet):
4715 2011-02-21 Hui Zhu <teawater@gmail.com>
4716 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
4717 * ax-gdb.c (gen_printf_expr_callback): New function.
4718 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
4719 * ax-general.c (ax_memcpy): New function.
4720 (ax_print): Handle "printf".
4721 (ax_reqs): Ditto.
4722 * ax.h (ax_memcpy): Forward declare.
4723 * common/ax.def (invalid2): Removed.
4724 (printf): New entry.
4725 * printcmd.c (printcmd.h): New include.
4726 (string_printf): New function.
4727 (ui_printf): Removed.
4728 (printf_command): Remove static. Call string_printf.
4729 (eval_command): Call string_printf.
4730 * printcmd.h: New file.
4731 * tracepoint.c (validate_actionline,
4732 encode_actions_1): handle printf_command.
4733
4734 2011-02-23 Tom Tromey <tromey@redhat.com>
4735
4736 * ax-general.c (ax_pick): Add missing newline.
4737
4738 2011-02-23 Michael Snyder <msnyder@vmware.com>
4739
4740 * breakpoint.c (breakpoint_1): Change first argument from an int
4741 to a char pointer, so that the function now accepts a list of
4742 breakpoints rather than just one. Use new function
4743 'number_is_in_list' to implement.
4744 (breakpoints_info): Pass char * instead of int to breakpoint_1.
4745 (watchpoints_info): Ditto.
4746 (tracepoints_info): Ditto.
4747 (maintenance_info_breakpoints): Ditto.
4748 (_initialize_breakpoint): Update help strings to reflect the fact
4749 that these functions can now take more than one argument.
4750 * cli/cli-utils.c (number_is_in_list): New function.
4751 * cli/cli-utils.h (number_is_in_list): Export.
4752
4753 2011-02-23 Michael Snyder <msnyder@vmware.com>
4754
4755 * memattr.c (mem_enable_command): Use get_number_or_range.
4756 (mem_disable_command): Ditto.
4757 (mem_delete_command): Ditto.
4758 (_initialize_mem): Tweak usage message to reflect multiple
4759 arguments.
4760
4761 2011-02-22 Doug Evans <dje@google.com>
4762
4763 Add gdb.lookup_global_symbol python function.
4764 * NEWS: Add entry.
4765 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
4766 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
4767 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
4768
4769 2011-02-22 Tom Tromey <tromey@redhat.com>
4770
4771 * language.c (language_class_name_from_physname): Rename
4772 'curr_language' argument to 'lang'; use in body.
4773
4774 2011-02-22 Michael Snyder <msnyder@vmware.com>
4775
4776 * cli/cli-utils.c (number_is_in_list): Check for zero return.
4777
4778 2011-02-22 Pedro Alves <pedro@codesourcery.com>
4779
4780 * frame-unwind.h: Fix comment to mention the this frame, not the
4781 next.
4782
4783 2011-02-22 Tom Tromey <tromey@redhat.com>
4784
4785 * symfile.c (auto_solib_limit): Remove.
4786 * symfile.h (auto_solib_limit): Remove.
4787
4788 2011-02-22 Joel Brobecker <brobecker@adacore.com>
4789
4790 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
4791
4792 2011-02-21 Michael Snyder <msnyder@vmware.com>
4793
4794 * gdbthread.h (print_thread_info): Change prototype.
4795 * thread.c (print_thread_info): Accept char* instead of int for
4796 requested_threads argument. Use new function number_is_in_list
4797 to determine which threads to list.
4798 (info_threads_command): Pass char* to print_thread_info.
4799 * cli/cli-utils.c (number_is_in_list): New function.
4800 * cli/cli-utils.h (number_is_in_list): Export.
4801 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
4802 print_thread_info.
4803 (print_one_inferior): Ditto.
4804 (mi_cmd_list_thread_groups): Ditto.
4805
4806 2011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4807
4808 * common/Makefile.in (CFLAGS): New.
4809 (COMPILE): Add $(CFLAGS).
4810
4811 2011-02-21 Tom Tromey <tromey@redhat.com>
4812
4813 * breakpoint.c (catch_syscall_command_1): Fix typo.
4814
4815 2011-02-21 Tom Tromey <tromey@redhat.com>
4816
4817 * reverse.c: Include cli-utils.h.
4818 * printcmd.c: Include cli-utils.h.
4819 (string_printf): Use skip_spaces.
4820 * cli/cli-utils.h: New file.
4821 * cli/cli-utils.c: New file.
4822 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
4823 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
4824 * breakpoint.h (get_number, get_number_or_range): Move to
4825 cli-utils.h.
4826 * breakpoint.c: Include cli-utils.h.
4827 (get_number_trailer, get_number, get_number_or_range)
4828 (ep_skip_leading_whitespace): Move to cli-utils.c.
4829 (create_breakpoint_sal, find_condition_and_thread)
4830 (decode_static_tracepoint_spec, watch_command_1)
4831 (watch_maybe_just_location, ep_parse_optional_if_clause)
4832 (catch_fork_command_1, catch_exec_command_1)
4833 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
4834 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
4835 (SUBDIR_CLI_SRCS): Add cli-utils.c.
4836 (HFILES_NO_SRCDIR): Add cli-utils.h.
4837 (cli-utils.o): New target.
4838
4839 2011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4840
4841 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
4842 before calling discard_all_inferiors.
4843
4844 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
4845
4846 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
4847 (struct builtin_opencl_type): Remove.
4848 (builtin_opencl_type): Change return type to "struct type **".
4849 (lookup_opencl_vector_type): Update caller.
4850 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
4851 (build_opencl_types): Install plain array of "struct type *"
4852 instead of "struct builtin_opencl_type".
4853
4854 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4855 Ulrich Weigand <uweigand@de.ibm.com>
4856
4857 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
4858 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
4859 (struct arm_linux_hwbp_cap): New type.
4860 (arm_linux_get_hwbp_cap): New function.
4861 (arm_linux_get_hw_breakpoint_count): Likewise.
4862 (arm_linux_get_hw_watchpoint_count): Likewise.
4863 (arm_linux_can_use_hw_breakpoint): Likewise.
4864 (arm_hwbp_type): New type.
4865 (arm_hwbp_control_t): Likewise.
4866 (struct arm_linux_hw_breakpoint): Likewise.
4867 (struct arm_linux_thread_points): Likewise.
4868 (arm_threads): New global variable.
4869 (arm_linux_find_breakpoints_by_tid): New function.
4870 (arm_hwbp_control_initialize): Likewise.
4871 (arm_hwbp_control_is_enabled): Likewise.
4872 (arm_hwbp_control_disable): Likewise.
4873 (arm_linux_hw_breakpoint_initialize): Likewise.
4874 (arm_linux_get_hwbp_type): Likewise.
4875 (arm_linux_hw_watchpoint_initialize): Likewise.
4876 (arm_linux_hw_breakpoint_equal): Likewise.
4877 (arm_linux_insert_hw_breakpoint1): Likewise.
4878 (arm_linux_remove_hw_breakpoint1): Likewise.
4879 (arm_linux_insert_hw_breakpoint): Likewise.
4880 (arm_linux_remove_hw_breakpoint): Likewise.
4881 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
4882 (arm_linux_insert_watchpoint): Likewise.
4883 (arm_linux_remove_watchpoint): Likewise.
4884 (arm_linux_stopped_data_address): Likewise.
4885 (arm_linux_stopped_by_watchpoint): Likewise.
4886 (arm_linux_watchpoint_addr_within_range): Likewise.
4887 (arm_linux_new_thread): Likewise.
4888 (arm_linux_thread_exit): Likewise.
4889 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
4890 related target callbacks. Register arm_linux_new_thread and
4891 arm_linux_thread_exit.
4892 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
4893 * arm-tdep.c (arm_pc_is_thumb): Make global.
4894 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
4895
4896 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
4897
4898 * breakpoint.c (update_watchpoint): Do not attempt to recreate
4899 per-frame locations while within a function epilogue.
4900
4901 2011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
4902
4903 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
4904 to GNU coding standards.
4905
4906 2011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
4907
4908 Allow use of mingw native on Windows 95 OS.
4909 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
4910 (ser_windows_close): Only call CancelIo if function exists.
4911 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
4912 to check for existence of CancelIo function in kernel32 DLL.
4913
4914 2011-02-21 Hui Zhu <teawater@gmail.com>
4915
4916 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
4917 * ax-gdb.c (gen_printf_expr_callback): New function.
4918 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
4919 * ax-general.c (ax_memcpy): New function.
4920 (ax_print): Handle "printf".
4921 (ax_reqs): Ditto.
4922 * ax.h (ax_memcpy): Forward declare.
4923 * common/ax.def (invalid2): Removed.
4924 (printf): New entry.
4925 * printcmd.c (printcmd.h): New include.
4926 (string_printf): New function.
4927 (ui_printf): Removed.
4928 (printf_command): Remove static. Call string_printf.
4929 (eval_command): Call string_printf.
4930 * printcmd.h: New file.
4931 * tracepoint.c (validate_actionline,
4932 encode_actions_1): handle printf_command.
4933
4934 2011-02-19 Michael Snyder <msnyder@vmware.com>
4935
4936 * reverse.c (delete_one_bookmark): Argument is now bookmark
4937 id rather than pointer to bookmark struct.
4938 (delete_bookmark_command): Use get_number_or_range.
4939 (goto_bookmark_command): Parse with get_number instead of strtoul.
4940 (bookmark_1): New function. Print info for one bookmark.
4941 (bookmarks_info): Use get_number_or_range and bookmark_1.
4942
4943 2011-02-18 Michael Snyder <msnyder@vmware.com>
4944
4945 * thread.c (info_threads_command): Re-implement using
4946 get_number_or_range.
4947 (thread_apply_command): Ditto.
4948
4949 2011-02-18 Tom Tromey <tromey@redhat.com>
4950
4951 * common/ax.def: New file.
4952 * ax.h (enum agent_op): Use ax.def.
4953 * ax-general.c (aop_map): Use ax.def.
4954
4955 2011-02-18 Tom Tromey <tromey@redhat.com>
4956
4957 * ax-general.c (aop_map): Add pick and rot.
4958 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
4959 <DW_OP_rot>: Implement.
4960 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
4961 (ax_pick): Declare.
4962 * ax-general.c (ax_pick): New function.
4963
4964 2011-02-18 Tom Tromey <tromey@redhat.com>
4965
4966 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
4967
4968 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4969 Tom Tromey <tromey@redhat.com>
4970
4971 * cp-support.c (make_symbol_overload_list_namespace): Do not call
4972 make_symbol_overload_list_block with NULL BLOCK.
4973 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
4974
4975 2011-02-18 Pedro Alves <pedro@codesourcery.com>
4976
4977 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
4978 * breakpoint.h (get_number_or_range): Declare.
4979 * printcmd.c (ALL_DISPLAYS): Declare.
4980 (delete_display): Reimplement taking a display pointer.
4981 (undisplay_command): Accept a range of displays to delete, using
4982 get_number_or_range.
4983
4984 2011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4985
4986 * c-valprint.c (c_val_print): Add embedded_offset to address
4987 for arrays of unspecified length.
4988 * p-valprint.c (pascal_val_print): Likewise.
4989
4990 2011-02-18 Yao Qi <yao@codesourcery.com>
4991
4992 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
4993 (arm_process_displaced_insn): .. here. Remove parameter INSN.
4994 (thumb_process_displaced_insn): New.
4995 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
4996 call to arm_process_displaced_insn.
4997 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
4998
4999 2011-02-17 Tom Tromey <tromey@redhat.com>
5000
5001 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
5002 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
5003 compile_dwarf_to_ax. No longer static. Call
5004 dwarf2_compile_cfa_to_ax.
5005 (locexpr_tracepoint_var_ref): Update.
5006 (loclist_tracepoint_var_ref): Update.
5007 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
5008 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
5009 argument; add 'gdbarch' and 'pc'.
5010 (dwarf2_compile_cfa_to_ax): New function.
5011 (dwarf2_frame_cache): Update.
5012
5013 2011-02-17 Joel Brobecker <brobecker@adacore.com>
5014
5015 * ada-lang.c (ada_type_of_array): Fix the size of the array
5016 in the case of an unconstrained packed array.
5017
5018 2011-02-17 Yao Qi <yao@codesourcery.com>
5019
5020 * common/Makefile.in: Add more targets for make.
5021
5022 2011-02-16 Tom Tromey <tromey@redhat.com>
5023
5024 * dwarf2loc.c (unimplemented): Fix typo.
5025
5026 2011-02-16 Tom Tromey <tromey@redhat.com>
5027
5028 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
5029 (compile_dwarf_to_ax) <default>: Use unimplemented.
5030 <DW_OP_deref>: Update.
5031 (disassemble_dwarf_expression): Update.
5032 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
5033 (decode_locdesc): Update.
5034 * dwarf2expr.h (dwarf_stack_op_name): Update.
5035
5036 2011-02-16 Tom Tromey <tromey@redhat.com>
5037
5038 * ax.h (struct aop_map) <name>: Now const.
5039
5040 2011-02-16 Tom Tromey <tromey@redhat.com>
5041
5042 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
5043 than axs_rvalue.
5044
5045 2011-02-16 Yao Qi <yao@codesourcery.com>
5046
5047 * infrun.c (get_displaced_step_closure_by_addr): New.
5048 * inferior.h: Declare it.
5049 * arm-tdep.c: (arm_pc_is_thumb): Call
5050 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
5051 returns non-NULL.
5052
5053 2011-02-16 Pedro Alves <pedro@codesourcery.com>
5054 Jan Kratochvil <jan.kratochvil@redhat.com>
5055
5056 gdb/
5057 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
5058
5059 2011-02-16 Pedro Alves <pedro@codesourcery.com>
5060 Jan Kratochvil <jan.kratochvil@redhat.com>
5061
5062 * value.c (value_contents_copy_raw): Extend describing comment.
5063 Assert that the destination contents we're overwriting are wholly
5064 available.
5065 (value_contents_copy): Extend describing comment.
5066
5067 2011-02-16 Pedro Alves <pedro@codesourcery.com>
5068 Jan Kratochvil <jan.kratochvil@redhat.com>
5069
5070 * value.c (value_available_contents_eq): Remove redundant local
5071 variables. Fix available contents comparision.
5072 * value.h (value_available_contents_eq): Extend describing
5073 comment.
5074
5075 2011-02-16 Yao Qi <yao@codesourcery.com>
5076
5077 * thread.c (info_threads_command): Add missing i18n markup and remove
5078 trailing newline.
5079
5080 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5081
5082 * breakpoint.c (longjmp_names): New variable.
5083 (struct breakpoint_objfile_data): New type.
5084 (breakpoint_objfile_key): New variable.
5085 (msym_not_found): New variable.
5086 (msym_not_found_p): New predicate.
5087 (get_breakpoint_objfile_data): New function.
5088 (create_overlay_event_breakpoint): Check per-objfile cache for
5089 symbols first.
5090 (create_longjmp_master_breakpoint): Likewise.
5091 (create_std_terminate_master_breakpoint): Likewise.
5092 (create_exception_master_breakpoint): Likewise.
5093 (_initialize_breakpoint): Register per-objfile data key.
5094
5095 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5096
5097 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
5098 parameter value.
5099 (create_longjmp_master_breakpoint): Loop over longjmp names.
5100 (create_std_terminate_master_breakpoint): Const-propagate parameter
5101 value.
5102 (update_breakpoints_after_exec): Adjust.
5103 (breakpoint_re_set): Adjust.
5104
5105 2011-02-15 Michael Snyder <msnyder@vmware.com>
5106
5107 * thread.c (info_threads_command): Process arg as thread id,
5108 or list of thread ids.
5109 (thread_find_command): New command.
5110 (_initialize_thread): Document argument for info threads.
5111 Document 'thread find' command.
5112 * NEWS: Document new command "thread find".
5113
5114 2011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5115
5116 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
5117 * aclocal.m4: Regenerated with aclocal-1.11.1.
5118 * common/configure: Regenerate with autoconf-2.64.
5119
5120 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
5121
5122 * opencl-lang.c (build_opencl_types): Set the size of the built-in
5123 bool data type to a size of one byte.
5124
5125 2011-02-15 Pedro Alves <pedro@codesourcery.com>
5126 Jan Kratochvil <jan.kratochvil@redhat.com>
5127
5128 * target.c (memory_xfer_live_readonly_partial): Document where to
5129 look for interface description.
5130
5131 2011-02-15 Yao Qi <yao@codesourcery.com>
5132
5133 PR tdep/12352
5134 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
5135 order to store PC value on stack instead of text section.
5136
5137 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
5138
5139 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
5140 the EFP register set size.
5141 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
5142 data from the VMX register.
5143 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
5144 and write data from/to the VMX register.
5145
5146 2011-02-14 Michael Snyder <msnyder@vmware.com>
5147
5148 * command.h (enum command_class): New class 'no_set_class', for
5149 "show" commands without a corresponding "set" command.
5150 * value.c (_initialize_values): Use 'no_set_class' for "show values".
5151 * copying.c (_initialize_copying): Ditto for "show copying" and
5152 "show warranty".
5153 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
5154 "show version".
5155 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
5156 which there is no corresponding "set" command (eg. "show copying").
5157
5158 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5159 Jan Kratochvil <jan.kratochvil@redhat.com>
5160
5161 * exec.c (section_table_available_memory): Change `len' parameter
5162 type to ULONGEST.
5163 * exec.h (section_table_available_memory): Ditto.
5164 * value.h (read_value_memory): Rename the `offset' parameter to
5165 `embedded_offset'.
5166
5167 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5168 Jan Kratochvil <jan.kratochvil@redhat.com>
5169
5170 * memrange.c (compare_mem_ranges): Mention sort order in
5171 describing comment.
5172 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
5173 * tracepoint.c (traceframe_available_memory): Extend comment to
5174 mention what happens to RESULT when the target does not support
5175 the query.
5176
5177 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5178 Jan Kratochvil <jan.kratochvil@redhat.com>
5179
5180 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
5181 range.
5182
5183 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5184
5185 * value.c (value_bits_valid, value_bits_synthetic_pointer):
5186 No longer handle NULL values.
5187
5188 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5189
5190 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
5191 * value.c: Include "exceptions.h".
5192 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
5193 generic error.
5194 * cp-abi.c: Include gdb_assert.h.
5195 (baseclass_offset): Add `embedded_offset' and `val' parameters.
5196 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
5197 errors.
5198 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
5199 parameters. No longer returns -1 on error.
5200 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
5201 `val' parameters.
5202 * cp-valprint.c: Include exceptions.h.
5203 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
5204 the baseclass_offset. Handle unavailable base classes. Use
5205 val_print_invalid_address.
5206 * p-valprint.c: Include exceptions.h.
5207 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
5208 when fetching the baseclass_offset. No longer expect
5209 baseclass_offset returning -1. Handle unavailable base classes.
5210 Use val_print_invalid_address.
5211 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
5212 `valaddr' parameter, and change its type to gdb_byte pointer. Add
5213 `embedded_offset' and `val' parameters. Adjust.
5214 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
5215 parameter, and change its type to gdb_byte pointer. Add
5216 `embedded_offset' and `val' parameters. Adjust. No longer expect
5217 baseclass_offset returning -1.
5218 (value_dynamic_cast): Use value_contents_for_printing rather than
5219 value_contents. Adjust.
5220 (search_struct_field): No longer expect baseclass_offset returning
5221 -1.
5222 (search_struct_method): If reading memory from the target is
5223 necessary, wrap it in a new value to pass to baseclass_offset. No
5224 longer expect baseclass_offset returning -1.
5225 (find_method_list): No longer expect baseclass_offset returning
5226 -1. Use value_contents_for_printing rather than value_contents.
5227 * valprint.c (val_print_invalid_address): New function.
5228 * valprint.h (val_print_invalid_address): Declare.
5229 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
5230 and `val' parameters. No longer expect baseclass_offset returning
5231 -1. Adjust.
5232 * gnu-v2-abi.c: Include "exceptions.h".
5233 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
5234 parameters. Handle unavailable memory. Recurse through
5235 gnuv2_baseclass_offset directly, rather than through
5236 baseclass_offset. No longer returns -1 on not found, instead
5237 throw an error.
5238 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
5239 `val' parameters. Adjust.
5240
5241 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5242
5243 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
5244 almost but not quite adjacent.
5245
5246 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5247
5248 * value.h (value_entirely_available): Declare.
5249 * value.c (value_entirely_available): New function.
5250 * c-valprint.c (c_value_print): Don't try fetching the pointer's
5251 real type if the pointer is unavailable.
5252
5253 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5254
5255 * valops.c (value_repeat): Use read_value_memory instead of
5256 read_memory.
5257
5258 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5259
5260 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
5261 * value.c (value_contents_copy_raw, value_contents_copy): New
5262 functions.
5263 (value_primitive_field): Use value_contents_copy_raw instead of
5264 memcpy.
5265 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
5266 memcpy.
5267 (value_array, value_slice): Ditto.
5268 * valarith.c (value_subscripted_rvalue): Use
5269 value_contents_copy_raw instead of memcpy.
5270
5271 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5272
5273 <unavailable> references.
5274
5275 * valops.c (get_value_at): Use value_from_contents_and_address,
5276 avoiding read_memory.
5277
5278 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5279
5280 * c-valprint.c (c_val_print): Print a string with unavailable
5281 contents as an array.
5282
5283 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5284
5285 * value.h (unpack_bits_as_long): Delete declaration.
5286 (unpack_value_bits_as_long): Declare.
5287 (unpack_value_field_as_long): Declare.
5288 (value_field_bitfield): Declare.
5289 * value.c (unpack_bits_as_long): Rename to...
5290 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
5291 value parameters. Return the extracted result in a new output
5292 parameter. If the value contents are unavailable, return false,
5293 otherwise return true.
5294 (unpack_value_bits_as_long): New.
5295 (unpack_field_as_long): Rename to...
5296 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
5297 Add embedded_offset and value parameters. Return the extracted
5298 result in a new output parameter. If the value contents are
5299 unavailable, return false, otherwise return true.
5300 (unpack_value_field_as_long): New.
5301 (unpack_field_as_long_1): New.
5302 (unpack_field_as_long): Reimplement as wrapper around
5303 unpack_value_field_as_long_1.
5304 (value_field_bitfield): New function.
5305 * valops.c (value_fetch_lazy): When fetching a bitfield, use
5306 unpack_value_bits_as_long. Mark the value as unavailable, if it
5307 is unavailable.
5308 * jv-valprint.c (java_print_value_fields): Use
5309 value_field_bitfield.
5310 * p-valprint.c (pascal_object_print_value_fields): Use
5311 value_field_bitfield.
5312 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
5313
5314 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5315
5316 * value.c (get_internalvar_integer): Also return the int value of
5317 TYPE_CODE_INT INTERNALVAR_VALUE values.
5318 (set_internalvar): Don't special case TYPE_CODE_INT.
5319
5320 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5321
5322 * value.c (struct internalvar) <enum internalvar_kind>: Remove
5323 INTERNALVAR_POINTER.
5324 <pointer>: Delete.
5325 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
5326 (set_internalvar): Remove special TYPE_CODE_PTR handling.
5327 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
5328
5329 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5330
5331 * value.h (value_available_contents_eq): Declare.
5332 * value.c (find_first_range_overlap): New function.
5333 (value_available_contents_eq): New function.
5334 * valprint.c (val_print_array_elements): Use
5335 value_available_contents_eq.
5336 * ada-valprint.c (val_print_packed_array_elements): Use
5337 value_available_contents_eq.
5338 * jv-valprint.c (java_value_print): Use
5339 value_available_contents_eq.
5340
5341 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5342
5343 * target.c (target_read_live_memory): New function.
5344 (memory_xfer_live_readonly_partial): New.
5345 (memory_xfer_partial): If reading from a traceframe, fallback to
5346 reading unavailable read-only memory from read-only regions of
5347 live target memory.
5348 * tracepoint.c (disconnect_tracing): Adjust.
5349 (set_current_traceframe): New, factored out from
5350 set_traceframe_number.
5351 (set_traceframe_number): Reimplement to only change the traceframe
5352 number on the GDB side.
5353 (do_restore_current_traceframe_cleanup): Adjust.
5354 (make_cleanup_restore_traceframe_number): New.
5355 (cur_traceframe_number): New global.
5356 (tfile_open): Set cur_traceframe_number to no traceframe.
5357 (set_tfile_traceframe): New function.
5358 (tfile_trace_find): If looking up a traceframe using any method
5359 other than by number, make sure the current tfile traceframe
5360 matches gdb's current traceframe. Update the current tfile
5361 traceframe if the lookup succeeded.
5362 (tfile_fetch_registers, tfile_xfer_partial)
5363 (tfile_get_trace_state_variable_value): Make sure the remote
5364 traceframe matches gdb's current traceframe.
5365 * remote.c (remote_traceframe_number): New global.
5366 (remote_open_1): Set it to -1.
5367 (set_remote_traceframe): New function.
5368 (remote_fetch_registers, remote_store_registers)
5369 (remote_xfer_memory, remote_xfer_partial)
5370 (remote_get_trace_state_variable_value): Make sure the remote
5371 traceframe matches gdb's current traceframe.
5372 (remote_trace_find): If looking up a traceframe using any method
5373 other than by number, make sure the current remote traceframe
5374 matches gdb's current traceframe. Update the current remote
5375 traceframe if the lookup succeeded.
5376 * infrun.c (fetch_inferior_event): Adjust.
5377 * tracepoint.h (set_current_traceframe): Declare.
5378 (get_traceframe_number, set_traceframe_number): Add describing
5379 comments.
5380
5381 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5382
5383 Mark pieces of values as unavailable if the corresponding memory
5384 is unavailable.
5385
5386 * valops.c: Include tracepoint.h.
5387 (value_fetch_lazy): Use read_value_memory.
5388 (read_value_memory): New.
5389 * value.h (read_value_memory): Declare.
5390 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
5391 * exec.c (section_table_available_memory): New function.
5392 * exec.h (section_table_available_memory): Declare.
5393
5394 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5395
5396 * Makefile.in (SFILES): Add memrange.c.
5397 (HFILES_NO_SRCDIR): Add memrange.h.
5398 (COMMON_OBS): Add memrange.o.
5399 * memrange.c: New file.
5400 * memrange.h: New file.
5401 * tracepoint.c: Include memrange.h.
5402 (struct mem_range): Delete.
5403 (mem_range_s): Delete.
5404 (traceframe_available_memory): New function.
5405 * tracepoint.h (traceframe_available_memory): Declare.
5406
5407 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5408
5409 * target.h (struct traceframe_info): Forward declare.
5410 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
5411 (struct target_ops) <to_traceframe_info>: New field.
5412 (target_traceframe_info): New.
5413 * target.c (update_current_target): Inherit and default
5414 to_traceframe_info.
5415 * remote.c (PACKET_qXfer_traceframe_info): New.
5416 (remote_protocol_features): Register qXfer:traceframe-info:read.
5417 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
5418 (remote_traceframe_info): New.
5419 (init_remote_ops): Install it.
5420 (_initialize_remote): Install "set/show remote traceframe-info"
5421 commands.
5422 * tracepoint.h (parse_traceframe_info): Declare.
5423 * tracepoint.c (struct mem_range): New.
5424 (mem_range_s): New typedef.
5425 (struct traceframe_info): New.
5426 (traceframe_info): New global.
5427 (free_traceframe_info): New function.
5428 (clear_traceframe_info): New function.
5429 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
5430 info.
5431 (build_traceframe_info): New function.
5432 (tfile_traceframe_info): New function.
5433 (init_tfile_ops): Install tfile_traceframe_info.
5434 (traceframe_info_start_memory, free_result): New functions.
5435 (memory_attributes, traceframe_info_elements): New globals.
5436 (parse_traceframe_info, get_traceframe_info): New functions.
5437 * features/traceframe-info.dtd: New file.
5438 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
5439
5440 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5441
5442 Base support for <unavailable> value contents.
5443
5444 * value.h (value_bytes_available): Declare.
5445 (mark_value_bytes_unavailable): Declare.
5446 * value.c (struct range): New struct.
5447 (range_s): New typedef.
5448 (ranges_overlap): New function.
5449 (range_lessthan): New function.
5450 (ranges_contain_p): New function.
5451 (struct value) <unavailable>: New field.
5452 (value_bytes_available): New function.
5453 (mark_value_bytes_unavailable): New function.
5454 (require_not_optimized_out): Constify parameter.
5455 (require_available): New function.
5456 (value_contents_all, value_contents): Require all bytes be
5457 available.
5458 (value_free): Free `unavailable'.
5459 (value_copy): Copy `unavailable'.
5460 * valprint.h (val_print_unavailable): Declare.
5461 * valprint.c (valprint_check_validity): Rename `offset' parameter
5462 to `embedded_offset'. If printing a scalar, check whether the
5463 value chunk is available.
5464 (val_print_unavailable): New.
5465 (val_print_scalar_formatted): Check whether the value is
5466 available.
5467 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
5468 pretty-printing unavailable values.
5469
5470 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5471
5472 Fix const/volatile qualifiers of C++ types, PR c++/12328.
5473 * c-typeprint.c (c_type_print_args): Update the function comment. New
5474 variable param_type, initialize it. Remove const/volatile qualifiers
5475 for language_cplus and !show_artificial. Use param_type.
5476
5477 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5478
5479 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
5480 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
5481 * symtab.h (struct symtab) <next>: Comment extension.
5482
5483 2011-02-12 Yao Qi <yao@codesourcery.com>
5484
5485 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
5486
5487 2011-02-11 Yao Qi <yao@codesourcery.com>
5488
5489 * common/Makefile.in: Add copyright header.
5490
5491 2011-02-11 Pedro Alves <pedro@codesourcery.com>
5492
5493 * infrun.c (proceed): Move switching out and in of tfind mode from
5494 here ...
5495 (fetch_inferior_event): ... to here.
5496
5497 2011-02-11 Yao Qi <yao@codesourcery.com>
5498
5499 * Makefile.in: Remove signals.o from COMMON_OBS. Link
5500 libcommon.a.
5501 * configure.ac: Add common to sub dir.
5502 * configure: Regenerate.
5503
5504 2011-02-11 Yao Qi <yao@codesourcery.com>
5505
5506 Build libcommon.a.
5507
5508 * common/Makefile.in: New.
5509 * common/configure.ac: New.
5510 * common/aclocal.m4: New.
5511 * common/configure: Generate.
5512
5513 2011-02-10 Pedro Alves <pedro@codesourcery.com>
5514
5515 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
5516 side of the parenthesis.
5517
5518 Merge from GCC:
5519 2010-07-13 Jakub Jelinek <jakub@redhat.com>
5520 * vec.h (VEC_block_remove): Fix comment.
5521
5522 2011-02-08 Michael Snyder <msnyder@vmware.com>
5523
5524 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
5525
5526 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5527
5528 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
5529 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
5530 psubd and paddd.
5531
5532 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5533
5534 PR 12361.
5535 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
5536 phsubsw.
5537 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
5538 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
5539
5540 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
5541
5542 * dwarf2read.c (read_subroutine_type): Set special calling
5543 convention flag for functions compiled by IBM XL C for OpenCL.
5544 * ppc-sysv-tdep.c: Include "dwarf2.h"
5545 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
5546 calling convention.
5547 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
5548 IBM OpenCL vector types calling convention.
5549 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
5550 (ppc_sysv_abi_broken_return_value): Likewise.
5551 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
5552 types calling convention.
5553 (ppc64_sysv_abi_return_value): Likewise.
5554 * spu-tdep.c: Include "dwarf2.h"
5555 (spu_return_value): Implement IBM OpenCL vector types calling
5556 convention.
5557
5558 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
5559
5560 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
5561 correct ABI for AltiVec vector arguments.
5562
5563 2011-02-07 Pedro Alves <pedro@codesourcery.com>
5564
5565 * valprint.c (val_print): Extend comment.
5566 * ada-valprint.c (ada_valprint): Rewrite comment deferring
5567 interface explanation to val_print.
5568 (ada_val_print_array): Adjust comment to current interface.
5569 (print_field_values): Adjust comment to current interface.
5570 * c-valprint.c (c_val_print): Rewrite comment deferring interface
5571 explanation to val_print.
5572 * f-valprint.c (f_val_print): Ditto.
5573 * jv-valprint.c (java_val_print): Ditto.
5574 * m2-valprint.c (m2_val_print): Ditto.
5575 * p-valprint.c (pascal_val_print): Ditto.
5576
5577 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5578
5579 * breakpoint.c (parse_breakpoint_sals): Fix description.
5580
5581 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
5582 Oguz Kayral <oguzkayral@gmail.com>
5583
5584 * python/py-inferior.c (python_on_normal_stop): New function.
5585 (python_on_resume): New function.
5586 (python_inferior_exit): New function.
5587 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
5588 inferior_exit observers.
5589 * python/py-evtregistry.c: New file.
5590 * python/py-threadevent.c : New file.
5591 * python/py-event.c: New file.
5592 * python/py-evts.c: New file.
5593 * python/py-continueevent.c: New file.
5594 * python/py-bpevent.c: New file.
5595 * python/py-signalevent.c: New file.
5596 * python/py-exetiedevent.c: New file.
5597 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
5598 Move struct breakpoint_object from here...
5599 * python/python-internal.h: ... to here.
5600 * python/py-event.h: New file.
5601 * python/py-events.h: New file.
5602 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
5603 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
5604 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
5605 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
5606 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
5607 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
5608 Add build rules for all the above.
5609
5610 2011-02-04 Tom Tromey <tromey@redhat.com>
5611
5612 * dwarf2read.c (dwarf2_section_empty_p): New function.
5613 (dwarf2_read_section): Use dwarf2_section_empty_p.
5614 (dwarf2_section_size): New function.
5615 (dwarf2_get_section_info): Unconditionally read section.
5616 (dwarf2_read_index): Use dwarf2_section_empty_p.
5617 (partial_read_comp_unit_head): Use dwarf2_section_size.
5618 (dwarf2_symbol_mark_computed): Likewise.
5619
5620 2011-02-04 David Daney <ddaney@caviumnetworks.com>
5621
5622 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
5623
5624 2011-02-04 David Daney <ddaney@caviumnetworks.com>
5625
5626 * mips-linux-tdep.c: Include xml-syscall.h.
5627 (mips_linux_get_syscall_number): New function.
5628 (mips_linux_init_abi): Add calls to
5629 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
5630 * data-directory/Makefile.in (SYSCALLS_FILES): Add
5631 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
5632 * syscalls/mips-n32-linux.xml: New file.
5633 * syscalls/mips-n64-linux.xml: New file.
5634 * syscalls/mips-o32-linux.xml: New file.
5635
5636 2011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
5637
5638 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
5639 Complain about inverted range entries.
5640 (dwarf2_record_block_ranges): Likewise.
5641
5642 2011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
5643
5644 Fix some typos.
5645 * breakpoint.c (update_watchpoint): Fix name of the
5646 update_global_location_list function.
5647 (print_one_breakpoint): Fix typo.
5648 (_initialize_breakpoint): Remove extra space in hbreak help
5649 string.
5650 * breakpoint.h (struct bp_location) <length>: Fix field
5651 description.
5652
5653 2011-02-04 Pedro Alves <pedro@codesourcery.com>
5654
5655 * regcache.c (registers_changed_ptid): Don't explictly always
5656 clear `current_regcache'. Only clear current_thread_ptid and
5657 current_thread_arch when PTID matches. Only reinit the frame
5658 cache if PTID matches the current inferior_ptid. Move alloca(0)
5659 call to ...
5660 (registers_changed): ... here.
5661
5662 2011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
5663
5664 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
5665 starts with __stack_chk_guard as stack guard symbol.
5666
5667 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
5668
5669 * disasm.c (compare_lines): Handle the end of sequence markers
5670 within the line table to better support disassembling over
5671 compilation unit boundaries.
5672
5673 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
5674
5675 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
5676 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
5677 implementation even if no symbols are available.
5678 (thumb_analyze_prologue): Update call to skip_prologue_function.
5679 (arm_analyze_prologue): Likewise.
5680
5681 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
5682
5683 * arm-tdep.c: Include "observer.h".
5684 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
5685 (arm_exidx_data_key): New static variable.
5686 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
5687 (struct arm_exidx_data): Likewise.
5688 (arm_exidx_data_free): New function.
5689 (arm_compare_exidx_entries): Likewise.
5690 (arm_obj_section_from_vma): Likewise.
5691 (arm_exidx_new_objfile): Likewise.
5692 (arm_find_exidx_entry): Likewise.
5693 (arm_exidx_fill_cache): Likewise.
5694 (arm_exidx_unwind_sniffer): Likewise.
5695 (arm_exidx_unwind): New global variable.
5696 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
5697 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
5698 observer. Register arm_exidx_data_key as objfile data.
5699
5700 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
5701
5702 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
5703 due to accessing uninitialized variable. Fix indentation.
5704
5705 2011-02-02 Pedro Alves <pedro@codesourcery.com>
5706
5707 * c-valprint.c (c_value_print): When doing virtual base pointer
5708 adjustment, create a new value with adjusted contents rather than
5709 changing the contents of the value being printed (and getting it
5710 wrong).
5711
5712 2011-02-02 Pedro Alves <pedro@codesourcery.com>
5713
5714 * xml-support.c (xml_find_attribute): New.
5715 (xinclude_start_include): Use it.
5716 * xml-support.h (xml_find_attribute): Declare.
5717 * memory-map.c (memory_map_start_memory)
5718 (memory_map_start_property): Use xml_find_attribute.
5719 * osdata.c (osdata_start_osdata, osdata_start_column): Use
5720 xml_find_attribute.
5721 * remote.c (start_thread): Use xml_find_attribute.
5722 * solib-target.c (library_list_start_segment)
5723 (library_list_start_section, library_list_start_library)
5724 (library_list_start_list): Use xml_find_attribute.
5725 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
5726 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
5727 (tdesc_start_field): Use xml_find_attribute.
5728
5729 2011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
5730
5731 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
5732 (BUILD_OCL_VTYPES): Update.
5733
5734 2011-02-02 Joel Brobecker <brobecker@adacore.com>
5735
5736 * configure.ac: Work around non-GNU sed limitation when computing
5737 python version number.
5738 * configure: Regenerate.
5739
5740 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5741
5742 Fix debug printing of TYPE_INSTANCE.
5743 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
5744 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
5745
5746 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5747
5748 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
5749 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
5750 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
5751 * ada-operator.inc: Rename the file to ...
5752 * ada-operator.def: ... here, wrap all the entries by macro OP.
5753 * expprint.c (op_name_standard): Remove all the entries. Include
5754 "std-operator.def" instead.
5755 * expression.h (enum exp_opcode): Include "std-operator.def" and
5756 "ada-operator.def". Move all the entries ...
5757 * std-operator.def: ... here, wrap all the entries by macro OP.
5758
5759 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5760
5761 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
5762 * breakpoint.c (remove_jit_event_breakpoints): New function.
5763 * jit.c (jit_descriptor_addr): Delete.
5764 (registering_code): Delete.
5765 (clear_int): Delete.
5766 (jit_inferior_data): New variable.
5767 (struct jit_inferior_data): New type.
5768 (get_jit_inferior_data): New function.
5769 (jit_inferior_data_cleanup): New function.
5770 (jit_read_descriptor): Adjust.
5771 (jit_register_code): Adjust.
5772 (jit_breakpoint_re_set_internal): New function; move code here ...
5773 (jit_inferior_init): ... from here.
5774 (jit_breakpoint_re_set): Adjust.
5775 (jit_reset_inferior_data_and_breakpoints): New function.
5776 (jit_inferior_created_observer): Adjust.
5777 (jit_inferior_exit_hook): Adjust.
5778 (jit_executable_changed_observer): New function.
5779 (jit_event_handler): Adjust.
5780 (_initialize_jit): Adjust.
5781
5782 2011-01-31 Michael Snyder <msnyder@vmware.com>
5783
5784 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
5785 line.
5786
5787 2011-01-31 Tom Tromey <tromey@redhat.com>
5788
5789 PR python/12216:
5790 * python/python.c (execute_gdb_command): Call
5791 prevent_dont_repeat.
5792 * top.c (suppress_dont_repeat): New global.
5793 (dont_repeat): Use it.
5794 (prevent_dont_repeat): New function.
5795 * command.h (prevent_dont_repeat): Declare.
5796
5797 2011-01-31 Tom Tromey <tromey@redhat.com>
5798
5799 * infcmd.c (finish_backward): Use breakpoint_set_silent.
5800 * python/py-breakpoint.c (bppy_set_silent): Use
5801 breakpoint_set_silent.
5802 (bppy_set_thread): Use breakpoint_set_thread.
5803 (bppy_set_task): Use breakpoint_set_task.
5804 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
5805 (breakpoint_set_task): Declare.
5806 (make_breakpoint_silent): Remove.
5807 * breakpoint.c (breakpoint_set_silent): New function.
5808 (breakpoint_set_thread): Likewise.
5809 (breakpoint_set_task): Likewise.
5810 (make_breakpoint_silent): Remove.
5811
5812 2011-01-31 Tom Tromey <tromey@redhat.com>
5813
5814 * breakpoint.h (user_breakpoint_p): Declare.
5815 * breakpoint.c (user_breakpoint_p): New function.
5816 (breakpoint_1): Use it.
5817 (save_breakpoints): Likewise.
5818
5819 2011-01-31 Joel Brobecker <brobecker@adacore.com>
5820
5821 * configure.ac: Add handling of Python distribution on Windows.
5822 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
5823 sysconfig variables are not defined, then do not use them.
5824 On Windows, if LIBPL is not defined, then use prefix + '/libs'
5825 instead. On Windows, return all paths using forward-slashes
5826 rather than backslashes.
5827
5828 2011-01-31 Joel Brobecker <brobecker@adacore.com>
5829
5830 * configure.ac: Remove fallback behavior for building
5831 against Python. Remove tweaking of Python include path.
5832 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
5833 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
5834 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
5835 Always restore CPPFLAGS and LIBS after linking test.
5836 * configure: Regenerated.
5837 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
5838 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
5839 * python/python-internal.h: Adjust includes of Python .h files.
5840
5841 2011-01-31 Joel Brobecker <brobecker@adacore.com>
5842
5843 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
5844 in error message.
5845
5846 2011-01-31 Joel Brobecker <brobecker@adacore.com>
5847
5848 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
5849 value test.
5850
5851 2011-01-31 Yao Qi <yao@codesourcery.com>
5852
5853 * arm-linux-nat.c: Update calls to regcache_register_status
5854 instead of regcache_valid_p.
5855 * aix-thread.c: Likewise.
5856 * i386gnu-nat.c: Likewise.
5857
5858 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5859
5860 Fix crash.
5861 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
5862 touching TYPE_FIELD_ARTIFICIAL.
5863
5864 2011-01-28 Richard Earnshaw <rearnsha@arm.com>
5865
5866 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
5867 Committers.
5868
5869 2011-01-28 Pedro Alves <pedro@codesourcery.com>
5870
5871 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
5872 selected, don't try iterating over the traceframe's blocks.
5873 (tfile_has_stack): If there's no traceframe selected, then there's
5874 no stack.
5875 (tfile_has_registers): If there's no traceframe selected, then
5876 there's no registers.
5877
5878 2011-01-28 Pedro Alves <pedro@codesourcery.com>
5879
5880 * target.c (memory_xfer_partial): No need to restore shadows if we
5881 haven't read anything.
5882
5883 2011-01-28 Pedro Alves <pedro@codesourcery.com>
5884
5885 * mips-tdep.c (mips_print_register): Use get_frame_register_value
5886 and val_print_scalar_formatted.
5887
5888 2011-01-27 Pedro Alves <pedro@codesourcery.com>
5889
5890 * tracepoint.c (tfile_read): New.
5891 (tfile_open): Use it.
5892 (tfile_get_traceframe_address): Use it.
5893 (tfile_trace_find): Use it.
5894 (walk_blocks_callback_func): New typedef.
5895 (match_blocktype): New function.
5896 (traceframe_walk_blocks): New function.
5897 (traceframe_find_block_type): New function.
5898 (tfile_fetch_registers, tfile_xfer_partial)
5899 (tfile_get_trace_state_variable_value): Use
5900 traceframe_find_block_type and tfile_read.
5901
5902 2011-01-26 Kevin Buettner <kevinb@redhat.com>
5903
5904 * remote-mips.c: Add internationalization mark ups. Remove
5905 trailing \n from already marked up strings.
5906
5907 2011-01-26 Tom Tromey <tromey@redhat.com>
5908
5909 * python/py-prettyprint.c (print_string_repr): Clear
5910 'addressprint' option when calling val_print_string.
5911 (print_children): Handle Val_pretty_default. Clear 'addressprint'
5912 option when calling val_print_string.
5913
5914 2011-01-26 Tom Tromey <tromey@redhat.com>
5915
5916 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
5917 GDB_PY_LL_ARG.
5918 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
5919 macros.
5920 (gdb_py_longest, gdb_py_ulongest): New typedefs.
5921 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
5922 (gdb_py_long_as_ulongest): New defines.
5923 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
5924 (gdb_py_int_as_long): Declare.
5925 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
5926 GDB_PY_LL_ARG, gdb_py_object_from_longest.
5927 (valpy_long): Add comment.
5928 * python/py-utils.c (get_addr_from_python): Use
5929 gdb_py_long_as_ulongest. Handle overflow properly.
5930 (gdb_py_object_from_longest): New function.
5931 (gdb_py_object_from_ulongest): Likewise.
5932 (gdb_py_int_as_long): Likewise.
5933 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
5934 * python/py-symtab.c (salpy_get_pc): Use
5935 gdb_py_long_from_ulongest.
5936 (salpy_get_line): Use PyInt_FromLong.
5937 * python/py-param.c (set_parameter_value): Use
5938 gdb_py_int_as_long.
5939 * python/py-lazy-string.c (stpy_get_address): Use
5940 gdb_py_long_from_ulongest.
5941 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
5942 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
5943 * python/py-breakpoint.c (bppy_set_thread): Use
5944 gdb_py_int_as_long.
5945 (bppy_set_task): Likewise.
5946 (bppy_set_ignore_count): Likewise.
5947 (bppy_set_hit_count): Likewise.
5948 * python/py-block.c (blpy_get_start): Use
5949 gdb_py_object_from_ulongest.
5950 (blpy_get_end): Likewise.
5951 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
5952
5953 2011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
5954
5955 PR/symtab 11766:
5956 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
5957 * gdb/solib.c (solib_read_symbols): Check for addr_low in
5958 equality test for objfile, initialize addr_low if needed.
5959
5960 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5961
5962 * tui/tui-regs.c (tui_register_format): Remove dead code.
5963
5964 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5965
5966 * printcmd.c (print_formatted): Use val_print_scalar_formatted
5967 instead of print_scalar_formatted.
5968 (print_scalar_formatted): Don't handle 's' format strings here,
5969 and add an assertion that we never see such format here.
5970 * valprint.h (val_print_scalar_formatted): Declare.
5971 * valprint.c (val_print_scalar_formatted): New.
5972 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
5973 instead of print_scalar_formatted.
5974 * jv-valprint.c (java_val_print): Ditto.
5975 * p-valprint.c (pascal_val_print): Ditto.
5976 * ada-valprint.c (ada_val_print_1): Ditto.
5977 * f-valprint.c (f_val_print): Ditto.
5978 * infcmd.c (registers_info): Ditto.
5979 * m2-valprint.c (m2_val_print): Ditto.
5980
5981 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5982
5983 * m2-valprint.c (print_unbounded_array): Pass
5984 value_contents_for_printing rather than value_contents, to
5985 m2_print_array_contents. Also pass in the value.
5986
5987 2011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5988
5989 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
5990 (save_gdb_index_command): Switch to .gdb_index version 4.
5991
5992 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5993
5994 * mi/mi-main.c (get_register): Use get_frame_register_value rather
5995 than frame_register, and always pass a valid value to val_print.
5996
5997 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5998
5999 Centralize printing "<optimized out>".
6000
6001 * valprint.h (val_print_optimized_out): Declare.
6002 * cp-valprint.c (cp_print_value_fields): Use
6003 val_print_optimized_out.
6004 * jv-valprint.c (java_print_value_fields): Ditto.
6005 * p-valprint.c (pascal_object_print_value_fields): Ditto.
6006 * printcmd.c (print_formatted): Ditto.
6007 * valprint.c (valprint_check_validity): Ditto.
6008 (value_check_printable): Ditto.
6009 (val_print_optimized_out): New.
6010
6011 2011-01-25 Pedro Alves <pedro@codesourcery.com>
6012
6013 * infcmd.c (default_print_registers_info): Allocate values so to
6014 never pass a NULL value to val_print.
6015
6016 2011-01-25 Pedro Alves <pedro@codesourcery.com>
6017
6018 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
6019 boolean. Make sure to always pass a value that matches the
6020 contents buffer to callees. Preserve `address' for following
6021 iterations.
6022 * value.c (value_contents_for_printing_const): New.
6023 (value_address): Constify value argument.
6024 * value.h (value_contents_for_printing_const): Declare.
6025 (value_address): Constify value argument.
6026
6027 2011-01-25 Pedro Alves <pedro@codesourcery.com>
6028
6029 * regcache.c (struct regcache_descr): Rename
6030 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
6031 and sizeof_cooked_register_valid_p to
6032 sizeof_cooked_register_status.
6033 (init_regcache_descr): Adjust.
6034 (struct regcache): Rename register_valid_p field to
6035 register_status.
6036 (regcache_xmalloc_1, regcache_xfree, regcache_save)
6037 (do_cooked_read): Adjust.
6038 (regcache_valid_p): Rename to ...
6039 (regcache_register_status): ... this. Adjust.
6040 (regcache_invalidate): Adjust.
6041 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
6042 Adjust.
6043 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
6044 as unavailable, not valid.
6045 (regcache_dump): Adjust.
6046 * regcache.h (enum register_status): New.
6047 (regcache_register_status): Declare.
6048 (regcache_invalidate): Delete declaration.
6049 * corelow.c (get_core_registers): Adjust.
6050 * tracepoint.c (tfile_fetch_registers): Adjust.
6051 * trad-frame.c (REG_VALUE): Rename to ...
6052 (TF_REG_VALUE): ... this.
6053 (REG_UNKNOWN): Rename to ...
6054 (TF_REG_UNKNOWN): ... this.
6055 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
6056 * mi/mi-main.c (register_changed_p): Adjust.
6057
6058 2011-01-25 Pedro Alves <pedro@codesourcery.com>
6059
6060 * regcache.c (struct regcache_descr): Remove outdated comment.
6061 (init_regcache_descr): Remove sizeof_raw_register_valid_p
6062 overallocate hack.
6063 (regcache_xmalloc): Rename to ...
6064 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
6065 Allocate the regcache type accordingly.
6066 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
6067 (regcache_xfree): Asser the source is also readonly. Copy sizeof
6068 cooked registers, not raw.
6069 (regcache_dup_no_passthrough): Delete.
6070 (get_thread_arch_regcache): Use regcache_xmalloc_1.
6071 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
6072 mention obsolete write_register_bytes.
6073 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
6074
6075 2011-01-25 Pedro Alves <pedro@codesourcery.com>
6076
6077 Stop remote_read_bytes from handling partial reads itself.
6078
6079 * remote-fileio.c: Include target.h.
6080 (remote_fileio_write_bytes): Delete.
6081 (remote_fileio_func_open, remote_fileio_func_write)
6082 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
6083 target_read_memory.
6084 (remote_fileio_func_stat): Use target_read_memory and
6085 target_write_memory.
6086 (remote_fileio_func_gettimeofday): Use target_write_memory.
6087 (remote_fileio_func_system): Use target_read_memory.
6088 * remote.c (remote_write_bytes): Make it static.
6089 (remote_read_bytes): Don't handle partial reads here.
6090 * remote.h (remote_read_bytes): Delete declaration.
6091
6092 2011-01-25 Pedro Alves <pedro@codesourcery.com>
6093
6094 Simplify XML parsing a bit.
6095
6096 * xml-support.h (gdb_xml_parse_quick): Declare.
6097 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
6098 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
6099 parameter.
6100 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
6101 gdb_xml_create_parser_and_cleanup_1.
6102 (gdb_xml_parse_quick): New.
6103 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
6104 * osdata.c (osdata_parse): Ditto.
6105 * remote.c (remote_threads_info): Ditto.
6106 * solib-target.c (solib_target_parse_libraries): Ditto.
6107 * xml-syscall.c (syscall_parse_xml): Ditto.
6108 * xml-tdesc.c (tdesc_parse_xml): Ditto.
6109
6110 2011-01-24 Kevin Buettner <kevinb@redhat.com>
6111
6112 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
6113 with remote-mips.o added to gdb_target_obs.
6114 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
6115
6116 2011-01-24 Pedro Alves <pedro@codesourcery.com>
6117
6118 * ada-valprint.c (val_print_packed_array_elements): Pass the
6119 correct struct value to val_print.
6120 (ada_val_print_1): Ditto.
6121
6122 2011-01-24 Pedro Alves <pedro@codesourcery.com>
6123
6124 Don't lose embedded_offset in printing routines throughout.
6125
6126 * valprint.h (val_print_array_elements): Change prototype.
6127 * valprint.c (val_print_array_elements): Add `embedded_offset'
6128 parameter, and adjust to pass it down to val_print, while passing
6129 `valaddr' or `address' unmodified. Take embedded_offset into
6130 account when checking repetitions.
6131 * c-valprint.c (c_val_print): Pass embedded_offset to
6132 val_print_array_elements instead of adjusting `valaddr' and
6133 `address'.
6134 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
6135 embedded_offset to val_print_array_elements instead of adjusting
6136 `valaddr'.
6137 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
6138 * p-valprint.c (pascal_val_print): Pass embedded_offset to
6139 val_print_array_elements and pascal_object_print_value_fields
6140 instead of adjusting `valaddr'.
6141 (pascal_object_print_value_fields): Add `offset' parameter, and
6142 adjust to use it.
6143 (pascal_object_print_value): Add `offset' parameter, and adjust to
6144 use it.
6145 (pascal_object_print_static_field): Use
6146 value_contents_for_printing/value_embedded_offset, rather than
6147 value_contents.
6148 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
6149 parameter, and adjust to use it. Use
6150 value_contents_for_printing/value_embedded_offset, rather than
6151 value_contents.
6152 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
6153 (ada_val_print_array): Add `offset' parameter, and adjust to use
6154 it.
6155 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
6156 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
6157 Instead work with offsets. Use
6158 value_contents_for_printing/value_embedded_offset, rather than
6159 value_contents. Change `defer_val_int' local type to CORE_ADDR,
6160 and use value_from_pointer to extract a target pointer, rather
6161 than value_from_longest.
6162 (print_variant_part): Add `offset' parameter. Replace
6163 `outer_valaddr' parameter by a new `outer_offset' parameter.
6164 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
6165 (ada_value_print): Use
6166 value_contents_for_printing/value_embedded_offset, rather than
6167 value_contents.
6168 (print_record): Add `offset' parameter, and adjust to pass it
6169 down.
6170 (print_field_values): Add `offset' parameter. Replace
6171 `outer_valaddr' parameter by a new `outer_offset' parameter.
6172 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
6173 Use value_contents_for_printing/value_embedded_offset, rather than
6174 value_contents.
6175 * d-valprint.c (dynamic_array_type): Use
6176 value_contents_for_printing/value_embedded_offset, rather than
6177 value_contents.
6178 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
6179 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
6180 (java_print_value_fields): Take `offset' into account. Don't
6181 re-adjust `valaddr'. Instead pass down adjusted offsets.
6182 (java_val_print): Take `embedded_offset' into account. Pass it to
6183 java_print_value_fields.
6184 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
6185 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
6186 down adjusted offsets.
6187 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
6188 (f_val_print): Take `embedded_offset' into account.
6189
6190 2011-01-21 Joel Brobecker <brobecker@adacore.com>
6191
6192 * inflow.c: Include "gdbcmd.h".
6193 (interactive_mode): New static global, moved here from top.c.
6194 (show_interactive_mode): New function, moved here from top.c.
6195 use gdb_has_a_terminal instead of input_from_terminal_p to
6196 determine the current mode.
6197 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
6198 setting.
6199 (_initialize_inflow): Add the "set/show interactive-mode"
6200 commands. Moved here from top.c, after having adjusted slightly
6201 the help text.
6202 * top.c (interactive_mode, show_interactive_mode): Delete, moved
6203 to inflow.c.
6204 (input_from_terminal_p): Remove handling of "interactive-mode"
6205 setting, moved to infow.c.
6206 (init_main): Remove creation of the "set/show interactive-mode"
6207 commands, moved to inflow.c.
6208
6209 2011-01-19 Joel Brobecker <brobecker@adacore.com>
6210
6211 * NEWS: Add entry for native ia64-hpux support.
6212
6213 2011-01-19 Tom Tromey <tromey@redhat.com>
6214
6215 PR mi/8618:
6216 * thread.c (free_thread): Free 'name'.
6217 (print_thread_info): Emit thread name. Change CLI output.
6218 (thread_name_command): New function.
6219 (do_captured_thread_select): Emit newline.
6220 (_initialize_thread): Register 'thread name' command.
6221 * target.h (struct target_ops) <to_thread_name>: New field.
6222 (target_thread_name): New macro.
6223 * target.c (update_current_target): Handle to_thread_name.
6224 * python/py-infthread.c (thpy_get_name): New function.
6225 (thpy_set_name): Likewise.
6226 (thread_object_getset): Add "name".
6227 * linux-nat.c (linux_nat_thread_name): New function.
6228 (linux_nat_add_target): Set to_thread_name.
6229 * gdbthread.h (struct thread_info) <name>: New field.
6230
6231 2011-01-18 Joel Brobecker <brobecker@adacore.com>
6232
6233 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
6234 (ada_val_print_1): Likewise.
6235
6236 2011-01-18 Joel Brobecker <brobecker@adacore.com>
6237
6238 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
6239 upper limit address is not greater than the function end address
6240 when the upper limit could not be computed using the debugging
6241 info.
6242
6243 2011-01-17 Tom Tromey <tromey@redhat.com>
6244
6245 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
6246 get_regcomp_error.
6247 * utils.c: Include gdb_regex.h.
6248 (do_regfree_cleanup): New function.
6249 (make_regfree_cleanup): Likewise.
6250 (get_regcomp_error): Likewise.
6251 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
6252
6253 2011-01-17 Tom Tromey <tromey@redhat.com>
6254
6255 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
6256 re_compile_fastmap.
6257
6258 2011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
6259
6260 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
6261 for internal variables.
6262 (last_was_structop): New static variable.
6263 (COMPLETE): New token.
6264 (field_exp): New rule to group all '.' suffix handling.
6265 Add mark_struct_expression calls when approriate to be able
6266 to correctly find fields for completion.
6267 (yylex): Adapt to handle field completion and set INTVAR when
6268 required.
6269
6270 2011-01-14 Yao Qi <yao@codesourcery.com>
6271
6272 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
6273 save_reggroup, restore_reggroup and all_reggroup.
6274
6275 2011-01-14 Joel Brobecker <brobecker@adacore.com>
6276
6277 * ada-valprint. (ada_printchar): Use the correct type length
6278 in call to ada_emit_char.
6279 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
6280
6281 2011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
6282
6283 * solib-som.h (hpux_major_release): Declare variable here.
6284 * solib-som.c: Remove <sys/utsname.h> header.
6285 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
6286 (hpux_major_release): Make global, change default value to
6287 DEFAULT_HPUX_MAJOR_RELEASE.
6288 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
6289 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
6290 Add "solib-som.h" header.
6291 (set_hpux_major_release): New function.
6292 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
6293
6294 2011-01-14 Mike Frysinger <vapier@gentoo.org>
6295
6296 * configure.tgt (*-*-uclinux*): Match more Linux os targets
6297
6298 2011-01-14 Joel Brobecker <brobecker@adacore.com>
6299
6300 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
6301 new-line at end of warning message.
6302 (ia64_hpux_store_register): Remove trailing new-line at end of
6303 error message.
6304 * ia64-hpux-tdep.c: Rephrase comment.
6305 * solib-ia64-hpux.c (struct dld_info): Change type of field
6306 dld_flags from "long long" to ULONGEST.
6307
6308 2011-01-14 Pedro Alves <pedro@codesourcery.com>
6309
6310 * target.h (deprecated_child_ops): Delete declaration.
6311 * target.c (deprecated_child_ops): Delete definition.
6312
6313 2011-01-14 Pedro Alves <pedro@codesourcery.com>
6314
6315 * Makefile.in (hpux-thread.o): Delete rule.
6316 * configure.ac: Don't check for HPUX DCE threads support.
6317 * configure, config.in: Regenerate.
6318 * hppa-hpux-nat.c (child_suppress_run): Delete.
6319 (hppa_hpux_child_can_run): Delete.
6320 (_initialize_hppa_hpux_nat): Don't override to_can_run.
6321 * hpux-thread.c: Delete.
6322
6323 2011-01-13 Joel Brobecker <brobecker@adacore.com>
6324
6325 * hpux-thread.c (hpux_pid_to_str): Delete.
6326
6327 2011-01-13 Joel Brobecker <brobecker@adacore.com>
6328
6329 * ada-valprint.c (ada_emit_char): Remove strange code.
6330 Check that c is <= UCHAR_MAX before passing it to isascii.
6331 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
6332
6333 2011-01-13 Joel Brobecker <brobecker@adacore.com>
6334
6335 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
6336 to the case where instream is stdin.
6337
6338 2011-01-13 Joel Brobecker <brobecker@adacore.com>
6339
6340 * ia64-tdep.h (struct regcache): Forward declare.
6341 (struct ia64_infcall_ops): New struct type.
6342 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
6343 and "infcall_ops".
6344 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
6345 Renames ia64_find_global_pointer.
6346 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
6347 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
6348 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
6349 methods.
6350 (ia64_infcall_ops): New static global constant.
6351 (ia64_gdbarch_init): Set tdep->infcall_ops.
6352 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
6353 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
6354 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
6355 (ia64_hpux_dummy_code): New static global constant.
6356 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
6357 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
6358 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
6359 New function.
6360 (ia64_hpux_infcall_ops): New static global constant.
6361 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
6362 for inferior function calls to work properly on ia64-hpux.
6363
6364 2011-01-13 Joel Brobecker <brobecker@adacore.com>
6365
6366 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
6367 * ia64-tdep.h (struct frame_info): forward declaration.
6368 (struct gdbarch_tdep): Add field size_of_register_frame.
6369 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
6370 to determine the size of the register frame.
6371 (ia64_size_of_register_frame): New function.
6372 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
6373 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
6374 (IA64_HPUX_UREG_REASON): New macro.
6375 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
6376 New functions.
6377 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
6378 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
6379 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
6380 objects.
6381
6382 2011-01-13 Joel Brobecker <brobecker@adacore.com>
6383
6384 Add support for ia64-hpux.
6385 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
6386 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
6387
6388 * configure.host: Add handling for ia64-hpux hosts. Add associated
6389 floatformats.
6390 * configure.tgt: Add handling for ia64-hpux targets.
6391 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
6392 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
6393 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
6394
6395 2011-01-13 Joel Brobecker <brobecker@adacore.com>
6396
6397 [ttrace] Compute thread list immediately after attach.
6398 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
6399 New subprogram.
6400 (inf_ttrace_attach): Use it.
6401
6402 2011-01-13 Joel Brobecker <brobecker@adacore.com>
6403
6404 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
6405 if we could not determine the frame's function address. Instead,
6406 use the frame's PC, and then continue.
6407
6408 2011-01-13 Joel Brobecker <brobecker@adacore.com>
6409
6410 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
6411 not already defined.
6412
6413 2011-01-13 Joel Brobecker <brobecker@adacore.com>
6414
6415 * ia64-tdep.c (ia64_struct_type_p): New function.
6416 (ia64_extract_return_value): Handle integral values that are
6417 less than 8 bytes long.
6418 (ia64_push_dummy_call): Likewise.
6419
6420 2011-01-13 Joel Brobecker <brobecker@adacore.com>
6421
6422 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
6423 floatformat_ia64_ext.
6424 (floatformat_ia64_ext_big): New static const.
6425 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
6426
6427 2011-01-12 Tom Tromey <tromey@redhat.com>
6428
6429 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
6430 messages.
6431 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
6432 (mi_cmd_thread_list_ids): Likewise.
6433 (mi_cmd_data_list_changed_registers): Likewise.
6434 (mi_cmd_data_list_register_values): Likewise.
6435 (mi_cmd_data_write_register_values): Likewise.
6436 (mi_cmd_data_evaluate_expression): Likewise.
6437 (mi_cmd_data_read_memory): Likewise.
6438 (mi_cmd_data_read_memory_bytes): Likewise.
6439 (mi_cmd_data_write_memory): Likewise.
6440 (mi_cmd_enable_timings): Likewise.
6441 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
6442 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
6443 (mi_cmd_var_delete): Likewise.
6444 (mi_cmd_var_set_format): Likewise.
6445 (mi_cmd_var_show_format): Likewise.
6446 (mi_cmd_var_info_num_children): Likewise.
6447 (mi_cmd_var_list_children): Likewise.
6448 (mi_cmd_var_info_type): Likewise.
6449 (mi_cmd_var_info_expression): Likewise.
6450 (mi_cmd_var_show_attributes): Likewise.
6451 (mi_cmd_var_assign): Likewise.
6452 (mi_cmd_var_update): Likewise.
6453 (mi_cmd_enable_pretty_printing): Likewise.
6454 (mi_cmd_var_set_update_range): Likewise.
6455 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
6456 messages.
6457 (mi_cmd_target_file_put): Likewise.
6458 (mi_cmd_target_file_delete): Likewise.
6459 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
6460 messages.
6461 (mi_cmd_stack_info_depth): Likewise.
6462 (mi_cmd_stack_list_locals): Likewise.
6463 (mi_cmd_stack_list_args): Likewise.
6464 (mi_cmd_stack_select_frame): Likewise.
6465 (mi_cmd_stack_select_frame): Likewise.
6466 (mi_cmd_stack_info_frame): Likewise.
6467 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
6468 messages.
6469 (mi_cmd_file_list_exec_source_files): Likewise.
6470 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
6471 (mi_cmd_env_cd): Likewise.
6472 (mi_cmd_env_path): Likewise.
6473 (mi_cmd_env_dir): Likewise.
6474 (mi_cmd_inferior_tty_show): Likewise.
6475 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
6476 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
6477 (mi_cmd_break_watch): Likewise.
6478
6479 2011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6480
6481 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
6482 (ppc_linux_insert_hw_breakpoint): Likewise.
6483 (ppc_linux_remove_hw_breakpoint): Likewise.
6484 (ppc_linux_insert_watchpoint): Likewise.
6485
6486 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
6487 Jan Kratochvil <jan.kratochvil@redhat.com>
6488
6489 PR fortran/11104 and DWARF unbound arrays detection.
6490 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
6491 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
6492 unspecified upper bound.
6493 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
6494 variables array_size_array, tmp_type and offset_item. New variable
6495 array. Remove call to f77_get_upperbound. New variables array_type
6496 and index. Call value_subscripted_rvalue for each dimenasion. Remove
6497 the final call to deprecated_set_value_type.
6498
6499 2011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6500
6501 Make value allocations more lazy.
6502 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
6503 instead of allocate_value and set_value_lazy when possible.
6504 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
6505 instead of allocate_value and set_value_lazy.
6506 * findvar.c (value_of_register_lazy): Likewise.
6507 (read_var_value): Remove V preallocation, call just check_typedef in
6508 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
6509 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
6510 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
6511 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
6512 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
6513 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
6514 the end, remove set_value_lazy there.
6515 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
6516 instead of allocate_value and set_value_lazy when possible.
6517 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
6518 * value.c (allocate_computed_value): Use allocate_value_lazy instead
6519 of allocate_value and set_value_lazy.
6520 (value_from_contents_and_address): Use allocate_value_lazy instead of
6521 allocate_value and set_value_lazy when possible.
6522
6523 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
6524
6525 * disasm.c (dump_insns): Support dumping opcodes for MI.
6526 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
6527 dumping of instruction opcodes.
6528
6529 2011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
6530
6531 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
6532 appropiately.
6533
6534 2011-01-11 Tom Tromey <tromey@redhat.com>
6535
6536 * thread.c (do_captured_thread_select): Emit newline before
6537 printing frame.
6538
6539 2011-01-11 Michael Snyder <msnyder@vmware.com>
6540
6541 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
6542 * score-tdep.c: Ditto.
6543 * score-tdep.h: Ditto.
6544 * ser-base.c: Ditto.
6545 * ser-go32.c: Ditto.
6546 * serial.c: Ditto.
6547 * serial.h: Ditto.
6548 * ser-mingw.c: Ditto.
6549 * ser-pipe.c: Ditto.
6550 * ser-tcp.c: Ditto.
6551 * ser-unix.c: Ditto.
6552 * sh64-tdep.c: Ditto.
6553 * shnbsd-nat.c: Ditto.
6554 * sh-tdep.c: Ditto.
6555 * sh-tdep.h: Ditto.
6556 * solib.c: Ditto.
6557 * solib-darwin.c: Ditto.
6558 * solib-frv.c: Ditto.
6559 * solib.h: Ditto.
6560 * solib-irix.c: Ditto.
6561 * solib-osf.c: Ditto.
6562 * solib-pa64.c: Ditto.
6563 * solib-som.c: Ditto.
6564 * solib-spu.c: Ditto.
6565 * solib-sunos.c: Ditto.
6566 * solib-svr4.c: Ditto.
6567 * solist.h: Ditto.
6568 * sol-thread.c: Ditto.
6569 * somread.c: Ditto.
6570 * source.c: Ditto.
6571 * source.h: Ditto.
6572 * sparc64-linux-tdep.c: Ditto.
6573 * sparc64-tdep.c: Ditto.
6574 * sparc-linux-nat.c: Ditto.
6575 * sparc-linux-tdep.c: Ditto.
6576 * sparc-sol2-nat.c: Ditto.
6577 * sparc-sol2-tdep.c: Ditto.
6578 * sparc-tdep.c: Ditto.
6579 * sparc-tdep.h: Ditto.
6580 * spu-tdep.c: Ditto.
6581 * stabsread.c: Ditto.
6582 * stabsread.h: Ditto.
6583 * stack.c: Ditto.
6584 * symfile.c: Ditto.
6585 * symfile.h: Ditto.
6586 * symmisc.c: Ditto.
6587 * symtab.c: Ditto.
6588 * symtab.h: Ditto.
6589 * target.c: Ditto.
6590 * target-descriptions.c: Ditto.
6591 * target-descriptions.h: Ditto.
6592 * target.h: Ditto.
6593 * target-memory.c: Ditto.
6594 * terminal.h: Ditto.
6595 * thread.c: Ditto.
6596 * top.c: Ditto.
6597 * tracepoint.c: Ditto.
6598 * tracepoint.h: Ditto.
6599 * trad-frame.h: Ditto.
6600 * typeprint.c: Ditto.
6601
6602 2011-01-11 Michael Snyder <msnyder@vmware.com>
6603
6604 * ui-file.c: Comment cleanup, mostly periods and spaces.
6605 * ui-file.h: Ditto.
6606 * ui-out.c: Ditto.
6607 * ui-out.h: Ditto.
6608 * utils.c: Ditto.
6609 * v850-tdep.c: Ditto.
6610 * valarith.c: Ditto.
6611 * valops.c: Ditto.
6612 * valprint.c: Ditto.
6613 * valprint.h: Ditto.
6614 * value.c: Ditto.
6615 * value.h: Ditto.
6616 * varobj.c: Ditto.
6617 * varobj.h: Ditto.
6618 * vax-tdep.c: Ditto.
6619 * vec.c: Ditto.
6620 * vec.h: Ditto.
6621 * version.h: Ditto.
6622 * windows-nat.c: Ditto.
6623 * windows-tdep.c: Ditto.
6624 * xcoffread.c: Ditto.
6625 * xcoffsolib.c: Ditto.
6626 * xml-support.c: Ditto.
6627 * xstormy16-tdep.c: Ditto.
6628 * xtensa-tdep.c: Ditto.
6629 * xtensa-tdep.h: Ditto.
6630
6631 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
6632
6633 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
6634 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
6635
6636 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6637 Thiago Jung Bauermann <bauerman@br.ibm.com>
6638
6639 Implement support for PowerPC BookE ranged watchpoints.
6640 * breakpoint.h
6641 (struct breakpoint_ops) <resources_needed>: New method.
6642 Initialize to NULL in all existing breakpoint_ops instances.
6643 (struct breakpoint) <exact>: New field.
6644 (target_exact_watchpoints): Declare external global.
6645 * breakpoint.c (target_exact_watchpoints): New global flag.
6646 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
6647 b->enable_state to bp_enabled before calling
6648 hw_watchpoint_used_count.
6649 (hw_watchpoint_used_count): Iterate over all bp_locations in a
6650 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
6651 if available.
6652 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
6653 if the watchpoint is exact.
6654 (resources_needed_watchpoint): New function.
6655 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
6656 (watch_command_1): Set b->exact if the user asked for an exact
6657 watchpoint and one can be set.
6658 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
6659 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
6660 the user asks for an exact watchpoint and one can be set. Return
6661 number of needed debug registers to watch the expression.
6662 * gdbtypes.c (is_scalar_type): New function, based on
6663 valprint.c:scalar_type_p.
6664 (is_scalar_type_recursive): New function.
6665 * gdbtypes.h (is_scalar_type_recursive): Declare.
6666 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
6667 handle regions when ranged watchpoints are available.
6668 (create_watchpoint_request): New function.
6669 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
6670 create_watchpoint_request.
6671 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
6672 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
6673 `set powerpc' and `show powerpc' commands.
6674 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
6675 Mention documentation comment in the target macro.
6676 (target_region_ok_for_hw_watchpoint): Document return value.
6677
6678 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
6679
6680 * breakpoint.c (update_watchpoint): Decide on using a software or
6681 hardware watchpoint after the bp_locations are created.
6682
6683 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
6684
6685 Convert hardware watchpoints to use breakpoint_ops.
6686 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
6687 <insert_location>: ... this. Return int instead of void.
6688 Accept pointer to struct bp_location instead of pointer to
6689 struct breakpoint. Adapt all implementations.
6690 (breakpoint_ops) <remove>: Rename to...
6691 <remove_location>: ... this. Accept pointer to struct bp_location
6692 instead of pointer to struct breakpoint. Adapt all implementations.
6693 * breakpoint.c (insert_catchpoint): Delete function.
6694 (insert_bp_location): Call the watchpoint or catchpoint's
6695 breakpoint_ops.insert method.
6696 (remove_breakpoint_1): Call the watchpoint or catchpoint's
6697 breakpoint_ops.remove method.
6698 (insert_watchpoint, remove_watchpoint): New functions.
6699 (watchpoint_breakpoint_ops): New structure.
6700 (watch_command_1): Initialize the OPS field.
6701 * inf-child.c (inf_child_insert_fork_catchpoint)
6702 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
6703 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
6704 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
6705 Delete functions.
6706 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
6707 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
6708 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
6709 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
6710 * target.c (update_current_target): Change default implementation of
6711 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
6712 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
6713 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
6714 to_set_syscall_catchpoint to return_one.
6715 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
6716 (debug_to_insert_exec_catchpoint): Report return value.
6717 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
6718 (to_insert_exec_catchpoint): Change declaration to return int instead
6719 of void.
6720
6721 2011-01-11 Michael Snyder <msnyder@vmware.com>
6722
6723 * arm-tdep.c: Internationalization.
6724 * c-lang.c: Ditto.
6725 * charset.c: Ditto.
6726 * fork-child.c: Ditto.
6727 * nto-procfs.c: Ditto.
6728 * ppc-sysv-tdep.c: Ditto.
6729 * procfs.c: Ditto.
6730 * remote-mips.c: Ditto.
6731 * remote.c: Ditto.
6732 * rs6000-nat.c: Ditto.
6733 * rs6000-tdep.c: Ditto.
6734 * target.c: Ditto.
6735 * valops.c: Ditto.
6736 * value.c: Ditto.
6737 * xml-support.c: Ditto.
6738 * mi/mi-cmd-break.c: Ditto.
6739 * mi/mi-cmd-var.c: Ditto.
6740 * mi/mi-interp.c: Ditto.
6741 * mi/mi-main.c: Ditto.
6742
6743 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
6744
6745 * remote-sim.c (gdbsim_store_register): Update API to
6746 sim_store_register to check more error conditions.
6747
6748 2011-01-10 Michael Snyder <msnyder@vmware.com>
6749
6750 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
6751 * nto-tdep.c: Ditto.
6752 * nto-tdep.h: Ditto.
6753 * objc-exp.y: Ditto.
6754 * objc-lang.c: Ditto.
6755 * objfiles.c: Ditto.
6756 * objfiles.h: Ditto.
6757 * observer.c: Ditto.
6758 * opencl-lang.c: Ditto.
6759 * osabi.c: Ditto.
6760 * parse.c: Ditto.
6761 * parser-defs.h: Ditto.
6762 * p-exp.y: Ditto.
6763 * p-lang.c: Ditto.
6764 * posix-hdep.c: Ditto.
6765 * ppcbug-rom.c: Ditto.
6766 * ppc-linux-nat.c: Ditto.
6767 * ppc-linux-tdep.c: Ditto.
6768 * ppc-linux-tdep.h: Ditto.
6769 * ppcnbsd-tdep.c: Ditto.
6770 * ppcobsd-tdep.c: Ditto.
6771 * ppcobsd-tdep.h: Ditto.
6772 * ppc-sysv-tdep.c: Ditto.
6773 * ppc-tdep.h: Ditto.
6774 * printcmd.c: Ditto.
6775 * proc-abi.c: Ditto.
6776 * proc-flags.c: Ditto.
6777 * procfs.c: Ditto.
6778 * proc-utils.h: Ditto.
6779 * progspace.h: Ditto.
6780 * prologue-value.c: Ditto.
6781 * prologue-value.h: Ditto.
6782 * psympriv.h: Ditto.
6783 * psymtab.c: Ditto.
6784 * p-typeprint.c: Ditto.
6785 * p-valprint.c: Ditto.
6786 * ravenscar-sparc-thread.c: Ditto.
6787 * ravenscar-thread.c: Ditto.
6788 * ravenscar-thread.h: Ditto.
6789 * record.c: Ditto.
6790 * regcache.c: Ditto.
6791 * regcache.h: Ditto.
6792 * remote.c: Ditto.
6793 * remote-fileio.c: Ditto.
6794 * remote-fileio.h: Ditto.
6795 * remote.h: Ditto.
6796 * remote-m32r-sdi.c: Ditto.
6797 * remote-mips.c: Ditto.
6798 * remote-sim.c: Ditto.
6799 * rs6000-aix-tdep.c: Ditto.
6800 * rs6000-nat.c: Ditto.
6801 * rs6000-tdep.c: Ditto.
6802
6803 2011-01-10 Michael Snyder <msnyder@vmware.com>
6804
6805 * charset.c (validate): Internationalization.
6806 * coffread.c (read_one_sym): Ditto.
6807 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
6808 * h8300-tdep.c (H8300_extract_return_value): Ditto.
6809 * inflow.c (new_tty): Ditto.
6810 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
6811 * m32c-tdep.c (m32c_return_value): Ditto.
6812 * mep-tdep.c (mep_store_return_value): Ditto.
6813 * score-tdep.c (score7_fetch_insn): Ditto.
6814 * ser-mingw.c (pipe_windows_open): Ditto.
6815 * sh64-tdep.c (sh64_extract_return_value): Ditto.
6816 * spu-tdep.c (spu_register_type): Ditto.
6817 * tracepoint.c (trace_find_command): Ditto.
6818 * valarith.c (value_pos): Ditto.
6819
6820 2011-01-10 Joel Brobecker <brobecker@adacore.com>
6821
6822 * ada-valprint.c (printstr): Minor comment reformatting.
6823
6824 2011-01-08 Michael Snyder <msnyder@vmware.com>
6825
6826 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
6827 markup.
6828
6829 2011-01-08 Michael Snyder <msnyder@vmware.com>
6830
6831 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
6832 * hppa-hpux-tdep.c: Ditto.
6833 * hppa-linux-nat.c: Ditto.
6834 * hppa-linux-tdep.c: Ditto.
6835 * hppanbsd-tdep.c: Ditto.
6836 * hppa-tdep.c: Ditto.
6837 * hppa-tdep.h: Ditto.
6838 * hpux-thread.c: Ditto.
6839 * i386-cygwin-tdep.c: Ditto.
6840 * i386-darwin-nat.c: Ditto.
6841 * i386gnu-nat.c: Ditto.
6842 * i386-linux-nat.c: Ditto.
6843 * i386-linux-tdep.c: Ditto.
6844 * i386-nat.c: Ditto.
6845 * i386-nat.h: Ditto.
6846 * i386nbsd-tdep.c: Ditto.
6847 * i386-sol2-nat.c: Ditto.
6848 * i386-stub.c: Ditto.
6849 * i386-tdep.c: Ditto.
6850 * i386-tdep.h: Ditto.
6851 * i387-tdep.c: Ditto.
6852 * ia64-linux-nat.c: Ditto.
6853 * ia64-linux-tdep.c: Ditto.
6854 * ia64-tdep.c: Ditto.
6855 * infcall.c: Ditto.
6856 * infcall.h: Ditto.
6857 * infcmd.c: Ditto.
6858 * inferior.c: Ditto.
6859 * inferior.h: Ditto.
6860 * infloop.c: Ditto.
6861 * inflow.c: Ditto.
6862 * infrun.c: Ditto.
6863 * interps.c: Ditto.
6864 * interps.h: Ditto.
6865 * iq2000-tdep.c: Ditto.
6866 * irix5-nat.c: Ditto.
6867 * jit.c: Ditto.
6868 * jit.h: Ditto.
6869 * jv-exp.y: Ditto.
6870 * jv-lang.c: Ditto.
6871 * jv-lang.h: Ditto.
6872 * jv-typeprint.c: Ditto.
6873 * jv-valprint.c: Ditto.
6874 * language.c: Ditto.
6875 * language.h: Ditto.
6876 * linespec.c: Ditto.
6877 * linux-fork.c: Ditto.
6878 * linux-nat.c: Ditto.
6879 * linux-thread-db.c: Ditto.
6880 * lm32-tdep.c: Ditto.
6881
6882 2011-01-08 Michael Snyder <msnyder@vmware.com>
6883
6884 * m2-exp.y: Comment cleanup, mostly periods and spaces.
6885 * m2-lang.c: Ditto.
6886 * m2-typeprint.c: Ditto.
6887 * m2-valprint.c: Ditto.
6888 * m32c-tdep.c: Ditto.
6889 * m32r-linux-nat.c: Ditto.
6890 * m32r-rom.c: Ditto.
6891 * m32r-tdep.c: Ditto.
6892 * m32r-tdep.h: Ditto.
6893 * m68hc11-tdep.c: Ditto.
6894 * m58klinux-nat.c: Ditto.
6895 * m68k-tdep.c: Ditto.
6896 * m88k-tdep.c: Ditto.
6897 * m88k-tdep.h: Ditto.
6898 * machoread.c: Ditto.
6899 * macrocmd.c: Ditto.
6900 * macroexp.c: Ditto.
6901 * macrotab.c: Ditto.
6902 * main.c: Ditto.
6903 * maint.c: Ditto.
6904 * mdebugread.c: Ditto.
6905 * mdebugread.h: Ditto.
6906 * memattr.c: Ditto.
6907 * memattr.h: Ditto.
6908 * memory-map.h: Ditto.
6909 * mep-tdep.c: Ditto.
6910 * microblaze-rom.c: Ditto.
6911 * microblaze-tdep.c: Ditto.
6912 * minsyms.c: Ditto.
6913 * mips-irix-tdep.c: Ditto.
6914 * mips-linux-nat.c: Ditto.
6915 * mips-linux-tdep.c: Ditto.
6916 * mips-linux-tdep.h: Ditto.
6917 * mipsnbsd-nat.c: Ditto.
6918 * mipsnbsd-tdep.c: Ditto.
6919 * mipsread.c: Ditto.
6920 * mips-tdep.c: Ditto.
6921 * mips-tdep.h: Ditto.
6922 * mn10300-linux-tdep.c: Ditto.
6923 * mn10300-tdep.c: Ditto.
6924 * mn10300-tdep.h: Ditto.
6925 * monitor.c: Ditto.
6926 * monitor.h: Ditto.
6927 * moxie-tdep.c: Ditto.
6928 * moxie-tdep.h: Ditto.
6929 * mt-tdep.c: Ditto.
6930
6931 2011-01-08 Mike Frysinger <vapier@gentoo.org>
6932
6933 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
6934
6935 2011-01-08 Robert Millan <rmh@gnu.org>
6936
6937 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
6938
6939 2011-01-07 Michael Snyder <msnyder@vmware.com>
6940
6941 * charset.c (_initialize_charset): Fix typo in string.
6942
6943 2011-01-07 Michael Snyder <msnyder@vmware.com>
6944
6945 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
6946 for i18n.
6947 * tui/tui-layout.c (tui_set_layout_for_display_command):
6948 Split line so that operator goes to beginning of line.
6949 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
6950 assignment out of if statement.
6951
6952 2011-01-07 Michael Snyder <msnyder@vmware.com>
6953
6954 * ada-lang.c: Comment cleanup, mostly periods and spaces.
6955 * ada-lang.h: Ditto.
6956 * ada-tasks.c: Ditto.
6957 * ada-valprint.c: Ditto.
6958 * aix-threads.c: Ditto.
6959 * alpha-linux-nat.c: Ditto.
6960 * alpha-linux-tdep.c: Ditto.
6961 * alpha-mdebug-tdep.c: Ditto.
6962 * alpha-nat.c: Ditto.
6963 * alpha-osf1-tdep.c: Ditto.
6964 * alpha-tdep.c: Ditto.
6965 * alphabsd-nat.c: Ditto.
6966 * alphabsd-tdep.c: Ditto.
6967 * amd64-darwin-tdep.c: Ditto.
6968 * amd64-linux-nat.c: Ditto.
6969 * amd64-linux-tdep.c: Ditto.
6970 * amd64-sol2-tdep.c: Ditto.
6971 * amd64-tdep.c: Ditto.
6972 * amd64-fbsd-tdep.c: Ditto.
6973 * amd64-nbsd-tdep.c: Ditto.
6974 * amd64-obsd-tdep.c: Ditto.
6975 * amd64-linux-nat.c: Ditto.
6976 * amd64-linux-tdep.c: Ditto.
6977 * arm-tdep.c: Ditto.
6978 * arm-tdep.h: Ditto.
6979 * armnbsd-nat.c: Ditto.
6980 * avr-tdep.c: Ditto.
6981 * bfin-tdep.c: Ditto.
6982 * bsd-kvm.c: Ditto.
6983 * c-typeprintc: Ditto.
6984 * c-valprint.c: Ditto.
6985 * coff-pe-read.h: Ditto.
6986 * coffreead.c: Ditto.
6987 * cris-tdep.c: Ditto.
6988 * d-lang.c: Ditto.
6989 * darwin-nat-info.c: Ditto.
6990 * darwin-nat.c: Ditto.
6991 * dbug-rom.c: Ditto.
6992 * dbxread.c: Ditto.
6993 * dcache.c: Ditto.
6994 * dcache.h: Ditto.
6995 * dec-thread.c: Ditto.
6996 * defs.h: Ditto.
6997 * demangle.c: Ditto.
6998 * dicos-tdep.c: Ditto.
6999 * dictionary.c: Ditto.
7000 * dictionary.h: Ditto.
7001 * dink32-rom.c: Ditto.
7002 * disasm.c: Ditto.
7003 * doublest.c: Ditto.
7004 * dsrec.c: Ditto.
7005 * dummy-frame.c: Ditto.
7006 * dwarf2-frame.c: Ditto.
7007 * dwarf2expr.c: Ditto.
7008 * dwarf2loc.c: Ditto.
7009 * dwarf2read.c: Ditto.
7010 * elfread.c: Ditto.
7011 * environ.c: Ditto.
7012 * eval.c: Ditto.
7013 * event-top.h: Ditto.
7014 * exceptions.c: Ditto.
7015 * exceptions.h: Ditto.
7016 * exec.c: Ditto.
7017 * expprint.c: Ditto.
7018 * expression.h: Ditto.
7019 * f-exp.y: Ditto.
7020 * f-lang.c: Ditto.
7021 * f-lang.h: Ditto.
7022 * f-typeprint.c: Ditto.
7023 * f-valprint.c: Ditto.
7024 * fbsd-nat.c: Ditto.
7025 * findvar.c: Ditto.
7026 * fork-child.c: Ditto.
7027 * frame.c: Ditto.
7028 * frame.h: Ditto.
7029 * frv-linux-tdep.c: Ditto.
7030 * frv-tdep.c: Ditto.
7031 * gcore.c: Ditto.
7032 * gdb-stabs.h: Ditto.
7033 * gdb_assert.h: Ditto.
7034 * gdb_string.h: Ditto.
7035 * gdb_thread_db.h: Ditto.
7036 * gdb_wait.h: Ditto.
7037 * gdbarch.sh: Ditto.
7038 * gdbcore.h: Ditto.
7039 * gdbthread.h: Ditto.
7040 * gdbtypes.c: Ditto.
7041 * gdbtypes.h: Ditto.
7042 * gnu-nat.c: Ditto.
7043 * gnu-nat.h: Ditto.
7044 * gnu-v2-abi.c: Ditto.
7045 * gnu-v3-abi.c: Ditto.
7046 * go32-nat.c: Ditto.
7047 * gdbarch.c: Regenerate.
7048 * gdbarch.h: Regenerate.
7049
7050 2011-01-07 Michael Snyder <msnyder@vmware.com>
7051
7052 * ax-gdb.c: Adjust some long output strings.
7053 * breakpoint.c: Ditto.
7054 * charset.c: Ditto.
7055 * cp-abi.c: Ditto.
7056 * infcall.c: Ditto.
7057 * infrun.c: Ditto.
7058 * linux-nat.c: Ditto.
7059 * solib-pa64.c: Ditto.
7060 * solib-som.c: Ditto.
7061
7062 2011-01-06 Tom Tromey <tromey@redhat.com>
7063
7064 PR python/12367:
7065 * NEWS: Add item.
7066 * python/python.c (GdbMethods): Add "newest_frame" method.
7067 * python/python-internal.h (gdbpy_newest_frame): Declare.
7068 * python/py-frame.c (gdbpy_newest_frame): New function.
7069
7070 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7071
7072 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
7073 * jit.c (jit_debug): New variable.
7074 (show_jit_debug): New function.
7075 (struct target_buffer): Use ULONGEST.
7076 (bfd_open_from_target_memory): Likewise.
7077 (jit_register_code, jit_inferior_init): Add debug output.
7078 (_initialize_jit): Register "debug jit" command.
7079
7080 2011-01-06 Tom Tromey <tromey@redhat.com>
7081
7082 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
7083 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
7084 and ARCH_FRAME.
7085
7086 2011-01-06 Tom Tromey <tromey@redhat.com>
7087
7088 * python/py-frame.c (frapy_block): Use get_frame_block.
7089
7090 2011-01-06 Joel Brobecker <brobecker@adacore.com>
7091
7092 Do not stop on SIGPRIO signals by default
7093 * infrun.c (_initialize_infrun): Unset signal_stop and
7094 signal_print for TARGET_SIGNAL_PRIO.
7095
7096 2011-01-06 Joel Brobecker <brobecker@adacore.com>
7097
7098 * ada-tasks.c: Fix style violation in comment.
7099
7100 2011-01-06 Joel Brobecker <brobecker@adacore.com>
7101
7102 * linespec.c (decode_compound, find_method): Remove trailing \n
7103 at end of error string.
7104 * solib-irix.c (irix_current_sos): Likewise.
7105 * varobj.c (uninstall_variable): Likewise.
7106
7107 2011-01-06 Joel Brobecker <brobecker@adacore.com>
7108
7109 * copyright.py: New script.
7110 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
7111 Launch emacs without exec'ing. Call copyright.py afterwards.
7112
7113 2011-01-05 Michael Snyder <msnyder@vmware.com>
7114
7115 * addrmap.c: Shorten lines of >= 80 columns.
7116 * arch-utils.c: Ditto.
7117 * arch-utils.h: Ditto.
7118 * ax-gdb.c: Ditto.
7119 * ax-general.c: Ditto.
7120 * bcache.c: Ditto.
7121 * blockframe.c: Ditto.
7122 * breakpoint.c: Ditto.
7123 * buildsym.c: Ditto.
7124 * c-lang.c: Ditto.
7125 * c-typeprint.c: Ditto.
7126 * charset.c: Ditto.
7127 * coffread.c: Ditto.
7128 * command.h: Ditto.
7129 * corelow.c: Ditto.
7130 * cp-abi.c: Ditto.
7131 * cp-namespace.c: Ditto.
7132 * cp-support.c: Ditto.
7133 * dbug-rom.c: Ditto.
7134 * dbxread.c: Ditto.
7135 * defs.h: Ditto.
7136 * dfp.c: Ditto.
7137 * dfp.h: Ditto.
7138 * dictionary.c: Ditto.
7139 * disasm.c: Ditto.
7140 * doublest.c: Ditto.
7141 * dwarf2-frame.c: Ditto.
7142 * dwarf2expr.c: Ditto.
7143 * dwarf2loc.c: Ditto.
7144 * dwarf2read.c: Ditto.
7145 * elfread.c: Ditto.
7146 * eval.c: Ditto.
7147 * event-loop.c: Ditto.
7148 * event-loop.h: Ditto.
7149 * exceptions.h: Ditto.
7150 * exec.c: Ditto.
7151 * expprint.c: Ditto.
7152 * expression.h: Ditto.
7153 * f-lang.c: Ditto.
7154 * f-valprint.c: Ditto.
7155 * findcmd.c: Ditto.
7156 * frame-base.c: Ditto.
7157 * frame-unwind.c: Ditto.
7158 * frame-unwind.h: Ditto.
7159 * frame.c: Ditto.
7160 * frame.h: Ditto.
7161 * gcore.c: Ditto.
7162 * gdb-stabs.h: Ditto.
7163 * gdb_assert.h: Ditto.
7164 * gdb_dirent.h: Ditto.
7165 * gdb_obstack.h: Ditto.
7166 * gdbcore.h: Ditto.
7167 * gdbtypes.c: Ditto.
7168 * gdbtypes.h: Ditto.
7169 * inf-ttrace.c: Ditto.
7170 * infcall.c: Ditto.
7171 * infcmd.c: Ditto.
7172 * inflow.c: Ditto.
7173 * infrun.c: Ditto.
7174 * inline-frame.h: Ditto.
7175 * language.c: Ditto.
7176 * language.h: Ditto.
7177 * libunwind-frame.c: Ditto.
7178 * libunwind-frame.h: Ditto.
7179 * linespec.c: Ditto.
7180 * linux-nat.c: Ditto.
7181 * linux-nat.h: Ditto.
7182 * linux-thread-db.c: Ditto.
7183 * machoread.c: Ditto.
7184 * macroexp.c: Ditto.
7185 * macrotab.c: Ditto.
7186 * main.c: Ditto.
7187 * maint.c: Ditto.
7188 * mdebugread.c: Ditto.
7189 * memattr.c: Ditto.
7190 * minsyms.c: Ditto.
7191 * monitor.c: Ditto.
7192 * monitor.h: Ditto.
7193 * objfiles.c: Ditto.
7194 * objfiles.h: Ditto.
7195 * osabi.c: Ditto.
7196 * p-typeprint.c: Ditto.
7197 * p-valprint.c: Ditto.
7198 * parse.c: Ditto.
7199 * printcmd.c: Ditto.
7200 * proc-events.c: Ditto.
7201 * procfs.c: Ditto.
7202 * progspace.c: Ditto.
7203 * progspace.h: Ditto.
7204 * psympriv.h: Ditto.
7205 * psymtab.c: Ditto.
7206 * record.c: Ditto.
7207 * regcache.c: Ditto.
7208 * regcache.h: Ditto.
7209 * remote-fileio.c: Ditto.
7210 * remote.c: Ditto.
7211 * ser-mingw.c: Ditto.
7212 * ser-tcp.c: Ditto.
7213 * ser-unix.c: Ditto.
7214 * serial.c: Ditto.
7215 * serial.h: Ditto.
7216 * solib-frv.c: Ditto.
7217 * solib-irix.c: Ditto.
7218 * solib-osf.c: Ditto.
7219 * solib-pa64.c: Ditto.
7220 * solib-som.c: Ditto.
7221 * solib-sunos.c: Ditto.
7222 * solib-svr4.c: Ditto.
7223 * solib-target.c: Ditto.
7224 * solib.c: Ditto.
7225 * somread.c: Ditto.
7226 * source.c: Ditto.
7227 * stabsread.c: Ditto.
7228 * stabsread.c: Ditto.
7229 * stack.c: Ditto.
7230 * stack.h: Ditto.
7231 * symfile-mem.c: Ditto.
7232 * symfile.c: Ditto.
7233 * symfile.h: Ditto.
7234 * symmisc.c: Ditto.
7235 * symtab.c: Ditto.
7236 * symtab.h: Ditto.
7237 * target-descriptions.c: Ditto.
7238 * target-memory.c: Ditto.
7239 * target.c: Ditto.
7240 * target.h: Ditto.
7241 * terminal.h: Ditto.
7242 * thread.c: Ditto.
7243 * top.c: Ditto.
7244 * tracepoint.c: Ditto.
7245 * tracepoint.h: Ditto.
7246 * ui-file.c: Ditto.
7247 * ui-file.h: Ditto.
7248 * ui-out.h: Ditto.
7249 * user-regs.c: Ditto.
7250 * user-regs.h: Ditto.
7251 * utils.c: Ditto.
7252 * valarith.c: Ditto.
7253 * valops.c: Ditto.
7254 * valprint.c: Ditto.
7255 * valprint.h: Ditto.
7256 * value.c: Ditto.
7257 * varobj.c: Ditto.
7258 * varobj.h: Ditto.
7259 * vec.h: Ditto.
7260 * xcoffread.c: Ditto.
7261 * xcoffsolib.c: Ditto.
7262 * xcoffsolib.h: Ditto.
7263 * xml-syscall.c: Ditto.
7264 * xml-tdesc.c: Ditto.
7265
7266 2011-01-05 Michael Snyder <msnyder@vmware.com>
7267
7268 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
7269 * cli/cli-decode.c: Ditto.
7270 * cli/cli-dump.c: Ditto.
7271 * cli/cli-logging.c: Ditto.
7272 * cli/cli-script.c: Ditto.
7273 * cli/cli-setshow.c: Ditto.
7274 * common/signals.c: Ditto.
7275 * mi/mi-cmd-break.c: Ditto.
7276 * mi/mi-cmd-disas.c: Ditto.
7277 * mi/mi-cmd-stack.c: Ditto.
7278 * mi/mi-cmd-var.c: Ditto.
7279 * mi/mi-cmds.c: Ditto.
7280 * mi/mi-common.h: Ditto.
7281 * mi/mi-console.c: Ditto.
7282 * mi/mi-interp.c: Ditto.
7283 * mi/mi-main.c: Ditto.
7284 * osf-share/cma_attr.c: Ditto.
7285 * osf-share/cma_deb_core.h: Ditto.
7286 * osf-share/cma_debug_client.h: Ditto.
7287 * osf-share/cma_handle.h: Ditto.
7288 * osf-share/cma_mutex.h: Ditto.
7289 * osf-share/cma_stack_int.h: Ditto.
7290 * osf-share/cma_tcb_defs.h: Ditto.
7291 * python/py-auto-load.c: Ditto.
7292 * python/py-breakpoint.c: Ditto.
7293 * python/py-cmd.c: Ditto.
7294 * python/py-frame.c: Ditto.
7295 * python/py-objfile.c: Ditto.
7296 * python/py-param.c: Ditto.
7297 * python/py-progspace.c: Ditto.
7298 * python/py-symbol.c: Ditto.
7299 * python/py-value.c: Ditto.
7300 * python/python-internal.h: Ditto.
7301 * python/python.c: Ditto.
7302 * tui/tui-data.c: Ditto.
7303 * tui/tui-disasm.c: Ditto.
7304 * tui/tui-hooks.c: Ditto.
7305 * tui/tui-io.c: Ditto.
7306 * tui/tui-layout.c: Ditto.
7307 * tui/tui-regs.c: Ditto.
7308 * tui/tui-source.c: Ditto.
7309 * tui/tui-stack.c: Ditto.
7310 * tui/tui-win.c: Ditto.
7311 * tui/tui-windata.c: Ditto.
7312 * tui/tui-winsource.c: Ditto.
7313
7314 2011-01-05 Joel Brobecker <brobecker@adacore.com>
7315
7316 * configure.ac, gdb.1: Copyright year update.
7317
7318 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7319
7320 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
7321 this_pc_in_block, morestack_msym and morestack_name. Check for
7322 "__morestack" minimal symbol there.
7323
7324 2011-01-03 Joel Brobecker <brobecker@adacore.com>
7325
7326 * symfile.c (find_sym_fns): Add call to dont_repeat.
7327
7328 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7329
7330 Copyright year update in most files (performed by copyright.sh).
7331
7332 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7333
7334 * top.c (print_gdb_version): Update copyright year in version output.
7335
7336 For older changes see ChangeLog-2010.
7337 \f
7338 Local Variables:
7339 mode: change-log
7340 left-margin: 8
7341 fill-column: 74
7342 version-control: never
7343 coding: utf-8
7344 End: