gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
22c05d8a
JK
12011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 Fix internal error regression.
4 * value.c (value_primitive_field): Handle value_optimized_out. Move
5 packed bitfields comment.
6
d930d06e
TT
72011-10-13 Tom Tromey <tromey@redhat.com>
8
9 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Ensure GIL is
10 always released.
11
2ff6b080
TT
122011-10-13 Tom Tromey <tromey@redhat.com>
13
14 * python/py-type.c (typy_has_key): Make 'field' const.
15
d6c5869f
LM
162011-10-13 Luis Machado <lgustavo@codesourcery.com>
17
18 * remote.c (remote_save_trace_data): Invert comparison.
19
a70633a2
LM
202011-10-13 Luis Machado <lgustavo@codesourcery.com>
21
22 * tracepoint.c (trace_save_command): Use filename instead of
23 args when printing.
24
e103e986
JK
252011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
26
27 * dwarf2read.c (dwarf2_fetch_die_location_block): Initialize .data even
28 if .size is 0.
29
db24da6d
YQ
302011-10-13 Yao Qi <yao@codesourcery.com>
31
32 PR gdb/12703
33 * arm-tdep.c (thumb_analyze_prologue): Call thumb_insn_size to check
34 whether insn is a 32-bit Thumb-2 instruction.
35 (thumb_in_function_epilogue_p): Likewise.
36 (thumb_get_next_pc_raw): Likewise.
37 (arm_breakpoint_from_pc): Likewise.
38
1d6edc3c
JK
392011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
40
41 Fix empty DWARF expressions DATA vs. SIZE conditionals.
42 * dwarf2loc.c (dwarf2_find_location_expression): Clear *LOCEXPR_LENGTH.
43 (dwarf_expr_frame_base_1): Indicate unavailability via zero *LENGTH.
44 (locexpr_tracepoint_var_ref): Check only zero SIZE, not zero DATA.
45 (loclist_read_variable, loclist_tracepoint_var_ref): Do not check for
46 zero DATA.
47 * dwarf2loc.h (struct dwarf2_locexpr_baton): Comment DATA vs. SIZE
48 validity.
49 * dwarf2read.c (struct dwarf_block): Comment DATA validity.
50 (dwarf2_fetch_die_location_block, dwarf2_symbol_mark_computed): Do not
51 clear DATA on zero SIZE.
52
adabb602
DE
532011-10-12 Doug Evans <dje@google.com>
54
55 * dwarf2read.c (partial_read_comp_unit_head): Set header->offset,
56 header->first_die_offset here. All callers updated.
57
5048e516
JK
582011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
59
60 Fix compatibility with texinfo versions older than 4.12.
61 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
62 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
63 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
64 (FLAGS_TO_PASS): Add MAKEINFOFLAGS and MAKEINFO_EXTRA_FLAGS.
65 * configure: Regenerate.
66 * configure.ac (MAKEINFO): Find it, from libiberty/configure.ac.
67 (MAKEINFOFLAGS): Pre-set it to --split-size=5000000.
68 (MAKEINFO_EXTRA_FLAGS): New test for -DHAVE_MAKEINFO_CLICK.
69
0574c78f
GB
702011-10-12 Gary Benson <gbenson@redhat.com>
71
72 * breakpoint.h (pc_at_non_inline_function): Declare.
73 * breakpoint.c (is_non_inline_function,
74 pc_at_non_inline_function): New functions.
75 * infrun.c (handle_inferior_event): Don't call skip_inline_frames
76 if the stop is at a location where functions cannot be inlined.
77
12d9289a
PA
782011-10-12 Pedro Alves <pedro@codesourcery.com>
79
80 * linux-nat.c (stop_and_resume_callback): Don't re-resume LWPs if
81 the core wanted them stopped, or if they now have a pending event
82 to report.
ecf8e7f5
PA
83 (linux_nat_filter_event): New parameter `new_pending_p'. Pass it
84 down to stop_and_resume_callback.
85 (linux_nat_wait_1): Always clear `options' when retrying. Handle
86 having new pending events after calling linux_nat_filter_event.
12d9289a 87
96408a79
SA
882011-10-11 Sterling Augustine <saugustine@google.com>
89
90 * dwarf2read.c: Undo inadvertent changes in previous commit.
91
9c6c53f7
SA
922011-10-11 Sterling Augustine <saugustine@google.com>
93
94 * dwarf2read.c (partial_die_parent_scope): Rearrange conditional
95 logic.
96
0e8aefe7
UW
972011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
98
99 * symfile.c (separate_debug_file_exists): Fix condition.
100
349d1385
DM
1012011-10-11 David S. Miller <davem@davemloft.net>
102
103 * regcache.c (regcache_restore): Do not write unavailable regs, mark
104 static.
105 * regcache.h (regcache_restore): Remove declaration.
106
205c306f
DM
107 * gdbarch.sh: New field 'long_long_align_bit'.
108 * gdbarch.c, gdbarch.h: Regenerate.
109 * i386-tdep.c (i386_gdbarch_init): Set long_long_align_bit to 32.
110 * jit.c (jit_read_code_entry): Use it to determine correct size offset.
111
941b2081
JK
1122011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
113
114 Revert this part of:
115 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
116 Support @entry in input expressions.
117 * c-exp.y (ENTRY, unknown_cpp_name): New.
118 (exp: UNKNOWN_CPP_NAME): Change to `exp: unknown_cpp_name'.
119 (unknown_cpp_name: UNKNOWN_CPP_NAME, unknown_cpp_name: ENTRY)
120 (variable: name_not_typename '@' ENTRY, name: ENTRY)
121 (name_not_typename: ENTRY): New.
122 (yylex): Recognize ENTRY.
123
124 Reimplement @entry in input expressions.
125 * c-exp.y (ENTRY): New.
126 (variable: name_not_typename ENTRY): New.
127 (lex_one_token): Optionally return ENTRY instead of the '@' lex.
128
3c4d7e12
PA
1292011-10-11 Pedro Alves <pedro@codesourcery.com>
130
131 * linux-nat.c (linux_handle_extended_wait): Always dump both the
132 parent and child's pids as soon as we detect a clone event.
133 Adjust another debug message.
134
ea23808b
PA
1352011-10-11 Pedro Alves <pedro@codesourcery.com>
136
137 * linux-nat.c (linux_lwp_is_zombie): Return early if the LWP is
138 not zombie instead of reading the whole file.
139
904578ed
JK
1402011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
141
142 Fix separate debuginfo warning with "remote:" access.
143 * objfiles.h (struct objfile): New fields crc32 and crc32_p.
144 * symfile.c (get_file_crc): New function with the code moved from ...
145 (separate_debug_file_exists): ... this function, specifically variables
146 buffer and count. New variable verified_as_different, set it. Remove
147 file_crc initialization. Verify also if both files are not the same
148 manually, if needed.
149
51370a33
YQ
1502011-10-11 Yao Qi <yao@codesourcery.com>
151
152 * arm-tdep.c (arm_get_next_pc_raw): Use read_memory_unsigned_integer
153 to get address.
154
0838fb57
DE
1552011-10-10 Doug Evans <dje@google.com>
156
157 * linux-thread-db.c (thread_db_new_objfile): Only try to load
158 libthread_db when we load libpthread or the main symbol file.
159 (thread_db_inferior_created): New function.
160 (_initialize_thread_db): Attach inferior_created observer.
161 * linux-nat.c (linux_child_post_attach): Remove call to
162 check_for_thread_db.
163 (linux_child_post_startup_inferior): Ditto.
164 * objfiles.h (OBJF_MAINLINE): Define.
165 * symfile.c (symbol_file_add_with_addrs_or_offsets): Pass it to
166 allocate_objfile when appropriate.
167
623bd5b7
UW
1682011-10-10 Ulrich Weigand <ulrich.weigand@linaro.org>
169
170 PR gdb/13218
171 * arm-linux-nat.c (os_version, os_major, os_minor, os_release):
172 Remove unused variables.
173 (get_linux_version): Remove function.
174 (_initialize_arm_linux_nat): Do not call it.
175
79395f92
PA
1762011-10-10 Pedro Alves <pedro@codesourcery.com>
177
178 * linux-nat.c (linux_handle_extended_wait): Don't resume the new
179 new clone lwp if the core asked it to stop. Don't pass on
180 unexpected signals to the new clone; leave them pending instead.
181
eff3df78
PA
1822011-10-10 Pedro Alves <pedro@codesourcery.com>
183
184 * linux-nat.c (resume_lwp): Remove redundant debug output.
185
4b60df3d
PA
1862011-10-10 Pedro Alves <pedro@codesourcery.com>
187
188 * linux-nat.c (linux_nat_wait_1): Copy the event lwp's
189 last_resume_kind before clearing it, and use the copy instead to
190 determine whether to report a SIGSTOP as TARGET_SIGNAL_0. Use
191 resume_clear_callback in the non-stop path too.
192
6501578c
YQ
1932011-10-09 Yao Qi <yao@codesourcery.com>
194
195 * valprint.c (value_check_printable): Add one parameter OPTIONS.
196 Honor OPTIONS and VAL's type.
197 (common_val_print, value_print): Update to pass one more parameter.
198
5a56e9c5
DE
1992011-10-09 Doug Evans <dje@google.com>
200
201 Add new "alias" command.
202 * NEWS: Mention new command.
203 * command.h (valid_user_defined_cmd_name_p): Declare.
204 * defs.h (make_cleanup_dyn_string_delete): Declare.
205 * utils.c: #include "dyn-string.h".
206 (do_dyn_string_delete, make_cleanup_dyn_string_delete): New functions.
207 * cli/cli-cmds.c: #include "dyn-string.h".
208 (argv_to_dyn_string, valid_command_p, alias_command): New functions.
209 (init_cli_cmds): Add new command.
210 * cli/cli-decode.c (valid_user_defined_cmd_name_p): New function.
211
509f0fd9
JK
2122011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
213
214 Fix compatibility with older GCCs.
215 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Initialize parameter.
216 * stack.c (read_frame_arg): Initialize val_deref.
217
2bda9cc5
JK
2182011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
219
220 Entry values NEWS entries, DWARF disassembly support.
221 * NEWS: New entry values entry.
222 (set print entry-values, show print entry-values)
223 (set debug entry-values, show debug entry-values): New entries.
224 * dwarf2loc.c (disassemble_dwarf_expression): New parameters start and
225 indent. Remove variable start. Move header printing out. Respect
226 INDENT. Support DW_OP_GNU_entry_value.
227 (locexpr_describe_location_1): Move the header printing here, extend
228 the disassemble_dwarf_expression passed parameters.
229
a471c594
JK
2302011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
231
232 Display @entry parameter values even for references.
233 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_REF>: Try also
234 coerce_ref_if_computed.
235 * c-valprint.c (c_val_print) <TYPE_CODE_REF>: Likewise.
236 * dwarf2expr.c (dwarf_block_to_dwarf_reg_deref): New function.
237 (execute_stack_op) <DW_OP_GNU_entry_value>: Add -1 deref_size to the
238 existing push_dwarf_reg_entry_value call. Add new detection calling
239 dwarf_block_to_dwarf_reg_deref. Update the error message.
240 (ctx_no_push_dwarf_reg_entry_value): New parameter deref_size.
241 * dwarf2expr.h
242 (struct dwarf_expr_context_funcs) <push_dwarf_reg_entry_value>: Add new
243 parameter deref_size, describe it in the comment.
244 (ctx_no_push_dwarf_reg_entry_value): Add new parameter deref_size.
245 (dwarf_block_to_dwarf_reg_deref): New declaration.
246 * dwarf2loc.c (dwarf_entry_parameter_to_value): Add new parameter
247 deref_size, describe it in the function comment. New variables
248 data_src and size, fetch the alternative block accoring to DEREF_SIZE.
249 (dwarf_expr_push_dwarf_reg_entry_value): Add new parameter deref_size,
250 describe it in the function comment. Fetch the alternative block
251 accoring to DEREF_SIZE.
252 (entry_data_value_coerce_ref, entry_data_value_copy_closure)
253 (entry_data_value_free_closure, entry_data_value_funcs): New.
254 (value_of_dwarf_reg_entry): New variables checked_type, target_type,
255 outer_val, target_val, val and addr. Try to fetch and create also
256 referenced value content.
257 (pieced_value_funcs): NULL value for coerce_ref.
258 (needs_dwarf_reg_entry_value): Add new parameter deref_size.
259 * f-valprint.c (f_val_print) <TYPE_CODE_REF>: Try also
260 coerce_ref_if_computed.
261 * opencl-lang.c (opencl_value_funcs): NULL value for coerce_ref.
262 * p-valprint.c (pascal_val_print) <TYPE_CODE_REF>: Likewise.
263 * stack.c (read_frame_arg): Compare also dereferenced values.
264 * value.c (value_computed_funcs): Make the parameter v const, use
265 value_lval_const for it.
266 (value_lval_const, coerce_ref_if_computed): New function.
267 (coerce_ref): New variable retval. Call also coerce_ref_if_computed.
268 * value.h (struct lval_funcs): New field coerce_ref.
269 (value_computed_funcs): Make the parameter v const.
270 (value_lval_const, coerce_ref_if_computed): New declarations.
271
36b11add
JK
2722011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
273
274 Support @entry in input expressions.
275 * c-exp.y (ENTRY, unknown_cpp_name): New.
276 (exp: UNKNOWN_CPP_NAME): Change to `exp: unknown_cpp_name'.
277 (unknown_cpp_name: UNKNOWN_CPP_NAME, unknown_cpp_name: ENTRY)
278 (variable: name_not_typename '@' ENTRY, name: ENTRY)
279 (name_not_typename: ENTRY): New.
280 (yylex): Recognize ENTRY.
281 * eval.c (evaluate_subexp_standard): Support also OP_VAR_ENTRY_VALUE.
282 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
283 Likewise.
284 * parse.c (operator_length_standard): Likewise.
285 * std-operator.def: New operator OP_VAR_ENTRY_VALUE.
286
3343315b
JK
2872011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
288
289 Display referenced values in backtraces.
290 * printcmd.c (print_variable_and_value): Set OPTS.DEREF_REF to 1.
291 * stack.c (print_frame_arg): Likewise.
292
ac71a68c
JK
2932011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
294
295 Make some lval_funcs methods to default on NULL.
296 * valops.c (value_fetch_lazy): Check if lval_computed read method is
297 NULL.
298 (value_assign): Check if lval_computed write method is NULL.
299 * value.h (struct lval_funcs): Comment NULL values for read and write
300 methods.
301
e18b2753
JK
3022011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
303
304 Display @entry parameter values (without references).
305 * dwarf2expr.c (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset):
306 New functions.
307 * dwarf2expr.h (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset):
308 New declarations.
309 * dwarf2loc.c (dwarf2_find_location_expression): Support location list
310 entry record.
311 (dwarf_entry_parameter_to_value, value_of_dwarf_reg_entry)
312 (value_of_dwarf_block_entry, locexpr_read_variable_at_entry): New
313 functions.
314 (dwarf2_locexpr_funcs): Install locexpr_read_variable_at_entry.
315 (loclist_read_variable_at_entry): New function.
316 (dwarf2_loclist_funcs): Install loclist_read_variable_at_entry.
317 * dwarf2read.c (read_call_site_scope): Support also DW_OP_fbreg in
318 DW_AT_location, call dwarf_block_to_sp_offset for it.
319 * frame.h (print_entry_values_no, print_entry_values_only)
320 (print_entry_values_preferred, print_entry_values_if_needed)
321 (print_entry_values_both, print_entry_values_compact)
322 (print_entry_values_default, print_entry_values): New declarations.
323 (struct frame_arg): New field entry_kind.
324 (read_frame_arg): New parameter entryargp.
325 * mi/mi-cmd-stack.c (list_arg_or_local): New gdb_assert for
326 arg->entry_kind. Optionally print the `@entry' suffix.
327 (list_args_or_locals): New variable entryarg, initialize it.
328 Initialize also entry_kind of arg and entryarg. Conditionalize
329 list_arg_or_local for arg, add list_arg_or_local for entryarg. Call
330 xfree for entryarg.error.
331 * stack.c (print_entry_values_no, print_entry_values_only)
332 (print_entry_values_preferred, print_entry_values_if_needed)
333 (print_entry_values_both, print_entry_values_compact)
334 (print_entry_values_default, print_entry_values_choices)
335 (print_entry_values): New variables.
336 (print_frame_arg): New gdb_assert for arg->entry_kind. Optionally
337 print the `@entry' suffix, possibly in combination for
338 print_entry_values_compact.
339 (read_frame_arg): New parameter entryargp, new variables entryval,
340 entryval_error and val_equal. Read in also entryargp, respect
341 print_entry_values, compare the values using val_equal, fill in also
342 argp->entry_kind (together with entryargp->entry_kind).
343 (print_frame_args): New variable entryarg, initialize it.
344 Conditionalize print_frame_arg for arg, add print_frame_arg for
345 entryarg. Call xfree for entryarg.error.
346 (_initialize_stack): Call add_setshow_enum_cmd for `entry-values'.
347 * symtab.h (struct symbol_computed_ops): New field
348 read_variable_at_entry.
349
93d86cef
JK
3502011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
351
352 Code reshuffle.
353 * frame.h (struct frame_arg): New definition.
354 (read_frame_arg): New declaration.
355 * mi/mi-cmd-stack.c (list_arg_or_local): New functiom from ...
356 (list_args_or_locals): ... the code here. New variable arg, call
357 read_frame_arg and list_arg_or_local with it. Unify the
358 PRINT_SIMPLE_VALUES and PRINT_ALL_VALUES cases. Call xfree for
359 arg.error.
360 * stack.c (print_frame_arg): New functiom from the code of
361 print_frame_args.
362 (read_frame_arg): New function.
363 (print_frame_args): Remove variable val. New variable arg, call
364 read_frame_arg and print_frame_arg with it. Call xfree for arg.error.
365
2d6c5dc2
JK
3662011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
367
368 Protect entry values against self tail calls.
369 * dwarf2loc.c (VEC (CORE_ADDR), func_verify_no_selftailcall): New.
370 (dwarf_expr_dwarf_reg_entry_value): Call func_verify_no_selftailcall.
371
111c6489
JK
3722011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
373
374 Recognize virtual tail call frames.
375 * Makefile.in (SFILES): Add dwarf2-frame-tailcall.c.
376 (HFILES_NO_SRCDIR): Add dwarf2-frame-tailcall.h.
377 (COMMON_OBS): Add dwarf2-frame-tailcall.o.
378 * dwarf2-frame-tailcall.c: New file.
379 * dwarf2-frame-tailcall.h: New file.
380 * dwarf2-frame.c: Include dwarf2-frame-tailcall.h.
381 (execute_cfa_program): New function comment. Return INSN_PTR. Reset
382 REGS.PREV only after CIE execution.
383 (struct dwarf2_frame_cache): New field tailcall_cache.
384 (dwarf2_frame_cache): New variables entry_pc, entry_cfa_sp_offset,
385 entry_cfa_sp_offset_p and instr. Execute FDE instructions in two
386 parts, try to find entry_cfa_sp_offset. Call
387 dwarf2_tailcall_sniffer_first.
388 (dwarf2_frame_prev_register): Call dwarf2_tailcall_prev_register_first
389 when appropriate.
390 (dwarf2_frame_dealloc_cache): New function.
391 (dwarf2_frame_sniffer): Preinitialize cache by dwarf2_frame_cache.
392 (dwarf2_frame_unwind): Install dwarf2_frame_dealloc_cache.
393 (dwarf2_signal_frame_unwind): Do not install dwarf2_frame_dealloc_cache.
394 (dwarf2_append_unwinders): Add dwarf2_tailcall_frame_unwind.
395 (dwarf2_frame_cfa): Support also dwarf2_tailcall_frame_unwind.
396 * dwarf2loc.c (func_addr_to_tail_call_list)
397 (tailcall_dump, call_sitep, VEC (call_sitep), chain_candidate)
398 (call_site_find_chain_1, call_site_find_chain): New.
399 * dwarf2loc.h (struct call_site_chain): New.
400 (call_site_find_chain): New declaration.
401 * frame.c (get_frame_address_in_block): Support also TAILCALL_FRAME.
402 * frame.h (enum frame_type): New entry TAILCALL_FRAME.
403 * python/py-frame.c (gdbpy_initialize_frames): Add TAILCALL_FRAME.
404 * stack.c (frame_info): Support also TAILCALL_FRAME.
405
bb984ff1
JK
4062011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
407
408 Tail call sites reader implementation.
409 * dwarf2read.c (read_call_site_scope): Recognize DW_AT_GNU_tail_call,
410 fill in TYPE_TAIL_CALL_LIST.
411 * gdbtypes.h (struct func_type): New field tail_call_list.
412 (struct call_site): New field tail_call_next.
413 (TYPE_TAIL_CALL_LIST): New definition.
414
8e3b41a9
JK
4152011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
416
417 Implement basic support for DW_TAG_GNU_call_site.
418 * block.c: Include gdbtypes.h and exceptions.h.
419 (call_site_for_pc): New function.
420 * block.h (call_site_for_pc): New declaration.
421 * defs.h: Include hashtab.h.
422 (make_cleanup_htab_delete, core_addr_hash, core_addr_eq): New
423 declarations.
424 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Install
425 ctx_no_push_dwarf_reg_entry_value.
426 * dwarf2expr.c (read_uleb128, read_sleb128): Support R as NULL.
427 (dwarf_block_to_dwarf_reg): New function.
428 (execute_stack_op) <DW_OP_GNU_entry_value>: Implement it.
429 (ctx_no_push_dwarf_reg_entry_value): New function.
430 * dwarf2expr.h (struct dwarf_expr_context_funcs): New field
431 push_dwarf_reg_entry_value.
432 (ctx_no_push_dwarf_reg_entry_value, dwarf_block_to_dwarf_reg): New
433 declarations.
434 * dwarf2loc.c: Include gdbcmd.h.
435 (dwarf_expr_ctx_funcs): New forward declaration.
436 (entry_values_debug, show_entry_values_debug, call_site_to_target_addr)
437 (dwarf_expr_reg_to_entry_parameter)
438 (dwarf_expr_push_dwarf_reg_entry_value): New.
439 (dwarf_expr_ctx_funcs): Install dwarf_expr_push_dwarf_reg_entry_value.
440 (dwarf2_evaluate_loc_desc_full): Handle NO_ENTRY_VALUE_ERROR.
441 (needs_dwarf_reg_entry_value): New function.
442 (needs_frame_ctx_funcs): Install it.
443 (_initialize_dwarf2loc): New function.
444 * dwarf2loc.h (entry_values_debug): New declaration.
445 * dwarf2read.c (struct dwarf2_cu): New field call_site_htab.
446 (read_call_site_scope): New forward declaration.
447 (process_full_comp_unit): Copy call_site_htab.
448 (process_die): Support DW_TAG_GNU_call_site.
449 (read_call_site_scope): New function.
450 (dwarf2_get_pc_bounds): Support NULL HIGHPC.
451 (dwarf_tag_name): Support DW_TAG_GNU_call_site.
452 (cleanup_htab): Delete.
453 (write_psymtabs_to_index): Use make_cleanup_htab_delete instead of it.
454 * exceptions.h (enum errors): New NO_ENTRY_VALUE_ERROR.
455 * gdb-gdb.py (StructMainTypePrettyPrinter): Support
456 FIELD_LOC_KIND_DWARF_BLOCK.
457 * gdbtypes.h (enum field_loc_kind): New entry
458 FIELD_LOC_KIND_DWARF_BLOCK.
459 (struct main_type): New loc entry dwarf_block.
460 (struct call_site, FIELD_DWARF_BLOCK, SET_FIELD_DWARF_BLOCK)
461 (TYPE_FIELD_DWARF_BLOCK): New.
462 * python/py-type.c: Include dwarf2loc.h.
463 (check_types_equal): Support FIELD_LOC_KIND_DWARF_BLOCK. New
464 internal_error call on unknown FIELD_LOC_KIND.
465 * symtab.h (struct symtab): New field call_site_htab.
466 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete)
467 (core_addr_hash, core_addr_eq): New functions.
468
b6cdc2c1
JK
4692011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
470
471 Code reshuffle.
472 * gdb-gdb.py (StructMainTypePrettyPrinter): Change
473 TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC. Move
474 calling_convention under func_stuff there.
475 * gdbtypes.c (make_function_type): Call INIT_FUNC_SPECIFIC.
476 (init_type) <TYPE_CODE_FUNC>: Likewise.
477 (recursive_dump_type): Change TYPE_SPECIFIC_CALLING_CONVENTION to
478 TYPE_SPECIFIC_FUNC. New comment for tail_call_list.
479 * gdbtypes.h (enum type_specific_kind): Change
480 TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC.
481 (struct main_type) <type_specific>: Change calling_convention to
482 func_stuff. Move calling_convention to ...
483 (struct func_type): ... this new struct.
484 (INIT_FUNC_SPECIFIC): New #define.
485 (TYPE_CALLING_CONVENTION): Change calling_convention to func_stuff.
486
181cebd4
JK
4872011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
488
489 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
490 * dwarf2-frame.c (execute_stack_op): Initialize ctx->ref_addr_size.
491 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Use
492 ctx->ref_addr_size. Handle its invalid value.
493 * dwarf2expr.h (struct dwarf_expr_context): New field ref_addr_size.
494 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
495 (dwarf2_loc_desc_needs_frame): Initialize ctx->ref_addr_size.
496 * dwarf2loc.h (dwarf2_per_cu_ref_addr_size): New declaration.
497 * dwarf2read.c (decode_locdesc): Initialize ctx->ref_addr_size.
498 (dwarf2_per_cu_ref_addr_size): New function.
499
c471e790
JK
5002011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
501
502 Code cleanup.
503 * dwarf2read.c (per_cu_header_read_in): New function.
504 (dwarf2_per_cu_addr_size, dwarf2_per_cu_offset_size): Use it, with new
505 variables cu_header_local and cu_headerp.
506
741f5e3c
JK
5072011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
508
509 Fix initial language detection with -readnow.
510 * dwarf2read.c (dw2_find_symbol_file): Handle OBJF_READNOW case.
511 * symfile.h (struct quick_symbol_functions): State find_symbol_file
512 searches only for global symbols.
513
a73d2258
JK
5142011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
515
516 Fix printed anonymous struct name.
517 * dwarf2read.c (fixup_partial_die): Handle for anonymous structs also
518 DW_TAG_interface_type. Strip for anonymous structs any prefixes.
519 (anonymous_struct_prefix): New function.
520 (determine_prefix): New variables retval. Call anonymous_struct_prefix.
521 (dwarf2_name): Strip for anonymous structs any prefixes.
522
749fd4ea
DE
5232011-10-07 Doug Evans <dje@google.com>
524
1fa57852
DE
525 * python/lib/gdb/printing.py (register_pretty_printer): New argument
526 `replace'.
527
690a4937
DE
528 * python/lib/gdb/printing.py: Whitespace cleanup.
529
749fd4ea
DE
530 * python/py-value.c (valpy_call): Initialize ftype to avoid compiler
531 warning.
532
4c38200f
PA
5332011-10-07 Pedro Alves <pedro@codesourcery.com>
534
535 * linux-nat.h (ALL_LWPS): Remove the ptid parameter.
536 * amd64-linux-nat.c (amd64_linux_dr_set_control)
537 (amd64_linux_dr_set_addr, amd64_linux_dr_unset_status): Adjust.
538 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint)
539 (arm_linux_remove_hw_breakpoint, arm_linux_insert_watchpoint)
540 (arm_linux_remove_watchpoint): Adjust.
541 * i386-linux-nat.c (i386_linux_dr_set_control)
542 (i386_linux_dr_set_addr, i386_linux_dr_unset_status): Adjust.
543 * ia64-linux-nat.c (ia64_linux_insert_watchpoint)
544 (ia64_linux_remove_watchpoint): Adjust.
545 * mips-linux-nat.c (write_watchpoint_regs): Adjust.
546 * ppc-linux-nat.c (ppc_linux_insert_hw_breakpoint)
547 (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
548 (ppc_linux_insert_mask_watchpoint)
549 (ppc_linux_remove_mask_watchpoint, ppc_linux_insert_watchpoint)
550 (ppc_linux_remove_watchpoint): Adjust.
551 * s390-nat.c (s390_insert_watchpoint, s390_remove_watchpoint):
552 Adjust.
553
b7ff339d
CV
5542011-10-07 Corinna Vinschen <vinschen@redhat.com>
555
556 * windows-nat.c: Include wchar.h to avoid compiler warnings.
557 (clear_win32_environment): New function for Cygwin to clear out
558 Win32 environment.
559 (windows_create_inferior): Prepare new environment from in_env
560 for Cygwin, too.
561
f287c1f3
PM
5622011-10-07 Phil Muldoon <pmuldoon@redhat.com>
563
5631e596 564 PR python/13264
f287c1f3
PM
565 * python/py-value.c (valpy_call): Check that arguments are
566 a tuple.
567 (is_intlike): Remove call to CHECK_TYPEDEF.
568 (valpy_nonzero): Catch GDB exceptions.
569 (valpy_absolute): Ditto.
570 (valpy_lazy_string): Ditto.
571 (valpy_call): Ditto.
572 (valpy_get_is_optimized_out): Ditto.
573 (valpy_long): Ditto.
574 (valpy_float): Ditto.
575 (valpy_int): Call CHECK_TYPEDEF. Catch GDB exceptions.
576 (valpy_richcompare): Ditto.
577
03583c20
UW
5782011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
579
580 * inferior.h (disable_randomization): Declare.
581 * infrun.c (disable_randomization): New global variable.
582 (show_disable_randomization): New function.
583 (set_disable_randomization): Likewise.
584 (_initialize_infrun): Install set/show disable-randomization
585 commands.
586 * linux-nat.c (disable_randomization): Remove.
587 (show_disable_randomization): Likewise.
588 (set_disable_randomization): Likewise.
589 (_initialize_linux_nat): No longer install set/show
590 disable-randomization commands here.
591 (linux_nat_supports_disable_randomization): New function.
592 (linux_nat_add_target): Install it.
593 * remote.c (PACKET_QDisableRandomization): New enum value.
594 (remote_protocol_packets): Support QDisableRandomization.
595 (_initialize_remote): Likewise.
596 (remote_supports_disable_randomization): New function.
597 (init_remote_ops): Install it.
598 (extended_remote_supports_disable_randomization): New function.
599 (init_extended_remote_ops): Install it.
600 (extended_remote_disable_randomization): New function.
601 (extended_remote_create_inferior_1): Call it.
602 * target.h (struct target_ops): Add to_supports_disable_randomization.
603 (target_supports_disable_randomization): Add prototype.
604 * target.c (target_supports_disable_randomization): New function.
605 (find_default_supports_disable_randomization): Likewise.
606 (init_dummy_target): Install it.
607
20c168b5
KP
6082011-10-07 Kevin Pouget <kevin.pouget@st.com>
609
610 Allow Python notification of new object-file loadings.
611 * Makefile.in (SUBDIR_PYTHON_SRCS): Add py-newobjfilevent.c.
612 (SUBDIR_PYTHON_OBS): Add py-newobjfileevent.o.
613 Add build rule for this file.
614 * python/py-event.h (emit_new_objfile_event): New prototype.
615 (newobjfile): New Python event emitter.
616 * python/py-evts.c (gdbpy_initialize_py_events): Add new_objfile to
617 Python event registry.
618 * python/py-inferior.c: Include objfiles.h
619 (python_new_objfile): New function.
620 (gdbpy_initialize_inferior): Add python_new_objfile to the new objfile
621 observers.
622 * python/py-newobjfileevent.c: New file.
623 * python-internal.h (gdbpy_initialize_new_objfile_event): New
624 prototype.
625 * python/python.c (_initialize_python): Add
626 gdbpy_initialize_new_objfile_event call.
627 * NEWS: Add item for new Python event "gdb.newobjfile"
628
b1c8db38
TG
6292011-10-05 Tristan Gingold <gingold@adacore.com>
630
631 * ada-tasks.c (read_atcb): Make ravenscar_task_name static.
632 Extract the ravenscar task name from the symbol for the atcb.
633
0dab82e9
PK
6342011-10-04 Paul Koning <paul_koning@dell.com>
635
636 * python/py-type.c (typy_make_iter): Add forward declaration.
637 (typy_fields_items): Use the gdb.Type iterator.
638
84ad80e6
PK
6392011-10-04 Paul Koning <paul_koning@dell.com>
640
641 * NEWS: Add entry for Python gdb.Type mapping methods.
642
cb6be26b
KP
6432011-10-04 Kevin Pouget <kevin.pouget@st.com>
644
645 PR python/12691: Add the inferior to Python exited event
646 * python/py-exitedevent.c (create_exited_event_object): Add inferior
647 to exited_event.
648 * python/py-event.h (emit_exited_event): Likewise
649 * python/-inferior.c (python_inferior_exit): Likewise
650
6005b210
JB
6512011-10-03 Joel Brobecker <brobecker@adacore.com>
652
653 * ada-tasks.c (print_ada_task_info): Add "thread-id" field
654 in output of -ada-task-info GDB/MI command.
655
75082e8c
JB
6562011-10-03 Joel Brobecker <brobecker@adacore.com>
657
658 * ada-lang.h (struct inferior): Declare.
659 (print_ada_task_info): Add declaration.
660 * ada-tasks.c (print_ada_task_info): Make non-static.
661 * mi/mi-cmds.c (mi_cmds): Add "ada-task-info".
662 * mi/mi-cmds.h (mi_cmd_ada_task_info): Add declaration.
663 * mi/mi-main.c: #include "ada-lang.h".
664 (mi_cmd_list_features): Add "ada-task-info" to the list
665 of supported features.
666 (mi_cmd_ada_task_info): New function.
667
7ed7d719
JB
6682011-10-03 Joel Brobecker <brobecker@adacore.com>
669
670 * python/python.c (python_run_simple_file): New function.
671 (source_python_script, source_python_script_for_objfile):
672 Replace call to PyRun_SimpleFile by call to
673 python_run_simple_file.
674
3fcaed38
PK
6752011-10-03 Paul Koning <paul_koning@dell.com>
676
677 * python/py-value.c (valpy_get_address): Use Py_XINCREF.
678 (value_to_value_object): Fetch value if it was lazy.
679
8e5c319d
JK
6802011-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
681
682 Code cleanup.
683 * solib-svr4.c (svr4_default_sos): Remove variables head and link_ptr.
684 Rearrange the code for it.
685
dd11a36c
JB
6862011-10-02 Joel Brobecker <brobecker@adacore.com>
687
688 * breakpoint.c (bkpt_print_recreate): Add call to
689 print_recreate_thread.
690
723b724b
MF
6912011-09-29 Mike Frysinger <vapier@gentoo.org>
692
693 * common/linux-ptrace.h (PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
694 PTRACE_GETFDPIC_INTERP): Define.
695
412946b6
YQ
6962011-09-28 Yao Qi <yao@codesourcery.com>
697
698 * symfile.c (add_symbol_file_command): Update message on usage.
699
a73bb892
PK
7002011-09-28 Paul Koning <paul_koning@dell.com>
701
702 * python/py-type.c (make_fielditem, typy_field_names, typy_items)
703 (typy_length, typy_get, typy_has_key, typy_make_iter)
704 (typy_iterkeys, typy_iteritems, typy_itervalues, typy_iter)
705 (typy_iterator_iter, typy_iterator_iternext)
706 (typy_iterator_dealloc): New functions to implement standard
707 Python mapping methods on gdb.Type object.
708 (gdb.TypeIterator): New Python type.
709 * python/python-internal.h (gdbpy_iter_kind): New enum.
a73bb892 710
fe10a582
DM
7112011-09-28 David S. Miller <davem@davemloft.net>
712
713 * sparc-tdep.h (SPARC_F2_REGNUM, SPARC_F3_REGNUM, SPARC_F4_REGNUM,
714 SPARC_F5_REGNUM, SPARC_F6_REGNUM, SPARC_F7_REGNUM): New enums.
715 * sparc-tdep.c (sparc_complex_floating_p): New function.
716 (sparc32_store_arguments): Handle complex floats.
717 (sparc32_extract_return_value): Likewise.
718 (sparc32_store_return_value): Likewise.
719 (sparc32_stabs_argument_has_addr): Likewise.
720 * sparc64-tdep.c (sparc64_complex_floating_p): New function.
721 (sparc64_store_floating_fields): Handle complex floats.
722 (sparc64_store_arguments): Likewise.
723 (sparc64_store_return_value): Likewise.
724
c93dbcba
EZ
7252011-09-28 Eli Zaretskii <eliz@gnu.org>
726
727 * windows-nat.c (env_sort) [!__CYGWIN__]: Function restored from
728 before the change on 2006-12-09.
729 (windows_create_inferior) [!__CYGWIN__]: Restore code that
730 generates the environment block for CreateProcessA, modulo the
731 Cygwin-specific parts that are not needed here.
732
f00c55f8
TG
7332011-09-27 Tristan Gingold <gingold@adacore.com>
734
735 * target.h (enum target_object): Add TARGET_OBJECT_DARWIN_DYLD_INFO.
736 * solib-darwin.c (DYLD_VERSION_MAX): Update number.
737 (darwin_solib_get_all_image_info_addr_at_init): New function.
738 (darwin_solib_read_all_image_info_addr): Likewise.
739 (darwin_solib_create_inferior_hook): Use the above two functions.
740 * darwin-nat.c (darwin_execvp): Renames retval to res.
741 (darwin_read_write_inferior): Update comment.
742 (darwin_read_dyld_info): New function.
743 (darwin_xfer_partial): Handle DYLD_INFO.
744
6710bf39
SS
7452011-09-27 Stan Shebs <stan@codesourcery.com>
746
747 Add return address collection for tracepoints.
748 * tracepoint.c (encode_actions_1): Add case for $_ret.
749 (validate_actionline): Check for $_ret.
750 (trace_dump_actions): Ditto.
751 * ax-gdb.h (gen_trace_for_return_address): Declare.
752 * ax-gdb.c: Include arch-utils.h.
753 (gen_trace_for_return_address): New function.
754 (agent_command): Add return address special case.
755 * amd64-tdep.c: Include ax.h and ax-gdb.h.
756 (amd64_gen_return_address): New function.
757 (amd64_init_abi): Call it.
758 * i386-tdep.c: Include ax.h and ax-gdb.h.
759 (i386_gen_return_address): New function.
760 (i386_init_abi): Call it.
761 * arch-utils.h (default_gen_return_address): Declare.
762 * arch-utils.c (default_gen_return_address): New function.
763 * gdbarch.sh (gen_return_address): New method.
764 * gdbarch.h, gdbarch.c: Regenerate.
765
e04e5beb
JM
7662011-09-23 Joseph Myers <joseph@codesourcery.com>
767
768 PR gdb/13079
769 * i386-tdep.c (i386_frame_align): New.
770 (i386_gdbarch_init): Use i386_frame_align.
771
f3d6df6d
YQ
7722011-09-23 Yao Qi <yao@codesourcery.com>
773
774 * i386-linux-nat.c (i386_linux_resume): Use read_memory_unsigned_integer
775 to get address.
776
e69860f1
TG
7772011-09-22 Tristan Gingold <gingold@adacore.com>
778
779 * fork-child.c (fork_inferior): Add exec_fun parameter.
780 Call exec_fun or execvp.
781 * inferior.h: Adjust prototype.
782 * gnu-nat.c (gnu_create_inferior): Adjust fork_inferior call.
783 * inf-ttrace.c (inf_ttrace_create_inferior): Ditto.
784 * inf-ptrace.c (inf_ptrace_create_inferior): Ditto.
785 * procfs.c (procfs_create_inferior): Ditto.
786 * darwin-nat.c (darwin_execvp): New function.
787 (darwin_create_inferior): Use it.
788
4b51d87b
YQ
7892011-09-22 Yao Qi <yao@codesourcery.com>
790
791 * infrun.c (context_switch): Print debug message when switching to
792 a different thread.
793
56b9d9ac
UW
7942011-09-21 Ulrich Weigand <uweigand@de.ibm.com>
795
796 * s390-tdep.c (s390_function_arg_pass_by_reference): Handle
797 complex and vector types.
798 (s390_return_value_convention): Likewise.
799
800 (s390_value_from_register): Call check_typedef.
801 (extend_simple_arg): Likewise.
802 (alignment_of): Likewise.
803 (s390_push_dummy_call): Likewise.
804 (s390_return_value): Likewise.
805
b2cd6b29
JM
8062011-09-21 Joseph Myers <joseph@codesourcery.com>
807
808 * event-top.c (async_disconnect): If an exception is thrown from
809 quit_cover, call pop_all_targets. Use TRY_CATCH instead of
810 catch_errors.
811 * top.c (quit_cover): Return void and take no arguments.
812 * top.h (quit_cover): Update prototype.
813
67ba4e42
JM
8142011-09-20 Joseph Myers <joseph@codesourcery.com>
815
816 * mi/mi-main.c (mi_load_progress): Restore saved_uiout value to
817 current_uiout, not uiout.
818
562f943b
DE
8192011-09-19 Doug Evans <dje@google.com>
820
821 * python/py-auto-load.c (source_section_scripts): Fix file
822 descriptor leak.
823 * python/python.c (source_python_script_for_objfile): Tweak comments.
824
34518530
YQ
8252011-09-18 Yao Qi <yao@codesourcery.com>
826 Ulrich Weigand <ulrich.weigand@linaro.org>
827
828 Support displaced stepping for Thumb 16-bit insns.
829 * arm-tdep.c (THUMB_NOP) Define.
830 (thumb_copy_unmodified_16bit): New.
831 (thumb_copy_b, thumb_copy_bx_blx_reg): New.
832 (thumb_copy_alu_reg): New.
833 (arm_copy_svc): Move some common code to ...
834 (install_svc): ... here. New.
835 (thumb_copy_svc): New.
836 (install_pc_relative): New.
837 (thumb_copy_pc_relative_16bit): New.
838 (thumb_decode_pc_relative_16bit): New.
839 (thumb_copy_16bit_ldr_literal): New.
840 (thumb_copy_cbnz_cbz): New.
841 (cleanup_pop_pc_16bit_all): New.
842 (thumb_copy_pop_pc_16bit): New.
843 (thumb_process_displaced_16bit_insn): New.
844 (thumb_process_displaced_32bit_insn): New.
845 (thumb_process_displaced_insn): process thumb instruction.
846
847 Support displaced stepping for Thumb 32-bit insns.
848 * arm-tdep.c (thumb_copy_unmodified_32bit): New.
849 (thumb2_copy_preload): New.
850 (thumb2_copy_copro_load_store): New.
851 (thumb2_copy_b_bl_blx): New.
852 (thumb2_copy_alu_imm): New.
853 (thumb2_copy_load_reg_imm): New.
854 (thumb2_copy_load_literal): New
855 (thumb2_copy_block_xfer): New.
856 (thumb_32bit_copy_undef): New.
857 (thumb_32bit_copy_unpred): New.
858 (thumb2_decode_ext_reg_ld_st): New.
859 (thumb2_decode_svc_copro): New.
860 (decode_thumb_32bit_store_single_data_item): New.
861 (thumb_copy_pc_relative_32bit): New.
862 (thumb_decode_pc_relative_32bit): New.
863 (decode_thumb_32bit_ld_mem_hints): New.
864 (thumb2_copy_table_branch): New
865 (thumb_process_displaced_32bit_insn): Process Thumb 32-bit
866 instructions.
867
2b16b2e3
YQ
8682011-09-18 Yao Qi <yao@codesourcery.com>
869
870 * arm-tdep.c (install_copro_load_store): PC is set 4-byte aligned.
871 (install_b_bl_blx): Likewise.
872
0f6f04ba
YQ
8732011-09-17 Yao Qi <yao@codesourcery.com>
874
875 * arm-tdep.c (install_ldr_str_ldrb_strb): Renamed to ...
876 (install_load_store): ... this. New.
877 Change parameter BYTE to SIZE.
878 (arm_copy_ldr_str_ldrb_strb): Update caller.
879 (arm_decode_ld_st_word_ubyte): Update caller.
880
e2d96639
YQ
8812011-09-17 Yao Qi <yao@codesourcery.com>
882
883 * infrun.c (displaced_step_fixup): Move some code ...
884 (displaced_step_restore): ... here. New function.
885 (handle_inferior_event): Cleanup displaced stepping state for both
886 child and parent when get forked or vforked event.
887 * regcache.c (get_thread_arch_aspace_regcache): New function.
888 get_thread_arch_regcache (): Call it.
889
a8123151
JB
8902011-09-16 Joel Brobecker <brobecker@adacore.com>
891
892 * ada-tasks.c (print_ada_task_info): New function, merging
893 short_task_info and info_tasks together. Reimplement using
894 ui-out instead of printing to stdout directly. Move the code
895 building and checking the task list here, instead of leaving it
896 in info_tasks_command.
897 (info_task): Move the code building and checking the task
898 list here, instead of leaving it in info_tasks_command.
899 (info_tasks_command): Delete code building and checking
900 the task list - moved elsewhere. Update calls to info_tasks
901 and info_task.
902
fbf06824
JB
9032011-09-16 Joel Brobecker <brobecker@adacore.com>
904
905 * ada-tasks.c (info_task): Delete parameter `from_tty'.
906
34a0bc90
JB
9072011-09-16 Joel Brobecker <brobecker@adacore.com>
908
909 * ada-tasks.c (info_tasks): Delete parameter `from_tty'.
910
79779fa9
JB
9112011-09-16 Joel Brobecker <brobecker@adacore.com>
912
913 * ada-lang.h (ada_build_task_list): Remove parameter
914 `warn_if_null'.
915 * ada-tasks.c (ada_build_task_list): Remove parameter
916 `warn_if_null'. Adjust implementation and documentation.
917 (valid_task_id, ada_get_environment_task)
918 iterate_over_live_ada_tasks): Adjust call to ada_build_task_list.
919 (info_tasks_command): Adjust implementation.
920 (task_command): Likewise.
921 * ravenscar-thread.c (ravenscar_find_new_threads): Fix call
922 to ada_build_task_list.
923
e225eb91
JB
9242011-09-16 Joel Brobecker <brobecker@adacore.com>
925
926 * ada-tasks.c (ada_tasks_check_symbol_table, task_list): Delete.
927 (enum ada_known_tasks_kind, struct ada_tasks_inferior_data): New.
928 (ada_tasks_inferior_data_handle): New static global.
929 (get_ada_tasks_inferior_data): New function.
930 (ada_get_task_number, get_task_number_from_id, valid_task_id)
931 (ada_get_environment_task, iterate_over_live_ada_tasks)
932 (add_ada_task, read_known_tasks_array, read_known_tasks_list):
933 Adjust.
934 (ada_set_current_inferior_known_tasks_addr): New function.
935 (read_known_tasks, ada_build_task_list, short_task_info)
936 (info_tasks, info_task, info_tasks_command, task_command_1)
937 (task_command, ada_task_list_changed): Adjust.
938 (ada_tasks_invalidate_inferior_data): New function.
939 (ada_normal_stop_observer, ada_new_objfile_observer): Adjust.
940 (_initialize_tasks): Set ada_tasks_inferior_data_handle.
941 * ada-lang.h (struct inferior): Add declaration.
942 (ada_task_list_changed): Update profile.
943 * remote-wtx-pd.c: #include "inferior.h".
944 (switch_to_pd_internal): Update call to ada_task_list_changed.
945
6da9ca05
JB
9462011-09-16 Joel Brobecker <brobecker@adacore.com>
947
948 * ada-tasks.c: #include "progspace.h" and "objfiles.h".
949 (atcb_type, atcb_common_type, atcb_ll_type, atcb_call_type)
950 (atcb_fieldno): Delete these static globals.
951 (struct ada_tasks_pspace_data): New struct.
952 (ada_tasks_pspace_data_handle): New static global.
953 (get_ada_tasks_pspace_data): New function.
954 (ada_tasks_invalidate_pspace_data): New function.
955 (get_tcb_types_info, ptid_from_atcb_common, read_atcb)
956 (read_known_tasks_list, ada_new_objfile_observer): Adjust.
957 (_initialize_tasks): Create this module's per-progspace
958 data handle.
959
dccd3cbd
JB
9602011-09-16 Joel Brobecker <brobecker@adacore.com>
961
962 * ada-tasks.c (struct atcb_fieldnos): Renames struct tcb_fieldnos.
963
f877b031
TG
9642011-09-16 Tristan Gingold <gingold@adacore.com>
965
966 * fork-child.c (fork_inferior): Update comment. Use alloca
967 instead of xmalloc for argv. Move len and shell_command
968 declarations in the block where they are used.
969 Only call execvp. Factorize failure code.
970
ae0c443d
JK
9712011-09-16 Abhijit Halder <abhijit.k.halder@gmail.com>
972
973 Code cleanup.
974 * parse.c (write_exp_elt): Change argument to pass a pointer of union
975 `exp_element' instead of an element of the same and make the function
976 static.
977 (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block)
978 (write_exp_elt_objfile, write_exp_elt_longcst, write_exp_elt_dblcst)
979 (write_exp_elt_decfloatcst, write_exp_elt_type, write_exp_elt_intern):
980 Change argument of `write_exp_elt' function call.
981 Remove extra spaces from comments.
982 * parser-defs.h (write_exp_elt): Remove prototype.
983
5af65ec0
PK
9842011-09-15 Paul Koning <paul_koning@dell.com>
985
986 * python/py-cmd.c (gdbpy_string_to_argv): Decrement reference
987 count of item appended to list.
988 * python/py-type.c (typy_fields): Likewise.
989
72be8ccc
PK
9902011-09-15 Paul Koning <paul_koning@dell.com>
991
883640a8 992 * MAINTAINERS (Write After Approval): Add myself to the list.
72be8ccc 993
92f6badc
KP
9942011-09-15 Kevin Pouget <kevin.pouget@st.com>
995
996 PR threads/12628
997 * linux-fork.c (checkpoint_command): Disallow checkpointing of
998 processes with multiple threads.
999 (inf_has_multiple_thread_cb): New function.
1000 (inf_has_multiple_threads): New function.
1001
0672bf41 10022011-09-15 Kevin Pouget <kevin.pouget@st.com>
2aa48337
KP
1003
1004 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1005 * python/py-inferior.c (GdbMethods): New Python method definition.
1006
6839b47f
KP
10072011-09-15 Kevin Pouget <kevin.pouget@st.com>
1008
1009 Handle multiple breakpoint hits in Python interface:
1010 * python/py-bpevent.c (create_breakpoint_event_object): Rename C/Python
1011 variable to breakpoints.
1012 * python/py-stopevent.c (emit_stop_event): Return a Python tuple of
1013 bps instead of single breakpoint. Fix some space typos.
1014 * python/py-stopevent.c (create_breakpoint_event_object): Rename
1015 variable to breakpoints.
1016
672f9b60
KP
10172011-09-15 Kevin Pouget <kevin.pouget@st.com>
1018
1019 * breakpoint.c (describe_other_breakpoints): Do not write 'duplicate'
1020 note if the breakpoint is internal.
1021
43675ae4
KP
10222011-09-15 Kevin Pouget <kevin.pouget@st.com>
1023
0672bf41 1024 * MAINTAINERS (Write After Approval): Add myself to the list
43675ae4 1025
15148d6a
PA
10262011-09-14 Pedro Alves <pedro@codesourcery.com>
1027
1028 * infrun.c (prepare_for_detach, wait_for_inferior)
1029 (fetch_inferior_event): Don't flush the register cache.
1030 * remote.c (struct stop_reply) <regcache>: Add comment.
1031
d83e736b
JK
10322011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1033
1034 Remove excessive DWARF expressions memory duplication.
1035 * dwarf2loc.c (per_cu_dwarf_call): Remove variable back_to and its use
1036 for block.data.
1037 (indirect_pieced_value): Remove variable result. Remove variable
1038 back_to and its use for baton.data.
1039 (dwarf2_compile_expr_to_ax): Remove variable back_to and its use for
1040 block.data.
1041 * dwarf2read.c (dwarf2_fetch_die_location_block): Remove xmemdup.
1042 Update the function comment.
1043
c65b3e0d
PA
10442011-09-13 Pedro Alves <pedro@codesourcery.com>
1045
1046 * inferior.h (ALL_INFERIORS): New.
1047 * linux-thread-db.c (thread_db_find_new_threads_2): Remove check
1048 for a stopped thread.
1049 (thread_db_find_new_threads): Look for threads in all inferiors.
1050
a1398e0c
PA
10512011-09-13 Pedro Alves <pedro@codesourcery.com>
1052
1053 * breakpoint.c (update_watchpoint): Handle the case of the
1054 watchpoint to update not being in the breakpoint list yet.
1055 (hw_watchpoint_use_count): New, factored out from
1056 hw_watchpoint_used_count.
1057 (hw_watchpoint_used_count): Rename to ...
1058 (hw_watchpoint_used_count_others): ... this. Add `except'
1059 parameter. Don't count resources of `except'. Use
1060 hw_watchpoint_use_count.
1061
30596231
PA
10622011-09-13 Pedro Alves <pedro@codesourcery.com>
1063
1064 * gdbthread.h (enum thread_state): Moved here.
1065 (struct thread_info): Rename `executing_' field to `executing' and
1066 `state_' to `state'.
1067 * thread.c (enum thread_state): Moved to gdbthread.h.
1068 (new_thread, add_thread_silent, delete_thread_1)
1069 (any_live_thread_of_process, thread_alive, set_running)
1070 (set_running, is_thread_state, any_running, is_executing)
1071 (set_executing, finish_thread_state, print_thread_info)
1072 (do_captured_thread_select): Adjust.
1073
bede5f5f
JK
10742011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1075
1076 Fix compatibility with gcc < 4.3 and non-gcc compilers.
1077 * amd64-tdep.c (amd64_skip_xmm_prologue): Convert 0b constants.
1078
4801a9a3
PA
10792011-09-12 Pedro Alves <pedro@codesourcery.com>
1080 Matt Rice <ratmice@gmail.com>
1081
1082 PR gdb/13175
1083
1084 * interps.c (struct interp) <interpreter_out>: Delete field.
1085 (interp_new): Remove the data and uiout parameters and adjust.
1086 (interp_set): Only set the current_uiout from the interpreter's
1087 uiout after initializing the interpreter. Adjust call to
1088 init_proc.
1089 (interp_ui_out): Adjust to call procs->ui_out_proc.
1090 (interp_data, interp_name): New.
1091 * interps.h (interp_init_ftype): Add `self' parameter.
1092 (interp_ui_out_ftype): New typedef.
1093 (struct interp_procs) <ui_out_proc>: New method pointer.
1094 (interp_new): Remove the data and uiout parameters.
1095 (interp_data, interp_name): Declare.
1096 * tui/tui-interp.c (tui_init): Adjust prototype.
1097 (tui_ui_out): New.
1098 (_initialize_tui_interp): Install tui_ui_out. Don't instanciate
1099 tui_out here. Adjust call to interp_new.
1100 * tui/tui-io.c (tui_initialize_io): Don't set current_uiout here.
1101 * cli/cli-interp.c (cli_interpreter_init): Adjust prototype.
1102 (cli_ui_out): New.
1103 (_initialize_cli_interp): Install it. Adjust call to interp_new.
1104 * mi/mi-common.h (struct mi_interp) <uiout>: New field.
1105 * mi/mi-interp.c (mi_interpreter_init): Adjust prototype.
1106 Initialize mi->uiout depending on the mi_version as extracted from
1107 the interpreter's name.
1108 (mi_ui_out): New.
1109 (_initialize_mi_interp): Install mi_ui_out. Adjust calls to
1110 interp_new. Don't allocate the ui_out's of the interpreters here.
1111
d0afda03 11122011-09-12 Aleksandar Ristovski <aristovski@qnx.com>
59145f8c 1113
d0afda03 1114 * solib.c (solib_used): New function.
59145f8c
AR
1115 (update_solib_list, reload_shared_libraries_1): Check if objfile is used
1116 by another so_list object before freeing it.
1117
bdaf8d4a
JK
11182011-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1119
1120 Code cleanup.
1121 * mi/mi-cmd-stack.c (list_args_or_locals): Use enum for the parameter
1122 values.
1123
df15bd07
JK
11242011-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1125
1126 Code cleanup.
1127 * amd64-tdep.c (amd64_skip_prologue): Move the XMM code to ...
1128 (amd64_skip_xmm_prologue): ... this new function. Describe its
1129 parameters. No longer use amd64_prologue_line_bug.
1130 * defs.h (producer_is_gcc_ge_4): New declaration.
1131 * dwarf2read.c (producer_is_gcc_ge_4): Move to utils.c.
1132 (process_full_comp_unit): Update its caller. Remove
1133 amd64_prologue_line_bug initialization.
1134 * symtab.h (struct symtab): Remove field amd64_prologue_line_bug.
1135 * utils.c (producer_is_gcc_ge_4): Moved here from dwarf2read.c.
1136
25289eb2
PA
11372011-09-09 Pedro Alves <pedro@codesourcery.com>
1138
1139 * linux-nat.h (enum resume_kind): New.
1140 (struct lwp_info) <last_resume_kind>: New field.
ddf17726
PA
1141 * linux-nat.c (linux_child_follow_fork): Set last_resume_kind to
1142 resume_stop on the new lwp.
25289eb2
PA
1143 (add_lwp): Set last_resume_kind as resume_continue by default.
1144 (lin_lwp_attach_lwp): Set last_resume_kind as resume_stop.
1145 (resume_lwp): New, factored out from resume_callback. Also check
1146 for pending status in lp->waitstatus.
1147 (resume_callback): Reimplement.
1148 (resume_clear_callback): Set last_resume_kind as resume_stop.
1149 (resume_set_callback): Set last_resume_kind as resume_continue.
1150 (linux_nat_resume, linux_handle_extended_wait): Set
1151 last_resume_kind.
1152 (running_callback): Also check lp->waitstatus for pending events.
1153 (select_singlestep_lwp_callback): Check that lp->last_resume_kind
1154 is resume_step.
1155 (stop_and_resume_callback): Don't re-resume if the core wanted the
1156 lwp stopped. Use resume_lwp instead of resume_callback. Avoid
1157 using an invalidated pointer.
1158 (linux_nat_filter_event): Don't discard SIGSTOPs as delayed
1159 SIGSTOPs if the core wanted the LWP to stop.
1160 (linux_nat_wait_1) Don't consume a pending SIGSTOP if the core
1161 wanted the lwp to stop. If the core wanted the lwp to stop, and
1162 the lwp stopped with a SIGSTOP, report a TARGET_SIGNAL_0 instead
1163 of TARGET_SIGNAL_STOP.
1164 (linux_nat_stop_lwp): Don't synchronously wait for the lwp to stop
1165 here. Instead, signal the lwp, and set the last_resume_kind to
1166 resume_stop.
1167
f687d035
PA
11682011-09-09 Pedro Alves <pedro@codesourcery.com>
1169
1170 * linux-nat.c (lin_lwp_attach_lwp): Return 1 (ignore) instead of
1171 -1 (error), if the lwp exits right after attaching.
1172
bc587a6b
DE
11732011-09-08 Doug Evans <dje@google.com>
1174
63d97a20
DE
1175 * py-cmd.c: Some minor formatting fixes.
1176 (gdbpy_parse_command_name): Rename text arg to name, make const.
1177 All callers updated.
1178 * python-internal.h (gdbpy_parse_command_name): Update.
1179
bc587a6b
DE
1180 * cli/cli-decode.c (add_cmd): Add comment.
1181
08711b9a
JK
11822011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1183
1184 PR breakpoints/12435
1185 * amd64-tdep.c (amd64_skip_prologue): New variables start_pc_sal,
1186 next_sal, buf, offset and xmmreg. Advance PC if it sees the PR.
1187 * dwarf2read.c (process_full_comp_unit): Initialize
1188 amd64_prologue_line_bug.
1189 * symtab.h (struct symtab): New field amd64_prologue_line_bug.
1190
b2e7f004
JK
11912011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1192
1193 Fix TUI screen corruption.
1194 * utils.c (fputs_maybe_filtered): Replace !input_from_terminal_p by
1195 batch_flag.
1196
8afd712c
JK
11972011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1198
1199 * findvar.c (read_var_value): Never return NULL, throw an error
1200 instead. Update the function comment. State symbol name in the error
1201 messages.
1202 * python/py-frame.c (frapy_read_var): Remove handling of NULL from
1203 read_var_value.
1204 * stack.c (print_frame_args): Likewise.
1205 * valops.c (value_of_variable): Likewise.
1206
b99b5f66
JK
12072011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1208
1209 * stack.c (print_frame_args): New variable except. Wrap
1210 read_var_value and common_val_print into TRY_CATCH.
1211
85bc8cb7
JK
12122011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1213
1214 * eval.c (evaluate_subexp_standard) <OP_THIS>: Update the value_of_this
1215 caller to value_of_this.
1216 * p-exp.y: Update the value_of_this caller to value_of_this_silent.
1217 Twice.
1218 * valops.c (value_of_this): Remove parameter complain and variable ret.
1219 Update function comment. Never return NULL by this code.
1220 (value_of_this_silent): New function.
1221 * value.h (value_of_this): Remove parameter complain.
1222 (value_of_this_silent): New declaration.
1223
ede1849f
YQ
12242011-09-07 Yao Qi <yao@codesourcery.com>
1225
1226 * gdbthread.h (struct thread_info): Remove fields
1227 `stepping_through_solib_after_catch' and
1228 `stepping_through_solib_catchpoints'.
1229 * infrun.c (init_thread_stepping_state): Update.
1230 (process_event_stop_test, currently_stepping): Update.
1231 (currently_stepping_or_nexting_callback): Update.
1232
6aa27652
YQ
12332011-09-07 Yao Qi <yao@codesourcery.com>
1234
1235 * gdbthread.h (struct thread_info): Comment on field
1236 `step_after_step_resume_breakpoint'.
1237
00db5b94
PA
12382011-09-07 Abhijit Halder <abhijit.k.halder@gmail.com>
1239
1240 * remote.c (remote_console_output): Reindent.
1241
861152be
LM
12422011-09-06 Luis Machado <lgustavo@codesourcery.com>
1243
1244 * frame.c (has_stack_frames): Check for currently selected
1245 traceframe.
1246
ab821bc6
PA
12472011-09-06 Pedro Alves <pedro@codesourcery.com>
1248
1249 * event-top.h (MAXPROMPTS, struct prompts): Delete.
1250 (set_async_annotation_level, set_async_prompt, pop_prompt)
1251 (push_prompt, new_async_prompt): Delete declarations.
1252 * top.h (get_prompt, set_prompt): Change prototype.
1253 (get_prefix, set_prefix, get_suffix, set_suffix): Delete
1254 declarations.
1255 * top.c (command_loop):
1256 (top_prompt): New global.
1257 (get_prefix, set_prefix, get_suffix, ): Delete.
1258 (get_prompt, set_prompt): Rewrite.
1259 (show_new_async_prompt): Rename to ...
1260 (show_prompt): ... this.
1261 (init_main): Adjust. Don't handle --annotate=2 here.
1262 * event-top.c (new_async_prompt): Delete.
1263 (the_prompts): Delete.
1264 (more_to_come): Make static.
1265 (display_gdb_prompt): Use top_level_prompt() to compute the top
1266 level prompt, and don't notify the before_prompt observers
1267 directly here. Always trick readline into not trying to display
1268 the prompt if sync_execution and displaying the primary prompt.
1269 If displaying a local/secondary prompt, always show it, even if
1270 sync_execution is set.
1271 (change_annotation_level): Delete.
1272 (top_level_prompt): New, based on change_annotation_level.
1273 (push_prompt, pop_prompt): Delete.
1274 (async_disable_stdin): No longer pushes prompt.
1275 (command_line_handler): No longer pushes or pops prompt. If more
1276 input is expected, call display_gdb_prompt with an explicit empty
1277 prompt.
1278 (async_stop_sig): Adjust.
1279 (set_async_annotation_level, set_async_prompt): Delete.
1280 * python/python.c (before_prompt_hook): Adjust.
1281
f1d90504
PA
12822011-09-05 Pedro Alves <pedro@codesourcery.com>
1283
1284 PR cli/13110
1285
1286 * infrun.c (fetch_inferior_event): Check if there's a selected
1287 thread before checking if the selected thread is executing.
1288
0f641c01
PA
12892011-09-05 Pedro Alves <pedro@codesourcery.com>
1290
1291 * inf-loop.c (execute_command): Don't check if the current thread
1292 if running before synchronously waiting for command completion.
1293 * infrun.c (fetch_inferior_event): Handle "set exec-done-display"
1294 here.
1295 (normal_stop): Call async_enable_stdin here.
1296 * inf-loop.c (inferior_event_handler): Don't call
1297 async_enable_stdin, nor handle "set exec-done-display" here.
1298
30368258 12992011-09-04 Joel Brobecker <brobecker@adacore.com>
1300
1301 GDB 7.3.1 released.
1302
31916278
JB
13032011-09-04 Joel Brobecker <brobecker@adacore.com>
1304
1305 * NEWS: Change `7.3' into `7.3.1' in `Changes since GDB 7.3'.
1306
e8d56f18
JB
13072011-09-04 Joel Brobecker <brobecker@adacore.com>
1308
1309 * NEWS: Add entry for OpenBSD/NetBSD build failure.
1310
5dd05d8c
JK
13112011-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1312
1313 * config/s390/s390.mh (NATDEPFILES): Add linux-procfs.o dependency.
1314
7d8e6458 13152011-09-02 Matt Rice <ratmice@gmail.com>
1316
1317 PR gdb/10720
1318 * event-top.c (cli_command_loop): Replace readline setup with
1319 direct call to display_gdb_prompt.
1320 (display_gdb_prompt): Do not call observer mechanism during
1321 synchronous execution.
1322
84636d28
PA
13232011-09-02 Pedro Alves <pedro@codesourcery.com>
1324
1325 * linux-nat.c (in_pid_list_p): New.
1326 (linux_record_stopped_pid): Delete.
1327 (lin_lwp_attach_lwp): Check if PTRACE_ATTACH failed because we're
1328 already attached to the LWP. Return an indication if so.
1329 (linux_nat_filter_event): Adjust.
1330 * linux-thread-db.c (attach_thread): Handle lin_lwp_attach_lwp
1331 returning an indication to ignore this thread.
1332
b4a14fd0
PA
13332011-09-02 Pedro Alves <pedro@codesourcery.com>
1334
1335 * top.c: Include interps.h.
1336 (execute_command): If the target can async, but the interpreter is
1337 in sync mode, synchronously wait for the command to finish before
1338 returning.
1339 (execute_command_to_string): Force the interpreter to sync mode.
1340 * infrun.c: Include interps.h.
1341 (fetch_inferior_event): Don't restore the prompt yet if the
1342 interpreter is in sync mode.
1343 * interps.c (interpreter_async): New global.
1344 * interps.h (interpreter_async): Declare.
1345 * inf-loop.c: Include interps.h.
1346 (inferior_event_handler): Don't print the language change or run
1347 breakpoint commands yet if the interpreter in is sync mode.
1348 * main.c (captured_command_loop): Flip the interpreter to async
1349 mode.
1350 * cli/cli-script.c: Include interps.h.
1351 (execute_user_command, while_command, if_command): Force the
1352 interpreter to sync mode.
1353 * python/python.c: Include interps.h.
1354 (python_command, execute_gdb_command): Force the interpreter to
1355 sync mode.
1356
c709acd1
PA
13572011-09-02 Pedro Alves <pedro@codesourcery.com>
1358
1359 * value.c (show_convenience): Catch errors thrown while printing
1360 each internal variable.
1361 * infrun.c (validate_siginfo_access): New function.
1362 (siginfo_value_read, siginfo_value_write): Call it.
1363
9655e943
JK
13642011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1365
1366 Revert:
1367 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
1368 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
1369 attribute.
1370
cb457ae2
YQ
13712011-08-29 Yao Qi <yao@codesourcery.com>
1372
1373 * solib-dsbt.c (bfd_lookup_symbol): Removed.
1374 (cmp_name): New.
1375 (enable_break2): Update caller.
1376 * solib-frv.c (bfd_lookup_symbol): Removed.
1377 (cmp_name): New.
1378 (enable_break2): Update caller.
1379 * solib-pa64.c (bfd_lookup_symbol): Removed.
1380 (cmp_name): New.
1381 * solib-svr4.c (bfd_lookup_symbol): Removed.
1382 (cmp_name_and_sec_flags): New.
1383 (enable_break): Update caller.
1384 * solib.c (gdb_bfd_lookup_symbol_from_symtab): New.
1385 (gdb_bfd_lookup_symbol_from_dyn_symtab): New.
1386 (gdb_bfd_lookup_symbol): New.
1387 * solib.h: Functions declarations.
1388
83d1a36a
YQ
13892011-08-29 Yao Qi <yao@codesourcery.com>
1390
1391 * Makefile.in (ALL_TARGET_OBS): Add tic6x-tdep.o tic6x-linux-tdep.o
1392 and solib-dsbt.o.
1393
c04b3e8f
JK
13942011-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1395
1396 Fix TUI stepi on code without symbols.
1397 * tui/tui-stack.c (tui_show_frame_info): Remove error, set LOW for
1398 current PC instead.
1399
cb0fd152
JK
14002011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1401
1402 Code cleanup.
1403 * mi/mi-cmd-stack.c (list_args_or_locals): Remove stb initialization
1404 and the static keyword.
1405 * mi/mi-cmd-target.c (mi_cmd_target_file_get, mi_cmd_target_file_put):
1406 Make prefix an array.
1407 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
1408 * mi/mi-main.c (get_register): Remove stb initialization and the static
1409 keyword.
1410
91174723
JK
14112011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1412
1413 Code cleanup - make mi_opt const.
1414 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Make
1415 opts const.
1416 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
1417 * mi/mi-cmd-env.c (mi_cmd_env_path): Likewise.
1418 (mi_cmd_env_dir): Likewise.
1419 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Likewise.
1420 (mi_cmd_target_file_put): Likewise.
1421 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
1422 * mi/mi-cmd-var.c (mi_cmd_var_evaluate_expression): Likewise.
1423 * mi/mi-getopt.c (mi_getopt): Make opts and opt const.
1424 (mi_valid_noargs): Make opts const.
1425 * mi/mi-getopt.h (mi_getopt): Make opts and opt const.
1426 * mi/mi-main.c (mi_cmd_list_thread_groups): Make opts const.
1427 (mi_cmd_data_read_memory): Likewise.
1428 (mi_cmd_data_read_memory_bytes): Likewise.
1429 (mi_cmd_data_write_memory): Likewise.
1430
5068b8e8 14312011-08-26 Matt Rice <ratmice@gmail.com>
1432
1433 * solib-sunos.c (allocate_rt_common_objfile): Add missing arguments to
1434 bcache_xmalloc, replace bcache_xmalloc with call to
1435 psymbol_bcache_init for psymbol_cache.
1436 * symfile.c (reread_symbols): Remove extra calls to bcache_xmalloc.
1437
a4f2ce05
JK
14382011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1439
1440 * inf-loop.c (inferior_event_handler): Add exception_print in
1441 INF_EXEC_COMPLETE.
1442
353d1d73
JK
14432011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1444
1445 * breakpoint.c (bpstat_do_actions): New variable cleanup_if_error, call
1446 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
1447 * defs.h (make_bpstat_clear_actions_cleanup): New declaration.
1448 * exceptions.c (throw_exception): Remove the bpstat_clear_actions call.
1449 * inf-loop.c (inferior_event_handler): New variable cleanup_if_error,
1450 call make_bpstat_clear_actions_cleanup and discard_cleanups for it.
1451 Call bpstat_clear_actions for failed fetch_inferior_event_wrapper.
1452 * infrun.c (fetch_inferior_event): Call
1453 make_bpstat_clear_actions_cleanup.
1454 * top.c (execute_command): New variable cleanup_if_error, call
1455 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
1456 * utils.c (do_bpstat_clear_actions_cleanup)
1457 (make_bpstat_clear_actions_cleanup): New functions.
1458
3ced3da4
PA
14592011-08-26 Pedro Alves <pedro@codesourcery.com>
1460
1461 * linux-nat.c (linux_child_follow_fork): Don't set lp->resumed on
1462 either the parent or the child forks. Rename a couple locals.
1463
a9f4bb21
PA
14642011-08-26 Pedro Alves <pedro@codesourcery.com>
1465
1466 * linux-nat.c (wait_lwp): Avoid assuming errno is preserved by a
1467 library call. Avoid reading the `status' local if all waitpid
1468 calls failed.
1469
e5798bef
PA
14702011-08-26 Pedro Alves <pedro@codesourcery.com>
1471
1472 * common/linux-osdata.c (get_cores_used_by_process): Don't assume
1473 opening /proc/PID/task always succeeds.
1474
edb2aadf
AR
14752011-08-26 Aleksandar Ristovski <aristovski@qnx.com>
1476
1477 * linespec.c (symtab_from_filename): Check for the end of string.
1478
0d932b2f
MK
14792011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
1480
1481 PR mi/11912
1482 * varobj.c (cplus_describe_child): Add the keyword
1483 'class' to the output of the method when dealing
1484 with a cast to a base class.
1485
e93ca019
JK
14862011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1487
1488 No functionality change.
1489 * breakpoint.c (bpstat_clear_actions): Remove the BS parameter, make
1490 function comment a reference, new variables tp and bs, move here code
1491 from throw_exception.
1492 * breakpoint.h (bpstat_clear_actions): Remove the BS parameter,
1493 describe it in the comment.
1494 * exceptions.c (throw_exception): Remove variable tp, move the code for
1495 bpstat_clear_actions to bpstat_clear_actions.
1496
13da1c97
LM
14972011-08-24 Luis Machado <lgustavo@codesourcery.com>
1498
1499 * linux-nat.h (linux_proc_get_tgid): Remove declaration.
1500 * linux-nat.c: Include linux-procfs.h.
1501 (linux_proc_get_tgid): Move to ...
1502 * common/linux-procfs.c: ... here. New file.
1503 * common/linux-procfs.h: New file.
1504 * linux-thread-db.c: Include linux-procfs.h.
1505 * Makefile.in: Update dependencies.
1506 * config/alpha/alpha-linux.mh: Add linux-procfs.o dependency.
1507 * config/arm/linux.mh: Likewise.
1508 * config/i386/linux.mh: Likewise.
1509 * config/i386/linux64.mh: Likewise.
1510 * config/ia64/linux.mh: Likewise.
1511 * config/m32r/linux.mh: Likewise.
1512 * config/m68k/linux.mh: Likewise.
1513 * config/mips/linux.mh: Likewise.
1514 * config/pa/linux.mh: Likewise.
1515 * config/pa/linux.mh: Likewise.
1516 * config/powerpc/linux.mh: Likewise.
1517 * config/powerpc/ppc64-linux.mh: Likewise.
1518 * config/powerpc/spu-linux.mh: Likewise.
1519 * config/sparc/linux.mh: Likewise.
1520 * config/sparc/linux64.mh: Likewise.
1521 * config/xtensa/linux.mh: Likewise.
1522
4e5c165d
HZ
15232011-08-24 Hui Zhu <teawater@gmail.com>
1524
1525 * tracepoint.c (cond_string_is_same): New function.
1526 (find_matching_tracepoint): Add condition check
1527 by cond_string_is_same.
1528
6e2f5b22
JK
15292011-08-23 Josh Matthews <josh@joshmatthews.net>
1530
1531 Fix build error in Darwin port.
1532 * darwin-nat-info.c (darwin_debug_regions_recurse): New variable uiout.
1533
abf85f46
JK
15342011-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1535
1536 Code cleanup.
1537 * breakpoint.c (bpstat_clear_actions): Remove clearing of commands_left.
1538 (command_line_is_silent): New function.
1539 (bpstat_do_actions_1): No longer use commands_left, use
1540 command_line_is_silent for commands.
1541 (bpstat_alloc): Remove clearing of commands_left.
1542 (bpstat_stop_status): Remove initialization of commands_left, use
1543 command_line_is_silent.
1544 * breakpoint.h (struct bpstats): Remove commands_left.
1545
3a93a0c2
KS
15462011-08-18 Keith Seitz <keiths@redhat.com>
1547
1548 PR c++/12266
1549 * cp-name-parser.y (struct demangle_info): Remove unused
1550 member PREV.
1551 (d_grab): Likewise.
1552 (allocate_info): Change return type to struct demangle_info *.
1553 Always allocate a new demangle_info.
1554 Remove unused PREV pointer.
1555 (cp_new_demangle_parse_info): New function.
1556 (cp_demangled_name_parse_free): New function.
1557 (do_demangled_name_parse_free_cleanup): New function.
1558 (make_cleanup_cp_demangled_name_parse_free): New function.
1559 (cp_demangled_name_to_comp): Change return type to
1560 struct demangle_parse_info *.
1561 Allocate a new storage for each call.
1562 (main): Update usage for cp_demangled_name_to_comp
1563 API change.
1564 * cp-support.h (struct demangle_parse_info): New structure.
1565 (cp_demangled_name_to_comp): Update API change for
1566 return type.
1567 (cp_new_demangle_parse_info): Declare.
1568 (make_cleanup_cp_demangled_name_parse_free): New declaration.
1569 (cp_demangled_name_parse_free): Declare.
1570 * cp-support.c (cp_canonicalize_string): Update API
1571 change for cp_demangled_name_to_comp.
1572 (mangled_name_to_comp): Likewise.
1573 Return struct demangle_parse_info, too.
1574 (cp_class_name_from_physname): Update mangled_name_to_comp
1575 API change.
1576 (method_name_from_physname): Likewise.
1577 (cp_func_name): Update API change for cp_demangled_name_to_comp.
1578 (cp_remove_params): Likewise.
1579 * python/py-type.c (typy_legacy_template_argument): Likewise.
1580
1581 * cp-support.h (cp_canonicalize_string_no_typedefs): Declare.
1582 (cp_merge_demangle_parse_infos): Declare.
1583 * cp-support.c (ignore_typedefs): New file global.
1584 (copy_string_to_obstack): New function.
1585 (inspect_type): New function.
1586 (replace_typedefs): New function.
1587 (replace_typedefs_qualified_name): New function.
1588 (cp_canonicalize_string_no_typedefs): New function.
1589 * cp-name-parser.y (cp_merge_demangle_parse_infos): New function.
1590 (cp_new_demangle__parse_info): Allocate and initialize the obstack.
1591 * linespec.c (find_methods): Use cp_canonicalize_string_no_typedefs
1592 instead of cp_canonicalize_string.
1593 (find_method): Likewise.
1594 (decode_compound): Before looking up the name, call
1595 cp_canonicalize_string_no_typedefs.
1596 (decode_variable): Likewise.
1597
fa3a4f15
PM
15982011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1599 Tom Tromey <tromey@redhat.com>
1600 Matt Rice <ratmice@gmail.com>
1601
1602 * python/lib/gdb/prompt.py: New file.
1603 * python/lib/gdb/command/prompt.py: New file.
1604 * NEWS: Document set extended-prompt and gdb.prompt library
1605
85661b1e
YQ
16062011-08-16 Yao Qi <yao@codesourcery.com>
1607
1608 * tic6x-linux-tdep.c: Move const arrays definition from here...
1609 * tic6x-tdep.c: to here ...
1610
11315641
YQ
16112011-08-14 Yao Qi <yao@codesourcery.com>
1612
1613 * NEWS: New port to Texas Instruments TMS320C6x.
1614
8cd64e00
YQ
16152011-08-14 Andrew Jenner <andrew@codesourcery.com>
1616 Bernd Schmidt <bernds@codesourcery.com>
1617 Yao Qi <yao@codesourcery.com>
1618
1619 * configure.tgt: Handle tic6x-*-*linux and tic6x-*-*.
1620 * solib-dsbt.c: New file. Support DSBT shared object.
1621 * tic6x-linux-tdep.c: New file.
1622 * tic6x-tdep.c: New file.
1623 * tic6x-tdep.h: New file.
1624
78d85199
YQ
16252011-08-14 Andrew Stubbs <ams@codesourcery.com>
1626 Yao Qi <yao@codesourcery.com>
1627
1628 * remote.c (PACKET_qXfer_fdpic): New enum value.
1629 (remote_protocol_features): Add qXfer:fdpic:read packet.
1630 (remote_xfer_partial): Support TARGET_OBJECT_FDPIC.
1631 (_initialize_remote): Add set/show remote read-fdpic-loadmap command.
1632 * target.h (enum target_object): Add TARGET_OBJECT_FDPIC.
1633
224bbe49
YQ
16342011-08-14 Yao Qi <yao@codesourcery.com>
1635
1636 Target description for tic6x.
1637 * features/Makefile (WHICH): Add tic6x-c64xp tic6x-c64x tic6x-c62x
1638 tic6x-c64xp-linux tic6x-c64x-linux and tic6x-c62x-linux.
1639 * features/tic6x-c6xp.xml, features/tic6x-core.xml: New.
1640 * features/tic6x-gp.xml, features/tic6x-c62x.xml: New.
1641 * features/tic6x-c64x.xml, features/tic6x-c64xp.xml: New.
1642 * features/tic6x-c62x-linux.xml, features/tic6x-c64x-linux.xml: New.
1643 * features/tic6x-c64xp-linux.xml: New.
1644 * features/tic6x-c64xp.c, features/tic6x-c64x.c: Generated.
1645 * features/tic6x-c62x.c, features/tic6x-c64xp-linux.c: Generated.
1646 * features/tic6x-c64x-linux.c, features/tic6x-c62x-linux.c: Generated.
1647 * regformats/tic6x-c62x.dat, regformats/tic6x-c64x.dat: Generated.
f040079f
HZ
1648 * regformats/tic6x-c64xp.dat,
1649 regformats/tic6x-c62x-linux.dat: Generated.
1650 * regformats/tic6x-c64x-linux.dat,
1651 regformats/tic6x-c64xp-linux.dat: Generated.
224bbe49
YQ
1652 * config/djgpp/fnchange.lst: Add features/tic6x-*.xml and
1653 features/tic6x-*.c files.
1654 Add regformats/tic6x-*.dat files.
1655
457e09f0
DE
16562011-08-12 Doug Evans <dje@google.com>
1657
1658 * NEWS: Mention new "type" attribute of python gdb.Symbol objects.
1659 * python/py-symbol.c (sympy_get_type): New function.
1660 (symbol_object_getset): Add "type".
1661
d20c1c3f
PA
16622011-08-12 Pedro Alves <pedro@codesourcery.com>
1663
1664 PR tui/13073
1665
1666 * tui/tui-regs.c (tui_show_register_group): Skip registers with an
1667 empty name.
1668 (tui_show_register_group): Don't store a byte buffer in the data
1669 element's value.
1670 (tui_register_format): Skip registers with an empty name.
1671 (tui_get_register): Store a struct value in the data element's
1672 value field instead of a byte buffer holding the raw register
1673 contents. Account for optimized-out and unavailable registers
1674 when comparing register contents.
1675
9d8fa392
PA
16762011-08-09 Pedro Alves <pedro@codesourcery.com>
1677
1678 * printcmd.c (current_display_number): Update comment.
1679 (disable_current_display_cleanup): Delete.
1680 (do_one_display): Use make_cleanup_restore_integer. Gracefully
1681 catch errors thrown while evaluating and printing the display.
1682
401a70b8
TT
16832011-08-09 Tom Tromey <tromey@redhat.com>
1684
1685 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
1686
7f86f058
PA
16872011-08-09 Pedro Alves <pedro@codesourcery.com>
1688
94b71cca 1689 * elfread.c (elf_symtab_read): Rework comments.
7f86f058
PA
1690 * maint.c (maintenance_command): Ditto.
1691 * somread.c (som_symtab_read): Ditto.
1692 * solib.c (solib_find, solib_map_sections, update_solib_list)
1693 (solib_add, info_sharedlibrary_command, solib_name_from_address)
1694 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
94b71cca 1695 (sharedlibrary_command, no_shared_libraries): Ditto.
7f86f058
PA
1696 * solib-irix.c (locate_base, disable_break, enable_break)
1697 (irix_solib_create_inferior_hook, irix_solib_create_inferior_hook)
1698 (irix_current_sos, irix_open_symbol_file_object)
1699 (irix_special_symbol_handling): Ditto.
1700 * solib-sunos.c (locate_base, first_link_map_member)
1701 (sunos_current_sos, disable_break, enable_break)
1702 (sunos_special_symbol_handling, sunos_solib_create_inferior_hook):
1703 Ditto.
1704 * solib-svr4.c (bfd_lookup_symbol, elf_locate_base, locate_base)
1705 (open_symbol_file_object, svr4_current_sos, enable_break)
1706 (svr4_special_symbol_handling, svr4_solib_create_inferior_hook):
1707 Ditto.
1708 * solib-frv.c (bfd_lookup_symbol, open_symbol_file_object)
1709 (frv_current_sos, enable_break, frv_special_symbol_handling)
1710 (frv_solib_create_inferior_hook): Ditto.
1711 * solist.h (struct target_so_ops): Extend the comments of the
1712 special_symbol_handling, current_sos and open_symbol_file_object
1713 methods.
1714
5e239b84
PM
17152011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1716
1717 * python/lib/gdb/__init__.py: Auto-load files in command and
1718 function directories.
1719 * python/python.c (finish_python_initialization): Use
1720 os.path.join.
1721 * python/lib/gdb/command/pretty_printers.py: Self register
1722 command.
1723 * NEWS: Document auto-loading.
1724
b6cede78
JK
17252011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1726
1727 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>
1728 (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_LITERAL>: New variable
1729 objfile_gdbarch. Fix BFD_ENDIAN_BIG case.
1730
29d0bb3d
TT
17312011-08-08 Tom Tromey <tromey@redhat.com>
1732
1733 * breakpoint.c (clean_up_filters): Remove.
1734 (catch_syscall_split_args): Use VEC_cleanup.
1735
2f7fb8e4
JK
17362011-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1737
1738 * cp-name-parser.y (xfree): Wrap the name free by CONCAT2.
1739 (main): Uncomment "Demangling error\n".
1740
d6c10e95
PP
17412011-08-05 Paul Pluzhnikov <ppluzhnikov@google.com>
1742
1743 * solib-target.c (segment_attributes): Make them static.
1744 (section_attributes, library_children, library_attributes): Likewise.
1745 (library_list_children, library_list_attributes): Likesise.
1746 (library_list_elements): Likewise.
1747
af6e93b2
PA
17482011-08-05 Pedro Alves <pedro@codesourcery.com>
1749
1750 * exceptions.c (throw_exception): Don't disable the current
1751 display.
1752 * printcmd.c (disable_current_display_cleanup): New function.
1753 (do_one_display): Install a cleanup to disable the current display
1754 if doing the display throws.
1755
6a1b1664
EZ
17562011-08-05 Eli Zaretskii <eliz@gnu.org>
1757
1758 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move the
1759 initialization of the tp_new member to the corresponding
1760 gdbpy_initialize_* function.
1761 * python/py-cmd.c (gdbpy_initialize_commands): Likewise.
1762 * python/py-frame.c (gdbpy_initialize_frames): Likewise.
1763 * python/py-function.c (gdbpy_initialize_functions): Likewise.
1764 * python/py-inferior.c (gdbpy_initialize_inferior): Likewise.
1765 * python/py-param.c (gdbpy_initialize_parameters): Likewise.
1766
31a0ae49
JK
17672011-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1768
1769 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
1770 (info_spu_mailbox_list, info_spu_mailbox_command, info_spu_dma_cmdlist)
1771 (info_spu_dma_command, info_spu_proxydma_command): Rename uiout
1772 references to current_uiout.
1773
e0dd0826
PA
17742011-08-04 Pedro Alves <pedro@codesourcery.com>
1775
1776 * event-loop.c (gdb_do_one_event): Remove `data' parameter.
1777 (start_event_loop): Use TRY_CATCH instead of catch_errors.
1778 * event-loop.h (gdb_do_one_event): Remove `data' parameter.
1779 * top.c (gdb_readline_wrapper): Adjust.
1780 * tui/tui-interp.c (tui_command_loop):
1781 (_initialize_tui_interp): Don't install it.
1782
79a45e25
PA
17832011-08-04 Pedro Alves <pedro@codesourcery.com>
1784
1785 * ui-out.h (uiout): Rename to ...
1786 (current_uiout): ... this.
1787 * ui-out.c (uiout): Rename to ...
1788 (current_uiout): ... this.
1789 * ada-lang.c (print_it_exception, print_one_exception)
1790 (print_mention_exception): Adjust.
1791 * breakpoint.c (watchpoint_check): Adjust.
1792 (print_breakpoint_location, print_one_breakpoint, breakpoint_1)
1793 (default_collect_info, watchpoints_info, print_one_catch_fork)
1794 (print_one_catch_vfork, print_one_catch_syscall)
1795 (print_one_catch_exec, mention, print_it_ranged_breakpoint)
1796 (print_one_ranged_breakpoint, print_mention_ranged_breakpoint)
1797 (print_it_watchpoint, print_mention_watchpoint)
1798 (print_it_masked_watchpoint, print_mention_masked_watchpoint)
1799 (print_it_exception_catchpoint, print_one_exception_catchpoint)
1800 (print_mention_exception_catchpoint, say_where, bkpt_print_it)
1801 (bkpt_print_mention, momentary_bkpt_print_it)
1802 (tracepoint_print_mention, update_static_tracepoint)
1803 (tracepoints_info, save_breakpoints): Adjust.
1804 * cli-out.c (field_separator): Adjust.
1805 * cp-abi.c (list_cp_abis, show_cp_abi_cmd): Adjust.
1806 * exceptions.c (catch_exceptions_with_msg, catch_errors): Adjust.
1807 * frame.c (get_current_frame): Adjust.
1808 * infcmd.c (run_command_1, print_return_value): Adjust.
1809 * inferior.c (inferior_command, info_inferiors_command): Adjust.
1810 * infrun.c (print_end_stepping_range_reason): Adjust.
1811 (print_signal_exited_reason, print_exited_reason): Adjust.
1812 (print_signal_received_reason, print_no_history_reason): Adjust.
1813 * interps.c (interp_set): Adjust.
1814 * osdata.c (info_osdata_command): Adjust.
1815 * progspace.c (maintenance_info_program_spaces_command): Adjust.
1816 * remote-fileio.c (remote_fileio_request): Adjust.
1817 * remote.c (show_remote_cmd): Adjust.
1818 * solib.c (info_sharedlibrary_command): Adjust.
1819 * source.c (print_source_lines_base): Adjust.
1820 * stack.c (print_stack_frame): Adjust.
1821 (do_gdb_disassembly, print_frame_info, print_frame): Adjust.
1822 * symfile-mem.c (add_vsyscall_page): Adjust.
1823 * symfile.c (load_progress, generic_load)
1824 (print_transfer_performance): Adjust.
1825 * thread.c (info_threads_command, restore_selected_frame)
1826 (thread_command): Adjust.
1827 * top.c (make_cleanup_restore_ui_file): Adjust.
1828 * tracepoint.c (tvariables_info_1, trace_status_mi, tfind_1)
1829 (print_one_static_tracepoint_marker): Adjust.
1830 * cli/cli-cmds.c (print_disassembly): Adjust.
1831 * cli/cli-decode.c (print_doc_line): Adjust.
1832 * cli/cli-interp.c (safe_execute_command): Adjust.
1833 * cli/cli-logging.c (set_logging_redirect, pop_output_files)
1834 (handle_redirections): Adjust.
1835 * cli/cli-script.c (show_user_1): Adjust.
1836 * cli/cli-setshow.c (do_setshow_command, cmd_show_list): Adjust.
1837 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
1838 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Adjust.
1839 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_path)
1840 (mi_cmd_env_dir): Adjust.
1841 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
1842 (print_partial_file_name, mi_cmd_file_list_exec_source_files): Adjust.
1843 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1844 (mi_cmd_stack_info_depth, mi_cmd_stack_list_args)
1845 (list_args_or_locals): Adjust.
1846 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
1847 (mi_cmd_var_delete, mi_cmd_var_set_format, mi_cmd_var_set_frozen)
1848 (mi_cmd_var_show_format, mi_cmd_var_info_num_children)
1849 (mi_cmd_var_list_children, mi_cmd_var_info_type)
1850 (mi_cmd_var_info_path_expression, mi_cmd_var_info_expression)
1851 (mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression)
1852 (mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one): Adjust.
1853 * mi/mi-interp.c (mi_on_normal_stop): Adjust.
1854 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_thread_select)
1855 (mi_cmd_thread_list_ids, mi_cmd_thread_info, print_one_inferior)
1856 (list_available_thread_groups, mi_cmd_list_thread_groups)
1857 (mi_cmd_data_list_register_names)
1858 (mi_cmd_data_list_changed_registers)
1859 (mi_cmd_data_list_register_values, get_register)
1860 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
1861 (mi_cmd_data_read_memory_bytes, mi_cmd_list_features)
1862 (mi_cmd_list_target_features, mi_cmd_add_inferior)
1863 (mi_execute_command, mi_load_progress): Adjust.
1864 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Adjust.
1865 * python/py-auto-load.c (print_script, info_auto_load_scripts):
1866 Adjust.
1867 * python/py-breakpoint.c (bppy_get_commands): Adjust.
1868 * tui/tui-interp.c (tui_command_loop): Adjust.
1869 * tui/tui-io.c (tui_setup_io, tui_initialize_io): Adjust.
1870
f9679975
PA
18712011-08-04 Pedro Alves <pedro@codesourcery.com>
1872
1873 * exceptions.c (struct catcher): Remove saved_uiout field.
1874 (exceptions_state_mc_init): Remove the `func_uiout' parameter, and
1875 no longer save/resvore the global ui_out builder.
1876 (catch_exceptions_with_msg): Save/override/restore the global
1877 ui_out builder manually instead of relying on TRY_CATCH to do it.
1878 (catch_errors): Save/restore the global ui_out builder manually
1879 instead of relying on TRY_CATCH to do it.
1880 * exceptions.h (exceptions_state_mc_init): Remove the `func_uiout'
1881 parameter.
1882 (TRY_CATCH): Adjust.
1883 * cli/cli-interp.c (safe_execute_command): Save/override/restore
1884 the global ui_out builder manually instead of relying on TRY_CATCH
1885 to do it.
1886
934709f0
PW
18872011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1888
1889 * breakpoint.c (update_global_location_list): Ensure
1890 invariant 'first loc marked not duplicated and inserted,
1891 following locs marked duplicated/not inserted' is respected
1892 for multiple locations at the same address.
1893 (unduplicated_should_be_inserted) New function.
1894 (swap_insertion) New function.
1895
2421fe6f
JK
18962011-08-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1897
1898 * stack.c (print_frame_arguments_choices): Comment typo fix.
1899
3fbb6ffa
TJB
19002011-08-01 Thiago Jung Bauermann <bauerman@br.ibm.com>
1901
1902 Revert:
1903 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1904 * breakpoint.c (insert_bp_location): Remove disabled_breaks
1905 argument. Update callers.
1906
fbe12357
PP
19072011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
1908
1909 PR gdb/13045
1910 * doublest.c (convert_doublest_to_floatformat): Pass correct
1911 mantissa length to put_field.
1912
b1d288d3
JK
19132011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1914
1915 * stack.c (do_gdb_disassembly): Use RETURN_MASK_ERROR, simplify the
1916 exception_print code path.
1917 (backtrace_command): Remove variable e. Protect arg by make_cleanup in
1918 advance. Simplify memset. Remove TRY_CATCH. Remove explicit xfree.
1919 (backtrace_full_command): Remove variable e. Remove TRY_CATCH.
1920
311b5970
JK
19212011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1922
1923 Code cleanup.
1924 * stack.c (struct print_stack_frame_args, print_stack_frame_stub):
1925 Remove, merge them into ...
1926 (print_stack_frame): ... here with a TRY_CATCH. New variable e, remove
1927 variable args and its initialization.
1928 (struct print_args_args, print_args_stub): Remove, merge them into
1929 print_frame.
1930 (struct gdb_disassembly_stub_args, gdb_disassembly_stub): Remove, merge
1931 them into ...
1932 (do_gdb_disassembly): ... here. Remove variable args and its
1933 initialization.
1934 (print_frame): Remove variable args and its initialization, new
1935 variable gdbarch and numargs (from print_args_stub), inline here
1936 print_args_stub with a TRY_CATCH.
1937 (struct backtrace_command_args, backtrace_command_stub): Remove, merge
1938 them into ...
1939 (backtrace_command, backtrace_full_command): ... here with a TRY_CATCH.
fbe12357 1940 New variable e, remove variable btargs and its initialization.
311b5970 1941
484a26a8
TG
19422011-08-01 Tristan Gingold <gingold@adacore.com>
1943
1944 * darwin-nat.c (darwin_decode_exception_message): Adjust assertion.
1945
c30eee59
TJB
19462011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1947
1948 * breakpoint.c (insert_bp_location): Document return value.
1949 (insert_breakpoint_locations): Fix documentation.
1950 (remove_breakpoints): Add documentation.
1951
f116073b
TJB
19522011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1953
1954 * breakpoint.c (insert_bp_location): Remove disabled_breaks
1955 argument. Update callers.
1956
65aa373f
JK
19572011-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1958
1959 * stack.c (print_frame_info): Comment typo fix.
1960
a50242fb
SA
19612011-07-29 Sterling Augustine <saugustine@google.com>
1962
1963 * MAINTAINERS (Write After Approval): Add myself to the list.
1964
267f6504
TT
19652011-07-29 Tom Tromey <tromey@redhat.com>
1966
1967 * solib-target.c: Use DEF_VEC_I, not DEF_VEC_O.
1968 (library_list_start_segment): Update.
1969 (library_list_start_section): Update.
1970
00bd41d6
PM
19712011-07-28 Phil Muldoon <pmuldoon@redhat.com>
1972
1973 * varobj.c (value_get_print_value): Move hint check later into the
1974 function. Comment function. Free thevalue before reusing it.
1975
18a46dbe
JK
19762011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1977 Pedro Alves <pedro@codesourcery.com>
1978
1979 * eval.c (evaluate_subexp_standard): Remove not_lval from all calls of
1980 value_one.
1981 * valops.c (value_one): Remove parameter lv. Do not pass it to itself.
1982 Assert the result kind.
1983 * value.h (value_one): Remove parameter lv.
1984
bb7da2bf
JK
19852011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1986
1987 Fix crash on lval_computed values.
1988 * valops.c (value_zero): Use not_lval for lval_computed.
1989
2d5213f8
TT
19902011-07-27 Tom Tromey <tromey@redhat.com>
1991
1992 * Makefile.in (HFILES_NO_SRCDIR): Add 'common' prefix for
1993 gdb_assert.h, gdb_locale.h, gdb_dirent.h.
1994
11081198
JK
19952011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1996
1997 * typeprint.c (_initialize_typeprint): Extend the help of "whatis" and
1998 "ptype" by their typedefs difference.
1999
3c6e0cb3
JK
20002011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2001
2002 * dwarf2expr.c (ctx_no_read_reg): New function.
2003 * dwarf2expr.h (ctx_no_read_reg): New declaration.
2004 * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
2005 (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
2006 (decode_locdesc): Replace by a caller of dwarf_expr_eval.
2007
523f3620
JK
20082011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2009
2010 * dwarf2-frame.c (no_get_frame_base, no_get_frame_cfa, no_get_frame_pc)
2011 (no_get_tls_address, no_dwarf_call, no_base_type): Move to the other
2012 file.
2013 (dwarf2_frame_ctx_funcs): Reference the renamed functions.
2014 * dwarf2expr.c (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
2015 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
2016 (ctx_no_get_base_type): Move the functions here.
2017 * dwarf2expr.h (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
2018 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
2019 (ctx_no_get_base_type): New declarations.
2020
24d3216f
TT
20212011-07-27 Tom Tromey <tromey@redhat.com>
2022
2023 * xcoffread.c (dwarf2_xcoff_names): Add 'macro' and 'sentinel'
2024 entries.
2025 * symfile.h (struct dwarf2_debug_sections) <sentinel>: New field.
2026 * dwarf2read.c (dwarf2_elf_names): Add sentinel entry.
2027
5005c8a9
PP
20282011-07-26 Sterling Augustine <saugustine@google.com>
2029
2030 * cli/cli-dump.c (dump_binary_file): Change parameter type to
2031 ULONGEST.
2032 (dump_bfd_file): Likewise.
2033
480a3f21
PW
20342011-07-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2035
2036 * remote.c (remote_region_ok_for_hw_watchpoint): New function.
2037 (remote_hw_watchpoint_length_limit): New variable.
2038 (_initialize_remote) add set,show cmds for this new variable.
2039 * gdb.texinfo: document these new commands.
2040 * NEWS: Mention these new commands.
2041
efa80663
PA
20422011-07-26 Pedro Alves <pedro@codesourcery.com>
2043
2044 * breakpoint.c (works_in_software_mode_watchpoint): Also return
2045 true for software watchpoints.
2046
dbdaa232 20472011-07-26 Joel Brobecker <brobecker@adacore.com>
2048
2049 GDB 7.3 released.
2050
cf2c3c16
TT
20512011-07-26 Tom Tromey <tromey@redhat.com>
2052
2053 * symfile.h (struct dwarf2_debug_sections) <macro>: New field.
2054 * dwarf2read.c (read_indirect_string_at_offset): New function.
2055 (read_indirect_string): Use it.
2056 (dwarf_decode_macro_bytes): New function, taken from
2057 dwarf_decode_macros. Handle DW_MACRO_GNU_*.
2058 (dwarf_decode_macros): Use it. handle DW_MACRO_GNU_*.
2059 (dwarf_parse_macro_header, skip_form_bytes, skip_unknown_opcode):
2060 New functions.
2061 (struct dwarf2_per_objfile) <macro>: New field.
2062 (dwarf2_elf_names): Add .debug_macro.
2063 (dwarf2_macros_too_long_complaint): Add 'section' argument.
2064 (dwarf2_locate_sections): Handle new section.
2065 (read_file_scope): Handle DW_AT_GNU_macros.
2066 (dwarf2_per_objfile_free): Unmap the .debug_macro section.
2067
1a532630
PP
20682011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2069
2070 * NEWS: Mention dcache configuration.
2071 * dcache.c (dcache_set_list, dcache_show_list): New variables.
2072 (dcache_size, dcache_line_size): New variables.
2073 (LINE_SIZE_MASK, XFORM, MASK): Adjust.
2074 (struct dcache_block): Make it expandable.
2075 (struct dcache_struct): New field.
2076 (dcache_invalidate): Discard freelist upon dcache_line_size changes.
2077 (dcache_hit, dcache_alloc, dcache_peek_byte): Adjust.
2078 (dcache_poke_byte, dcache_print_line): Adjust.
2079 (set_dcache_size, set_dcache_line_size): New functions.
2080 (set_dcache_command, show_dcache_command): New functions.
2081 (_initialize_dcache): Add new commands.
2082
2eff07b3
PP
20832011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2084
2085 * progspace.h (struct program_space): Add solib_add_generation.
2086 * infcmd.c (post_create_inferior): Only call solib_add if not
2087 already done.
2088 * solib.c (solib_add): Increment solib_add_generation.
2089
543305c9
JK
20902011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2091
2092 Fix implicit pointer offsets.
2093 * dwarf2loc.c (indirect_pieced_value): Comment byte_offset. Use also
2094 ptr.OFFSET.
2095
c0a91b2b
TT
20962011-07-25 Tom Tromey <tromey@redhat.com>
2097
2098 * ada-lang.c (ada_exception_breakpoint_ops): Make return type
2099 const.
2100 (ada_exception_sal): Make 'ops' const.
2101 (ada_decode_exception_location): Likewise.
2102 (ada_decode_assert_location): Likewise.
2103 (catch_assert_command): Update.
2104 (catch_ada_exception_command): Update.
2105 (create_ada_exception_catchpoint): Make 'ops' const.
2106 * breakpoint.c (set_raw_breakpoint_without_location)
2107 (set_raw_breakpoint, momentary_breakpoint_from_master): Make 'ops'
2108 const.
2109 (create_internal_breakpoint): Update.
2110 (init_raw_breakpoint_without_location): Make 'ops' const.
2111 (init_raw_breakpoint, init_catchpoint)
2112 (create_fork_vfork_event_catchpoint)
2113 (create_syscall_event_catchpoint, init_breakpoint_sal)
2114 (create_breakpoint_sal, create_breakpoints_sal)
2115 (create_breakpoint, init_ada_exception_breakpoint): Likewise.
2116 * breakpoint.h (struct breakpoint) <ops>: Now const.
2117 (init_ada_exception_breakpoint, create_breakpoint): Make 'ops'
2118 const.
2119
6cb9b55b
PP
21202011-07-25 Paul Pluzhnikov <ppluzhnikov@google.com>
2121
2122 * linux-thread-db.c (thread_from_lwp): Initialize th.th_unique.
2123
d9b3f62e
PA
21242011-07-25 Pedro Alves <pedro@codesourcery.com>
2125
2126 * breakpoint.h (print_recreate_thread): Declare.
2127 (struct breakpoint): Move step_count, pass_count,
2128 number_on_target, static_trace_marker_id,
2129 static_trace_marker_id_idx ...
2130 (struct tracepoint): ... to this new struct.
2131 (get_tracepoint, get_tracepoint_by_number_on_target)
2132 (get_tracepoint_by_number): Change return type to struct
2133 tracepoint pointer.
2134 * breakpoint.c (is_tracepoint_type): New, factored out from
2135 is_tracepoint.
2136 (is_tracepoint): Adjust.
2137 (print_one_breakpoint_location): Cast to struct tracepoint as
2138 necessary, and adjust.
2139 (print_recreate_catch_fork, print_recreate_catch_vfork)
2140 (print_recreate_catch_syscall, print_recreate_catch_exec): Call
2141 print_recreate_thread.
2142 (init_breakpoint_sal): New, factored out from
2143 create_breakpoint_sal.
2144 (create_breakpoint_sal): Reimplement.
2145 (create_breakpoint): Allocate a struct tracecepoint if the caller
2146 wanted a tracepoint. Use init_breakpoint_sal and
2147 install_breakpoint.
2148 (print_recreate_ranged_breakpoint, print_recreate_watchpoint)
2149 (print_recreate_masked_watchpoint)
2150 (print_recreate_exception_catchpoint): Call print_recreate_thread.
2151 (tracepoint_print_one_detail): Adjust.
2152 (tracepoint_print_recreate): Adjust. Call print_recreate_thread.
2153 Dump the pass count here.
2154 (update_static_tracepoint): Adjust.
2155 (addr_string_to_sals): Adjust.
2156 (create_tracepoint_from_upload): Adjust. Change return type to
2157 struct tracepoint pointer.
2158 (trace_pass_set_count): Change parameter type to struct tracepoint
2159 pointer, and adjust.
2160 (trace_pass_command): Adjust.
2161 (get_tracepoint, get_tracepoint_by_number_on_target)
2162 (get_tracepoint_by_number): Change return type to struct
2163 tracepoint pointer, and adjust.
2164 (print_recreate_thread): New, factored out from save_breakpoints.
2165 (save_breakpoints): Don't print thread and task and passcount
2166 recreation here.
2167 * remote.c (remote_download_tracepoint): Adjust.
2168 * tracepoint.c (trace_actions_command, validate_actionline)
2169 (start_tracing, tfind_1, trace_find_tracepoint_command)
2170 (trace_dump_command): Adjust.
2171 (find_matching_tracepoint): Change return type to struct
2172 tracepoint pointer, and adjust.
2173 (merge_uploaded_tracepoints, tfile_get_traceframe_address)
2174 (tfile_trace_find, tfile_fetch_registers): Adjust.
2175 * tracepoint.h (create_tracepoint_from_upload): Change return type
2176 to struct tracepoint pointer.
2177 * ada-lang.c (print_recreate_exception): Call
2178 print_recreate_thread.
2179 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Adjust.
2180
3a5c3e22
PA
21812011-07-25 Pedro Alves <pedro@codesourcery.com>
2182
2183 * breakpoint.h (struct breakpoint): Move ops as first field. Move
2184 exp_string, exp_string_reparse, exp, exp_valid_block, cond_exp,
2185 cond_exp_valid_block, val, val_valid, watchpoint_frame,
2186 watchpoint_thread, watchpoint_triggered ...
2187 (struct watchpoint): ... to this new struct.
2188 (is_watchpoint): Declare.
2189 (install_breakpoint): Add new `internal' parameter.
2190 * breakpoint.c (is_watchpoint): Delete declaration.
2191 (set_breakpoint_condition): Handle watchpoints.
2192 (is_watchpoint): Make public.
2193 (watchpoint_in_thread_scope): Change parameter type to struct
2194 watchpoint.
2195 (watchpoint_del_at_next_stop): Change parameter type to struct
2196 watchpoint. Remove assertion. Adjust.
2197 (update_watchpoint): Ditto.
2198 (insert_breakpoints, breakpoint_init_inferior)
2199 (watchpoints_triggered, watchpoint_check)
2200 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions)
2201 (bpstat_stop_status, print_one_breakpoint_location)
2202 (print_one_breakpoint_location, watchpoint_locations_match): Cast
2203 to struct watchpoint as necessary, and adjust.
2204 (install_breakpoint): Add `internal' argument. If true, don't
2205 mention the new breakpoint. Use set_breakpoint_number.
2206 (create_fork_vfork_event_catchpoint)
2207 (create_syscall_event_catchpoint): Adjust.
2208 (dtor_watchpoint): New.
2209 (re_set_watchpoint, insert_watchpoint, remove_watchpoint)
2210 (breakpoint_hit_watchpoint, resources_needed_watchpoint)
2211 (print_it_watchpoint, print_mention_watchpoint)
2212 (print_recreate_watchpoint, insert_masked_watchpoint)
2213 (remove_masked_watchpoint, resources_needed_masked_watchpoint)
2214 (print_one_detail_masked_watchpoint)
2215 (print_mention_masked_watchpoint)
2216 (print_recreate_masked_watchpoint): Cast to struct watchpoint as
2217 necessary, and adjust.
2218 (watch_command_1): Allocate and initialize a struct watchpoint
2219 instead of a struct breakpoint. Use install_breakpoint.
2220 (catch_exec_command_1): Adjust.
2221 (base_breakpoint_dtor): Delete accesses to watchpoint specific
2222 fields.
2223 (delete_breakpoint, enable_breakpoint_disp)
2224 (invalidate_bp_value_on_memory_change): Cast to struct watchpoint
2225 as necessary, and adjust.
2226 (initialize_breakpoint_ops): Install dtor_watchpoint as
2227 watchpoints' dtor method.
2228 * ada-lang.c (create_ada_exception_catchpoint): Adjust.
2229 * python/py-breakpoint.c (bppy_get_expression): Use is_watchpoint.
2230 to struct watchpoint as necessary, and adjust.
2231
2060206e
PA
22322011-07-25 Pedro Alves <pedro@codesourcery.com>
2233
2234 * ada-lang.c (dtor_exception, re_set_exception): Indirect through
2235 the the base class ops table.
2236 (catch_exception_breakpoint_ops)
2237 (catch_exception_unhandled_breakpoint_ops)
2238 (catch_assert_breakpoint_ops): Don't statically initialize.
2239 (initialize_ada_catchpoint_ops): New.
2240 (_initialize_ada_language): Call it.
2241 * breakpoint.c (base_breakpoint_ops, bkpt_base_breakpoint_ops)
2242 (bkpt_breakpoint_ops): Forward declare.
2243 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
2244 (catch_syscall_breakpoint_ops, catch_exec_breakpoint_ops)
2245 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
2246 (masked_watchpoint_breakpoint_ops)
2247 (gnu_v3_exception_catchpoint_ops): Don't statically initialize.
2248 (dtor_catch_syscall, dtor_catch_exec): Indirect through the the
2249 base class ops table.
2250 (null_re_set, null_check_status, null_works_in_software_mode)
2251 (null_resources_needed, null_print_one_detail): Delete.
2252 (bkpt_dtor): Rename to ...
2253 (base_breakpoint_dtor): ... this. Make static.
2254 (bkpt_allocate_location): Rename to ...
2255 (base_breakpoint_allocate_location): ... this. Make static.
2256 (base_breakpoint_re_set): New.
2257 (internal_error_pure_virtual_called): New.
2258 (base_breakpoint_insert_location, base_breakpoint_remove_location)
2259 (base_breakpoint_breakpoint_hit, base_breakpoint_check_status)
2260 (base_breakpoint_works_in_software_mode)
2261 (base_breakpoint_resources_needed, base_breakpoint_print_it)
2262 (base_breakpoint_print_one_detail, base_breakpoint_print_mention)
2263 (base_breakpoint_print_recreate): New functions.
2264 (base_breakpoint_ops): New global.
2265 (bkpt_re_set, bkpt_insert_location, bkpt_remove_location)
2266 (bkpt_breakpoint_hit): Make static.
2267 (bkpt_check_status): Delete.
2268 (bkpt_resources_needed): Make static.
2269 (bkpt_works_in_software_mode): Delete.
2270 (bkpt_print_it, bkpt_print_mention, bkpt_print_recreate): Make
2271 static.
2272 (bkpt_breakpoint_ops, internal_breakpoint_ops)
2273 (momentary_breakpoint_ops): Don't statically initialize.
2274 (internal_bkpt_print_recreate, momentary_bkpt_print_recreate):
2275 Delete.
2276 (tracepoint_insert_location, tracepoint_remove_location)
2277 (tracepoint_check_status, tracepoint_works_in_software_mode)
2278 (tracepoint_print_it): Delete.
2279 (tracepoint_breakpoint_ops): Don't statically initialize.
2280 (initialize_breakpoint_ops): New.
2281 (_initialize_breakpoint): Call it.
2282 * breakpoint.h (null_re_set, null_works_in_software_mode)
2283 (null_resources_needed, null_check_status, null_print_one_detail):
2284 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
2285 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
2286 (bkpt_check_status, bkpt_resources_needed)
2287 (bkpt_works_in_software_mode, bkpt_print_it)
2288 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
2289 Delete declarations.
2290 (initialize_breakpoint_ops): Declare.
2291
001c8c33
PA
22922011-07-25 Pedro Alves <pedro@codesourcery.com>
2293
2294 * breakpoint.c (bkpt_print_it, internal_bkpt_print_it)
2295 (momentary_bkpt_print_it): Simplify.
2296
06edf0c0
PA
22972011-07-25 Pedro Alves <pedro@codesourcery.com>
2298
2299 Split internal, momentary and user breakpoints breakpoint_ops
2300 tables.
2301
2302 * breakpoint.c (internal_breakpoint_ops)
2303 (momentary_breakpoint_ops): Forward declare.
2304 (create_internal_breakpoint): Add new breakpoint_ops parameter.
2305 Pass it down, rather than hardcoding bkpt_breakpoint_ops.
2306 (create_overlay_event_breakpoint)
2307 (create_std_terminate_master_breakpoint)
2308 (create_exception_master_breakpoint): Create breakpoints with
2309 internal_breakpoint_ops vtable.
2310 (set_longjmp_breakpoint): Create momentary breakpoints with
2311 momentary_breakpoint_ops vtable, using
2312 momentary_breakpoint_from_master.
2313 (create_thread_event_breakpoint, create_jit_event_breakpoint)
2314 (create_solib_event_breakpoint): Create breakpoints with
2315 internal_breakpoint_ops vtable.
2316 (set_momentary_breakpoint): Create breakpoints with
2317 momentary_breakpoint_ops vtable.
2318 (momentary_breakpoint_from_master): New, factored out from
2319 clone_momentary_breakpoint.
2320 (clone_momentary_breakpoint): Adjust.
2321 (watch_command_1): Create scope breakpoints with
2322 momentary_breakpoint_ops vtable.
2323 (bkpt_re_set): Remove handling of internal and momentary
2324 breakpoints.
2325 (bkpt_print_mention, bkpt_print_recreate): New.
2326 (bkpt_breakpoint_ops): Adjust.
2327 (internal_bkpt_re_set, internal_bkpt_check_status)
2328 (internal_bkpt_print_it, internal_bkpt_print_mention)
2329 (internal_bkpt_print_recreate, internal_breakpoint_ops): New.
2330 (momentary_bkpt_re_set, momentary_bkpt_check_status)
2331 (momentary_bkpt_print_it, momentary_bkpt_print_mention)
2332 (momentary_bkpt_print_recreate): New.
2333 (momentary_breakpoint_ops): New.
2334
348d480f
PA
23352011-07-25 Pedro Alves <pedro@codesourcery.com>
2336
2337 Implement most breakpoint_ops methods for all breakpoint types,
2338 and move the default handlings to the proper callbacks.
2339
2340 * breakpoint.c (update_watchpoint): Always call the breakpoint's
2341 works_in_software_mode method.
2342 (insert_bp_location): Go through breakpoint_ops->insert_location
2343 for software and hardware watchpoints.
2344 (create_internal_breakpoint): Pass bkpt_breakpoint_ops as
2345 breakpoint_ops.
2346 (remove_breakpoint_1): Go through breakpoint_ops->remove_location
2347 for software and hardware watchpoints.
2348 (print_it_typical): Delete.
2349 (print_bp_stop_message): Always call the breakpoint_ops->print_it
2350 method.
2351 (watchpoint_check): Adjust comment.
2352 (bpstat_check_location): Simply always call the breakpoint's
2353 breakpoint_hit method.
2354 (bpstat_stop_status): Always call the breakpoint's check_status
2355 method. Remove special cases for watchpoints and internal event
2356 breakpoints from here (moved to the check_status implementations).
2357 (print_one_breakpoint_location): Assume b->ops is never NULL.
2358 Remove static tracepoint marker id printing from here (moved to
2359 the print_one_detail callback implementation of tracepoints).
2360 (init_bp_location): Assert OPS is never NULL.
2361 (allocate_bp_location): Always call the breakpoint's
2362 allocate_location method, and remove the default code from here.
2363 (free_bp_location): Always call the location's dtor method, and
2364 remove the default code from here.
2365 (init_raw_breakpoint_without_location): Assert OPS is never NULL.
2366 (set_raw_breakpoint_without_location): Add new breakpoint_ops
2367 parameter. Pass it down.
2368 (set_raw_breakpoint): Ditto.
2369 (print_it_catch_fork): Adjust to take a bpstat as argument.
2370 (catch_fork_breakpoint_ops): Install methods.
2371 (print_it_catch_vfork): Adjust to take a bpstat as argument.
2372 (catch_vfork_breakpoint_ops): Install methods.
2373 (dtor_catch_syscall): Call the base dtor.
2374 (print_it_catch_syscall): Adjust to take a bpstat as argument.
2375 (catch_syscall_breakpoint_ops): Install methods.
2376 (dtor_catch_exec): Call the base dtor.
2377 (print_it_catch_exec): Adjust to take a bpstat as argument.
2378 (catch_exec_breakpoint_ops): Install methods.
2379 (hw_breakpoint_used_count, hw_watchpoint_used_count): Always call
2380 the breakpoint's resources_needed method, and remove the default
2381 code from here.
2382 (set_momentary_breakpoint): Pass bkpt_breakpoint_ops as
2383 breakpoint_ops.
2384 (clone_momentary_breakpoint): Clone the original's ops.
2385 (mention): Always call the breakpoint's print_mention method, and
2386 remove the default code from here.
2387 (create_breakpoint_sal): Adjust to pass the ops to
2388 set_raw_breakpoint rather than setting it manually.
2389 (create_breakpoint): Assert ops is never NULL. Adjust to pass the
2390 ops to set_raw_breakpoint_without_location rather than setting it
2391 manually.
2392 (break_command_1): Pass bkpt_breakpoint_ops as breakpoint_ops.
2393 (print_it_ranged_breakpoint): Adjust to take a bpstat as argument.
2394 (ranged_breakpoint_ops): Install methods.
2395 (break_range_command): Adjust to pass the ops to
2396 set_raw_breakpoint rather than setting it manually.
2397 (re_set_watchpoint, breakpoint_hit_watchpoint)
2398 (check_status_watchpoint, resources_needed_watchpoint)
2399 (works_in_software_mode_watchpoint, print_it_watchpoint)
2400 (print_mention_watchpoint, print_recreate_watchpoint): New
2401 functions.
2402 (watchpoint_breakpoint_ops): Install new methods.
2403 (print_it_masked_watchpoint): New function.
2404 (masked_watchpoint_breakpoint_ops): Install new methods.
2405 (watch_command_1): Adjust to pass the right breakpoint_ops to
2406 set_raw_breakpoint_without_location rather than setting it
2407 manually later. Record the current pspace.
2408 (print_it_exception_catchpoint): Adjust to take a bpstat as
2409 argument.
2410 (gnu_v3_exception_catchpoint_ops): Install new methods.
2411 (say_where): New function.
2412 (null_re_set, null_check_status, null_works_in_software_mode)
2413 (null_resources_needed, null_print_one_detail, bp_location_dtor):
2414 New functions.
2415 (bp_location_ops): New global.
2416 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
2417 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
2418 (bkpt_check_status, bkpt_resources_needed)
2419 (bkpt_works_in_software_mode, bkpt_print_it, bkpt_print_mention)
2420 (bkpt_print_recreate): New functions.
2421 (bkpt_breakpoint_ops): New global.
2422 (tracepoint_re_set, tracepoint_insert_location)
2423 (tracepoint_remove_location, tracepoint_breakpoint_hit)
2424 (tracepoint_check_status, tracepoint_works_in_software_mode)
2425 (tracepoint_print_it, tracepoint_print_one_detail)
2426 (tracepoint_print_mention, tracepoint_print_recreate): New
2427 functions.
2428 (tracepoint_breakpoint_ops): New global.
2429 (delete_breakpoint): Always call the breakpoint's dtor method, and
2430 remove the default handling from here.
2431 (breakpoint_re_set_default): Make static.
2432 (breakpoint_re_set_one): Always call the breakpoints re_set
2433 method, and remove the default handling from here.
2434 (trace_command, ftrace_command, strace_command)
2435 (create_tracepoint_from_upload): Pass appropriate breakpoints_ops
2436 to create_breakpoint.
2437 (save_breakpoints): Always call the breakpoint's print_recreate
2438 method, and remove the default handling from here.
2439
2440 * ada-lang.c (dtor_exception): Call the base dtor.
2441 (re_set_exception): Call the base method.
2442 (print_it_exception, print_it_catch_exception): Adjust to take a
2443 bpstat as argument.
2444 (catch_exception_breakpoint_ops): Install methods.
2445 (print_it_catch_exception_unhandled): Adjust to take a bpstat as
2446 argument.
2447 (catch_exception_unhandled_breakpoint_ops): Install methods.
2448 (print_it_catch_assert): Adjust to take a bpstat as argument.
2449 (catch_assert_breakpoint_ops): Install methods.
2450
2451 * breakpoint.h (struct breakpoint_ops): Adjust the print_it method
2452 to take a bpstat as argument.
2453 (enum print_stop_action): Add describing comments to each enum
2454 value.
2455 (breakpoint_re_set_default): Delete declaration.
2456 (null_re_set, null_works_in_software_mode, null_resources_needed)
2457 (null_check_status, null_print_one_detail): Declare.
2458 (bkpt_breakpoint_ops): Declare.
2459 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
2460 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
2461 (bkpt_check_status, bkpt_resources_needed)
2462 (bkpt_works_in_software_mode, bkpt_print_it)
2463 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
2464 Declare.
2465
2466 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust to pass
2467 bkpt_breakpoint_ops.
2468 * python/py-breakpoint.c (bppy_init): Ditto.
2469
be8f8133
PW
24702011-07-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2471
2472 * MAINTAINERS (Write After Approval): Add myself to the list.
2473
3807f613
PP
24742011-07-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2475
2476 * elfread.c (elf_rel_plt_read): Fix off-by-one bug.
2477
1ced966e
PA
24782011-07-22 Pedro Alves <pedro@codesourcery.com>
2479
2480 * i386-nat.c (I386_DR_VACANT, I386_DR_LOCAL_ENABLE)
2481 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
2482 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): Add state parameter and
2483 adjust.
2484 (dr_mirror, dr_status_mirror, dr_control_mirror): Delete.
2485 (struct i386_debug_reg_state): New.
2486 (i386_init_dregs): New.
2487 (dr_mirror): New.
2488 (i386_cleanup_dregs): Use i386_init_dregs.
2489 (i386_show_dr): Add state parameter and adjust.
2490 (i386_insert_aligned_watchpoint): Ditto. Don't pass the info to
2491 the inferior here.
2492 (i386_remove_aligned_watchpoint): Likewise.
2493 (i386_handle_nonaligned_watchpoint): Add state parameter and adjust.
2494 (i386_update_inferior_debug_regs): New.
2495 (i386_insert_watchpoint): Work on a local mirror of the debug
2496 registers, and only update the inferior on success.
2497 (i386_remove_watchpoint): Ditto.
2498 (i386_region_ok_for_watchpoint): Adjust.
2499 (i386_stopped_data_address): Adjust.
2500 (i386_insert_hw_breakpoint): Adjust.
2501 (i386_remove_hw_breakpoint): Adjust.
2502
3543a589
TT
25032011-07-22 Tom Tromey <tromey@redhat.com>
2504
2505 * amd64-tdep.c (amd64_pseudo_register_read_value): Rename
2506 from amd64_pseudo_register_read. Change arguments. Call
2507 mark_value_bytes_unavailable when needed.
2508 (amd64_init_abi): Use set_gdbarch_pseudo_register_read_value, not
2509 set_gdbarch_pseudo_register_read.
2510 * sentinel-frame.c (sentinel_frame_prev_register): Use
2511 regcache_cooked_read_value.
2512 * regcache.h (regcache_cooked_read_value): Declare.
2513 * regcache.c (regcache_cooked_read_value): New function.
2514 (regcache_cooked_read): Call
2515 gdbarch_pseudo_register_read_value if available.
2516 * i386-tdep.h (i386_pseudo_register_read_value): Declare.
2517 (i386_pseudo_register_read): Remove.
2518 * i386-tdep.c (i386_pseudo_register_read_into_value): Rename from
2519 i386_pseudo_register_read. Change arguments. Call
2520 mark_value_bytes_unavailable when needed.
2521 (i386_pseudo_register_read_value): New function.
2522 (i386_gdbarch_init): Call set_gdbarch_pseudo_register_read_value,
2523 not set_gdbarch_pseudo_register_read.
2524 * gdbarch.sh (pseudo_register_read_value): New method.
2525 * gdbarch.c, gdbarch.h: Rebuild.
2526 * findvar.c (value_from_register): Call get_frame_register_value.
2527
95298e72
PM
25282011-07-22 Phil Muldoon <pmuldoon@redhat.com>
2529
2530 * event-top.c (cli_command_loop): Use get_prompt, get_suffix,
2531 get_prefix.
2532 (display_gdb_prompt): Likewise.
2533 (change_annotation_level): Likewise.
2534 (push_prompt): Likewise.
2535 (pop_prompt): Likewise.
2536 (handle_stop_sig): Use get_prompt with a level.
2537 * top.c (command_loop): Use get_prompt with a level.
2538 (set_async_annotation_level): Use set_prompt with a level.
2539 (get_prefix): New function.
2540 (set_prefix): Ditto.
2541 (set_suffix): Ditto.
2542 (get_suffix): Ditto.
2543 (get_prompt): Accept a level argument.
2544 (set_prompt): Accept a level argument. Free old prompts. Set
2545 new_async_prompt if level is 0.
2546 (init_main): Use set_prompt with a level. Do not set
2547 new_async_prompt.
2548 * event-top.h (PROMPT, SUFFIX, PREFIX): Move to top.c
2549 * top.h: Declare set_suffix, get_suffix, set_prefix, get_prefix.
2550 Modify set_prompt, get_prompt to account for levels.
2551 * tui/tui-interp.c (tui_command_loop): Use get_prompt with a
2552 level.
2553 * python/python.c (before_prompt_hook): Use set_prompt.
2554
d26e3629
KY
25552011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
2556
2557 * defs.h: Add guard against inclusion in gdbserver.
2558 (struct ptid, ptid_t): Move to common/ptid.h.
2559 (xfree, xzalloc, xasprintf, xvasprintf, xstrprintf, xstrvprintf,
2560 xsnprintf, internal_error): Move to common/common-utils.h.
2561 (nomem): Delete.
2562 * gdb_assert.h: Move into common/ sub-directory.
2563 * gdb_locale.h: Ditto.
2564 * gdb_dirent.h: Ditto.
2565 * inferior.h (minus_one_ptid, null_ptid, ptid_build, pid_to_ptid,
2566 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid):
2567 Move into common/ptid.h.
2568 * xml-support.c (xml_escape_text): Move into common/xml-utils.c.
2569 (gdb_xml_create_parser_and_cleanup_1, xml_fetch_context_from_file):
2570 Change nomem to malloc_failure.
2571 * xml-support.h (xml_escape_text): Move into common/xml-utils.h.
2572 * utils.c (nomem): Rename to malloc_failure.
2573 (xmalloc, xzalloc, xrealloc, xcalloc, xfree, xstrprintf, xasprintf,
2574 xvasprintf, xstrvprintf, xsnprintf): Move to common/common-utils.c.
2575 (gdb_buildargv): Change nomem to malloc_failure.
2576 * infrun.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
2577 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
2578 ptid_is_pid): Move into common/ptid.c.
2579 (initialize_infrun): Delete initialization of null_ptid and
2580 minus_one_ptid.
2581 * linux-nat.c (linux_nat_xfer_osdata): Defer to
2582 linux_common_xfer_osdata.
2583 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
2584 common/ptid.c and common/buffer.c.
2585 (HFILES_NO_SRCDIR): Add common/common-utils.h, common/xml-utils.h,
2586 common/ptid.h, common/buffer.h and common/linux-osdata.h.
2587 (COMMON_OBS): Add xml-utils.o, common-utils.o, buffer.o and ptid.o.
2588 (common-utils.o, xml-utils.o, ptid.o, buffer.o, linux-osdata.o): New
2589 rules.
2590 * common/gdb_assert.h: New.
2591 * common/gdb_dirent.h: New.
2592 * common/gdb_locale.h: New.
2593 * common/buffer.c: New.
2594 * common/buffer.h: New.
2595 * common/ptid.c: New.
2596 * common/ptid.h: New.
2597 * common/xml-utils.c: New.
2598 * common/xml-utils.h: New.
2599 * common/common-utils.c: New.
2600 * common/common-utils.h: New.
2601 * common/linux-osdata.c: New.
2602 * common/linux-osdata.h: New.
2603 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-osdata.o.
2604 * config/arm/linux.mh (NATDEPFILES): Ditto.
2605 * config/i386/linux.mh (NATDEPFILES): Ditto.
2606 * config/i386/linux64.mh (NATDEPFILES): Ditto.
2607 * config/ia64/linux.mh (NATDEPFILES): Ditto.
2608 * config/m32r/linux.mh (NATDEPFILES): Ditto.
2609 * config/m68k/linux.mh (NATDEPFILES): Ditto.
2610 * config/mips/linux.mh (NATDEPFILES): Ditto.
2611 * config/pa/linux.mh (NATDEPFILES): Ditto.
2612 * config/powerpc/linux.mh (NATDEPFILES): Ditto.
2613 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Ditto.
2614 * config/s390/s390.mh (NATDEPFILES): Ditto.
2615 * config/sparc/linux.mh (NATDEPFILES): Ditto.
2616 * config/sparc/linux64.mh (NATDEPFILES): Ditto.
2617 * config/xtensa/linux.mh (NATDEPFILES): Ditto.
2618
edc84990 26192011-07-21 Matt Rice <ratmice@gmail.com>
2620
2621 * NEWS: Add info macros and info definitions commands.
2622
3a7bf607
PM
26232011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2624
2625 * NEWS: Document Python prompt substitution hook.
2626
9b158ba0 26272011-07-18 Matt Rice <ratmice@gmail.com>
2628
2629 PR macros/12999
2630 * macrotab.h (macro_callback_fn): Add new arguments to callback.
2631 * macrotab.c (foreach_macro): Ditto.
2632 (foreach_macro_in_scope): Ditto.
2633 * macrocmd.c (print_macro_callback): New function.
2634 (info_macro_command): Move some code to print_macro_definition.
2635 (print_macro_definition): New function.
2636 (print_one_macro): Add new arguments to callback.
2637 (info_definitions_command): New function.
2638 (info_macros_command): Ditto.
2639 (_initialize_macrocmd): Add info macros and info definitions commands.
2640 * symtab.c (add_macro_name): Add new arguments to callback.
2641
d17b6f81
PM
26422011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2643 Tom Tromey <tromey@redhat.com>
2644
2645 * top.c (set_prompt): Rewrite to free previous prompt, free
2646 asynch_new_prompt and set both on new prompts.
2647 * event-top.c (display_gdb_prompt): Add prompt substitution
2648 logic.
2649 * python/python.c (before_prompt_hook): New function.
2650
1364323a 26512011-07-20 Matt Rice <ratmice@gmail.com>
2652
2653 * bfin-tdep.c (bfin_extract_return_value): Fix swapped
2654 arguments to store_unsigned_integer.
2655
8b70b953
TT
26562011-07-20 Tom Tromey <tromey@redhat.com>
2657
6c83ed52
TT
2658 * dwarf2read.c (process_enumeration_scope): Do not call new_symbol
2659 in some declaration-only cases.
2660
26612011-07-18 Tom Tromey <tromey@redhat.com>
2662
8b70b953
TT
2663 PR symtab/12984:
2664 * dwarf2read.c (dwarf2_section_info_def): New typedef.
2665 (struct dwarf2_per_objfile) <types>: Change to a VEC.
2666 (struct dwarf2_per_cu_data) <from_debug_types>: Remove.
2667 <debug_type_section>: New field.
2668 (dwarf2_locate_sections): Push .debug_types sections onto VEC.
2669 (load_cu): Use appropriate section.
2670 (create_signatured_type_table_from_index): Add 'section'
2671 argument.
2672 (dwarf2_read_index): Only allow a single .debug_types section.
2673 (dw2_get_file_names): Use appropriate section.
2674 (read_type_comp_unit_head): Add 'section' argument.
2675 (create_debug_types_hash_table): Loop over all .debug_types
2676 sections.
2677 (init_cu_die_reader): Use appropriate section.
2678 (process_psymtab_comp_unit, load_partial_comp_unit)
2679 (load_full_comp_unit, read_die_and_children, find_partial_die)
2680 (lookup_die_type, determine_prefix, follow_die_offset): Update.
2681 (lookup_signatured_type_at_offset): Add 'section' argument.
2682 (read_signatured_type_at_offset): Add 'sect' argument.
2683 (read_signatured_type): Use appropriate section.
2684 (set_die_type, get_die_type_at_offset): Update.
2685 (dwarf2_per_objfile_free): Free all .debug_types sections, and
2686 VEC.
2687 (write_psymtabs_to_index): Don't allow index with more than one
2688 .debug_types section.
2689
918dd910
JK
26902011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2691
2692 Fix crash if referenced CU is aged out.
2693 * dwarf2loc.c (per_cu_dwarf_call): New variable back_to, use to for
2694 xfree of block.data.
2695 (indirect_pieced_value): New variable back_to, use to for xfree of
2696 baton.data.
2697 (dwarf2_compile_expr_to_ax): New variable back_to, use to for xfree of
2698 block.data.
2699 * dwarf2read.c (dwarf2_find_base_address): New prototype.
2700 (load_cu): New function from ...
2701 (dw2_do_instantiate_symtab): ... the code here ...
2702 (process_full_comp_unit): ... and here.
2703 (dwarf2_fetch_die_location_block): Call load_cu first. Call xmemdup on
2704 retval.data.
2705
0e37a63c
JK
27062011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2707
2708 * dwarf2loc.c (indirect_pieced_value): Use check_typedef for VALUE's
2709 type.
2710
7e324e48
GB
27112011-07-19 Gary Benson <gbenson@redhat.com>
2712
2713 * infrun.c (struct execution_control_state): New member
2714 stop_func_filled_in.
2715 (clear_stop_func, fill_in_stop_func): New functions.
2716 (handle_inferior_event): Call clear_stop_func rather than
2717 manipulating the execution control state directly.
2718 Call fill_in_stop_func lazily as required rather than
2719 directly calling find_pc_partial_function in all cases.
2720
d48323d8
TT
27212011-07-18 Tom Tromey <tromey@redhat.com>
2722
2723 * dwarf2read.c (read_subrange_type): Use attr_form_is_block when
2724 checking for variable-sized array.
2725
40591b7d
JCD
27262011-07-18 Jean-Charles Delay <delay@adacore.com>
2727
2728 * varobj.h (varobj_languages): Add vlang_ada definition to the list
2729 of supported languages.
2730 * varobj.c: Add top definitions and basic implementation of the
2731 following callbacks: ada_number_of_children, ada_name_of_variable,
2732 ada_name_of_child, ada_path_expr_of_child, ada_value_of_root,
2733 ada_value_of_child, ada_type_of_child, ada_value_of_variable.
2734 (languages): Register Ada-specific callbacks.
2735 (variable_language): Add the Ada case in the language setter switch.
2736
2e424e08
JK
27372011-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2738
2739 * remote-mips.c (pmon_download): Fix ignored return value GCC warning.
2740
9e8b7a03
JK
27412011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2742
2743 Code cleanup.
2744 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): New.
2745 (execute_stack_op): Use dwarf2_frame_ctx_funcs
2746 * dwarf2expr.c (dwarf_get_base_type): Access get_base_type via funcs.
2747 (execute_stack_op): Access read_reg, get_frame_base, read_mem,
2748 get_frame_cfa, get_tls_address and dwarf_call via funcs.
2749 * dwarf2expr.h (struct dwarf_expr_context): New forward declaration.
2750 (struct dwarf_expr_context_funcs): New, move here methods from ...
2751 (struct dwarf_expr_context): ... here. New fields funcs.
2752 * dwarf2loc.c (dwarf_expr_dwarf_call): Access get_frame_pc via funcs.
2753 (dwarf_expr_ctx_funcs): New.
2754 (dwarf2_evaluate_loc_desc_full): Use dwarf_expr_ctx_funcs.
2755 (needs_frame_dwarf_call): Access get_frame_pc via funcs.
2756 (needs_frame_ctx_funcs): New.
2757 (dwarf2_loc_desc_needs_frame): Use needs_frame_ctx_funcs.
2758
2b1260ab
FM
27592011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
2760
2761 * MAINTAINERS (Write After Approval): Add myself to the list.
2762
8bd90839
FM
27632011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
2764
2765 * dwarf2-frame.c (decode_frame_entry, decode_frame_entry_1): Ensure
2766 that CIE pointer of an FDE really points to a CIE .
2767
953b98d1
HZ
27682011-07-15 Hui Zhu <teawater@gmail.com>
2769
2770 * remote.c (remote_get_trace_status): Add comments.
2771
c8f2448a
JK
27722011-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2773
2774 Code cleanup - constify struct lval_funcs.
2775 * dwarf2loc.c (pieced_value_funcs): Make it const.
2776 * infrun.c (siginfo_value_funcs): Likewise.
2777 * opencl-lang.c (opencl_value_funcs): Likewise.
2778 * valops.c (value_assign, value_ind): Make the funcs variable const.
2779 * value.c (struct value): Make location.computed.funcs target const.
2780 Rearrange the comments.
2781 (allocate_computed_value): Make the funcs parameter target const.
2782 (value_computed_funcs): Return the funcs target const.
2783 (value_free, value_copy, set_value_component_location): Make the funcs
2784 variable const.
2785 * value.h (allocate_computed_value): Make the funcs parameter target
2786 const.
2787 (value_computed_funcs): Return the funcs target const.
2788 * windows-tdep.c (tlb_value_funcs): Make it const.
2789
f652de6f
HZ
27902011-07-14 Hui Zhu <teawater@gmail.com>
2791
2792 * remote.c (remote_get_trace_status): Initialize p.
2793
67f41397
JK
27942011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2795
2796 Work around kgdb.
2797 * remote.c (remote_get_trace_status): New variable ex. Put
2798 remote_get_noisy_reply into TRY_CATCH. Call exception_fprintf for it.
2799
d1b66e6d
TT
28002011-07-13 Tom Tromey <tromey@redhat.com>
2801
2802 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>: Use
2803 value_from_contents for final conversion.
2804
1632a688
JK
28052011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2806
2807 Code cleanup.
2808 * dwarf2loc.c (dwarf_expr_frame_base_1, dwarf2_evaluate_loc_desc_full):
2809 Indent prototypes so they do not get into tags.
2810
a7035dbb
JK
28112011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2812
2813 Code cleanup making also optimized out values lazy.
2814 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
2815 allocate_optimized_out_value. Twice.
2816 (loclist_read_variable) Use allocate_optimized_out_value. Once.
2817 * findvar.c (read_var_value): Likewise.
2818 * value.c (allocate_optimized_out_value): New function.
2819 * value.h (allocate_optimized_out_value): New declaration.
2820
d07ed419
JK
28212011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2822
2823 Fix occasional crash of CTRL-C during DWARF read in.
2824 * dwarf2read.c (dwarf2_mark_helper): Return on NULL CU.
2825
86d31898
TT
28262011-07-11 Tom Tromey <tromey@redhat.com>
2827
2828 * regcache.c (struct regcache_descr): Fix typo.
2829 * i387-tdep.c (i387_supply_xsave): Fix typo.
2830
2ab95328
TT
28312011-07-11 Tom Tromey <tromey@redhat.com>
2832
2833 * dwarf2read.c (handle_DW_AT_stmt_list): New function.
2834 (read_file_scope, read_type_unit_scope): Use it.
2835
04ad99e6
JK
28362011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2837
2838 * dwarf2expr.c (read_sleb128): Fix signed extension overflowing host
2839 `int'.
2840
713389e0
PM
28412011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2842
2843 PR python/12438
2844 * python/python.c: Set gdbpy_should_print_stack default to off.
2845 (set_python): Deprecate maint set python print-stack to
2846 class_deprecate.
2847 (_initialize_python): Deprecate maint set/show python print-stack.
2848 Add new prefix command, python. Add new setting, print-backtrace.
2849 * NEWS: Document set python print-stack. Document default change.
2850
754eadd1
PM
28512011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2852
2853 * python/py-inferior.c (infpy_dealloc): New function.
2854 (inferior_to_inferior_object): Return a new object, or a
2855 new reference to the existing object.
2856 (find_thread_object): Cleanup references to inferior.
2857 (delete_thread_object): Ditto.
2858 * python/py-infthread.c (create_thread_object): Do not increment
2859 inferior reference count.
2860
5e44ecb3
TT
28612011-07-08 Tom Tromey <tromey@redhat.com>
2862
2863 * dwarf2loc.c (locexpr_regname): New function.
2864 (locexpr_describe_location_piece): Use it.
2865 (disassemble_dwarf_expression): Add per_cu argument. Use
2866 locexpr_regname.
2867 <DW_OP_GNU_deref_type, DW_OP_GNU_const_type,
2868 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
2869 New cases.
2870 (locexpr_describe_location_1): Add per_cu argument.
2871 (locexpr_describe_location): Update.
2872 (loclist_describe_location): Update.
2873
e0e9434c
TT
28742011-07-08 Tom Tromey <tromey@redhat.com>
2875
2876 * dwarf2expr.c (execute_stack_op): Add QUIT.
2877
26afc0d7
HZ
28782011-07-07 Hui Zhu <teawater@gmail.com>
2879
2880 Revert:
2881 2011-07-06 Hui Zhu <teawater@gmail.com>
2882 * remote.c (remote_start_remote): Add TRY_CATCH for
2883 remote_get_trace_status.
2884 * tracepoint.c (disconnect_tracing): Ditto.
2885
a40a111f
AB
28862011-07-07 Andrew Burgess <aburgess@broadcom.com>
2887
2888 * cli/cli-setshow.c (do_setshow_command): Display var_zinteger
2889 variables as signed, not unsigned.
2890
e2bd3b15
JB
28912011-07-06 Joel Brobecker <brobecker@adacore.com>
2892
2893 * jit.c (jit_inferior_init): Reformat forward declaration.
2894
e3d961fe 28952011-07-06 Matt Rice <ratmice@gmail.com>
2896
2897 * MAINTAINERS (Write After Approval): Add myself to the list.
2898
0f3428f0
HZ
28992011-07-06 Hui Zhu <teawater@gmail.com>
2900
2901 * remote.c (remote_start_remote): Add TRY_CATCH for
2902 remote_get_trace_status.
2903 * tracepoint.c (disconnect_tracing): Ditto.
2904
fc9f3a69
TT
29052011-07-05 Tom Tromey <tromey@redhat.com>
2906
2907 * symtab.c (operator_chars): Now static.
2908 * linespec.c (operator_chars): Don't declare.
2909
26e519b9
TJB
29102011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2911
2912 * ui-out.h (ui_out_field_core_addr): Fix typo in comment.
2913
eb2a6f42
TT
29142011-07-05 Tom Tromey <tromey@redhat.com>
2915
2916 * gnu-v3-abi.c (gnuv3_rtti_type): Check TYPE_CPLUS_REALLY_JAVA.
2917 * gdbtypes.h (struct cplus_struct_type) <is_java>: New field.
2918 (TYPE_CPLUS_REALLY_JAVA): New macro.
2919 * dwarf2read.c (process_structure_scope): Set
2920 TYPE_CPLUS_REALLY_JAVA.
2921
21083d0f 29222011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
177b42fe
TJB
2923
2924 * ada-lang.c: Fix typos.
2925 * amd64-tdep.c: Likewise.
2926 * breakpoint.c: Likewise.
2927 * cli/cli-decode.c: Likewise.
2928 * findcmd.c: Likewise.
2929 * inline-frame.c: Likewise.
2930 * mi/mi-main.c: Likewise.
2931 * minsyms.c: Likewise.
2932 * monitor.c: Likewise.
2933 * monitor.h: Likewise.
2934 * prologue-value.c: Likewise.
2935 * reverse.c: Likewise.
2936 * s390-tdep.c: Likewise.
2937
3b2a0cf2
JB
29382011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2939
2940 * jit.c (jit_inferior_init): Forward declare.
2941 (jit_breakpoint_re_set_internal): Call jit_inferior_init.
2942
efae1d92
JB
29432011-07-04 Joel Brobecker <brobecker@adacore.com>
2944
2945 * osabi.c (generic_elf_osabi_sniffer): Minor comment reformatting.
2946
6040a59d
JB
29472011-07-04 Tristan Gingold <gingold@adacore.com>
2948
2949 * ada-tasks.c (KNOWN_TASKS_LIST): New macro.
2950 (tcb_fieldno): Add activation_link field.
2951 (get_known_tasks_addr): Moved and rewritten.
2952 (get_tcb_types_info): Set activation_link field.
2953 (read_known_tasks_array): Add parameter. Rewritten.
2954 (read_known_tasks_list): New function.
2955 (read_known_tasks): New function.
2956 (ada_build_task_list): Call read_known_tasks instead of
2957 read_known_tasks_array.
2958 * ravenscar-thread.c: Add first_task_name constant.
2959 (has_ravenscar_runtime): Check for task list too.
2960
cb741e45
JB
29612011-07-04 Tristan Gingold <gingold@adacore.com>
2962
2963 * ada-tasks.c: Renames fieldno to actb_fieldno.
2964 (ada_get_task_number): Indentation.
2965 (get_tcb_types_info): Remove all parameters. Write directly
2966 the globals.
2967 (ptid_from_atcb_common): Adjust.
2968 (read_atcb): Adjust.
2969
7475b06c
TJB
29702011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2971
2972 * symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit.
2973
15230f37
TJB
29742011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2975
2976 * ui-out.c (ui_out_field_core_addr): Mention that the function
2977 description is in the header file.
2978 * ui-out.h (ui_out_field_core_addr): Document function.
2979
65743aba
TJB
29802011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2981
2982 * ui-out.c (ui_out_get_field_separator): Remove unused function.
2983 * ui-out.h (ui_out_get_field_separator): Remove prototype.
2984
c37a5aab
TJB
29852011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2986
2987 * symtab.c (expand_line_sal): Remove empty line.
2988
59adf69e
TS
29892011-07-04 Thomas Schwinge <thomas@schwinge.name>
2990
2991 * osabi.c (generic_elf_osabi_sniffer) <ELFOSABI_GNU>: Handle in the
2992 same way as ELFOSABI_NONE.
2993 <ELFOSABI_LINUX, ELFOSABI_HURD>: Remove cases.
2994
e5dd4106
TJB
29952011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2996
2997 * breakpoint.c: Fix typos in comments.
2998 * linespec.c: Likewise.
2999 * symtab.c: Likewise.
3000
d40102a1
JB
30012011-07-04 Joel Brobecker <brobecker@adacore.com>
3002
3003 * dwarf2-frame.c (dwarf2_build_frame_info): Do not load .eh_frame
3004 section in separate object files.
3005
2f741504
JK
30062011-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3007
3008 Fix false GCC warning.
3009 * linespec.c (decode_line_1): Initialize values.
3010
418c7cf7
JK
30112011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3012
3013 * linespec.c (find_method): Accept the function type automatically only
3014 if it was specified with parameter types.
3015
3d50dd94
JK
30162011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3017
3018 Stop on first linespec terminator instead of eating what we can.
3019 * linespec.c (is_linespec_boundary): New function.
3020 (name_end): Remove function.
3021 (keep_name_info): New parameter on_boundary, replace the body.
3022 (decode_line_1): Provide the parameter to keep_name_info.
3023 (decode_compound): Likewise. Drop the trailing java return type
3024 handling. Twice.
3025
dcf9f4ab
JK
30262011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3027
3028 Fall back linespec to minimal symbols.
3029 * linespec.c (decode_line_1): New variable ex, saved_argptr. Protect
3030 decode_compound by TRY_CATCH, fall back on minsyms if it failed.
3031 (find_method, symbol_found): Change error to cplusplus_error.
3032
3f542ed1
JK
30332011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3034
bc68c4e5 3035 * symtab.c (symbol_find_demangled_name): Remove DMGL_VERBOSE.
3f542ed1 3036
900e11f9
JK
30372011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3038 Tom Tromey <tromey@redhat.com>
3039
3040 * dwarf2read.c (check_physname): New variable.
3041 (dwarf2_physname): Prefer DW_AT_linkage_name over dwarf2_compute_name.
3042 (show_check_physname): New function.
3043 (_initialize_dwarf2_read): Add `check-physname' for check_physname.
3044
2301925d
JB
30452011-07-01 Joel Brobecker <brobecker@adacore.com>
3046
3047 * machoread.c (macho_symfile_read): Delete OBE comment.
3048
38947cca
JB
30492011-07-01 Joel Brobecker <brobecker@adacore.com>
3050
3051 * machoread.c (struct macho_oso_data): Delete.
3052 (current_oso): Delete.
3053 (macho_relocate_common_syms): New function, mostly extracted
3054 out of
3055 (macho_add_oso_symfile): Call macho_relocate_common_syms.
3056 Remove code that sets and unset current_oso.
3057 (macho_symfile_relocate): Delete handling of common symbols,
3058 now moved to macho_relocate_common_syms.
3059
a7aa0d73
JB
30602011-07-01 Joel Brobecker <brobecker@adacore.com>
3061
3062 * darwin-nat.c (darwin_ptrace): Add documentation.
3063 Set errno to zero before calling ptrace. If ptrace returns
3064 -1 and errno is zero, then change then return zero.
3065 (darwin_kill_inferior): Issue a warning instead of triggering
3066 a failed assertion when the PT_KILL ptrace operations returned
3067 nonzero.
3068
5e9bc145
JB
30692011-07-01 Joel Brobecker <brobecker@adacore.com>
3070
3071 * darwin-nat.c (darwin_detach): Call darwin_resume_inferior
3072 only when inf->private->no_ptrace.
3073
00eb2c4a
JB
30742011-07-01 Joel Brobecker <brobecker@adacore.com>
3075
3076 * ada-lang.c (print_it_exception): Print temporary catchpoints
3077 as "Temporary catchpoint".
3078 (print_mention_exception): Likewise.
3079
127c81bc
TT
30802011-07-01 Tom Tromey <tromey@redhat.com>
3081
3082 * jv-lang.c (java_language_defn): Use java_printchar,
3083 java_printstr.
3084 (java_get_encoding): New function.
3085 (java_emit_char): Use generic_emit_char.
3086 (java_printchar): New function.
3087 (java_printstr): Likewise.
3088
25552254
JB
30892011-07-01 Joel Brobecker <brobecker@adacore.com>
3090
3091 * ada-typeprint.c (print_record_type): If unable to decode
3092 the name of the parent type, use the encoded name.
3093
d2d43431
JB
30942011-07-01 Jean-Charles Delay <delay@adacore.com>
3095
3096 * ada-typeprint.c (ada_print_type): Fix both PAD type and
3097 pointer to constrained packed array type output.
3098 * ada-valprint.c (ada_val_print_1): Fix pointer to constrained
3099 packed array output.
3100
54ae186f
JB
31012011-07-01 Jean-Charles Delay <delay@adacore.com>
3102
3103 * ada-typeprint.c (print_array_type): removed if condition on show
3104 being negative for bounds printing.
3105
8f17729f
JB
31062011-07-01 Joel Brobecker <brobecker@adacore.com>
3107
3108 * ada-lang.c (ada_identical_enum_types_p): New function.
3109 (symbols_are_identical_enums): New function.
3110 (remove_extra_symbols): Do nothing if NSYMS < 2.
3111 Use symbols_are_identical_enums.
3112
f5aa6869
JB
31132011-07-01 Joel Brobecker <brobecker@adacore.com>
3114
3115 * ada-valprint.c (ada_value_print): Handle typedefs.
3116
8f465ea7
JB
31172011-07-01 Joel Brobecker <brobecker@adacore.com>
3118
3119 * ada-lang.c (ada_evaluate_subexp): Add missing word in comment.
3120
828292f2
JB
31212011-07-01 Eric Botcazou <ebotcazou@adacore.com>
3122
3123 * ada-lang.c (thin_descriptor_type): Deal with typedefs.
3124 (decode_constrained_packed_array): Likewise.
3125 (ada_evaluate_subexp) <TERNOP_SLICE>: Likewise.
3126
18920c42
JB
31272011-07-01 Joel Brobecker <brobecker@adacore.com>
3128
3129 * ada-exp.y (convert_char_literal): Handle typedef types.
3130
c90092fe
JB
31312011-07-01 Joel Brobecker <brobecker@adacore.com>
3132
3133 * ada-lang.c (ada_remove_trailing_digits): Expand documentation.
3134
f748fb40
TT
31352011-06-30 Tom Tromey <tromey@redhat.com>
3136
3137 * varobj.c (varobj_create): Call do_cleanups on early exit path.
3138 * valops.c (find_overload_match): Call do_cleanups on early exit
3139 path.
3140 * solib.c (solib_find): Call do_cleanups on early exit path.
3141
3bb47e8b
TT
31422011-06-30 Tom Tromey <tromey@redhat.com>
3143
3144 * symfile-mem.c (symbol_file_add_from_memory): Call do_cleanups.
3145 * solib-svr4.c (open_symbol_file_object): Call do_cleanups on all
3146 return paths. Defer final do_cleanups until last return.
3147 * arm-tdep.c (arm_exidx_new_objfile): Make null cleanup after
3148 early return.
3149
4727bad3
TT
31502011-06-30 Tom Tromey <tromey@redhat.com>
3151
3152 * Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
3153
bb361dbf
AB
31542011-06-30 Andrew Burgess <aburgess@broadcom.com>
3155
3156 * MAINTAINERS (Write After Approval): Add myself to the list.
3157
e0d00bc7
JK
31582011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3159
3160 Disable epilogue unwinders on recent GCCs.
3161 * amd64-tdep.c (amd64_in_function_epilogue_p): New variable symtab,
3162 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
3163 * dwarf2read.c (process_full_comp_unit): Initialize
3164 EPILOGUE_UNWIND_VALID.
3165 * i386-tdep.c (i386_in_function_epilogue_p): New variable symtab,
3166 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
3167 * symtab.h (struct symtab): New field epilogue_unwind_valid.
3168
4632c0d0
JK
31692011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3170
3171 Code cleanup - reformatting.
3172 * dwarf2read.c (producer_is_gcc_ge_4_0): Rename to ...
3173 (producer_is_gcc_ge_4): ... here, change the return value.
3174 (process_full_comp_unit): New variable gcc_4_minor, adjust the value
3175 interpretation.
3176
32019081
JK
31772011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3178
3179 Fix non-only rename list for Fortran modules import.
3180 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Adjust the
3181 cp_add_using_directive caller.
3182 (cp_add_using_directive): New parameter excludes, describe it. New
3183 variables ix and param. Compare if also excludes match. Allocate NEW
3184 with variable size, initialize EXCLUDES there.
3185 (cp_lookup_symbol_imports): New variable excludep, test
3186 current->EXCLUDES with it.
3187 * cp-support.h: Include vec.h.
3188 (struct using_direct): New field excludes, describe it.
3189 (DEF_VEC_P (const_char_ptr)): New.
3190 (cp_add_using_directive): New parameter excludes.
3191 * defs.h (const_char_ptr): New typedef.
3192 * dwarf2read.c (read_import_statement): New variables child_die,
3193 excludes and cleanups, read in excludes.
3194 (read_namespace): Adjust the cp_add_using_directive caller.
3195
70c622a3
JK
31962011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3197
3198 Code cleanup.
3199 * cp-namespace.c (cp_add_using_directive): Turn positive comparison to
3200 negative comparisons.
3201
39c4d40a
TT
32022011-06-29 André Pönitz <andre.poenitz@nokia.com>
3203
3204 * mi/mi-main.c (mi_cmd_list_features): Emit
3205 breakpoint-notifications.
3206
3b2b8fea
TT
32072011-06-29 Tom Tromey <tromey@redhat.com>
3208
3209 PR fortran/10036:
3210 * valprint.h (generic_emit_char, generic_printstr): Declare.
3211 * valprint.c (wchar_printable, append_string_as_wide)
3212 (print_wchar): Move from c-lang.c.
3213 (generic_emit_char): New function; mostly taken from c_emit_char.
3214 (generic_printstr): New function; mostly taken from c_printstr.
3215 * f-valprint.c (f_val_print) <TYPE_CODE_ARRAY>: Handle strings
3216 represented as arrays.
3217 <TYPE_CODE_CHAR>: Treat as TYPE_CODE_INT; recognize as character
3218 type.
3219 * f-typeprint.c (f_type_print_base) <TYPE_CODE_CHAR>: Treat
3220 identically to TYPE_CODE_INT.
3221 * f-lang.c (f_get_encoding): New function.
3222 (f_emit_char): Use generic_emit_char.
3223 (f_printchar): Replace comment.
3224 (f_printstr): Use generic_printstr.
3225 * dwarf2read.c (read_base_type) <DW_ATE_unsigned>: Handle Fortran
3226 "character" types specially.
3227 <DW_ATE_signed_char, DW_ATE_unsigned_char>: Make TYPE_CODE_CHAR
3228 for Fortran.
3229 * c-lang.c (wchar_printable, append_string_as_wide, print_wchar):
3230 Move to valprint.c
3231 (c_emit_char): Call generic_emit_char.
3232 (c_printstr): Call generic_printstr.
3233
168e6d44
GB
32342011-06-29 Gary Benson <gbenson@redhat.com>
3235
3236 * breakpoint.c (bpstat_what): Removed duplicated case.
3237
1c033f8c
TT
32382011-06-28 Tom Tromey <tromey@redhat.com>
3239
3240 * python/python-internal.h (PY_SSIZE_T_CLEAN): Define.
3241
5fe41fbf
TT
32422011-06-27 Tom Tromey <tromey@redhat.com>
3243
3244 * valops.c (find_overload_match): Call do_cleanups before early
3245 return.
3246 * top.c (execute_command): Call do_cleanups before early return.
3247 (command_loop): Likewise.
3248 * stack.c (backtrace_command): Make a null cleanup early. Don't
3249 conditionally call do_cleanups.
3250 * python/py-value.c (TRY_CATCH): Move cleanup handling into
3251 TRY_CATCH.
3252 * python/py-breakpoint.c (gdbpy_breakpoint_has_py_cond): Rearrange
3253 so cleanups are always run.
3254 * mi/mi-cmd-var.c (mi_cmd_var_delete): Reset old_cleanups.
3255 * findcmd.c (parse_find_args): Call do_cleanups on early return
3256 path.
3257 * dbxread.c (elfstab_build_psymtabs): Make a null cleanup early.
3258 Don't conditionally call do_cleanups.
3259 * cli/cli-script.c (execute_user_command): Initialize 'old_chain'
3260 later.
3261
e26bd57d
EB
32622011-06-27 Eric Botcazou <ebotcazou@adacore.com>
3263
3264 * MAINTAINERS (Write After Approval): Use default email address.
3265
6c3097fc
JB
32662011-06-27 Joel Brobecker <brobecker@adacore.com>
3267
3268 * MAINTAINERS (Write After Approval): Add Eric Botcazou.
3269
369c397b
JB
32702011-06-27 Eric Botcazou <ebotcazou@adacore.com>
3271
3272 * sparc-tdep.h (struct sparc_frame_cache): Add frame_offset,
3273 saved_regs_mask and copied_regs_mask fields.
3274 (sparc_record_save_insn): New prototype.
3275 * sparc-tdep.c (sparc_alloc_frame_cache): Initialize the new fields.
3276 (sparc_record_save_insn): New function.
3277 (sparc_analyze_prologue): Add head comment. Recognize store insns
3278 of call-saved registers. Use OFFSET consistently. Recognize flat
3279 frames and cache their settings.
3280 (sparc32_skip_prologue): Handle flat frames.
3281 (sparc_frame_cache): Add frame_offset to the base address.
3282 (sparc32_frame_cache): Adjust to new frame description.
3283 (sparc32_frame_prev_register): Likewise.
3284 * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
3285 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
3286 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
3287 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Force the
3288 frame by calling sparc_record_save_insn.
3289 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
3290 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
3291 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
3292
b315ab21
TG
32932011-06-27 Tristan Gingold <gingold@adacore.com>
3294
3295 * dwarf2read.c (struct dwarf2_section_info): Replace was_mmapped
3296 field by map_addr and map_len.
3297 (dwarf2_read_section): Adjust for the new bfd_mmap api.
3298 (munmap_section_buffer): Likewise.
3299
ddd49eee
TT
33002011-06-24 Tom Tromey <tromey@redhat.com>
3301
3302 * varobj.c (update_dynamic_varobj_children): Make 'name' const.
3303 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
3304 * python/python.c (gdbpy_parameter): Make 'arg' const.
3305 (execute_gdb_command): Likewise.
3306 (gdbpy_decode_line): Likewise. Copy it.
3307 (gdbpy_parse_and_eval): Make 'expr_string' const. Copy it.
3308 (gdbpy_write): Make 'arg' const.
3309 * python/py-type.c (typy_lookup_typename): Make 'type_name'
3310 const.
3311 (gdbpy_lookup_type): Likewise.
3312 * python/py-prettyprint.c (print_children): Make 'name' const.
3313 * python/py-param.c (parmpy_init): Make 'name' const. Copy it.
3314 * python/py-inferior.c (infpy_write_memory): Make 'buf_len' a
3315 Py_ssize_t.
3316 * python/py-function.c (fnpy_init): Make 'name' const.
3317 * python/py-cmd.c (cmdpy_init): Make 'name' const. Copy it.
3318 (gdbpy_string_to_argv): Make 'input' const.
3319 * python/py-breakpoint.c (bppy_init): Make 'spec' const. Copy
3320 it.
3321 * gdbtypes.h (lookup_typename): Update.
3322 * gdbtypes.c (lookup_typename): Make 'name' const.
3323 (lookup_struct): Likewise.
3324 (lookup_union): Likewise.
3325 (lookup_enum): Likewise.
3326
5998129b
TT
33272011-06-24 Tom Tromey <tromey@redhat.com>
3328
3329 * Makefile.in (HFILES_NO_SRCDIR): Add "common/" to
3330 gdb_thread_db.h. Move all common/ entries to be together.
3331 (TAGS): Don't depend on DEPFILES.
3332
6e586cc5
YQ
33332011-06-23 Yao Qi <yao@codesourcery.com>
3334
3335 * infrun.c (start_remote): Move call init_wait_for_inferior to ...
3336 * remote.c (remote_start_remote): ... here.
3337 * monitor.c (monitor_open): ... here.
3338
86c3c1fc
AB
33392011-06-23 Andrew Burgess <aburgess@broadcom.com>
3340
3341 * gdbtypes.c (append_composite_type_field_aligned): Fix
3342 calculation of bit position based on alignment.
3343
28010a5d
PA
33442011-06-22 Pedro Alves <pedro@codesourcery.com>
3345
3346 * breakpoint.c (bpstat_stop_status): Call the check_status
3347 breakpoint_ops method.
3348 (print_one_breakpoint_location): Also print the condition for Ada
3349 exception catchpoints.
3350 (allocate_bp_location): New, factored out from
3351 allocate_bp_location.
3352 (allocate_bp_location): Adjust. Call the owner breakpoint's
3353 allocate_location method, if there is one.
3354 (free_bp_location): Call the locations's dtor method, if there is
3355 one.
3356 (init_raw_breakpoint_without_location): New breakpoint_ops
3357 parameter. Use it.
3358 (set_raw_breakpoint_without_location): Adjust.
3359 (init_raw_breakpoint): New breakpoint_ops parameter. Pass it down.
3360 (set_raw_breakpoint): Adjust.
3361 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
3362 (catch_syscall_breakpoint_ops): Install NULL allocate_location,
3363 re_set and check_status methods.
3364 (init_catchpoint): Don't memset, initialize thread, addr_string
3365 and enable_state. Pass the ops down to init_raw_breakpoint.
3366 (install_catchpoint): Rename to ...
3367 (install_breakpoint): ... this, and make extern.
3368 (create_fork_vfork_event_catchpoint): Adjust.
3369 (catch_exec_breakpoint_ops): Install NULL allocate_location,
3370 re_set and check_status methods.
3371 (create_syscall_event_catchpoint): Adjust.
3372 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
3373 (masked_watchpoint_breakpoint_ops): Install NULL
3374 allocate_location, re_set and check_status methods.
3375 (catch_exec_command_1): Adjust.
3376 (gnu_v3_exception_catchpoint_ops): Install NULL allocate_location,
3377 re_set and check_status methods.
3378 (create_ada_exception_breakpoint): Rename to ...
3379 (init_ada_exception_breakpoint): ... this. Add a struct
3380 breakpoint parameter, and delete the exp_string, cond_string and
3381 cond parameters. Use init_raw_breakpoint, and don't install or
3382 mention the breakpoint yet. Don't clear breakpoint fields that
3383 init_raw_breakpoint already clears.
3384 (re_set_breakpoint): Delete, split into ...
3385 (breakpoint_re_set_default, prepare_re_set_context): ... these new
3386 functions.
3387 (breakpoint_re_set_one): Call the breakpoint's
3388 breakpoint_ops->re_set implementation, if there's one. Adjust.
3389 * breakpoint.h: Forward declare struct bpstats and struct bp_location.
3390 (struct bp_location_ops): New type.
3391 (struct bp_location): New field `ops'.
3392 (struct breakpoint_ops): New `allocate_location', `re_set' and
3393 `check_status' fields. Make `breakpoint_hit''s description match
3394 reality.
3395 (init_bp_location): Declare.
3396 (breakpoint_re_set_default): Declare.
3397 (create_ada_exception_breakpoint): Rename to ...
3398 (init_ada_exception_breakpoint): ... this. Add a struct
3399 breakpoint parameter, and delete the exp_string, cond_string and
3400 cond parameters.
3401 (install_breakpoint): Declare.
3402 * ada-lang.c: Include exceptions.h.
3403 <Ada exceptions description>: Update.
3404 (struct ada_catchpoint_location): New type.
3405 (ada_catchpoint_location_dtor): New function.
3406 (ada_catchpoint_location_ops): New global.
3407 (ada_catchpoint): New type.
3408 (create_excep_cond_exprs): New function.
3409 (dtor_exception, allocate_location_exception, re_set_exception)
3410 (should_stop_exception, check_status_exception): New functions.
3411 (print_one_exception, print_mention_exception)
3412 (print_recreate_exception): Adjust.
3413 (dtor_catch_exception, allocate_location_catch_exception)
3414 (re_set_catch_exception, check_status_catch_exception): New
3415 functions.
3416 (catch_exception_breakpoint_ops): Install them.
3417 (dtor_catch_exception_unhandled)
3418 (allocate_location_catch_exception_unhandled)
3419 (re_set_catch_exception_unhandled)
3420 (check_status_catch_exception_unhandled): New functions.
3421 (catch_exception_unhandled_breakpoint_ops): Install them.
3422 (dtor_catch_assert, allocate_location_catch_assert)
3423 (re_set_catch_assert, check_status_catch_assert): New functions.
3424 (catch_assert_breakpoint_ops): Install them.
3425 (ada_exception_catchpoint_p): Delete.
3426 (catch_ada_exception_command_split)
3427 (ada_exception_catchpoint_cond_string): Rename exp_string
3428 parameter to excep_string. Adjust.
3429 (ada_parse_catchpoint_condition): Delete.
3430 (ada_exception_sal): Rename the exp_string parameter to
3431 excep_string. Delete the cond_string and cond parameters.
3432 Adjust.
3433 (ada_decode_exception_location): Rename the exp_string parameter
3434 to excep_string. Delete the cond_string and cond parameters.
3435 Adjust.
3436 (create_ada_exception_catchpoint): New function.
3437 (catch_ada_exception_command, ada_decode_assert_location)
3438 (catch_assert_command): Adjust.
3439 * ada-lang.h (ada_exception_catchpoint_p): Delete declaration.
3440
9ac4176b
PA
34412011-06-22 Pedro Alves <pedro@codesourcery.com>
3442
3443 * ada-lang.c: Include arch-utils.h.
3444 (ada_decode_exception_location): Make static.
3445 (catch_ada_exception_command): Moved here from breakpoint.c.
3446 (ada_decode_assert_location): Make static.
3447 (catch_assert_command): Moved here from breakpoint.c.
3448 (_initialize_ada_lang): Install the exception and assert
3449 catchpoint commands here.
3450 * ada-lang.h (ada_decode_exception_location)
3451 (ada_decode_assert_location): Delete declarations.
3452 * breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): Moved to
3453 breakpoint.h.
3454 (create_ada_exception_breakpoint): Make extern.
3455 (catch_ada_exception_command, catch_assert_command): Moved to
3456 ada-lang.c.
3457 (add_catch_command): Make extern.
3458 (_initilize_breakpoint): Don't install the exception and assert
3459 catchpoint commands here.
3460 * breakpoint.h (CATCH_PERMANENT, CATCH_TEMPORARY): Moved from
3461 breakpoint.c
3462 (add_catch_command, create_ada_exception_breakpoint): Declare.
3463
c56053d2
PA
34642011-06-22 Pedro Alves <pedro@codesourcery.com>
3465
3466 * breakpoint.c (init_raw_breakpoint_without_location): Don't add
3467 the breakpoint to the breakpoint chain here.
3468 (set_raw_breakpoint_without_location): Add the breakpoint to the
3469 breakpoint chain here.
3470 (init_raw_breakpoint): Adjust comments.
3471 (set_raw_breakpoint): Add the breakpoint to the breakpoint chain
3472 here.
3473 (init_catchpoint): Don't set the catchpoint's breakpoint number
3474 here.
3475 (install_catchpoint): New function.
3476 (create_fork_vfork_event_catchpoint)
3477 (create_syscall_event_catchpoint, catch_exec_command_1): Adjust to
3478 use install_catchpoint.
3479
d2f3fc74
PA
34802011-06-22 Pedro Alves <pedro@codesourcery.com>
3481
3482 * breakpoint.c (create_catchpoint_without_mention)
3483 (create_catchpoint): Delete.
3484
b4d90040
PA
34852011-06-22 Pedro Alves <pedro@codesourcery.com>
3486
3487 * breakpoint.h (struct breakpoint): Delete field `exec_pathname'.
3488 * breakpoint.c (init_raw_breakpoint_without_location): Remove
3489 reference to exec_pathname.
3490 (struct exec_catchpoint): New type.
3491 (dtor_catch_exec): New function.
3492 (insert_catch_exec, print_it_catch_exec, print_one_catch_exec): Adjust.
3493 (catch_exec_breakpoint_ops): Install dtor_catch_syscall.
3494 (catch_exec_command_1): Adjust to use init_catchpoint.
3495 (delete_breakpoint): Remove reference to exec_pathname.
3496
be5c67c1
PA
34972011-06-22 Pedro Alves <pedro@codesourcery.com>
3498
3499 * breakpoint.h (struct breakpoint_ops): New field `dtor'.
3500 (struct breakpoint): Delete field `syscalls_to_be_caught'.
3501 * breakpoint.c (init_raw_breakpoint_without_location): Remove
3502 reference to syscalls_to_be_caught.
3503 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops): Install a
3504 NULL `dtor'.
3505 (struct syscall_catchpoint): New type.
3506 (dtor_catch_syscall): New function.
3507 (insert_catch_syscall, remove_catch_syscall)
3508 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
3509 (print_recreate_catch_syscall): Adjust.
3510 (catch_syscall_breakpoint_ops): Install dtor_catch_syscall.
3511 (catch_exec_breakpoint_ops): Install a NULL `dtor'.
3512 (create_syscall_event_catchpoint): Adjust to use init_catchpoint.
3513 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
3514 (masked_watchpoint_breakpoint_ops)
3515 (gnu_v3_exception_catchpoint_ops): Install a NULL `dtor'.
3516 (delete_breakpoint): Call the `dtor' breakpoint_ops method, if
3517 there is one. Remove references to syscalls_to_be_caught.
3518 (catching_syscall_number): Adjust.
3519 * ada-lang.c (catch_exception_breakpoint_ops)
3520 (catch_exception_unhandled_breakpoint_ops)
3521 (catch_assert_breakpoint_ops): Install a NULL `dtor'.
3522
e29a4733
PA
35232011-06-22 Pedro Alves <pedro@codesourcery.com>
3524
3525 * breakpoint.h (struct breakpoint): Delete forked_inferior_pid
3526 field.
3527 * breakpoint.c (init_raw_breakpoint_without_location): Remove
3528 reference to forked_inferior_pid.
3529 (struct fork_catchpoint): New type.
3530 (breakpoint_hit_catch_fork, print_it_catch_fork)
3531 (print_one_catch_fork, breakpoint_hit_catch_vfork)
3532 (print_it_catch_vfork, print_one_catch_vfork): Adjust.
3533 (create_fork_vfork_event_catchpoint): Adjust to use
3534 init_catchpoint.
3535
346774a9
PA
35362011-06-22 Pedro Alves <pedro@codesourcery.com>
3537
3538 * breakpoint.c (add_to_breakpoint_chain)
3539 (init_raw_breakpoint_without_location): New functions, factored
3540 out from ...
3541 (set_raw_breakpoint_without_location): ... this one.
3542 (init_raw_breakpoint): New function, factored out from
3543 set_raw_breakpoint and adjusted to use
3544 init_raw_breakpoint_without_location.
3545 (set_raw_breakpoint): Adjust.
3546 (init_catchpoint): New function, factored out from
3547 create_catchpoint_without_mention and adjusted to use
3548 init_raw_breakpoint.
3549 (create_catchpoint_without_mention): Adjust.
3550
c38c4bc5
TT
35512011-06-22 Tom Tromey <tromey@redhat.com>
3552
3553 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_convert>: Treat type
3554 argument of 0 specially.
3555
b138ce37
YQ
35562011-06-22 Yao Qi <yao@codesourcery.com>
3557
3558 * infrun.c (handle_inferior_event): Remove write-only local variable
3559 `sw_single_step_trap_p'.
3560
03de6823
TT
35612011-06-20 Tom Tromey <tromey@redhat.com>
3562
3563 * symtab.c (lookup_language_this): End loop if block is NULL.
3564
66a17cb6
TT
35652011-06-17 Tom Tromey <tromey@redhat.com>
3566
3567 * valops.c (value_of_this): Use lookup_language_this.
3568 * symtab.h (lookup_language_this): Declare.
3569 * symtab.c (lookup_language_this): New function.
3570 (lookup_symbol_aux): Use lookup_language_this.
3571 * ax-gdb.c (gen_expr) <OP_THIS>: Use lookup_language_this.
3572
7518bff5
TT
35732011-06-17 Tom Tromey <tromey@redhat.com>
3574
3575 * value.h (value_of_this): Update.
3576 (value_of_local): Remove.
3577 * valops.c (value_of_this): Rename from value_of_local. Change
3578 parameters.
3579 * p-exp.y (exp): Update.
3580 (variable): Likewise.
3581 * eval.c (evaluate_subexp_standard) <OP_THIS>: Use value_of_this.
3582
aee28ec6
TT
35832011-06-17 Tom Tromey <tromey@redhat.com>
3584
3585 * valops.c (value_of_local): Complain if NAME is NULL.
3586 * std-operator.def (OP_OBJC_SELF): Remove.
3587 * parse.c (operator_length_standard) <OP_OBJC_SELF>: Remove.
3588 * objc-exp.y (name_not_typename): Use OP_THIS.
3589 * expprint.c (print_subexp_standard) <OP_THIS>: Print language's
3590 name for "this".
3591 <OP_OBJC_SELF>: Remove.
3592 * eval.c (evaluate_subexp_standard) <OP_OBJC_SELF>: Remove.
3593
eed8f803
TG
35942011-06-16 Tristan Gingold <gingold@adacore.com>
3595
3596 * python/py-events.h (gdb_py_events): Make it extern.
3597 * python/py-evtregistry.c (gdb_py_events): Declare.
3598
864ac8a7
HZ
35992011-06-16 Hui Zhu <teawater@gmail.com>
3600
3601 * remote.c (remote_trace_set_readonly_regions): Add check for
3602 remote_protocol_packets[PACKET_qXfer_traceframe_info].support before
3603 output warning.
3604
ef7e8358
UW
36052011-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
3606
3607 * arm-linux-tdep.c: Include "auxv.h".
3608 (AT_HWCAP): Define.
3609 (ARM_LINUX_SIZEOF_VFP): Define.
3610 (arm_linux_supply_vfp): New function.
3611 (arm_linux_collect_vfp): Likewise.
3612 (arm_linux_regset_from_core_section): Handle .reg-arm-vfp sections.
3613 (arm_linux_fpa_regset_sections): New variable.
3614 (arm_linux_vfp_regset_sections): Likewise.
3615 (arm_linux_core_read_description): New function.
3616 (arm_linux_init_abi): Install arm_linux_core_read_description and
3617 arm_linux_fpa_regset_sections or arm_linux_vfp_regset_sections as
3618 appropriate for the architecture.
3619 * arm-tdep.h (struct gdbarch_tdep): Add member "vfpregset".
3620 (tdesc_arm_with_m): Declare.
3621 (tdesc_arm_with_iwmmxt): Likewise.
3622 (tdesc_arm_with_vfpv2): Likewise.
3623 (tdesc_arm_with_vfpv3): Likewise.
3624 (tdesc_arm_with_neon): Likewise.
3625 * arm-linux-nat.c: Move features/*.c includes ...
3626 * arm-tdep.c: ... here.
3627 * arm-linux-nat.c (arm_linux_read_description): Move initializing
3628 target description data structures ...
3629 * arm-tdep.c (_initialize_arm_tdep): ... here.
3630 * arm-linux-nat.c (HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3,
3631 HWCAP_VFPv3D16): Move definitions ...
3632 * arm-linux-tdep.h: ... here.
3633
c2fa21f1
HZ
36342011-06-15 Hui Zhu <teawater@gmail.com>
3635
3636 * remote.c (remote_trace_set_readonly_regions): Add a check for
3637 target_buf_size.
3638
dd707e8e
TT
36392011-06-14 Tom Tromey <tromey@redhat.com>
3640
3641 * coffread.c (coffread_objfile): Rename from current_objfile.
3642 * dbxread.c (dbxread_objfile): Rename from current_objfile.
3643 * mdebugread.c (mdebugread_objfile): Rename from current_objfile.
3644
86cc0029
TT
36452011-06-14 Tom Tromey <tromey@redhat.com>
3646
3647 * jv-lang.c (jv_type_objfile_data_key, dynamics_objfile)
3648 (class_symtab): Remove.
3649 (jv_dynamics_progspace_key): New global.
3650 (jv_per_objfile_free): Reset program space data. Update assert.
3651 Don't clear globals.
3652 (get_dynamics_objfile): Use and set program space data.
3653 (get_java_class_symtab): Use get_dynamics_objfile.
3654 (add_class_symbol): Likewise.
3655 (java_link_class_type): Likewise.
3656 (java_object_type, jv_clear_object_type, set_java_object_type):
3657 Remove.
3658 (get_java_object_type): Update. Don't cache result.
3659 (is_object_type): Don't call set_java_object_type.
3660 (_initialize_java_language): Don't set jv_type_objfile_data_key;
3661 initialize jv_dynamics_progspace_key.
3662
91a81f69
TT
36632011-06-14 Tom Tromey <tromey@redhat.com>
3664
3665 * symtab.h (current_objfile): Don't declare.
3666 * objfiles.h (current_objfile): Don't declare.
3667 * objfiles.c (current_objfile): Remove.
3668 * mdebugread.c (current_objfile): New file-scope global.
3669 * dbxread.c (current_objfile): New file-scope global.
3670 * coffread.c (current_objfile): New file-scope global.
3671
dc7eb48e
PA
36722011-06-13 Pedro Alves <pedro@codesourcery.com>
3673
3674 * top.h (line): Rename to ...
3675 (saved_command_line): ... this.
3676 (linesize): Rename to ...
3677 (saved_command_line_size): ... this.
3678 * top.c (line): Rename to ...
3679 (saved_command_line): ... this.
3680 (linesize): Rename to ...
3681 (saved_command_line_size): ... this.
3682 (dont_repeat, command_line_input, dont_repeat_command): Adjust.
3683 * event-top.c (command_line_handler): Adjust.
3684 * main.c (captured_main): Adjust.
3685
0d6c2135
MK
36862011-06-12 Mark Kettenis <kettenis@gnu.org>
3687
3688 * i386-tdep.c (i386_epilogue_frame_cache): Simplify code. Call
3689 get_frame_func instead of get_frame_pc to determine the code
3690 address used to construct the frame ID.
3691 (i386_epilogue_frame_unwind_stop_reason): Fix coding style.
3692 (i386_epilogue_frame_this_id): Likewise.
3693 (i386_epilogue_frame_prev_register): New function.
3694 (i386_epilogue_frame_unwind): Use i386_epilogue_frame_prev_register.
3695 (i386_stack_tramp_frame_sniffer): Fix coding style.
3696 (i386_stack_tramp_frame_unwind): Use i386_epilogue_frame_prev_register.
3697 (i386_gdbarch_init): Fix comments.
3698
8bbdd3f4
MK
36992011-06-12 Mark Kettenis <kettenis@gnu.org>
3700
3701 * i386-tdep.c (i386_match_insn_block): Use length of the proper
3702 instruction when walking back through the instruction stream.
3703
533a737e
JK
37042011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3705
3706 * symtab.c (output_partial_symbol_filename): Exchange the filename and
3707 fullname parameters order.
3708
44b13c5a
JK
37092011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3710
3711 Code cleanup.
3712 * dwarf2read.c (dw2_map_symbol_filenames): Use symbol_filename_ftype
3713 for fun.
3714 * psymtab.c (map_symbol_filenames_psymtab)
3715 (map_partial_symbol_filenames): Likewise.
3716 * psymtab.h: Include symfile.h.
3717 (map_partial_symbol_filenames): Use symbol_filename_ftype for fun.
3718 * symfile.h (symbol_filename_ftype): New.
3719 (struct quick_symbol_functions): Use symbol_filename_ftype for fun of
3720 map_symbol_filenames, clarify more the naming in comment.
3721
0b5574da
DE
37222011-06-07 Doug Evans <dje@google.com>
3723
3724 * cc-with-index.sh: Fix typos in comment.
b8e9bd6c 3725 Look for ../../gdb, for fullname.exp.
0b5574da 3726
5be4dfca
JK
37272011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3728 Pedro Alves <pedro@codesourcery.com>
3729
3730 * cli/cli-cmds.c (shell_escape): Use waitpid.
3731 * rs6000-nat.c (exec_one_dummy_insn): Likewise.
3732
316a8b21
TG
37332011-06-07 Tristan Gingold <gingold@adacore.com>
3734
3735 * xcoffread.c (dwarf2_xcoff_names): New variable.
3736 (aix_process_linenos): Add a guard.
3737 (xcoff_symfile_finish): Free dwarf2.
3738 (xcoff_initial_scan): Add dwarf2 support.
3739
3dd5b83d
PA
37402011-06-06 Pedro Alves <pedro@codesourcery.com>
3741
3742 * infcall.c (run_inferior_call): Don't mask async. Instead force
3743 a synchronous wait, if the target can async.
3744
3745 * target.h (struct target_ops): Delete to_async_mask.
3746 (target_async_mask): Delete.
3747 * target.c (update_current_target): Delete references to to_async_mask.
3748 * linux-nat.c (linux_nat_async_mask_value): Delete.
3749 (linux_nat_is_async_p, linux_nat_can_async_p): Remove references
3750 to linux_nat_async_mask_value.
3751 (linux_nat_async_mask): Delete.
3752 (linux_nat_async, linux_nat_close): Remove references to
3753 linux_nat_async_mask_value.
3754 * record.c (record_async_mask_value): Delete.
3755 (record_async): Remove references to record_async_mask_value.
3756 (record_async_mask): Delete.
3757 (record_can_async_p, record_is_async_p): Remove references to
3758 record_async_mask_value.
3759 (init_record_ops, init_record_core_ops): Remove references to
3760 record_async_mask.
3761 * remote.c (remote_async_mask_value): Delete.
3762 (init_remote_ops): Remove reference to remote_async_mask.
3763 (remote_can_async_p, remote_is_async_p): Remove references to
3764 remote_async_mask_value.
3765 (remote_async): Remove references to remote_async_mask_value.
3766 (remote_async_mask): Delete.
3767
3768 * infrun.c (fetch_inferior_event): Don't claim registers changed
3769 if the current thread is already not executing.
3770
64b9b334
JB
37712011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
3772
3773 From Stephen Kitt <steve@sk2.org>
3774 * breakpoint.c, breakpoint.h, cli/cli-dump.c, dwarf2expr.c,
3775 gdbarch.c, gdbarch.sh, remote.c: Various spelling fixes.
3776
325663dc
JB
37772011-06-03 Joel Brobecker <brobecker@adacore.com>
3778
3779 * dwarf2expr.c (execute_stack_op) [DW_OP_deref]: Handle
3780 the case where ADDR_SIZE is different from TYPE_LENGTH (type).
3781
8cf64490
TT
37822011-06-03 Tom Tromey <tromey@redhat.com>
3783
3784 * python/py-inferior.c (python_inferior_exit): Use inferior's exit
3785 code fields.
3786 * python/py-exitedevent.c (create_exited_event_object): Change
3787 type of 'exit_code'. Optionally add exit_code attribute.
3788 (emit_exited_event): Change type of 'exit_code'.
3789 * python/py-event.h (emit_exited_event): Update.
3790 * mi/mi-interp.c (mi_inferior_exit): Print exit code.
3791 * infrun.c (handle_inferior_event): Set exit code fields on
3792 inferior.
3793 * inferior.h (struct inferior) <has_exit_code, exit_code>: New
3794 fields.
3795 * inferior.c (exit_inferior_1): Initialize new fields.
3796
8ddd9a20
TT
37972011-06-03 Tom Tromey <tromey@redhat.com>
3798
3799 * dwarf2expr.c (get_signed_type): New function.
3800 (execute_stack_op) <DW_OP_shra>: Always perform a signed shift.
3801
8dfd1e6d
KS
38022011-06-02 Keith Seitz <keiths@redhat.com>
3803
3804 * objc-lang.c (find_methods): Increment objfile_csym earlier.
3805
65fdb766
PA
38062011-06-02 Pedro Alves <pedro@codesourcery.com>
3807
3808 * top.h (simplified_command_loop): Delete declaration.
3809
f4b8c29b
MF
38102011-06-01 Mike Frysinger <vapier@gentoo.org>
3811
3812 * remote-sim.c (gdbsim_open): Add the strlen of " --sysroot=" and
3813 gdb_sysroot to the "len" variable. Append both to "arg_buf".
3814
1706c199
YQ
38152011-06-01 Yao Qi <yao@codesourcery.com>
3816
3817 * objfiles.h (obj_section_addr): Update reference to objfile from
3818 `abfd' to `obfd'.
3819 (obj_section_endaddr): Likewise.
3820
d19cd713 38212011-06-01 Daniel Jacobowitz <drow@false.org>
8d07004d
DJ
3822
3823 * MAINTAINERS: Update my email address and affiliation. Also
3824 update Ian Lance Taylor's affiliation. Use UTF-8 for ludo@gnu.org.
3825
e8eb7bc5
KS
38262010-05-31 Keith Seitz <keiths@redhat.com>
3827
3828 PR c++/12750
3829 * linespec.c (get_search_block): New function.
3830 (find_methods): Add FILE_SYMTATB parameter and use it and
3831 get_search_block to pass an appropriate block to
3832 lookup_symbol_in_namespace.
3833 (decode_line_1): Record if *ARGPTR is single-quote enclosed.
3834 Check if *ARGPTR starts with a filename first.
3835 If it does, call locate_first_half again to locate the next
3836 "first half" of the linespec.
3837 Pass FILE_SYMTATB to decode_objc and decode_compound.
3838 Swallow the trailing single-quote if IS_SQUOTE_ENCLOSED.
3839 (locate_first_half): Stop on the first colon seen.
3840 (decode_compound): Add FILE_SYMTAB parameter.
3841 Pass FILE_SYMTAB to lookup_prefix_sym and find_method.
3842 (lookup_prefix_sym): Add FILE_SYMTAB parameter and use
3843 get_search_block with lookup_symbol.
3844 (find_method): Add FILE_SYMTAB parameter and pass it to
3845 find_methods.
3846 (decode_objc): Use get_search_block.
3847
2b1dbab0
KS
38482010-05-31 Keith Seitz <keiths@redhat.com>
3849
3850 PR symtab/12704
3851 * cp-namespace.c (ANONYMOUS_NAMESPACE_LEN): Remove.
3852 (cp_scan_for_anonymous_namespaces): Use CP_ANONYMOUS_NAMESPACE_STR
3853 and CP_ANONYMOUS_NAMESPACE_LEN.
3854 (cp_is_anonymous): Likewise.
3855 * cp-support.h (CP_ANONYMOUS_NAMESPACE_STR): Define.
3856 (CP_ANONYMOUS_NAMESPACE_LEN): Define.
3857 * dwarf2read.c (namespace_name): Likewise.
3858 (fixup_partial_die): Likewise.
3859 * linespec.c (decode_compound): If CP_ANONYMOUS_NAMESPACE_STR is
3860 seen in the input, keep it.
3861
6d549500
PA
38622011-05-30 Pedro Alves <pedro@codesourcery.com>
3863
3864 * target.h (enum inferior_event_type): Delete INF_QUIT_REQ.
3865 * inf-loop.h (inferior_event_handler_wrapper): Delete.
3866 * inf-loop.c (inferior_event_handler_wrapper): Delete.
3867 (inferior_event_handler): Don't handle INF_QUIT_REQ.
3868 * remote.c (_initialize_remote): Register
3869 async_remote_interrupt_twice directly as
3870 sigint_remote_twice_token event.
3871
395bff70
PA
38722011-05-30 Pedro Alves <pedro@codesourcery.com>
3873
3874 * target.h (enum inferior_event_type): Delete INF_ERROR.
3875 * inf-loop.c (inferior_event_handler): Don't handle INF_ERROR.
3876
97224164
PA
38772011-05-30 Pedro Alves <pedro@codesourcery.com>
3878
3879 * interps.c (interp_set): Don't cancel continuations.
3880
07e78767
JK
38812011-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3882
3883 * linux-nat.c (linux_lwp_is_zombie): Use xsnprintf.
3884
fa4cd53f
PA
38852011-05-30 Pedro Alves <pedro@codesourcery.com>
3886
3887 * continuations.h (continuation_ftype): Add `err' parameter.
3888 Document parameters.
3889 (do_all_continuations, do_all_continuations_thread)
3890 (do_all_intermediate_continuations)
3891 (do_all_intermediate_continuations_thread)
3892 (do_all_inferior_continuations): Add `err' parameter.
3893 * continuations.c (do_my_continuations_1, do_my_continuations)
3894 (do_all_inferior_continuations, do_all_continuations_ptid)
3895 (do_all_continuations_thread_callback)
3896 (do_all_continuations_thread, do_all_continuations)
3897 (do_all_intermediate_continuations_thread_callback)
3898 (do_all_intermediate_continuations_thread)
3899 (do_all_intermediate_continuations): Add `err' parameter, and pass
3900 it down all the way to the continuations proper.
3901 * inf-loop.c (inferior_event_handler): If fetching an inferior
3902 event throws an error, don't pop the target, and still call the
3903 continuations, but with `err' set. Adjust all other continuation
3904 calls.
3905 * breakpoint.c (until_break_command_continuation): Add `err'
3906 parameter.
3907 * infcmd.c (step_1_continuation): Add `err' parameter. Don't
3908 issue another step if `err' is set.
3909 (struct until_next_continuation_args): New.
3910 (until_next_continuation): Add `err' parameter. Adjust.
3911 (until_next_command): Adjust.
3912 (struct finish_command_continuation_args): Add `thread' field.
3913 (finish_command_continuation): Add `err' parameter. Handle it.
3914 (finish_forward): Adjust.
3915 (attach_command_continuation): Add `err' parameter. Handle it.
3916 * infrun.c (infrun_thread_stop_requested_callback): Adjust to
3917 cancel the continuations.
3918 * interps.c (interp_set): Adjust to cancel the continuations.
3919 * thread.c (clear_thread_inferior_resources): Adjust to cancel the
3920 continuations rather than discarding.
3921 (free_thread): Don't clear thread inferior resources here.
3922 (delete_thread_1): Do it here instead. And do it before removing
3923 the thread from the threads list. Tag the thread as exited before
3924 clearing thread inferior resources.
3925
c2949be0
JB
39262011-05-30 Joel Brobecker <brobecker@adacore.com>
3927
3928 * infcall.c (call_function_by_hand): Rephrase error message.
3929
619cebe8
PA
39302011-05-27 Pedro Alves <pedro@codesourcery.com>
3931
3932 * defs.h (struct thread_info, struct inferior): Delete forward
3933 declarations.
3934 * breakpoint.h (struct thread_info): New forward declaration.
3935 * observer.sh (struct inferior): New forward declaration.
3936 * python/python-internal.h (struct inferior): New forward
3937 declaration.
3938
be34f849
PA
39392011-05-27 Pedro Alves <pedro@codesourcery.com>
3940
3941 * defs.h (struct continuation, continuation_ftype)
3942 (continuation_free_arg_ftype, add_continuation)
3943 (do_all_continuations, do_all_continuations_thread)
3944 (discard_all_continuations, discard_all_continuations_thread)
3945 (add_intermediate_continuation, do_all_intermediate_continuations)
3946 (do_all_intermediate_continuations_thread)
3947 (discard_all_intermediate_continuations)
3948 (discard_all_intermediate_continuations_thread)
3949 (add_inferior_continuation, do_all_inferior_continuations)
3950 (discard_all_inferior_continuations): Move to ...
3951 * continuations.h: ... this new file.
3952 * breakpoint.c, continuations.c, event-top.c, inf-loop.c,
3953 infcmd.c, inferior.c, infrun.c, interps.c: Include
3954 continuations.h.
3955
432b4d03
JK
39562011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3957 Doug Evans <dje@google.com>
3958
3959 Fix PR 10970, PR 12702.
3960 * linux-nat.c (linux_lwp_is_zombie): New function.
3961 (wait_lwp): Initialize status. New variable prev_mask. Block signals.
3962 Check for linux_lwp_is_zombie. Use WNOHANG and sigsuspend.
3963
b0f260d6
PA
39642011-05-27 Pedro Alves <pedro@codesourcery.com>
3965
3966 * defs.h (continuation_ftype, continuation_free_arg_ftype): New
3967 typedefs.
3968 (add_continuation, add_intermediate_continuation)
3969 (add_inferior_continuation): Use them.
3970 * continuations.c (struct continuation): Use them.
3971 (make_continuation_ftype): Delete.
3972 (make_continuation, add_inferior_continuation, add_continuation)
3973 (add_intermediate_continuation): Use continuation_ftype and
3974 continuation_free_arg_ftype. Rename parameters to shorter names.
3975
af1e9a32
PA
39762011-05-27 Pedro Alves <pedro@codesourcery.com>
3977
3978 * continuations.c (make_continuation): Make it return void.
3979 (do_my_continuations): Rename to ...
3980 (do_my_continuations_1): ... this. Remove old_chain parameter and
3981 adjust.
3982 (do_my_continuations): New.
3983 (discard_my_continuations): Rename to ...
3984 (discard_my_continuations_1): ... this. Remove old_chain
3985 parameter and adjust.
3986 (discard_my_continuations): New.
3987 (add_inferior_continuation): Simplify.
3988 (do_all_inferior_continuations): Reimplement on top
3989 do_my_continuations.
3990 (discard_all_inferior_continuations): Simplify.
3991 (add_continuation): Simplify.
3992 (do_all_continuations_ptid): Simplify.
3993 (discard_all_continuations_thread_callback): Simplify.
3994 (add_intermediate_continuation): Simplify.
3995 (discard_all_intermediate_continuations_thread_callback):
3996 Simplify.
3997
50c0c017
PA
39982011-05-27 Pedro Alves <pedro@codesourcery.com>
3999
4000 * utils.c (struct continuation, add_continuation)
4001 (add_inferior_continuation)
4002 (do_all_inferior_continuations, discard_all_inferior_continuations)
4003 (restore_thread_cleanup, do_all_continuations_ptid)
4004 (do_all_continuations_thread_callback)
4005 (do_all_continuations_thread, do_all_continuations)
4006 (discard_all_continuations_thread_callback)
4007 (discard_all_continuations_thread, discard_all_continuations)
4008 (add_intermediate_continuation)
4009 (do_all_intermediate_continuations_thread_callback)
4010 (do_all_intermediate_continuations_thread)
4011 (do_all_intermediate_continuations)
4012 (discard_all_intermediate_continuations_thread_callback)
4013 (discard_all_intermediate_continuations_thread)
4014 (discard_all_intermediate_continuations): Move to ...
4015 * continuations.c: ... this new file, and adjust to no longer
4016 implement continuations on top of cleanups.
4017 * Makefile.in (SFILES): Add continuations.c.
4018 (COMMON_OBS): Add continuations.o.
4019
d8b34453
PA
40202011-05-26 Pedro Alves <pedro@codesourcery.com>
4021
4022 * inferior.h (enum exec_direction_kind): Delete EXEC_ERROR.
4023 * infrun.c (show_exec_direction_func): Don't handle EXEC_ERROR.
4024 Internal error on invalid values.
4025 * reverse.c: Don't handle EXEC_ERROR.
4026 * mi/mi-main.c: Don't handle EXEC_ERROR.
4027
32231432
PA
40282011-05-26 Pedro Alves <pedro@codesourcery.com>
4029
4030 * record.c: Include event-loop.h, inf-loop.h.
4031 (record_beneath_to_async): New global.
4032 (tmp_to_async): New global.
4033 (record_async_inferior_event_token): New global.
4034 (record_open_1): Don't error out if async is enabled.
4035 (record_open): Handle to_async. Create an async event source in
4036 the event loop.
4037 (record_close): Delete the async event source.
4038 (record_resumed): New global.
4039 (record_execution_dir): New global.
4040 (record_resume, record_core_resume): Set them. Register the
4041 target on the event loop.
4042 (record_wait): Rename to ...
4043 (record_wait_1): ... this. Add more debug output. Handle
4044 TARGET_WNOHANG, and the target beneath returning
4045 TARGET_WAITKIND_IGNORE.
4046 (record_wait): Reimplement on top of record_wait_1.
4047 (record_async_mask_value): New global.
4048 (record_async, record_async_mask, record_can_async_p)
4049 (record_is_async_p, record_execution_direction): New functions.
4050 (init_record_ops, init_record_core_ops): Install new methods.
4051 * infrun.c (fetch_inferior_event): Temporarily switch the global
4052 execution direction to the direction the target was going.
4053 (execution_direction): Change type to int.
4054 * target.c (default_execution_direction): New function.
4055 (update_current_target): Inherit and de_fault
4056 to_execution_direction.
4057 * target.h (struct target_ops) <to_execution_direction>: New
4058 field.
4059 (target_execution_direction): New macro.
4060 * inferior.h (execution_direction): Change type to int.
4061
949dc678
PA
40622011-05-26 Pedro Alves <pedro@codesourcery.com>
4063
4064 * infcall.c (call_function_by_hand): Don't allow calling functions
4065 in reverse execution mode.
4066
c13bd2b5
PA
40672011-05-26 Pedro Alves <pedro@codesourcery.com>
4068
4069 * infcmd.c (finish_command): Allow async finish in reverse.
4070
6938fd34
YQ
40712011-05-26 Yao Qi <yao@codesourcery.com>
4072
4073 * gdb_thread_db.h: Delete. Move to ...
4074 * common/gdb_thread_db.h: ... here.
4075
9da8c2a0
PA
40762011-05-26 Pedro Alves <pedro@codesourcery.com>
4077
4078 * infcmd.c (finish_backward): Set a step-resume breakpoint at the
4079 function's entry point instead of a manually managed momentary
4080 breakpoint, and only ever issue one proceed call.
4081 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_STEP_RESUME>: If
4082 doing a reverse-finish, switch to stepi mode, to do another step.
4083 (insert_step_resume_breakpoint_at_sal): Make public.
4084 (normal_stop): No need to save function value return registers if
4085 going reverse.
4086 * inferior.h (insert_step_resume_breakpoint_at_sal): Declare.
4087
2c03e5be
PA
40882011-05-26 Pedro Alves <pedro@codesourcery.com>
4089
4090 * breakpoint.h (enum bptype) <bp_hp_step_resume>: New.
4091 (enum bpstat_what_main_action): Move BPSTAT_WHAT_STEP_RESUME
4092 before BPSTAT_WHAT_STOP_SILENT. Add BPSTAT_WHAT_HP_STEP_RESUME
4093 at the end.
4094 * breakpoint.c (update_breakpoints_after_exec): Also delete hp
4095 step-resume breakpoints.
4096 (print_it_typical): Handle bp_hp_step_resume.
4097 (bpstat_what): Ditto.
4098 (bptype_string): Ditto.
4099 (print_one_breakpoint_location): Ditto.
4100 (allocate_bp_location): Ditto.
4101 (mention): Ditto.
4102 (breakpoint_re_set_one): Ditto.
4103 * infrun.c (handle_inferior_event): Adjust. Split
4104 BPSTAT_WHAT_STEP_RESUME handling in BPSTAT_WHAT_STEP_RESUME and
4105 BPSTAT_WHAT_HP_STEP_RESUME.
4106 (insert_step_resume_breakpoint_at_sal): Rename to ...
4107 (insert_step_resume_breakpoint_at_sal_1): ... this. Add bptype
4108 parameter. Handle it.
4109 (insert_step_resume_breakpoint_at_sal): Reimplement on top of
4110 insert_step_resume_breakpoint_at_sal_1.
4111 (insert_step_resume_breakpoint_at_frame): Rename to ...
4112 (insert_hp_step_resume_breakpoint_at_frame): ... this. Adjust to
4113 set a high-priority step-resume breakpoint.
4114 (insert_step_resume_breakpoint_at_frame): Adjust comment.
4115 (insert_step_resume_breakpoint_at_caller): Ditto.
4116
51be5b68
PA
41172011-05-26 Pedro Alves <pedro@codesourcery.com>
4118
4119 * breakpoint.c (iterate_over_related_breakpoints): New.
4120 (do_map_delete_breakpoint): New.
4121 (delete_command): Pass do_map_delete_breakpoint to
4122 map_breakpoint_numbers.
4123 (do_disable_breakpoint): New.
4124 (do_map_disable_breakpoint): Iterate over the breakpoint's related
4125 breakpoints.
4126 (do_enable_breakpoint): Rename to ...
4127 (enable_breakpoint_disp): ... this.
4128 (enable_breakpoint): Adjust.
4129 (do_enable_breakpoint): New.
4130 (enable_once_breakpoint): Delete.
4131 (do_map_enable_breakpoint): New.
4132 (do_map_enable_once_breakpoint): New.
4133 (enable_once_command, enable_delete_command)
4134 (delete_trace_command): Iterate over the breakpoint's related
4135 breakpoints.
4136
4a1be8d2
PA
41372011-05-26 Pedro Alves <pedro@codesourcery.com>
4138
4139 * alpha-tdep.c (alpha_cannot_fetch_register): Don't return true
4140 for ALPHA_ZERO_REGNUM.
4141 (alpha_supply_int_regs): Explicitly supply zero as the value for
4142 ALPHA_ZERO_REGNUM in the register cache.
4143 * alpha-nat.c (fetch_osf_core_registers): Ditto.
4144
59d70315
YQ
41452011-05-26 Yao Qi <yao@codesourcery.com>
4146
4147 * gdb/gdb_thread_db.h: Remove HAVE_UINTPTR_T.
4148
251d32d9
TG
41492011-05-26 Tristan Gingold <gingold@adacore.com>
4150
4151 * symfile.h (struct dwarf2_section_names): New type.
4152 (struct dwarf2_debug_sections): New type.
4153 (dwarf2_has_info): Add parameter.
4154 * dwarf2read.c (dwarf2_elf_names): New variable.
4155 (INFO_SECTION, ABBREV_SECTION, LINE_SECTION, LOC_SECTION)
4156 (MACINFO_SECTION, STR_SECTION, RANGES_SECTION, TYPES_SECTION)
4157 (FRAME_SECTION, EH_FRAME_SECTION, GDB_INDEX_SECTION): Remove.
4158 (dwarf2_has_info): Add names parameter. Pass names
4159 to dwarf2_locate_sections.
4160 (section_is_p): Rewrite using the names parameter.
4161 (dwarf2_locate_sections): Use section names from the names parameter.
4162 * coffread.c (coff_symfile_read): Adjust call to dwarf2_has_info.
4163 * elfread.c (read_psyms): Ditto.
4164 * machoread.c (macho_symfile_read): Ditto.
4165
652c71b4
AS
41662011-05-25 Andreas Schwab <schwab@redhat.com>
4167
4168 PR gdb/8677
4169 * event-loop.c (handle_file_event): Don't handle POLLHUP as error.
4170
f17170e5
KS
41712011-05-24 Keith Seitz <keiths@redhat.com>
4172
4173 PR breakpoint/12803
4174 * linespec.c (keep_name_info): Add handling for "volatile" keyword.
4175 (decode_compound): Unconditionally call keep_name_info.
4176
cdac0397
PA
41772011-05-24 Pedro Alves <pedro@codesourcery.com>
4178
4179 * breakpoint.c (watchpoint_check): If the watchpoint went out of
4180 scope, clear its command list.
4181 (map_breakpoint_numbers): Don't walk the related breakpoints list
4182 of each breakpoint.
4183
91d4fe3f
TT
41842011-05-24 Tom Tromey <tromey@redhat.com>
4185
4186 * MAINTAINERS: Move Jim Blandy to past maintainers.
4187
3017a003
TG
41882011-05-24 Tristan Gingold <gingold@adacore.com>
4189
4190 * symfile.h (enum dwarf2_section_enum): New type.
4191 (dwarf2_get_section_info): New prototype.
4192 * dwarf2read.c (dwarf2_get_section_info): Replace parameter
4193 section_name by sect. Use a switch to select the info.
4194 * dwarf2-frame.c (warf2_get_section_info): Remove prototype.
4195 (dwarf2_build_frame_info): Adjust calls to dwarf2_get_section_info.
4196
c91c8c16
PA
41972011-05-24 Pedro Alves <pedro@codesourcery.com>
4198
4199 * solib-svr4.c (svr4_solib_create_inferior_hook): Skip setting
4200 shared library event breakpoint if there's no execution.
4201
77bc418a
TJB
42022011-05-24 Thiago Jung Bauermann <bauerman@br.ibm.com>
4203
4204 * breakpont.c (remove_hw_watchpoints): Remove unused function.
4205 * breakpoint.h remove_hw_watchpoints(): Remove prototype.
4206
c50491a7
TT
42072011-05-23 Tom Tromey <tromey@redhat.com>
4208
4209 * c-lang.c (evaluate_subexp_c): Use expect_type if it is not
4210 NULL.
4211
6d64e6d4
DE
42122011-05-23 Doug Evans <dje@google.com>
4213
4214 * python/lib/gdb/printing.py (register_pretty_printer): Add missing
4215 entry for RuntimeError to doc string.
4216
2067c8d4
JG
42172011-05-23 Jerome Guitton <guitton@adacore.com>
4218
4219 * sparc-tdep.c (sparc_skip_stack_check): Recognize a new instruction
4220 sequence for probing loops.
4221
b136cd05
PA
42222011-05-23 Pedro Alves <pedro@codesourcery.com>
4223
4224 * infrun.c (user_visible_resume_ptid): Fix typos in describing
4225 comment.
4226
22e74ef9
MK
42272011-05-21 Mark Kettenis <kettenis@gnu.org>
4228
4229 * sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supply
4230 zero as the value for %g0 in the register cache.
4231 * sparc-tdep.c (sparc32_supply_gregset): Likewise.
4232 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
4233
842951eb
PA
42342011-05-20 Pedro Alves <pedro@codesourcery.com>
4235
4236 * infrun.c (proceed): Set previous_inferior_ptid here.
4237 (init_wait_for_inferior): Initialize previous_inferior_ptid from
4238 inferior_ptid, not null_ptid.
4239 (wait_for_inferior): Don't initialize previous_inferior_ptid here.
4240 (fetch_inferior_event): Nor here.
4241
46cf51e6
PA
42422011-05-20 Pedro Alves <pedro@codesourcery.com>
4243
4244 * inf-loop.c (inferior_event_handler): Only output a message if
4245 verbose.
4246
29ef4c46
LM
42472011-05-20 Luis Machado <lgustavo@codesourcery.com>
4248
4249 * MAINTAINERS: Update my e-mail address.
4250
f148b27e
PA
42512011-05-20 Pedro Alves <pedro@codesourcery.com>
4252
4253 * infrun.c (proceed): Switch the inferior event loop to
4254 INF_EXEC_COMPLETE if the target refused to resume from a
4255 vfork/fork.
4256
09cee04b
PA
42572011-05-20 Pedro Alves <pedro@codesourcery.com>
4258
4259 * infcmd.c: Include "inf-loop.h".
4260 (step_once): When stepping into an inline subroutine, pretend the
4261 target has run. If the target can async, switch the inferior
4262 event loop to INF_EXEC_COMPLETE.
4263 * inferior.h (user_visible_resume_ptid): Declare.
4264 * infrun.c (user_visible_resume_ptid): New function, factored out
4265 from `resume'.
4266 (resume): Use it.
4267 * mi/mi-main.c (mi_execute_async_cli_command): Remove assertion
4268 that the current thread is running. Merge async and sync
4269 branches.
4270
751b8ce1
PA
42712011-05-20 Pedro Alves <pedro@codesourcery.com>
4272
4273 * infcmd.c (step_1): Simplify synchronous case.
4274
e93a69ed
PA
42752011-05-20 Pedro Alves <pedro@codesourcery.com>
4276
4277 * tracepoint.c: Include exceptions.h.
4278 (TFILE_PID): Move higher in file.
4279 (tfile_open): Delay pushing the tfile target until we're assured
4280 the tfile header is present in the file. Wrap reading the initial
4281 newline-terminated lines in TRY_CATCH. Pop the target if the
4282 initial setup failed. Add the tfile's thread immediately
4283 aftwards, before any non-essential setup. Don't skip
4284 post_create_inferior if there are no traceframes present in the
4285 file.
4286 (tfile_close): Remove redundant check for null before xfree call.
4287 (tfile_thread_alive): New function.
4288 (init_tfile_ops): Register it as to_thread_alive callback.
4289
6823e2b1
PA
42902011-05-20 Pedro Alves <pedro@codesourcery.com>
4291
4292 * tracepoint.c (tfile_open): Delete #if 0'd code.
4293
b3c8eb43
JK
42942011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4295
4296 Fix -readnow for -gdwarf-4 unused type units.
4297 * dwarf2read.c (struct signatured_type): Remove the field offset.
4298 (create_signatured_type_table_from_index): Remove its initialization.
4299 (create_debug_types_hash_table): Likewise. Initialize per_cu.offset
4300 instead. Add a complaint call.
4301 (process_psymtab_comp_unit): Change assignment to gdb_assert.
4302 (process_type_comp_unit, lookup_die_type, dump_die_shallow)
4303 (lookup_signatured_type_at_offset, read_signatured_type)
4304 (write_one_signatured_type): Update the field for per_cu.
4305
310afc76
TT
43062011-05-19 Tom Tromey <tromey@redhat.com>
4307
4308 * python/py-inferior.c (python_inferior_exit): Use
4309 target_gdbarch.
4310 (python_on_resume): Likewise.
4311
cf6c5ffb
TT
43122011-05-19 Matt Rice <ratmice@gmail.com>
4313
4314 * breakpoint.c (bpstat_do_actions_1): Call prevent_dont_repeat.
4315
fb80a3c5
HZ
43162011-05-19 Hui Zhu <teawater@gmail.com>
4317
4318 * tracepoint.c (tfile_trace_find): Return directly when num is -1.
4319
3672b1be
HZ
43202011-05-19 Hui Zhu <teawater@gmail.com>
4321
4322 * xcoffread.c (read_xcoff_symtab): Initialize fcn_aux_saved.
4323
ff355380
TT
43242011-05-18 Tom Tromey <tromey@redhat.com>
4325
4326 * dwarf2read.c (dwarf2_add_field): Constify.
4327 * value.c (value_static_field): Constify.
4328 * gdbtypes.h (struct main_type) <field.field_location.physname>:
4329 Now const.
4330 * ax-gdb.c (gen_static_field): Constify
4331
ed731959
JK
43322011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4333
4334 * linux-nat.c (kill_callback): Use SIGKILL first.
4335
967cff16
JB
43362011-05-18 Joel Brobecker <brobecker@adacore.com>
4337
4338 * ada-lang.c (print_it_exception): Avoid use of sprintf.
4339
1d06ead6
TT
43402011-05-18 Tom Tromey <tromey@redhat.com>
4341
4342 * value.c (value_fn_field): Constify.
4343 * symtab.c (gdb_mangle_name): Constify.
4344 * stabsread.c (update_method_name_from_physname): Make 'physname'
4345 argument const.
4346 * p-typeprint.c (pascal_type_print_method_args): Make arguments
4347 const. Use explicit fputc_filtered loop.
4348 (pascal_type_print_base): Constify.
4349 * p-lang.h (pascal_type_print_method_args): Update.
4350 * linespec.c (add_matching_methods): Constify.
4351 (add_constructors): Likewise.
4352 * jv-typeprint.c (java_type_print_base): Constify.
4353 * gdbtypes.h (struct cplus_struct_type)
4354 <fn_fieldlist.fn_field.physname>: Now const.
4355 * dwarf2read.c (compute_delayed_physnames): Constify.
4356 (dwarf2_add_member_fn): Likewise.
4357 * c-typeprint.c (c_type_print_base): Constify. Use cleanups.
4358
0d9a9a5f
PA
43592011-05-18 Pedro Alves <pedro@codesourcery.com>
4360
4361 * infrun.c (resume): Mention which is the current thread, and its
4362 current PC in debug output.
4363 (prepare_to_proceed): Mention the thread switching in debug
4364 output.
4365
05386e9e
TT
43662011-05-18 Tom Tromey <tromey@redhat.com>
4367
4368 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Fix absolute
4369 path check. Use xmalloc and cleanups.
4370 (try_thread_db_load_from_dir): Use xmalloc and cleanups.
4371
ee86786c
TT
43722011-05-17 Tom Tromey <tromey@redhat.com>
4373
4374 * cp-valprint.c (cp_print_value_fields): Catch errors from
4375 value_static_field.
4376
9ff3b74f
TT
43772011-05-17 Tom Tromey <tromey@redhat.com>
4378
4379 * dwarf2read.c (dwarf2_get_die_type): Call
4380 get_die_type_at_offset.
4381 * dwarf2expr.c (dwarf_get_base_type): Handle NULL return from
4382 get_base_type function.
4383
cd3da28e
PA
43842011-05-17 Tomas Martinec <fyzmat@gmail.com>
4385
4386 * infrun.c (handle_inferior_event) <handling deferred step>: Clear
4387 trap_expected.
4388
fd20d931
DE
43892011-05-16 Doug Evans <dje@google.com>
4390
4391 * python/py-auto-load.c (source_section_scripts): Mention objfile
4392 name in warning.
4393
75fc9810
DE
43942011-05-15 Doug Evans <dje@google.com>
4395
290351b8
DE
4396 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New function.
4397 (try_thread_db_load_from_pdir): Call it. If unable to find
4398 libthread_db in directory of libpthread, see if we're looking at
4399 the separate-debug-info copy.
4400
75fc9810
DE
4401 * python/py-autoload.c (print_script): Print "Missing" instead of
4402 "No" for missing scripts.
4403 (info_auto_load_scripts): Tweak "Loaded" column to fit "Missing".
4404
9f7bc587
DE
44052011-05-13 Doug Evans <dje@google.com>
4406
4407 * ui-file.c (stdio_file_write_async_safe): Add comment.
4408
093cee7d
HZ
44092011-05-14 Hui Zhu <teawater@gmail.com>
4410
4411 * ui-file.c (stdio_file_write_async_safe): Add empty check for build.
4412
dbaefcf7
DE
44132011-05-13 Doug Evans <dje@google.com>
4414
98a5dd13
DE
4415 Support $pdir and $sdir in libthread-db-search-path.
4416 * NEWS: Mention $sdir,$pdir.
4417 * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): Add $sdir:$pdir.
4418 * linux-thread-db.c (try_thread_db_load_from_pdir): New function.
4419 (try_thread_db_load_from_sdir): New function.
4420 (try_thread_db_load_from_dir): New function.
4421 (thread_db_load_search): Handle $pdir, $sdir. Remove trying of
4422 system directories if search of libthread-db-search-path fails,
4423 that is now done via $sdir.
4424 (has_libpthread): New function.
4425 (thread_db_load): Remove search for libthread_db in directory of
4426 libpthread, that is now done via $pdir.
4427
dbaefcf7
DE
4428 * NEWS: Mention "info auto-load-scripts".
4429 * python/py-auto-load.c (struct auto_load_pspace_info): New member
4430 script_not_found_warning_printed.
4431 (init_loaded_scripts_info): Renamed from create_loaded_scripts_hash,
4432 all callers updated. Initialize script_not_found_warning_printed.
4433 (get_auto_load_pspace_data_for_loading): New function.
4434 (maybe_add_script): New function.
4435 (source_section_scripts): Simplify. Only print one warning regardless
4436 of the number of auto-load scripts not found.
4437 (clear_section_scripts): Clear script_not_found_warning_printed.
4438 (auto_load_objfile_script): Record script in hash table.
4439 (count_matching_scripts): New function.
4440 (maybe_print_script): Renamed from maybe_print_section_script, all
4441 callers updated. Rewrite to use ui_out_*.
4442 (info_auto_load_scripts): Renamed from
4443 maintenance_print_section_scripts, all callers updated.
4444 (gdbpy_initialize_auto_load): "maintenance print section-scripts"
4445 renamed as "info auto-load-scripts".
4446
9930639c
TT
44472011-05-13 Tom Tromey <tromey@redhat.com>
4448
4449 * dwarf2expr.c (read_uleb128): Cast intermediate result.
4450 (read_sleb128): Likewise.
4451
06826322
TT
44522011-05-13 Tom Tromey <tromey@redhat.com>
4453
4454 * dwarf2loc.c (disassemble_dwarf_expression): Fix instruction
4455 offset display.
4456
01124a23
DE
44572011-05-13 Doug Evans <dje@google.com>
4458
4459 * linux-nat.c (debug_linux_nat_async): Delete.
4460 Replace all references to use debug_linux_nat instead.
4461 (show_debug_linux_nat_async): Delete.
4462 (sigchld_handler): Call ui_file_write_async_safe instead of
4463 fprintf_unfiltered.
4464 (_initialize_linux_nat): Remove `set debug lin-lwp-async'.
4465 * ui-file.c (struct ui_file): New member to_write_async_safe.
4466 (null_file_write_async_safe): New function.
4467 (ui_file_write_async_safe): New function.
4468 (set_ui_file_write_async_safe): New function.
4469 (ui_file_new): Initialize to_write_async_safe.
4470 (stdio_file_write_async_safe): New function.
4471 (struct stdio_file): New member fd.
4472 (stdio_file_new): Initialize to_write_async_safe, fd.
bbfac39e
DE
4473 (stdio_file_read, stdio_file_isatty): New stdio->fd instead of calling
4474 fileno.
01124a23
DE
4475 * ui-file.h (ui_file_write_async_safe_ftype): New typedef.
4476 (set_ui_file_write_async_safe): Declare.
4477 (ui_file_write_async_safe): Declare.
4478
72fc29ff
TT
44792011-05-13 Tom Tromey <tromey@redhat.com>
4480
4481 * utils.c (do_value_free): New function.
4482 (make_cleanup_value_free): Likewise.
4483 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle value
4484 freeing correctly.
4485 (dwarf2_loc_desc_needs_frame): Call
4486 make_cleanup_value_free_to_mark.
4487 * dwarf2expr.h (struct dwarf_expr_context) <mark>: Remove field.
4488 * dwarf2expr.c (free_dwarf_expr_context): Don't call
4489 value_free_to_mark.
4490 (new_dwarf_expr_context): Don't call value_mark.
4491 * dwarf2-frame.c (execute_stack_op): Call
4492 make_cleanup_value_free_to_mark.
4493 * defs.h (make_cleanup_value_free): Declare.
4494
028d0ed5
TJB
44952011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
4496
4497 * mi/mi-main.c (mi_cmd_execute): Use cleanup from
4498 prepare_execute_command.
4499 * top.c (prepare_execute_command): Return cleanup.
4500 (execute_command): Use cleanup from prepare_execute_command.
4501 * top.h (prepare_execute_command): Change prototype to return
4502 cleanup.
4503 * defs.h (struct value): Add opaque declaration.
4504 (make_cleanup_value_free_to_mark): Add prototype.
4505 * utils.c (do_value_free_to_mark): New function.
4506 (make_cleanup_value_free_to_mark): Likewise.
4507
b087e0ed
TT
45082011-05-12 Tom Tromey <tromey@redhat.com>
4509
4510 * dwarf2expr.c (execute_stack_op) <DW_OP_shr>: Unconditionally
4511 cast left-hand-side to unsigned.
4512
8a9b8146
TT
45132011-05-12 Tom Tromey <tromey@redhat.com>
4514
4515 PR gdb/12617:
4516 * value.h (value_from_contents): Declare.
4517 * value.c (value_from_contents): New function.
4518 * dwarf2read.c (dwarf_stack_op_name): Add new values.
4519 (dwarf2_get_die_type): New function.
4520 * dwarf2loc.c (dwarf_expr_get_base_type): New function.
4521 (allocate_piece_closure): Acquire reference to values.
4522 (read_pieced_value): Update for value-based expressions.
4523 (write_pieced_value): Likewise.
4524 (free_pieced_value_closure): Call value_free as needed.
4525 (dwarf2_evaluate_loc_desc_full): Set get_base_type field.
4526 Update for value-based expressions.
4527 * dwarf2loc.h (dwarf2_get_die_type): Declare.
4528 * dwarf2expr.h (struct dwarf_stack_value) <value>: Change type.
4529 <get_base_type>: New field.
4530 (struct dwarf_expr_piece) <v.value>: Change type.
4531 <v.regno>: New field.
4532 (struct dwarf_expr_context) <mark>: New field.
4533 (dwarf_expr_piece, dwarf_expr_fetch): Update.
4534 (dwarf_expr_pop, dwarf_expr_push): Remove.
4535 (dwarf_expr_push_address): Declare.
4536 * dwarf2expr.c (dwarf_arch_cookie): New global.
4537 (struct dwarf_gdbarch_types): New.
4538 (dwarf_gdbarch_types_init, dwarf_expr_address_type): New
4539 functions.
4540 (dwarf_expr_push): Change type of 'value' argument. Update. Now
4541 static.
4542 (dwarf_expr_push_address): New function.
4543 (dwarf_expr_pop): Now static.
4544 (dwarf_expr_fetch): Change return type.
4545 (dwarf_require_integral): New function.
4546 (dwarf_expr_fetch): Simplify.
4547 (add_piece): Update.
4548 (base_types_equal_p, dwarf_get_base_type, get_unsigned_type): New
4549 functions.
4550 (execute_stack_op) <sign_ext>: Remove.
4551 Use values for DWARF stack.
4552 <DW_OP_GNU_const_type, DW_OP_GNU_deref_type,
4553 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
4554 New cases.
4555 (_initialize_dwarf2expr): New function.
4556 (add_piece): Update.
4557 (new_dwarf_expr_context): Set new field.
4558 (free_dwarf_expr_context): Call value_free_to_mark.
4559 * dwarf2-frame.c (no_base_type): New function.
4560 (execute_stack_op): Set get_base_type field. Update.
4561
e8d28ef4
TT
45622011-05-12 Tom Tromey <tromey@redhat.com>
4563
4564 * dwarf2read.c (read_common_block): Fix formatting.
4565
d248b706
KY
45662011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4567
4568 * breakpoint.c (disable_breakpoint): Disable all locations
4569 associated with a tracepoint on target if a trace experiment is
4570 running.
4571 (disable_command): Disable a specific tracepoint location on target if
4572 a trace experiment is running.
4573 (do_enable_breakpoint): Enable all locations associated with a
4574 tracepoint on target if a trace experiment is running.
4575 (enable_command) Enable a specific tracepoint location on target if a
4576 trace experiment is running.
4577 * target.c (update_current_target): Add INHERIT and de_fault clauses for
4578 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
4579 to_disable_tracepoint.
4580 * target.h: Add declaration of struct bp_location.
4581 (struct target_ops): Add new functions
4582 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
4583 to_disable_tracepoint to target operations.
4584 (target_supports_enable_disable_tracepoint): New macro.
4585 (target_enable_tracepoint): New macro.
4586 (target_disable_tracepoint): New macro.
4587 * remote.c (struct remote_state): Add new field.
4588 (remote_enable_disable_tracepoint_feature): New.
4589 (remote_protocol_features): Add new entry.
4590 (remote_supports_enable_disable_tracepoint): New.
4591 (remote_enable_tracepoint): New.
4592 (remote_disable_tracepoint): New.
4593 (init_remote_ops): Add remote_enable_tracepoint,
4594 remote_disable_tracepoint and remote_supports_enable_disable_tracepoint
4595 to remote operations.
4596 * tracepoint.c (start_tracing): Allow tracing to start without any
4597 tracepoints enabled with just a warning if they can be re-enabled
4598 later.
4599 * NEWS: Add news item for the new behaviour of the enable and disable
4600 GDB commands when applied to tracepoints.
4601 Add news items for the new remote packets QTEnable and QTDisable.
4602
cc88a640
JK
46032011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4604
4605 * config.in: Regenerate.
4606 * configure: Regenerate.
4607 * configure.ac <--with-system-readline> (for readline_echoing_p):
4608 Remove the test.
4609 * tui/tui-io.c (tui_old_readline_echoing_p): Rename to ...
4610 (tui_old_rl_echoing_p): ... here.
4611 (tui_setup_io): Rename extern declaration readline_echoing_p to
4612 _rl_echoing_p. Adjust assignments for the both renames.
4613
1f84b619
TJB
46142011-05-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
4615
4616 * symtab.c (lookup_symtab): Run cleanup before returning.
4617
74ac6d43
TT
46182011-05-11 Tom Tromey <tromey@redhat.com>
4619
4620 * dwarf2read.c (handle_data_member_location): New function.
4621 (dwarf2_add_field): Use it.
4622 (read_common_block): Likewise.
4623
5488dafb
JK
46242011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4625
4626 Make addrs->SECTINDEX always defined.
4627 * symfile.c (relative_addr_info_to_section_offsets): Check for
4628 SECTINDEX -1, not for zero ADDR.
4629 (addrs_section_compar): Remove checking for invalid SECTINDEX.
4630 (addr_info_make_relative): Set SECTINDEX to -1 for unmatched entries.
4631 * symfile.h (struct section_addr_info) <sectindex>: Update the comment
4632 on its validity.
4633
84e578fb
DE
46342011-05-10 Doug Evans <dje@google.com>
4635
2471d008
DE
4636 * linux-thread-db.c: Whitespace cleanup.
4637 (try_thread_db_load_1): Fix comment.
4638
84e578fb
DE
4639 * linux-thread-db.c (set_libthread_db_search_path): New function.
4640 (_initialize_thread_db): Add setter for libthread-db-search-path.
4641
673c2bbe
DE
46422011-05-09 Doug Evans <dje@google.com>
4643
478aac75
DE
4644 * NEWS: Mention --with-iconv-bin.
4645 * configure.ac: New option --with-iconv-bin.
4646 * configure: Regenerate.
4647 * config.in: Regenerate.
4648 * defs.h (relocate_gdb_directory): Declare.
4649 * main.c (relocate_gdb_directory): Renamed from relocate_directory,
4650 removed progname parameter, and exported. All callers updated.
4651 * charset.c (find_charset_names): Use --with-iconv-bin if specified.
4652
673c2bbe
DE
4653 * linux-nat.c (lin_lwp_attach_lwp): For !WIPSTOPPED case,
4654 adding missing call to restore_child_signals_mask.
4655
e4c8541f
PA
46562011-05-09 Pedro Alves <pedro@codesourcery.com>
4657
4658 * inferior.h (wait_for_inferior): Remove `thread_exec_as_sigtrap'
4659 parameter.
4660 * infrun.c (proceed, start_remote): Adjust.
4661 (wait_for_inferior): Remove `thread_exec_as_sigtrap' parameter,
4662 and adjust to not handle it.
4663 * solib-irix.c (irix_solib_create_inferior_hook): Adjust.
4664 * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
4665 * solib-sunos.c (sunos_solib_create_inferior_hook): Adjust.
4666 * solib-svr4.c (svr4_solib_create_inferior_hook): Adjust.
4667 * windows-nat.c (do_initial_windows_stuff): Adjust.
4668 * infcmd.c (attach_command): Adjust.
4669 (notice_new_inferior): Adjust.
4670
a536c6d7
UW
46712011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4672
4673 * ppc-linux-tdep.c (ppu2spu_prev_register): Handle pseudo registers.
4674 (ppu2spu_unwind_register): Mark pseudo registers unavailable.
4675 * spu-tdep.c (op_selb): Use correct value.
4676
7845b013
UW
46772011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4678
4679 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Add NULL
4680 "parent" parameter to symbol_file_add_from_bfd call.
4681
9c06b0b4
TJB
46822011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4683 Thiago Jung Bauermann <bauerman@br.ibm.com>
4684
4685 Implement support for PowerPC BookE masked watchpoints.
4686 * NEWS: Mention masked watchpoint support. Create "Changed commands"
4687 section.
4688 * breakpoint.h (struct breakpoint_ops) <works_in_software_mode>: New
4689 method. Initialize to NULL in all existing breakpoint_ops instances.
4690 (struct breakpoint) <hw_wp_mask>: New field.
4691 * breakpoint.c (is_masked_watchpoint): Add prototype.
4692 (update_watchpoint): Don't set b->val for masked watchpoints. Call
4693 breakpoint's breakpoint_ops.works_in_software_mode if available.
4694 (watchpoints_triggered): Handle the case of a hardware masked
4695 watchpoint trigger.
4696 (watchpoint_check): Likewise.
4697 (works_in_software_mode_watchpoint): New function.
4698 (insert_masked_watchpoint, remove_masked_watchpoint)
4699 (resources_needed_masked_watchpoint)
4700 (works_in_software_mode_masked_watchpoint, print_it_masked_watchpoint)
4701 (print_one_detail_masked_watchpoint, print_mention_masked_watchpoint)
4702 (print_recreate_masked_watchpoint, is_masked_watchpoint): New
4703 functions.
4704 (masked_watchpoint_breakpoint_ops): New structure.
4705 (watch_command_1): Check for the existence of the `mask' parameter.
4706 Set b->ops according to the type of hardware watchpoint being created.
4707 * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint)
4708 (ppc_linux_remove_mask_watchpoint)
4709 (ppc_linux_masked_watch_num_registers): New functions.
4710 (_initialize_ppc_linux_nat): Initialize to_insert_mask_watchpoint,
4711 to_remove_mask_watchpoint and to_masked_watch_num_registers.
4712 * target.c (update_current_target): Mention to_insert_mask_watchpoint,
4713 to_remove_mask_watchpoint, and to_masked_watch_num_registers.
4714 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
4715 (target_masked_watch_num_registers): New functions.
4716 * target.h (struct target_ops) <to_insert_mask_watchpoint>,
4717 <to_remove_mask_watchpoint>, <to_masked_watch_num_registers>: New
4718 methods.
4719 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
4720 (target_masked_watch_num_registers): Add prototypes.
4721
8be455d7
JK
47222011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4723
4724 PR 12573
4725 * dwarf2read.c (struct dwarf2_cu): New field has_loclist.
4726 (producer_is_gcc_ge_4_0): New function.
4727 (process_full_comp_unit): Set also symtab->locations_valid. Move the
4728 symtab->language code.
4729 (var_decode_location): Set cu->has_loclist.
4730 * symtab.c (skip_prologue_sal): New variables saved_pc, force_skip and
4731 skip. Intialize force_skip from locations_valid. Move the prologue
4732 skipping code into two passes.
4733 * symtab.h (struct symtab): Make the primary field a bitfield. New
4734 field locations_valid.
4735
d8228535
JK
47362011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4737
4738 * c-exp.y (qualified_name): Call destructor_name_p with $1.type.
4739 (classify_inner_name): Call cp_lookup_nested_type with
4740 yylval.tsym.type.
4741 * cp-namespace.c (cp_lookup_nested_type): New variable
4742 saved_parent_type. Call CHECK_TYPEDEF for parent_type. Call
4743 type_name_no_tag_or_error with saved_parent_type.
4744 * dwarf2read.c (load_partial_dies): Read in any children of
4745 DW_TAG_typedef with complaint in such case.
4746 * gdbtypes.c (type_name_no_tag_or_error): New function.
4747 * gdbtypes.h (type_name_no_tag_or_error): New prototype.
4748 * valops.c (destructor_name_p): New comment for parameter type. Remove
4749 type const. Make dname and cp const. Call type_name_no_tag_or_error.
4750 * value.h (destructor_name_p): Remove type const.
4751
1976171a
JK
47522011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4753
4754 * symtab.c (compare_symbol_name): New function.
4755 (completion_list_add_name, expand_partial_symbol_name): Call it,
4756 remove the variable ncmp.
4757 (default_make_symbol_completion_list_break_on): Reduce SYM_TEXT_LEN,
4758 gdb_assert it.
4759
a9634178
TJB
47602011-05-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4761
4762 Demote to sw watchpoint only in update_watchpoint.
4763 * breakpoint.c (update_watchpoint): Change between software and
4764 hardware watchpoint for all kinds of watchpoints, not just
4765 read/write ones. Determine b->exact value here instead of
4766 in watch_command_1. Error out if there are not enough resources
4767 for a read or access hardware watchpoint.
4768 (watch_command_1): Remove logic of checking whether there are
4769 enough resources available, since update_watchpoint will do that
4770 work now. Don't set b->exact here. Catch exceptions thrown by
4771 update_watchpoint and delete the watchpoint.
4772 (can_use_hardware_watchpoint): Remove exact_watchpoints argument.
4773 Use target_exact_watchpoints instead.
4774 (delete_breakpoint): Notify observers only if deleted watchpoint
4775 has a breakpoint number assigned to it.
4776
4c67c798
JJ
47772011-05-05 Janis Johnson <janisjo@codesourcery.com>
4778
4779 * MAINTAINERS: Add myself as a write-after-approval maintainer.
4780
a3fcb948
JG
47812011-05-05 Jerome Guitton <guitton@adacore.com>
4782
4783 * i386-tdep.c (i386_in_stack_tramp_p, i386_stack_tramp_frame_sniffer):
4784 New functions.
4785 (i386_stack_tramp_frame_unwind): New static global.
4786 (i386_match_pattern): New function, extracted from i386_match_insn.
4787 (i386_match_insn): Use i386_match_pattern.
4788 (i386_match_insn_block): New function.
4789 (i386_tramp_chain_in_reg_insns)
4790 (i386_tramp_chain_on_stack_insns): New static variables.
4791 (i386_gdbarch_init): Add i386_stack_tramp_frame_unwind to list
4792 of unwinders.
4793
4d393d60
JM
47942011-05-04 Joseph Myers <joseph@codesourcery.com>
4795
4796 * configure.host (xscale*): Don't handle target.
4797 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
4798 handle targets.
4799
f70bd40b
YQ
48002011-05-04 Yao Qi <yao@codesourcery.com>
4801
4802 * gdb_wait.h: remove WAITTYPE and WCOREDUMP.
4803
dd3295ee
JB
48042011-05-03 Joel Brobecker <brobecker@adacore.com>
4805
4806 Revert:
4807 | 2011-03-07 Michael Snyder <msnyder@vmware.com>
4808 | * elfread.c (elf_symtab_read): Stop memory leak.
4809
90375a0e
PM
48102011-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
4811
4812 * nto-tdep.c (nto_target): Replace deprecated call to
4813 cygwin_conv_to_posix_path functions by cygwin_conv_path calls.
4814
d07205c2
JK
48152011-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4816
4817 Fix false GCC warning.
4818 * breakpoint.c (do_enable_breakpoint): Initialize orig_enable_state.
4819
1e718ff1
TJB
48202011-05-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
4821
4822 * breakpoint.c (update_watchpoint): Move code to change
4823 the enable state of breakpoint from here ...
4824 (do_enable_breakpoint): ... to here.
4825
35bef4fd
TT
48262011-04-26 Andrew Gontarek <andrewg@cray.com>
4827
78290264
PP
4828 * valprint.c (val_print_array_elements): Fixed poor performance
4829 of printing very large arrays with repeat_count_threshold set
4830 to unlimited. New comment.
35bef4fd 4831
38a714bb
TT
48322011-04-29 Tom Tromey <tromey@redhat.com>
4833
4834 * mi/mi-parse.c (mi_parse): Remove incorrect sizeof.
4835 (mi_parse): Likewise.
4836 * breakpoint.c (break_range_command): Use sizeof char*, not
4837 char**.
4838 (create_breakpoint): Likewise.
4839 (parse_breakpoint_sals): Likewise.
4840
eb73ad13
PA
48412011-04-29 Pedro Alves <pedro@codesourcery.com>
4842
4843 * linux-nat.c (linux_child_remove_fork_catchpoint)
4844 (linux_child_remove_vfork_catchpoint)
4845 (linux_child_remove_exec_catchpoint): New functions.
4846 (linux_target_install_ops): Install them.
4847
d65aec65
PM
48482011-04-29 Phil Muldoon <pmuldoon@redhat.com>
4849
4850 PR mi/12531
4851
4852 * varobj.c (install_default_visualizer): Do not install a
4853 visualizer if the varobj is CPLUS_FAKE_CHILD.
4854 (construct_visualizer): Likewise.
4855
165195f4
JK
48562011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4857
4858 * symtab.c (expand_partial_symbol_name): New variable NCMP. Support
4859 case insensitive comparison.
4860
30852783
UW
48612011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
4862
4863 * infrun.c (proceed): Revert previous change.
4864 (resume): Instead, handle the case of signal delivery while stepping
4865 off a breakpoint location here, and only if software single-stepping
4866 is used. Handle nested signals.
4867
7ff120b4
YQ
48682011-04-28 Yao Qi <yao@codesourcery.com>
4869
4870 * arm-tdep.c (copy_unmodified): Rename to ...
4871 (arm_copy_unmodified): .. this. New.
4872 (copy_preload): Move common part to ...
4873 (install_preload): .. this. New.
4874 (arm_copy_preload): New.
4875 (copy_preload_reg): Move common part to ...
4876 (install_preload_reg): ... this. New.
4877 (arm_copy_preload_reg): New.
4878 (copy_b_bl_blx): Move common part to ...
4879 (install_b_bl_blx): .. this. New.
4880 (arm_copy_b_bl_blx): New.
4881 (copy_bx_blx_reg): Move common part to ...
4882 (install_bx_blx_reg): ... this. New.
4883 (arm_copy_bx_blx_reg): New.
4884 (copy_alu_reg): Move common part to ...
4885 (install_alu_reg): ... this. New.
4886 (arm_copy_alu_reg): New.
4887 (copy_alu_shifted_reg): Move common part to ...
4888 (install_alu_shifted_reg): ... this. New.
4889 (copy_ldr_str_ldrb_strb): Move common part to ...
4890 (install_ldr_str_ldrb_strb): ... this. New.
4891 (arm_copy_ldr_str_ldrb_strb): New.
4892 (copy_copro_load_store): Move some common part to ...
4893 (install_copy_copro_load_store): ... this. New.
4894 (arm_copy_copro_load_store): New.
4895 (copy_svc): Delete.
4896 (arm_copy_svc): Renamed from copy_svc.
4897 (copy_undef): Delete.
4898 (arm_copy_undef): Renamed from copy_undef.
4899 (decode_ext_reg_ld_st): Delete.
4900 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
4901 (decode_svc_copro): Delete.
4902 (arm_decode_svc_copro): Renamed from decode_svc_copro.
4903 (copy_copro_load_store, copy_alu_imm): update callers.
4904 (copy_extra_ld_st, copy_block_xfer): Likewise.
4905 (decode_misc_memhint_neon, decode_unconditional): Likewise.
4906 (decode_miscellaneous, decode_dp_misc): Likewise.
4907 (decode_ld_st_word_ubyte, decode_media): Likewise.
4908 (decode_b_bl_ldmstm, decode_ext_reg_ld_st): Likewise.
4909 (decode_svc_copro, decode_misc_memhint_neon): Likewise.
4910 (decode_unconditional, decode_miscellaneous): Likewise.
4911 (decode_media, decode_b_bl_ldmstm): Likewise.
4912 (arm_process_displaced_insn): Likewise..
4913 (decode_misc_memhint_neon): Delete.
4914 (arm_decode_misc_memhint_neon): Renamed from decode_misc_memhint_neon.
4915 (decode_miscellaneous): Delete.
4916 (arm_decode_miscellaneous): Renamed from decode_miscellaneous.
4917 (decode_dp_misc): Delete.
4918 (arm_decode_dp_misc): Renamed from decode_dp_misc.
4919 (decode_ld_st_word_ubyte): Delete.
4920 (arm_decode_ld_st_word_ubyte): Renamed from decode_ld_st_word_ubyte.
4921 (decode_media): Delete.
4922 (arm_decode_media): Renamed from decode_media.
4923 (decode_b_bl_ldmstm): Delete.
4924 (arm_decode_b_bl_ldmstm): Renamed from decode_b_bl_ldmstm.
4925 (decode_ext_reg_ld_st): Delete.
4926 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
4927 (decode_unconditional): Delete.
4928 (arm_decode_unconditional): Renamed from decode_unconditional.
4929
559a7a62
JK
49302011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4931
4932 Case insensitive lookups implementation.
4933 * dwarf2read.c: Include ctype.h.
4934 (struct mapped_index): New field version.
4935 (mapped_index_string_hash): New parameter index_version. New comment
4936 for it. Call tolower appropriately.
4937 (find_slot_in_mapped_hash): New variable cmp, initialize it, use it.
4938 Choose the right index version for mapped_index_string_hash.
4939 (dwarf2_read_index): Support also the index version 5. Initialize the
4940 new struct mapped_index field version.
4941 (hash_strtab_entry): Pass INT_MAX for the new parameter, explain why.
4942 (find_slot): Explain the version needs. Pass INT_MAX for the new
4943 parameter.
4944 (write_psymtabs_to_index): Produce version 5.
4945 * minsyms.c (lookup_minimal_symbol): New variable cmp, initialize it,
4946 use it. New comment for SYMBOL_MATCHES_SEARCH_NAME.
4947 * psymtab.c (lookup_partial_symbol): Find the
4948 SYMBOL_MATCHES_SEARCH_NAME start of the found block of matching
4949 entries.
4950 * symtab.c (lookup_symbol_in_language): Remove the case_sensitive_off
4951 NAME lowercasing.
4952 (search_symbols): Pass REG_ICASE to regcomp for case_sensitive_off.
4953 (completion_list_add_name): New variable ncmp, initialize it, use it.
4954 * symtab.h (SYMBOL_HASH_NEXT): Always call tolower.
4955 * utils.c (strcmp_iw): Support case_sensitive_off.
4956 (strcmp_iw_ordered): Sort in a way compatible with case_sensitive_off.
4957 New function comment part. New variables saved_string1,
4958 saved_string2 and case_pass. Add a proper second pass.
4959
681bf369
JK
49602011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4961
4962 Replace re_comp/re_exec by regcomp/regexec.
4963 * symtab.c (struct search_symbols_data): New fields preg, preg_p.
4964 (search_symbols_name_matches): Use them, use regexec.
4965 (search_symbols): New variable retval_chain, adjust the use of
4966 old_chain against it. Replace re_comp by regcomp. Use the new struct
4967 search_symbols_data fields, use regexec instead of re_exec.
4968
b11b1f88
JK
49692011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4970
4971 Format the code for the next patch.
4972 * dwarf2read.c (struct mapped_index): Include delimiting newlines.
4973 * utils.c (strcmp_iw_ordered): Reformat the code for the next patch.
4974 New variables c1 and c2.
4975
2484c66b
UW
49762011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
4977
4978 * infrun.c (proceed): Do not single-step into signal delivery
4979 when stepping off a breakpoint location.
4980 (insert_step_resume_breakpoint_at_frame): Move prototype earlier.
4981 (insert_step_resume_breakpoint_at_caller): Likewise.
4982 (insert_step_resume_breakpoint_at_sal): Likewise.
4983 (insert_longjmp_resume_breakpoint): Likewise.
4984
47423772
YQ
49852011-04-27 Yao Qi <yao@codesourcery.com>
4986
4987 * common/linux-ptrace.h: Remove include <sys/wait.h>.
4988
13bdd2e7
JB
49892011-04-27 Joel Brobecker <brobecker@adacore.com>
4990
4991 * procfs.c (procfs_pass_signals): Fix advance declaration.
4992
2455069d
UW
49932011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
4994
4995 * target.h (struct target_ops): Remove to_notice_signals;
4996 add to_pass_signals.
4997 (target_notice_signals): Remove.
4998 (target_pass_signals): Add prototype.
4999 * target.c (update_current_target): Remove to_notice_signals;
5000 mention to_pass_signals.
5001 (target_pass_signals): New function.
5002 (debug_to_notice_signals): Remove.
5003 (setup_target_debug): Do not install debug_to_notice_signals.
5004
5005 * infrun.c (signal_pass): New global.
5006 (resume): Call target_pass_signals.
5007 (handle_inferior_event): Report all signals while stepping over
5008 non-steppable watchpoint. Reset trap_expected to ensure breakpoints
5009 are re-inserted when stepping over a signal handler.
5010 (signal_cache_update): New function.
5011 (signal_stop_update): Call it.
5012 (signal_print_update): Likewise.
5013 (signal_pass_update): Likewise.
5014 (handle_command): Call signal_cache_update and target_pass_signals
5015 instead of target_notice_signals.
5016 (_initialize_infrun): Initialize signal_pass.
5017
5018 * linux-nat.c (pass_mask): New global.
5019 (linux_nat_pass_signals): New function.
5020 (linux_nat_create_inferior): Report all signals initially.
5021 (linux_nat_attach): Likewise.
5022 (linux_nat_resume): Use pass_mask to decide whether to directly
5023 handle an inferior signal.
5024 (linux_nat_wait_1): Likewise.
5025 (linux_nat_add_target): Install to_pass_signals callback.
5026
5027 * nto-procfs.c (notice_signals): Remove.
5028 (procfs_resume): Do not call notice_signals.
5029 (procfs_notice_signals): Remove.
5030 (procfs_pass_signals): New function.
5031 (init_procfs_ops): Install to_pass_signals callback instead of
5032 to_notice_signals callback.
5033 (_initialize_procfs): Report all signals initially.
5034
5035 * procfs.c (procfs_notice_signals): Remove.
5036 (procfs_pass_signals): New function.
5037 (procfs_target): Install to_pass_signals callback instead of
5038 to_notice_signals callback.
5039 (register_gdb_signals): Remove.
5040 (procfs_debug_inferior): Report all signals initially.
5041 (procfs_init_inferior): Remove redundant register_gdb_signals call.
5042
5043 * remote.c (remote_pass_signals): Add numsigs and pass_signals
5044 parameters; use them instead of calling signal_..._state routines.
5045 (remote_notice_signals): Remove.
5046 (remote_start_remote): Report all signals initially.
5047 (remote_resume): Do not call remote_pass_signals.
5048 (_initialize_remote): Install to_pass_signals callback instead of
5049 to_notice_signals callback.
5050
46c6471b
PA
50512011-04-27 Pedro Alves <pedro@codesourcery.com>
5052
5053 * breakpoint.c (user_settable_breakpoint): Delete.
5054 (user_breakpoint_p): Remove check on user_settable_breakpoint.
5055 (delete_command): Check user_breakpoint_p instead of looking at
5056 the breakpoint's type.
5057 (disable_command): Ditto.
5058 (enable_command): Ditto.
5059 (delete_trace_command): Use user_breakpoint_p instead of looking
5060 at the breakpoint number directly. When checking if there are
5061 user visible tracepoints, in order to know whether to ask the user
5062 for confirmation, check whether the breakpoint is actually a
5063 tracepoint.
5064
f6d90398
VP
50652011-04-27 Vladimir Prus <vladimir@codesourcery.com>
5066
5067 * python/py-breakpoint.c (gdbpy_breakpoint_created): Fix
5068 compilation.
5069
8d3788bd
VP
50702011-04-27 Vladimir Prus <vladimir@codesourcery.com>
5071
5072 MI breakpoint notifications.
5073
f33edef8
PP
5074 * annotate.c (breakpoint_changed): Adjust parameter type.
5075 * breakpoint.c (set_breakpoint_condition): Adjust to change
5076 in breakpoint_modified type.
5077 (breakpoint_set_commands): Likewise.
5078 (do_map_commands_command): Likewise.
5079 (bpstat_check_breakpoint_conditions): Notify that breakpoint has
5080 changed after bumping hit count.
5081 (bpstat_stop_status): Likewise.
5082 (print_one_breakpoint_location): Don't wrap in tuple here.
5083 (print_one_breakpoint): Always print individual locations.
5084 For locations, use unnamed tuple.
5085 (disable_breakpoints_in_unloaded_shlib): Notify that breakpoint
5086 has changed.
5087 (create_catchpoint, create_syscall_event_catchpoint): Call
5088 breakpoint_created obsever.
5089 (mention): Don't call breakpoint_created observer.
5090 (create_breakpoint_sal): Call breakpoint_created observer.
5091 (create_breakpoint, watch_command_1): Likewise.
5092 (create_ada_exception_breakpoint): Likewise.
5093 (delete_breakpoint): Call breakpoint_deleted breakpoint.
5094 (locations_are_equal): New.
5095 (update_breakpoint_locations): If locations were changed, notify.
5096 (set_ignore_count, disable_breakpoint, do_enable_breakpoint):
5097 Call breakpoint_modified observer.
5098
5099 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
5100 (mi_cmd_break_insert): Don't set observers for modify and delete.
5101 * mi/mi-interp.c (mi_suppress_breakpoint_notifications): New.
5102 (mi_breakpoint_created, mi_breakpoint_deleted)
5103 (mi_breakpoint_modified): New.
5104 (mi_interpreter_init): Hook the above.
5105 * mi/mi-main.c (mi_cmd_execute): Disable breakpoint notifications
5106 while -break-* commands are executing.
5107 * mi/mi-main.h (mi_suppress_breakpoint_notifications): New.
5108 * mi/mi-out.c (struct ui_out_data): New field original_buffer.
5109 (mi_redirect): New.
5110 (mi_ui_out_impl): Hook in mi_redirect.
5111 (mi_field_skip): True to the name, skip the field, don't output
5112 a field with an empty value.
5113
5114 * python/py-breakpoint.c (gdbpy_breakpoint_created)
5115 (gdbpy_breakpoint_deleted): Adjust.
5116 * tui/tui-hooks.c (tui_event_create_breakpoint)
5117 (tui_event_delete_breakpoint, tui_event_modify_breakpoint): Adjust.
8d3788bd 5118
a8f42b45
UW
51192011-04-26 Aleksandar Ristovski <aristovski@qnx.com>
5120
5121 * nto-procfs.c (procfs_insert_hw_watchpoint): Fix prototype.
5122 (procfs_remove_hw_watchpoint): Likewise.
5123
57e12211
TT
51242011-04-26 Michael Walle <michael@walle.cc>
5125
5126 * remote.c (remote_start_remote): Ack packet after sending the
5127 interrupt sequence.
5128
af96c192
YQ
51292011-04-26 Yao Qi <yao@codesourcery.com>
5130
f33edef8
PP
5131 * linux-nat.c: Move common macros to ...
5132 Include linux-ptrace.h.
5133 * common/linux-ptrace.h: ... here. New.
af96c192 5134
3e03848b
JK
51352011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5136
5137 * elfread.c (elf_symfile_read): Protect dwarf2_initialize_objfile by
5138 !objfile_has_partial_symbols. New comment.
5139 * objfiles.c (objfile_has_partial_symbols): Call HAS_SYMBOLS if
5140 SYM_READ_PSYMBOLS is not present. Extend the comment.
5141 * symfile.h (struct sym_fns): Extend the sym_read_psymbols comment.
5142
1ae0d051
JK
51432011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5144
5145 * defs.h (ENUM_BITFIELD): Remove.
5146
03f2bd59
JK
51472011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5148 Eli Zaretskii <eliz@gnu.org>
5149
5150 * NEWS: Document the new gdbserver --once option.
5151
4161fbb0
JZ
51522011-04-21 Jie Zhang <jzhang918@gmail.com>
5153
5154 * MAINTAINERS: Update my email address.
5155
bcb28afc
PM
51562011-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
5157
5158 * gdb_wchar.h (USE_INTERMEDIATE_ENCODING_FUNCTION): New macro.
5159 (INTERMEDIATE_ENCODING): Change value to intermediate_encoding
5160 function call if __STDC_ISO_10646__ macro is defined.
5161 (intermediate_encoding): New prototype.
5162 * charset.c (your_gdb_wchar_t_is_bogus): New extern test variable
5163 to generate compile time error for unsupported gdb_wchar_t size.
5164 (ENDIAN_SUFFIX): New macro.
5165 (intermediate_encoding): New function.
5166
7b08b9eb
JK
51672011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5168
5169 * ada-lang.c (struct add_partial_datum): Update the comment for
5170 expand_partial_symbol_name.
5171 (ada_add_partial_symbol_completions): Rename to ...
5172 (ada_expand_partial_symbol_name): ... here, change return type, update
5173 function comment, call symbol_completion_match instead of
5174 symbol_completion_add.
5175 (ada_make_symbol_completion_list): Use now expand_partial_symbol_names
5176 and ada_expand_partial_symbol_name.
5177 * dwarf2read.c (dw2_expand_symtabs_matching): Support NULL
5178 FILE_MATCHER.
5179 (dw2_map_symbol_names): Remove.
5180 (dwarf2_gdb_index_functions): Unlist dw2_map_symbol_names.
5181 * psymtab.c (map_symbol_names_psymtab): Remove.
5182 (expand_symtabs_matching_via_partial): Support NULL FILE_MATCHER.
5183 Support KIND == ALL_DOMAIN. Exchange the NAME_MATCHER and KIND check
5184 order.
5185 (psym_functions): Unlist map_symbol_names_psymtab.
5186 (map_partial_symbol_names): Rename to ...
5187 (expand_partial_symbol_names): ... here, change the FUN type, call
5188 expand_symtabs_matching with ALL_DOMAIN and NULL FILE_MATCHER now.
5189 * psymtab.h (map_partial_symbol_names): Rename to ...
5190 (expand_partial_symbol_names): ... here, change the FUN type.
5191 * symfile.h (struct quick_symbol_functions): Update the description of
5192 expand_symtabs_matching. Remove map_symbol_names.
5193 * symtab.c (search_symbols): Add ALL_DOMAIN to the function comment.
5194 (struct add_name_data): Update the comment for
5195 expand_partial_symbol_name.
5196 (add_partial_symbol_name): Rename to ...
5197 (expand_partial_symbol_name): ... here. Replace
5198 completion_list_add_name call by strncmp.
5199 (default_make_symbol_completion_list_break_on): Use now
5200 expand_partial_symbol_names and expand_partial_symbol_name.
5201 * symtab.h (enum search_domain): New element ALL_DOMAIN.
5202
90476074
TT
52032011-04-20 Tom Tromey <tromey@redhat.com>
5204
5205 * dwarf2read.c (save_gdb_index_command): Replace format
5206 documentation with a pointer to the manual.
5207
c21236dc
PA
52082011-04-20 Pedro Alves <pedro@codesourcery.com>
5209
5210 * regcache.c: Include remote.h.
5211 (enum regcache_dump_what) <regcache_dump_remote>: New enum value.
5212 (regcache_dump): Handle regcache_dump_remote.
5213 (maintenance_print_remote_registers): New function.
5214 (_initialize_regcache): Install "maint print remote-registers"
5215 command.
5216 * remote.c (map_regcache_remote_table): New function, factored out
5217 from ...
5218 (init_remote_state): ... here.
5219 (remote_register_number_and_offset): New.
5220 * remote.h (remote_register_number_and_offset): Declare.
5221
b78974c3
PA
52222011-04-20 Pedro Alves <pedro@codesourcery.com>
5223
5224 * regcache.c (get_thread_arch_regcache): If creating a regcache for
5225 null_ptid, assume and allow a NULL address space, instead of
5226 asking the target for the ptid's address space.
5227 * infrun.c (ptid_is_pid): Remove assertion.
5228
7a9dd1b2
TT
52292011-04-19 Tom Tromey <tromey@redhat.com>
5230
5231 * windows-tdep.c (windows_xfer_shared_library):
5232 * windows-nat.c (get_module_name, windows_make_so):
5233 * v850-tdep.c (v850_handle_pushm):
5234 * utils.c (null_cleanup, gdb_realpath):
5235 * ui-out.c (get_next_header):
5236 * tracepoint.c (clear_traceframe_info):
5237 * symtab.c (lookup_symtab):
5238 * serial.h (struct serial_ops):
5239 * mipsread.c (read_alphacoff_dynamic_symtab):
5240 * infcmd.c (print_return_value):
5241 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address):
5242 * f-exp.y (parse_number):
5243 * exceptions.c (catch_exceptions):
5244 * dummy-frame.c (dummy_frame_this_id):
5245 * defs.h (struct cleanup):
5246 * breakpoint.c (disable_breakpoints_in_unloaded_shlib):
5247 * arm-tdep.c (arm_push_dummy_call):
5248 * amd64-tdep.h (amd64_collect_xsave):
5249 * amd64-tdep.c (amd64_collect_xsave):
5250 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache):
5251 * README (typing): Remove duplicate words.
5252 * cli/cli-decode.c (lookup_cmd_composition): Add comma.
5253 * infrun.c (siginfo_value_read): Fix typo.
5254 * solib-frv.c (frv_fdpic_find_global_pointer): Likewise.
5255 * top.c (source_line_number): Add comma.
5256
9941e0c5
MK
52572011-04-19 Marc Khouzam <marc.khouzam@ericsson.com>
5258
5259 * thread.c (any_live_thread_of_process): Prioritize threads
5260 that are not executing.
5261 * gdbthread.h (any_live_thread_of_process): Update comment
5262 as per above change.
5263
ed4b0e6a
AS
52642011-04-19 Andreas Schwab <schwab@linux-m68k.org>
5265
5266 * xcoffread.c (process_xcoff_symbol): Remove useless cast.
5267 (scan_xcoff_symtab): Likewise.
5268
9b13a2db
PM
52692011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5270
5271 * xcoffread.c (process_xcoff_symbol): ARI fix: Avoid assignment
5272 inside if clause.
5273
1c6e1b0d
PM
52742011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5275 Pedro Alves <pedro@codesourcery.com>
5276
5277 * xstormy16-tdep.c (xstormy16_push_dummy_call): Add local
5278 variables to simplify code and avoid == operator at end of
5279 line as this is against GNU coding standards.
5280
74de0234
PM
52812011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5282
5283 * solib-svr4.c (svr4_keep_data_in_core): Rename local variable
5284 lm_name to name_lm to avoid conflict with lm_name function.
5285
b23518f0
PM
52862011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5287
5288 ARI fixes: Use only lowercase function name for static functions.
5289 * nto-tdep.c (LM_ADDR): Rename to...
5290 (lm_addr): New function name.
5291 (nto_relocate_section_addresses): Adapt to change above.
5292 * solib-sunos.c (LM_ADDR): Rename to...
5293 (lm_addr): New function name.
5294 (LM_NEXT): Rename to...
5295 (lm_next): New function name.
5296 (sunos_current_sos, sunos_relocate_section_addresses): Adapt to
5297 function name changes above.
5298 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Rename to...
5299 (lm_addr_from_link_map): New function name.
5300 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Rename to...
5301 (has_lm_dynamic_from_link_map): New function name.
5302 (LM_DYNAMIC_FROM_LINK_MAP): Rename to...
5303 (lm_dynamic_from_link_map): New function name.
5304 (LM_ADDR_CHECK): Rename to...
5305 (lm_addr_check): New function name.
5306 (LM_NEXT): Rename to...
5307 (lm_next): New function name.
5308 (LM_PREV): Rename to...
5309 (lm_prev): New function name.
5310 (LM_NAME): Rename to...
5311 (lm_name): New function name.
5312 (IGNORE_FIRST_LINK_MAP_ENTRY): Rename to...
5313 (ignore_first_link_map_entry): New function name.
5314 (svr4_keep_data_in_core): Adapt to function name changes above.
5315 (svr4_current_sos): Likewise.
5316 (enable_break): Likewise.
5317 (svr4_relocate_section_addresses): Likewise.
5318
1448a0a2
PM
53192011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5320
5321 ARI cleanup.
5322 * xtensa-tdep.c (xtensa_register_type): Use xstrprintf instead of
5323 sprintf. Simplify code and avoid loosing memory.
5324 (xtensa_register_reggroup_p): Extract assignment out of IF clause.
5325 (call0_frame_cache): Remove && operator from end of line.
5326
02835898
JK
53272011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5328
5329 Fix libraries displacement if they change whether they were prelinked.
5330 * solib-svr4.c (LM_ADDR_CHECK): Set L_ADDR even if the DYNAMIC pointer
5331 does not match. Comment why.
5332
9a845ea2
JK
53332011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5334
5335 * corelow.c: Include wrapper.h.
5336 (core_open): Call now gdb_target_find_new_threads.
5337 * wrapper.c: Include target.h.
5338 (gdb_target_find_new_threads): New.
5339 * wrapper.h (gdb_target_find_new_threads): New declaration.
5340
254f582e
JK
53412011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5342
5343 * linux-thread-db.c (find_new_threads_callback): Exit on zero TI_TID
5344 even if !TARGET_HAS_EXECUTION.
5345
63524580
JK
53462011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5347
5348 Fix convert_code_addr_to_desc_addr for ppc64 files after eu-strip.
5349 * elfread.c (elf_symfile_read): New variable synth_abfd, pass it to
5350 bfd_get_synthetic_symtab.
5351 * jit.c (jit_register_code): Pass NULL to the new parameter parent.
5352 * machoread.c (macho_add_oso_symfile): Pass main_objfile to the new
5353 parameter parent, remove the call to add_separate_debug_objfile.
5354 * solib.c (solib_read_symbols): Pass NULL to the new parameter parent.
5355 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
5356 * symfile.c (symbol_file_add_with_addrs_or_offsets): New parameter
5357 parent, new comment for it, call add_separate_debug_objfile for it.
5358 (symbol_file_add_separate): Pass objfile as the parameter parent,
5359 remove the call to add_separate_debug_objfile.
5360 (symbol_file_add_from_bfd): New parameter parent, pass it.
5361 (symbol_file_add): Pass NULL to the new parameter parent.
5362 * symfile.h (symbol_file_add_from_bfd): New parameter parent.
5363
90359a16
JK
53642011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5365
5366 * elfread.c (elf_symtab_read): Do not ignore .L symbols if they are
5367 BSF_SYNTHETIC.
5368
626e7282
JK
53692011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5370
5371 Fix Python access to inlined frames.
5372 * python/py-frame.c (frapy_read_var): Find BLOCK using get_frame_block.
5373 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5374
cf31e6f9
TT
53752011-04-15 Tom Tromey <tromey@redhat.com>
5376
5377 * dwarf2read.c (add_index_entry): Use VEC_last, not VEC_length.
5378
c8d895f1
GB
53792011-04-15 Gary Benson <gbenson@redhat.com>
5380
5381 * MAINTAINERS: Add myself to write-after-approval section.
5382
56a9aa1d
MF
53832011-04-14 Mike Frysinger <vapier@gentoo.org>
5384
5385 * remote-sim.c (sim_command_completer): New function.
5386 (_initialize_remote_sim): Set completer to sim_command_completer.
5387
ba770c9c
TJB
53882011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5389
5390 * breakpoint.c (print_exception_catchpoint): Rename to ...
5391 (print_it_exception_catchpoint): ... this.
5392 (gnu_v3_exception_catchpoint_ops): Update with new name
5393 for print_it_exception_catchpoint.
5394
51bf2553
EBM
53952011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
5396
5397 * MAINTAINERS: Add myself for write after approval privileges.
5398
d242658c
MP
53992011-04-13 Marek Polacek <mpolacek@redhat.com>
5400
5401 * MAINTAINERS: Add myself as a write-after-approval maintainer.
5402
4a4106ca
TJB
54032011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5404
5405 * breakpoint.c (watch_command_1): Remove colon from exp_string.
5406
26063d49
TJB
54072011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5408
5409 * breakpoint.c (save_breakpoints): Verify whether
5410 breakpoint_ops.print_recreate is defined before calling it.
5411
7782b183
GB
54122011-04-11 Gary Benson <gbenson@redhat.com>
5413
5414 Fix failure with --enable-maintainer-mode.
5415 * Makefile.in (aclocal_m4_deps): Updated gnulib dependencies.
5416
e8930875
JK
54172011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5418
5419 Code cleanup.
5420 * symtab.c (search_symbols): Reorder the KIND description in the
5421 function comment. Remove the unused 4th element of types, types2,
5422 types3 and types4. New gdb_assert on KIND.
5423 (symtab_symbol_info): Remove the unused 4th element of classnames.
5424 New gdb_assert on KIND.
5425 * symtab.h (enum search_domain): New warning in the enum comment.
5426 Assign numbers to the elements VARIABLES_DOMAIN, FUNCTIONS_DOMAIN and
5427 TYPES_DOMAIN.
5428
b4f2f049
JK
54292011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5430
5431 Fix crash of gdb save-index on a STABS file.
5432 * dwarf2read.c (write_psymtabs_to_index): Return also on no
5433 PSYMTABS_ADDRMAP.
5434
60d5a603
JK
54352011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5436
5437 Fix DW_AT_accessibility compatibility with gcc-4.6+.
5438 * dwarf2read.c: Include ctype.h.
5439 (producer_is_gxx_lt_4_6, dwarf2_default_access_attribute): New
5440 functions.
5441 (dwarf2_add_field): Fix new_field->accessibility by calling
5442 dwarf2_default_access_attribute. Restructure setting accessibility
5443 vs. virtuality.
5444 (dwarf2_add_member_fn): New variable accessibility. Fix fnp
5445 is_private and is_protected by calling
5446 dwarf2_default_access_attribute.
5447
e0f68161
KB
54482011-04-08 Kevin Buettner <kevinb@redhat.com>
5449
5450 * rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
5451 to the initialization.
5452
2e1aae43
SE
54532011-04-08 Steve Ellcey <sje@cup.hp.com>
5454
5455 * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
5456 initalization.
5457
c6ca3dab
PM
54582011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
5459
5460 Remove support for old Cygwin 1.5 versions.
5461 * remote-fileio.c: Remove macros used to emulate new cygwin_conv_path
5462 function on old Cygwin version.
5463 * windows-nat.c: Remove cygwin version check and always define
5464 __USEWIDE for Cygwin compilation.
5465
bd18283a
YQ
54662011-04-07 Yao Qi <yao@codesourcery.com>
5467
5468 * arm-linux-tdep.c (arm_linux_copy_svc): Remove parameters INSN
5469 and TO.
5470 * arm-tdep.c (cleanup_svc): Handle variable instruction size.
5471 (arm_copy_svc): Remove parameters INSN and TO.
5472 (decode_svc_copro): Update caller.
5473 * arm-tdep.h (struct displaced_step_closure): Remove parameters
5474 from function pointer `copy_svc_os'.
5475
8c8dba6d
YQ
54762011-04-07 Yao Qi <yao@codesourcery.com>
5477
5478 * arm-tdep.c (cleanup_branch): Set a correct return address in
5479 LR for ARM and Thumb.
5480
59d7bcaf
JK
54812011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5482
5483 Code cleanup.
5484 * dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.
5485 * dwarf2read.c (mapped_index_string_hash): Refer to SYMBOL_HASH_NEXT
5486 in the function comment, a new note on values compatibility.
5487 * minsyms.c (msymbol_hash_iw, msymbol_hash): Use SYMBOL_HASH_NEXT.
5488 * symtab.h (SYMBOL_HASH_NEXT): New.
5489
e7db58ea
TJB
54902011-04-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
5491
5492 * ppc-linux-nat.c (check_condition): Add len output parameter.
5493 Set it based on the memory region referenced in the condition
5494 expression. Update all callers.
5495
9f743ef6
JK
54962011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5497
5498 Fix crash regression on systems featuring .gdb_index.
5499 * objfiles.c (free_objfile): Move the
5500 forget_cached_source_info_for_objfile call earlier. Comment it.
5501 Extend the comment for objfile_free_data.
5502
9182c5bc
JK
55032011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5504
5505 Fix regression of displaying the debug format.
5506 * buildsym.c (end_symtab): Set symtab's debugformat and producer from
5507 subfile.
5508
04bd08de
TT
55092011-04-04 Tom Tromey <tromey@redhat.com>
5510
5511 * cli/cli-interp.c (struct captured_execute_command_args):
5512 Remove.
5513 (do_captured_execute_command): Remove.
5514 (safe_execute_command): Use TRY_CATCH.
5515 * cli/cli-script.c (struct wrapped_read_command_file_args):
5516 Remove.
5517 (wrapped_read_command_file): Remove.
5518 (script_from_file): Use TRY_CATCH.
5519 * exceptions.c (catch_exception): Remove.
5520 * exceptions.h (catch_exception): Remove.
5521 (deprecated_throw_reason): Update comment.
5522 * mi/mi-main.c (captured_mi_execute_command): Change 'data'
5523 argument to 'context'.
5524 (mi_execute_command): Use TRY_CATCH.
5525 * remote.c (struct start_remote_args): Remove.
5526 (remote_start_remote): Update; change arguments.
5527 (remote_open_1): Use TRY_CATCH.
5528
58438ac1
TT
55292011-04-04 Tom Tromey <tromey@redhat.com>
5530
5531 * tracepoint.c (scope_info): Update.
5532 * symtab.c (decode_line_spec): Update.
5533 * python/python.c (gdbpy_decode_line): Update.
5534 * linespec.h (decode_line_1): Update.
5535 * linespec.c (decode_line_1): Remove 'not_found_ptr' argument.
5536 (decode_compound, find_method, symtab_from_filename)
5537 (decode_variable): Likewise.
5538 * cli/cli-cmds.c (edit_command): Update.
5539 (list_command): Update.
5540 * breakpoint.c (parse_breakpoint_sals): Remove 'not_found_ptr'
5541 argument.
5542 (create_breakpoint): Update.
5543 (until_break_command): Update.
5544 (addr_string_to_sals): Update.
5545 (decode_line_spec_1): Update.
5546
b78a6381
TT
55472011-04-04 Tom Tromey <tromey@redhat.com>
5548
5549 * breakpoint.c (struct captured_parse_breakpoint_args): Remove.
5550 (do_captured_parse_breakpoint): Remove.
5551 (create_breakpoint): `e' is now volatile. Remove `parse_args'.
5552 Use TRY_CATCH directly.
5553
00174a86
TT
55542011-04-04 Tom Tromey <tromey@redhat.com>
5555
5556 * symtab.h (free_symtab): Remove.
5557 (forget_cached_source_info_for_objfile): Declare.
5558 * symmisc.c (free_symtab): Remove.
5559 * source.c (forget_cached_source_info_for_objfile): New function.
5560 (forget_cached_source_info): Use it.
5561 * objfiles.c (free_objfile): Simplify check before calling
5562 clear_current_source_symtab_and_line. Call
5563 forget_cached_source_info_for_objfile.
5564
30cc903e
TT
55652011-04-04 Tom Tromey <tromey@redhat.com>
5566
5567 * mdebugread.c (psymtab_to_symtab_1): Copy linetable to obstack.
5568 (new_symtab): Don't set `free_code' on symtab.
5569 (new_linetable): Properly handle size==0.
5570 * symtab.h (struct symtab) <free_code, free_func>: Remove.
5571 * symmisc.c (free_symtab): Don't free the linetable. Don't call
5572 free_func.
5573 * jv-lang.c (struct jv_per_objfile_data): New.
5574 (jv_per_objfile_free): Free the data.
5575 (get_dynamics_objfile): Allocate a jv_per_objfile_data.
5576 (get_java_class_symtab): Set the `dict' field on the
5577 jv_per_objfile_data.
5578 (free_class_block): Remove.
5579 * buildsym.c (end_symtab): Don't set `free_code' or `free_func' on
5580 the symtab.
5581
0c2e6019
TT
55822011-04-04 Tom Tromey <tromey@redhat.com>
5583
5584 * symfile.c (reread_symbols): Update.
5585 * objfiles.h (struct objfile) <cp_namespace_symtab>: Remove
5586 field.
5587 * objfiles.c (allocate_objfile): Update.
5588 * cp-support.h (cp_check_possible_namespace_symbols): Don't
5589 declare.
5590 * cp-namespace.c (lookup_symbol_file): Don't call
5591 lookup_possible_namespace_symbol.
5592 (initialize_namespace_symtab, get_possible_namespace_block)
5593 (free_namespace_block, cp_check_possible_namespace_symbols)
5594 (check_possible_namespace_symbols_loop)
5595 (check_one_possible_namespace_symbol)
5596 (lookup_possible_namespace_symbol): Remove.
5597 (maintenance_cplus_namespace): Replace with notice.
5598 (_initialize_cp_namespace): Deprecate `maint cplus namespace'.
5599
554d387d
TT
56002011-04-04 Tom Tromey <tromey@redhat.com>
5601
5602 * xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.
5603 * symtab.h (struct symtab) <producer, debugformat>: Now const.
5604 * symmisc.c (free_symtab): Don't free debugformat.
5605 * buildsym.h (struct subfile) <producer, debugformat>: Now const.
5606 (record_debugformat, record_producer): Document.
5607 * buildsym.c (end_symtab): Don't save debugformat and producer
5608 names on obstack.
5609 (end_symtab): Don't free debugformat and producer fields.
5610 (record_debugformat): Don't call xstrdup.
5611 (record_producer): Likewise.
5612
d4d4db8a
TT
56132011-04-04 Tom Tromey <tromey@redhat.com>
5614
5615 * source.c (find_source_lines): Remove LSEEK_NOT_LINEAR code.
5616 (source_line_charpos, source_charpos_line): Remove.
5617
8903c50d
TT
56182011-04-04 Tom Tromey <tromey@redhat.com>
5619
5620 * symtab.h (domain_enum): Split in two...
5621 (enum search_domain): New.
5622 (search_symbols): Update.
5623 * symtab.c (print_symbol_info, symtab_symbol_info): Remove
5624 redundant declarations.
5625 (search_symbols): Change 'kind' argument to search_domain.
5626 Update.
5627 (print_symbol_info): Likewise.
5628 (symtab_symbol_info): Likewise.
5629 * symfile.h (struct quick_symbol_functions)
5630 <pre_expand_symtabs_matching>: Change type of 'kind' argument.
5631 <expand_symtabs_matching>: Likewise.
5632 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Update.
5633 (expand_symtabs_matching_via_partial): Update.
5634 * dwarf2read.c (dw2_pre_expand_symtabs_matching): Update.
5635 (dw2_expand_symtabs_for_function): Update.
5636 * block.h: Moved anonymous enum...
5637 * defs.h (enum block_enum): ... here. Now named.
5638
d9351f5f 56392011-04-03 Joel Brobecker <brobecker@adacore.com>
5640
5641 GDB 7.3 branch created (branch timestamp: 2011-04-01 01:00 UTC)
5642 * version.in: Bump version to 7.3.50.20110403-cvs.
5643
d6e00af6
JB
56442011-04-03 Joel Brobecker <brobecker@adacore.com>
5645
5646 * NEWS: Create a new section for the next release branch.
5647 Rename the section of the current branch, now that it has
5648 been cut.
5649
2b9e5ea6
UW
56502011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5651
5652 * arm-tdep.c (arm_gdbarch_init): Enfore correct register number
5653 for "fpscr" in target description.
5654
0cf03b49
JK
56552011-04-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5656
5657 * dwarf2read.c (find_slot_in_mapped_hash): New variable back_to,
5658 initialize it. Delay HASH initialization. Strip the part after open
5659 parenthesis for languages with qualifiers. Call do_cleanups.
5660
5d901a73
TT
56612011-04-01 Tom Tromey <tromey@redhat.com>
5662
5663 * utils.c (report_command_stats): Don't print `-' for negative
5664 number.
5665
b0dd7688
JB
56662011-04-01 Eric Botcazou <ebotcazou@adacore.com>
5667
5668 * ada-lang.c (ada_is_simple_array_type, ada_value_slice_from_ptr)
5669 (ada_value_slice, empty_array, to_fixed_array_type): Deal with
5670 typedefs.
5671
956a9fb9
JB
56722011-04-01 Joel Brobecker <brobecker@adacore.com>
5673
5674 * breakpoint.h (bpdisp_text): Add declaration.
5675 * breakpoint.c (bpdisp_text): Make non-static.
5676 * ada-lang.c: #include "mi/mi-common.h".
5677 (print_it_exception): Rewrite to improve GDB/MI output.
5678
3352110b
PA
56792011-04-01 Pedro Alves <pedro@codesourcery.com>
5680
5681 * arm-tdep.h (struct address_space): Add forward declaration.
5682
18819fa6
UW
56832011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5684
5685 * arm-tdep.h (arm_insert_single_step_breakpoint): Add prototype.
5686 * arm-tdep.c (arm_override_mode): New global.
5687 (arm_pc_is_thumb): Respect arm_override_mode. Remove single-step
5688 execution mode heuristics.
5689 (thumb_get_next_pc_raw): Remove INSERT_BKTP argument; always insert
5690 second single-step breakpoint if needed, using
5691 arm_insert_single_step_breakpoint.
5692 (arm_get_next_pc_raw): Remove INSERT_BKTP argument. Only handle
5693 ARM execution mode, do not call thumb_get_next_pc_raw.
5694 (arm_get_next_pc): Encode execution mode in return value. Call
5695 either arm_get_next_pc_raw or thumb_get_next_pc_raw.
5696 (arm_insert_single_step_breakpoint): New function.
5697 (arm_software_single_step): Call it.
5698 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): Add IS_THUMB
5699 argument to return execution mode of sigreturn target.
5700 (arm_linux_syscall_next_pc): Use it.
5701 (arm_linux_copy_svc): Update call.
5702 (arm_linux_software_single_step): Call
5703 arm_insert_single_step_breakpoint.
5704
a6e293d1
JK
57052011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5706
5707 * dwarf2read.c (dwarf2_read_index): Fix .gdb_index version number in
5708 the comment.
5709
a4c8e806
TT
57102011-03-31 Tom Tromey <tromey@redhat.com>
5711
5712 * varobj.c (update_dynamic_varobj_children): Properly handle
5713 errors from iterator.
5714
df5c6c50
JK
57152011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5716
5717 * dwarf2read.c (dwarf2_name): Initialize DEMANGLED. Avoid demangling
5718 struct linkage name twice.
5719
1dae3efc
TT
57202011-03-31 Tom Tromey <tromey@redhat.com>
5721
5722 * python/py-prettyprint.c (print_stack_unless_memory_error): Add
5723 missing ">" to message.
5724
f4f7ab05
TT
57252011-03-31 Tom Tromey <tromey@redhat.com>
5726
5727 * varobj.c (instantiate_pretty_printer): Remove duplicate
5728 'return'.
5729
fcf250e2
UW
57302011-03-31 Ulrich Weigand <ulrich.weigand@linaro.org>
5731
5732 * i386-tdep.c (i386_frame_prev_register): Unwind SP from memory
5733 if neither saved value nor register available (e.g. signal frame).
5734
ee6436e3
TJB
57352011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5736
5737 * macroexp.c (expand): Avoid uninitialized variable
5738 compiler warning.
5739
423f41a5
TJB
57402011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5741
5742 * breakpoint.c (break_range_command): Fix typo in comment.
5743
f1310107
TJB
57442011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5745 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5746
5747 Implement support for PowerPC BookE ranged breakpoints.
5748 * NEWS: Mention support for ranged breakpoints on embedded PowerPC.
5749 * breakpoint.h (struct bp_target_info) <length>: New member
5750 variable.
5751 (struct breakpoint_ops) <breakpoint_hit>: Take struct bp_location
5752 instead of struct breakpoint as argument, and also add ASPACE
5753 and BP_ADDR arguments. Update all callers.
5754 (struct breakpoint_ops) <print_one_detail>: New method.
5755 (struct breakpoint) <addr_string_range_end>: New member variable.
5756 * breakpoint.c (breakpoint_location_address_match): Add function
5757 prototype.
5758 (insert_bp_location): Set bl->target_info.length.
5759 (breakpoint_here_p): Call breakpoint_location_address_match.
5760 (moribund_breakpoint_here_p): Likewise.
5761 (regular_breakpoint_inserted_here_p): Likewise.
5762 (breakpoint_thread_match): Likewise.
5763 (bpstat_stop_status): Likewise.
5764 (bpstat_check_location): Move call to
5765 breakpoint_ops.breakpoint_hit to the top.
5766 (print_one_breakpoint_location): Call
5767 breakpoint_ops.print_one_detail if available.
5768 (breakpoint_address_match_range): New function.
5769 (breakpoint_location_address_match): Likewise.
5770 (breakpoint_locations_match): Compare the length field of the
5771 locations too.
5772 (hw_breakpoint_used_count): Count resources used by all locations
5773 in a breakpoint, and use breakpoint_ops.resources_needed if
5774 available.
5775 (breakpoint_hit_ranged_breakpoint): New function.
5776 (resources_needed_ranged_breakpoint): Likewise.
5777 (print_it_ranged_breakpoint): Likewise.
5778 (print_one_ranged_breakpoint): Likewise.
5779 (print_one_detail_ranged_breakpoint): Likewise.
5780 (print_mention_ranged_breakpoint): Likewise.
5781 (print_recreate_ranged_breakpoint): Likewise.
5782 (ranged_breakpoint_ops): New structure.
5783 (find_breakpoint_range_end): New function.
5784 (break_range_command): Likewise.
5785 (delete_breakpoint): Free addr_string_range_end.
5786 (update_breakpoint_locations): Add SALS_END argument. Update
5787 all callers. Calculate breakpoint length if a non-zero SALS_END
5788 is given. Call breakpoint_locations_match instead of
5789 breakpoint_address_match.
5790 (reset_breakpoint): Find SaL of the end of the range if B is a
5791 ranged breakpoint.
5792 (_initialize_breakpoint): Register break-range command.
5793 * defs.h (print_core_address): Add function prototype.
5794 * ppc-linux-nat.c (ppc_linux_ranged_break_num_registers): New
5795 function.
5796 (ppc_linux_insert_hw_breakpoint): Support ranged breakpoints.
5797 (ppc_linux_remove_hw_breakpoint): Likewise.
5798 (_initialize_ppc_linux_nat): Initialize
5799 to_ranged_break_num_registers.
5800 * target.c (update_current_target): Add comment about
5801 to_ranged_break_num_registers.
5802 (target_ranged_break_num_registers): New function.
5803 * target.h (struct target_ops) <to_ranged_break_num_registers>:
5804 New method.
5805 (target_ranged_break_num_registers): Add function prototype.
5806 * ui-out.c (ui_out_field_core_addr): Move address-printing logic to ...
5807 * utils.c (print_core_address): ... here.
5808
02d20e4a
UW
58092011-03-31 Ulrich Weigand <uweigand@de.ibm.com>
5810
5811 * breakpoint.c (addr_string_to_sals): Avoid uninitialized
5812 variable compiler warning.
5813
ef23e705
TJB
58142011-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5815
5816 * breakpoint.c (breakpoint_re_set_one): Factor out breakpoint-resetting
5817 code from here ...
5818 (re_set_breakpoint): ... to here ...
5819 (addr_string_to_sals): ... and here.
5820
311e6ab3
PM
58212011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
5822
5823 * Makefile.in (SFILES): Add missing C sources.
5824 (HFILES_NO_SRCDIR): Remove gdbserver subdirectory headers.
5825 Add missing headers.
5826
acd1d99c
MF
58272011-03-29 Mike Frysinger <vapier@gentoo.org>
5828
5829 * .gitignore: New file.
5830
66ee2731
MF
58312011-03-29 Mike Frysinger <vapier@gentoo.org>
5832
5833 * NEWS: Mention new cfi device simulation.
5834
53832f31
TT
58352011-03-29 Tom Tromey <tromey@redhat.com>
5836
5837 * dwarf2read.c (fixup_partial_die): Handle linkage name on
5838 otherwise anonymous types.
5839 (dwarf2_name): Likewise.
5840 * valops.c (value_struct_elt_for_reference): Refine artificial
5841 type logic. Call error if j==-1.
5842
09b58708
JK
58432011-03-29 Andreas Tobler <andreast-list@fgznet.ch>
5844
5845 Fix false GCC warning.
5846 * infcall.c (find_function_addr): Initialize funaddr.
5847
6023c606
PM
58482011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
5849
5850 Fix mingw compilation with --enable-targets=all.
5851 * remote-mips.c (gdb_usleep.h): Include header.
5852 (mips_enter_debug): Use gdb_usleep instead of sleep.
5853
0e30163f
JK
58542011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5855
5856 Support resolution of STT_GNU_IFUNC via breakpoints.
5857 * breakpoint.c (print_it_typical): Support bp_gnu_ifunc_resolver and
5858 bp_gnu_ifunc_resolver_return.
5859 (bpstat_what): Rename parameter to bs_head, new variable bs, adjust
5860 the loop. Support bp_gnu_ifunc_resolver and
5861 bp_gnu_ifunc_resolver_return. New comment after the loop. New loop
5862 for bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return
5863 breakpoints.
5864 (bptype_string, print_one_breakpoint_location): Support
5865 bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return.
5866 (user_settable_breakpoint): Return true also for
5867 bp_gnu_ifunc_resolver.
5868 (allocate_bp_location): Support bp_gnu_ifunc_resolver and
5869 bp_gnu_ifunc_resolver_return.
5870 (set_breakpoint_location_function): New parameter explicit_loc,
5871 describe it. Call find_pc_partial_function_gnu_ifunc with new
5872 variable IS_GNU_IFUNC and adjust the address for STT_GNU_IFUNC if
5873 EXPLICIT_LOC is not set.
5874 (set_raw_breakpoint): Set EXPLICIT_LOC for
5875 set_breakpoint_location_function.
5876 (clone_momentary_breakpoint): Use true for EXPLICIT_LOC of
5877 set_breakpoint_location_function.
5878 (mention): Support bp_gnu_ifunc_resolver and
5879 bp_gnu_ifunc_resolver_return.
5880 (add_location_to_breakpoint): Set EXPLICIT_LOC for
5881 set_breakpoint_location_function.
5882 (update_breakpoint_locations): Remove static.
5883 (breakpoint_re_set_one): Support bp_gnu_ifunc_resolver and
5884 bp_gnu_ifunc_resolver_return.
5885 * breakpoint.h (enum bptype): New fields bp_gnu_ifunc_resolver and
5886 bp_gnu_ifunc_resolver_return.
5887 (update_breakpoint_locations): New declaration.
5888 * elfread.c: Include gdbthread.h and regcache.h.
5889 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop): New
5890 functions.
5891 (elf_gnu_ifunc_fns): Install them.
5892 * minsyms.c (stub_gnu_ifunc_resolver_stop)
5893 (stub_gnu_ifunc_resolver_return_stop): New functions.
5894 (stub_gnu_ifunc_fns): Install them.
5895 * symtab.h (struct gnu_ifunc_fns): New fields gnu_ifunc_resolver_stop
5896 and gnu_ifunc_resolver_return_stop.
5897 (gnu_ifunc_resolver_stop, gnu_ifunc_resolver_return_stop): New.
5898
07be84bf
JK
58992011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5900
5901 STT_GNU_IFUNC reader implementation.
5902 * elfread.c: Include gdbtypes.h, value.h and infcall.h.
5903 (SYMBOL_GOT_PLT_SUFFIX, elf_rel_plt_read)
5904 (elf_objfile_gnu_ifunc_cache_data, struct elf_gnu_ifunc_cache)
5905 (elf_gnu_ifunc_cache_hash, elf_gnu_ifunc_cache_eq)
5906 (elf_gnu_ifunc_record_cache, elf_gnu_ifunc_resolve_by_cache)
5907 (elf_gnu_ifunc_resolve_by_got, elf_gnu_ifunc_resolve_name)
5908 (elf_gnu_ifunc_resolve_addr): New.
5909 (elf_symfile_read): Call elf_rel_plt_read.
5910 (elf_gnu_ifunc_fns): New.
5911 (_initialize_elfread): Initialize elf_objfile_gnu_ifunc_cache_data.
5912 Install elf_gnu_ifunc_fns.
5913 * infcall.c (find_function_return_type): New function.
5914 (find_function_addr): Resolve TYPE_GNU_IFUNC functions, if possible.
5915 * minsyms.c (stub_gnu_ifunc_resolve_addr)
5916 (stub_gnu_ifunc_resolve_name): New functions.
5917 (stub_gnu_ifunc_fns, gnu_ifunc_fns_p): New variables.
5918 * symtab.h (struct gnu_ifunc_fns, gnu_ifunc_resolve_addr)
5919 (gnu_ifunc_resolve_name, gnu_ifunc_fns_p): New.
5920
300f8e10
JK
59212011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5922
5923 Code cleanup for later STT_GNU_IFUNC support.
5924 * infcall.c (find_function_addr): Remove variable code, use explicit
5925 dereferences for it. Move VALUE_TYPE initialization later.
5926
11c81455
JK
59272011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5928
5929 GDB find_pc_partial_function support for STT_GNU_IFUNC.
5930 * blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
5931 (clear_pc_function_cache): Clear it.
5932 (find_pc_partial_function): Rename to ...
5933 (find_pc_partial_function_gnu_ifunc): ... this function. New
5934 parameter is_gnu_ifunc_p, describe it. Set *IS_GNU_IFUNC_P.
5935 (find_pc_partial_function): New wrapper for this function.
5936 * symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
5937
0875794a
JK
59382011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5939
5940 GDB internal type support for STT_GNU_IFUNC.
5941 * elfread.c (record_minimal_symbol): Support mst_text_gnu_ifunc.
5942 (elf_symtab_read): Set mst_text_gnu_ifunc for
5943 BSF_GNU_INDIRECT_FUNCTION.
5944 * eval.c (evaluate_subexp_standard): Support TYPE_GNU_IFUNC.
5945 * gdbtypes.c (init_type): Support TYPE_FLAG_GNU_IFUNC,
5946 builtin_func_func, nodebug_text_gnu_ifunc_symbol and
5947 nodebug_got_plt_symbol.
5948 * gdbtypes.h (enum type_flag_value): New entry TYPE_FLAG_GNU_IFUNC.
5949 (TYPE_GNU_IFUNC): New.
5950 (struct main_type): New field flag_gnu_ifunc.
5951 (struct builtin_type): New field builtin_func_func.
5952 (struct objfile_type): New fields nodebug_text_gnu_ifunc_symbol and
5953 nodebug_got_plt_symbol.
5954 * minsyms.c (lookup_minimal_symbol_text): Support mst_text_gnu_ifunc.
5955 (in_gnu_ifunc_stub): New.
5956 (prim_record_minimal_symbol, find_solib_trampoline_target): Support
5957 mst_text_gnu_ifunc.
5958 * parse.c (write_exp_msymbol): New variable ifunc_msym. Detect and
5959 support mst_text_gnu_ifunc. Support mst_slot_got_plt.
5960 * solib-svr4.c (svr4_in_dynsym_resolve_code): Return true also for
5961 in_gnu_ifunc_stub.
5962 * symmisc.c (dump_msymbols): Support mst_text_gnu_ifunc.
5963 * symtab.c (search_symbols): Likewise.
5964 * symtab.h (enum minimal_symbol_type): New fields mst_text_gnu_ifunc
5965 and mst_slot_got_plt.
5966 (in_gnu_ifunc_stub): New declaration.
5967
d0fb5eae
JK
59682011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5969
5970 Support a ring of related breakpoints.
5971 * breakpoint.c (watchpoint_del_at_next_stop): New, move here code from
5972 other functions, add gdb_assert.
5973 (update_watchpoint, watchpoint_check): Add gdb_assert. Use
5974 watchpoint_del_at_next_stop.
5975 (bpstat_check_watchpoint): Use watchpoint_del_at_next_stop.
5976 (bpstat_stop_status): Handle ring in related_breakpoint.
5977 (set_raw_breakpoint_without_location): Initialize ring in
5978 related_breakpoint.
5979 (delete_breakpoint): Handle ring in related_breakpoint, use
5980 watchpoint_del_at_next_stop.
5981 (map_breakpoint_numbers): Handle ring in related_breakpoint.
5982
9cded63f
TT
59832011-03-28 Tom Tromey <tromey@redhat.com>
5984
5985 PR symtab/12441:
5986 * dwarf2read.c (prepare_one_comp_unit): Don't call set_cu_language
5987 with `language_minimal'.
5988
467d42c4
UW
59892011-03-25 Ulrich Weigand <ulrich.weigand@linaro.org>
5990
5991 * arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
5992 instead of checking for STT_ARM_TFUNC symbol type.
5993
62853458
TT
59942011-03-25 Tom Tromey <tromey@redhat.com>
5995
5996 * linespec.c (symbol_found): Restore line-based result for
5997 non-LOC_LABEL symbols.
5998
a7417d46
KT
59992011-03-25 Kai Tietz <ktietz@redhat.com>
6000
6001 * tui/tui-source.c (tui_set_source_content): Use filename_cmp
6002 instead of strcmp for comparison.
6003 (tui_source_is_displayed): Likewise.
6004 * tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
6005
55f1336d
TT
60062011-03-24 Mark Wielaard <mjw@redhat.com>
6007
f33edef8
PP
6008 * dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
6009 complaint.
6010 (skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
6011 (find_partial_die_in_comp_unit): Likewise in comment.
6012 (read_attribute_value): Likewise.
6013 (lookup_die_type): Likewise.
6014 (dwarf_form_name): Likewise.
6015 (dump_die_shallow): Likewise.
6016 (follow_die_ref_or_sig): Likewise.
55f1336d 6017
9ef07c8c
TT
60182011-03-24 Tom Tromey <tromey@redhat.com>
6019
6020 PR breakpoints/11816:
6021 * linespec.c (decode_line_1): Parse `function:label' linespecs.
6022 (decode_compound): Update.
6023 (find_function_symbol): New function.
6024 (decode_dollar): Update.
6025 (decode_label): Add 'function_symbol' parameter. Handle
6026 function-relative labels.
6027 (decode_variable): Update.
6028 (symbol_found): Add 'function_symbol' parameter. Use label's PC,
6029 not its line. Set `special_display' and canonical name for
6030 labels.
6031
56435ebe
TT
60322011-03-24 Tom Tromey <tromey@redhat.com>
6033
6034 * linespec.h (struct linespec_result) <special_display>: New
6035 field.
6036 * breakpoint.h (struct breakpoint) <display_canonical>: New
6037 field.
6038 * breakpoint.c (print_breakpoint_location): Respect
6039 display_canonical.
6040 (create_breakpoint_sal): Add 'display_canonical' parameter.
6041 (create_breakpoints_sal): Update.
6042 (create_breakpoint): Update.
6043
7efd8fc2
TT
60442011-03-24 Tom Tromey <tromey@redhat.com>
6045
6046 * symtab.c (decode_line_spec): Update.
6047 * linespec.c (build_canonical_line_spec): Change type of
6048 'canonical'.
6049 (decode_line_2, decode_line_1, decode_objc, decode_compound)
6050 (find_method, decode_all_digits, decode_dollar, decode_label)
6051 (symbol_found): Likewise.
6052 (init_linespec_result): New function.
6053 * breakpoint.c (struct captured_parse_breakpoint_args)
6054 <canonical_p>: New field, replaces addr_string_p.
6055 (create_breakpoints_sal): Add 'canonical' parameter, replacing
6056 'addr_string'.
6057 (parse_breakpoint_sals): Likewise.
6058 (do_captured_parse_breakpoint): Update.
6059 (create_breakpoint): Use struct linespec_result.
6060 (until_break_command): Update.
6061 (breakpoint_re_set_one): Update.
6062 (decode_line_spec_1): Update.
6063 * linespec.h (struct linespec_result): New.
6064 (init_linespec_result): Declare.
6065
788c8b10
PA
60662011-03-23 Pedro Alves <pedro@codesourcery.com>
6067
6068 * regcache.c (regcache_raw_read): If the target didn't supply a
6069 given raw register, mark it as unavailable.
6070
0ba1096a
KT
60712011-03-23 Kai Tietz <ktietz@redhat.com>
6072
6073 * breakpoint.c (clear_command): Use filename_cmp
6074 instead of strcmp for comparison.
6075 * buildsym.c (watch_main_source_file_lossage): Likewise.
6076 (patch_subfile_names): Use IS_DIR_SEPARATOR instead of
6077 checking just for slash.
6078 * dbxread.c (read_dbx_symtab): Use lbasename instead of
6079 strrchr and filename_cmp instead of strcmp for filenames.
6080 (add_old_header_file): Use filename_cmp
6081 instead of strcmp for comparison.
6082 * exec.c (exec_set_section_address): Likewise.
6083 * macrotab.c (macro_lookup_inclusion): Likewise.
6084 (macro_lookup_inclusion): Likewise.
6085 * elfread.c (_initialize_elfread): Likewise.
6086 (elfstab_offset_sections): Likewise.
6087 (elfstab_offset_sections): Use lbasename instead of
6088 strrchr.
6089 * mdebugread.c (parse_partial_symbols): Likewise.
6090 (arse_partial_symbols): Use filename_(n)cmp instead of
6091 str(n)cmp for comparison.
6092 * minsyms.c (lookup_minimal_symbol): Likewise.
6093 * psymtab.c (read_psymtabs_with_filename): Likewise.
6094 * solib.c (solib_read_symbols): Likewise.
6095 (reload_shared_libraries_1): Likewise.
6096 * symmisc.c (maintenance_print_symbols): Likewise.
6097 * symfile.c (separate_debug_file_exists): Likewise.
6098 (reread_symbols): Likewise.
6099 (find_separate_debug_file_by_debuglink): Likewise.
6100 * remote-fileio.c (remote_fileio_func_rename): Likewise.
6101 * source.c (add_path): Likewise.
6102 * symtab.c (filename_seen): Likewise.
6103 (file_matches): Likewise.
6104 (print_symbol_info): Likewise.
6105 (maybe_add_partial_symtab_filename): Likewise.
6106 (make_source_files_completion_list): Likewise.
6107 * xml-syscall.c (init_sysinfo): Likewise.
6108 * windows-nat.c (_initialize_check_for_gdb_ini): Use
6109 IS_DIR_SEPARATOR for checking for trailing path separator.
6110
dd90784c
JK
61112011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6112
6113 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value. New
6114 label abort_expression.
6115 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle
6116 DWARF_VALUE_OPTIMIZED_OUT.
6117
3167638f
JK
61182011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6119
6120 Code cleanup.
6121 * c-typeprint.c (c_type_print_args): Change parameter show_artificial
6122 to linkage_name. Invert its value. Update the function comment.
6123 (c_type_print_varspec_suffix): Invert it at the caller.
6124 * dwarf2read.c (dwarf2_compute_name): Invert it at the caller.
6125
ce406537
PA
61262011-03-22 Pedro Alves <pedro@codesourcery.com>
6127
6128 * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
6129 errors when reading the `stop_pc'.
6130 * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
6131 get_frame_pc.
6132
da5d4055
PM
61332011-03-22 Phil Muldoon <pmuldoon@redhat.com>
6134
6135 * NEWS: Document gdb.Write stream keyword.
6136
29e0eb9c
JK
61372011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6138
6139 Revert:
6140 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6141 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
6142 (dwarf2_add_field): Fix new_field->accessibility for
6143 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
6144
05775840
PM
61452011-03-22 Phil Muldoon <pmuldoon@redhat.com>
6146
f33edef8 6147 PR python/12183
05775840
PM
6148
6149 * python/py-function.c (fnpy_call): Treat GdbErrors differently to
6150 other error classes. Do not print stack trace.
6151
a0cb7835
JK
61522011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6153
6154 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
6155 (dwarf2_add_field): Fix new_field->accessibility for
6156 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
6157
d19f7eee
UW
61582011-03-21 Ulrich Weigand <ulrich.weigand@linaro.org>
6159
6160 * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when
6161 encountering a load via a non-SP register.
6162
4a2fbb50
UW
61632011-03-21 Ulrich Weigand <uweigand@de.ibm.com>
6164
6165 * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
6166 field in returned unwinder.
6167
3489610d
JB
61682012-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6169
6170 * ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
6171
8c1a34e7
JB
61722012-03-21 Joel Brobecker <brobecker@adacore.com>
6173
6174 * ada-lang.c (replace_operator_with_call): Use xzalloc instead
6175 of xmalloc.
6176
8fbca658
PA
61772012-03-18 Pedro Alves <pedro@codesourcery.com>
6178
6179 * frame.c (frame_unwind_register): Throw an error if unwinding the
6180 register failed.
6181 * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's
6182 an unwind stop reason.
6183 (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE.
6184 * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST,
6185 UNWIND_UNAVAILABLE>: New.
6186 * inline-frame.c (inline_frame_unwind): Install
6187 default_frame_unwind_stop_reason.
6188 * frame-unwind.c: Include "exceptions.h".
6189 (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors.
6190 (default_frame_unwind_stop_reason): New.
6191 * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef.
6192 (default_frame_unwind_stop_reason): Declare.
6193 (struct frame_unwind) <stop_reason>: New function pointer.
6194
6195 * dummy-frame.c: Install default_frame_unwind_stop_reason.
6196 * dwarf2-frame.c: Include exceptions.h.
6197 (struct dwarf2_frame_cache) <unavailable_retaddr>: New field.
6198 (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when
6199 computing the CFA. If such an error was thrown, set
6200 unavailable_retaddr.
6201 (dwarf2_frame_unwind_stop_reason): New.
6202 (dwarf2_frame_this_id): Don't build a frame id if the CFA was
6203 unavailable.
6204 (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason.
6205 (dwarf2_signal_frame_unwind): Ditto.
6206
6207 * amd64-tdep.c: Include "exceptions.h".
6208 (struct amd64_frame_cache): New field "base_p".
6209 (amd64_init_frame_cache): Clear it.
6210 (amd64_frame_cache_1): New, factored out from amd64_frame_cache.
6211 Avoid reading registers with functions that throw if the register
6212 is not necessary to compute the frame base.
6213 (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
6214 swallowing NOT_AVAILABLE_ERROR.
6215 (amd64_frame_unwind_stop_reason): New.
6216 (amd64_frame_this_id): Don't build a frame id if the frame base
6217 was unavailable.
6218 (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason.
6219 (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
6220 base_p if the frame base was computable.
6221 (amd64_sigtramp_frame_unwind_stop_reason): New.
6222 (amd64_sigtramp_frame_this_id): Don't build a frame id if the
6223 frame base was unavailable.
6224 (amd64_sigtramp_frame_unwind): Install
6225 amd64_sigtramp_frame_unwind_stop_reason.
6226 (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
6227 base_p if the frame base was computable.
6228 (amd64_epilogue_frame_unwind_stop_reason): New.
6229 (amd64_epilogue_frame_this_id): Don't build a frame id if the
6230 frame base was unavailable.
6231 (amd64_epilogue_frame_unwind): Install
6232 amd64_epilogue_frame_unwind_stop_reason.
6233 * i386-tdep.c: Include "exceptions.h".
6234 (struct i386_frame_cache): New field "base_p".
6235 (i386_init_frame_cache): Clear it.
6236 (i386_frame_cache_1): New, factored out from amd64_frame_cache.
6237 Avoid reading registers with functions that throw if the register
6238 is not necessary to compute the frame base.
6239 (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
6240 swallowing NOT_AVAILABLE_ERROR.
6241 (i386_frame_unwind_stop_reason): New.
6242 (i386_frame_this_id): Don't build a frame id if the frame base was
6243 unavailable.
6244 (i386_frame_prev_register): Handle unavailable SP.
6245 (i386_frame_unwind): Install i386_frame_unwind_stop_reason.
6246 (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
6247 base_p if the frame base was computable.
6248 (i386_epilogue_frame_unwind_stop_reason): New.
6249 (i386_epilogue_frame_this_id): Don't build a frame id if the frame
6250 base was unavailable.
6251 (i386_epilogue_frame_unwind): Install
6252 i386_epilogue_frame_unwind_stop_reason.
6253 (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
6254 base_p if the frame base was computable.
6255 (i386_sigtramp_frame_unwind_stop_reason): New.
6256 (i386_sigtramp_frame_this_id): Don't build a frame id if the frame
6257 base was unavailable.
6258 (i386_sigtramp_frame_unwind): Install
6259 i386_sigtramp_frame_unwind_stop_reason.
6260 * sentinel-frame.c (sentinel_frame_prev_register): Use the value
6261 type's size, not the register's.
6262 (sentinel_frame_unwind): Install default_frame_unwind_stop_reason.
6263
6264 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install
6265 default_frame_unwind_stop_reason.
6266 * alpha-tdep.c (alpha_sigtramp_frame_unwind)
6267 (alpha_heuristic_frame_unwind): Ditto.
6268 * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto.
6269 * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto.
6270 * avr-tdep.c (avr_frame_unwind): Ditto.
6271 * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind):
6272 Ditto.
6273 * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto.
6274 * frv-tdep.c (frv_frame_unwind): Ditto.
6275 * h8300-tdep.c (h8300_frame_unwind): Ditto.
6276 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto.
6277 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto.
6278 * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind)
6279 (hppa_stub_frame_unwind): Ditto.
6280 * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto.
6281 * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind)
6282 (ia64_libunwind_frame_unwind)
6283 (ia64_libunwind_sigtramp_frame_unwind): Ditto.
6284 * iq2000-tdep.c (iq2000_frame_unwind): Ditto.
6285 * lm32-tdep.c (lm32_frame_unwind): Ditto.
6286 * m32c-tdep.c (m32c_unwind): Ditto.
6287 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto.
6288 * m32r-tdep.c (m32r_frame_unwind): Ditto.
6289 * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto.
6290 * m68k-tdep.c (m68k_frame_unwind): Ditto.
6291 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto.
6292 * m88k-tdep.c (m88k_frame_unwind): Ditto.
6293 * mep-tdep.c (mep_frame_unwind): Ditto.
6294 * microblaze-tdep.c (microblaze_frame_unwind): Ditto.
6295 * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind)
6296 (mips_stub_frame_unwind): Ditto.
6297 * mn10300-tdep.c (mn10300_frame_unwind): Ditto.
6298 * moxie-tdep.c (moxie_frame_unwind): Ditto.
6299 * mt-tdep.c (mt_frame_unwind): Ditto.
6300 * ppc-linux-tdep.c (ppu2spu_unwind): Ditto.
6301 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto.
6302 * rs6000-tdep.c (rs6000_frame_unwind): Ditto.
6303 * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind)
6304 (s390_sigtramp_frame_unwind): Ditto.
6305 * score-tdep.c (score_prologue_unwind): Ditto.
6306 * sh-tdep.c (sh_frame_unwind): Ditto.
6307 * sh64-tdep.c (sh64_frame_unwind): Ditto.
6308 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto.
6309 * sparc-tdep.c (sparc32_frame_unwind): Ditto.
6310 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto.
6311 * sparc64-tdep.c (sparc64_frame_unwind): Ditto.
6312 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto.
6313 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto.
6314 * sparc64obsd-tdep.c (sparc64obsd_frame_unwind)
6315 (sparc64obsd_trapframe_unwind): Ditto.
6316 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto.
6317 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto.
6318 * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto.
6319 * v850-tdep.c (v850_frame_unwind): Ditto.
6320 * vax-tdep.c (vax_frame_unwind): Ditto.
6321 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto.
6322 * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto.
6323 * xtensa-tdep.c (xtensa_unwind): Ditto.
6324
f23d1b92
PA
63252011-03-18 Pedro Alves <pedro@codesourcery.com>
6326
6327 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume
6328 there's always a frame. Use get_frame_pc_if_available instead of
6329 get_frame_pc, and if there's no PC available, don't look up a
6330 symtab.
6331
1d4f5741
PA
63322011-03-18 Pedro Alves <pedro@codesourcery.com>
6333
6334 * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle
6335 unavailable PC.
6336
dba09041
PA
63372011-03-18 Pedro Alves <pedro@codesourcery.com>
6338
6339 * tracepoint.c (set_traceframe_context): Handle unavailable PC
6340 gracefully.
6341
9a26e44c
PA
63422011-03-18 Pedro Alves <pedro@codesourcery.com>
6343
6344 * frame.h (frame_unwind_caller_pc_if_available): Declare.
6345 * frame.c (frame_unwind_caller_pc_if_available): New.
6346 * stack.c (frame_info): Handle unavailable PC.
6347
63482011-03-18 Pedro Alves <pedro@codesourcery.com>
6349
6350 * frame.c (frame_unwind_pc): Rename to ...
6351 (frame_unwind_pc_if_available): ... this. New `pc' output
6352 parameter. Change return type to int. Gracefully handle
6353 gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR. Return 0 if that
6354 happened, or 1 otherwise.
6355 (frame_unwind_pc): Reimplement on top of
6356 frame_unwind_pc_if_available.
6357 (get_frame_func): Rename to ...
6358 (get_frame_func_if_available): New `pc' output parameter. Change
6359 return type to int. Gracefully handle the PC not being available.
6360 (get_frame_func): Reimplement on top of
6361 get_frame_func_if_available.
6362 (select_frame): Handle the PC being unavailable.
6363 (get_prev_frame): Handle the PC being unavailable.
6364 (get_frame_pc_if_available): New.
6365 (get_frame_address_in_block_if_available): New.
6366 (find_frame_sal): Handle the frame PC not being available.
6367 * frame.h (get_frame_pc_if_available): Declare.
6368 (get_frame_address_in_block_if_available): Declare.
6369 (get_frame_func_if_available): Declare.
6370 * stack.c (print_frame_info): Handle the PC being unavailable.
6371 (find_frame_funname): Ditto.
6372 (print_frame): Handle the PC being unavailable.
6373 (get_frame_language): Ditto.
6374 * blockframe.c (get_frame_block): Ditto.
6375 * macroscope.c (default_macro_scope): Ditto.
6376 * tui/tui-stack.c (tui_show_frame_info): Ditto.
6377
63782011-03-18 Pedro Alves <pedro@codesourcery.com>
6379
6380 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
6381 NOT_AVAILABLE_ERROR when evaluating the location expression.
6382
63832011-03-18 Pedro Alves <pedro@codesourcery.com>
6384
6385 * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes
6386 returning that the register piece is unavailable/optimized out.
6387 (write_pieced_value): Handle get_frame_register_bytes returning
6388 that the register piece is unavailable/optimized out when doing a
6389 read-modify write of a bitfield.
6390 * findvar.c (value_from_register): Handle get_frame_register_bytes
6391 returning that the register piece is unavailable/optimized out.
6392 * frame.c (get_frame_register_bytes): New parameters `optimizedp'
6393 and `unavailablep'. Throw error on bad debug info. Use
6394 frame_register instead of frame_register_read, to fill in the new
6395 arguments.
6396 * frame.h (get_frame_register_bytes): New parameters `optimizedp'
6397 and `unavailablep'.
6398 * valops.c: (value_assign): Adjust, and handle
6399 get_frame_register_bytes failing.
6400 * spu-tdep.c: Include exceptions.h.
6401 (spu_software_single_step): Adjust, and handle
6402 get_frame_register_bytes failing.
6403 (spu_get_longjmp_target): Ditto.
6404 * gdbarch.sh (register_to_value): Change to return int. New
6405 parameters `optimizedp' and `unavailablep'.
6406 * gdbarch.h, gdbarch.c: Regenerate.
6407 * i386-tdep.c (i386_register_to_value): Adjust to new
6408 gdbarch_register_to_value interface.
6409 * i387-tdep.c (i387_register_to_value): Ditto.
6410 * i387-tdep.h (i387_register_to_value): Ditto.
6411 * alpha-tdep.c (alpha_register_to_value): Ditto.
6412 * ia64-tdep.c (ia64_register_to_value): Ditto.
6413 * m68k-tdep.c (m68k_register_to_value): Ditto.
6414 * mips-tdep.c (mips_register_to_value): Ditto.
6415 * rs6000-tdep.c (rs6000_register_to_value): Ditto.
6416
0fdb4f18
PA
64172011-03-18 Pedro Alves <pedro@codesourcery.com>
6418
6419 * findvar.c (value_of_register): Mark the value as unavailable, if
6420 the register is unavailable.
6421 * frame.h (frame_register_unwind): New `unavailablep' parameter.
6422 (frame_register): New `unavailablep' parameter.
6423 (frame_register_read): Update comment.
6424 * frame.c (frame_register_unwind): New `unavailablep' parameter.
6425 Set it if the register is unavailable. If the register is
6426 unavailable, clear the output buffer.
6427 (frame_register): New `unavailablep' parameter. Pass it down.
6428 (frame_unwind_register): Adjust.
6429 (put_frame_register): Adjust.
6430 (frame_register_read): Adjust. Also return false if the register
6431 is not available.
6432 (frame_register_unwind_location): Adjust.
6433 * sentinel-frame.c (sentinel_frame_prev_register): If the register
6434 is unavailable, mark the value accordingly.
6435 * stack.c (frame_info): Handle unavailable registers.
6436
e69aa73e
PA
64372011-03-18 Pedro Alves <pedro@codesourcery.com>
6438
6439 * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and
6440 simplify, using regcache_cooked_read.
6441
05d1431c
PA
64422011-03-18 Pedro Alves <pedro@codesourcery.com>
6443
6444 * regcache.h (regcache_raw_read, regcache_raw_read_signed)
6445 (regcache_raw_read_unsigned, regcache_raw_read_signed)
6446 (regcache_raw_read_unsigned, regcache_raw_read_part)
6447 (regcache_cooked_read, regcache_cooked_read_signed)
6448 (regcache_cooked_read_unsigned, regcache_cooked_read_part)
6449 (regcache_cooked_read_ftype): Change return to enum
6450 register_status.
6451 * regcache.c: Include exceptions.h
6452 (regcache_save): Adjust to handle REG_UNAVAILABLE registers.
6453 (do_cooked_read): Change return to enum register_status. Always
6454 forward to regcache_cooked_read.
6455 (regcache_raw_read): Change return to enum register_status. If
6456 the register is not REG_VALID, memset the buffer. Return the
6457 register's status.
6458 (regcache_raw_read_signed): Handle non-REG_VALID registers and
6459 return the register's status.
6460 (regcache_raw_read_unsigned): Ditto.
6461 (regcache_cooked_read): Change return to enum register_status.
6462 Assert that with read-only regcaches, the register's status must
6463 be known. If the regcache is read-only, and the register is not
6464 REG_VALID, memset the buffer. Return the register's status.
6465 (regcache_cooked_read_signed): Change return to enum
6466 register_status. Handle non-REG_VALID registers and return the
6467 register's status.
6468 (regcache_cooked_read_unsigned): Change return to enum
6469 register_status. Handle non-REG_VALID registers and return the
6470 register's status.
6471 (regcache_xfer_part, regcache_raw_read_part)
6472 (regcache_cooked_read_part): Change return to enum
6473 register_status. Return the register's status.
6474 (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is
6475 unavailable.
6476 (regcache_dump): Handle unavailable cooked registers.
6477 * frame.c (do_frame_register_read): Adjust interface to match
6478 regcache_cooked_read_ftype.
6479 * gdbarch.sh (pseudo_register_read): Change return to enum
6480 register_status.
6481 * gdbarch.h, gdbarch.c: Regenerate.
6482
6483 * i386-tdep.h (i386_pseudo_register_read): Change return to enum
6484 register_status.
6485 * i386-tdep.c (i386_pseudo_register_read): Change return to enum
6486 register_status. If reading a raw register indicates the raw
6487 register is not valid, return the raw register's status,
6488 otherwise, return REG_VALID.
6489 * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum
6490 register_status. Handle non-REG_VALID raw registers and return
6491 the register's status.
6492 * arm-tdep.c (arm_neon_quad_read)
6493 (arm_pseudo_read): Change return to enum register_status. Handle
6494 non-REG_VALID raw registers and return the register's status.
6495 * avr-tdep.c (avr_pseudo_register_read): Ditto.
6496 * frv-tdep.c (frv_pseudo_register_read): Ditto.
6497 * h8300-tdep.c (h8300_pseudo_register_read): Ditto.
6498 * hppa-tdep.c (hppa_pseudo_register_read): Ditto.
6499 * m32c-tdep.c (m32c_move_reg_t): Change return to enum
6500 register_status.
6501 (m32c_raw_read, m32c_raw_write, m32c_banked_read)
6502 (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read)
6503 (m32c_part_write, m32c_cat_read, m32c_cat_write)
6504 (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write)
6505 (m32c_pseudo_register_read): Change return to enum
6506 register_status. Adjust.
6507 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to
6508 enum register_status. Return the register's status.
6509 * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum
6510 register_status. Return the register's status.
6511 (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto.
6512 * mips-tdep.c (mips_pseudo_register_read): Ditto.
6513 * mt-tdep.c (mt_pseudo_register_read): Ditto.
6514 * rs6000-tdep.c (move_ev_register_func): New typedef.
6515 (e500_move_ev_register): Use it. Change return to enum
6516 register_status. Return the register's status.
6517 (do_regcache_raw_read): New function.
6518 (do_regcache_raw_write): New function.
6519 (e500_pseudo_register_read): Change return to enum
6520 register_status. Return the register's status. Use
6521 do_regcache_raw_read.
6522 (e500_pseudo_register_write): Adjust. Use do_regcache_raw_write.
6523 (dfp_pseudo_register_read): Change return to enum register_status.
6524 Return the register's status.
6525 (vsx_pseudo_register_read): Ditto.
6526 (efpr_pseudo_register_read): Ditto.
6527 (rs6000_pseudo_register_read): Ditto.
6528 * s390-tdep.c (s390_pseudo_register_read): Change return to enum
6529 register_status. Return the register's status.
6530 * sh64-tdep.c (pseudo_register_read_portions): New function.
6531 (sh64_pseudo_register_read): Change return to enum
6532 register_status. Use pseudo_register_read_portions. Return the
6533 register's status.
6534 * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum
6535 register_status. Return the register's status.
6536 * sh-tdep.c (pseudo_register_read_portions): New function.
6537 (sh_pseudo_register_read): Change return to enum register_status.
6538 Use pseudo_register_read_portions. Return the register's status.
6539 * sparc-tdep.c (sparc32_pseudo_register_read): Change return to
6540 enum register_status. Return the register's status.
6541 * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto.
6542 * spu-tdep.c (spu_pseudo_register_read_spu)
6543 (spu_pseudo_register_read): Ditto.
6544 * xtensa-tdep.c (xtensa_register_read_masked)
6545 (xtensa_pseudo_register_read): Ditto.
6546 * bfin-tdep.c (bfin_pseudo_register_read): Ditto.
6547
e10abd8f
PM
65482011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6549
6550 * python/py-value.c (valpy_getitem): Fix formatting of error function
6551 call.
6552
7ea6d463
PM
65532011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6554
6555 ARI fixes: Add missing internationalization markups throughout
6556 C source files.
6557 * darwin-nat-info.c: Ditto.
6558 * record.c: Ditto.
6559 * remote.c: Ditto.
6560 * mi/mi-main.c: Ditto.
6561
001083c6
PM
65622011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6563
6564 ARI fixes: Add missing internationalization markups throughout
6565 yacc files.
6566 * c-exp.y: Ditto.
6567 * cp-name-parser.y: Ditto.
6568 * f-exp.y: Ditto.
6569 * m2-exp.y: Ditto.
6570 * objc-exp.y: Ditto.
6571 * p-exp.y: Ditto.
6572
4f1cdeec
PM
65732011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6574
6575 ARI fixes: Messages should have no trailing new lines.
6576 * darwin-nat.c (mach_check_error): Remove trailing new line from
6577 warning function call message.
6578 * record.c (bfdcore_read): Idem for error call.
6579
28e698f1
PM
65802011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6581
6582 * common/signals.c (target_signal_from_host): Add _ markup to error
6583 function call message.
6584 (target_signal_to_host): Add _ markup and remove trailing new line
6585 from warning call message.
6586 (target_signal_from_command): Add _ markup to error function call
6587 message.
6588
99c3dc11
PM
65892011-03-18 Phil Muldoon <pmuldoon@redhat.com>
6590
f33edef8 6591 PR python/12149
99c3dc11
PM
6592
6593 * python/python.c (gdbpy_write): Accept a stream argument and
6594 operate to the appropriate stream.
6595 (gdbpy_flush): Likewise.
6596 (_initialize_python): Add stream constants.
6597 (finish_python_initialization): Add GdbOutputErrorFile class.
6598
c20800be
KY
65992011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
6600
6601 * MAINTAINERS: Add myself as a write-after-approval maintainer.
6602
f4a1794a
KY
66032011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
6604
6605 * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
f33edef8
PP
6606 to store_signed_integer. Add debug message when relocating CALL
6607 instructions. Fix formatting of debug message.
6608 * i386-tdep.c (i386_relocate_instruction): Ditto.
f4a1794a 6609
d4862372
JB
66102011-03-17 Joel Brobecker <brobecker@gnat.com>
6611
6612 * target.h (struct target_ops): Remove to_lookup_symbol field.
6613 (target_lookup_symbol): Delete macro.
6614 * target.c (nosymbol, debug_to_lookup_symbol): Delete.
6615 (update_current_target, setup_target_debug): Remove handling
6616 of to_lookup_symbol target_ops field.
6617 * ada-tasks.c (get_known_tasks_addr): Remove use of
6618 target_lookup_symbol.
6619 * coffread.c (coff_symtab_read): Likewise.
6620 * dbxread.c (read_dbx_symtab): Ditto.
6621
d645e32e
JB
66222011-03-17 Joel Brobecker <brobecker@gnat.com>
6623
6624 PR gdb/12116:
6625 * configure.ac: Add getthrds declaration check.
6626 * configure, config.in: Regenerate.
6627 * aix-thread.c (getthrds): Declare only if not already declared
6628 in procinfo.h. More declaration out of get_signaled_thread to
6629 global scope.
6630
29703da4
PM
66312011-03-17 Phil Muldoon <pmuldoon@redhat.com>
6632
6633 * python/py-symtab.c: Populate symtab_object_methods,
6634 sal_object_methods.
6635 (stpy_is_valid): New function.
6636 (salpy_is_valid): Ditto.
6637 * python/py-symbol.c: Declare symbol_object_methods. Populate.
6638 (sympy_is_valid): New function.
6639 * python/py-objfile.c: Declare objfile_object_methods. Populate.
6640 (objfpy_is_valid): New function.
6641 * python/py-inferior.c: Populate inferior_object_methods.
6642 (infpy_is_valid): New function.
6643 * python/py-infthread.c: Populate thread_object_methods.
6644 (thpy_is_valid): New function.
6645 * python/py-block.c: Declare block_object_methods. Populate. Declare
6646 block_iterator_object_methods. Populate.
6647 (blpy_is_valid): New function.
6648 (blpy_iter_is_valid): Ditto.
6649
c00f8484
KS
66502011-03-16 Keith Seitz <keiths@redhat.com>
6651
6652 * linespec.c (find_methods): Canonicalize NAME before looking
6653 up the symbol.
6654 (name_end): New function.
6655 (keep_name_info): New function.
6656 (decode_line_1): Use keep_name_info.
6657 (decode_compound): Likewise.
6658 * cli/cli-utils.h (remove_trailing_whitespace): New function.
6659 * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
6660
6661 PR c++/12273
6662 * linespec.c (locate_first_half): Keep overload information, too.
6663 (decode_compound): Use a string to represent break characters
6664 to escape the loop.
6665 If P points to a break character, do not increment it.
6666 For C++ and Java, keep overload information and relevant keywords.
6667 If we cannot find a symbol, search the minimal symbols.
6668
6669 PR c++/11734
6670 * linespec.c (decode_compound): Rename SAVED_ARG to
6671 THE_REAL_SAVED_ARG.
6672 Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
6673 single-quotes.
6674 Pass a valid block to lookup_symbol.
6675 (lookup_prefix_sym): Likewise.
6676 (find_method): Construct search name based on SYM_CLASS instead
6677 of SAVED_ARG.
6678 * psymtab.c (lookup_partial_symbol): Add language parameter.
6679 (lookup_symbol_aux_psymtabs): Likewise.
6680 Don't assume that the psymtab we found was the right one. Search
6681 for the desired symbol in the symtab to be certain.
6682 (psymtab_search_name): New function.
6683 (lookup_partial_symbol): Use psymtab_search_name.
6684 Add language parameter.
6685 (read_symtabs_for_function): Add language parameter and pass to
6686 lookup_partial_symbol.
6687 (find_symbol_file_from_partial): Likewise.
6688
c91513d8
PP
66892011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
6690
6691 PR gdb/12528
6692 * dwarf2read.c (noop_record_line): New function.
6693 (dwarf_decode_lines): Ignore line tables for GCd functions.
6694
b37520b6
PM
66952011-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
6696
6697 Fix ARI warnings about new lines at the end of messages, which
6698 are unneeded as there is a new line added at the end of the message
6699 automatically.
6700 * darwin-nat.c (darwin_stop_inferior): Ditto.
6701 * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
6702 * dfp.c (decimal_to_number): Ditto.
6703 * exec.c (print_section_info): Ditto.
6704 * i386-darwin-nat.c (darwin_set_sstep): Ditto.
6705 * osdata.c (get_osdata): Ditto.
6706 * record.c (bfdcore_write): Ditto.
6707 * remote-mips.c (mips_readchar): Ditto.
6708 * remote.c (read_ptid): Ditto.
6709 * ser-mingw.c (ser_windows_raw): Ditto.
6710 * tracepoint.c (add_local_symbols): Ditto.
6711 * windows-nat.c (fake_create_process): Ditto.
6712
b08ee6a2
TT
67132011-03-16 Tom Tromey <tromey@redhat.com>
6714
6715 * tracepoint.c (stop_tracing): Don't declare.
6716 * event-top.c (after_char_processing_hook): Add `(void)'.
6717
9a6f1302
PM
67182011-03-16 Phil Muldoon <pmuldoon@redhat.com>
6719
6720 * NEWS: Add Parameter sub-classing description.
6721
7ceb86b1
KT
67222011-03-16 Kai Tietz <ktietz@redhat.com>
6723
6724 * MAINTAINERS: Update my e-mail address.
6725
efeff6cf
AT
67262011-03-15 Andreas Tobler <andreast@fgznet.ch>
6727
6728 * MAINTAINERS: Add myself for write after approval privileges.
6729
681c238c
MS
67302011-03-15 Michael Snyder <msnyder@vmware.com>
6731
f3df5b08
MS
6732 * frame.c (find_frame_sal): Assert sym is not null.
6733
13f6513c
MS
6734 * dbxread.c (process_one_symbol): Assert 'name' is not null.
6735
50412521
MS
6736 * objc-lang.c (selectors_info): Check strchr for null result.
6737
681c238c
MS
6738 * stabsread.c (define_symbol): Guard against bad stabstring input.
6739
6ced1581
PM
67402011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
6741
6742 Remove trailing spaces and tabulations from pascal language
6743 support sources.
6744 p-exp.y: Ditto.
6745 p-lang.c: Ditto.
6746 p-lang.h: Ditto.
6747 p-valprint.c: Ditto.
6748
9373cf26
JK
67492011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6750
6751 * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
6752 than LOW. Comment it.
6753 (read_partial_die): Call complaint for inappropriate zero LOWPC or
6754 HIGHPC not strictly higher than LOWPC.
6755
9a1edae6
PM
67562011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
6757
6758 Fix formatting of function declarations returning a pointer in
6759 previous commit.
6760 * varobj.c (varobj_add_child): Ditto.
6761 * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
6762 * inferior.h (get_displaced_step_closure_by_addr): Ditto.
6763
24e9cda0
UW
67642011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
6765
6766 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
6767 for the "generic" vector ABI used with GCC 4.3 and later.
6768 (ppc64_sysv_abi_return_value): Likewise.
6769
67702011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
81b4675a
UW
6771
6772 * infcall.c (call_function_by_hand): Function return value is
6773 always a non_lval, even when using struct_return.
6774
c9174737
PA
67752011-03-15 Pedro Alves <pedro@codesourcery.com>
6776
6777 * printcmd.c (ALL_DISPLAYS_SAFE): New.
6778 (map_display_numbers): New.
6779 (do_delete_display): New.
6780 (undisplay_command): Use map_display_numbers.
6781 (do_enable_disable_display): New.
6782 (enable_disable_display_command): New function.
6783 (enable_display): Delete.
6784 (enable_display_command): New.
6785 (disable_display_command): Reimplement.
6786 (_initialize_printcmd): Adjust "enable display" command to use
6787 `enable_display_command' as callback.
6788
350c6c65
PM
67892011-03-14 Phil Muldoon <pmuldoon@redhat.com>
6790
6791 * NEWS: Add Python breakpoint 'stop' operation.
6792
824446ad
PM
67932011-03-14 Phil Muldoon <pmuldoon@redhat.com>
6794
6795 * NEWS: Delete duplicate entry. Fix typo.
6796
2021ad3a
PM
67972011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
6798
6799 Fix ARI warning about function names in first column.
6800 Put prototype declaration on same line as return type.
6801 * objc-exp.y: Ditto.
6802 * p-exp.y: Ditto.
6803 * python/py-stopevent.h: Ditto.
6804 For long function names, split parameters to
6805 allow function name on same line as return type.
6806 * solib-pa64.c: Ditto.
6807 * varobj.c: Ditto.
6808 * varobj.h: Ditto.
6809 For long function declaration, use single line.
6810 * hppa-tdep.h: Ditto.
6811 * inferior.h: Ditto.
6812
7371cf6d
PM
68132011-03-14 Phil Muldoon <pmuldoon@redhat.com>
6814
6815 * python/python.h: Declare gdbpy_should_stop and
6816 gdbpy_breakpoint_has_py_cond.
6817 * python/python.c: Add python.h to includes. Remove python.h from
6818 HAVE_PYTHON definition
6819 (gdbpy_should_stop): New dummy function.
6820 (gdbpy_breakpoint_has_py_cond): New dummy function.
6821 * python/py-breakpoint.c (bppy_init): Rewrite to allow
6822 sub-classing capabilities.
6823 (gdbpy_should_stop): New function.
6824 (gdbpy_breakpoint_has_py_cond): New function.
6825 (local_setattro): New function.
6826 * breakpoint.c (condition_command): Add check for Python 'stop'
6827 operation.
6828 (bpstat_check_breakpoint_conditions): Execute Python 'stop'
6829 operation function as part of stop/continue tests.
6830
37b50a69
TT
68312011-03-14 Tom Tromey <tromey@redhat.com>
6832
6833 PR gdb/12576:
6834 * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
6835 (needs_frame_dwarf_call): Likewise.
6836
eeae04df
PM
68372011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
6838
6839 Fix ARI warning about functions without parameters that do not
6840 use (void).
6841 * breakpoint.c (all_tracepoints): Replace () by (void).
6842 * f-exp.y (match_string_literal): Ditto.
6843 (yylex): Ditto.
6844 * m2-exp.y (yylex): Ditto.
6845 * mep-tdep.c (current_me_module): Ditto.
6846 (current_options): Ditto.
6847 (current_cop_data_bus_width): Ditto.
6848 (current_cr_names): Ditto.
6849 (current_cr_is_float): Ditto.
6850 (current_ccr_names): Ditto.
6851 * objc-exp.y (yylex): Ditto.
6852 * p-exp.y (yylex): Ditto.
6853 * remote.c (send_interrupt_sequence): Ditto.
6854 * tracepoint.c (current_trace_status): Ditto.
6855 * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
6856 * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
6857
6dc3565d
MS
68582011-03-11 Michael Snyder <msnyder@vmware.com>
6859
1427fe5e
MS
6860 * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
6861 * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
6862 (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
6863 * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
6864 * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
6865
60bc018f
MS
6866 * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
6867 (delete_async_event_handler): Ditto.
6868
f3be5b64
MS
6869 * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
6870
4c2d5724
MS
6871 * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
6872
6dc3565d
MS
6873 * top.c (set_verbose): Assert showcmd was found.
6874
4e6ca6d5
MG
68752011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
6876
6877 * xtensa-tdep.c (warning_once): Correct style issues.
6878
815a83e4
YQ
68792011-03-11 Yao Qi <yao@codesourcery.com>
6880
6881 * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
6882
f2eb0bc8
AS
68832011-03-11 Andreas Schwab <schwab@redhat.com>
6884
6885 * common/aclocal.m4: Remove.
6886
b801de47
MG
68872011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
6888
6889 * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
6890 (xtensa_write_register, xtensa_read_register): Likewise.
6891 (xtensa_hextochar): Removed.
6892 (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
6893
dbab50de
MG
68942011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
6895
6896 * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
c2a6b390 6897 (xtensa_call0_frame_cache_t): Update comments. New fields added.
dbab50de
MG
6898 (xtensa_alloc_frame_cache): Add initialization for new fields.
6899 (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
6900 (warning_once): New function.
6901 (xtensa_insn_kind): New item c0opc_and.
6902 (call0_classify_opcode): Add the case for AND instruction.
c2a6b390
MG
6903 (call0_track_op): Change arguments. New local variable litbase.
6904 Add the case to handle c0opc_and. Update algorithms for c0opc_mov,
6905 c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
6906 in the prologue.
dbab50de 6907 Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
c2a6b390 6908 (call0_analyze_prologue): Update the comments. Change arguments.
dbab50de
MG
6909 Add the variety of updates to handle extended prologues, which now can
6910 conduct dynamic stack adjustments.
6911 (call0_frame_cache): Likewise.
6912 (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
6913 (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
6914
b2c04452
MS
69152011-03-10 Michael Snyder <msnyder@vmware.com>
6916
f8f67713
MS
6917 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
6918 (cmd_qtframe): Ditto.
6919 (cmd_qtbuffer): Ditto.
6920 (cmd_bigqtbuffer): Ditto.
6921
197f0a60
TT
69222011-03-10 Tom Tromey <tromey@redhat.com>
6923
6924 * tracepoint.c (trace_actions_command): Update.
6925 * thread.c (thread_apply_command): Update.
6926 * reverse.c (delete_bookmark_command): Update.
6927 (bookmarks_info): Update.
6928 * printcmd.c (undisplay_command): Update.
6929 * memattr.c (mem_enable_command): Update.
6930 (mem_disable_command): Update.
6931 (mem_delete_command): Update.
6932 * inferior.c (detach_inferior_command): Update.
6933 (kill_inferior_command): Update.
6934 (remove_inferior_command): Update.
6935 * cli/cli-utils.h (struct get_number_or_range_state): New.
6936 (init_number_or_range): Declare.
6937 (get_number_or_range): Update.
6938 * cli/cli-utils.c (init_number_or_range): New function.
6939 (get_number_or_range): Change 'pp' parameter to 'state'. Remove
6940 static variables.
6941 (number_is_in_list): Update.
6942 * breakpoint.h (get_tracepoint_by_number): Update.
6943 * breakpoint.c (map_breakpoint_numbers): Update for change to
6944 get_number_or_range.
6945 (find_location_by_number): Use get_number, not
6946 get_number_or_range.
6947 (trace_pass_set_count): New function.
6948 (trace_pass_command): Update for change to get_number_or_range.
6949 Rework loop logic.
6950 (get_tracepoint_by_number): Remove 'multi_p' parameter; add
6951 'state' parameter.
6952
ecec24e6
PM
69532011-03-10 Phil Muldoon <pmuldoon@redhat.com>
6954
6955 * python/py-param.c (add_setshow_generic): Add set/show callback
6956 parameters. Register Python object context.
6957 (get_show_value): New function.
6958 (get_set_value): New function.
6959 (call_doc_function): New function.
6960 (get_doc_string): Move behind get_show_value/get_set_value.
6961
6d6c6b1f
JK
69622011-03-10 Andreas Tobler <andreast-list@fgznet.ch>
6963
6964 * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
6965
68d6df83
MG
69662011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
6967
dbab50de 6968 * xtensa-tdep.c (xtensa_read_register): Add comment.
68d6df83
MG
6969 (xtensa_write_register): Likewise.
6970 (xtensa_hextochar): Add comment and update to match coding conventions.
6971 (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
6972 (execute_l32e, execute_s32e, execute_code): Update comments.
6973 (xtensa_exception_handler_t): Update to match coding conventions.
6974 (xtensa_insn_kind): Likewise.
6975
85c9d6a6
MS
69762011-03-09 Michael Snyder <msnyder@vmware.com>
6977
6978 * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
6979
91495617
PA
69802011-03-09 Pedro Alves <pedro@codesourcery.com>
6981
6982 * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
6983
eb8c0621
TT
69842011-03-09 Tom Tromey <tromey@redhat.com>
6985
6986 * thread.c (restore_selected_frame): Handle frame_level == -1.
6987 (make_cleanup_restore_current_thread): Use
6988 get_selected_frame_if_set.
6989 * frame.h (get_selected_frame_if_set): Declare.
6990 * frame.c (get_selected_frame_if_set): New function.
6991
9f37bbcc
PA
69922011-03-09 Pedro Alves <pedro@codesourcery.com>
6993
6994 * cli/cli-cmds.c (shell_escape): Use lbasename.
6995 * coffread.c (coff_start_symtab): Constify parameter.
6996 (complete_symtab): Constify `name' parameter.
6997 (coff_symtab_read): Constify `filestring' local.
6998 (coff_getfilename): Constify return and `result' local.
6999 Use lbasename.
7000 * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
7001 * linux-fork.c (info_checkpoints_command): Use lbasename.
7002 * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
7003 * minsyms.c (lookup_minimal_symbol): Use lbasename.
7004 * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
7005 * procfs.c (procfs_make_note_section): Use lbasename.
7006 * tui/tui-io.c (printable_part): Constity return and parameter.
7007 Use lbasename.
7008 (print_filename): Constify parameters, and local `s'.
7009 (tui_rl_display_match_list): Constify local `temp'.
7010
f8de3c55
JK
70112011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7012
7013 Revert:
7014 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7015 Fix DWARF-3+ DW_AT_accessibility default assumption.
7016 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
7017 cu->header.version >= 3.
7018
d9837b00
YQ
70192011-03-09 Yao Qi <yao@codesourcery.com>
7020
7021 * common/Makefile.in: Remove.
7022 * common/configure: Remove.
7023 * common/configure.ac: Remove.
7024
e637a4f5
YQ
70252011-03-09 Yao Qi <yao@codesourcery.com>
7026
7027 Revert:
7028 2011-02-11 Yao Qi <yao@codesourcery.com>
7029
7030 * common/Makefile.in: Add copyright header.
7031
7032 2011-02-11 Yao Qi <yao@codesourcery.com>
7033
7034 * Makefile.in: Remove signals.o from COMMON_OBS. Link
7035 libcommon.a.
7036 * configure.ac: Add common to sub dir.
7037 * configure: Regenerate.
7038
f976a05d
MG
70392011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
7040
7041 * xtensa-tdep.c (call0_ret): New function.
7042 (xtensa_skip_prologue): Speed up analysis.
7043
57041825
MG
70442011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
7045
7046 * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
7047 while executing MI command -data-list-changed-registers.
7048
08b9c608
MG
70492011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
7050
7051 * xtensa-tdep.c (xtensa_read_register): New function.
7052 (xtensa_write_register): New function.
7053 (xtensa_find_register_by_name): New function.
7054 (xtensa_windowed_frame_cache): Update comments in type description.
7055 (xtensa_frame_cache): Likewise.
7056 (xtensa_window_interrupt_insn): New function.
7057 (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
7058 (xtensa_insn_kind): Add new instructions.
7059 (rwx_special_register): New function.
7060 (call0_classify_opcode): Add new instructions to the analysis.
7061 (a0_saved, a7_saved, a11_saved): New variables.
7062 (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
7063 (execute_l32e): New function.
7064 (execute_s32e): New function.
7065 (xtensa_exception_handler_t): New type.
7066 (execute_code): New function.
7067 (xtensa_window_interrupt_frame_cache): New function to conduct frame
7068 analysis for Xtensa Window Exception handlers.
7069
4d1acb11
MG
70702011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
7071
98689b25
MG
7072 * xtensa-tdep.c (TX_PS): New.
7073 (windowing_enabled): Update to count for Call0 ABI.
7074 (xtensa_hextochar): New.
7075 (xtensa_init_reggroups): Make algorithm generic.
7076 (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
7077
70782011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
7079
7080 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
4d1acb11 7081
d3f323f3
MS
70822011-03-08 Michael Snyder <msnyder@vmware.com>
7083
3dcabaa8
MS
7084 * i386-tdep.c (i386_follow_jump): Check return value of
7085 target_read_memory.
7086 (i386_analyze_struct_return): Ditto.
7087 (i386_skip_probe): Ditto.
7088 (i386_match_insn): Ditto.
7089 (i386_skip_noop): Ditto.
7090 (i386_analyze_frame_setup): Ditto.
7091 (i386_analyze_register_saves): Ditto.
7092 (i386_skip_prologue): Ditto.
7093 (i386_skip_main_prologue): Ditto.
7094
13b3fd9b
MS
7095 * target.c (read_whatever_is_readable): Fix memory leak.
7096
d3f323f3
MS
7097 * i386-tdep.c (i386_process_record): Document fall through.
7098
421d5c74
JK
70992011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7100
7101 Fix DWARF-3+ DW_AT_accessibility default assumption.
7102 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
7103 cu->header.version >= 3.
7104
63154eca
PA
71052011-03-08 Pedro Alves <pedro@codesourcery.com>
7106
7107 * remote.c (remote_check_symbols): Skip if the target has no
7108 execution.
7109
f1a507a1
JB
71102011-03-08 Joel Brobecker <brobecker@adacore.com>
7111
7112 * target.c (read_whatever_is_readable): Reformat comment,
7113 with a minor typo fix. Minor reformatting of the code.
7114
36073a92
YQ
71152011-03-08 Yao Qi <yao@codesourcery.com>
7116
7117 * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
7118 (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
7119 Use cached result instead of calling displaced_in_arm_mode again.
7120 (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
7121 (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
7122 (cleanup_copro_load_store, copy_copro_load_store): Likewise.
7123 (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
7124 (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
7125 (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
7126 (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
7127 (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
7128 (cleanup_block_load_pc, copy_block_xfer): Likewise.
7129 * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
7130 (arm_catch_kernel_helper_return): Likewise.
7131 * gdb/arm-tdep.h : Update function declarations.
7132
d3f323f3 71332011-03-07 Michael Snyder <msnyder@vmware.com>
e6040cbd 7134
e0e40094
MS
7135 * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
7136
0b2381f5
MS
7137 * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
7138
0350914a
MS
7139 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
7140
69feea6f
MS
7141 * elfread.c (elf_symtab_read): Stop memory leak.
7142
e6040cbd
MS
7143 * main.c (captured_main): Fix memory leak.
7144
052874e8
AS
71452011-03-07 Andreas Schwab <schwab@linux-m68k.org>
7146
7147 * ada-lang.c (compare_names): Call is_name_suffix with string1
7148 instead of string2.
7149
b11896a5
TT
71502011-03-07 Tom Tromey <tromey@redhat.com>
7151
7152 * xcoffread.c (xcoff_sym_fns): Update.
7153 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
7154 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
7155 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
7156 (symbol_file_add_with_addrs_or_offsets): Likewise.
7157 (reread_symbols): Handle OBJF_PSYMTABS_READ.
7158 * somread.c (som_sym_fns): Update.
7159 * psymtab.h (require_partial_symbols): Declare.
7160 * psymtab.c (require_partial_symbols): New function.
7161 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
7162 (ALL_OBJFILE_PSYMTABS): Undef.
7163 (ALL_PSYMTABS): Move from psympriv.h.
7164 (lookup_partial_symtab, find_pc_sect_psymtab)
7165 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
7166 (find_last_source_symtab_from_partial)
7167 (forget_cached_source_info_partial)
7168 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
7169 (expand_partial_symbol_tables, read_psymtabs_with_filename)
7170 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
7171 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
7172 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
7173 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
7174 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
7175 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
7176 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
7177 psymtabs.
7178 * mipsread.c (ecoff_sym_fns): Update.
7179 * machoread.c (macho_sym_fns): Update.
7180 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
7181 (read_psyms): New function.
7182 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
7183 (elf_sym_fns_lazy_psyms): New global.
7184 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
7185 dwarf2_build_psymtabs.
7186 * dbxread.c (aout_sym_fns): Update.
7187 * coffread.c (coff_sym_fns): Update.
7188
fda326dd
TT
71892011-03-07 Tom Tromey <tromey@redhat.com>
7190
7191 * infrun.c (print_exited_reason): Include inferior id and pid in
7192 message.
7193
aeaec162
TT
71942011-03-07 Tom Tromey <tromey@redhat.com>
7195
7196 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
7197 parameter.
7198 (target_has_execution_1): Update.
7199 (target_has_execution_current): Declare.
7200 (target_has_execution): Call target_has_execution_current.
7201 (default_child_has_execution): Update.
7202 * target.c (default_child_has_execution): Add 'the_ptid'
7203 parameter.
7204 (target_has_execution_1): Likewise.
7205 (target_has_execution_current): New function.
7206 (add_target): Update.
7207 (init_dummy_target): Update.
7208 * remote-m32r-sdi.c (m32r_has_execution): New function.
7209 (init_m32r_ops): Use it.
7210 * record.c (record_core_has_execution): Now static. Add
7211 'the_ptid' parameter.
7212 * inferior.c (have_live_inferiors): Don't save current thread.
7213 Use target_has_execution_1.
7214
08e14083
YQ
72152011-03-07 Yao Qi <yao@codesourcery.com>
7216
7217 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
7218
c05d19c5
JB
72192011-03-07 Joel Brobecker <brobecker@adacore.com>
7220
7221 * elfread.c (elf_symtab_read): Minor reformatting.
7222
3e6ef9e4
JB
72232011-03-07 Joel Brobecker <brobecker@adacore.com>
7224
7225 * objc-lang.c (selectors_info): Minor reformatting.
7226
dbb8534f
JB
72272011-03-07 Joel Brobecker <brobecker@adacore.com>
7228
7229 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
7230
dd70cc93
JB
72312011-03-07 Joel Brobecker <brobecker@adacore.com>
7232 Michael Snyder <msnyder@vmware.com>
7233
7234 * ada-valprint.c (ada_val_print_array): Move the declaration of
7235 "byte_order" and "elttype" inside the block where these variables
7236 are actually used. Remove some special handling for the case
7237 where "elttype" and "eltlen" are null. Replace by a comment
7238 and a couple of assertion checks.
7239
b27cf2b3
MS
72402011-03-05 Michael Snyder <msnyder@vmware.com>
7241
7242 * source.c (add_path): Replace semicolon at end of block.
7243 * dwarf2expr.c (execute_stack_op): Ditto.
7244
5387a0c6
MF
72452011-03-05 Mike Frysinger <vapier@gentoo.org>
7246
7247 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
7248 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
7249 (bfin-*-*): Likewise.
7250
e3aa49af
MS
72512011-03-05 Michael Snyder <msnyder@vmware.com>
7252
82ae4854
MS
7253 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
7254 * mdebugread.c (parse_symbol): Ditto.
7255 * parse.c (parse_exp_in_context): Ditto.
7256 * source.c (add_path): Ditto.
7257 * utils.c (gnu_debuglink_crc32): Ditto.
7258 * varobj.c (variable_language): Ditto.
7259
e3aa49af
MS
7260 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
7261
154f592e
MS
72622011-03-04 Michael Snyder <msnyder@vmware.com>
7263
da3ecdc6
MS
7264 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
7265
9cc89665
MS
7266 * symfile.c (simple_overlay_update): Check for null return value
7267 from lookup_minimal_symbol.
7268
154f592e
MS
7269 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
7270
63ffa6ee
TJB
72712011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
7272
7273 * eval.c (parse_and_eval_address_1): Remove function.
7274 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
7275 instead of parse_and_eval_address_1.
7276 * value.h (parse_and_eval_address_1): Remove prototype.
7277
a17d146e
MS
72782011-03-04 Michael Snyder <msnyder@vmware.com>
7279
7280 * remote.c (putpkt_binary): Document that case stmt falls through.
7281
1a6a67de
TJB
72822011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
7283
7284 * breakpointc (print_it_typical): Move NULL check from here...
7285 (print_bp_stop_message): ... to here.
7286
488919c4
MS
72872011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
7288
7289 * breakpoint.c (enable_command): Use break instead of continue,
7290 and fill in a missing break.
7291 (disable_command): Ditto.
7292
1e182ce8
UW
72932011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7294
7295 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
7296 (terminal_save_ours): Remove misleading comment.
7297 (inflow_inferior_data_cleanup): Free ttystate.
7298 (inflow_inferior_exit): Likewise.
7299 (copy_terminal_info): Copy ttystate.
7300
7301 * serial.c (serial_copy_tty_state): New function.
7302 * serial.h (serial_copy_tty_state): Add prototype.
7303 (struct serial_ops): Add copy_tty_state callback.
7304 * ser-base.c (ser_base_copy_tty_state): New function.
7305 * ser-base.h (ser_base_copy_tty_state): Add prototype.
7306 * ser-go32.c (dos_copy_tty_state): New function.
7307 (dos_ops): Install copy_tty_state callback.
7308 * ser-mingw.c (_initialize_ser_windows): Likewise.
7309 * ser-pipe.c (_initialize_ser_pipe): Likewise.
7310 * ser-unix.c (hardwire_copy_tty_state): New function.
7311 (_initialize_ser_hardwire): Install it.
7312
b2c5f112
MS
73132011-03-04 Michael Snyder <msnyder@vmware.com>
7314
2abae994
MS
7315 * breakpoint.c (create_breakpoint): Add missing break statement.
7316
7f5936f9
MS
7317 Reverting this patch:
7318 * infcall.c (call_function_by_hand): Add break statements for lint.
7319
b2c5f112
MS
7320 Reverting this patch:
7321 * cli/cli-script.c (script_from_file): Add break for lint.
7322
42b1321c
MS
73232011-03-04 Michael Snyder <msnyder@vmware.com>
7324
7325 * solib.c (reload_shared_libraries_1): Close memory leak.
7326
3e2a0cee
TT
73272011-03-03 Tom Tromey <tromey@redhat.com>
7328
7329 PR gdb/12538:
7330 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
7331 DW_STRING is NULL.
7332
58397cb7
MS
73332011-03-03 Michael Snyder <msnyder@vmware.com>
7334
2e3fd767
MS
7335 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
7336 fields of struct 'st' to zero.
7337
58397cb7
MS
7338 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
7339 sal.pspace before calling set_current_source_symtab_and_line.
7340
ced54c8f
YQ
73412011-03-03 Yao Qi <yao@codesourcery.com>
7342
7343 * Makefile.in (configure-common): Remove. Let Makefile
7344 in dir common to rebuild itself.
7345 (common/Makefile): Likewise.
7346
3351ea09
JB
73472011-03-03 Joel Brobecker <brobecker@adacore.com>
7348
7349 * utils.c (parse_escape): Add i18n markup in error message.
7350
bf9f652a
YQ
73512011-03-03 Yao Qi <yao@codesourcery.com>
7352
7353 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
7354 ARM_PC_REGNUM.
7355 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
7356 (displaced_write_reg, displaced_read_reg): Likewise.
7357 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
7358 (cleanup_block_load_pc, copy_block_xfer): Likewise.
7359 (cleanup_branch): Replace magic number 14 and 15 with
7360 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
7361
d42de051
MS
73622011-03-02 Michael Snyder <msnyder@vmware.com>
7363
240f9570
MS
7364 * maint.c (maintenance_do_deprecate): No need to check for NULL.
7365
10dd8b54
MS
7366 * cli/cli-script.c (script_from_file): Add break for lint.
7367
b98bd911
MS
7368 * mdebugread.c (parse_partial_symbols): Fix indent.
7369
3494b66d
MS
7370 * target-descriptions.c (tdesc_gdb_type): No need to call
7371 xstrdup, callee saves a copy.
7372
daac021a
MS
7373 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
7374
c38d16a7
MS
7375 * infcall.c (call_function_by_hand): Add break statements for lint.
7376
905b671b
MS
7377 * utils.c (parse_escape): Escape the escape char.
7378
f2eb0bc8 7379 * python/py-inferior.c (build_inferior_list): Error out if
2d565757
MS
7380 PyList_Append fails.
7381 (gdbpy_inferiors): Error out if build_inferior_list fails.
7382
8c6a60d1
MS
7383 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
7384 a function call.
7385
d42de051
MS
7386 * record.c (record_restore): Move printf to before error return.
7387
4db71c0b
YQ
73882011-03-02 Yao Qi <yao@codesourcery.com>
7389
7390 * arm-tdep.h (struct displaced_step_closure): Add two new fields
7391 is_thumb and insn_size.
7392 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
7393 on both ARM and Thumb mode.
7394 (arm_process_displaced_insn): Set is_thumb and insn_size.
7395 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
7396 (arm_displaced_step_fixup): Likewise.
7397
a9dc8dcc
MS
73982011-03-01 Michael Snyder <msnyder@vmware.com>
7399
53624a93
MS
7400 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
7401
77766669
MS
7402 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
7403
62d5b8da
MS
7404 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
7405
5e9e105f
MS
7406 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
7407
dc19db01
MS
7408 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
7409 with xmalloc.
7410
5ce64950
MS
7411 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
7412 which shadows function parameter.
7413
a0aa2878
MS
7414 * tracepoint.c (create_tsv_from_upload): Superfluous call
7415 to xstrdup. Callee already calls xstrdup.
7416
e325fb69
MS
7417 * linespec.c (decode_line_1): Remove unnecessary null check.
7418
21cbba77
MS
7419 * tracepoint.c (scope_info): Fix mem leak, remove underused
7420 variable.
7421
63360adc
MS
7422 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
7423 superfluous null check.
7424
18ea20ac 7425 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
23ce9890 7426 (value_of_builtin_frame_fp_reg): Ditto.
18ea20ac 7427
d014929c
MS
7428 * event-top.c (display_gdb_prompt): Remove superfluous null check.
7429
6e9130cf
MS
7430 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
7431 be null.
7432
5f01dbc0
MS
7433 * linespec.c (decode_line_1): Check for null before dereference.
7434
d684ab85
MS
7435 * reverse.c (record_restore): Move null-check to before pointer
7436 dereference.
7437
bfffb7e3
MS
7438 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
7439
a9dc8dcc
MS
7440 * objc-lang.c (selectors_info): Add explanitory comment.
7441 (classes_info): Ditto.
7442
478fd957
UW
74432011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
7444
7445 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
7446 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
7447 versions of the trampoline. Handle Thumb vs. ARM addresses.
7448 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
7449 (arm_linux_init_abi): Install it.
7450 * arm-tdep.c (arm_psr_thumb_bit): Make global.
7451 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
7452
0480cefa
MS
74532011-02-28 Michael Snyder <msnyder@vmware.com>
7454
ac50ab3b
MS
7455 * ui-out.c (ui_out_field_core_addr): Make local char buffer
7456 a little bigger, to avoid possibility of an overflow.
7457
f63fbe86
MS
7458 * breakpoint.c (breakpoint_adjustment_warning): Make local char
7459 buffers a little bigger, to avoid possibility of an overflow.
7460
9e91a352
MS
7461 * coffread.c (coff_getfilename): Add check to avoid overflow.
7462
f2eb0bc8 7463 * objc-lang.c (selectors_info): Add a small safety margin to
28288541
MS
7464 avoid overflow.
7465 (classes_info): Error out on too long REGEXP.
7466
098ab512
MS
7467 * infrun.c (handle_inferior_event): Remove unused function call.
7468
bcbd1de9
MS
7469 * fork-child.c (fork_inferior): Remove ifdef'd code and
7470 unused variable.
7471
2e456570
MS
7472 * linux-thread-db.c (attach_thread): Discard unused value.
7473
14571dad
MS
7474 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
7475
a9cbf802
MS
7476 * remote.c (remote_get_noisy_reply): Discard unused value.
7477 (remote_vcont_resume): Ditto.
7478 (remote_stop_ns): Ditto.
7479
5715d26e
MS
7480 * linespec.c (decode_objc): Delete unused variable.
7481
4a9bca80
MS
7482 * tui/tui-regs.c (tui_register_format): Delete unused variable.
7483
f47fb265
MS
7484 * dwarf2read.c (add_partial_symbol): Discard unused values.
7485 (read_base_type): Delete unused variable.
7486
e81cff30
MS
7487 * dbxread.c (read_dbx_symtab): Discard unused value.
7488
262acaeb
MS
7489 * eval.c (evaluate_subexp_standard): Delete unused variable,
7490 and discard unused values.
7491
df983543
MS
7492 * infcmd.c (_initialize_infcmd): Discard unused values.
7493
89acf84d
MS
7494 * stabsread.c (rs6000_builtin_type): Missing break statement.
7495
ab8b8aca
MS
7496 * dbxread.c (process_one_symbol): Discard unused value.
7497
6b4511ab
MS
7498 * coffread.c (coff_end_symtab): Delete unused variable.
7499
e8e80198
MS
7500 * dwarf2read.c (dw2_get_file_names): Discard unused value.
7501 (dwarf2_add_typedef): Delete unused variable.
7502 (read_namespace): Ditto.
7503 (dwarf_decode_macros): Ditto.
7504
976aa66e
MS
7505 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
7506
5b92b49f
MS
7507 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
7508
91e8df85
MS
7509 * p-valprint.c (pascal_val_print): Discard unused value.
7510
899500d6
MS
7511 * utils.c (nquery): Call va_end before return;
7512 (yquery): Ditto.
7513 (query): Ditto.
7514
0480cefa
MS
7515 * proc-service.c (ps_plog): Call va_end before return.
7516
fb6a3ed3
TT
75172011-02-28 Tom Tromey <tromey@redhat.com>
7518
7519 * python/python.c (gdbpy_value_cst): New global.
7520 (_initialize_python): Initialize it.
7521 * python/python-internal.h (gdbpy_value_cst): Declare.
7522 * python/py-value.c (convert_value_from_python): Use
7523 gdbpy_value_cst.
7524
c05202a1
MS
75252011-02-28 Michael Snyder <msnyder@vmware.com>
7526
e463f587
MS
7527 * python/py-cmd.c (cmdpy_init): Fix memory leak.
7528
c38eea1a
MS
7529 * breakpoint.c (catch_syscall_completer): Free malloced list.
7530
3ef09ab5
MS
7531 * jv-lang.c (java_primitive_type_from_name): Add missing break.
7532
8f9a01ee
MS
7533 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
7534 (lval_func_check_synthetic_pointer): Ditto.
7535 (lval_func_free_closure): Fix use-after-free.
c05202a1 7536
477d0d57
TT
75372011-02-28 Tom Tromey <tromey@redhat.com>
7538
7539 * psymtab.c (expand_partial_symbol_tables): Use
7540 ALL_OBJFILE_PSYMTABS.
7541
20937029
JK
75422011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7543
7544 * objc-lang.c (selectors_info): Error on too long REGEXP.
7545
907b7f4f
MS
75462011-02-28 Michael Snyder <msnyder@vmware.com>
7547
92e96192
MS
7548 * python/py-param.c (set_parameter_value): Add missing
7549 break statement.
7550
907b7f4f
MS
7551 * linux-record.c (record_linux_system_call): Add missing
7552 break statement.
7553
12c5a436
UW
75542011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
7555
7556 * breakpoint.c (print_one_breakpoint_location): Remove unused
7557 argument PRINT_ADDRESS_BITS. Update callers.
7558 (print_one_breakpoint): Likewise.
7559
170b53b2
UW
75602011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
7561
7562 * breakpoint.c (wrap_indent_at_field): New function.
7563 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
7564 Allocate ui_stream locally instead of using STB argument.
7565 (print_one_breakpoint_location): Update call.
7566 * ui-out.c (ui_out_query_field): New function.
7567 * ui-out.h (ui_out_query_field): Add prototype.
7568
8ab1f94d
JB
75692011-02-28 Joel Brobecker <brobecker@adacore.com>
7570
7571 From Michael Snyder <msnyder@vmware.com>
7572 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
7573
7d488639
MS
75742011-02-27 Michael Snyder <msnyder@vmware.com>
7575
ae179fba
MS
7576 * objc-lang.c (selectors_info): Prevent string overrun.
7577
086dbf66
MS
7578 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
7579 error in strncpy.
7580
f2eb0bc8 7581 * symtab.c (rbreak_command): Move variable 'file_name' to
9c1e305a
MS
7582 outer scope.
7583
7d488639
MS
7584 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
7585 param with a local variable of the same name.
7586
3bd0f5ef
MS
75872011-02-27 Michael Snyder <msnyder@vmware.com>
7588
7589 * value.c (value_from_history_ref): New function.
7590 * value.h (value_from_history_ref): Export.
7591 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
7592 to parse value history references.
7593 * cli/cli-utils.h (get_number_trailer): Update comment.
7594
75952011-02-27 Michael Snyder <msnyder@vmware.com>
7596
7597 * inferior.c (detach_inferior_command): Use get_number_or_range.
7598 (kill_inferior_command): Ditto.
7599 (remove_inferior_command): Ditto.
7600 (initialize_inferiors): Make command names plural.
7601 Update help strings.
7602
766062f6
MS
76032011-02-27 Michael Snyder <msnyder@vmware.com>
7604
7605 * darwin-nat-info.c: Fix comment typo.
7606 * dwarf2expr.h: Ditto.
7607 * fbsd-nat.c: Ditto.
7608 * fbsd-nat.h: Ditto.
7609 * frame-unwind.h: Ditto.
7610 * frame.h: Ditto.
7611 * hppa-hpux-tdep.c: Ditto.
7612 * i386-linux-nat.c: Ditto.
7613 * linux-nat.c: Ditto.
7614 * nbsd-nat.c: Ditto.
7615 * nbsd-nat.h: Ditto.
7616 * ppc-linux-tdep.c: Ditto.
7617 * serial.c: Ditto.
7618 * ui-file.h: Ditto.
7619 * tui/tui-winsource.c: Ditto.
7620
f2c4ead5
MS
76212011-02-26 Michael Snyder <msnyder@vmware.com>
7622
86b887df
MS
7623 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
7624
66fd3b1e
MS
7625 * maint.c (maintenance_do_deprecate): Plug a memory leak.
7626
8c814cdd
MS
7627 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
7628 with a local variable of the same name.
7629
6d5e094a 7630 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
e5b3d7d6 7631 param with a local variable of the same name.
6d5e094a 7632 (i387_supply_xsave): Ditto.
e5b3d7d6 7633
5eee517d
MS
7634 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
7635 that it does not shadow a function parameter.
7636
8fbf6b93
MS
7637 * i386-nat.c (i386_length_and_rw_bits): Document that case
7638 statement is meant to fall through.
7639
cb969d61
MS
7640 * expprint.c (dump_subexp_body_standard): Document that case
7641 statement is meant to fall through.
7642
f2c4ead5
MS
7643 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
7644 dead if statement. Condition can't be false.
7645
b021a221
MS
76462011-02-25 Michael Snyder <msnyder@vmware.com>
7647
7648 * arm-tdep.c: Fix typos in comments.
7649 * bsd-uthread.c: Ditto.
7650 * completer.c: Ditto.
7651 * corelow.c: Ditto.
7652 * cp-namespace.c: Ditto.
7653 * cp-support.c: Ditto.
7654 * cris-tdep.c: Ditto.
7655 * dbxread.c: Ditto.
7656 * dwarf2read.c: Ditto.
7657 * frame.h: Ditto.
7658 * gdbtypes.h: Ditto.
7659 * inferior.h: Ditto.
7660 * mdebugread.c: Ditto.
7661 * mips-tdep.c: Ditto.
7662 * ppc-linux-nat.c: Ditto.
7663 * ppc-linux-tdep.c: Ditto.
7664 * printcmd.c: Ditto.
7665 * sol-thread.c: Ditto.
7666 * solib-frv.c: Ditto.
7667 * solist.h: Ditto.
7668 * sparc64-tdep.c: Ditto.
7669 * spu-tdep.c: Ditto.
7670 * stabsread.c: Ditto.
7671 * symfile.c: Ditto.
7672 * valops.c: Ditto.
7673 * varobj.c: Ditto.
7674 * vax-nat.c: Ditto.
7675 * python/py-block.c: Ditto.
7676 * python/py-symbol.c: Ditto.
7677 * python/py-symtab.c: Ditto.
7678 * python/py-value.c: Ditto.
7679 * tui/tui-win.c: Ditto.
7680
c82c0b55
MS
76812011-02-25 Michael Snyder <msnyder@vmware.com>
7682
7683 * inferior.c (print_inferior): Accept a string instead of an int
7684 for requested_inferiors, and use get_number_or_range to parse it.
7685 (info_inferiors_command): Pass args string to print_inferior.
7686 (initialize_inferiors): Change help string for info inferiors.
7687 * inferior.h (print_inferior): Export prototype change.
7688
ee00cd23
TT
76892011-02-25 Tom Tromey <tromey@redhat.com>
7690
7691 * common/ax.def (invalid2): Set to 0x31.
7692
0502ed8c
JK
76932011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7694
7695 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
7696 L and plongest.
7697 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
7698 use L and plongest.
7699 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
7700
2c9de912
MS
77012011-02-24 Michael Snyder <msnyder@vmware.com>
7702
7703 * Makefile.in (clean): Make clean should remove generated files
7704 observer.h and observer.inc.
7705
a04b0428
JB
77062011-02-24 Joel Brobecker <brobecker@adacore.com>
7707
7708 Revert the following patch (not approved yet):
7709 2011-02-21 Hui Zhu <teawater@gmail.com>
7710 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
7711 * ax-gdb.c (gen_printf_expr_callback): New function.
7712 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
7713 * ax-general.c (ax_memcpy): New function.
7714 (ax_print): Handle "printf".
7715 (ax_reqs): Ditto.
7716 * ax.h (ax_memcpy): Forward declare.
7717 * common/ax.def (invalid2): Removed.
7718 (printf): New entry.
7719 * printcmd.c (printcmd.h): New include.
7720 (string_printf): New function.
7721 (ui_printf): Removed.
7722 (printf_command): Remove static. Call string_printf.
7723 (eval_command): Call string_printf.
7724 * printcmd.h: New file.
7725 * tracepoint.c (validate_actionline,
7726 encode_actions_1): handle printf_command.
7727
2b52013f
TT
77282011-02-23 Tom Tromey <tromey@redhat.com>
7729
7730 * ax-general.c (ax_pick): Add missing newline.
7731
e5a67952
MS
77322011-02-23 Michael Snyder <msnyder@vmware.com>
7733
7734 * breakpoint.c (breakpoint_1): Change first argument from an int
7735 to a char pointer, so that the function now accepts a list of
f2eb0bc8 7736 breakpoints rather than just one. Use new function
e5a67952
MS
7737 'number_is_in_list' to implement.
7738 (breakpoints_info): Pass char * instead of int to breakpoint_1.
7739 (watchpoints_info): Ditto.
7740 (tracepoints_info): Ditto.
7741 (maintenance_info_breakpoints): Ditto.
7742 (_initialize_breakpoint): Update help strings to reflect the fact
7743 that these functions can now take more than one argument.
7744 * cli/cli-utils.c (number_is_in_list): New function.
7745 * cli/cli-utils.h (number_is_in_list): Export.
7746
77472011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
7748
7749 * memattr.c (mem_enable_command): Use get_number_or_range.
7750 (mem_disable_command): Ditto.
7751 (mem_delete_command): Ditto.
7752 (_initialize_mem): Tweak usage message to reflect multiple
7753 arguments.
7754
6e6fbe60
DE
77552011-02-22 Doug Evans <dje@google.com>
7756
7757 Add gdb.lookup_global_symbol python function.
7758 * NEWS: Add entry.
7759 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
7760 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
7761 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
7762
79b97fa8
TT
77632011-02-22 Tom Tromey <tromey@redhat.com>
7764
7765 * language.c (language_class_name_from_physname): Rename
7766 'curr_language' argument to 'lang'; use in body.
7767
298f437a
MS
77682011-02-22 Michael Snyder <msnyder@vmware.com>
7769
7770 * cli/cli-utils.c (number_is_in_list): Check for zero return.
7771
b7ea3126
PA
77722011-02-22 Pedro Alves <pedro@codesourcery.com>
7773
7774 * frame-unwind.h: Fix comment to mention the this frame, not the
7775 next.
7776
58ee6d60
TT
77772011-02-22 Tom Tromey <tromey@redhat.com>
7778
7779 * symfile.c (auto_solib_limit): Remove.
7780 * symfile.h (auto_solib_limit): Remove.
7781
36238dbc
JB
77822011-02-22 Joel Brobecker <brobecker@adacore.com>
7783
7784 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
7785
aea5b279
MS
77862011-02-21 Michael Snyder <msnyder@vmware.com>
7787
7788 * gdbthread.h (print_thread_info): Change prototype.
7789 * thread.c (print_thread_info): Accept char* instead of int for
7790 requested_threads argument. Use new function number_is_in_list
7791 to determine which threads to list.
7792 (info_threads_command): Pass char* to print_thread_info.
7793 * cli/cli-utils.c (number_is_in_list): New function.
7794 * cli/cli-utils.h (number_is_in_list): Export.
f2eb0bc8 7795 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
aea5b279
MS
7796 print_thread_info.
7797 (print_one_inferior): Ditto.
7798 (mi_cmd_list_thread_groups): Ditto.
7799
8caa75ee
JK
78002011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7801
7802 * common/Makefile.in (CFLAGS): New.
7803 (COMPILE): Add $(CFLAGS).
7804
ea666128
TT
78052011-02-21 Tom Tromey <tromey@redhat.com>
7806
7807 * breakpoint.c (catch_syscall_command_1): Fix typo.
7808
e9cafbcc
TT
78092011-02-21 Tom Tromey <tromey@redhat.com>
7810
7811 * reverse.c: Include cli-utils.h.
7812 * printcmd.c: Include cli-utils.h.
7813 (string_printf): Use skip_spaces.
7814 * cli/cli-utils.h: New file.
7815 * cli/cli-utils.c: New file.
7816 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
7817 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
7818 * breakpoint.h (get_number, get_number_or_range): Move to
7819 cli-utils.h.
7820 * breakpoint.c: Include cli-utils.h.
7821 (get_number_trailer, get_number, get_number_or_range)
7822 (ep_skip_leading_whitespace): Move to cli-utils.c.
7823 (create_breakpoint_sal, find_condition_and_thread)
7824 (decode_static_tracepoint_spec, watch_command_1)
7825 (watch_maybe_just_location, ep_parse_optional_if_clause)
7826 (catch_fork_command_1, catch_exec_command_1)
7827 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
7828 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
7829 (SUBDIR_CLI_SRCS): Add cli-utils.c.
7830 (HFILES_NO_SRCDIR): Add cli-utils.h.
7831 (cli-utils.o): New target.
7832
f67fd822
PM
78332011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7834
7835 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
7836 before calling discard_all_inferiors.
7837
c9def01d
UW
78382011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
7839
7840 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
7841 (struct builtin_opencl_type): Remove.
7842 (builtin_opencl_type): Change return type to "struct type **".
7843 (lookup_opencl_vector_type): Update caller.
7844 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
7845 (build_opencl_types): Install plain array of "struct type *"
7846 instead of "struct builtin_opencl_type".
7847
e3039479
UW
78482011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7849 Ulrich Weigand <uweigand@de.ibm.com>
7850
7851 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
7852 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
7853 (struct arm_linux_hwbp_cap): New type.
7854 (arm_linux_get_hwbp_cap): New function.
7855 (arm_linux_get_hw_breakpoint_count): Likewise.
7856 (arm_linux_get_hw_watchpoint_count): Likewise.
7857 (arm_linux_can_use_hw_breakpoint): Likewise.
7858 (arm_hwbp_type): New type.
7859 (arm_hwbp_control_t): Likewise.
7860 (struct arm_linux_hw_breakpoint): Likewise.
7861 (struct arm_linux_thread_points): Likewise.
7862 (arm_threads): New global variable.
7863 (arm_linux_find_breakpoints_by_tid): New function.
7864 (arm_hwbp_control_initialize): Likewise.
7865 (arm_hwbp_control_is_enabled): Likewise.
7866 (arm_hwbp_control_disable): Likewise.
7867 (arm_linux_hw_breakpoint_initialize): Likewise.
7868 (arm_linux_get_hwbp_type): Likewise.
7869 (arm_linux_hw_watchpoint_initialize): Likewise.
7870 (arm_linux_hw_breakpoint_equal): Likewise.
7871 (arm_linux_insert_hw_breakpoint1): Likewise.
7872 (arm_linux_remove_hw_breakpoint1): Likewise.
7873 (arm_linux_insert_hw_breakpoint): Likewise.
7874 (arm_linux_remove_hw_breakpoint): Likewise.
7875 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
7876 (arm_linux_insert_watchpoint): Likewise.
7877 (arm_linux_remove_watchpoint): Likewise.
7878 (arm_linux_stopped_data_address): Likewise.
7879 (arm_linux_stopped_by_watchpoint): Likewise.
7880 (arm_linux_watchpoint_addr_within_range): Likewise.
7881 (arm_linux_new_thread): Likewise.
7882 (arm_linux_thread_exit): Likewise.
7883 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
7884 related target callbacks. Register arm_linux_new_thread and
7885 arm_linux_thread_exit.
7886 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
7887 * arm-tdep.c (arm_pc_is_thumb): Make global.
7888 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
7889
b5db5dfc
UW
78902011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
7891
7892 * breakpoint.c (update_watchpoint): Do not attempt to recreate
7893 per-frame locations while within a function epilogue.
7894
e25b2cfa
PM
78952011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
7896
7897 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
7898 to GNU coding standards.
7899
4af53f97
PM
79002011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
7901
7902 Allow use of mingw native on Windows 95 OS.
e25b2cfa 7903 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
4af53f97
PM
7904 (ser_windows_close): Only call CancelIo if function exists.
7905 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
7906 to check for existence of CancelIo function in kernel32 DLL.
7907
d0e92d82
HZ
79082011-02-21 Hui Zhu <teawater@gmail.com>
7909
7910 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
7911 * ax-gdb.c (gen_printf_expr_callback): New function.
7912 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
7913 * ax-general.c (ax_memcpy): New function.
7914 (ax_print): Handle "printf".
7915 (ax_reqs): Ditto.
7916 * ax.h (ax_memcpy): Forward declare.
7917 * common/ax.def (invalid2): Removed.
7918 (printf): New entry.
7919 * printcmd.c (printcmd.h): New include.
7920 (string_printf): New function.
7921 (ui_printf): Removed.
7922 (printf_command): Remove static. Call string_printf.
7923 (eval_command): Call string_printf.
7924 * printcmd.h: New file.
7925 * tracepoint.c (validate_actionline,
7926 encode_actions_1): handle printf_command.
7927
7d357efd
MS
79282011-02-19 Michael Snyder <msnyder@vmware.com>
7929
7930 * reverse.c (delete_one_bookmark): Argument is now bookmark
7931 id rather than pointer to bookmark struct.
7932 (delete_bookmark_command): Use get_number_or_range.
7933 (goto_bookmark_command): Parse with get_number instead of strtoul.
7934 (bookmark_1): New function. Print info for one bookmark.
7935 (bookmarks_info): Use get_number_or_range and bookmark_1.
7936
7a45ebd7
MS
79372011-02-18 Michael Snyder <msnyder@vmware.com>
7938
f2eb0bc8 7939 * thread.c (info_threads_command): Re-implement using
7a45ebd7 7940 get_number_or_range.
65ebfb52 7941 (thread_apply_command): Ditto.
7a45ebd7 7942
94d5e490
TT
79432011-02-18 Tom Tromey <tromey@redhat.com>
7944
7945 * common/ax.def: New file.
7946 * ax.h (enum agent_op): Use ax.def.
7947 * ax-general.c (aop_map): Use ax.def.
7948
c7f96d2b
TT
79492011-02-18 Tom Tromey <tromey@redhat.com>
7950
7951 * ax-general.c (aop_map): Add pick and rot.
7952 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
7953 <DW_OP_rot>: Implement.
7954 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
7955 (ax_pick): Declare.
7956 * ax-general.c (ax_pick): New function.
7957
66694b75
TT
79582011-02-18 Tom Tromey <tromey@redhat.com>
7959
7960 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
7961
eeaafae2
JK
79622011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7963 Tom Tromey <tromey@redhat.com>
7964
7965 * cp-support.c (make_symbol_overload_list_namespace): Do not call
7966 make_symbol_overload_list_block with NULL BLOCK.
7967 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
7968
3c3fe74c
PA
79692011-02-18 Pedro Alves <pedro@codesourcery.com>
7970
7971 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
7972 * breakpoint.h (get_number_or_range): Declare.
7973 * printcmd.c (ALL_DISPLAYS): Declare.
7974 (delete_display): Reimplement taking a display pointer.
7975 (undisplay_command): Accept a range of displays to delete, using
7976 get_number_or_range.
7977
13163d80
PM
79782011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7979
7980 * c-valprint.c (c_val_print): Add embedded_offset to address
7981 for arrays of unspecified length.
7982 * p-valprint.c (pascal_val_print): Likewise.
7983
b434a28f
YQ
79842011-02-18 Yao Qi <yao@codesourcery.com>
7985
7986 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
7987 (arm_process_displaced_insn): .. here. Remove parameter INSN.
7988 (thumb_process_displaced_insn): New.
7989 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
7990 call to arm_process_displaced_insn.
7991 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
7992
9f6f94ff
TT
79932011-02-17 Tom Tromey <tromey@redhat.com>
7994
7995 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
7996 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
7997 compile_dwarf_to_ax. No longer static. Call
7998 dwarf2_compile_cfa_to_ax.
7999 (locexpr_tracepoint_var_ref): Update.
8000 (loclist_tracepoint_var_ref): Update.
8001 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
8002 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
8003 argument; add 'gdbarch' and 'pc'.
8004 (dwarf2_compile_cfa_to_ax): New function.
8005 (dwarf2_frame_cache): Update.
8006
e67ad678
JB
80072011-02-17 Joel Brobecker <brobecker@adacore.com>
8008
8009 * ada-lang.c (ada_type_of_array): Fix the size of the array
8010 in the case of an unconstrained packed array.
8011
946ebb0d
YQ
80122011-02-17 Yao Qi <yao@codesourcery.com>
8013
8014 * common/Makefile.in: Add more targets for make.
8015
1ba1b353
TT
80162011-02-16 Tom Tromey <tromey@redhat.com>
8017
8018 * dwarf2loc.c (unimplemented): Fix typo.
8019
b1bfef65
TT
80202011-02-16 Tom Tromey <tromey@redhat.com>
8021
8022 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
8023 (compile_dwarf_to_ax) <default>: Use unimplemented.
8024 <DW_OP_deref>: Update.
8025 (disassemble_dwarf_expression): Update.
8026 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
8027 (decode_locdesc): Update.
8028 * dwarf2expr.h (dwarf_stack_op_name): Update.
8029
5f1e6f19
TT
80302011-02-16 Tom Tromey <tromey@redhat.com>
8031
8032 * ax.h (struct aop_map) <name>: Now const.
8033
a0c78a73
PA
80342011-02-16 Tom Tromey <tromey@redhat.com>
8035
8036 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
8037 than axs_rvalue.
8038
946ebb0d 80392011-02-16 Yao Qi <yao@codesourcery.com>
a42244db
YQ
8040
8041 * infrun.c (get_displaced_step_closure_by_addr): New.
8042 * inferior.h: Declare it.
8043 * arm-tdep.c: (arm_pc_is_thumb): Call
8044 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
8045 returns non-NULL.
8046
08807d5a
PA
80472011-02-16 Pedro Alves <pedro@codesourcery.com>
8048 Jan Kratochvil <jan.kratochvil@redhat.com>
8049
8050 gdb/
8051 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
8052
29976f3f
PA
80532011-02-16 Pedro Alves <pedro@codesourcery.com>
8054 Jan Kratochvil <jan.kratochvil@redhat.com>
8055
8056 * value.c (value_contents_copy_raw): Extend describing comment.
8057 Assert that the destination contents we're overwriting are wholly
8058 available.
fb68ae73 8059 (value_contents_copy): Extend describing comment.
29976f3f 8060
cd24cfaa
PA
80612011-02-16 Pedro Alves <pedro@codesourcery.com>
8062 Jan Kratochvil <jan.kratochvil@redhat.com>
8063
8064 * value.c (value_available_contents_eq): Remove redundant local
8065 variables. Fix available contents comparision.
8066 * value.h (value_available_contents_eq): Extend describing
8067 comment.
8068
60bbf338
YQ
80692011-02-16 Yao Qi <yao@codesourcery.com>
8070
8071 * thread.c (info_threads_command): Add missing i18n markup and remove
8072 trailing newline.
8073
17450429
PP
80742011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
8075
8076 * breakpoint.c (longjmp_names): New variable.
8077 (struct breakpoint_objfile_data): New type.
8078 (breakpoint_objfile_key): New variable.
8079 (msym_not_found): New variable.
8080 (msym_not_found_p): New predicate.
8081 (get_breakpoint_objfile_data): New function.
8082 (create_overlay_event_breakpoint): Check per-objfile cache for
8083 symbols first.
8084 (create_longjmp_master_breakpoint): Likewise.
8085 (create_std_terminate_master_breakpoint): Likewise.
8086 (create_exception_master_breakpoint): Likewise.
8087 (_initialize_breakpoint): Register per-objfile data key.
8088
af02033e
PP
80892011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
8090
8091 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
8092 parameter value.
8093 (create_longjmp_master_breakpoint): Loop over longjmp names.
8094 (create_std_terminate_master_breakpoint): Const-propagate parameter
8095 value.
8096 (update_breakpoints_after_exec): Adjust.
8097 (breakpoint_re_set): Adjust.
8098
60f98dde
MS
80992011-02-15 Michael Snyder <msnyder@vmware.com>
8100
cdf99611
MS
8101 * thread.c (info_threads_command): Process arg as thread id,
8102 or list of thread ids.
8103 (thread_find_command): New command.
8104 (_initialize_thread): Document argument for info threads.
8105 Document 'thread find' command.
8106 * NEWS: Document new command "thread find".
60f98dde 8107
0feedb2c
JK
81082011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8109
8110 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
8111 * aclocal.m4: Regenerated with aclocal-1.11.1.
8112 * common/configure: Regenerate with autoconf-2.64.
8113
648cd113
KW
81142011-02-15 Ken Werner <ken.werner@de.ibm.com>
8115
8116 * opencl-lang.c (build_opencl_types): Set the size of the built-in
8117 bool data type to a size of one byte.
8118
5657161f
PA
81192011-02-15 Pedro Alves <pedro@codesourcery.com>
8120 Jan Kratochvil <jan.kratochvil@redhat.com>
8121
8122 * target.c (memory_xfer_live_readonly_partial): Document where to
8123 look for interface description.
8124
494e194e
YQ
81252011-02-15 Yao Qi <yao@codesourcery.com>
8126
8127 PR tdep/12352
8128 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
8129 order to store PC value on stack instead of text section.
8130
d9492458
TJB
81312011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
8132
8133 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
8134 the EFP register set size.
8135 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
8136 data from the VMX register.
8137 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
8138 and write data from/to the VMX register.
8139
cdf99611
MS
81402011-02-14 Michael Snyder <msnyder@vmware.com>
8141
8142 * command.h (enum command_class): New class 'no_set_class', for
8143 "show" commands without a corresponding "set" command.
8144 * value.c (_initialize_values): Use 'no_set_class' for "show values".
8145 * copying.c (_initialize_copying): Ditto for "show copying" and
8146 "show warranty".
8147 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
8148 "show version".
8149 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
8150 which there is no corresponding "set" command (eg. "show copying").
8151
424447ee
PA
81522011-02-14 Pedro Alves <pedro@codesourcery.com>
8153 Jan Kratochvil <jan.kratochvil@redhat.com>
8154
8155 * exec.c (section_table_available_memory): Change `len' parameter
8156 type to ULONGEST.
8157 * exec.h (section_table_available_memory): Ditto.
8158 * value.h (read_value_memory): Rename the `offset' parameter to
8159 `embedded_offset'.
8160
c0f61f9c 81612011-02-14 Pedro Alves <pedro@codesourcery.com>
e0ccc0c7 8162 Jan Kratochvil <jan.kratochvil@redhat.com>
c0f61f9c
PA
8163
8164 * memrange.c (compare_mem_ranges): Mention sort order in
8165 describing comment.
8166 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
8167 * tracepoint.c (traceframe_available_memory): Extend comment to
8168 mention what happens to RESULT when the target does not support
8169 the query.
8170
6bfc80c7
PA
81712011-02-14 Pedro Alves <pedro@codesourcery.com>
8172 Jan Kratochvil <jan.kratochvil@redhat.com>
8173
8174 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
8175 range.
8176
e7303042
PA
81772011-02-14 Pedro Alves <pedro@codesourcery.com>
8178
8179 * value.c (value_bits_valid, value_bits_synthetic_pointer):
8180 No longer handle NULL values.
8181
8af8e3bc
PA
81822011-02-14 Pedro Alves <pedro@codesourcery.com>
8183
8184 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
8185 * value.c: Include "exceptions.h".
8186 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
8187 generic error.
8188 * cp-abi.c: Include gdb_assert.h.
8189 (baseclass_offset): Add `embedded_offset' and `val' parameters.
8190 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
8191 errors.
8192 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
8193 parameters. No longer returns -1 on error.
8194 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
8195 `val' parameters.
8196 * cp-valprint.c: Include exceptions.h.
8197 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
8198 the baseclass_offset. Handle unavailable base classes. Use
8199 val_print_invalid_address.
8200 * p-valprint.c: Include exceptions.h.
8201 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
8202 when fetching the baseclass_offset. No longer expect
8203 baseclass_offset returning -1. Handle unavailable base classes.
8204 Use val_print_invalid_address.
8205 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
8206 `valaddr' parameter, and change its type to gdb_byte pointer. Add
8207 `embedded_offset' and `val' parameters. Adjust.
8208 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
8209 parameter, and change its type to gdb_byte pointer. Add
8210 `embedded_offset' and `val' parameters. Adjust. No longer expect
8211 baseclass_offset returning -1.
8212 (value_dynamic_cast): Use value_contents_for_printing rather than
8213 value_contents. Adjust.
8214 (search_struct_field): No longer expect baseclass_offset returning
8215 -1.
8216 (search_struct_method): If reading memory from the target is
8217 necessary, wrap it in a new value to pass to baseclass_offset. No
8218 longer expect baseclass_offset returning -1.
8219 (find_method_list): No longer expect baseclass_offset returning
8220 -1. Use value_contents_for_printing rather than value_contents.
8221 * valprint.c (val_print_invalid_address): New function.
8222 * valprint.h (val_print_invalid_address): Declare.
8223 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
8224 and `val' parameters. No longer expect baseclass_offset returning
8225 -1. Adjust.
8226 * gnu-v2-abi.c: Include "exceptions.h".
8227 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
8228 parameters. Handle unavailable memory. Recurse through
8229 gnuv2_baseclass_offset directly, rather than through
8230 baseclass_offset. No longer returns -1 on not found, instead
8231 throw an error.
8232 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
8233 `val' parameters. Adjust.
8234
1b28d0b3
PA
82352011-02-14 Pedro Alves <pedro@codesourcery.com>
8236
8237 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
8238 almost but not quite adjacent.
8239
ec0a52e1
PA
82402011-02-14 Pedro Alves <pedro@codesourcery.com>
8241
8242 * value.h (value_entirely_available): Declare.
8243 * value.c (value_entirely_available): New function.
8244 * c-valprint.c (c_value_print): Don't try fetching the pointer's
8245 real type if the pointer is unavailable.
8246
24e6bcee
PA
82472011-02-14 Pedro Alves <pedro@codesourcery.com>
8248
8249 * valops.c (value_repeat): Use read_value_memory instead of
8250 read_memory.
8251
39d37385
PA
82522011-02-14 Pedro Alves <pedro@codesourcery.com>
8253
8254 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
8255 * value.c (value_contents_copy_raw, value_contents_copy): New
8256 functions.
8257 (value_primitive_field): Use value_contents_copy_raw instead of
8258 memcpy.
8259 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
8260 memcpy.
8261 (value_array, value_slice): Ditto.
8262 * valarith.c (value_subscripted_rvalue): Use
8263 value_contents_copy_raw instead of memcpy.
8264
a3d34bf4
PA
82652011-02-14 Pedro Alves <pedro@codesourcery.com>
8266
8267 <unavailable> references.
8268
8269 * valops.c (get_value_at): Use value_from_contents_and_address,
8270 avoiding read_memory.
8271
9fc6d940
PA
82722011-02-14 Pedro Alves <pedro@codesourcery.com>
8273
8274 * c-valprint.c (c_val_print): Print a string with unavailable
8275 contents as an array.
8276
5467c6c8
PA
82772011-02-14 Pedro Alves <pedro@codesourcery.com>
8278
8279 * value.h (unpack_bits_as_long): Delete declaration.
8280 (unpack_value_bits_as_long): Declare.
8281 (unpack_value_field_as_long): Declare.
8282 (value_field_bitfield): Declare.
8283 * value.c (unpack_bits_as_long): Rename to...
8284 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
8285 value parameters. Return the extracted result in a new output
8286 parameter. If the value contents are unavailable, return false,
8287 otherwise return true.
8288 (unpack_value_bits_as_long): New.
8289 (unpack_field_as_long): Rename to...
8290 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
8291 Add embedded_offset and value parameters. Return the extracted
8292 result in a new output parameter. If the value contents are
8293 unavailable, return false, otherwise return true.
8294 (unpack_value_field_as_long): New.
8295 (unpack_field_as_long_1): New.
8296 (unpack_field_as_long): Reimplement as wrapper around
8297 unpack_value_field_as_long_1.
8298 (value_field_bitfield): New function.
8299 * valops.c (value_fetch_lazy): When fetching a bitfield, use
8300 unpack_value_bits_as_long. Mark the value as unavailable, if it
8301 is unavailable.
8302 * jv-valprint.c (java_print_value_fields): Use
8303 value_field_bitfield.
8304 * p-valprint.c (pascal_object_print_value_fields): Use
8305 value_field_bitfield.
8306 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
8307
3158c6ed
PA
83082011-02-14 Pedro Alves <pedro@codesourcery.com>
8309
8310 * value.c (get_internalvar_integer): Also return the int value of
8311 TYPE_CODE_INT INTERNALVAR_VALUE values.
8312 (set_internalvar): Don't special case TYPE_CODE_INT.
8313
9fbdca0d
PA
83142011-02-14 Pedro Alves <pedro@codesourcery.com>
8315
8316 * value.c (struct internalvar) <enum internalvar_kind>: Remove
8317 INTERNALVAR_POINTER.
8318 <pointer>: Delete.
8319 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
8320 (set_internalvar): Remove special TYPE_CODE_PTR handling.
8321 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
8322
c8c1c22f
PA
83232011-02-14 Pedro Alves <pedro@codesourcery.com>
8324
8325 * value.h (value_available_contents_eq): Declare.
8326 * value.c (find_first_range_overlap): New function.
8327 (value_available_contents_eq): New function.
8328 * valprint.c (val_print_array_elements): Use
8329 value_available_contents_eq.
8330 * ada-valprint.c (val_print_packed_array_elements): Use
8331 value_available_contents_eq.
8332 * jv-valprint.c (java_value_print): Use
8333 value_available_contents_eq.
8334
e6e4e701
PA
83352011-02-14 Pedro Alves <pedro@codesourcery.com>
8336
8337 * target.c (target_read_live_memory): New function.
8338 (memory_xfer_live_readonly_partial): New.
8339 (memory_xfer_partial): If reading from a traceframe, fallback to
8340 reading unavailable read-only memory from read-only regions of
8341 live target memory.
8342 * tracepoint.c (disconnect_tracing): Adjust.
8343 (set_current_traceframe): New, factored out from
8344 set_traceframe_number.
8345 (set_traceframe_number): Reimplement to only change the traceframe
8346 number on the GDB side.
8347 (do_restore_current_traceframe_cleanup): Adjust.
8348 (make_cleanup_restore_traceframe_number): New.
8349 (cur_traceframe_number): New global.
8350 (tfile_open): Set cur_traceframe_number to no traceframe.
8351 (set_tfile_traceframe): New function.
8352 (tfile_trace_find): If looking up a traceframe using any method
8353 other than by number, make sure the current tfile traceframe
8354 matches gdb's current traceframe. Update the current tfile
8355 traceframe if the lookup succeeded.
8356 (tfile_fetch_registers, tfile_xfer_partial)
8357 (tfile_get_trace_state_variable_value): Make sure the remote
8358 traceframe matches gdb's current traceframe.
8359 * remote.c (remote_traceframe_number): New global.
8360 (remote_open_1): Set it to -1.
8361 (set_remote_traceframe): New function.
8362 (remote_fetch_registers, remote_store_registers)
8363 (remote_xfer_memory, remote_xfer_partial)
8364 (remote_get_trace_state_variable_value): Make sure the remote
8365 traceframe matches gdb's current traceframe.
8366 (remote_trace_find): If looking up a traceframe using any method
8367 other than by number, make sure the current remote traceframe
8368 matches gdb's current traceframe. Update the current remote
8369 traceframe if the lookup succeeded.
8370 * infrun.c (fetch_inferior_event): Adjust.
8371 * tracepoint.h (set_current_traceframe): Declare.
8372 (get_traceframe_number, set_traceframe_number): Add describing
8373 comments.
8374
e6ca34fc
PA
83752011-02-14 Pedro Alves <pedro@codesourcery.com>
8376
8377 Mark pieces of values as unavailable if the corresponding memory
8378 is unavailable.
8379
8380 * valops.c: Include tracepoint.h.
8381 (value_fetch_lazy): Use read_value_memory.
8382 (read_value_memory): New.
8383 * value.h (read_value_memory): Declare.
8384 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
8385 * exec.c (section_table_available_memory): New function.
8386 * exec.h (section_table_available_memory): Declare.
8387
2a7498d8
PA
83882011-02-14 Pedro Alves <pedro@codesourcery.com>
8389
8390 * Makefile.in (SFILES): Add memrange.c.
8391 (HFILES_NO_SRCDIR): Add memrange.h.
8392 (COMMON_OBS): Add memrange.o.
8393 * memrange.c: New file.
8394 * memrange.h: New file.
8395 * tracepoint.c: Include memrange.h.
8396 (struct mem_range): Delete.
8397 (mem_range_s): Delete.
8398 (traceframe_available_memory): New function.
8399 * tracepoint.h (traceframe_available_memory): Declare.
8400
b3b9301e
PA
84012011-02-14 Pedro Alves <pedro@codesourcery.com>
8402
8403 * target.h (struct traceframe_info): Forward declare.
8404 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
8405 (struct target_ops) <to_traceframe_info>: New field.
8406 (target_traceframe_info): New.
8407 * target.c (update_current_target): Inherit and default
8408 to_traceframe_info.
8409 * remote.c (PACKET_qXfer_traceframe_info): New.
8410 (remote_protocol_features): Register qXfer:traceframe-info:read.
8411 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
8412 (remote_traceframe_info): New.
8413 (init_remote_ops): Install it.
8414 (_initialize_remote): Install "set/show remote traceframe-info"
8415 commands.
8416 * tracepoint.h (parse_traceframe_info): Declare.
8417 * tracepoint.c (struct mem_range): New.
8418 (mem_range_s): New typedef.
8419 (struct traceframe_info): New.
8420 (traceframe_info): New global.
8421 (free_traceframe_info): New function.
8422 (clear_traceframe_info): New function.
8423 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
8424 info.
8425 (build_traceframe_info): New function.
8426 (tfile_traceframe_info): New function.
8427 (init_tfile_ops): Install tfile_traceframe_info.
8428 (traceframe_info_start_memory, free_result): New functions.
8429 (memory_attributes, traceframe_info_elements): New globals.
8430 (parse_traceframe_info, get_traceframe_info): New functions.
8431 * features/traceframe-info.dtd: New file.
8432 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
8433
4e07d55f
PA
84342011-02-14 Pedro Alves <pedro@codesourcery.com>
8435
8436 Base support for <unavailable> value contents.
8437
4e07d55f
PA
8438 * value.h (value_bytes_available): Declare.
8439 (mark_value_bytes_unavailable): Declare.
8440 * value.c (struct range): New struct.
8441 (range_s): New typedef.
8442 (ranges_overlap): New function.
8443 (range_lessthan): New function.
8444 (ranges_contain_p): New function.
8445 (struct value) <unavailable>: New field.
8446 (value_bytes_available): New function.
8447 (mark_value_bytes_unavailable): New function.
8448 (require_not_optimized_out): Constify parameter.
8449 (require_available): New function.
8450 (value_contents_all, value_contents): Require all bytes be
8451 available.
8452 (value_free): Free `unavailable'.
8453 (value_copy): Copy `unavailable'.
8454 * valprint.h (val_print_unavailable): Declare.
8455 * valprint.c (valprint_check_validity): Rename `offset' parameter
8456 to `embedded_offset'. If printing a scalar, check whether the
8457 value chunk is available.
8458 (val_print_unavailable): New.
8459 (val_print_scalar_formatted): Check whether the value is
8460 available.
8461 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
8462 pretty-printing unavailable values.
8463
bc9a5551
JK
84642011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8465
8466 Fix const/volatile qualifiers of C++ types, PR c++/12328.
8467 * c-typeprint.c (c_type_print_args): Update the function comment. New
8468 variable param_type, initialize it. Remove const/volatile qualifiers
8469 for language_cplus and !show_artificial. Use param_type.
8470
93b55aa1
JK
84712011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8472
8473 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
8474 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
8475 * symtab.h (struct symtab) <next>: Comment extension.
8476
181d9476
YQ
84772011-02-12 Yao Qi <yao@codesourcery.com>
8478
8479 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
8480
b708a5c7
JK
84812011-02-11 Yao Qi <yao@codesourcery.com>
8482
8483 * common/Makefile.in: Add copyright header.
8484
c5187ac6
PA
84852011-02-11 Pedro Alves <pedro@codesourcery.com>
8486
8487 * infrun.c (proceed): Move switching out and in of tfind mode from
8488 here ...
8489 (fetch_inferior_event): ... to here.
8490
4f3e6fb7
YQ
84912011-02-11 Yao Qi <yao@codesourcery.com>
8492
8493 * Makefile.in: Remove signals.o from COMMON_OBS. Link
8494 libcommon.a.
8495 * configure.ac: Add common to sub dir.
8496 * configure: Regenerate.
8497
b708a5c7
JK
84982011-02-11 Yao Qi <yao@codesourcery.com>
8499
8500 Build libcommon.a.
8501
8502 * common/Makefile.in: New.
8503 * common/configure.ac: New.
8504 * common/aclocal.m4: New.
8505 * common/configure: Generate.
8506
2287cc7e
PA
85072011-02-10 Pedro Alves <pedro@codesourcery.com>
8508
8509 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
8510 side of the parenthesis.
8511
8512 Merge from GCC:
8513 2010-07-13 Jakub Jelinek <jakub@redhat.com>
fc013618 8514 * vec.h (VEC_block_remove): Fix comment.
2287cc7e 8515
fd62cb89
MS
85162011-02-08 Michael Snyder <msnyder@vmware.com>
8517
8518 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
8519
56d2815c
JK
85202011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8521
8522 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
8523 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
8524 psubd and paddd.
8525
4f7d61a8
JK
85262011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8527
8528 PR 12361.
8529 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
8530 phsubsw.
8531 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
8532 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
8533
54fcddd0
UW
85342011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
8535
8536 * dwarf2read.c (read_subroutine_type): Set special calling
8537 convention flag for functions compiled by IBM XL C for OpenCL.
8538 * ppc-sysv-tdep.c: Include "dwarf2.h"
8539 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
8540 calling convention.
8541 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
8542 IBM OpenCL vector types calling convention.
8543 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
8544 (ppc_sysv_abi_broken_return_value): Likewise.
8545 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
8546 types calling convention.
8547 (ppc64_sysv_abi_return_value): Likewise.
8548 * spu-tdep.c: Include "dwarf2.h"
8549 (spu_return_value): Implement IBM OpenCL vector types calling
8550 convention.
8551
d6dafb7c
UW
85522011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
8553
8554 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
8555 correct ABI for AltiVec vector arguments.
8556
32b72a42
PA
85572011-02-07 Pedro Alves <pedro@codesourcery.com>
8558
8559 * valprint.c (val_print): Extend comment.
8560 * ada-valprint.c (ada_valprint): Rewrite comment deferring
8561 interface explanation to val_print.
8562 (ada_val_print_array): Adjust comment to current interface.
8563 (print_field_values): Adjust comment to current interface.
8564 * c-valprint.c (c_val_print): Rewrite comment deferring interface
8565 explanation to val_print.
8566 * f-valprint.c (f_val_print): Ditto.
8567 * jv-valprint.c (java_val_print): Ditto.
8568 * m2-valprint.c (m2_val_print): Ditto.
8569 * p-valprint.c (pascal_val_print): Ditto.
8570
9998af43
TJB
85712011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8572
8573 * breakpoint.c (parse_breakpoint_sals): Fix description.
8574
505500db 85752011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9998af43 8576 Oguz Kayral <oguzkayral@gmail.com>
505500db
SW
8577
8578 * python/py-inferior.c (python_on_normal_stop): New function.
8579 (python_on_resume): New function.
8580 (python_inferior_exit): New function.
8581 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
8582 inferior_exit observers.
8583 * python/py-evtregistry.c: New file.
8584 * python/py-threadevent.c : New file.
8585 * python/py-event.c: New file.
8586 * python/py-evts.c: New file.
8587 * python/py-continueevent.c: New file.
8588 * python/py-bpevent.c: New file.
8589 * python/py-signalevent.c: New file.
8590 * python/py-exetiedevent.c: New file.
8591 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
8592 Move struct breakpoint_object from here...
8593 * python/python-internal.h: ... to here.
8594 * python/py-event.h: New file.
8595 * python/py-events.h: New file.
8596 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
8597 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
8598 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
8599 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
8600 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
8601 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
8602 Add build rules for all the above.
8603
9e0ac564
TT
86042011-02-04 Tom Tromey <tromey@redhat.com>
8605
8606 * dwarf2read.c (dwarf2_section_empty_p): New function.
8607 (dwarf2_read_section): Use dwarf2_section_empty_p.
8608 (dwarf2_section_size): New function.
8609 (dwarf2_get_section_info): Unconditionally read section.
8610 (dwarf2_read_index): Use dwarf2_section_empty_p.
8611 (partial_read_comp_unit_head): Use dwarf2_section_size.
8612 (dwarf2_symbol_mark_computed): Likewise.
8613
eee5b35e
DD
86142011-02-04 David Daney <ddaney@caviumnetworks.com>
8615
8616 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
8617
385203ed
DD
86182011-02-04 David Daney <ddaney@caviumnetworks.com>
8619
8620 * mips-linux-tdep.c: Include xml-syscall.h.
8621 (mips_linux_get_syscall_number): New function.
8622 (mips_linux_init_abi): Add calls to
8623 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
8624 * data-directory/Makefile.in (SYSCALLS_FILES): Add
8625 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
8626 * syscalls/mips-n32-linux.xml: New file.
8627 * syscalls/mips-n64-linux.xml: New file.
8628 * syscalls/mips-o32-linux.xml: New file.
8629
9277c30c
UW
86302011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8631
8632 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
8633 Complain about inverted range entries.
8634 (dwarf2_record_block_ranges): Likewise.
8635
a3be7890
TJB
86362011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
8637
8638 Fix some typos.
8639 * breakpoint.c (update_watchpoint): Fix name of the
8640 update_global_location_list function.
8641 (print_one_breakpoint): Fix typo.
8642 (_initialize_breakpoint): Remove extra space in hbreak help
8643 string.
8644 * breakpoint.h (struct bp_location) <length>: Fix field
8645 description.
8646
041274d8
PA
86472011-02-04 Pedro Alves <pedro@codesourcery.com>
8648
8649 * regcache.c (registers_changed_ptid): Don't explictly always
8650 clear `current_regcache'. Only clear current_thread_ptid and
8651 current_thread_arch when PTID matches. Only reinit the frame
8652 cache if PTID matches the current inferior_ptid. Move alloca(0)
8653 call to ...
8654 (registers_changed): ... here.
8655
c1c2ab58
UW
86562011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
8657
8658 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
8659 starts with __stack_chk_guard as stack guard symbol.
8660
9011945e
AB
86612011-02-03 Andrew Burgess <aburgess@broadcom.com>
8662
8663 * disasm.c (compare_lines): Handle the end of sequence markers
8664 within the line table to better support disassembling over
8665 compilation unit boundaries.
8666
e0634ccf
UW
86672011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
8668
8669 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
8670 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
8671 implementation even if no symbols are available.
8672 (thumb_analyze_prologue): Update call to skip_prologue_function.
8673 (arm_analyze_prologue): Likewise.
8674
0e9e9abd
UW
86752011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
8676
8677 * arm-tdep.c: Include "observer.h".
8678 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
8679 (arm_exidx_data_key): New static variable.
8680 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
8681 (struct arm_exidx_data): Likewise.
8682 (arm_exidx_data_free): New function.
8683 (arm_compare_exidx_entries): Likewise.
8684 (arm_obj_section_from_vma): Likewise.
8685 (arm_exidx_new_objfile): Likewise.
8686 (arm_find_exidx_entry): Likewise.
8687 (arm_exidx_fill_cache): Likewise.
8688 (arm_exidx_unwind_sniffer): Likewise.
8689 (arm_exidx_unwind): New global variable.
8690 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
8691 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
8692 observer. Register arm_exidx_data_key as objfile data.
8693
2e9e421f
UW
86942011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
8695
8696 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
8697 due to accessing uninitialized variable. Fix indentation.
8698
580688f3
PA
86992011-02-02 Pedro Alves <pedro@codesourcery.com>
8700
8701 * c-valprint.c (c_value_print): When doing virtual base pointer
8702 adjustment, create a new value with adjusted contents rather than
8703 changing the contents of the value being printed (and getting it
8704 wrong).
8705
3d2c1d41
PA
87062011-02-02 Pedro Alves <pedro@codesourcery.com>
8707
8708 * xml-support.c (xml_find_attribute): New.
8709 (xinclude_start_include): Use it.
8710 * xml-support.h (xml_find_attribute): Declare.
8711 * memory-map.c (memory_map_start_memory)
8712 (memory_map_start_property): Use xml_find_attribute.
8713 * osdata.c (osdata_start_osdata, osdata_start_column): Use
8714 xml_find_attribute.
8715 * remote.c (start_thread): Use xml_find_attribute.
8716 * solib-target.c (library_list_start_segment)
8717 (library_list_start_section, library_list_start_library)
8718 (library_list_start_list): Use xml_find_attribute.
8719 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
8720 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
8721 (tdesc_start_field): Use xml_find_attribute.
8722
0af3e2db
UW
87232011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
8724
8725 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
8726 (BUILD_OCL_VTYPES): Update.
8727
c1039e3c
JB
87282011-02-02 Joel Brobecker <brobecker@adacore.com>
8729
8730 * configure.ac: Work around non-GNU sed limitation when computing
8731 python version number.
8732 * configure: Regenerate.
8733
600ea1be
JK
87342011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8735
8736 Fix debug printing of TYPE_INSTANCE.
8737 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
8738 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
8739
56c12414
JK
87402011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8741
8742 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
8743 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
8744 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
8745 * ada-operator.inc: Rename the file to ...
8746 * ada-operator.def: ... here, wrap all the entries by macro OP.
8747 * expprint.c (op_name_standard): Remove all the entries. Include
8748 "std-operator.def" instead.
8749 * expression.h (enum exp_opcode): Include "std-operator.def" and
8750 "ada-operator.def". Move all the entries ...
8751 * std-operator.def: ... here, wrap all the entries by macro OP.
8752
c52b559d
PP
87532011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
8754
8755 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
8756 * breakpoint.c (remove_jit_event_breakpoints): New function.
8757 * jit.c (jit_descriptor_addr): Delete.
8758 (registering_code): Delete.
8759 (clear_int): Delete.
8760 (jit_inferior_data): New variable.
8761 (struct jit_inferior_data): New type.
8762 (get_jit_inferior_data): New function.
8763 (jit_inferior_data_cleanup): New function.
8764 (jit_read_descriptor): Adjust.
8765 (jit_register_code): Adjust.
8766 (jit_breakpoint_re_set_internal): New function; move code here ...
8767 (jit_inferior_init): ... from here.
8768 (jit_breakpoint_re_set): Adjust.
8769 (jit_reset_inferior_data_and_breakpoints): New function.
8770 (jit_inferior_created_observer): Adjust.
8771 (jit_inferior_exit_hook): Adjust.
8772 (jit_executable_changed_observer): New function.
8773 (jit_event_handler): Adjust.
8774 (_initialize_jit): Adjust.
8775
e839132d
MS
87762011-01-31 Michael Snyder <msnyder@vmware.com>
8777
8778 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
8779 line.
8780
47a80e90
TT
87812011-01-31 Tom Tromey <tromey@redhat.com>
8782
8783 PR python/12216:
8784 * python/python.c (execute_gdb_command): Call
8785 prevent_dont_repeat.
8786 * top.c (suppress_dont_repeat): New global.
8787 (dont_repeat): Use it.
8788 (prevent_dont_repeat): New function.
8789 * command.h (prevent_dont_repeat): Declare.
8790
45a43567
TT
87912011-01-31 Tom Tromey <tromey@redhat.com>
8792
8793 * infcmd.c (finish_backward): Use breakpoint_set_silent.
8794 * python/py-breakpoint.c (bppy_set_silent): Use
8795 breakpoint_set_silent.
8796 (bppy_set_thread): Use breakpoint_set_thread.
8797 (bppy_set_task): Use breakpoint_set_task.
8798 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
8799 (breakpoint_set_task): Declare.
8800 (make_breakpoint_silent): Remove.
8801 * breakpoint.c (breakpoint_set_silent): New function.
8802 (breakpoint_set_thread): Likewise.
8803 (breakpoint_set_task): Likewise.
8804 (make_breakpoint_silent): Remove.
8805
09d682a4
TT
88062011-01-31 Tom Tromey <tromey@redhat.com>
8807
8808 * breakpoint.h (user_breakpoint_p): Declare.
8809 * breakpoint.c (user_breakpoint_p): New function.
8810 (breakpoint_1): Use it.
8811 (save_breakpoints): Likewise.
8812
9c4ea6c5
JB
88132011-01-31 Joel Brobecker <brobecker@adacore.com>
8814
8815 * configure.ac: Add handling of Python distribution on Windows.
8816 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
8817 sysconfig variables are not defined, then do not use them.
8818 On Windows, if LIBPL is not defined, then use prefix + '/libs'
8819 instead. On Windows, return all paths using forward-slashes
8820 rather than backslashes.
8821
ac534cba
JB
88222011-01-31 Joel Brobecker <brobecker@adacore.com>
8823
8824 * configure.ac: Remove fallback behavior for building
8825 against Python. Remove tweaking of Python include path.
8826 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
8827 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
8828 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
8829 Always restore CPPFLAGS and LIBS after linking test.
8830 * configure: Regenerated.
8831 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
8832 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
8833 * python/python-internal.h: Adjust includes of Python .h files.
8834
c2f0d045
JB
88352011-01-31 Joel Brobecker <brobecker@adacore.com>
8836
8837 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
8838 in error message.
8839
6b0c4c1f
JB
88402011-01-31 Joel Brobecker <brobecker@adacore.com>
8841
8842 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
8843 value test.
8844
672c9795
YQ
88452011-01-31 Yao Qi <yao@codesourcery.com>
8846
8847 * arm-linux-nat.c: Update calls to regcache_register_status
8848 instead of regcache_valid_p.
8849 * aix-thread.c: Likewise.
8850 * i386gnu-nat.c: Likewise.
8851
80b23b6a
JK
88522011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8853
8854 Fix crash.
8855 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
8856 touching TYPE_FIELD_ARTIFICIAL.
8857
4cd712bd
RE
88582011-01-28 Richard Earnshaw <rearnsha@arm.com>
8859
8860 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
8861 Committers.
8862
ffd5ec24
PA
88632011-01-28 Pedro Alves <pedro@codesourcery.com>
8864
8865 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
8866 selected, don't try iterating over the traceframe's blocks.
8867 (tfile_has_stack): If there's no traceframe selected, then there's
8868 no stack.
8869 (tfile_has_registers): If there's no traceframe selected, then
8870 there's no registers.
8871
e8c9e0a1
PA
88722011-01-28 Pedro Alves <pedro@codesourcery.com>
8873
8874 * target.c (memory_xfer_partial): No need to restore shadows if we
8875 haven't read anything.
8876
de15c4ab
PA
88772011-01-28 Pedro Alves <pedro@codesourcery.com>
8878
8879 * mips-tdep.c (mips_print_register): Use get_frame_register_value
8880 and val_print_scalar_formatted.
8881
9f41c731
PA
88822011-01-27 Pedro Alves <pedro@codesourcery.com>
8883
8884 * tracepoint.c (tfile_read): New.
8885 (tfile_open): Use it.
8886 (tfile_get_traceframe_address): Use it.
8887 (tfile_trace_find): Use it.
8888 (walk_blocks_callback_func): New typedef.
8889 (match_blocktype): New function.
8890 (traceframe_walk_blocks): New function.
8891 (traceframe_find_block_type): New function.
8892 (tfile_fetch_registers, tfile_xfer_partial)
8893 (tfile_get_trace_state_variable_value): Use
8894 traceframe_find_block_type and tfile_read.
8895
cdefc55d
KB
88962011-01-26 Kevin Buettner <kevinb@redhat.com>
8897
8898 * remote-mips.c: Add internationalization mark ups. Remove
8899 trailing \n from already marked up strings.
8900
a81766d8
TT
89012011-01-26 Tom Tromey <tromey@redhat.com>
8902
8903 * python/py-prettyprint.c (print_string_repr): Clear
8904 'addressprint' option when calling val_print_string.
8905 (print_children): Handle Val_pretty_default. Clear 'addressprint'
8906 option when calling val_print_string.
8907
74aedc46
TT
89082011-01-26 Tom Tromey <tromey@redhat.com>
8909
8910 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
8911 GDB_PY_LL_ARG.
8912 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
8913 macros.
8914 (gdb_py_longest, gdb_py_ulongest): New typedefs.
8915 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
8916 (gdb_py_long_as_ulongest): New defines.
8917 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
8918 (gdb_py_int_as_long): Declare.
8919 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
8920 GDB_PY_LL_ARG, gdb_py_object_from_longest.
8921 (valpy_long): Add comment.
8922 * python/py-utils.c (get_addr_from_python): Use
8923 gdb_py_long_as_ulongest. Handle overflow properly.
8924 (gdb_py_object_from_longest): New function.
8925 (gdb_py_object_from_ulongest): Likewise.
8926 (gdb_py_int_as_long): Likewise.
8927 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
8928 * python/py-symtab.c (salpy_get_pc): Use
8929 gdb_py_long_from_ulongest.
8930 (salpy_get_line): Use PyInt_FromLong.
8931 * python/py-param.c (set_parameter_value): Use
8932 gdb_py_int_as_long.
8933 * python/py-lazy-string.c (stpy_get_address): Use
8934 gdb_py_long_from_ulongest.
8935 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
8936 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
8937 * python/py-breakpoint.c (bppy_set_thread): Use
8938 gdb_py_int_as_long.
8939 (bppy_set_task): Likewise.
8940 (bppy_set_ignore_count): Likewise.
8941 (bppy_set_hit_count): Likewise.
8942 * python/py-block.c (blpy_get_start): Use
8943 gdb_py_object_from_ulongest.
8944 (blpy_get_end): Likewise.
8945 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
8946
e4f6d2ec
TJB
89472011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
8948
8949 PR/symtab 11766:
8950 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
8951 * gdb/solib.c (solib_read_symbols): Check for addr_low in
8952 equality test for objfile, initialize addr_low if needed.
8953
b30aa278
PA
89542011-01-25 Pedro Alves <pedro@codesourcery.com>
8955
8956 * tui/tui-regs.c (tui_register_format): Remove dead code.
8957
ab2188aa
PA
89582011-01-25 Pedro Alves <pedro@codesourcery.com>
8959
8960 * printcmd.c (print_formatted): Use val_print_scalar_formatted
8961 instead of print_scalar_formatted.
8962 (print_scalar_formatted): Don't handle 's' format strings here,
8963 and add an assertion that we never see such format here.
8964 * valprint.h (val_print_scalar_formatted): Declare.
8965 * valprint.c (val_print_scalar_formatted): New.
8966 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
8967 instead of print_scalar_formatted.
8968 * jv-valprint.c (java_val_print): Ditto.
8969 * p-valprint.c (pascal_val_print): Ditto.
8970 * ada-valprint.c (ada_val_print_1): Ditto.
8971 * f-valprint.c (f_val_print): Ditto.
8972 * infcmd.c (registers_info): Ditto.
8973 * m2-valprint.c (m2_val_print): Ditto.
8974
66d61a4c
PA
89752011-01-25 Pedro Alves <pedro@codesourcery.com>
8976
8977 * m2-valprint.c (print_unbounded_array): Pass
8978 value_contents_for_printing rather than value_contents, to
8979 m2_print_array_contents. Also pass in the value.
8980
831adc1f
JK
89812011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8982
8983 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
8984 (save_gdb_index_command): Switch to .gdb_index version 4.
8985
20622269
PA
89862011-01-25 Pedro Alves <pedro@codesourcery.com>
8987
8988 * mi/mi-main.c (get_register): Use get_frame_register_value rather
8989 than frame_register, and always pass a valid value to val_print.
8990
585fdaa1
PA
89912011-01-25 Pedro Alves <pedro@codesourcery.com>
8992
8993 Centralize printing "<optimized out>".
8994
8995 * valprint.h (val_print_optimized_out): Declare.
8996 * cp-valprint.c (cp_print_value_fields): Use
8997 val_print_optimized_out.
8998 * jv-valprint.c (java_print_value_fields): Ditto.
8999 * p-valprint.c (pascal_object_print_value_fields): Ditto.
9000 * printcmd.c (print_formatted): Ditto.
9001 * valprint.c (valprint_check_validity): Ditto.
9002 (value_check_printable): Ditto.
9003 (val_print_optimized_out): New.
9004
29ec5263
PA
90052011-01-25 Pedro Alves <pedro@codesourcery.com>
9006
9007 * infcmd.c (default_print_registers_info): Allocate values so to
9008 never pass a NULL value to val_print.
9009
de4127a3
PA
90102011-01-25 Pedro Alves <pedro@codesourcery.com>
9011
9012 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
9013 boolean. Make sure to always pass a value that matches the
9014 contents buffer to callees. Preserve `address' for following
9015 iterations.
9016 * value.c (value_contents_for_printing_const): New.
9017 (value_address): Constify value argument.
9018 * value.h (value_contents_for_printing_const): Declare.
9019 (value_address): Constify value argument.
9020
ee99023e
PA
90212011-01-25 Pedro Alves <pedro@codesourcery.com>
9022
9023 * regcache.c (struct regcache_descr): Rename
9024 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
9025 and sizeof_cooked_register_valid_p to
9026 sizeof_cooked_register_status.
9027 (init_regcache_descr): Adjust.
9028 (struct regcache): Rename register_valid_p field to
9029 register_status.
9030 (regcache_xmalloc_1, regcache_xfree, regcache_save)
9031 (do_cooked_read): Adjust.
9032 (regcache_valid_p): Rename to ...
9033 (regcache_register_status): ... this. Adjust.
9034 (regcache_invalidate): Adjust.
9035 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
9036 Adjust.
9037 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
9038 as unavailable, not valid.
9039 (regcache_dump): Adjust.
9040 * regcache.h (enum register_status): New.
9041 (regcache_register_status): Declare.
9042 (regcache_invalidate): Delete declaration.
9043 * corelow.c (get_core_registers): Adjust.
9044 * tracepoint.c (tfile_fetch_registers): Adjust.
9045 * trad-frame.c (REG_VALUE): Rename to ...
9046 (TF_REG_VALUE): ... this.
9047 (REG_UNKNOWN): Rename to ...
9048 (TF_REG_UNKNOWN): ... this.
9049 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
9050 * mi/mi-main.c (register_changed_p): Adjust.
9051
99e42fd8
PA
90522011-01-25 Pedro Alves <pedro@codesourcery.com>
9053
9054 * regcache.c (struct regcache_descr): Remove outdated comment.
9055 (init_regcache_descr): Remove sizeof_raw_register_valid_p
9056 overallocate hack.
9057 (regcache_xmalloc): Rename to ...
9058 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
9059 Allocate the regcache type accordingly.
9060 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
9061 (regcache_xfree): Asser the source is also readonly. Copy sizeof
9062 cooked registers, not raw.
9063 (regcache_dup_no_passthrough): Delete.
9064 (get_thread_arch_regcache): Use regcache_xmalloc_1.
9065 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
9066 mention obsolete write_register_bytes.
9067 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
9068
f7605bc2
PA
90692011-01-25 Pedro Alves <pedro@codesourcery.com>
9070
9071 Stop remote_read_bytes from handling partial reads itself.
9072
9073 * remote-fileio.c: Include target.h.
9074 (remote_fileio_write_bytes): Delete.
9075 (remote_fileio_func_open, remote_fileio_func_write)
9076 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
9077 target_read_memory.
9078 (remote_fileio_func_stat): Use target_read_memory and
9079 target_write_memory.
9080 (remote_fileio_func_gettimeofday): Use target_write_memory.
9081 (remote_fileio_func_system): Use target_read_memory.
9082 * remote.c (remote_write_bytes): Make it static.
9083 (remote_read_bytes): Don't handle partial reads here.
9084 * remote.h (remote_read_bytes): Delete declaration.
9085
efc0eabd
PA
90862011-01-25 Pedro Alves <pedro@codesourcery.com>
9087
9088 Simplify XML parsing a bit.
9089
9090 * xml-support.h (gdb_xml_parse_quick): Declare.
9091 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
9092 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
9093 parameter.
9094 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
9095 gdb_xml_create_parser_and_cleanup_1.
9096 (gdb_xml_parse_quick): New.
9097 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
9098 * osdata.c (osdata_parse): Ditto.
9099 * remote.c (remote_threads_info): Ditto.
9100 * solib-target.c (solib_target_parse_libraries): Ditto.
9101 * xml-syscall.c (syscall_parse_xml): Ditto.
9102 * xml-tdesc.c (tdesc_parse_xml): Ditto.
9103
314d366a
KB
91042011-01-24 Kevin Buettner <kevinb@redhat.com>
9105
9106 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
9107 with remote-mips.o added to gdb_target_obs.
9108 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
9109
a491d753
PA
91102011-01-24 Pedro Alves <pedro@codesourcery.com>
9111
9112 * ada-valprint.c (val_print_packed_array_elements): Pass the
9113 correct struct value to val_print.
9114 (ada_val_print_1): Ditto.
9115
490f124f
PA
91162011-01-24 Pedro Alves <pedro@codesourcery.com>
9117
9118 Don't lose embedded_offset in printing routines throughout.
9119
9120 * valprint.h (val_print_array_elements): Change prototype.
9121 * valprint.c (val_print_array_elements): Add `embedded_offset'
9122 parameter, and adjust to pass it down to val_print, while passing
9123 `valaddr' or `address' unmodified. Take embedded_offset into
9124 account when checking repetitions.
9125 * c-valprint.c (c_val_print): Pass embedded_offset to
9126 val_print_array_elements instead of adjusting `valaddr' and
9127 `address'.
9128 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
9129 embedded_offset to val_print_array_elements instead of adjusting
9130 `valaddr'.
9131 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
9132 * p-valprint.c (pascal_val_print): Pass embedded_offset to
9133 val_print_array_elements and pascal_object_print_value_fields
9134 instead of adjusting `valaddr'.
9135 (pascal_object_print_value_fields): Add `offset' parameter, and
9136 adjust to use it.
9137 (pascal_object_print_value): Add `offset' parameter, and adjust to
9138 use it.
9139 (pascal_object_print_static_field): Use
9140 value_contents_for_printing/value_embedded_offset, rather than
9141 value_contents.
9142 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
9143 parameter, and adjust to use it. Use
9144 value_contents_for_printing/value_embedded_offset, rather than
9145 value_contents.
9146 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
9147 (ada_val_print_array): Add `offset' parameter, and adjust to use
9148 it.
9149 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
9150 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
9151 Instead work with offsets. Use
9152 value_contents_for_printing/value_embedded_offset, rather than
9153 value_contents. Change `defer_val_int' local type to CORE_ADDR,
9154 and use value_from_pointer to extract a target pointer, rather
9155 than value_from_longest.
9156 (print_variant_part): Add `offset' parameter. Replace
9157 `outer_valaddr' parameter by a new `outer_offset' parameter.
9158 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
9159 (ada_value_print): Use
9160 value_contents_for_printing/value_embedded_offset, rather than
9161 value_contents.
9162 (print_record): Add `offset' parameter, and adjust to pass it
9163 down.
9164 (print_field_values): Add `offset' parameter. Replace
9165 `outer_valaddr' parameter by a new `outer_offset' parameter.
9166 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
9167 Use value_contents_for_printing/value_embedded_offset, rather than
9168 value_contents.
9169 * d-valprint.c (dynamic_array_type): Use
9170 value_contents_for_printing/value_embedded_offset, rather than
9171 value_contents.
9172 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
9173 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
9174 (java_print_value_fields): Take `offset' into account. Don't
9175 re-adjust `valaddr'. Instead pass down adjusted offsets.
9176 (java_val_print): Take `embedded_offset' into account. Pass it to
9177 java_print_value_fields.
9178 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
9179 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
9180 down adjusted offsets.
9181 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
9182 (f_val_print): Take `embedded_offset' into account.
9183
7bfc9434
JB
91842011-01-21 Joel Brobecker <brobecker@adacore.com>
9185
9186 * inflow.c: Include "gdbcmd.h".
9187 (interactive_mode): New static global, moved here from top.c.
9188 (show_interactive_mode): New function, moved here from top.c.
9189 use gdb_has_a_terminal instead of input_from_terminal_p to
9190 determine the current mode.
9191 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
9192 setting.
9193 (_initialize_inflow): Add the "set/show interactive-mode"
9194 commands. Moved here from top.c, after having adjusted slightly
9195 the help text.
9196 * top.c (interactive_mode, show_interactive_mode): Delete, moved
9197 to inflow.c.
9198 (input_from_terminal_p): Remove handling of "interactive-mode"
9199 setting, moved to infow.c.
9200 (init_main): Remove creation of the "set/show interactive-mode"
9201 commands, moved to inflow.c.
9202
44603653
JB
92032011-01-19 Joel Brobecker <brobecker@adacore.com>
9204
9205 * NEWS: Add entry for native ia64-hpux support.
9206
4694da01
TT
92072011-01-19 Tom Tromey <tromey@redhat.com>
9208
9209 PR mi/8618:
9210 * thread.c (free_thread): Free 'name'.
9211 (print_thread_info): Emit thread name. Change CLI output.
9212 (thread_name_command): New function.
9213 (do_captured_thread_select): Emit newline.
9214 (_initialize_thread): Register 'thread name' command.
9215 * target.h (struct target_ops) <to_thread_name>: New field.
9216 (target_thread_name): New macro.
9217 * target.c (update_current_target): Handle to_thread_name.
9218 * python/py-infthread.c (thpy_get_name): New function.
9219 (thpy_set_name): Likewise.
9220 (thread_object_getset): Add "name".
9221 * linux-nat.c (linux_nat_thread_name): New function.
9222 (linux_nat_add_target): Set to_thread_name.
9223 * gdbthread.h (struct thread_info) <name>: New field.
9224
10d44370
JB
92252011-01-18 Joel Brobecker <brobecker@adacore.com>
9226
9227 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
9228 (ada_val_print_1): Likewise.
9229
e3acb115
JB
92302011-01-18 Joel Brobecker <brobecker@adacore.com>
9231
9232 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
9233 upper limit address is not greater than the function end address
9234 when the upper limit could not be computed using the debugging
9235 info.
9236
dc92e161
TT
92372011-01-17 Tom Tromey <tromey@redhat.com>
9238
9239 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
9240 get_regcomp_error.
9241 * utils.c: Include gdb_regex.h.
9242 (do_regfree_cleanup): New function.
9243 (make_regfree_cleanup): Likewise.
9244 (get_regcomp_error): Likewise.
9245 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
9246
f55af66d
TT
92472011-01-17 Tom Tromey <tromey@redhat.com>
9248
9249 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
9250 re_compile_fastmap.
9251
a5a44b53
PM
92522011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
9253
9254 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
9255 for internal variables.
9256 (last_was_structop): New static variable.
9257 (COMPLETE): New token.
9258 (field_exp): New rule to group all '.' suffix handling.
9259 Add mark_struct_expression calls when approriate to be able
9260 to correctly find fields for completion.
9261 (yylex): Adapt to handle field completion and set INTVAR when
9262 required.
9263
2c291032
YQ
92642011-01-14 Yao Qi <yao@codesourcery.com>
9265
9266 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
9267 save_reggroup, restore_reggroup and all_reggroup.
9268
447b483c
JB
92692011-01-14 Joel Brobecker <brobecker@adacore.com>
9270
9271 * ada-valprint. (ada_printchar): Use the correct type length
9272 in call to ada_emit_char.
9273 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
9274
7b64a93b
PM
92752011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
9276
9277 * solib-som.h (hpux_major_release): Declare variable here.
9278 * solib-som.c: Remove <sys/utsname.h> header.
9279 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
9280 (hpux_major_release): Make global, change default value to
9281 DEFAULT_HPUX_MAJOR_RELEASE.
f2eb0bc8 9282 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
7b64a93b
PM
9283 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
9284 Add "solib-som.h" header.
9285 (set_hpux_major_release): New function.
9286 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
9287
4e18c053
MF
92882011-01-14 Mike Frysinger <vapier@gentoo.org>
9289
9290 * configure.tgt (*-*-uclinux*): Match more Linux os targets
9291
a9df6b22
JB
92922011-01-14 Joel Brobecker <brobecker@adacore.com>
9293
9294 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
9295 new-line at end of warning message.
9296 (ia64_hpux_store_register): Remove trailing new-line at end of
9297 error message.
9298 * ia64-hpux-tdep.c: Rephrase comment.
9299 * solib-ia64-hpux.c (struct dld_info): Change type of field
9300 dld_flags from "long long" to ULONGEST.
9301
ecb956dd
PA
93022011-01-14 Pedro Alves <pedro@codesourcery.com>
9303
9304 * target.h (deprecated_child_ops): Delete declaration.
9305 * target.c (deprecated_child_ops): Delete definition.
9306
76adfcae
PA
93072011-01-14 Pedro Alves <pedro@codesourcery.com>
9308
9309 * Makefile.in (hpux-thread.o): Delete rule.
9310 * configure.ac: Don't check for HPUX DCE threads support.
9311 * configure, config.in: Regenerate.
9312 * hppa-hpux-nat.c (child_suppress_run): Delete.
9313 (hppa_hpux_child_can_run): Delete.
9314 (_initialize_hppa_hpux_nat): Don't override to_can_run.
9315 * hpux-thread.c: Delete.
9316
042e866e
JB
93172011-01-13 Joel Brobecker <brobecker@adacore.com>
9318
9319 * hpux-thread.c (hpux_pid_to_str): Delete.
9320
4ffa5a33
JB
93212011-01-13 Joel Brobecker <brobecker@adacore.com>
9322
9323 * ada-valprint.c (ada_emit_char): Remove strange code.
9324 Check that c is <= UCHAR_MAX before passing it to isascii.
9325 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
9326
de8fa76c
JB
93272011-01-13 Joel Brobecker <brobecker@adacore.com>
9328
9329 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
9330 to the case where instream is stdin.
9331
c4de7027
JB
93322011-01-13 Joel Brobecker <brobecker@adacore.com>
9333
9334 * ia64-tdep.h (struct regcache): Forward declare.
9335 (struct ia64_infcall_ops): New struct type.
9336 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
9337 and "infcall_ops".
9338 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
9339 Renames ia64_find_global_pointer.
9340 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
9341 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
9342 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
9343 methods.
9344 (ia64_infcall_ops): New static global constant.
9345 (ia64_gdbarch_init): Set tdep->infcall_ops.
9346 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
9347 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
9348 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
9349 (ia64_hpux_dummy_code): New static global constant.
9350 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
9351 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
9352 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
9353 New function.
9354 (ia64_hpux_infcall_ops): New static global constant.
9355 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
9356 for inferior function calls to work properly on ia64-hpux.
9357
77ca787b
JB
93582011-01-13 Joel Brobecker <brobecker@adacore.com>
9359
9360 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
9361 * ia64-tdep.h (struct frame_info): forward declaration.
9362 (struct gdbarch_tdep): Add field size_of_register_frame.
9363 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
9364 to determine the size of the register frame.
9365 (ia64_size_of_register_frame): New function.
9366 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
9367 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
9368 (IA64_HPUX_UREG_REASON): New macro.
9369 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
9370 New functions.
9371 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
9372 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
9373 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
9374 objects.
9375
92c9a463
JB
93762011-01-13 Joel Brobecker <brobecker@adacore.com>
9377
9378 Add support for ia64-hpux.
9379 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
9380 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
9381
9382 * configure.host: Add handling for ia64-hpux hosts. Add associated
9383 floatformats.
9384 * configure.tgt: Add handling for ia64-hpux targets.
9385 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
9386 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
9387 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
9388
f688d93f
JB
93892011-01-13 Joel Brobecker <brobecker@adacore.com>
9390
9391 [ttrace] Compute thread list immediately after attach.
9392 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
9393 New subprogram.
9394 (inf_ttrace_attach): Use it.
9395
1b89e62f
JB
93962011-01-13 Joel Brobecker <brobecker@adacore.com>
9397
9398 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
9399 if we could not determine the frame's function address. Instead,
9400 use the frame's PC, and then continue.
9401
3e5e6e2a
JB
94022011-01-13 Joel Brobecker <brobecker@adacore.com>
9403
9404 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
9405 not already defined.
9406
825d6d8a
JB
94072011-01-13 Joel Brobecker <brobecker@adacore.com>
9408
9409 * ia64-tdep.c (ia64_struct_type_p): New function.
9410 (ia64_extract_return_value): Handle integral values that are
9411 less than 8 bytes long.
9412 (ia64_push_dummy_call): Likewise.
9413
7458e667
JB
94142011-01-13 Joel Brobecker <brobecker@adacore.com>
9415
9416 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
9417 floatformat_ia64_ext.
9418 (floatformat_ia64_ext_big): New static const.
9419 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
9420
1b05df00
TT
94212011-01-12 Tom Tromey <tromey@redhat.com>
9422
9423 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
9424 messages.
9425 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
9426 (mi_cmd_thread_list_ids): Likewise.
9427 (mi_cmd_data_list_changed_registers): Likewise.
9428 (mi_cmd_data_list_register_values): Likewise.
9429 (mi_cmd_data_write_register_values): Likewise.
9430 (mi_cmd_data_evaluate_expression): Likewise.
9431 (mi_cmd_data_read_memory): Likewise.
9432 (mi_cmd_data_read_memory_bytes): Likewise.
9433 (mi_cmd_data_write_memory): Likewise.
9434 (mi_cmd_enable_timings): Likewise.
9435 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
9436 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
9437 (mi_cmd_var_delete): Likewise.
9438 (mi_cmd_var_set_format): Likewise.
9439 (mi_cmd_var_show_format): Likewise.
9440 (mi_cmd_var_info_num_children): Likewise.
9441 (mi_cmd_var_list_children): Likewise.
9442 (mi_cmd_var_info_type): Likewise.
9443 (mi_cmd_var_info_expression): Likewise.
9444 (mi_cmd_var_show_attributes): Likewise.
9445 (mi_cmd_var_assign): Likewise.
9446 (mi_cmd_var_update): Likewise.
9447 (mi_cmd_enable_pretty_printing): Likewise.
9448 (mi_cmd_var_set_update_range): Likewise.
9449 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
9450 messages.
9451 (mi_cmd_target_file_put): Likewise.
9452 (mi_cmd_target_file_delete): Likewise.
9453 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
9454 messages.
9455 (mi_cmd_stack_info_depth): Likewise.
9456 (mi_cmd_stack_list_locals): Likewise.
9457 (mi_cmd_stack_list_args): Likewise.
9458 (mi_cmd_stack_select_frame): Likewise.
9459 (mi_cmd_stack_select_frame): Likewise.
9460 (mi_cmd_stack_info_frame): Likewise.
9461 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
9462 messages.
9463 (mi_cmd_file_list_exec_source_files): Likewise.
9464 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
9465 (mi_cmd_env_cd): Likewise.
9466 (mi_cmd_env_path): Likewise.
9467 (mi_cmd_env_dir): Likewise.
9468 (mi_cmd_inferior_tty_show): Likewise.
9469 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
9470 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
9471 (mi_cmd_break_watch): Likewise.
9472
ad422571
TJB
94732011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
9474
9475 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
9476 (ppc_linux_insert_hw_breakpoint): Likewise.
9477 (ppc_linux_remove_hw_breakpoint): Likewise.
9478 (ppc_linux_insert_watchpoint): Likewise.
9479
c2ff108b
JK
94802011-01-12 Andrew Burgess <aburgess@broadcom.com>
9481 Jan Kratochvil <jan.kratochvil@redhat.com>
9482
9483 PR fortran/11104 and DWARF unbound arrays detection.
9484 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
9485 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
9486 unspecified upper bound.
9487 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
9488 variables array_size_array, tmp_type and offset_item. New variable
9489 array. Remove call to f77_get_upperbound. New variables array_type
9490 and index. Call value_subscripted_rvalue for each dimenasion. Remove
9491 the final call to deprecated_set_value_type.
9492
41e8491f
JK
94932011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9494
9495 Make value allocations more lazy.
9496 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
9497 instead of allocate_value and set_value_lazy when possible.
f2eb0bc8 9498 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
41e8491f
JK
9499 instead of allocate_value and set_value_lazy.
9500 * findvar.c (value_of_register_lazy): Likewise.
9501 (read_var_value): Remove V preallocation, call just check_typedef in
f2eb0bc8 9502 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
41e8491f
JK
9503 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
9504 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
9505 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
9506 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
9507 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
9508 the end, remove set_value_lazy there.
9509 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
9510 instead of allocate_value and set_value_lazy when possible.
9511 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
9512 * value.c (allocate_computed_value): Use allocate_value_lazy instead
9513 of allocate_value and set_value_lazy.
9514 (value_from_contents_and_address): Use allocate_value_lazy instead of
9515 allocate_value and set_value_lazy when possible.
9516
b716877b
AB
95172011-01-12 Andrew Burgess <aburgess@broadcom.com>
9518
9519 * disasm.c (dump_insns): Support dumping opcodes for MI.
9520 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
9521 dumping of instruction opcodes.
9522
d5ae309f
JB
95232011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
9524
9525 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
9526 appropiately.
9527
98871305
TT
95282011-01-11 Tom Tromey <tromey@redhat.com>
9529
9530 * thread.c (do_captured_thread_select): Emit newline before
9531 printing frame.
9532
c378eb4e
MS
95332011-01-11 Michael Snyder <msnyder@vmware.com>
9534
9535 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
9536 * score-tdep.c: Ditto.
9537 * score-tdep.h: Ditto.
9538 * ser-base.c: Ditto.
9539 * ser-go32.c: Ditto.
9540 * serial.c: Ditto.
9541 * serial.h: Ditto.
9542 * ser-mingw.c: Ditto.
9543 * ser-pipe.c: Ditto.
9544 * ser-tcp.c: Ditto.
9545 * ser-unix.c: Ditto.
9546 * sh64-tdep.c: Ditto.
9547 * shnbsd-nat.c: Ditto.
9548 * sh-tdep.c: Ditto.
9549 * sh-tdep.h: Ditto.
9550 * solib.c: Ditto.
9551 * solib-darwin.c: Ditto.
9552 * solib-frv.c: Ditto.
9553 * solib.h: Ditto.
9554 * solib-irix.c: Ditto.
9555 * solib-osf.c: Ditto.
9556 * solib-pa64.c: Ditto.
9557 * solib-som.c: Ditto.
9558 * solib-spu.c: Ditto.
9559 * solib-sunos.c: Ditto.
9560 * solib-svr4.c: Ditto.
9561 * solist.h: Ditto.
9562 * sol-thread.c: Ditto.
9563 * somread.c: Ditto.
9564 * source.c: Ditto.
9565 * source.h: Ditto.
9566 * sparc64-linux-tdep.c: Ditto.
9567 * sparc64-tdep.c: Ditto.
9568 * sparc-linux-nat.c: Ditto.
9569 * sparc-linux-tdep.c: Ditto.
9570 * sparc-sol2-nat.c: Ditto.
9571 * sparc-sol2-tdep.c: Ditto.
9572 * sparc-tdep.c: Ditto.
9573 * sparc-tdep.h: Ditto.
9574 * spu-tdep.c: Ditto.
9575 * stabsread.c: Ditto.
9576 * stabsread.h: Ditto.
9577 * stack.c: Ditto.
9578 * symfile.c: Ditto.
9579 * symfile.h: Ditto.
9580 * symmisc.c: Ditto.
9581 * symtab.c: Ditto.
9582 * symtab.h: Ditto.
9583 * target.c: Ditto.
9584 * target-descriptions.c: Ditto.
9585 * target-descriptions.h: Ditto.
9586 * target.h: Ditto.
9587 * target-memory.c: Ditto.
9588 * terminal.h: Ditto.
9589 * thread.c: Ditto.
9590 * top.c: Ditto.
9591 * tracepoint.c: Ditto.
9592 * tracepoint.h: Ditto.
9593 * trad-frame.h: Ditto.
9594 * typeprint.c: Ditto.
9595
581e13c1
MS
95962011-01-11 Michael Snyder <msnyder@vmware.com>
9597
9598 * ui-file.c: Comment cleanup, mostly periods and spaces.
9599 * ui-file.h: Ditto.
9600 * ui-out.c: Ditto.
9601 * ui-out.h: Ditto.
9602 * utils.c: Ditto.
9603 * v850-tdep.c: Ditto.
9604 * valarith.c: Ditto.
9605 * valops.c: Ditto.
9606 * valprint.c: Ditto.
9607 * valprint.h: Ditto.
9608 * value.c: Ditto.
9609 * value.h: Ditto.
9610 * varobj.c: Ditto.
9611 * varobj.h: Ditto.
9612 * vax-tdep.c: Ditto.
9613 * vec.c: Ditto.
9614 * vec.h: Ditto.
9615 * version.h: Ditto.
9616 * windows-nat.c: Ditto.
9617 * windows-tdep.c: Ditto.
9618 * xcoffread.c: Ditto.
9619 * xcoffsolib.c: Ditto.
9620 * xml-support.c: Ditto.
9621 * xstormy16-tdep.c: Ditto.
9622 * xtensa-tdep.c: Ditto.
9623 * xtensa-tdep.h: Ditto.
9624
90e4670f
TJB
96252011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9626
9627 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
9628 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
9629
e09342b5
TJB
96302011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
9631 Thiago Jung Bauermann <bauerman@br.ibm.com>
9632
9633 Implement support for PowerPC BookE ranged watchpoints.
f2eb0bc8 9634 * breakpoint.h
e09342b5
TJB
9635 (struct breakpoint_ops) <resources_needed>: New method.
9636 Initialize to NULL in all existing breakpoint_ops instances.
9637 (struct breakpoint) <exact>: New field.
9638 (target_exact_watchpoints): Declare external global.
9639 * breakpoint.c (target_exact_watchpoints): New global flag.
9640 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
9641 b->enable_state to bp_enabled before calling
9642 hw_watchpoint_used_count.
9643 (hw_watchpoint_used_count): Iterate over all bp_locations in a
9644 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
9645 if available.
9646 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
9647 if the watchpoint is exact.
9648 (resources_needed_watchpoint): New function.
9649 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
9650 (watch_command_1): Set b->exact if the user asked for an exact
9651 watchpoint and one can be set.
9652 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
9653 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
9654 the user asks for an exact watchpoint and one can be set. Return
9655 number of needed debug registers to watch the expression.
9656 * gdbtypes.c (is_scalar_type): New function, based on
9657 valprint.c:scalar_type_p.
9658 (is_scalar_type_recursive): New function.
9659 * gdbtypes.h (is_scalar_type_recursive): Declare.
9660 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
9661 handle regions when ranged watchpoints are available.
9662 (create_watchpoint_request): New function.
9663 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
9664 create_watchpoint_request.
9665 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
9666 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
9667 `set powerpc' and `show powerpc' commands.
9668 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
9669 Mention documentation comment in the target macro.
9670 (target_region_ok_for_hw_watchpoint): Document return value.
9671
9fa40276
TJB
96722011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9673
9674 * breakpoint.c (update_watchpoint): Decide on using a software or
9675 hardware watchpoint after the bp_locations are created.
9676
77b06cd7
TJB
96772010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9678
9679 Convert hardware watchpoints to use breakpoint_ops.
9680 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
9681 <insert_location>: ... this. Return int instead of void.
9682 Accept pointer to struct bp_location instead of pointer to
9683 struct breakpoint. Adapt all implementations.
f2eb0bc8 9684 (breakpoint_ops) <remove>: Rename to...
77b06cd7
TJB
9685 <remove_location>: ... this. Accept pointer to struct bp_location
9686 instead of pointer to struct breakpoint. Adapt all implementations.
9687 * breakpoint.c (insert_catchpoint): Delete function.
9688 (insert_bp_location): Call the watchpoint or catchpoint's
9689 breakpoint_ops.insert method.
9690 (remove_breakpoint_1): Call the watchpoint or catchpoint's
9691 breakpoint_ops.remove method.
9692 (insert_watchpoint, remove_watchpoint): New functions.
9693 (watchpoint_breakpoint_ops): New structure.
9694 (watch_command_1): Initialize the OPS field.
9695 * inf-child.c (inf_child_insert_fork_catchpoint)
9696 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
9697 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
9698 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
9699 Delete functions.
9700 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
9701 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
9702 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
9703 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
9704 * target.c (update_current_target): Change default implementation of
9705 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
9706 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
9707 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
9708 to_set_syscall_catchpoint to return_one.
9709 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
9710 (debug_to_insert_exec_catchpoint): Report return value.
9711 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
9712 (to_insert_exec_catchpoint): Change declaration to return int instead
9713 of void.
9714
9b20d036
MS
97152011-01-11 Michael Snyder <msnyder@vmware.com>
9716
9717 * arm-tdep.c: Internationalization.
9718 * c-lang.c: Ditto.
9719 * charset.c: Ditto.
9720 * fork-child.c: Ditto.
9721 * nto-procfs.c: Ditto.
9722 * ppc-sysv-tdep.c: Ditto.
9723 * procfs.c: Ditto.
9724 * remote-mips.c: Ditto.
9725 * remote.c: Ditto.
9726 * rs6000-nat.c: Ditto.
9727 * rs6000-tdep.c: Ditto.
9728 * target.c: Ditto.
9729 * valops.c: Ditto.
9730 * value.c: Ditto.
9731 * xml-support.c: Ditto.
9732 * mi/mi-cmd-break.c: Ditto.
9733 * mi/mi-cmd-var.c: Ditto.
9734 * mi/mi-interp.c: Ditto.
9735 * mi/mi-main.c: Ditto.
9736
dae477fe
AB
97372011-01-11 Andrew Burgess <aburgess@broadcom.com>
9738
9739 * remote-sim.c (gdbsim_store_register): Update API to
9740 sim_store_register to check more error conditions.
9741
0df8b418
MS
97422011-01-10 Michael Snyder <msnyder@vmware.com>
9743
9744 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
9745 * nto-tdep.c: Ditto.
9746 * nto-tdep.h: Ditto.
9747 * objc-exp.y: Ditto.
9748 * objc-lang.c: Ditto.
9749 * objfiles.c: Ditto.
9750 * objfiles.h: Ditto.
9751 * observer.c: Ditto.
9752 * opencl-lang.c: Ditto.
9753 * osabi.c: Ditto.
9754 * parse.c: Ditto.
9755 * parser-defs.h: Ditto.
9756 * p-exp.y: Ditto.
9757 * p-lang.c: Ditto.
9758 * posix-hdep.c: Ditto.
9759 * ppcbug-rom.c: Ditto.
9760 * ppc-linux-nat.c: Ditto.
9761 * ppc-linux-tdep.c: Ditto.
9762 * ppc-linux-tdep.h: Ditto.
9763 * ppcnbsd-tdep.c: Ditto.
9764 * ppcobsd-tdep.c: Ditto.
9765 * ppcobsd-tdep.h: Ditto.
9766 * ppc-sysv-tdep.c: Ditto.
9767 * ppc-tdep.h: Ditto.
9768 * printcmd.c: Ditto.
9769 * proc-abi.c: Ditto.
9770 * proc-flags.c: Ditto.
9771 * procfs.c: Ditto.
9772 * proc-utils.h: Ditto.
9773 * progspace.h: Ditto.
9774 * prologue-value.c: Ditto.
9775 * prologue-value.h: Ditto.
9776 * psympriv.h: Ditto.
9777 * psymtab.c: Ditto.
9778 * p-typeprint.c: Ditto.
9779 * p-valprint.c: Ditto.
9780 * ravenscar-sparc-thread.c: Ditto.
9781 * ravenscar-thread.c: Ditto.
9782 * ravenscar-thread.h: Ditto.
9783 * record.c: Ditto.
9784 * regcache.c: Ditto.
9785 * regcache.h: Ditto.
9786 * remote.c: Ditto.
9787 * remote-fileio.c: Ditto.
9788 * remote-fileio.h: Ditto.
9789 * remote.h: Ditto.
9790 * remote-m32r-sdi.c: Ditto.
9791 * remote-mips.c: Ditto.
9792 * remote-sim.c: Ditto.
9793 * rs6000-aix-tdep.c: Ditto.
9794 * rs6000-nat.c: Ditto.
9795 * rs6000-tdep.c: Ditto.
9796
0d7a18f7
MS
97972011-01-10 Michael Snyder <msnyder@vmware.com>
9798
9799 * charset.c (validate): Internationalization.
9800 * coffread.c (read_one_sym): Ditto.
9801 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
9802 * h8300-tdep.c (H8300_extract_return_value): Ditto.
9803 * inflow.c (new_tty): Ditto.
9804 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
9805 * m32c-tdep.c (m32c_return_value): Ditto.
9806 * mep-tdep.c (mep_store_return_value): Ditto.
9807 * score-tdep.c (score7_fetch_insn): Ditto.
9808 * ser-mingw.c (pipe_windows_open): Ditto.
9809 * sh64-tdep.c (sh64_extract_return_value): Ditto.
9810 * spu-tdep.c (spu_register_type): Ditto.
9811 * tracepoint.c (trace_find_command): Ditto.
9812 * valarith.c (value_pos): Ditto.
9813
9a153e0b
JB
98142011-01-10 Joel Brobecker <brobecker@adacore.com>
9815
9816 * ada-valprint.c (printstr): Minor comment reformatting.
9817
35ecd2d6
MS
98182011-01-08 Michael Snyder <msnyder@vmware.com>
9819
9820 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
9821 markup.
9822
1777feb0
MS
98232011-01-08 Michael Snyder <msnyder@vmware.com>
9824
9825 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
9826 * hppa-hpux-tdep.c: Ditto.
9827 * hppa-linux-nat.c: Ditto.
9828 * hppa-linux-tdep.c: Ditto.
9829 * hppanbsd-tdep.c: Ditto.
9830 * hppa-tdep.c: Ditto.
9831 * hppa-tdep.h: Ditto.
9832 * hpux-thread.c: Ditto.
9833 * i386-cygwin-tdep.c: Ditto.
9834 * i386-darwin-nat.c: Ditto.
9835 * i386gnu-nat.c: Ditto.
9836 * i386-linux-nat.c: Ditto.
9837 * i386-linux-tdep.c: Ditto.
9838 * i386-nat.c: Ditto.
9839 * i386-nat.h: Ditto.
9840 * i386nbsd-tdep.c: Ditto.
9841 * i386-sol2-nat.c: Ditto.
9842 * i386-stub.c: Ditto.
9843 * i386-tdep.c: Ditto.
9844 * i386-tdep.h: Ditto.
9845 * i387-tdep.c: Ditto.
9846 * ia64-linux-nat.c: Ditto.
9847 * ia64-linux-tdep.c: Ditto.
9848 * ia64-tdep.c: Ditto.
9849 * infcall.c: Ditto.
9850 * infcall.h: Ditto.
9851 * infcmd.c: Ditto.
9852 * inferior.c: Ditto.
9853 * inferior.h: Ditto.
9854 * infloop.c: Ditto.
9855 * inflow.c: Ditto.
9856 * infrun.c: Ditto.
9857 * interps.c: Ditto.
9858 * interps.h: Ditto.
9859 * iq2000-tdep.c: Ditto.
9860 * irix5-nat.c: Ditto.
9861 * jit.c: Ditto.
9862 * jit.h: Ditto.
9863 * jv-exp.y: Ditto.
9864 * jv-lang.c: Ditto.
9865 * jv-lang.h: Ditto.
9866 * jv-typeprint.c: Ditto.
9867 * jv-valprint.c: Ditto.
9868 * language.c: Ditto.
9869 * language.h: Ditto.
9870 * linespec.c: Ditto.
9871 * linux-fork.c: Ditto.
9872 * linux-nat.c: Ditto.
9873 * linux-thread-db.c: Ditto.
9874 * lm32-tdep.c: Ditto.
9875
025bb325
MS
98762011-01-08 Michael Snyder <msnyder@vmware.com>
9877
9878 * m2-exp.y: Comment cleanup, mostly periods and spaces.
9879 * m2-lang.c: Ditto.
9880 * m2-typeprint.c: Ditto.
9881 * m2-valprint.c: Ditto.
9882 * m32c-tdep.c: Ditto.
9883 * m32r-linux-nat.c: Ditto.
9884 * m32r-rom.c: Ditto.
9885 * m32r-tdep.c: Ditto.
9886 * m32r-tdep.h: Ditto.
9887 * m68hc11-tdep.c: Ditto.
9888 * m58klinux-nat.c: Ditto.
9889 * m68k-tdep.c: Ditto.
9890 * m88k-tdep.c: Ditto.
9891 * m88k-tdep.h: Ditto.
9892 * machoread.c: Ditto.
9893 * macrocmd.c: Ditto.
9894 * macroexp.c: Ditto.
9895 * macrotab.c: Ditto.
9896 * main.c: Ditto.
9897 * maint.c: Ditto.
9898 * mdebugread.c: Ditto.
9899 * mdebugread.h: Ditto.
9900 * memattr.c: Ditto.
9901 * memattr.h: Ditto.
9902 * memory-map.h: Ditto.
9903 * mep-tdep.c: Ditto.
9904 * microblaze-rom.c: Ditto.
9905 * microblaze-tdep.c: Ditto.
9906 * minsyms.c: Ditto.
9907 * mips-irix-tdep.c: Ditto.
9908 * mips-linux-nat.c: Ditto.
9909 * mips-linux-tdep.c: Ditto.
9910 * mips-linux-tdep.h: Ditto.
9911 * mipsnbsd-nat.c: Ditto.
9912 * mipsnbsd-tdep.c: Ditto.
9913 * mipsread.c: Ditto.
9914 * mips-tdep.c: Ditto.
9915 * mips-tdep.h: Ditto.
9916 * mn10300-linux-tdep.c: Ditto.
9917 * mn10300-tdep.c: Ditto.
9918 * mn10300-tdep.h: Ditto.
9919 * monitor.c: Ditto.
9920 * monitor.h: Ditto.
9921 * moxie-tdep.c: Ditto.
9922 * moxie-tdep.h: Ditto.
9923 * mt-tdep.c: Ditto.
9924
1642781b
MF
99252011-01-08 Mike Frysinger <vapier@gentoo.org>
9926
9927 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
9928
394b0adb
JB
99292011-01-08 Robert Millan <rmh@gnu.org>
9930
9931 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
9932
b670013c
MS
99332011-01-07 Michael Snyder <msnyder@vmware.com>
9934
9935 * charset.c (_initialize_charset): Fix typo in string.
9936
a743e542
MS
99372011-01-07 Michael Snyder <msnyder@vmware.com>
9938
9939 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
9940 for i18n.
f2eb0bc8 9941 * tui/tui-layout.c (tui_set_layout_for_display_command):
a743e542
MS
9942 Split line so that operator goes to beginning of line.
9943 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
9944 assignment out of if statement.
9945
0963b4bd
MS
99462011-01-07 Michael Snyder <msnyder@vmware.com>
9947
9948 * ada-lang.c: Comment cleanup, mostly periods and spaces.
9949 * ada-lang.h: Ditto.
9950 * ada-tasks.c: Ditto.
9951 * ada-valprint.c: Ditto.
9952 * aix-threads.c: Ditto.
9953 * alpha-linux-nat.c: Ditto.
9954 * alpha-linux-tdep.c: Ditto.
9955 * alpha-mdebug-tdep.c: Ditto.
9956 * alpha-nat.c: Ditto.
9957 * alpha-osf1-tdep.c: Ditto.
9958 * alpha-tdep.c: Ditto.
9959 * alphabsd-nat.c: Ditto.
9960 * alphabsd-tdep.c: Ditto.
9961 * amd64-darwin-tdep.c: Ditto.
9962 * amd64-linux-nat.c: Ditto.
9963 * amd64-linux-tdep.c: Ditto.
9964 * amd64-sol2-tdep.c: Ditto.
9965 * amd64-tdep.c: Ditto.
9966 * amd64-fbsd-tdep.c: Ditto.
9967 * amd64-nbsd-tdep.c: Ditto.
9968 * amd64-obsd-tdep.c: Ditto.
9969 * amd64-linux-nat.c: Ditto.
9970 * amd64-linux-tdep.c: Ditto.
9971 * arm-tdep.c: Ditto.
9972 * arm-tdep.h: Ditto.
9973 * armnbsd-nat.c: Ditto.
9974 * avr-tdep.c: Ditto.
9975 * bfin-tdep.c: Ditto.
9976 * bsd-kvm.c: Ditto.
9977 * c-typeprintc: Ditto.
9978 * c-valprint.c: Ditto.
9979 * coff-pe-read.h: Ditto.
9980 * coffreead.c: Ditto.
9981 * cris-tdep.c: Ditto.
9982 * d-lang.c: Ditto.
9983 * darwin-nat-info.c: Ditto.
9984 * darwin-nat.c: Ditto.
9985 * dbug-rom.c: Ditto.
9986 * dbxread.c: Ditto.
9987 * dcache.c: Ditto.
9988 * dcache.h: Ditto.
9989 * dec-thread.c: Ditto.
9990 * defs.h: Ditto.
9991 * demangle.c: Ditto.
9992 * dicos-tdep.c: Ditto.
9993 * dictionary.c: Ditto.
9994 * dictionary.h: Ditto.
9995 * dink32-rom.c: Ditto.
9996 * disasm.c: Ditto.
9997 * doublest.c: Ditto.
9998 * dsrec.c: Ditto.
9999 * dummy-frame.c: Ditto.
10000 * dwarf2-frame.c: Ditto.
10001 * dwarf2expr.c: Ditto.
10002 * dwarf2loc.c: Ditto.
10003 * dwarf2read.c: Ditto.
10004 * elfread.c: Ditto.
10005 * environ.c: Ditto.
10006 * eval.c: Ditto.
10007 * event-top.h: Ditto.
10008 * exceptions.c: Ditto.
10009 * exceptions.h: Ditto.
10010 * exec.c: Ditto.
10011 * expprint.c: Ditto.
10012 * expression.h: Ditto.
10013 * f-exp.y: Ditto.
10014 * f-lang.c: Ditto.
10015 * f-lang.h: Ditto.
10016 * f-typeprint.c: Ditto.
10017 * f-valprint.c: Ditto.
10018 * fbsd-nat.c: Ditto.
10019 * findvar.c: Ditto.
10020 * fork-child.c: Ditto.
10021 * frame.c: Ditto.
10022 * frame.h: Ditto.
10023 * frv-linux-tdep.c: Ditto.
10024 * frv-tdep.c: Ditto.
10025 * gcore.c: Ditto.
10026 * gdb-stabs.h: Ditto.
10027 * gdb_assert.h: Ditto.
10028 * gdb_string.h: Ditto.
10029 * gdb_thread_db.h: Ditto.
10030 * gdb_wait.h: Ditto.
10031 * gdbarch.sh: Ditto.
10032 * gdbcore.h: Ditto.
10033 * gdbthread.h: Ditto.
10034 * gdbtypes.c: Ditto.
10035 * gdbtypes.h: Ditto.
10036 * gnu-nat.c: Ditto.
10037 * gnu-nat.h: Ditto.
10038 * gnu-v2-abi.c: Ditto.
10039 * gnu-v3-abi.c: Ditto.
10040 * go32-nat.c: Ditto.
10041 * gdbarch.c: Regenerate.
10042 * gdbarch.h: Regenerate.
10043
ac74f770
MS
100442011-01-07 Michael Snyder <msnyder@vmware.com>
10045
10046 * ax-gdb.c: Adjust some long output strings.
10047 * breakpoint.c: Ditto.
10048 * charset.c: Ditto.
10049 * cp-abi.c: Ditto.
10050 * infcall.c: Ditto.
10051 * infrun.c: Ditto.
10052 * linux-nat.c: Ditto.
10053 * solib-pa64.c: Ditto.
10054 * solib-som.c: Ditto.
10055
d8e22779
TT
100562011-01-06 Tom Tromey <tromey@redhat.com>
10057
10058 PR python/12367:
10059 * NEWS: Add item.
10060 * python/python.c (GdbMethods): Add "newest_frame" method.
10061 * python/python-internal.h (gdbpy_newest_frame): Declare.
10062 * python/py-frame.c (gdbpy_newest_frame): New function.
10063
a255712f
PP
100642010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
10065
10066 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
10067 * jit.c (jit_debug): New variable.
10068 (show_jit_debug): New function.
10069 (struct target_buffer): Use ULONGEST.
10070 (bfd_open_from_target_memory): Likewise.
10071 (jit_register_code, jit_inferior_init): Add debug output.
10072 (_initialize_jit): Register "debug jit" command.
10073
ccfc3d6e
TT
100742011-01-06 Tom Tromey <tromey@redhat.com>
10075
10076 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
10077 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
10078 and ARCH_FRAME.
10079
57126e4a
TT
100802011-01-06 Tom Tromey <tromey@redhat.com>
10081
10082 * python/py-frame.c (frapy_block): Use get_frame_block.
10083
16dfc9ce
JB
100842011-01-06 Joel Brobecker <brobecker@adacore.com>
10085
10086 Do not stop on SIGPRIO signals by default
10087 * infrun.c (_initialize_infrun): Unset signal_stop and
10088 signal_print for TARGET_SIGNAL_PRIO.
10089
b1ce2347
JB
100902011-01-06 Joel Brobecker <brobecker@adacore.com>
10091
10092 * ada-tasks.c: Fix style violation in comment.
10093
8f7e195f
JB
100942011-01-06 Joel Brobecker <brobecker@adacore.com>
10095
10096 * linespec.c (decode_compound, find_method): Remove trailing \n
10097 at end of error string.
10098 * solib-irix.c (irix_current_sos): Likewise.
10099 * varobj.c (uninstall_variable): Likewise.
10100
e9bdf92c
JB
101012011-01-06 Joel Brobecker <brobecker@adacore.com>
10102
10103 * copyright.py: New script.
10104 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
10105 Launch emacs without exec'ing. Call copyright.py afterwards.
10106
3e43a32a
MS
101072011-01-05 Michael Snyder <msnyder@vmware.com>
10108
10109 * addrmap.c: Shorten lines of >= 80 columns.
10110 * arch-utils.c: Ditto.
10111 * arch-utils.h: Ditto.
10112 * ax-gdb.c: Ditto.
10113 * ax-general.c: Ditto.
10114 * bcache.c: Ditto.
10115 * blockframe.c: Ditto.
10116 * breakpoint.c: Ditto.
10117 * buildsym.c: Ditto.
10118 * c-lang.c: Ditto.
10119 * c-typeprint.c: Ditto.
10120 * charset.c: Ditto.
10121 * coffread.c: Ditto.
10122 * command.h: Ditto.
10123 * corelow.c: Ditto.
10124 * cp-abi.c: Ditto.
10125 * cp-namespace.c: Ditto.
10126 * cp-support.c: Ditto.
10127 * dbug-rom.c: Ditto.
10128 * dbxread.c: Ditto.
10129 * defs.h: Ditto.
10130 * dfp.c: Ditto.
10131 * dfp.h: Ditto.
10132 * dictionary.c: Ditto.
10133 * disasm.c: Ditto.
10134 * doublest.c: Ditto.
10135 * dwarf2-frame.c: Ditto.
10136 * dwarf2expr.c: Ditto.
10137 * dwarf2loc.c: Ditto.
10138 * dwarf2read.c: Ditto.
10139 * elfread.c: Ditto.
10140 * eval.c: Ditto.
10141 * event-loop.c: Ditto.
10142 * event-loop.h: Ditto.
10143 * exceptions.h: Ditto.
10144 * exec.c: Ditto.
10145 * expprint.c: Ditto.
10146 * expression.h: Ditto.
10147 * f-lang.c: Ditto.
10148 * f-valprint.c: Ditto.
10149 * findcmd.c: Ditto.
10150 * frame-base.c: Ditto.
10151 * frame-unwind.c: Ditto.
10152 * frame-unwind.h: Ditto.
10153 * frame.c: Ditto.
10154 * frame.h: Ditto.
10155 * gcore.c: Ditto.
10156 * gdb-stabs.h: Ditto.
10157 * gdb_assert.h: Ditto.
10158 * gdb_dirent.h: Ditto.
10159 * gdb_obstack.h: Ditto.
10160 * gdbcore.h: Ditto.
10161 * gdbtypes.c: Ditto.
10162 * gdbtypes.h: Ditto.
10163 * inf-ttrace.c: Ditto.
10164 * infcall.c: Ditto.
10165 * infcmd.c: Ditto.
10166 * inflow.c: Ditto.
10167 * infrun.c: Ditto.
10168 * inline-frame.h: Ditto.
10169 * language.c: Ditto.
10170 * language.h: Ditto.
10171 * libunwind-frame.c: Ditto.
10172 * libunwind-frame.h: Ditto.
10173 * linespec.c: Ditto.
10174 * linux-nat.c: Ditto.
10175 * linux-nat.h: Ditto.
10176 * linux-thread-db.c: Ditto.
10177 * machoread.c: Ditto.
10178 * macroexp.c: Ditto.
10179 * macrotab.c: Ditto.
10180 * main.c: Ditto.
10181 * maint.c: Ditto.
10182 * mdebugread.c: Ditto.
10183 * memattr.c: Ditto.
10184 * minsyms.c: Ditto.
10185 * monitor.c: Ditto.
10186 * monitor.h: Ditto.
10187 * objfiles.c: Ditto.
10188 * objfiles.h: Ditto.
10189 * osabi.c: Ditto.
10190 * p-typeprint.c: Ditto.
10191 * p-valprint.c: Ditto.
10192 * parse.c: Ditto.
10193 * printcmd.c: Ditto.
10194 * proc-events.c: Ditto.
10195 * procfs.c: Ditto.
10196 * progspace.c: Ditto.
10197 * progspace.h: Ditto.
10198 * psympriv.h: Ditto.
10199 * psymtab.c: Ditto.
10200 * record.c: Ditto.
10201 * regcache.c: Ditto.
10202 * regcache.h: Ditto.
10203 * remote-fileio.c: Ditto.
10204 * remote.c: Ditto.
10205 * ser-mingw.c: Ditto.
10206 * ser-tcp.c: Ditto.
10207 * ser-unix.c: Ditto.
10208 * serial.c: Ditto.
10209 * serial.h: Ditto.
10210 * solib-frv.c: Ditto.
10211 * solib-irix.c: Ditto.
10212 * solib-osf.c: Ditto.
10213 * solib-pa64.c: Ditto.
10214 * solib-som.c: Ditto.
10215 * solib-sunos.c: Ditto.
10216 * solib-svr4.c: Ditto.
10217 * solib-target.c: Ditto.
10218 * solib.c: Ditto.
10219 * somread.c: Ditto.
10220 * source.c: Ditto.
10221 * stabsread.c: Ditto.
10222 * stabsread.c: Ditto.
10223 * stack.c: Ditto.
10224 * stack.h: Ditto.
10225 * symfile-mem.c: Ditto.
10226 * symfile.c: Ditto.
10227 * symfile.h: Ditto.
10228 * symmisc.c: Ditto.
10229 * symtab.c: Ditto.
10230 * symtab.h: Ditto.
10231 * target-descriptions.c: Ditto.
10232 * target-memory.c: Ditto.
10233 * target.c: Ditto.
10234 * target.h: Ditto.
10235 * terminal.h: Ditto.
10236 * thread.c: Ditto.
10237 * top.c: Ditto.
10238 * tracepoint.c: Ditto.
10239 * tracepoint.h: Ditto.
10240 * ui-file.c: Ditto.
10241 * ui-file.h: Ditto.
10242 * ui-out.h: Ditto.
10243 * user-regs.c: Ditto.
10244 * user-regs.h: Ditto.
10245 * utils.c: Ditto.
10246 * valarith.c: Ditto.
10247 * valops.c: Ditto.
10248 * valprint.c: Ditto.
10249 * valprint.h: Ditto.
10250 * value.c: Ditto.
10251 * varobj.c: Ditto.
10252 * varobj.h: Ditto.
10253 * vec.h: Ditto.
10254 * xcoffread.c: Ditto.
10255 * xcoffsolib.c: Ditto.
10256 * xcoffsolib.h: Ditto.
10257 * xml-syscall.c: Ditto.
10258 * xml-tdesc.c: Ditto.
10259
9a2b4c1b
MS
102602011-01-05 Michael Snyder <msnyder@vmware.com>
10261
10262 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
10263 * cli/cli-decode.c: Ditto.
10264 * cli/cli-dump.c: Ditto.
10265 * cli/cli-logging.c: Ditto.
10266 * cli/cli-script.c: Ditto.
10267 * cli/cli-setshow.c: Ditto.
10268 * common/signals.c: Ditto.
10269 * mi/mi-cmd-break.c: Ditto.
10270 * mi/mi-cmd-disas.c: Ditto.
10271 * mi/mi-cmd-stack.c: Ditto.
10272 * mi/mi-cmd-var.c: Ditto.
10273 * mi/mi-cmds.c: Ditto.
10274 * mi/mi-common.h: Ditto.
10275 * mi/mi-console.c: Ditto.
10276 * mi/mi-interp.c: Ditto.
10277 * mi/mi-main.c: Ditto.
10278 * osf-share/cma_attr.c: Ditto.
10279 * osf-share/cma_deb_core.h: Ditto.
10280 * osf-share/cma_debug_client.h: Ditto.
10281 * osf-share/cma_handle.h: Ditto.
10282 * osf-share/cma_mutex.h: Ditto.
10283 * osf-share/cma_stack_int.h: Ditto.
10284 * osf-share/cma_tcb_defs.h: Ditto.
10285 * python/py-auto-load.c: Ditto.
10286 * python/py-breakpoint.c: Ditto.
10287 * python/py-cmd.c: Ditto.
10288 * python/py-frame.c: Ditto.
10289 * python/py-objfile.c: Ditto.
10290 * python/py-param.c: Ditto.
10291 * python/py-progspace.c: Ditto.
10292 * python/py-symbol.c: Ditto.
10293 * python/py-value.c: Ditto.
10294 * python/python-internal.h: Ditto.
10295 * python/python.c: Ditto.
10296 * tui/tui-data.c: Ditto.
10297 * tui/tui-disasm.c: Ditto.
10298 * tui/tui-hooks.c: Ditto.
10299 * tui/tui-io.c: Ditto.
10300 * tui/tui-layout.c: Ditto.
10301 * tui/tui-regs.c: Ditto.
10302 * tui/tui-source.c: Ditto.
10303 * tui/tui-stack.c: Ditto.
10304 * tui/tui-win.c: Ditto.
10305 * tui/tui-windata.c: Ditto.
10306 * tui/tui-winsource.c: Ditto.
10307
44944448
JB
103082011-01-05 Joel Brobecker <brobecker@adacore.com>
10309
10310 * configure.ac, gdb.1: Copyright year update.
10311
ebedcab5
JK
103122011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10313
10314 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
10315 this_pc_in_block, morestack_msym and morestack_name. Check for
10316 "__morestack" minimal symbol there.
10317
e5cc9f32
JB
103182011-01-03 Joel Brobecker <brobecker@adacore.com>
10319
10320 * symfile.c (find_sym_fns): Add call to dont_repeat.
10321
7b6bb8da
JB
103222011-01-01 Joel Brobecker <brobecker@adacore.com>
10323
10324 Copyright year update in most files (performed by copyright.sh).
10325
71ce852c
JB
103262011-01-01 Joel Brobecker <brobecker@adacore.com>
10327
10328 * top.c (print_gdb_version): Update copyright year in version output.
0e2de366 10329
c3c1ebe8 10330For older changes see ChangeLog-2010.
c906108c
SS
10331\f
10332Local Variables:
10333mode: change-log
10334left-margin: 8
10335fill-column: 74
10336version-control: never
57da7796 10337coding: utf-8
c906108c 10338End:
This page took 2.109037 seconds and 4 git commands to generate.