2011-09-22 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
e69860f1
TG
12011-09-22 Tristan Gingold <gingold@adacore.com>
2
3 * fork-child.c (fork_inferior): Add exec_fun parameter.
4 Call exec_fun or execvp.
5 * inferior.h: Adjust prototype.
6 * gnu-nat.c (gnu_create_inferior): Adjust fork_inferior call.
7 * inf-ttrace.c (inf_ttrace_create_inferior): Ditto.
8 * inf-ptrace.c (inf_ptrace_create_inferior): Ditto.
9 * procfs.c (procfs_create_inferior): Ditto.
10 * darwin-nat.c (darwin_execvp): New function.
11 (darwin_create_inferior): Use it.
12
4b51d87b
YQ
132011-09-22 Yao Qi <yao@codesourcery.com>
14
15 * infrun.c (context_switch): Print debug message when switching to
16 a different thread.
17
56b9d9ac
UW
182011-09-21 Ulrich Weigand <uweigand@de.ibm.com>
19
20 * s390-tdep.c (s390_function_arg_pass_by_reference): Handle
21 complex and vector types.
22 (s390_return_value_convention): Likewise.
23
24 (s390_value_from_register): Call check_typedef.
25 (extend_simple_arg): Likewise.
26 (alignment_of): Likewise.
27 (s390_push_dummy_call): Likewise.
28 (s390_return_value): Likewise.
29
b2cd6b29
JM
302011-09-21 Joseph Myers <joseph@codesourcery.com>
31
32 * event-top.c (async_disconnect): If an exception is thrown from
33 quit_cover, call pop_all_targets. Use TRY_CATCH instead of
34 catch_errors.
35 * top.c (quit_cover): Return void and take no arguments.
36 * top.h (quit_cover): Update prototype.
37
67ba4e42
JM
382011-09-20 Joseph Myers <joseph@codesourcery.com>
39
40 * mi/mi-main.c (mi_load_progress): Restore saved_uiout value to
41 current_uiout, not uiout.
42
562f943b
DE
432011-09-19 Doug Evans <dje@google.com>
44
45 * python/py-auto-load.c (source_section_scripts): Fix file
46 descriptor leak.
47 * python/python.c (source_python_script_for_objfile): Tweak comments.
48
34518530
YQ
492011-09-18 Yao Qi <yao@codesourcery.com>
50 Ulrich Weigand <ulrich.weigand@linaro.org>
51
52 Support displaced stepping for Thumb 16-bit insns.
53 * arm-tdep.c (THUMB_NOP) Define.
54 (thumb_copy_unmodified_16bit): New.
55 (thumb_copy_b, thumb_copy_bx_blx_reg): New.
56 (thumb_copy_alu_reg): New.
57 (arm_copy_svc): Move some common code to ...
58 (install_svc): ... here. New.
59 (thumb_copy_svc): New.
60 (install_pc_relative): New.
61 (thumb_copy_pc_relative_16bit): New.
62 (thumb_decode_pc_relative_16bit): New.
63 (thumb_copy_16bit_ldr_literal): New.
64 (thumb_copy_cbnz_cbz): New.
65 (cleanup_pop_pc_16bit_all): New.
66 (thumb_copy_pop_pc_16bit): New.
67 (thumb_process_displaced_16bit_insn): New.
68 (thumb_process_displaced_32bit_insn): New.
69 (thumb_process_displaced_insn): process thumb instruction.
70
71 Support displaced stepping for Thumb 32-bit insns.
72 * arm-tdep.c (thumb_copy_unmodified_32bit): New.
73 (thumb2_copy_preload): New.
74 (thumb2_copy_copro_load_store): New.
75 (thumb2_copy_b_bl_blx): New.
76 (thumb2_copy_alu_imm): New.
77 (thumb2_copy_load_reg_imm): New.
78 (thumb2_copy_load_literal): New
79 (thumb2_copy_block_xfer): New.
80 (thumb_32bit_copy_undef): New.
81 (thumb_32bit_copy_unpred): New.
82 (thumb2_decode_ext_reg_ld_st): New.
83 (thumb2_decode_svc_copro): New.
84 (decode_thumb_32bit_store_single_data_item): New.
85 (thumb_copy_pc_relative_32bit): New.
86 (thumb_decode_pc_relative_32bit): New.
87 (decode_thumb_32bit_ld_mem_hints): New.
88 (thumb2_copy_table_branch): New
89 (thumb_process_displaced_32bit_insn): Process Thumb 32-bit
90 instructions.
91
2b16b2e3
YQ
922011-09-18 Yao Qi <yao@codesourcery.com>
93
94 * arm-tdep.c (install_copro_load_store): PC is set 4-byte aligned.
95 (install_b_bl_blx): Likewise.
96
0f6f04ba
YQ
972011-09-17 Yao Qi <yao@codesourcery.com>
98
99 * arm-tdep.c (install_ldr_str_ldrb_strb): Renamed to ...
100 (install_load_store): ... this. New.
101 Change parameter BYTE to SIZE.
102 (arm_copy_ldr_str_ldrb_strb): Update caller.
103 (arm_decode_ld_st_word_ubyte): Update caller.
104
e2d96639
YQ
1052011-09-17 Yao Qi <yao@codesourcery.com>
106
107 * infrun.c (displaced_step_fixup): Move some code ...
108 (displaced_step_restore): ... here. New function.
109 (handle_inferior_event): Cleanup displaced stepping state for both
110 child and parent when get forked or vforked event.
111 * regcache.c (get_thread_arch_aspace_regcache): New function.
112 get_thread_arch_regcache (): Call it.
113
a8123151
JB
1142011-09-16 Joel Brobecker <brobecker@adacore.com>
115
116 * ada-tasks.c (print_ada_task_info): New function, merging
117 short_task_info and info_tasks together. Reimplement using
118 ui-out instead of printing to stdout directly. Move the code
119 building and checking the task list here, instead of leaving it
120 in info_tasks_command.
121 (info_task): Move the code building and checking the task
122 list here, instead of leaving it in info_tasks_command.
123 (info_tasks_command): Delete code building and checking
124 the task list - moved elsewhere. Update calls to info_tasks
125 and info_task.
126
fbf06824
JB
1272011-09-16 Joel Brobecker <brobecker@adacore.com>
128
129 * ada-tasks.c (info_task): Delete parameter `from_tty'.
130
34a0bc90
JB
1312011-09-16 Joel Brobecker <brobecker@adacore.com>
132
133 * ada-tasks.c (info_tasks): Delete parameter `from_tty'.
134
79779fa9
JB
1352011-09-16 Joel Brobecker <brobecker@adacore.com>
136
137 * ada-lang.h (ada_build_task_list): Remove parameter
138 `warn_if_null'.
139 * ada-tasks.c (ada_build_task_list): Remove parameter
140 `warn_if_null'. Adjust implementation and documentation.
141 (valid_task_id, ada_get_environment_task)
142 iterate_over_live_ada_tasks): Adjust call to ada_build_task_list.
143 (info_tasks_command): Adjust implementation.
144 (task_command): Likewise.
145 * ravenscar-thread.c (ravenscar_find_new_threads): Fix call
146 to ada_build_task_list.
147
e225eb91
JB
1482011-09-16 Joel Brobecker <brobecker@adacore.com>
149
150 * ada-tasks.c (ada_tasks_check_symbol_table, task_list): Delete.
151 (enum ada_known_tasks_kind, struct ada_tasks_inferior_data): New.
152 (ada_tasks_inferior_data_handle): New static global.
153 (get_ada_tasks_inferior_data): New function.
154 (ada_get_task_number, get_task_number_from_id, valid_task_id)
155 (ada_get_environment_task, iterate_over_live_ada_tasks)
156 (add_ada_task, read_known_tasks_array, read_known_tasks_list):
157 Adjust.
158 (ada_set_current_inferior_known_tasks_addr): New function.
159 (read_known_tasks, ada_build_task_list, short_task_info)
160 (info_tasks, info_task, info_tasks_command, task_command_1)
161 (task_command, ada_task_list_changed): Adjust.
162 (ada_tasks_invalidate_inferior_data): New function.
163 (ada_normal_stop_observer, ada_new_objfile_observer): Adjust.
164 (_initialize_tasks): Set ada_tasks_inferior_data_handle.
165 * ada-lang.h (struct inferior): Add declaration.
166 (ada_task_list_changed): Update profile.
167 * remote-wtx-pd.c: #include "inferior.h".
168 (switch_to_pd_internal): Update call to ada_task_list_changed.
169
6da9ca05
JB
1702011-09-16 Joel Brobecker <brobecker@adacore.com>
171
172 * ada-tasks.c: #include "progspace.h" and "objfiles.h".
173 (atcb_type, atcb_common_type, atcb_ll_type, atcb_call_type)
174 (atcb_fieldno): Delete these static globals.
175 (struct ada_tasks_pspace_data): New struct.
176 (ada_tasks_pspace_data_handle): New static global.
177 (get_ada_tasks_pspace_data): New function.
178 (ada_tasks_invalidate_pspace_data): New function.
179 (get_tcb_types_info, ptid_from_atcb_common, read_atcb)
180 (read_known_tasks_list, ada_new_objfile_observer): Adjust.
181 (_initialize_tasks): Create this module's per-progspace
182 data handle.
183
dccd3cbd
JB
1842011-09-16 Joel Brobecker <brobecker@adacore.com>
185
186 * ada-tasks.c (struct atcb_fieldnos): Renames struct tcb_fieldnos.
187
f877b031
TG
1882011-09-16 Tristan Gingold <gingold@adacore.com>
189
190 * fork-child.c (fork_inferior): Update comment. Use alloca
191 instead of xmalloc for argv. Move len and shell_command
192 declarations in the block where they are used.
193 Only call execvp. Factorize failure code.
194
ae0c443d
JK
1952011-09-16 Abhijit Halder <abhijit.k.halder@gmail.com>
196
197 Code cleanup.
198 * parse.c (write_exp_elt): Change argument to pass a pointer of union
199 `exp_element' instead of an element of the same and make the function
200 static.
201 (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block)
202 (write_exp_elt_objfile, write_exp_elt_longcst, write_exp_elt_dblcst)
203 (write_exp_elt_decfloatcst, write_exp_elt_type, write_exp_elt_intern):
204 Change argument of `write_exp_elt' function call.
205 Remove extra spaces from comments.
206 * parser-defs.h (write_exp_elt): Remove prototype.
207
5af65ec0
PK
2082011-09-15 Paul Koning <paul_koning@dell.com>
209
210 * python/py-cmd.c (gdbpy_string_to_argv): Decrement reference
211 count of item appended to list.
212 * python/py-type.c (typy_fields): Likewise.
213
72be8ccc
PK
2142011-09-15 Paul Koning <paul_koning@dell.com>
215
883640a8 216 * MAINTAINERS (Write After Approval): Add myself to the list.
72be8ccc 217
92f6badc
KP
2182011-09-15 Kevin Pouget <kevin.pouget@st.com>
219
220 PR threads/12628
221 * linux-fork.c (checkpoint_command): Disallow checkpointing of
222 processes with multiple threads.
223 (inf_has_multiple_thread_cb): New function.
224 (inf_has_multiple_threads): New function.
225
0672bf41 2262011-09-15 Kevin Pouget <kevin.pouget@st.com>
2aa48337
KP
227
228 PR Python/12692 Add gdb.selected_inferior() to Python interface.
229 * python/py-inferior.c (GdbMethods): New Python method definition.
230
6839b47f
KP
2312011-09-15 Kevin Pouget <kevin.pouget@st.com>
232
233 Handle multiple breakpoint hits in Python interface:
234 * python/py-bpevent.c (create_breakpoint_event_object): Rename C/Python
235 variable to breakpoints.
236 * python/py-stopevent.c (emit_stop_event): Return a Python tuple of
237 bps instead of single breakpoint. Fix some space typos.
238 * python/py-stopevent.c (create_breakpoint_event_object): Rename
239 variable to breakpoints.
240
672f9b60
KP
2412011-09-15 Kevin Pouget <kevin.pouget@st.com>
242
243 * breakpoint.c (describe_other_breakpoints): Do not write 'duplicate'
244 note if the breakpoint is internal.
245
43675ae4
KP
2462011-09-15 Kevin Pouget <kevin.pouget@st.com>
247
0672bf41 248 * MAINTAINERS (Write After Approval): Add myself to the list
43675ae4 249
15148d6a
PA
2502011-09-14 Pedro Alves <pedro@codesourcery.com>
251
252 * infrun.c (prepare_for_detach, wait_for_inferior)
253 (fetch_inferior_event): Don't flush the register cache.
254 * remote.c (struct stop_reply) <regcache>: Add comment.
255
d83e736b
JK
2562011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
257
258 Remove excessive DWARF expressions memory duplication.
259 * dwarf2loc.c (per_cu_dwarf_call): Remove variable back_to and its use
260 for block.data.
261 (indirect_pieced_value): Remove variable result. Remove variable
262 back_to and its use for baton.data.
263 (dwarf2_compile_expr_to_ax): Remove variable back_to and its use for
264 block.data.
265 * dwarf2read.c (dwarf2_fetch_die_location_block): Remove xmemdup.
266 Update the function comment.
267
c65b3e0d
PA
2682011-09-13 Pedro Alves <pedro@codesourcery.com>
269
270 * inferior.h (ALL_INFERIORS): New.
271 * linux-thread-db.c (thread_db_find_new_threads_2): Remove check
272 for a stopped thread.
273 (thread_db_find_new_threads): Look for threads in all inferiors.
274
a1398e0c
PA
2752011-09-13 Pedro Alves <pedro@codesourcery.com>
276
277 * breakpoint.c (update_watchpoint): Handle the case of the
278 watchpoint to update not being in the breakpoint list yet.
279 (hw_watchpoint_use_count): New, factored out from
280 hw_watchpoint_used_count.
281 (hw_watchpoint_used_count): Rename to ...
282 (hw_watchpoint_used_count_others): ... this. Add `except'
283 parameter. Don't count resources of `except'. Use
284 hw_watchpoint_use_count.
285
30596231
PA
2862011-09-13 Pedro Alves <pedro@codesourcery.com>
287
288 * gdbthread.h (enum thread_state): Moved here.
289 (struct thread_info): Rename `executing_' field to `executing' and
290 `state_' to `state'.
291 * thread.c (enum thread_state): Moved to gdbthread.h.
292 (new_thread, add_thread_silent, delete_thread_1)
293 (any_live_thread_of_process, thread_alive, set_running)
294 (set_running, is_thread_state, any_running, is_executing)
295 (set_executing, finish_thread_state, print_thread_info)
296 (do_captured_thread_select): Adjust.
297
bede5f5f
JK
2982011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
299
300 Fix compatibility with gcc < 4.3 and non-gcc compilers.
301 * amd64-tdep.c (amd64_skip_xmm_prologue): Convert 0b constants.
302
4801a9a3
PA
3032011-09-12 Pedro Alves <pedro@codesourcery.com>
304 Matt Rice <ratmice@gmail.com>
305
306 PR gdb/13175
307
308 * interps.c (struct interp) <interpreter_out>: Delete field.
309 (interp_new): Remove the data and uiout parameters and adjust.
310 (interp_set): Only set the current_uiout from the interpreter's
311 uiout after initializing the interpreter. Adjust call to
312 init_proc.
313 (interp_ui_out): Adjust to call procs->ui_out_proc.
314 (interp_data, interp_name): New.
315 * interps.h (interp_init_ftype): Add `self' parameter.
316 (interp_ui_out_ftype): New typedef.
317 (struct interp_procs) <ui_out_proc>: New method pointer.
318 (interp_new): Remove the data and uiout parameters.
319 (interp_data, interp_name): Declare.
320 * tui/tui-interp.c (tui_init): Adjust prototype.
321 (tui_ui_out): New.
322 (_initialize_tui_interp): Install tui_ui_out. Don't instanciate
323 tui_out here. Adjust call to interp_new.
324 * tui/tui-io.c (tui_initialize_io): Don't set current_uiout here.
325 * cli/cli-interp.c (cli_interpreter_init): Adjust prototype.
326 (cli_ui_out): New.
327 (_initialize_cli_interp): Install it. Adjust call to interp_new.
328 * mi/mi-common.h (struct mi_interp) <uiout>: New field.
329 * mi/mi-interp.c (mi_interpreter_init): Adjust prototype.
330 Initialize mi->uiout depending on the mi_version as extracted from
331 the interpreter's name.
332 (mi_ui_out): New.
333 (_initialize_mi_interp): Install mi_ui_out. Adjust calls to
334 interp_new. Don't allocate the ui_out's of the interpreters here.
335
d0afda03 3362011-09-12 Aleksandar Ristovski <aristovski@qnx.com>
59145f8c 337
d0afda03 338 * solib.c (solib_used): New function.
59145f8c
AR
339 (update_solib_list, reload_shared_libraries_1): Check if objfile is used
340 by another so_list object before freeing it.
341
bdaf8d4a
JK
3422011-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
343
344 Code cleanup.
345 * mi/mi-cmd-stack.c (list_args_or_locals): Use enum for the parameter
346 values.
347
df15bd07
JK
3482011-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
349
350 Code cleanup.
351 * amd64-tdep.c (amd64_skip_prologue): Move the XMM code to ...
352 (amd64_skip_xmm_prologue): ... this new function. Describe its
353 parameters. No longer use amd64_prologue_line_bug.
354 * defs.h (producer_is_gcc_ge_4): New declaration.
355 * dwarf2read.c (producer_is_gcc_ge_4): Move to utils.c.
356 (process_full_comp_unit): Update its caller. Remove
357 amd64_prologue_line_bug initialization.
358 * symtab.h (struct symtab): Remove field amd64_prologue_line_bug.
359 * utils.c (producer_is_gcc_ge_4): Moved here from dwarf2read.c.
360
25289eb2
PA
3612011-09-09 Pedro Alves <pedro@codesourcery.com>
362
363 * linux-nat.h (enum resume_kind): New.
364 (struct lwp_info) <last_resume_kind>: New field.
ddf17726
PA
365 * linux-nat.c (linux_child_follow_fork): Set last_resume_kind to
366 resume_stop on the new lwp.
25289eb2
PA
367 (add_lwp): Set last_resume_kind as resume_continue by default.
368 (lin_lwp_attach_lwp): Set last_resume_kind as resume_stop.
369 (resume_lwp): New, factored out from resume_callback. Also check
370 for pending status in lp->waitstatus.
371 (resume_callback): Reimplement.
372 (resume_clear_callback): Set last_resume_kind as resume_stop.
373 (resume_set_callback): Set last_resume_kind as resume_continue.
374 (linux_nat_resume, linux_handle_extended_wait): Set
375 last_resume_kind.
376 (running_callback): Also check lp->waitstatus for pending events.
377 (select_singlestep_lwp_callback): Check that lp->last_resume_kind
378 is resume_step.
379 (stop_and_resume_callback): Don't re-resume if the core wanted the
380 lwp stopped. Use resume_lwp instead of resume_callback. Avoid
381 using an invalidated pointer.
382 (linux_nat_filter_event): Don't discard SIGSTOPs as delayed
383 SIGSTOPs if the core wanted the LWP to stop.
384 (linux_nat_wait_1) Don't consume a pending SIGSTOP if the core
385 wanted the lwp to stop. If the core wanted the lwp to stop, and
386 the lwp stopped with a SIGSTOP, report a TARGET_SIGNAL_0 instead
387 of TARGET_SIGNAL_STOP.
388 (linux_nat_stop_lwp): Don't synchronously wait for the lwp to stop
389 here. Instead, signal the lwp, and set the last_resume_kind to
390 resume_stop.
391
f687d035
PA
3922011-09-09 Pedro Alves <pedro@codesourcery.com>
393
394 * linux-nat.c (lin_lwp_attach_lwp): Return 1 (ignore) instead of
395 -1 (error), if the lwp exits right after attaching.
396
bc587a6b
DE
3972011-09-08 Doug Evans <dje@google.com>
398
63d97a20
DE
399 * py-cmd.c: Some minor formatting fixes.
400 (gdbpy_parse_command_name): Rename text arg to name, make const.
401 All callers updated.
402 * python-internal.h (gdbpy_parse_command_name): Update.
403
bc587a6b
DE
404 * cli/cli-decode.c (add_cmd): Add comment.
405
08711b9a
JK
4062011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
407
408 PR breakpoints/12435
409 * amd64-tdep.c (amd64_skip_prologue): New variables start_pc_sal,
410 next_sal, buf, offset and xmmreg. Advance PC if it sees the PR.
411 * dwarf2read.c (process_full_comp_unit): Initialize
412 amd64_prologue_line_bug.
413 * symtab.h (struct symtab): New field amd64_prologue_line_bug.
414
b2e7f004
JK
4152011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
416
417 Fix TUI screen corruption.
418 * utils.c (fputs_maybe_filtered): Replace !input_from_terminal_p by
419 batch_flag.
420
8afd712c
JK
4212011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
422
423 * findvar.c (read_var_value): Never return NULL, throw an error
424 instead. Update the function comment. State symbol name in the error
425 messages.
426 * python/py-frame.c (frapy_read_var): Remove handling of NULL from
427 read_var_value.
428 * stack.c (print_frame_args): Likewise.
429 * valops.c (value_of_variable): Likewise.
430
b99b5f66
JK
4312011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
432
433 * stack.c (print_frame_args): New variable except. Wrap
434 read_var_value and common_val_print into TRY_CATCH.
435
85bc8cb7
JK
4362011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
437
438 * eval.c (evaluate_subexp_standard) <OP_THIS>: Update the value_of_this
439 caller to value_of_this.
440 * p-exp.y: Update the value_of_this caller to value_of_this_silent.
441 Twice.
442 * valops.c (value_of_this): Remove parameter complain and variable ret.
443 Update function comment. Never return NULL by this code.
444 (value_of_this_silent): New function.
445 * value.h (value_of_this): Remove parameter complain.
446 (value_of_this_silent): New declaration.
447
ede1849f
YQ
4482011-09-07 Yao Qi <yao@codesourcery.com>
449
450 * gdbthread.h (struct thread_info): Remove fields
451 `stepping_through_solib_after_catch' and
452 `stepping_through_solib_catchpoints'.
453 * infrun.c (init_thread_stepping_state): Update.
454 (process_event_stop_test, currently_stepping): Update.
455 (currently_stepping_or_nexting_callback): Update.
456
6aa27652
YQ
4572011-09-07 Yao Qi <yao@codesourcery.com>
458
459 * gdbthread.h (struct thread_info): Comment on field
460 `step_after_step_resume_breakpoint'.
461
00db5b94
PA
4622011-09-07 Abhijit Halder <abhijit.k.halder@gmail.com>
463
464 * remote.c (remote_console_output): Reindent.
465
861152be
LM
4662011-09-06 Luis Machado <lgustavo@codesourcery.com>
467
468 * frame.c (has_stack_frames): Check for currently selected
469 traceframe.
470
ab821bc6
PA
4712011-09-06 Pedro Alves <pedro@codesourcery.com>
472
473 * event-top.h (MAXPROMPTS, struct prompts): Delete.
474 (set_async_annotation_level, set_async_prompt, pop_prompt)
475 (push_prompt, new_async_prompt): Delete declarations.
476 * top.h (get_prompt, set_prompt): Change prototype.
477 (get_prefix, set_prefix, get_suffix, set_suffix): Delete
478 declarations.
479 * top.c (command_loop):
480 (top_prompt): New global.
481 (get_prefix, set_prefix, get_suffix, ): Delete.
482 (get_prompt, set_prompt): Rewrite.
483 (show_new_async_prompt): Rename to ...
484 (show_prompt): ... this.
485 (init_main): Adjust. Don't handle --annotate=2 here.
486 * event-top.c (new_async_prompt): Delete.
487 (the_prompts): Delete.
488 (more_to_come): Make static.
489 (display_gdb_prompt): Use top_level_prompt() to compute the top
490 level prompt, and don't notify the before_prompt observers
491 directly here. Always trick readline into not trying to display
492 the prompt if sync_execution and displaying the primary prompt.
493 If displaying a local/secondary prompt, always show it, even if
494 sync_execution is set.
495 (change_annotation_level): Delete.
496 (top_level_prompt): New, based on change_annotation_level.
497 (push_prompt, pop_prompt): Delete.
498 (async_disable_stdin): No longer pushes prompt.
499 (command_line_handler): No longer pushes or pops prompt. If more
500 input is expected, call display_gdb_prompt with an explicit empty
501 prompt.
502 (async_stop_sig): Adjust.
503 (set_async_annotation_level, set_async_prompt): Delete.
504 * python/python.c (before_prompt_hook): Adjust.
505
f1d90504
PA
5062011-09-05 Pedro Alves <pedro@codesourcery.com>
507
508 PR cli/13110
509
510 * infrun.c (fetch_inferior_event): Check if there's a selected
511 thread before checking if the selected thread is executing.
512
0f641c01
PA
5132011-09-05 Pedro Alves <pedro@codesourcery.com>
514
515 * inf-loop.c (execute_command): Don't check if the current thread
516 if running before synchronously waiting for command completion.
517 * infrun.c (fetch_inferior_event): Handle "set exec-done-display"
518 here.
519 (normal_stop): Call async_enable_stdin here.
520 * inf-loop.c (inferior_event_handler): Don't call
521 async_enable_stdin, nor handle "set exec-done-display" here.
522
30368258 5232011-09-04 Joel Brobecker <brobecker@adacore.com>
524
525 GDB 7.3.1 released.
526
31916278
JB
5272011-09-04 Joel Brobecker <brobecker@adacore.com>
528
529 * NEWS: Change `7.3' into `7.3.1' in `Changes since GDB 7.3'.
530
e8d56f18
JB
5312011-09-04 Joel Brobecker <brobecker@adacore.com>
532
533 * NEWS: Add entry for OpenBSD/NetBSD build failure.
534
5dd05d8c
JK
5352011-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
536
537 * config/s390/s390.mh (NATDEPFILES): Add linux-procfs.o dependency.
538
7d8e6458 5392011-09-02 Matt Rice <ratmice@gmail.com>
540
541 PR gdb/10720
542 * event-top.c (cli_command_loop): Replace readline setup with
543 direct call to display_gdb_prompt.
544 (display_gdb_prompt): Do not call observer mechanism during
545 synchronous execution.
546
84636d28
PA
5472011-09-02 Pedro Alves <pedro@codesourcery.com>
548
549 * linux-nat.c (in_pid_list_p): New.
550 (linux_record_stopped_pid): Delete.
551 (lin_lwp_attach_lwp): Check if PTRACE_ATTACH failed because we're
552 already attached to the LWP. Return an indication if so.
553 (linux_nat_filter_event): Adjust.
554 * linux-thread-db.c (attach_thread): Handle lin_lwp_attach_lwp
555 returning an indication to ignore this thread.
556
b4a14fd0
PA
5572011-09-02 Pedro Alves <pedro@codesourcery.com>
558
559 * top.c: Include interps.h.
560 (execute_command): If the target can async, but the interpreter is
561 in sync mode, synchronously wait for the command to finish before
562 returning.
563 (execute_command_to_string): Force the interpreter to sync mode.
564 * infrun.c: Include interps.h.
565 (fetch_inferior_event): Don't restore the prompt yet if the
566 interpreter is in sync mode.
567 * interps.c (interpreter_async): New global.
568 * interps.h (interpreter_async): Declare.
569 * inf-loop.c: Include interps.h.
570 (inferior_event_handler): Don't print the language change or run
571 breakpoint commands yet if the interpreter in is sync mode.
572 * main.c (captured_command_loop): Flip the interpreter to async
573 mode.
574 * cli/cli-script.c: Include interps.h.
575 (execute_user_command, while_command, if_command): Force the
576 interpreter to sync mode.
577 * python/python.c: Include interps.h.
578 (python_command, execute_gdb_command): Force the interpreter to
579 sync mode.
580
c709acd1
PA
5812011-09-02 Pedro Alves <pedro@codesourcery.com>
582
583 * value.c (show_convenience): Catch errors thrown while printing
584 each internal variable.
585 * infrun.c (validate_siginfo_access): New function.
586 (siginfo_value_read, siginfo_value_write): Call it.
587
9655e943
JK
5882011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
589
590 Revert:
591 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
592 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
593 attribute.
594
cb457ae2
YQ
5952011-08-29 Yao Qi <yao@codesourcery.com>
596
597 * solib-dsbt.c (bfd_lookup_symbol): Removed.
598 (cmp_name): New.
599 (enable_break2): Update caller.
600 * solib-frv.c (bfd_lookup_symbol): Removed.
601 (cmp_name): New.
602 (enable_break2): Update caller.
603 * solib-pa64.c (bfd_lookup_symbol): Removed.
604 (cmp_name): New.
605 * solib-svr4.c (bfd_lookup_symbol): Removed.
606 (cmp_name_and_sec_flags): New.
607 (enable_break): Update caller.
608 * solib.c (gdb_bfd_lookup_symbol_from_symtab): New.
609 (gdb_bfd_lookup_symbol_from_dyn_symtab): New.
610 (gdb_bfd_lookup_symbol): New.
611 * solib.h: Functions declarations.
612
83d1a36a
YQ
6132011-08-29 Yao Qi <yao@codesourcery.com>
614
615 * Makefile.in (ALL_TARGET_OBS): Add tic6x-tdep.o tic6x-linux-tdep.o
616 and solib-dsbt.o.
617
c04b3e8f
JK
6182011-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
619
620 Fix TUI stepi on code without symbols.
621 * tui/tui-stack.c (tui_show_frame_info): Remove error, set LOW for
622 current PC instead.
623
cb0fd152
JK
6242011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
625
626 Code cleanup.
627 * mi/mi-cmd-stack.c (list_args_or_locals): Remove stb initialization
628 and the static keyword.
629 * mi/mi-cmd-target.c (mi_cmd_target_file_get, mi_cmd_target_file_put):
630 Make prefix an array.
631 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
632 * mi/mi-main.c (get_register): Remove stb initialization and the static
633 keyword.
634
91174723
JK
6352011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
636
637 Code cleanup - make mi_opt const.
638 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Make
639 opts const.
640 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
641 * mi/mi-cmd-env.c (mi_cmd_env_path): Likewise.
642 (mi_cmd_env_dir): Likewise.
643 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Likewise.
644 (mi_cmd_target_file_put): Likewise.
645 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
646 * mi/mi-cmd-var.c (mi_cmd_var_evaluate_expression): Likewise.
647 * mi/mi-getopt.c (mi_getopt): Make opts and opt const.
648 (mi_valid_noargs): Make opts const.
649 * mi/mi-getopt.h (mi_getopt): Make opts and opt const.
650 * mi/mi-main.c (mi_cmd_list_thread_groups): Make opts const.
651 (mi_cmd_data_read_memory): Likewise.
652 (mi_cmd_data_read_memory_bytes): Likewise.
653 (mi_cmd_data_write_memory): Likewise.
654
5068b8e8 6552011-08-26 Matt Rice <ratmice@gmail.com>
656
657 * solib-sunos.c (allocate_rt_common_objfile): Add missing arguments to
658 bcache_xmalloc, replace bcache_xmalloc with call to
659 psymbol_bcache_init for psymbol_cache.
660 * symfile.c (reread_symbols): Remove extra calls to bcache_xmalloc.
661
a4f2ce05
JK
6622011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
663
664 * inf-loop.c (inferior_event_handler): Add exception_print in
665 INF_EXEC_COMPLETE.
666
353d1d73
JK
6672011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
668
669 * breakpoint.c (bpstat_do_actions): New variable cleanup_if_error, call
670 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
671 * defs.h (make_bpstat_clear_actions_cleanup): New declaration.
672 * exceptions.c (throw_exception): Remove the bpstat_clear_actions call.
673 * inf-loop.c (inferior_event_handler): New variable cleanup_if_error,
674 call make_bpstat_clear_actions_cleanup and discard_cleanups for it.
675 Call bpstat_clear_actions for failed fetch_inferior_event_wrapper.
676 * infrun.c (fetch_inferior_event): Call
677 make_bpstat_clear_actions_cleanup.
678 * top.c (execute_command): New variable cleanup_if_error, call
679 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
680 * utils.c (do_bpstat_clear_actions_cleanup)
681 (make_bpstat_clear_actions_cleanup): New functions.
682
3ced3da4
PA
6832011-08-26 Pedro Alves <pedro@codesourcery.com>
684
685 * linux-nat.c (linux_child_follow_fork): Don't set lp->resumed on
686 either the parent or the child forks. Rename a couple locals.
687
a9f4bb21
PA
6882011-08-26 Pedro Alves <pedro@codesourcery.com>
689
690 * linux-nat.c (wait_lwp): Avoid assuming errno is preserved by a
691 library call. Avoid reading the `status' local if all waitpid
692 calls failed.
693
e5798bef
PA
6942011-08-26 Pedro Alves <pedro@codesourcery.com>
695
696 * common/linux-osdata.c (get_cores_used_by_process): Don't assume
697 opening /proc/PID/task always succeeds.
698
edb2aadf
AR
6992011-08-26 Aleksandar Ristovski <aristovski@qnx.com>
700
701 * linespec.c (symtab_from_filename): Check for the end of string.
702
0d932b2f
MK
7032011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
704
705 PR mi/11912
706 * varobj.c (cplus_describe_child): Add the keyword
707 'class' to the output of the method when dealing
708 with a cast to a base class.
709
e93ca019
JK
7102011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
711
712 No functionality change.
713 * breakpoint.c (bpstat_clear_actions): Remove the BS parameter, make
714 function comment a reference, new variables tp and bs, move here code
715 from throw_exception.
716 * breakpoint.h (bpstat_clear_actions): Remove the BS parameter,
717 describe it in the comment.
718 * exceptions.c (throw_exception): Remove variable tp, move the code for
719 bpstat_clear_actions to bpstat_clear_actions.
720
13da1c97
LM
7212011-08-24 Luis Machado <lgustavo@codesourcery.com>
722
723 * linux-nat.h (linux_proc_get_tgid): Remove declaration.
724 * linux-nat.c: Include linux-procfs.h.
725 (linux_proc_get_tgid): Move to ...
726 * common/linux-procfs.c: ... here. New file.
727 * common/linux-procfs.h: New file.
728 * linux-thread-db.c: Include linux-procfs.h.
729 * Makefile.in: Update dependencies.
730 * config/alpha/alpha-linux.mh: Add linux-procfs.o dependency.
731 * config/arm/linux.mh: Likewise.
732 * config/i386/linux.mh: Likewise.
733 * config/i386/linux64.mh: Likewise.
734 * config/ia64/linux.mh: Likewise.
735 * config/m32r/linux.mh: Likewise.
736 * config/m68k/linux.mh: Likewise.
737 * config/mips/linux.mh: Likewise.
738 * config/pa/linux.mh: Likewise.
739 * config/pa/linux.mh: Likewise.
740 * config/powerpc/linux.mh: Likewise.
741 * config/powerpc/ppc64-linux.mh: Likewise.
742 * config/powerpc/spu-linux.mh: Likewise.
743 * config/sparc/linux.mh: Likewise.
744 * config/sparc/linux64.mh: Likewise.
745 * config/xtensa/linux.mh: Likewise.
746
4e5c165d
HZ
7472011-08-24 Hui Zhu <teawater@gmail.com>
748
749 * tracepoint.c (cond_string_is_same): New function.
750 (find_matching_tracepoint): Add condition check
751 by cond_string_is_same.
752
6e2f5b22
JK
7532011-08-23 Josh Matthews <josh@joshmatthews.net>
754
755 Fix build error in Darwin port.
756 * darwin-nat-info.c (darwin_debug_regions_recurse): New variable uiout.
757
abf85f46
JK
7582011-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
759
760 Code cleanup.
761 * breakpoint.c (bpstat_clear_actions): Remove clearing of commands_left.
762 (command_line_is_silent): New function.
763 (bpstat_do_actions_1): No longer use commands_left, use
764 command_line_is_silent for commands.
765 (bpstat_alloc): Remove clearing of commands_left.
766 (bpstat_stop_status): Remove initialization of commands_left, use
767 command_line_is_silent.
768 * breakpoint.h (struct bpstats): Remove commands_left.
769
3a93a0c2
KS
7702011-08-18 Keith Seitz <keiths@redhat.com>
771
772 PR c++/12266
773 * cp-name-parser.y (struct demangle_info): Remove unused
774 member PREV.
775 (d_grab): Likewise.
776 (allocate_info): Change return type to struct demangle_info *.
777 Always allocate a new demangle_info.
778 Remove unused PREV pointer.
779 (cp_new_demangle_parse_info): New function.
780 (cp_demangled_name_parse_free): New function.
781 (do_demangled_name_parse_free_cleanup): New function.
782 (make_cleanup_cp_demangled_name_parse_free): New function.
783 (cp_demangled_name_to_comp): Change return type to
784 struct demangle_parse_info *.
785 Allocate a new storage for each call.
786 (main): Update usage for cp_demangled_name_to_comp
787 API change.
788 * cp-support.h (struct demangle_parse_info): New structure.
789 (cp_demangled_name_to_comp): Update API change for
790 return type.
791 (cp_new_demangle_parse_info): Declare.
792 (make_cleanup_cp_demangled_name_parse_free): New declaration.
793 (cp_demangled_name_parse_free): Declare.
794 * cp-support.c (cp_canonicalize_string): Update API
795 change for cp_demangled_name_to_comp.
796 (mangled_name_to_comp): Likewise.
797 Return struct demangle_parse_info, too.
798 (cp_class_name_from_physname): Update mangled_name_to_comp
799 API change.
800 (method_name_from_physname): Likewise.
801 (cp_func_name): Update API change for cp_demangled_name_to_comp.
802 (cp_remove_params): Likewise.
803 * python/py-type.c (typy_legacy_template_argument): Likewise.
804
805 * cp-support.h (cp_canonicalize_string_no_typedefs): Declare.
806 (cp_merge_demangle_parse_infos): Declare.
807 * cp-support.c (ignore_typedefs): New file global.
808 (copy_string_to_obstack): New function.
809 (inspect_type): New function.
810 (replace_typedefs): New function.
811 (replace_typedefs_qualified_name): New function.
812 (cp_canonicalize_string_no_typedefs): New function.
813 * cp-name-parser.y (cp_merge_demangle_parse_infos): New function.
814 (cp_new_demangle__parse_info): Allocate and initialize the obstack.
815 * linespec.c (find_methods): Use cp_canonicalize_string_no_typedefs
816 instead of cp_canonicalize_string.
817 (find_method): Likewise.
818 (decode_compound): Before looking up the name, call
819 cp_canonicalize_string_no_typedefs.
820 (decode_variable): Likewise.
821
fa3a4f15
PM
8222011-08-17 Phil Muldoon <pmuldoon@redhat.com>
823 Tom Tromey <tromey@redhat.com>
824 Matt Rice <ratmice@gmail.com>
825
826 * python/lib/gdb/prompt.py: New file.
827 * python/lib/gdb/command/prompt.py: New file.
828 * NEWS: Document set extended-prompt and gdb.prompt library
829
85661b1e
YQ
8302011-08-16 Yao Qi <yao@codesourcery.com>
831
832 * tic6x-linux-tdep.c: Move const arrays definition from here...
833 * tic6x-tdep.c: to here ...
834
11315641
YQ
8352011-08-14 Yao Qi <yao@codesourcery.com>
836
837 * NEWS: New port to Texas Instruments TMS320C6x.
838
8cd64e00
YQ
8392011-08-14 Andrew Jenner <andrew@codesourcery.com>
840 Bernd Schmidt <bernds@codesourcery.com>
841 Yao Qi <yao@codesourcery.com>
842
843 * configure.tgt: Handle tic6x-*-*linux and tic6x-*-*.
844 * solib-dsbt.c: New file. Support DSBT shared object.
845 * tic6x-linux-tdep.c: New file.
846 * tic6x-tdep.c: New file.
847 * tic6x-tdep.h: New file.
848
78d85199
YQ
8492011-08-14 Andrew Stubbs <ams@codesourcery.com>
850 Yao Qi <yao@codesourcery.com>
851
852 * remote.c (PACKET_qXfer_fdpic): New enum value.
853 (remote_protocol_features): Add qXfer:fdpic:read packet.
854 (remote_xfer_partial): Support TARGET_OBJECT_FDPIC.
855 (_initialize_remote): Add set/show remote read-fdpic-loadmap command.
856 * target.h (enum target_object): Add TARGET_OBJECT_FDPIC.
857
224bbe49
YQ
8582011-08-14 Yao Qi <yao@codesourcery.com>
859
860 Target description for tic6x.
861 * features/Makefile (WHICH): Add tic6x-c64xp tic6x-c64x tic6x-c62x
862 tic6x-c64xp-linux tic6x-c64x-linux and tic6x-c62x-linux.
863 * features/tic6x-c6xp.xml, features/tic6x-core.xml: New.
864 * features/tic6x-gp.xml, features/tic6x-c62x.xml: New.
865 * features/tic6x-c64x.xml, features/tic6x-c64xp.xml: New.
866 * features/tic6x-c62x-linux.xml, features/tic6x-c64x-linux.xml: New.
867 * features/tic6x-c64xp-linux.xml: New.
868 * features/tic6x-c64xp.c, features/tic6x-c64x.c: Generated.
869 * features/tic6x-c62x.c, features/tic6x-c64xp-linux.c: Generated.
870 * features/tic6x-c64x-linux.c, features/tic6x-c62x-linux.c: Generated.
871 * regformats/tic6x-c62x.dat, regformats/tic6x-c64x.dat: Generated.
f040079f
HZ
872 * regformats/tic6x-c64xp.dat,
873 regformats/tic6x-c62x-linux.dat: Generated.
874 * regformats/tic6x-c64x-linux.dat,
875 regformats/tic6x-c64xp-linux.dat: Generated.
224bbe49
YQ
876 * config/djgpp/fnchange.lst: Add features/tic6x-*.xml and
877 features/tic6x-*.c files.
878 Add regformats/tic6x-*.dat files.
879
457e09f0
DE
8802011-08-12 Doug Evans <dje@google.com>
881
882 * NEWS: Mention new "type" attribute of python gdb.Symbol objects.
883 * python/py-symbol.c (sympy_get_type): New function.
884 (symbol_object_getset): Add "type".
885
d20c1c3f
PA
8862011-08-12 Pedro Alves <pedro@codesourcery.com>
887
888 PR tui/13073
889
890 * tui/tui-regs.c (tui_show_register_group): Skip registers with an
891 empty name.
892 (tui_show_register_group): Don't store a byte buffer in the data
893 element's value.
894 (tui_register_format): Skip registers with an empty name.
895 (tui_get_register): Store a struct value in the data element's
896 value field instead of a byte buffer holding the raw register
897 contents. Account for optimized-out and unavailable registers
898 when comparing register contents.
899
9d8fa392
PA
9002011-08-09 Pedro Alves <pedro@codesourcery.com>
901
902 * printcmd.c (current_display_number): Update comment.
903 (disable_current_display_cleanup): Delete.
904 (do_one_display): Use make_cleanup_restore_integer. Gracefully
905 catch errors thrown while evaluating and printing the display.
906
401a70b8
TT
9072011-08-09 Tom Tromey <tromey@redhat.com>
908
909 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
910
7f86f058
PA
9112011-08-09 Pedro Alves <pedro@codesourcery.com>
912
94b71cca 913 * elfread.c (elf_symtab_read): Rework comments.
7f86f058
PA
914 * maint.c (maintenance_command): Ditto.
915 * somread.c (som_symtab_read): Ditto.
916 * solib.c (solib_find, solib_map_sections, update_solib_list)
917 (solib_add, info_sharedlibrary_command, solib_name_from_address)
918 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
94b71cca 919 (sharedlibrary_command, no_shared_libraries): Ditto.
7f86f058
PA
920 * solib-irix.c (locate_base, disable_break, enable_break)
921 (irix_solib_create_inferior_hook, irix_solib_create_inferior_hook)
922 (irix_current_sos, irix_open_symbol_file_object)
923 (irix_special_symbol_handling): Ditto.
924 * solib-sunos.c (locate_base, first_link_map_member)
925 (sunos_current_sos, disable_break, enable_break)
926 (sunos_special_symbol_handling, sunos_solib_create_inferior_hook):
927 Ditto.
928 * solib-svr4.c (bfd_lookup_symbol, elf_locate_base, locate_base)
929 (open_symbol_file_object, svr4_current_sos, enable_break)
930 (svr4_special_symbol_handling, svr4_solib_create_inferior_hook):
931 Ditto.
932 * solib-frv.c (bfd_lookup_symbol, open_symbol_file_object)
933 (frv_current_sos, enable_break, frv_special_symbol_handling)
934 (frv_solib_create_inferior_hook): Ditto.
935 * solist.h (struct target_so_ops): Extend the comments of the
936 special_symbol_handling, current_sos and open_symbol_file_object
937 methods.
938
5e239b84
PM
9392011-08-09 Phil Muldoon <pmuldoon@redhat.com>
940
941 * python/lib/gdb/__init__.py: Auto-load files in command and
942 function directories.
943 * python/python.c (finish_python_initialization): Use
944 os.path.join.
945 * python/lib/gdb/command/pretty_printers.py: Self register
946 command.
947 * NEWS: Document auto-loading.
948
b6cede78
JK
9492011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
950
951 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>
952 (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_LITERAL>: New variable
953 objfile_gdbarch. Fix BFD_ENDIAN_BIG case.
954
29d0bb3d
TT
9552011-08-08 Tom Tromey <tromey@redhat.com>
956
957 * breakpoint.c (clean_up_filters): Remove.
958 (catch_syscall_split_args): Use VEC_cleanup.
959
2f7fb8e4
JK
9602011-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
961
962 * cp-name-parser.y (xfree): Wrap the name free by CONCAT2.
963 (main): Uncomment "Demangling error\n".
964
d6c10e95
PP
9652011-08-05 Paul Pluzhnikov <ppluzhnikov@google.com>
966
967 * solib-target.c (segment_attributes): Make them static.
968 (section_attributes, library_children, library_attributes): Likewise.
969 (library_list_children, library_list_attributes): Likesise.
970 (library_list_elements): Likewise.
971
af6e93b2
PA
9722011-08-05 Pedro Alves <pedro@codesourcery.com>
973
974 * exceptions.c (throw_exception): Don't disable the current
975 display.
976 * printcmd.c (disable_current_display_cleanup): New function.
977 (do_one_display): Install a cleanup to disable the current display
978 if doing the display throws.
979
6a1b1664
EZ
9802011-08-05 Eli Zaretskii <eliz@gnu.org>
981
982 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move the
983 initialization of the tp_new member to the corresponding
984 gdbpy_initialize_* function.
985 * python/py-cmd.c (gdbpy_initialize_commands): Likewise.
986 * python/py-frame.c (gdbpy_initialize_frames): Likewise.
987 * python/py-function.c (gdbpy_initialize_functions): Likewise.
988 * python/py-inferior.c (gdbpy_initialize_inferior): Likewise.
989 * python/py-param.c (gdbpy_initialize_parameters): Likewise.
990
31a0ae49
JK
9912011-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
992
993 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
994 (info_spu_mailbox_list, info_spu_mailbox_command, info_spu_dma_cmdlist)
995 (info_spu_dma_command, info_spu_proxydma_command): Rename uiout
996 references to current_uiout.
997
e0dd0826
PA
9982011-08-04 Pedro Alves <pedro@codesourcery.com>
999
1000 * event-loop.c (gdb_do_one_event): Remove `data' parameter.
1001 (start_event_loop): Use TRY_CATCH instead of catch_errors.
1002 * event-loop.h (gdb_do_one_event): Remove `data' parameter.
1003 * top.c (gdb_readline_wrapper): Adjust.
1004 * tui/tui-interp.c (tui_command_loop):
1005 (_initialize_tui_interp): Don't install it.
1006
79a45e25
PA
10072011-08-04 Pedro Alves <pedro@codesourcery.com>
1008
1009 * ui-out.h (uiout): Rename to ...
1010 (current_uiout): ... this.
1011 * ui-out.c (uiout): Rename to ...
1012 (current_uiout): ... this.
1013 * ada-lang.c (print_it_exception, print_one_exception)
1014 (print_mention_exception): Adjust.
1015 * breakpoint.c (watchpoint_check): Adjust.
1016 (print_breakpoint_location, print_one_breakpoint, breakpoint_1)
1017 (default_collect_info, watchpoints_info, print_one_catch_fork)
1018 (print_one_catch_vfork, print_one_catch_syscall)
1019 (print_one_catch_exec, mention, print_it_ranged_breakpoint)
1020 (print_one_ranged_breakpoint, print_mention_ranged_breakpoint)
1021 (print_it_watchpoint, print_mention_watchpoint)
1022 (print_it_masked_watchpoint, print_mention_masked_watchpoint)
1023 (print_it_exception_catchpoint, print_one_exception_catchpoint)
1024 (print_mention_exception_catchpoint, say_where, bkpt_print_it)
1025 (bkpt_print_mention, momentary_bkpt_print_it)
1026 (tracepoint_print_mention, update_static_tracepoint)
1027 (tracepoints_info, save_breakpoints): Adjust.
1028 * cli-out.c (field_separator): Adjust.
1029 * cp-abi.c (list_cp_abis, show_cp_abi_cmd): Adjust.
1030 * exceptions.c (catch_exceptions_with_msg, catch_errors): Adjust.
1031 * frame.c (get_current_frame): Adjust.
1032 * infcmd.c (run_command_1, print_return_value): Adjust.
1033 * inferior.c (inferior_command, info_inferiors_command): Adjust.
1034 * infrun.c (print_end_stepping_range_reason): Adjust.
1035 (print_signal_exited_reason, print_exited_reason): Adjust.
1036 (print_signal_received_reason, print_no_history_reason): Adjust.
1037 * interps.c (interp_set): Adjust.
1038 * osdata.c (info_osdata_command): Adjust.
1039 * progspace.c (maintenance_info_program_spaces_command): Adjust.
1040 * remote-fileio.c (remote_fileio_request): Adjust.
1041 * remote.c (show_remote_cmd): Adjust.
1042 * solib.c (info_sharedlibrary_command): Adjust.
1043 * source.c (print_source_lines_base): Adjust.
1044 * stack.c (print_stack_frame): Adjust.
1045 (do_gdb_disassembly, print_frame_info, print_frame): Adjust.
1046 * symfile-mem.c (add_vsyscall_page): Adjust.
1047 * symfile.c (load_progress, generic_load)
1048 (print_transfer_performance): Adjust.
1049 * thread.c (info_threads_command, restore_selected_frame)
1050 (thread_command): Adjust.
1051 * top.c (make_cleanup_restore_ui_file): Adjust.
1052 * tracepoint.c (tvariables_info_1, trace_status_mi, tfind_1)
1053 (print_one_static_tracepoint_marker): Adjust.
1054 * cli/cli-cmds.c (print_disassembly): Adjust.
1055 * cli/cli-decode.c (print_doc_line): Adjust.
1056 * cli/cli-interp.c (safe_execute_command): Adjust.
1057 * cli/cli-logging.c (set_logging_redirect, pop_output_files)
1058 (handle_redirections): Adjust.
1059 * cli/cli-script.c (show_user_1): Adjust.
1060 * cli/cli-setshow.c (do_setshow_command, cmd_show_list): Adjust.
1061 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
1062 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Adjust.
1063 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_path)
1064 (mi_cmd_env_dir): Adjust.
1065 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
1066 (print_partial_file_name, mi_cmd_file_list_exec_source_files): Adjust.
1067 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1068 (mi_cmd_stack_info_depth, mi_cmd_stack_list_args)
1069 (list_args_or_locals): Adjust.
1070 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
1071 (mi_cmd_var_delete, mi_cmd_var_set_format, mi_cmd_var_set_frozen)
1072 (mi_cmd_var_show_format, mi_cmd_var_info_num_children)
1073 (mi_cmd_var_list_children, mi_cmd_var_info_type)
1074 (mi_cmd_var_info_path_expression, mi_cmd_var_info_expression)
1075 (mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression)
1076 (mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one): Adjust.
1077 * mi/mi-interp.c (mi_on_normal_stop): Adjust.
1078 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_thread_select)
1079 (mi_cmd_thread_list_ids, mi_cmd_thread_info, print_one_inferior)
1080 (list_available_thread_groups, mi_cmd_list_thread_groups)
1081 (mi_cmd_data_list_register_names)
1082 (mi_cmd_data_list_changed_registers)
1083 (mi_cmd_data_list_register_values, get_register)
1084 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
1085 (mi_cmd_data_read_memory_bytes, mi_cmd_list_features)
1086 (mi_cmd_list_target_features, mi_cmd_add_inferior)
1087 (mi_execute_command, mi_load_progress): Adjust.
1088 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Adjust.
1089 * python/py-auto-load.c (print_script, info_auto_load_scripts):
1090 Adjust.
1091 * python/py-breakpoint.c (bppy_get_commands): Adjust.
1092 * tui/tui-interp.c (tui_command_loop): Adjust.
1093 * tui/tui-io.c (tui_setup_io, tui_initialize_io): Adjust.
1094
f9679975
PA
10952011-08-04 Pedro Alves <pedro@codesourcery.com>
1096
1097 * exceptions.c (struct catcher): Remove saved_uiout field.
1098 (exceptions_state_mc_init): Remove the `func_uiout' parameter, and
1099 no longer save/resvore the global ui_out builder.
1100 (catch_exceptions_with_msg): Save/override/restore the global
1101 ui_out builder manually instead of relying on TRY_CATCH to do it.
1102 (catch_errors): Save/restore the global ui_out builder manually
1103 instead of relying on TRY_CATCH to do it.
1104 * exceptions.h (exceptions_state_mc_init): Remove the `func_uiout'
1105 parameter.
1106 (TRY_CATCH): Adjust.
1107 * cli/cli-interp.c (safe_execute_command): Save/override/restore
1108 the global ui_out builder manually instead of relying on TRY_CATCH
1109 to do it.
1110
934709f0
PW
11112011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1112
1113 * breakpoint.c (update_global_location_list): Ensure
1114 invariant 'first loc marked not duplicated and inserted,
1115 following locs marked duplicated/not inserted' is respected
1116 for multiple locations at the same address.
1117 (unduplicated_should_be_inserted) New function.
1118 (swap_insertion) New function.
1119
2421fe6f
JK
11202011-08-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1121
1122 * stack.c (print_frame_arguments_choices): Comment typo fix.
1123
3fbb6ffa
TJB
11242011-08-01 Thiago Jung Bauermann <bauerman@br.ibm.com>
1125
1126 Revert:
1127 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1128 * breakpoint.c (insert_bp_location): Remove disabled_breaks
1129 argument. Update callers.
1130
fbe12357
PP
11312011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
1132
1133 PR gdb/13045
1134 * doublest.c (convert_doublest_to_floatformat): Pass correct
1135 mantissa length to put_field.
1136
b1d288d3
JK
11372011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1138
1139 * stack.c (do_gdb_disassembly): Use RETURN_MASK_ERROR, simplify the
1140 exception_print code path.
1141 (backtrace_command): Remove variable e. Protect arg by make_cleanup in
1142 advance. Simplify memset. Remove TRY_CATCH. Remove explicit xfree.
1143 (backtrace_full_command): Remove variable e. Remove TRY_CATCH.
1144
311b5970
JK
11452011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1146
1147 Code cleanup.
1148 * stack.c (struct print_stack_frame_args, print_stack_frame_stub):
1149 Remove, merge them into ...
1150 (print_stack_frame): ... here with a TRY_CATCH. New variable e, remove
1151 variable args and its initialization.
1152 (struct print_args_args, print_args_stub): Remove, merge them into
1153 print_frame.
1154 (struct gdb_disassembly_stub_args, gdb_disassembly_stub): Remove, merge
1155 them into ...
1156 (do_gdb_disassembly): ... here. Remove variable args and its
1157 initialization.
1158 (print_frame): Remove variable args and its initialization, new
1159 variable gdbarch and numargs (from print_args_stub), inline here
1160 print_args_stub with a TRY_CATCH.
1161 (struct backtrace_command_args, backtrace_command_stub): Remove, merge
1162 them into ...
1163 (backtrace_command, backtrace_full_command): ... here with a TRY_CATCH.
fbe12357 1164 New variable e, remove variable btargs and its initialization.
311b5970 1165
484a26a8
TG
11662011-08-01 Tristan Gingold <gingold@adacore.com>
1167
1168 * darwin-nat.c (darwin_decode_exception_message): Adjust assertion.
1169
c30eee59
TJB
11702011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1171
1172 * breakpoint.c (insert_bp_location): Document return value.
1173 (insert_breakpoint_locations): Fix documentation.
1174 (remove_breakpoints): Add documentation.
1175
f116073b
TJB
11762011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1177
1178 * breakpoint.c (insert_bp_location): Remove disabled_breaks
1179 argument. Update callers.
1180
65aa373f
JK
11812011-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1182
1183 * stack.c (print_frame_info): Comment typo fix.
1184
a50242fb
SA
11852011-07-29 Sterling Augustine <saugustine@google.com>
1186
1187 * MAINTAINERS (Write After Approval): Add myself to the list.
1188
267f6504
TT
11892011-07-29 Tom Tromey <tromey@redhat.com>
1190
1191 * solib-target.c: Use DEF_VEC_I, not DEF_VEC_O.
1192 (library_list_start_segment): Update.
1193 (library_list_start_section): Update.
1194
00bd41d6
PM
11952011-07-28 Phil Muldoon <pmuldoon@redhat.com>
1196
1197 * varobj.c (value_get_print_value): Move hint check later into the
1198 function. Comment function. Free thevalue before reusing it.
1199
18a46dbe
JK
12002011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1201 Pedro Alves <pedro@codesourcery.com>
1202
1203 * eval.c (evaluate_subexp_standard): Remove not_lval from all calls of
1204 value_one.
1205 * valops.c (value_one): Remove parameter lv. Do not pass it to itself.
1206 Assert the result kind.
1207 * value.h (value_one): Remove parameter lv.
1208
bb7da2bf
JK
12092011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1210
1211 Fix crash on lval_computed values.
1212 * valops.c (value_zero): Use not_lval for lval_computed.
1213
2d5213f8
TT
12142011-07-27 Tom Tromey <tromey@redhat.com>
1215
1216 * Makefile.in (HFILES_NO_SRCDIR): Add 'common' prefix for
1217 gdb_assert.h, gdb_locale.h, gdb_dirent.h.
1218
11081198
JK
12192011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1220
1221 * typeprint.c (_initialize_typeprint): Extend the help of "whatis" and
1222 "ptype" by their typedefs difference.
1223
3c6e0cb3
JK
12242011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1225
1226 * dwarf2expr.c (ctx_no_read_reg): New function.
1227 * dwarf2expr.h (ctx_no_read_reg): New declaration.
1228 * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
1229 (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
1230 (decode_locdesc): Replace by a caller of dwarf_expr_eval.
1231
523f3620
JK
12322011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1233
1234 * dwarf2-frame.c (no_get_frame_base, no_get_frame_cfa, no_get_frame_pc)
1235 (no_get_tls_address, no_dwarf_call, no_base_type): Move to the other
1236 file.
1237 (dwarf2_frame_ctx_funcs): Reference the renamed functions.
1238 * dwarf2expr.c (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
1239 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
1240 (ctx_no_get_base_type): Move the functions here.
1241 * dwarf2expr.h (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
1242 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
1243 (ctx_no_get_base_type): New declarations.
1244
24d3216f
TT
12452011-07-27 Tom Tromey <tromey@redhat.com>
1246
1247 * xcoffread.c (dwarf2_xcoff_names): Add 'macro' and 'sentinel'
1248 entries.
1249 * symfile.h (struct dwarf2_debug_sections) <sentinel>: New field.
1250 * dwarf2read.c (dwarf2_elf_names): Add sentinel entry.
1251
5005c8a9
PP
12522011-07-26 Sterling Augustine <saugustine@google.com>
1253
1254 * cli/cli-dump.c (dump_binary_file): Change parameter type to
1255 ULONGEST.
1256 (dump_bfd_file): Likewise.
1257
480a3f21
PW
12582011-07-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1259
1260 * remote.c (remote_region_ok_for_hw_watchpoint): New function.
1261 (remote_hw_watchpoint_length_limit): New variable.
1262 (_initialize_remote) add set,show cmds for this new variable.
1263 * gdb.texinfo: document these new commands.
1264 * NEWS: Mention these new commands.
1265
efa80663
PA
12662011-07-26 Pedro Alves <pedro@codesourcery.com>
1267
1268 * breakpoint.c (works_in_software_mode_watchpoint): Also return
1269 true for software watchpoints.
1270
dbdaa232 12712011-07-26 Joel Brobecker <brobecker@adacore.com>
1272
1273 GDB 7.3 released.
1274
cf2c3c16
TT
12752011-07-26 Tom Tromey <tromey@redhat.com>
1276
1277 * symfile.h (struct dwarf2_debug_sections) <macro>: New field.
1278 * dwarf2read.c (read_indirect_string_at_offset): New function.
1279 (read_indirect_string): Use it.
1280 (dwarf_decode_macro_bytes): New function, taken from
1281 dwarf_decode_macros. Handle DW_MACRO_GNU_*.
1282 (dwarf_decode_macros): Use it. handle DW_MACRO_GNU_*.
1283 (dwarf_parse_macro_header, skip_form_bytes, skip_unknown_opcode):
1284 New functions.
1285 (struct dwarf2_per_objfile) <macro>: New field.
1286 (dwarf2_elf_names): Add .debug_macro.
1287 (dwarf2_macros_too_long_complaint): Add 'section' argument.
1288 (dwarf2_locate_sections): Handle new section.
1289 (read_file_scope): Handle DW_AT_GNU_macros.
1290 (dwarf2_per_objfile_free): Unmap the .debug_macro section.
1291
1a532630
PP
12922011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1293
1294 * NEWS: Mention dcache configuration.
1295 * dcache.c (dcache_set_list, dcache_show_list): New variables.
1296 (dcache_size, dcache_line_size): New variables.
1297 (LINE_SIZE_MASK, XFORM, MASK): Adjust.
1298 (struct dcache_block): Make it expandable.
1299 (struct dcache_struct): New field.
1300 (dcache_invalidate): Discard freelist upon dcache_line_size changes.
1301 (dcache_hit, dcache_alloc, dcache_peek_byte): Adjust.
1302 (dcache_poke_byte, dcache_print_line): Adjust.
1303 (set_dcache_size, set_dcache_line_size): New functions.
1304 (set_dcache_command, show_dcache_command): New functions.
1305 (_initialize_dcache): Add new commands.
1306
2eff07b3
PP
13072011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1308
1309 * progspace.h (struct program_space): Add solib_add_generation.
1310 * infcmd.c (post_create_inferior): Only call solib_add if not
1311 already done.
1312 * solib.c (solib_add): Increment solib_add_generation.
1313
543305c9
JK
13142011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1315
1316 Fix implicit pointer offsets.
1317 * dwarf2loc.c (indirect_pieced_value): Comment byte_offset. Use also
1318 ptr.OFFSET.
1319
c0a91b2b
TT
13202011-07-25 Tom Tromey <tromey@redhat.com>
1321
1322 * ada-lang.c (ada_exception_breakpoint_ops): Make return type
1323 const.
1324 (ada_exception_sal): Make 'ops' const.
1325 (ada_decode_exception_location): Likewise.
1326 (ada_decode_assert_location): Likewise.
1327 (catch_assert_command): Update.
1328 (catch_ada_exception_command): Update.
1329 (create_ada_exception_catchpoint): Make 'ops' const.
1330 * breakpoint.c (set_raw_breakpoint_without_location)
1331 (set_raw_breakpoint, momentary_breakpoint_from_master): Make 'ops'
1332 const.
1333 (create_internal_breakpoint): Update.
1334 (init_raw_breakpoint_without_location): Make 'ops' const.
1335 (init_raw_breakpoint, init_catchpoint)
1336 (create_fork_vfork_event_catchpoint)
1337 (create_syscall_event_catchpoint, init_breakpoint_sal)
1338 (create_breakpoint_sal, create_breakpoints_sal)
1339 (create_breakpoint, init_ada_exception_breakpoint): Likewise.
1340 * breakpoint.h (struct breakpoint) <ops>: Now const.
1341 (init_ada_exception_breakpoint, create_breakpoint): Make 'ops'
1342 const.
1343
6cb9b55b
PP
13442011-07-25 Paul Pluzhnikov <ppluzhnikov@google.com>
1345
1346 * linux-thread-db.c (thread_from_lwp): Initialize th.th_unique.
1347
d9b3f62e
PA
13482011-07-25 Pedro Alves <pedro@codesourcery.com>
1349
1350 * breakpoint.h (print_recreate_thread): Declare.
1351 (struct breakpoint): Move step_count, pass_count,
1352 number_on_target, static_trace_marker_id,
1353 static_trace_marker_id_idx ...
1354 (struct tracepoint): ... to this new struct.
1355 (get_tracepoint, get_tracepoint_by_number_on_target)
1356 (get_tracepoint_by_number): Change return type to struct
1357 tracepoint pointer.
1358 * breakpoint.c (is_tracepoint_type): New, factored out from
1359 is_tracepoint.
1360 (is_tracepoint): Adjust.
1361 (print_one_breakpoint_location): Cast to struct tracepoint as
1362 necessary, and adjust.
1363 (print_recreate_catch_fork, print_recreate_catch_vfork)
1364 (print_recreate_catch_syscall, print_recreate_catch_exec): Call
1365 print_recreate_thread.
1366 (init_breakpoint_sal): New, factored out from
1367 create_breakpoint_sal.
1368 (create_breakpoint_sal): Reimplement.
1369 (create_breakpoint): Allocate a struct tracecepoint if the caller
1370 wanted a tracepoint. Use init_breakpoint_sal and
1371 install_breakpoint.
1372 (print_recreate_ranged_breakpoint, print_recreate_watchpoint)
1373 (print_recreate_masked_watchpoint)
1374 (print_recreate_exception_catchpoint): Call print_recreate_thread.
1375 (tracepoint_print_one_detail): Adjust.
1376 (tracepoint_print_recreate): Adjust. Call print_recreate_thread.
1377 Dump the pass count here.
1378 (update_static_tracepoint): Adjust.
1379 (addr_string_to_sals): Adjust.
1380 (create_tracepoint_from_upload): Adjust. Change return type to
1381 struct tracepoint pointer.
1382 (trace_pass_set_count): Change parameter type to struct tracepoint
1383 pointer, and adjust.
1384 (trace_pass_command): Adjust.
1385 (get_tracepoint, get_tracepoint_by_number_on_target)
1386 (get_tracepoint_by_number): Change return type to struct
1387 tracepoint pointer, and adjust.
1388 (print_recreate_thread): New, factored out from save_breakpoints.
1389 (save_breakpoints): Don't print thread and task and passcount
1390 recreation here.
1391 * remote.c (remote_download_tracepoint): Adjust.
1392 * tracepoint.c (trace_actions_command, validate_actionline)
1393 (start_tracing, tfind_1, trace_find_tracepoint_command)
1394 (trace_dump_command): Adjust.
1395 (find_matching_tracepoint): Change return type to struct
1396 tracepoint pointer, and adjust.
1397 (merge_uploaded_tracepoints, tfile_get_traceframe_address)
1398 (tfile_trace_find, tfile_fetch_registers): Adjust.
1399 * tracepoint.h (create_tracepoint_from_upload): Change return type
1400 to struct tracepoint pointer.
1401 * ada-lang.c (print_recreate_exception): Call
1402 print_recreate_thread.
1403 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Adjust.
1404
3a5c3e22
PA
14052011-07-25 Pedro Alves <pedro@codesourcery.com>
1406
1407 * breakpoint.h (struct breakpoint): Move ops as first field. Move
1408 exp_string, exp_string_reparse, exp, exp_valid_block, cond_exp,
1409 cond_exp_valid_block, val, val_valid, watchpoint_frame,
1410 watchpoint_thread, watchpoint_triggered ...
1411 (struct watchpoint): ... to this new struct.
1412 (is_watchpoint): Declare.
1413 (install_breakpoint): Add new `internal' parameter.
1414 * breakpoint.c (is_watchpoint): Delete declaration.
1415 (set_breakpoint_condition): Handle watchpoints.
1416 (is_watchpoint): Make public.
1417 (watchpoint_in_thread_scope): Change parameter type to struct
1418 watchpoint.
1419 (watchpoint_del_at_next_stop): Change parameter type to struct
1420 watchpoint. Remove assertion. Adjust.
1421 (update_watchpoint): Ditto.
1422 (insert_breakpoints, breakpoint_init_inferior)
1423 (watchpoints_triggered, watchpoint_check)
1424 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions)
1425 (bpstat_stop_status, print_one_breakpoint_location)
1426 (print_one_breakpoint_location, watchpoint_locations_match): Cast
1427 to struct watchpoint as necessary, and adjust.
1428 (install_breakpoint): Add `internal' argument. If true, don't
1429 mention the new breakpoint. Use set_breakpoint_number.
1430 (create_fork_vfork_event_catchpoint)
1431 (create_syscall_event_catchpoint): Adjust.
1432 (dtor_watchpoint): New.
1433 (re_set_watchpoint, insert_watchpoint, remove_watchpoint)
1434 (breakpoint_hit_watchpoint, resources_needed_watchpoint)
1435 (print_it_watchpoint, print_mention_watchpoint)
1436 (print_recreate_watchpoint, insert_masked_watchpoint)
1437 (remove_masked_watchpoint, resources_needed_masked_watchpoint)
1438 (print_one_detail_masked_watchpoint)
1439 (print_mention_masked_watchpoint)
1440 (print_recreate_masked_watchpoint): Cast to struct watchpoint as
1441 necessary, and adjust.
1442 (watch_command_1): Allocate and initialize a struct watchpoint
1443 instead of a struct breakpoint. Use install_breakpoint.
1444 (catch_exec_command_1): Adjust.
1445 (base_breakpoint_dtor): Delete accesses to watchpoint specific
1446 fields.
1447 (delete_breakpoint, enable_breakpoint_disp)
1448 (invalidate_bp_value_on_memory_change): Cast to struct watchpoint
1449 as necessary, and adjust.
1450 (initialize_breakpoint_ops): Install dtor_watchpoint as
1451 watchpoints' dtor method.
1452 * ada-lang.c (create_ada_exception_catchpoint): Adjust.
1453 * python/py-breakpoint.c (bppy_get_expression): Use is_watchpoint.
1454 to struct watchpoint as necessary, and adjust.
1455
2060206e
PA
14562011-07-25 Pedro Alves <pedro@codesourcery.com>
1457
1458 * ada-lang.c (dtor_exception, re_set_exception): Indirect through
1459 the the base class ops table.
1460 (catch_exception_breakpoint_ops)
1461 (catch_exception_unhandled_breakpoint_ops)
1462 (catch_assert_breakpoint_ops): Don't statically initialize.
1463 (initialize_ada_catchpoint_ops): New.
1464 (_initialize_ada_language): Call it.
1465 * breakpoint.c (base_breakpoint_ops, bkpt_base_breakpoint_ops)
1466 (bkpt_breakpoint_ops): Forward declare.
1467 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
1468 (catch_syscall_breakpoint_ops, catch_exec_breakpoint_ops)
1469 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
1470 (masked_watchpoint_breakpoint_ops)
1471 (gnu_v3_exception_catchpoint_ops): Don't statically initialize.
1472 (dtor_catch_syscall, dtor_catch_exec): Indirect through the the
1473 base class ops table.
1474 (null_re_set, null_check_status, null_works_in_software_mode)
1475 (null_resources_needed, null_print_one_detail): Delete.
1476 (bkpt_dtor): Rename to ...
1477 (base_breakpoint_dtor): ... this. Make static.
1478 (bkpt_allocate_location): Rename to ...
1479 (base_breakpoint_allocate_location): ... this. Make static.
1480 (base_breakpoint_re_set): New.
1481 (internal_error_pure_virtual_called): New.
1482 (base_breakpoint_insert_location, base_breakpoint_remove_location)
1483 (base_breakpoint_breakpoint_hit, base_breakpoint_check_status)
1484 (base_breakpoint_works_in_software_mode)
1485 (base_breakpoint_resources_needed, base_breakpoint_print_it)
1486 (base_breakpoint_print_one_detail, base_breakpoint_print_mention)
1487 (base_breakpoint_print_recreate): New functions.
1488 (base_breakpoint_ops): New global.
1489 (bkpt_re_set, bkpt_insert_location, bkpt_remove_location)
1490 (bkpt_breakpoint_hit): Make static.
1491 (bkpt_check_status): Delete.
1492 (bkpt_resources_needed): Make static.
1493 (bkpt_works_in_software_mode): Delete.
1494 (bkpt_print_it, bkpt_print_mention, bkpt_print_recreate): Make
1495 static.
1496 (bkpt_breakpoint_ops, internal_breakpoint_ops)
1497 (momentary_breakpoint_ops): Don't statically initialize.
1498 (internal_bkpt_print_recreate, momentary_bkpt_print_recreate):
1499 Delete.
1500 (tracepoint_insert_location, tracepoint_remove_location)
1501 (tracepoint_check_status, tracepoint_works_in_software_mode)
1502 (tracepoint_print_it): Delete.
1503 (tracepoint_breakpoint_ops): Don't statically initialize.
1504 (initialize_breakpoint_ops): New.
1505 (_initialize_breakpoint): Call it.
1506 * breakpoint.h (null_re_set, null_works_in_software_mode)
1507 (null_resources_needed, null_check_status, null_print_one_detail):
1508 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
1509 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
1510 (bkpt_check_status, bkpt_resources_needed)
1511 (bkpt_works_in_software_mode, bkpt_print_it)
1512 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
1513 Delete declarations.
1514 (initialize_breakpoint_ops): Declare.
1515
001c8c33
PA
15162011-07-25 Pedro Alves <pedro@codesourcery.com>
1517
1518 * breakpoint.c (bkpt_print_it, internal_bkpt_print_it)
1519 (momentary_bkpt_print_it): Simplify.
1520
06edf0c0
PA
15212011-07-25 Pedro Alves <pedro@codesourcery.com>
1522
1523 Split internal, momentary and user breakpoints breakpoint_ops
1524 tables.
1525
1526 * breakpoint.c (internal_breakpoint_ops)
1527 (momentary_breakpoint_ops): Forward declare.
1528 (create_internal_breakpoint): Add new breakpoint_ops parameter.
1529 Pass it down, rather than hardcoding bkpt_breakpoint_ops.
1530 (create_overlay_event_breakpoint)
1531 (create_std_terminate_master_breakpoint)
1532 (create_exception_master_breakpoint): Create breakpoints with
1533 internal_breakpoint_ops vtable.
1534 (set_longjmp_breakpoint): Create momentary breakpoints with
1535 momentary_breakpoint_ops vtable, using
1536 momentary_breakpoint_from_master.
1537 (create_thread_event_breakpoint, create_jit_event_breakpoint)
1538 (create_solib_event_breakpoint): Create breakpoints with
1539 internal_breakpoint_ops vtable.
1540 (set_momentary_breakpoint): Create breakpoints with
1541 momentary_breakpoint_ops vtable.
1542 (momentary_breakpoint_from_master): New, factored out from
1543 clone_momentary_breakpoint.
1544 (clone_momentary_breakpoint): Adjust.
1545 (watch_command_1): Create scope breakpoints with
1546 momentary_breakpoint_ops vtable.
1547 (bkpt_re_set): Remove handling of internal and momentary
1548 breakpoints.
1549 (bkpt_print_mention, bkpt_print_recreate): New.
1550 (bkpt_breakpoint_ops): Adjust.
1551 (internal_bkpt_re_set, internal_bkpt_check_status)
1552 (internal_bkpt_print_it, internal_bkpt_print_mention)
1553 (internal_bkpt_print_recreate, internal_breakpoint_ops): New.
1554 (momentary_bkpt_re_set, momentary_bkpt_check_status)
1555 (momentary_bkpt_print_it, momentary_bkpt_print_mention)
1556 (momentary_bkpt_print_recreate): New.
1557 (momentary_breakpoint_ops): New.
1558
348d480f
PA
15592011-07-25 Pedro Alves <pedro@codesourcery.com>
1560
1561 Implement most breakpoint_ops methods for all breakpoint types,
1562 and move the default handlings to the proper callbacks.
1563
1564 * breakpoint.c (update_watchpoint): Always call the breakpoint's
1565 works_in_software_mode method.
1566 (insert_bp_location): Go through breakpoint_ops->insert_location
1567 for software and hardware watchpoints.
1568 (create_internal_breakpoint): Pass bkpt_breakpoint_ops as
1569 breakpoint_ops.
1570 (remove_breakpoint_1): Go through breakpoint_ops->remove_location
1571 for software and hardware watchpoints.
1572 (print_it_typical): Delete.
1573 (print_bp_stop_message): Always call the breakpoint_ops->print_it
1574 method.
1575 (watchpoint_check): Adjust comment.
1576 (bpstat_check_location): Simply always call the breakpoint's
1577 breakpoint_hit method.
1578 (bpstat_stop_status): Always call the breakpoint's check_status
1579 method. Remove special cases for watchpoints and internal event
1580 breakpoints from here (moved to the check_status implementations).
1581 (print_one_breakpoint_location): Assume b->ops is never NULL.
1582 Remove static tracepoint marker id printing from here (moved to
1583 the print_one_detail callback implementation of tracepoints).
1584 (init_bp_location): Assert OPS is never NULL.
1585 (allocate_bp_location): Always call the breakpoint's
1586 allocate_location method, and remove the default code from here.
1587 (free_bp_location): Always call the location's dtor method, and
1588 remove the default code from here.
1589 (init_raw_breakpoint_without_location): Assert OPS is never NULL.
1590 (set_raw_breakpoint_without_location): Add new breakpoint_ops
1591 parameter. Pass it down.
1592 (set_raw_breakpoint): Ditto.
1593 (print_it_catch_fork): Adjust to take a bpstat as argument.
1594 (catch_fork_breakpoint_ops): Install methods.
1595 (print_it_catch_vfork): Adjust to take a bpstat as argument.
1596 (catch_vfork_breakpoint_ops): Install methods.
1597 (dtor_catch_syscall): Call the base dtor.
1598 (print_it_catch_syscall): Adjust to take a bpstat as argument.
1599 (catch_syscall_breakpoint_ops): Install methods.
1600 (dtor_catch_exec): Call the base dtor.
1601 (print_it_catch_exec): Adjust to take a bpstat as argument.
1602 (catch_exec_breakpoint_ops): Install methods.
1603 (hw_breakpoint_used_count, hw_watchpoint_used_count): Always call
1604 the breakpoint's resources_needed method, and remove the default
1605 code from here.
1606 (set_momentary_breakpoint): Pass bkpt_breakpoint_ops as
1607 breakpoint_ops.
1608 (clone_momentary_breakpoint): Clone the original's ops.
1609 (mention): Always call the breakpoint's print_mention method, and
1610 remove the default code from here.
1611 (create_breakpoint_sal): Adjust to pass the ops to
1612 set_raw_breakpoint rather than setting it manually.
1613 (create_breakpoint): Assert ops is never NULL. Adjust to pass the
1614 ops to set_raw_breakpoint_without_location rather than setting it
1615 manually.
1616 (break_command_1): Pass bkpt_breakpoint_ops as breakpoint_ops.
1617 (print_it_ranged_breakpoint): Adjust to take a bpstat as argument.
1618 (ranged_breakpoint_ops): Install methods.
1619 (break_range_command): Adjust to pass the ops to
1620 set_raw_breakpoint rather than setting it manually.
1621 (re_set_watchpoint, breakpoint_hit_watchpoint)
1622 (check_status_watchpoint, resources_needed_watchpoint)
1623 (works_in_software_mode_watchpoint, print_it_watchpoint)
1624 (print_mention_watchpoint, print_recreate_watchpoint): New
1625 functions.
1626 (watchpoint_breakpoint_ops): Install new methods.
1627 (print_it_masked_watchpoint): New function.
1628 (masked_watchpoint_breakpoint_ops): Install new methods.
1629 (watch_command_1): Adjust to pass the right breakpoint_ops to
1630 set_raw_breakpoint_without_location rather than setting it
1631 manually later. Record the current pspace.
1632 (print_it_exception_catchpoint): Adjust to take a bpstat as
1633 argument.
1634 (gnu_v3_exception_catchpoint_ops): Install new methods.
1635 (say_where): New function.
1636 (null_re_set, null_check_status, null_works_in_software_mode)
1637 (null_resources_needed, null_print_one_detail, bp_location_dtor):
1638 New functions.
1639 (bp_location_ops): New global.
1640 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
1641 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
1642 (bkpt_check_status, bkpt_resources_needed)
1643 (bkpt_works_in_software_mode, bkpt_print_it, bkpt_print_mention)
1644 (bkpt_print_recreate): New functions.
1645 (bkpt_breakpoint_ops): New global.
1646 (tracepoint_re_set, tracepoint_insert_location)
1647 (tracepoint_remove_location, tracepoint_breakpoint_hit)
1648 (tracepoint_check_status, tracepoint_works_in_software_mode)
1649 (tracepoint_print_it, tracepoint_print_one_detail)
1650 (tracepoint_print_mention, tracepoint_print_recreate): New
1651 functions.
1652 (tracepoint_breakpoint_ops): New global.
1653 (delete_breakpoint): Always call the breakpoint's dtor method, and
1654 remove the default handling from here.
1655 (breakpoint_re_set_default): Make static.
1656 (breakpoint_re_set_one): Always call the breakpoints re_set
1657 method, and remove the default handling from here.
1658 (trace_command, ftrace_command, strace_command)
1659 (create_tracepoint_from_upload): Pass appropriate breakpoints_ops
1660 to create_breakpoint.
1661 (save_breakpoints): Always call the breakpoint's print_recreate
1662 method, and remove the default handling from here.
1663
1664 * ada-lang.c (dtor_exception): Call the base dtor.
1665 (re_set_exception): Call the base method.
1666 (print_it_exception, print_it_catch_exception): Adjust to take a
1667 bpstat as argument.
1668 (catch_exception_breakpoint_ops): Install methods.
1669 (print_it_catch_exception_unhandled): Adjust to take a bpstat as
1670 argument.
1671 (catch_exception_unhandled_breakpoint_ops): Install methods.
1672 (print_it_catch_assert): Adjust to take a bpstat as argument.
1673 (catch_assert_breakpoint_ops): Install methods.
1674
1675 * breakpoint.h (struct breakpoint_ops): Adjust the print_it method
1676 to take a bpstat as argument.
1677 (enum print_stop_action): Add describing comments to each enum
1678 value.
1679 (breakpoint_re_set_default): Delete declaration.
1680 (null_re_set, null_works_in_software_mode, null_resources_needed)
1681 (null_check_status, null_print_one_detail): Declare.
1682 (bkpt_breakpoint_ops): Declare.
1683 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
1684 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
1685 (bkpt_check_status, bkpt_resources_needed)
1686 (bkpt_works_in_software_mode, bkpt_print_it)
1687 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
1688 Declare.
1689
1690 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust to pass
1691 bkpt_breakpoint_ops.
1692 * python/py-breakpoint.c (bppy_init): Ditto.
1693
be8f8133
PW
16942011-07-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1695
1696 * MAINTAINERS (Write After Approval): Add myself to the list.
1697
3807f613
PP
16982011-07-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1699
1700 * elfread.c (elf_rel_plt_read): Fix off-by-one bug.
1701
1ced966e
PA
17022011-07-22 Pedro Alves <pedro@codesourcery.com>
1703
1704 * i386-nat.c (I386_DR_VACANT, I386_DR_LOCAL_ENABLE)
1705 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
1706 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): Add state parameter and
1707 adjust.
1708 (dr_mirror, dr_status_mirror, dr_control_mirror): Delete.
1709 (struct i386_debug_reg_state): New.
1710 (i386_init_dregs): New.
1711 (dr_mirror): New.
1712 (i386_cleanup_dregs): Use i386_init_dregs.
1713 (i386_show_dr): Add state parameter and adjust.
1714 (i386_insert_aligned_watchpoint): Ditto. Don't pass the info to
1715 the inferior here.
1716 (i386_remove_aligned_watchpoint): Likewise.
1717 (i386_handle_nonaligned_watchpoint): Add state parameter and adjust.
1718 (i386_update_inferior_debug_regs): New.
1719 (i386_insert_watchpoint): Work on a local mirror of the debug
1720 registers, and only update the inferior on success.
1721 (i386_remove_watchpoint): Ditto.
1722 (i386_region_ok_for_watchpoint): Adjust.
1723 (i386_stopped_data_address): Adjust.
1724 (i386_insert_hw_breakpoint): Adjust.
1725 (i386_remove_hw_breakpoint): Adjust.
1726
3543a589
TT
17272011-07-22 Tom Tromey <tromey@redhat.com>
1728
1729 * amd64-tdep.c (amd64_pseudo_register_read_value): Rename
1730 from amd64_pseudo_register_read. Change arguments. Call
1731 mark_value_bytes_unavailable when needed.
1732 (amd64_init_abi): Use set_gdbarch_pseudo_register_read_value, not
1733 set_gdbarch_pseudo_register_read.
1734 * sentinel-frame.c (sentinel_frame_prev_register): Use
1735 regcache_cooked_read_value.
1736 * regcache.h (regcache_cooked_read_value): Declare.
1737 * regcache.c (regcache_cooked_read_value): New function.
1738 (regcache_cooked_read): Call
1739 gdbarch_pseudo_register_read_value if available.
1740 * i386-tdep.h (i386_pseudo_register_read_value): Declare.
1741 (i386_pseudo_register_read): Remove.
1742 * i386-tdep.c (i386_pseudo_register_read_into_value): Rename from
1743 i386_pseudo_register_read. Change arguments. Call
1744 mark_value_bytes_unavailable when needed.
1745 (i386_pseudo_register_read_value): New function.
1746 (i386_gdbarch_init): Call set_gdbarch_pseudo_register_read_value,
1747 not set_gdbarch_pseudo_register_read.
1748 * gdbarch.sh (pseudo_register_read_value): New method.
1749 * gdbarch.c, gdbarch.h: Rebuild.
1750 * findvar.c (value_from_register): Call get_frame_register_value.
1751
95298e72
PM
17522011-07-22 Phil Muldoon <pmuldoon@redhat.com>
1753
1754 * event-top.c (cli_command_loop): Use get_prompt, get_suffix,
1755 get_prefix.
1756 (display_gdb_prompt): Likewise.
1757 (change_annotation_level): Likewise.
1758 (push_prompt): Likewise.
1759 (pop_prompt): Likewise.
1760 (handle_stop_sig): Use get_prompt with a level.
1761 * top.c (command_loop): Use get_prompt with a level.
1762 (set_async_annotation_level): Use set_prompt with a level.
1763 (get_prefix): New function.
1764 (set_prefix): Ditto.
1765 (set_suffix): Ditto.
1766 (get_suffix): Ditto.
1767 (get_prompt): Accept a level argument.
1768 (set_prompt): Accept a level argument. Free old prompts. Set
1769 new_async_prompt if level is 0.
1770 (init_main): Use set_prompt with a level. Do not set
1771 new_async_prompt.
1772 * event-top.h (PROMPT, SUFFIX, PREFIX): Move to top.c
1773 * top.h: Declare set_suffix, get_suffix, set_prefix, get_prefix.
1774 Modify set_prompt, get_prompt to account for levels.
1775 * tui/tui-interp.c (tui_command_loop): Use get_prompt with a
1776 level.
1777 * python/python.c (before_prompt_hook): Use set_prompt.
1778
d26e3629
KY
17792011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
1780
1781 * defs.h: Add guard against inclusion in gdbserver.
1782 (struct ptid, ptid_t): Move to common/ptid.h.
1783 (xfree, xzalloc, xasprintf, xvasprintf, xstrprintf, xstrvprintf,
1784 xsnprintf, internal_error): Move to common/common-utils.h.
1785 (nomem): Delete.
1786 * gdb_assert.h: Move into common/ sub-directory.
1787 * gdb_locale.h: Ditto.
1788 * gdb_dirent.h: Ditto.
1789 * inferior.h (minus_one_ptid, null_ptid, ptid_build, pid_to_ptid,
1790 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid):
1791 Move into common/ptid.h.
1792 * xml-support.c (xml_escape_text): Move into common/xml-utils.c.
1793 (gdb_xml_create_parser_and_cleanup_1, xml_fetch_context_from_file):
1794 Change nomem to malloc_failure.
1795 * xml-support.h (xml_escape_text): Move into common/xml-utils.h.
1796 * utils.c (nomem): Rename to malloc_failure.
1797 (xmalloc, xzalloc, xrealloc, xcalloc, xfree, xstrprintf, xasprintf,
1798 xvasprintf, xstrvprintf, xsnprintf): Move to common/common-utils.c.
1799 (gdb_buildargv): Change nomem to malloc_failure.
1800 * infrun.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
1801 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
1802 ptid_is_pid): Move into common/ptid.c.
1803 (initialize_infrun): Delete initialization of null_ptid and
1804 minus_one_ptid.
1805 * linux-nat.c (linux_nat_xfer_osdata): Defer to
1806 linux_common_xfer_osdata.
1807 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
1808 common/ptid.c and common/buffer.c.
1809 (HFILES_NO_SRCDIR): Add common/common-utils.h, common/xml-utils.h,
1810 common/ptid.h, common/buffer.h and common/linux-osdata.h.
1811 (COMMON_OBS): Add xml-utils.o, common-utils.o, buffer.o and ptid.o.
1812 (common-utils.o, xml-utils.o, ptid.o, buffer.o, linux-osdata.o): New
1813 rules.
1814 * common/gdb_assert.h: New.
1815 * common/gdb_dirent.h: New.
1816 * common/gdb_locale.h: New.
1817 * common/buffer.c: New.
1818 * common/buffer.h: New.
1819 * common/ptid.c: New.
1820 * common/ptid.h: New.
1821 * common/xml-utils.c: New.
1822 * common/xml-utils.h: New.
1823 * common/common-utils.c: New.
1824 * common/common-utils.h: New.
1825 * common/linux-osdata.c: New.
1826 * common/linux-osdata.h: New.
1827 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-osdata.o.
1828 * config/arm/linux.mh (NATDEPFILES): Ditto.
1829 * config/i386/linux.mh (NATDEPFILES): Ditto.
1830 * config/i386/linux64.mh (NATDEPFILES): Ditto.
1831 * config/ia64/linux.mh (NATDEPFILES): Ditto.
1832 * config/m32r/linux.mh (NATDEPFILES): Ditto.
1833 * config/m68k/linux.mh (NATDEPFILES): Ditto.
1834 * config/mips/linux.mh (NATDEPFILES): Ditto.
1835 * config/pa/linux.mh (NATDEPFILES): Ditto.
1836 * config/powerpc/linux.mh (NATDEPFILES): Ditto.
1837 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Ditto.
1838 * config/s390/s390.mh (NATDEPFILES): Ditto.
1839 * config/sparc/linux.mh (NATDEPFILES): Ditto.
1840 * config/sparc/linux64.mh (NATDEPFILES): Ditto.
1841 * config/xtensa/linux.mh (NATDEPFILES): Ditto.
1842
edc84990 18432011-07-21 Matt Rice <ratmice@gmail.com>
1844
1845 * NEWS: Add info macros and info definitions commands.
1846
3a7bf607
PM
18472011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1848
1849 * NEWS: Document Python prompt substitution hook.
1850
9b158ba0 18512011-07-18 Matt Rice <ratmice@gmail.com>
1852
1853 PR macros/12999
1854 * macrotab.h (macro_callback_fn): Add new arguments to callback.
1855 * macrotab.c (foreach_macro): Ditto.
1856 (foreach_macro_in_scope): Ditto.
1857 * macrocmd.c (print_macro_callback): New function.
1858 (info_macro_command): Move some code to print_macro_definition.
1859 (print_macro_definition): New function.
1860 (print_one_macro): Add new arguments to callback.
1861 (info_definitions_command): New function.
1862 (info_macros_command): Ditto.
1863 (_initialize_macrocmd): Add info macros and info definitions commands.
1864 * symtab.c (add_macro_name): Add new arguments to callback.
1865
d17b6f81
PM
18662011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1867 Tom Tromey <tromey@redhat.com>
1868
1869 * top.c (set_prompt): Rewrite to free previous prompt, free
1870 asynch_new_prompt and set both on new prompts.
1871 * event-top.c (display_gdb_prompt): Add prompt substitution
1872 logic.
1873 * python/python.c (before_prompt_hook): New function.
1874
1364323a 18752011-07-20 Matt Rice <ratmice@gmail.com>
1876
1877 * bfin-tdep.c (bfin_extract_return_value): Fix swapped
1878 arguments to store_unsigned_integer.
1879
8b70b953
TT
18802011-07-20 Tom Tromey <tromey@redhat.com>
1881
6c83ed52
TT
1882 * dwarf2read.c (process_enumeration_scope): Do not call new_symbol
1883 in some declaration-only cases.
1884
18852011-07-18 Tom Tromey <tromey@redhat.com>
1886
8b70b953
TT
1887 PR symtab/12984:
1888 * dwarf2read.c (dwarf2_section_info_def): New typedef.
1889 (struct dwarf2_per_objfile) <types>: Change to a VEC.
1890 (struct dwarf2_per_cu_data) <from_debug_types>: Remove.
1891 <debug_type_section>: New field.
1892 (dwarf2_locate_sections): Push .debug_types sections onto VEC.
1893 (load_cu): Use appropriate section.
1894 (create_signatured_type_table_from_index): Add 'section'
1895 argument.
1896 (dwarf2_read_index): Only allow a single .debug_types section.
1897 (dw2_get_file_names): Use appropriate section.
1898 (read_type_comp_unit_head): Add 'section' argument.
1899 (create_debug_types_hash_table): Loop over all .debug_types
1900 sections.
1901 (init_cu_die_reader): Use appropriate section.
1902 (process_psymtab_comp_unit, load_partial_comp_unit)
1903 (load_full_comp_unit, read_die_and_children, find_partial_die)
1904 (lookup_die_type, determine_prefix, follow_die_offset): Update.
1905 (lookup_signatured_type_at_offset): Add 'section' argument.
1906 (read_signatured_type_at_offset): Add 'sect' argument.
1907 (read_signatured_type): Use appropriate section.
1908 (set_die_type, get_die_type_at_offset): Update.
1909 (dwarf2_per_objfile_free): Free all .debug_types sections, and
1910 VEC.
1911 (write_psymtabs_to_index): Don't allow index with more than one
1912 .debug_types section.
1913
918dd910
JK
19142011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1915
1916 Fix crash if referenced CU is aged out.
1917 * dwarf2loc.c (per_cu_dwarf_call): New variable back_to, use to for
1918 xfree of block.data.
1919 (indirect_pieced_value): New variable back_to, use to for xfree of
1920 baton.data.
1921 (dwarf2_compile_expr_to_ax): New variable back_to, use to for xfree of
1922 block.data.
1923 * dwarf2read.c (dwarf2_find_base_address): New prototype.
1924 (load_cu): New function from ...
1925 (dw2_do_instantiate_symtab): ... the code here ...
1926 (process_full_comp_unit): ... and here.
1927 (dwarf2_fetch_die_location_block): Call load_cu first. Call xmemdup on
1928 retval.data.
1929
0e37a63c
JK
19302011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1931
1932 * dwarf2loc.c (indirect_pieced_value): Use check_typedef for VALUE's
1933 type.
1934
7e324e48
GB
19352011-07-19 Gary Benson <gbenson@redhat.com>
1936
1937 * infrun.c (struct execution_control_state): New member
1938 stop_func_filled_in.
1939 (clear_stop_func, fill_in_stop_func): New functions.
1940 (handle_inferior_event): Call clear_stop_func rather than
1941 manipulating the execution control state directly.
1942 Call fill_in_stop_func lazily as required rather than
1943 directly calling find_pc_partial_function in all cases.
1944
d48323d8
TT
19452011-07-18 Tom Tromey <tromey@redhat.com>
1946
1947 * dwarf2read.c (read_subrange_type): Use attr_form_is_block when
1948 checking for variable-sized array.
1949
40591b7d
JCD
19502011-07-18 Jean-Charles Delay <delay@adacore.com>
1951
1952 * varobj.h (varobj_languages): Add vlang_ada definition to the list
1953 of supported languages.
1954 * varobj.c: Add top definitions and basic implementation of the
1955 following callbacks: ada_number_of_children, ada_name_of_variable,
1956 ada_name_of_child, ada_path_expr_of_child, ada_value_of_root,
1957 ada_value_of_child, ada_type_of_child, ada_value_of_variable.
1958 (languages): Register Ada-specific callbacks.
1959 (variable_language): Add the Ada case in the language setter switch.
1960
2e424e08
JK
19612011-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1962
1963 * remote-mips.c (pmon_download): Fix ignored return value GCC warning.
1964
9e8b7a03
JK
19652011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1966
1967 Code cleanup.
1968 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): New.
1969 (execute_stack_op): Use dwarf2_frame_ctx_funcs
1970 * dwarf2expr.c (dwarf_get_base_type): Access get_base_type via funcs.
1971 (execute_stack_op): Access read_reg, get_frame_base, read_mem,
1972 get_frame_cfa, get_tls_address and dwarf_call via funcs.
1973 * dwarf2expr.h (struct dwarf_expr_context): New forward declaration.
1974 (struct dwarf_expr_context_funcs): New, move here methods from ...
1975 (struct dwarf_expr_context): ... here. New fields funcs.
1976 * dwarf2loc.c (dwarf_expr_dwarf_call): Access get_frame_pc via funcs.
1977 (dwarf_expr_ctx_funcs): New.
1978 (dwarf2_evaluate_loc_desc_full): Use dwarf_expr_ctx_funcs.
1979 (needs_frame_dwarf_call): Access get_frame_pc via funcs.
1980 (needs_frame_ctx_funcs): New.
1981 (dwarf2_loc_desc_needs_frame): Use needs_frame_ctx_funcs.
1982
2b1260ab
FM
19832011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
1984
1985 * MAINTAINERS (Write After Approval): Add myself to the list.
1986
8bd90839
FM
19872011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
1988
1989 * dwarf2-frame.c (decode_frame_entry, decode_frame_entry_1): Ensure
1990 that CIE pointer of an FDE really points to a CIE .
1991
953b98d1
HZ
19922011-07-15 Hui Zhu <teawater@gmail.com>
1993
1994 * remote.c (remote_get_trace_status): Add comments.
1995
c8f2448a
JK
19962011-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1997
1998 Code cleanup - constify struct lval_funcs.
1999 * dwarf2loc.c (pieced_value_funcs): Make it const.
2000 * infrun.c (siginfo_value_funcs): Likewise.
2001 * opencl-lang.c (opencl_value_funcs): Likewise.
2002 * valops.c (value_assign, value_ind): Make the funcs variable const.
2003 * value.c (struct value): Make location.computed.funcs target const.
2004 Rearrange the comments.
2005 (allocate_computed_value): Make the funcs parameter target const.
2006 (value_computed_funcs): Return the funcs target const.
2007 (value_free, value_copy, set_value_component_location): Make the funcs
2008 variable const.
2009 * value.h (allocate_computed_value): Make the funcs parameter target
2010 const.
2011 (value_computed_funcs): Return the funcs target const.
2012 * windows-tdep.c (tlb_value_funcs): Make it const.
2013
f652de6f
HZ
20142011-07-14 Hui Zhu <teawater@gmail.com>
2015
2016 * remote.c (remote_get_trace_status): Initialize p.
2017
67f41397
JK
20182011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2019
2020 Work around kgdb.
2021 * remote.c (remote_get_trace_status): New variable ex. Put
2022 remote_get_noisy_reply into TRY_CATCH. Call exception_fprintf for it.
2023
d1b66e6d
TT
20242011-07-13 Tom Tromey <tromey@redhat.com>
2025
2026 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>: Use
2027 value_from_contents for final conversion.
2028
1632a688
JK
20292011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2030
2031 Code cleanup.
2032 * dwarf2loc.c (dwarf_expr_frame_base_1, dwarf2_evaluate_loc_desc_full):
2033 Indent prototypes so they do not get into tags.
2034
a7035dbb
JK
20352011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2036
2037 Code cleanup making also optimized out values lazy.
2038 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
2039 allocate_optimized_out_value. Twice.
2040 (loclist_read_variable) Use allocate_optimized_out_value. Once.
2041 * findvar.c (read_var_value): Likewise.
2042 * value.c (allocate_optimized_out_value): New function.
2043 * value.h (allocate_optimized_out_value): New declaration.
2044
d07ed419
JK
20452011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2046
2047 Fix occasional crash of CTRL-C during DWARF read in.
2048 * dwarf2read.c (dwarf2_mark_helper): Return on NULL CU.
2049
86d31898
TT
20502011-07-11 Tom Tromey <tromey@redhat.com>
2051
2052 * regcache.c (struct regcache_descr): Fix typo.
2053 * i387-tdep.c (i387_supply_xsave): Fix typo.
2054
2ab95328
TT
20552011-07-11 Tom Tromey <tromey@redhat.com>
2056
2057 * dwarf2read.c (handle_DW_AT_stmt_list): New function.
2058 (read_file_scope, read_type_unit_scope): Use it.
2059
04ad99e6
JK
20602011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2061
2062 * dwarf2expr.c (read_sleb128): Fix signed extension overflowing host
2063 `int'.
2064
713389e0
PM
20652011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2066
2067 PR python/12438
2068 * python/python.c: Set gdbpy_should_print_stack default to off.
2069 (set_python): Deprecate maint set python print-stack to
2070 class_deprecate.
2071 (_initialize_python): Deprecate maint set/show python print-stack.
2072 Add new prefix command, python. Add new setting, print-backtrace.
2073 * NEWS: Document set python print-stack. Document default change.
2074
754eadd1
PM
20752011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2076
2077 * python/py-inferior.c (infpy_dealloc): New function.
2078 (inferior_to_inferior_object): Return a new object, or a
2079 new reference to the existing object.
2080 (find_thread_object): Cleanup references to inferior.
2081 (delete_thread_object): Ditto.
2082 * python/py-infthread.c (create_thread_object): Do not increment
2083 inferior reference count.
2084
5e44ecb3
TT
20852011-07-08 Tom Tromey <tromey@redhat.com>
2086
2087 * dwarf2loc.c (locexpr_regname): New function.
2088 (locexpr_describe_location_piece): Use it.
2089 (disassemble_dwarf_expression): Add per_cu argument. Use
2090 locexpr_regname.
2091 <DW_OP_GNU_deref_type, DW_OP_GNU_const_type,
2092 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
2093 New cases.
2094 (locexpr_describe_location_1): Add per_cu argument.
2095 (locexpr_describe_location): Update.
2096 (loclist_describe_location): Update.
2097
e0e9434c
TT
20982011-07-08 Tom Tromey <tromey@redhat.com>
2099
2100 * dwarf2expr.c (execute_stack_op): Add QUIT.
2101
26afc0d7
HZ
21022011-07-07 Hui Zhu <teawater@gmail.com>
2103
2104 Revert:
2105 2011-07-06 Hui Zhu <teawater@gmail.com>
2106 * remote.c (remote_start_remote): Add TRY_CATCH for
2107 remote_get_trace_status.
2108 * tracepoint.c (disconnect_tracing): Ditto.
2109
a40a111f
AB
21102011-07-07 Andrew Burgess <aburgess@broadcom.com>
2111
2112 * cli/cli-setshow.c (do_setshow_command): Display var_zinteger
2113 variables as signed, not unsigned.
2114
e2bd3b15
JB
21152011-07-06 Joel Brobecker <brobecker@adacore.com>
2116
2117 * jit.c (jit_inferior_init): Reformat forward declaration.
2118
e3d961fe 21192011-07-06 Matt Rice <ratmice@gmail.com>
2120
2121 * MAINTAINERS (Write After Approval): Add myself to the list.
2122
0f3428f0
HZ
21232011-07-06 Hui Zhu <teawater@gmail.com>
2124
2125 * remote.c (remote_start_remote): Add TRY_CATCH for
2126 remote_get_trace_status.
2127 * tracepoint.c (disconnect_tracing): Ditto.
2128
fc9f3a69
TT
21292011-07-05 Tom Tromey <tromey@redhat.com>
2130
2131 * symtab.c (operator_chars): Now static.
2132 * linespec.c (operator_chars): Don't declare.
2133
26e519b9
TJB
21342011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2135
2136 * ui-out.h (ui_out_field_core_addr): Fix typo in comment.
2137
eb2a6f42
TT
21382011-07-05 Tom Tromey <tromey@redhat.com>
2139
2140 * gnu-v3-abi.c (gnuv3_rtti_type): Check TYPE_CPLUS_REALLY_JAVA.
2141 * gdbtypes.h (struct cplus_struct_type) <is_java>: New field.
2142 (TYPE_CPLUS_REALLY_JAVA): New macro.
2143 * dwarf2read.c (process_structure_scope): Set
2144 TYPE_CPLUS_REALLY_JAVA.
2145
21083d0f 21462011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
177b42fe
TJB
2147
2148 * ada-lang.c: Fix typos.
2149 * amd64-tdep.c: Likewise.
2150 * breakpoint.c: Likewise.
2151 * cli/cli-decode.c: Likewise.
2152 * findcmd.c: Likewise.
2153 * inline-frame.c: Likewise.
2154 * mi/mi-main.c: Likewise.
2155 * minsyms.c: Likewise.
2156 * monitor.c: Likewise.
2157 * monitor.h: Likewise.
2158 * prologue-value.c: Likewise.
2159 * reverse.c: Likewise.
2160 * s390-tdep.c: Likewise.
2161
3b2a0cf2
JB
21622011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2163
2164 * jit.c (jit_inferior_init): Forward declare.
2165 (jit_breakpoint_re_set_internal): Call jit_inferior_init.
2166
efae1d92
JB
21672011-07-04 Joel Brobecker <brobecker@adacore.com>
2168
2169 * osabi.c (generic_elf_osabi_sniffer): Minor comment reformatting.
2170
6040a59d
JB
21712011-07-04 Tristan Gingold <gingold@adacore.com>
2172
2173 * ada-tasks.c (KNOWN_TASKS_LIST): New macro.
2174 (tcb_fieldno): Add activation_link field.
2175 (get_known_tasks_addr): Moved and rewritten.
2176 (get_tcb_types_info): Set activation_link field.
2177 (read_known_tasks_array): Add parameter. Rewritten.
2178 (read_known_tasks_list): New function.
2179 (read_known_tasks): New function.
2180 (ada_build_task_list): Call read_known_tasks instead of
2181 read_known_tasks_array.
2182 * ravenscar-thread.c: Add first_task_name constant.
2183 (has_ravenscar_runtime): Check for task list too.
2184
cb741e45
JB
21852011-07-04 Tristan Gingold <gingold@adacore.com>
2186
2187 * ada-tasks.c: Renames fieldno to actb_fieldno.
2188 (ada_get_task_number): Indentation.
2189 (get_tcb_types_info): Remove all parameters. Write directly
2190 the globals.
2191 (ptid_from_atcb_common): Adjust.
2192 (read_atcb): Adjust.
2193
7475b06c
TJB
21942011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2195
2196 * symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit.
2197
15230f37
TJB
21982011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2199
2200 * ui-out.c (ui_out_field_core_addr): Mention that the function
2201 description is in the header file.
2202 * ui-out.h (ui_out_field_core_addr): Document function.
2203
65743aba
TJB
22042011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2205
2206 * ui-out.c (ui_out_get_field_separator): Remove unused function.
2207 * ui-out.h (ui_out_get_field_separator): Remove prototype.
2208
c37a5aab
TJB
22092011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2210
2211 * symtab.c (expand_line_sal): Remove empty line.
2212
59adf69e
TS
22132011-07-04 Thomas Schwinge <thomas@schwinge.name>
2214
2215 * osabi.c (generic_elf_osabi_sniffer) <ELFOSABI_GNU>: Handle in the
2216 same way as ELFOSABI_NONE.
2217 <ELFOSABI_LINUX, ELFOSABI_HURD>: Remove cases.
2218
e5dd4106
TJB
22192011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2220
2221 * breakpoint.c: Fix typos in comments.
2222 * linespec.c: Likewise.
2223 * symtab.c: Likewise.
2224
d40102a1
JB
22252011-07-04 Joel Brobecker <brobecker@adacore.com>
2226
2227 * dwarf2-frame.c (dwarf2_build_frame_info): Do not load .eh_frame
2228 section in separate object files.
2229
2f741504
JK
22302011-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2231
2232 Fix false GCC warning.
2233 * linespec.c (decode_line_1): Initialize values.
2234
418c7cf7
JK
22352011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2236
2237 * linespec.c (find_method): Accept the function type automatically only
2238 if it was specified with parameter types.
2239
3d50dd94
JK
22402011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2241
2242 Stop on first linespec terminator instead of eating what we can.
2243 * linespec.c (is_linespec_boundary): New function.
2244 (name_end): Remove function.
2245 (keep_name_info): New parameter on_boundary, replace the body.
2246 (decode_line_1): Provide the parameter to keep_name_info.
2247 (decode_compound): Likewise. Drop the trailing java return type
2248 handling. Twice.
2249
dcf9f4ab
JK
22502011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2251
2252 Fall back linespec to minimal symbols.
2253 * linespec.c (decode_line_1): New variable ex, saved_argptr. Protect
2254 decode_compound by TRY_CATCH, fall back on minsyms if it failed.
2255 (find_method, symbol_found): Change error to cplusplus_error.
2256
3f542ed1
JK
22572011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2258
bc68c4e5 2259 * symtab.c (symbol_find_demangled_name): Remove DMGL_VERBOSE.
3f542ed1 2260
900e11f9
JK
22612011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2262 Tom Tromey <tromey@redhat.com>
2263
2264 * dwarf2read.c (check_physname): New variable.
2265 (dwarf2_physname): Prefer DW_AT_linkage_name over dwarf2_compute_name.
2266 (show_check_physname): New function.
2267 (_initialize_dwarf2_read): Add `check-physname' for check_physname.
2268
2301925d
JB
22692011-07-01 Joel Brobecker <brobecker@adacore.com>
2270
2271 * machoread.c (macho_symfile_read): Delete OBE comment.
2272
38947cca
JB
22732011-07-01 Joel Brobecker <brobecker@adacore.com>
2274
2275 * machoread.c (struct macho_oso_data): Delete.
2276 (current_oso): Delete.
2277 (macho_relocate_common_syms): New function, mostly extracted
2278 out of
2279 (macho_add_oso_symfile): Call macho_relocate_common_syms.
2280 Remove code that sets and unset current_oso.
2281 (macho_symfile_relocate): Delete handling of common symbols,
2282 now moved to macho_relocate_common_syms.
2283
a7aa0d73
JB
22842011-07-01 Joel Brobecker <brobecker@adacore.com>
2285
2286 * darwin-nat.c (darwin_ptrace): Add documentation.
2287 Set errno to zero before calling ptrace. If ptrace returns
2288 -1 and errno is zero, then change then return zero.
2289 (darwin_kill_inferior): Issue a warning instead of triggering
2290 a failed assertion when the PT_KILL ptrace operations returned
2291 nonzero.
2292
5e9bc145
JB
22932011-07-01 Joel Brobecker <brobecker@adacore.com>
2294
2295 * darwin-nat.c (darwin_detach): Call darwin_resume_inferior
2296 only when inf->private->no_ptrace.
2297
00eb2c4a
JB
22982011-07-01 Joel Brobecker <brobecker@adacore.com>
2299
2300 * ada-lang.c (print_it_exception): Print temporary catchpoints
2301 as "Temporary catchpoint".
2302 (print_mention_exception): Likewise.
2303
127c81bc
TT
23042011-07-01 Tom Tromey <tromey@redhat.com>
2305
2306 * jv-lang.c (java_language_defn): Use java_printchar,
2307 java_printstr.
2308 (java_get_encoding): New function.
2309 (java_emit_char): Use generic_emit_char.
2310 (java_printchar): New function.
2311 (java_printstr): Likewise.
2312
25552254
JB
23132011-07-01 Joel Brobecker <brobecker@adacore.com>
2314
2315 * ada-typeprint.c (print_record_type): If unable to decode
2316 the name of the parent type, use the encoded name.
2317
d2d43431
JB
23182011-07-01 Jean-Charles Delay <delay@adacore.com>
2319
2320 * ada-typeprint.c (ada_print_type): Fix both PAD type and
2321 pointer to constrained packed array type output.
2322 * ada-valprint.c (ada_val_print_1): Fix pointer to constrained
2323 packed array output.
2324
54ae186f
JB
23252011-07-01 Jean-Charles Delay <delay@adacore.com>
2326
2327 * ada-typeprint.c (print_array_type): removed if condition on show
2328 being negative for bounds printing.
2329
8f17729f
JB
23302011-07-01 Joel Brobecker <brobecker@adacore.com>
2331
2332 * ada-lang.c (ada_identical_enum_types_p): New function.
2333 (symbols_are_identical_enums): New function.
2334 (remove_extra_symbols): Do nothing if NSYMS < 2.
2335 Use symbols_are_identical_enums.
2336
f5aa6869
JB
23372011-07-01 Joel Brobecker <brobecker@adacore.com>
2338
2339 * ada-valprint.c (ada_value_print): Handle typedefs.
2340
8f465ea7
JB
23412011-07-01 Joel Brobecker <brobecker@adacore.com>
2342
2343 * ada-lang.c (ada_evaluate_subexp): Add missing word in comment.
2344
828292f2
JB
23452011-07-01 Eric Botcazou <ebotcazou@adacore.com>
2346
2347 * ada-lang.c (thin_descriptor_type): Deal with typedefs.
2348 (decode_constrained_packed_array): Likewise.
2349 (ada_evaluate_subexp) <TERNOP_SLICE>: Likewise.
2350
18920c42
JB
23512011-07-01 Joel Brobecker <brobecker@adacore.com>
2352
2353 * ada-exp.y (convert_char_literal): Handle typedef types.
2354
c90092fe
JB
23552011-07-01 Joel Brobecker <brobecker@adacore.com>
2356
2357 * ada-lang.c (ada_remove_trailing_digits): Expand documentation.
2358
f748fb40
TT
23592011-06-30 Tom Tromey <tromey@redhat.com>
2360
2361 * varobj.c (varobj_create): Call do_cleanups on early exit path.
2362 * valops.c (find_overload_match): Call do_cleanups on early exit
2363 path.
2364 * solib.c (solib_find): Call do_cleanups on early exit path.
2365
3bb47e8b
TT
23662011-06-30 Tom Tromey <tromey@redhat.com>
2367
2368 * symfile-mem.c (symbol_file_add_from_memory): Call do_cleanups.
2369 * solib-svr4.c (open_symbol_file_object): Call do_cleanups on all
2370 return paths. Defer final do_cleanups until last return.
2371 * arm-tdep.c (arm_exidx_new_objfile): Make null cleanup after
2372 early return.
2373
4727bad3
TT
23742011-06-30 Tom Tromey <tromey@redhat.com>
2375
2376 * Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
2377
bb361dbf
AB
23782011-06-30 Andrew Burgess <aburgess@broadcom.com>
2379
2380 * MAINTAINERS (Write After Approval): Add myself to the list.
2381
e0d00bc7
JK
23822011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2383
2384 Disable epilogue unwinders on recent GCCs.
2385 * amd64-tdep.c (amd64_in_function_epilogue_p): New variable symtab,
2386 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
2387 * dwarf2read.c (process_full_comp_unit): Initialize
2388 EPILOGUE_UNWIND_VALID.
2389 * i386-tdep.c (i386_in_function_epilogue_p): New variable symtab,
2390 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
2391 * symtab.h (struct symtab): New field epilogue_unwind_valid.
2392
4632c0d0
JK
23932011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2394
2395 Code cleanup - reformatting.
2396 * dwarf2read.c (producer_is_gcc_ge_4_0): Rename to ...
2397 (producer_is_gcc_ge_4): ... here, change the return value.
2398 (process_full_comp_unit): New variable gcc_4_minor, adjust the value
2399 interpretation.
2400
32019081
JK
24012011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2402
2403 Fix non-only rename list for Fortran modules import.
2404 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Adjust the
2405 cp_add_using_directive caller.
2406 (cp_add_using_directive): New parameter excludes, describe it. New
2407 variables ix and param. Compare if also excludes match. Allocate NEW
2408 with variable size, initialize EXCLUDES there.
2409 (cp_lookup_symbol_imports): New variable excludep, test
2410 current->EXCLUDES with it.
2411 * cp-support.h: Include vec.h.
2412 (struct using_direct): New field excludes, describe it.
2413 (DEF_VEC_P (const_char_ptr)): New.
2414 (cp_add_using_directive): New parameter excludes.
2415 * defs.h (const_char_ptr): New typedef.
2416 * dwarf2read.c (read_import_statement): New variables child_die,
2417 excludes and cleanups, read in excludes.
2418 (read_namespace): Adjust the cp_add_using_directive caller.
2419
70c622a3
JK
24202011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2421
2422 Code cleanup.
2423 * cp-namespace.c (cp_add_using_directive): Turn positive comparison to
2424 negative comparisons.
2425
39c4d40a
TT
24262011-06-29 André Pönitz <andre.poenitz@nokia.com>
2427
2428 * mi/mi-main.c (mi_cmd_list_features): Emit
2429 breakpoint-notifications.
2430
3b2b8fea
TT
24312011-06-29 Tom Tromey <tromey@redhat.com>
2432
2433 PR fortran/10036:
2434 * valprint.h (generic_emit_char, generic_printstr): Declare.
2435 * valprint.c (wchar_printable, append_string_as_wide)
2436 (print_wchar): Move from c-lang.c.
2437 (generic_emit_char): New function; mostly taken from c_emit_char.
2438 (generic_printstr): New function; mostly taken from c_printstr.
2439 * f-valprint.c (f_val_print) <TYPE_CODE_ARRAY>: Handle strings
2440 represented as arrays.
2441 <TYPE_CODE_CHAR>: Treat as TYPE_CODE_INT; recognize as character
2442 type.
2443 * f-typeprint.c (f_type_print_base) <TYPE_CODE_CHAR>: Treat
2444 identically to TYPE_CODE_INT.
2445 * f-lang.c (f_get_encoding): New function.
2446 (f_emit_char): Use generic_emit_char.
2447 (f_printchar): Replace comment.
2448 (f_printstr): Use generic_printstr.
2449 * dwarf2read.c (read_base_type) <DW_ATE_unsigned>: Handle Fortran
2450 "character" types specially.
2451 <DW_ATE_signed_char, DW_ATE_unsigned_char>: Make TYPE_CODE_CHAR
2452 for Fortran.
2453 * c-lang.c (wchar_printable, append_string_as_wide, print_wchar):
2454 Move to valprint.c
2455 (c_emit_char): Call generic_emit_char.
2456 (c_printstr): Call generic_printstr.
2457
168e6d44
GB
24582011-06-29 Gary Benson <gbenson@redhat.com>
2459
2460 * breakpoint.c (bpstat_what): Removed duplicated case.
2461
1c033f8c
TT
24622011-06-28 Tom Tromey <tromey@redhat.com>
2463
2464 * python/python-internal.h (PY_SSIZE_T_CLEAN): Define.
2465
5fe41fbf
TT
24662011-06-27 Tom Tromey <tromey@redhat.com>
2467
2468 * valops.c (find_overload_match): Call do_cleanups before early
2469 return.
2470 * top.c (execute_command): Call do_cleanups before early return.
2471 (command_loop): Likewise.
2472 * stack.c (backtrace_command): Make a null cleanup early. Don't
2473 conditionally call do_cleanups.
2474 * python/py-value.c (TRY_CATCH): Move cleanup handling into
2475 TRY_CATCH.
2476 * python/py-breakpoint.c (gdbpy_breakpoint_has_py_cond): Rearrange
2477 so cleanups are always run.
2478 * mi/mi-cmd-var.c (mi_cmd_var_delete): Reset old_cleanups.
2479 * findcmd.c (parse_find_args): Call do_cleanups on early return
2480 path.
2481 * dbxread.c (elfstab_build_psymtabs): Make a null cleanup early.
2482 Don't conditionally call do_cleanups.
2483 * cli/cli-script.c (execute_user_command): Initialize 'old_chain'
2484 later.
2485
e26bd57d
EB
24862011-06-27 Eric Botcazou <ebotcazou@adacore.com>
2487
2488 * MAINTAINERS (Write After Approval): Use default email address.
2489
6c3097fc
JB
24902011-06-27 Joel Brobecker <brobecker@adacore.com>
2491
2492 * MAINTAINERS (Write After Approval): Add Eric Botcazou.
2493
369c397b
JB
24942011-06-27 Eric Botcazou <ebotcazou@adacore.com>
2495
2496 * sparc-tdep.h (struct sparc_frame_cache): Add frame_offset,
2497 saved_regs_mask and copied_regs_mask fields.
2498 (sparc_record_save_insn): New prototype.
2499 * sparc-tdep.c (sparc_alloc_frame_cache): Initialize the new fields.
2500 (sparc_record_save_insn): New function.
2501 (sparc_analyze_prologue): Add head comment. Recognize store insns
2502 of call-saved registers. Use OFFSET consistently. Recognize flat
2503 frames and cache their settings.
2504 (sparc32_skip_prologue): Handle flat frames.
2505 (sparc_frame_cache): Add frame_offset to the base address.
2506 (sparc32_frame_cache): Adjust to new frame description.
2507 (sparc32_frame_prev_register): Likewise.
2508 * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
2509 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
2510 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
2511 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Force the
2512 frame by calling sparc_record_save_insn.
2513 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
2514 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
2515 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
2516
b315ab21
TG
25172011-06-27 Tristan Gingold <gingold@adacore.com>
2518
2519 * dwarf2read.c (struct dwarf2_section_info): Replace was_mmapped
2520 field by map_addr and map_len.
2521 (dwarf2_read_section): Adjust for the new bfd_mmap api.
2522 (munmap_section_buffer): Likewise.
2523
ddd49eee
TT
25242011-06-24 Tom Tromey <tromey@redhat.com>
2525
2526 * varobj.c (update_dynamic_varobj_children): Make 'name' const.
2527 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
2528 * python/python.c (gdbpy_parameter): Make 'arg' const.
2529 (execute_gdb_command): Likewise.
2530 (gdbpy_decode_line): Likewise. Copy it.
2531 (gdbpy_parse_and_eval): Make 'expr_string' const. Copy it.
2532 (gdbpy_write): Make 'arg' const.
2533 * python/py-type.c (typy_lookup_typename): Make 'type_name'
2534 const.
2535 (gdbpy_lookup_type): Likewise.
2536 * python/py-prettyprint.c (print_children): Make 'name' const.
2537 * python/py-param.c (parmpy_init): Make 'name' const. Copy it.
2538 * python/py-inferior.c (infpy_write_memory): Make 'buf_len' a
2539 Py_ssize_t.
2540 * python/py-function.c (fnpy_init): Make 'name' const.
2541 * python/py-cmd.c (cmdpy_init): Make 'name' const. Copy it.
2542 (gdbpy_string_to_argv): Make 'input' const.
2543 * python/py-breakpoint.c (bppy_init): Make 'spec' const. Copy
2544 it.
2545 * gdbtypes.h (lookup_typename): Update.
2546 * gdbtypes.c (lookup_typename): Make 'name' const.
2547 (lookup_struct): Likewise.
2548 (lookup_union): Likewise.
2549 (lookup_enum): Likewise.
2550
5998129b
TT
25512011-06-24 Tom Tromey <tromey@redhat.com>
2552
2553 * Makefile.in (HFILES_NO_SRCDIR): Add "common/" to
2554 gdb_thread_db.h. Move all common/ entries to be together.
2555 (TAGS): Don't depend on DEPFILES.
2556
6e586cc5
YQ
25572011-06-23 Yao Qi <yao@codesourcery.com>
2558
2559 * infrun.c (start_remote): Move call init_wait_for_inferior to ...
2560 * remote.c (remote_start_remote): ... here.
2561 * monitor.c (monitor_open): ... here.
2562
86c3c1fc
AB
25632011-06-23 Andrew Burgess <aburgess@broadcom.com>
2564
2565 * gdbtypes.c (append_composite_type_field_aligned): Fix
2566 calculation of bit position based on alignment.
2567
28010a5d
PA
25682011-06-22 Pedro Alves <pedro@codesourcery.com>
2569
2570 * breakpoint.c (bpstat_stop_status): Call the check_status
2571 breakpoint_ops method.
2572 (print_one_breakpoint_location): Also print the condition for Ada
2573 exception catchpoints.
2574 (allocate_bp_location): New, factored out from
2575 allocate_bp_location.
2576 (allocate_bp_location): Adjust. Call the owner breakpoint's
2577 allocate_location method, if there is one.
2578 (free_bp_location): Call the locations's dtor method, if there is
2579 one.
2580 (init_raw_breakpoint_without_location): New breakpoint_ops
2581 parameter. Use it.
2582 (set_raw_breakpoint_without_location): Adjust.
2583 (init_raw_breakpoint): New breakpoint_ops parameter. Pass it down.
2584 (set_raw_breakpoint): Adjust.
2585 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
2586 (catch_syscall_breakpoint_ops): Install NULL allocate_location,
2587 re_set and check_status methods.
2588 (init_catchpoint): Don't memset, initialize thread, addr_string
2589 and enable_state. Pass the ops down to init_raw_breakpoint.
2590 (install_catchpoint): Rename to ...
2591 (install_breakpoint): ... this, and make extern.
2592 (create_fork_vfork_event_catchpoint): Adjust.
2593 (catch_exec_breakpoint_ops): Install NULL allocate_location,
2594 re_set and check_status methods.
2595 (create_syscall_event_catchpoint): Adjust.
2596 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
2597 (masked_watchpoint_breakpoint_ops): Install NULL
2598 allocate_location, re_set and check_status methods.
2599 (catch_exec_command_1): Adjust.
2600 (gnu_v3_exception_catchpoint_ops): Install NULL allocate_location,
2601 re_set and check_status methods.
2602 (create_ada_exception_breakpoint): Rename to ...
2603 (init_ada_exception_breakpoint): ... this. Add a struct
2604 breakpoint parameter, and delete the exp_string, cond_string and
2605 cond parameters. Use init_raw_breakpoint, and don't install or
2606 mention the breakpoint yet. Don't clear breakpoint fields that
2607 init_raw_breakpoint already clears.
2608 (re_set_breakpoint): Delete, split into ...
2609 (breakpoint_re_set_default, prepare_re_set_context): ... these new
2610 functions.
2611 (breakpoint_re_set_one): Call the breakpoint's
2612 breakpoint_ops->re_set implementation, if there's one. Adjust.
2613 * breakpoint.h: Forward declare struct bpstats and struct bp_location.
2614 (struct bp_location_ops): New type.
2615 (struct bp_location): New field `ops'.
2616 (struct breakpoint_ops): New `allocate_location', `re_set' and
2617 `check_status' fields. Make `breakpoint_hit''s description match
2618 reality.
2619 (init_bp_location): Declare.
2620 (breakpoint_re_set_default): Declare.
2621 (create_ada_exception_breakpoint): Rename to ...
2622 (init_ada_exception_breakpoint): ... this. Add a struct
2623 breakpoint parameter, and delete the exp_string, cond_string and
2624 cond parameters.
2625 (install_breakpoint): Declare.
2626 * ada-lang.c: Include exceptions.h.
2627 <Ada exceptions description>: Update.
2628 (struct ada_catchpoint_location): New type.
2629 (ada_catchpoint_location_dtor): New function.
2630 (ada_catchpoint_location_ops): New global.
2631 (ada_catchpoint): New type.
2632 (create_excep_cond_exprs): New function.
2633 (dtor_exception, allocate_location_exception, re_set_exception)
2634 (should_stop_exception, check_status_exception): New functions.
2635 (print_one_exception, print_mention_exception)
2636 (print_recreate_exception): Adjust.
2637 (dtor_catch_exception, allocate_location_catch_exception)
2638 (re_set_catch_exception, check_status_catch_exception): New
2639 functions.
2640 (catch_exception_breakpoint_ops): Install them.
2641 (dtor_catch_exception_unhandled)
2642 (allocate_location_catch_exception_unhandled)
2643 (re_set_catch_exception_unhandled)
2644 (check_status_catch_exception_unhandled): New functions.
2645 (catch_exception_unhandled_breakpoint_ops): Install them.
2646 (dtor_catch_assert, allocate_location_catch_assert)
2647 (re_set_catch_assert, check_status_catch_assert): New functions.
2648 (catch_assert_breakpoint_ops): Install them.
2649 (ada_exception_catchpoint_p): Delete.
2650 (catch_ada_exception_command_split)
2651 (ada_exception_catchpoint_cond_string): Rename exp_string
2652 parameter to excep_string. Adjust.
2653 (ada_parse_catchpoint_condition): Delete.
2654 (ada_exception_sal): Rename the exp_string parameter to
2655 excep_string. Delete the cond_string and cond parameters.
2656 Adjust.
2657 (ada_decode_exception_location): Rename the exp_string parameter
2658 to excep_string. Delete the cond_string and cond parameters.
2659 Adjust.
2660 (create_ada_exception_catchpoint): New function.
2661 (catch_ada_exception_command, ada_decode_assert_location)
2662 (catch_assert_command): Adjust.
2663 * ada-lang.h (ada_exception_catchpoint_p): Delete declaration.
2664
9ac4176b
PA
26652011-06-22 Pedro Alves <pedro@codesourcery.com>
2666
2667 * ada-lang.c: Include arch-utils.h.
2668 (ada_decode_exception_location): Make static.
2669 (catch_ada_exception_command): Moved here from breakpoint.c.
2670 (ada_decode_assert_location): Make static.
2671 (catch_assert_command): Moved here from breakpoint.c.
2672 (_initialize_ada_lang): Install the exception and assert
2673 catchpoint commands here.
2674 * ada-lang.h (ada_decode_exception_location)
2675 (ada_decode_assert_location): Delete declarations.
2676 * breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): Moved to
2677 breakpoint.h.
2678 (create_ada_exception_breakpoint): Make extern.
2679 (catch_ada_exception_command, catch_assert_command): Moved to
2680 ada-lang.c.
2681 (add_catch_command): Make extern.
2682 (_initilize_breakpoint): Don't install the exception and assert
2683 catchpoint commands here.
2684 * breakpoint.h (CATCH_PERMANENT, CATCH_TEMPORARY): Moved from
2685 breakpoint.c
2686 (add_catch_command, create_ada_exception_breakpoint): Declare.
2687
c56053d2
PA
26882011-06-22 Pedro Alves <pedro@codesourcery.com>
2689
2690 * breakpoint.c (init_raw_breakpoint_without_location): Don't add
2691 the breakpoint to the breakpoint chain here.
2692 (set_raw_breakpoint_without_location): Add the breakpoint to the
2693 breakpoint chain here.
2694 (init_raw_breakpoint): Adjust comments.
2695 (set_raw_breakpoint): Add the breakpoint to the breakpoint chain
2696 here.
2697 (init_catchpoint): Don't set the catchpoint's breakpoint number
2698 here.
2699 (install_catchpoint): New function.
2700 (create_fork_vfork_event_catchpoint)
2701 (create_syscall_event_catchpoint, catch_exec_command_1): Adjust to
2702 use install_catchpoint.
2703
d2f3fc74
PA
27042011-06-22 Pedro Alves <pedro@codesourcery.com>
2705
2706 * breakpoint.c (create_catchpoint_without_mention)
2707 (create_catchpoint): Delete.
2708
b4d90040
PA
27092011-06-22 Pedro Alves <pedro@codesourcery.com>
2710
2711 * breakpoint.h (struct breakpoint): Delete field `exec_pathname'.
2712 * breakpoint.c (init_raw_breakpoint_without_location): Remove
2713 reference to exec_pathname.
2714 (struct exec_catchpoint): New type.
2715 (dtor_catch_exec): New function.
2716 (insert_catch_exec, print_it_catch_exec, print_one_catch_exec): Adjust.
2717 (catch_exec_breakpoint_ops): Install dtor_catch_syscall.
2718 (catch_exec_command_1): Adjust to use init_catchpoint.
2719 (delete_breakpoint): Remove reference to exec_pathname.
2720
be5c67c1
PA
27212011-06-22 Pedro Alves <pedro@codesourcery.com>
2722
2723 * breakpoint.h (struct breakpoint_ops): New field `dtor'.
2724 (struct breakpoint): Delete field `syscalls_to_be_caught'.
2725 * breakpoint.c (init_raw_breakpoint_without_location): Remove
2726 reference to syscalls_to_be_caught.
2727 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops): Install a
2728 NULL `dtor'.
2729 (struct syscall_catchpoint): New type.
2730 (dtor_catch_syscall): New function.
2731 (insert_catch_syscall, remove_catch_syscall)
2732 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
2733 (print_recreate_catch_syscall): Adjust.
2734 (catch_syscall_breakpoint_ops): Install dtor_catch_syscall.
2735 (catch_exec_breakpoint_ops): Install a NULL `dtor'.
2736 (create_syscall_event_catchpoint): Adjust to use init_catchpoint.
2737 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
2738 (masked_watchpoint_breakpoint_ops)
2739 (gnu_v3_exception_catchpoint_ops): Install a NULL `dtor'.
2740 (delete_breakpoint): Call the `dtor' breakpoint_ops method, if
2741 there is one. Remove references to syscalls_to_be_caught.
2742 (catching_syscall_number): Adjust.
2743 * ada-lang.c (catch_exception_breakpoint_ops)
2744 (catch_exception_unhandled_breakpoint_ops)
2745 (catch_assert_breakpoint_ops): Install a NULL `dtor'.
2746
e29a4733
PA
27472011-06-22 Pedro Alves <pedro@codesourcery.com>
2748
2749 * breakpoint.h (struct breakpoint): Delete forked_inferior_pid
2750 field.
2751 * breakpoint.c (init_raw_breakpoint_without_location): Remove
2752 reference to forked_inferior_pid.
2753 (struct fork_catchpoint): New type.
2754 (breakpoint_hit_catch_fork, print_it_catch_fork)
2755 (print_one_catch_fork, breakpoint_hit_catch_vfork)
2756 (print_it_catch_vfork, print_one_catch_vfork): Adjust.
2757 (create_fork_vfork_event_catchpoint): Adjust to use
2758 init_catchpoint.
2759
346774a9
PA
27602011-06-22 Pedro Alves <pedro@codesourcery.com>
2761
2762 * breakpoint.c (add_to_breakpoint_chain)
2763 (init_raw_breakpoint_without_location): New functions, factored
2764 out from ...
2765 (set_raw_breakpoint_without_location): ... this one.
2766 (init_raw_breakpoint): New function, factored out from
2767 set_raw_breakpoint and adjusted to use
2768 init_raw_breakpoint_without_location.
2769 (set_raw_breakpoint): Adjust.
2770 (init_catchpoint): New function, factored out from
2771 create_catchpoint_without_mention and adjusted to use
2772 init_raw_breakpoint.
2773 (create_catchpoint_without_mention): Adjust.
2774
c38c4bc5
TT
27752011-06-22 Tom Tromey <tromey@redhat.com>
2776
2777 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_convert>: Treat type
2778 argument of 0 specially.
2779
b138ce37
YQ
27802011-06-22 Yao Qi <yao@codesourcery.com>
2781
2782 * infrun.c (handle_inferior_event): Remove write-only local variable
2783 `sw_single_step_trap_p'.
2784
03de6823
TT
27852011-06-20 Tom Tromey <tromey@redhat.com>
2786
2787 * symtab.c (lookup_language_this): End loop if block is NULL.
2788
66a17cb6
TT
27892011-06-17 Tom Tromey <tromey@redhat.com>
2790
2791 * valops.c (value_of_this): Use lookup_language_this.
2792 * symtab.h (lookup_language_this): Declare.
2793 * symtab.c (lookup_language_this): New function.
2794 (lookup_symbol_aux): Use lookup_language_this.
2795 * ax-gdb.c (gen_expr) <OP_THIS>: Use lookup_language_this.
2796
7518bff5
TT
27972011-06-17 Tom Tromey <tromey@redhat.com>
2798
2799 * value.h (value_of_this): Update.
2800 (value_of_local): Remove.
2801 * valops.c (value_of_this): Rename from value_of_local. Change
2802 parameters.
2803 * p-exp.y (exp): Update.
2804 (variable): Likewise.
2805 * eval.c (evaluate_subexp_standard) <OP_THIS>: Use value_of_this.
2806
aee28ec6
TT
28072011-06-17 Tom Tromey <tromey@redhat.com>
2808
2809 * valops.c (value_of_local): Complain if NAME is NULL.
2810 * std-operator.def (OP_OBJC_SELF): Remove.
2811 * parse.c (operator_length_standard) <OP_OBJC_SELF>: Remove.
2812 * objc-exp.y (name_not_typename): Use OP_THIS.
2813 * expprint.c (print_subexp_standard) <OP_THIS>: Print language's
2814 name for "this".
2815 <OP_OBJC_SELF>: Remove.
2816 * eval.c (evaluate_subexp_standard) <OP_OBJC_SELF>: Remove.
2817
eed8f803
TG
28182011-06-16 Tristan Gingold <gingold@adacore.com>
2819
2820 * python/py-events.h (gdb_py_events): Make it extern.
2821 * python/py-evtregistry.c (gdb_py_events): Declare.
2822
864ac8a7
HZ
28232011-06-16 Hui Zhu <teawater@gmail.com>
2824
2825 * remote.c (remote_trace_set_readonly_regions): Add check for
2826 remote_protocol_packets[PACKET_qXfer_traceframe_info].support before
2827 output warning.
2828
ef7e8358
UW
28292011-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2830
2831 * arm-linux-tdep.c: Include "auxv.h".
2832 (AT_HWCAP): Define.
2833 (ARM_LINUX_SIZEOF_VFP): Define.
2834 (arm_linux_supply_vfp): New function.
2835 (arm_linux_collect_vfp): Likewise.
2836 (arm_linux_regset_from_core_section): Handle .reg-arm-vfp sections.
2837 (arm_linux_fpa_regset_sections): New variable.
2838 (arm_linux_vfp_regset_sections): Likewise.
2839 (arm_linux_core_read_description): New function.
2840 (arm_linux_init_abi): Install arm_linux_core_read_description and
2841 arm_linux_fpa_regset_sections or arm_linux_vfp_regset_sections as
2842 appropriate for the architecture.
2843 * arm-tdep.h (struct gdbarch_tdep): Add member "vfpregset".
2844 (tdesc_arm_with_m): Declare.
2845 (tdesc_arm_with_iwmmxt): Likewise.
2846 (tdesc_arm_with_vfpv2): Likewise.
2847 (tdesc_arm_with_vfpv3): Likewise.
2848 (tdesc_arm_with_neon): Likewise.
2849 * arm-linux-nat.c: Move features/*.c includes ...
2850 * arm-tdep.c: ... here.
2851 * arm-linux-nat.c (arm_linux_read_description): Move initializing
2852 target description data structures ...
2853 * arm-tdep.c (_initialize_arm_tdep): ... here.
2854 * arm-linux-nat.c (HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3,
2855 HWCAP_VFPv3D16): Move definitions ...
2856 * arm-linux-tdep.h: ... here.
2857
c2fa21f1
HZ
28582011-06-15 Hui Zhu <teawater@gmail.com>
2859
2860 * remote.c (remote_trace_set_readonly_regions): Add a check for
2861 target_buf_size.
2862
dd707e8e
TT
28632011-06-14 Tom Tromey <tromey@redhat.com>
2864
2865 * coffread.c (coffread_objfile): Rename from current_objfile.
2866 * dbxread.c (dbxread_objfile): Rename from current_objfile.
2867 * mdebugread.c (mdebugread_objfile): Rename from current_objfile.
2868
86cc0029
TT
28692011-06-14 Tom Tromey <tromey@redhat.com>
2870
2871 * jv-lang.c (jv_type_objfile_data_key, dynamics_objfile)
2872 (class_symtab): Remove.
2873 (jv_dynamics_progspace_key): New global.
2874 (jv_per_objfile_free): Reset program space data. Update assert.
2875 Don't clear globals.
2876 (get_dynamics_objfile): Use and set program space data.
2877 (get_java_class_symtab): Use get_dynamics_objfile.
2878 (add_class_symbol): Likewise.
2879 (java_link_class_type): Likewise.
2880 (java_object_type, jv_clear_object_type, set_java_object_type):
2881 Remove.
2882 (get_java_object_type): Update. Don't cache result.
2883 (is_object_type): Don't call set_java_object_type.
2884 (_initialize_java_language): Don't set jv_type_objfile_data_key;
2885 initialize jv_dynamics_progspace_key.
2886
91a81f69
TT
28872011-06-14 Tom Tromey <tromey@redhat.com>
2888
2889 * symtab.h (current_objfile): Don't declare.
2890 * objfiles.h (current_objfile): Don't declare.
2891 * objfiles.c (current_objfile): Remove.
2892 * mdebugread.c (current_objfile): New file-scope global.
2893 * dbxread.c (current_objfile): New file-scope global.
2894 * coffread.c (current_objfile): New file-scope global.
2895
dc7eb48e
PA
28962011-06-13 Pedro Alves <pedro@codesourcery.com>
2897
2898 * top.h (line): Rename to ...
2899 (saved_command_line): ... this.
2900 (linesize): Rename to ...
2901 (saved_command_line_size): ... this.
2902 * top.c (line): Rename to ...
2903 (saved_command_line): ... this.
2904 (linesize): Rename to ...
2905 (saved_command_line_size): ... this.
2906 (dont_repeat, command_line_input, dont_repeat_command): Adjust.
2907 * event-top.c (command_line_handler): Adjust.
2908 * main.c (captured_main): Adjust.
2909
0d6c2135
MK
29102011-06-12 Mark Kettenis <kettenis@gnu.org>
2911
2912 * i386-tdep.c (i386_epilogue_frame_cache): Simplify code. Call
2913 get_frame_func instead of get_frame_pc to determine the code
2914 address used to construct the frame ID.
2915 (i386_epilogue_frame_unwind_stop_reason): Fix coding style.
2916 (i386_epilogue_frame_this_id): Likewise.
2917 (i386_epilogue_frame_prev_register): New function.
2918 (i386_epilogue_frame_unwind): Use i386_epilogue_frame_prev_register.
2919 (i386_stack_tramp_frame_sniffer): Fix coding style.
2920 (i386_stack_tramp_frame_unwind): Use i386_epilogue_frame_prev_register.
2921 (i386_gdbarch_init): Fix comments.
2922
8bbdd3f4
MK
29232011-06-12 Mark Kettenis <kettenis@gnu.org>
2924
2925 * i386-tdep.c (i386_match_insn_block): Use length of the proper
2926 instruction when walking back through the instruction stream.
2927
533a737e
JK
29282011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2929
2930 * symtab.c (output_partial_symbol_filename): Exchange the filename and
2931 fullname parameters order.
2932
44b13c5a
JK
29332011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2934
2935 Code cleanup.
2936 * dwarf2read.c (dw2_map_symbol_filenames): Use symbol_filename_ftype
2937 for fun.
2938 * psymtab.c (map_symbol_filenames_psymtab)
2939 (map_partial_symbol_filenames): Likewise.
2940 * psymtab.h: Include symfile.h.
2941 (map_partial_symbol_filenames): Use symbol_filename_ftype for fun.
2942 * symfile.h (symbol_filename_ftype): New.
2943 (struct quick_symbol_functions): Use symbol_filename_ftype for fun of
2944 map_symbol_filenames, clarify more the naming in comment.
2945
0b5574da
DE
29462011-06-07 Doug Evans <dje@google.com>
2947
2948 * cc-with-index.sh: Fix typos in comment.
b8e9bd6c 2949 Look for ../../gdb, for fullname.exp.
0b5574da 2950
5be4dfca
JK
29512011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2952 Pedro Alves <pedro@codesourcery.com>
2953
2954 * cli/cli-cmds.c (shell_escape): Use waitpid.
2955 * rs6000-nat.c (exec_one_dummy_insn): Likewise.
2956
316a8b21
TG
29572011-06-07 Tristan Gingold <gingold@adacore.com>
2958
2959 * xcoffread.c (dwarf2_xcoff_names): New variable.
2960 (aix_process_linenos): Add a guard.
2961 (xcoff_symfile_finish): Free dwarf2.
2962 (xcoff_initial_scan): Add dwarf2 support.
2963
3dd5b83d
PA
29642011-06-06 Pedro Alves <pedro@codesourcery.com>
2965
2966 * infcall.c (run_inferior_call): Don't mask async. Instead force
2967 a synchronous wait, if the target can async.
2968
2969 * target.h (struct target_ops): Delete to_async_mask.
2970 (target_async_mask): Delete.
2971 * target.c (update_current_target): Delete references to to_async_mask.
2972 * linux-nat.c (linux_nat_async_mask_value): Delete.
2973 (linux_nat_is_async_p, linux_nat_can_async_p): Remove references
2974 to linux_nat_async_mask_value.
2975 (linux_nat_async_mask): Delete.
2976 (linux_nat_async, linux_nat_close): Remove references to
2977 linux_nat_async_mask_value.
2978 * record.c (record_async_mask_value): Delete.
2979 (record_async): Remove references to record_async_mask_value.
2980 (record_async_mask): Delete.
2981 (record_can_async_p, record_is_async_p): Remove references to
2982 record_async_mask_value.
2983 (init_record_ops, init_record_core_ops): Remove references to
2984 record_async_mask.
2985 * remote.c (remote_async_mask_value): Delete.
2986 (init_remote_ops): Remove reference to remote_async_mask.
2987 (remote_can_async_p, remote_is_async_p): Remove references to
2988 remote_async_mask_value.
2989 (remote_async): Remove references to remote_async_mask_value.
2990 (remote_async_mask): Delete.
2991
2992 * infrun.c (fetch_inferior_event): Don't claim registers changed
2993 if the current thread is already not executing.
2994
64b9b334
JB
29952011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
2996
2997 From Stephen Kitt <steve@sk2.org>
2998 * breakpoint.c, breakpoint.h, cli/cli-dump.c, dwarf2expr.c,
2999 gdbarch.c, gdbarch.sh, remote.c: Various spelling fixes.
3000
325663dc
JB
30012011-06-03 Joel Brobecker <brobecker@adacore.com>
3002
3003 * dwarf2expr.c (execute_stack_op) [DW_OP_deref]: Handle
3004 the case where ADDR_SIZE is different from TYPE_LENGTH (type).
3005
8cf64490
TT
30062011-06-03 Tom Tromey <tromey@redhat.com>
3007
3008 * python/py-inferior.c (python_inferior_exit): Use inferior's exit
3009 code fields.
3010 * python/py-exitedevent.c (create_exited_event_object): Change
3011 type of 'exit_code'. Optionally add exit_code attribute.
3012 (emit_exited_event): Change type of 'exit_code'.
3013 * python/py-event.h (emit_exited_event): Update.
3014 * mi/mi-interp.c (mi_inferior_exit): Print exit code.
3015 * infrun.c (handle_inferior_event): Set exit code fields on
3016 inferior.
3017 * inferior.h (struct inferior) <has_exit_code, exit_code>: New
3018 fields.
3019 * inferior.c (exit_inferior_1): Initialize new fields.
3020
8ddd9a20
TT
30212011-06-03 Tom Tromey <tromey@redhat.com>
3022
3023 * dwarf2expr.c (get_signed_type): New function.
3024 (execute_stack_op) <DW_OP_shra>: Always perform a signed shift.
3025
8dfd1e6d
KS
30262011-06-02 Keith Seitz <keiths@redhat.com>
3027
3028 * objc-lang.c (find_methods): Increment objfile_csym earlier.
3029
65fdb766
PA
30302011-06-02 Pedro Alves <pedro@codesourcery.com>
3031
3032 * top.h (simplified_command_loop): Delete declaration.
3033
f4b8c29b
MF
30342011-06-01 Mike Frysinger <vapier@gentoo.org>
3035
3036 * remote-sim.c (gdbsim_open): Add the strlen of " --sysroot=" and
3037 gdb_sysroot to the "len" variable. Append both to "arg_buf".
3038
1706c199
YQ
30392011-06-01 Yao Qi <yao@codesourcery.com>
3040
3041 * objfiles.h (obj_section_addr): Update reference to objfile from
3042 `abfd' to `obfd'.
3043 (obj_section_endaddr): Likewise.
3044
d19cd713 30452011-06-01 Daniel Jacobowitz <drow@false.org>
8d07004d
DJ
3046
3047 * MAINTAINERS: Update my email address and affiliation. Also
3048 update Ian Lance Taylor's affiliation. Use UTF-8 for ludo@gnu.org.
3049
e8eb7bc5
KS
30502010-05-31 Keith Seitz <keiths@redhat.com>
3051
3052 PR c++/12750
3053 * linespec.c (get_search_block): New function.
3054 (find_methods): Add FILE_SYMTATB parameter and use it and
3055 get_search_block to pass an appropriate block to
3056 lookup_symbol_in_namespace.
3057 (decode_line_1): Record if *ARGPTR is single-quote enclosed.
3058 Check if *ARGPTR starts with a filename first.
3059 If it does, call locate_first_half again to locate the next
3060 "first half" of the linespec.
3061 Pass FILE_SYMTATB to decode_objc and decode_compound.
3062 Swallow the trailing single-quote if IS_SQUOTE_ENCLOSED.
3063 (locate_first_half): Stop on the first colon seen.
3064 (decode_compound): Add FILE_SYMTAB parameter.
3065 Pass FILE_SYMTAB to lookup_prefix_sym and find_method.
3066 (lookup_prefix_sym): Add FILE_SYMTAB parameter and use
3067 get_search_block with lookup_symbol.
3068 (find_method): Add FILE_SYMTAB parameter and pass it to
3069 find_methods.
3070 (decode_objc): Use get_search_block.
3071
2b1dbab0
KS
30722010-05-31 Keith Seitz <keiths@redhat.com>
3073
3074 PR symtab/12704
3075 * cp-namespace.c (ANONYMOUS_NAMESPACE_LEN): Remove.
3076 (cp_scan_for_anonymous_namespaces): Use CP_ANONYMOUS_NAMESPACE_STR
3077 and CP_ANONYMOUS_NAMESPACE_LEN.
3078 (cp_is_anonymous): Likewise.
3079 * cp-support.h (CP_ANONYMOUS_NAMESPACE_STR): Define.
3080 (CP_ANONYMOUS_NAMESPACE_LEN): Define.
3081 * dwarf2read.c (namespace_name): Likewise.
3082 (fixup_partial_die): Likewise.
3083 * linespec.c (decode_compound): If CP_ANONYMOUS_NAMESPACE_STR is
3084 seen in the input, keep it.
3085
6d549500
PA
30862011-05-30 Pedro Alves <pedro@codesourcery.com>
3087
3088 * target.h (enum inferior_event_type): Delete INF_QUIT_REQ.
3089 * inf-loop.h (inferior_event_handler_wrapper): Delete.
3090 * inf-loop.c (inferior_event_handler_wrapper): Delete.
3091 (inferior_event_handler): Don't handle INF_QUIT_REQ.
3092 * remote.c (_initialize_remote): Register
3093 async_remote_interrupt_twice directly as
3094 sigint_remote_twice_token event.
3095
395bff70
PA
30962011-05-30 Pedro Alves <pedro@codesourcery.com>
3097
3098 * target.h (enum inferior_event_type): Delete INF_ERROR.
3099 * inf-loop.c (inferior_event_handler): Don't handle INF_ERROR.
3100
97224164
PA
31012011-05-30 Pedro Alves <pedro@codesourcery.com>
3102
3103 * interps.c (interp_set): Don't cancel continuations.
3104
07e78767
JK
31052011-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3106
3107 * linux-nat.c (linux_lwp_is_zombie): Use xsnprintf.
3108
fa4cd53f
PA
31092011-05-30 Pedro Alves <pedro@codesourcery.com>
3110
3111 * continuations.h (continuation_ftype): Add `err' parameter.
3112 Document parameters.
3113 (do_all_continuations, do_all_continuations_thread)
3114 (do_all_intermediate_continuations)
3115 (do_all_intermediate_continuations_thread)
3116 (do_all_inferior_continuations): Add `err' parameter.
3117 * continuations.c (do_my_continuations_1, do_my_continuations)
3118 (do_all_inferior_continuations, do_all_continuations_ptid)
3119 (do_all_continuations_thread_callback)
3120 (do_all_continuations_thread, do_all_continuations)
3121 (do_all_intermediate_continuations_thread_callback)
3122 (do_all_intermediate_continuations_thread)
3123 (do_all_intermediate_continuations): Add `err' parameter, and pass
3124 it down all the way to the continuations proper.
3125 * inf-loop.c (inferior_event_handler): If fetching an inferior
3126 event throws an error, don't pop the target, and still call the
3127 continuations, but with `err' set. Adjust all other continuation
3128 calls.
3129 * breakpoint.c (until_break_command_continuation): Add `err'
3130 parameter.
3131 * infcmd.c (step_1_continuation): Add `err' parameter. Don't
3132 issue another step if `err' is set.
3133 (struct until_next_continuation_args): New.
3134 (until_next_continuation): Add `err' parameter. Adjust.
3135 (until_next_command): Adjust.
3136 (struct finish_command_continuation_args): Add `thread' field.
3137 (finish_command_continuation): Add `err' parameter. Handle it.
3138 (finish_forward): Adjust.
3139 (attach_command_continuation): Add `err' parameter. Handle it.
3140 * infrun.c (infrun_thread_stop_requested_callback): Adjust to
3141 cancel the continuations.
3142 * interps.c (interp_set): Adjust to cancel the continuations.
3143 * thread.c (clear_thread_inferior_resources): Adjust to cancel the
3144 continuations rather than discarding.
3145 (free_thread): Don't clear thread inferior resources here.
3146 (delete_thread_1): Do it here instead. And do it before removing
3147 the thread from the threads list. Tag the thread as exited before
3148 clearing thread inferior resources.
3149
c2949be0
JB
31502011-05-30 Joel Brobecker <brobecker@adacore.com>
3151
3152 * infcall.c (call_function_by_hand): Rephrase error message.
3153
619cebe8
PA
31542011-05-27 Pedro Alves <pedro@codesourcery.com>
3155
3156 * defs.h (struct thread_info, struct inferior): Delete forward
3157 declarations.
3158 * breakpoint.h (struct thread_info): New forward declaration.
3159 * observer.sh (struct inferior): New forward declaration.
3160 * python/python-internal.h (struct inferior): New forward
3161 declaration.
3162
be34f849
PA
31632011-05-27 Pedro Alves <pedro@codesourcery.com>
3164
3165 * defs.h (struct continuation, continuation_ftype)
3166 (continuation_free_arg_ftype, add_continuation)
3167 (do_all_continuations, do_all_continuations_thread)
3168 (discard_all_continuations, discard_all_continuations_thread)
3169 (add_intermediate_continuation, do_all_intermediate_continuations)
3170 (do_all_intermediate_continuations_thread)
3171 (discard_all_intermediate_continuations)
3172 (discard_all_intermediate_continuations_thread)
3173 (add_inferior_continuation, do_all_inferior_continuations)
3174 (discard_all_inferior_continuations): Move to ...
3175 * continuations.h: ... this new file.
3176 * breakpoint.c, continuations.c, event-top.c, inf-loop.c,
3177 infcmd.c, inferior.c, infrun.c, interps.c: Include
3178 continuations.h.
3179
432b4d03
JK
31802011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3181 Doug Evans <dje@google.com>
3182
3183 Fix PR 10970, PR 12702.
3184 * linux-nat.c (linux_lwp_is_zombie): New function.
3185 (wait_lwp): Initialize status. New variable prev_mask. Block signals.
3186 Check for linux_lwp_is_zombie. Use WNOHANG and sigsuspend.
3187
b0f260d6
PA
31882011-05-27 Pedro Alves <pedro@codesourcery.com>
3189
3190 * defs.h (continuation_ftype, continuation_free_arg_ftype): New
3191 typedefs.
3192 (add_continuation, add_intermediate_continuation)
3193 (add_inferior_continuation): Use them.
3194 * continuations.c (struct continuation): Use them.
3195 (make_continuation_ftype): Delete.
3196 (make_continuation, add_inferior_continuation, add_continuation)
3197 (add_intermediate_continuation): Use continuation_ftype and
3198 continuation_free_arg_ftype. Rename parameters to shorter names.
3199
af1e9a32
PA
32002011-05-27 Pedro Alves <pedro@codesourcery.com>
3201
3202 * continuations.c (make_continuation): Make it return void.
3203 (do_my_continuations): Rename to ...
3204 (do_my_continuations_1): ... this. Remove old_chain parameter and
3205 adjust.
3206 (do_my_continuations): New.
3207 (discard_my_continuations): Rename to ...
3208 (discard_my_continuations_1): ... this. Remove old_chain
3209 parameter and adjust.
3210 (discard_my_continuations): New.
3211 (add_inferior_continuation): Simplify.
3212 (do_all_inferior_continuations): Reimplement on top
3213 do_my_continuations.
3214 (discard_all_inferior_continuations): Simplify.
3215 (add_continuation): Simplify.
3216 (do_all_continuations_ptid): Simplify.
3217 (discard_all_continuations_thread_callback): Simplify.
3218 (add_intermediate_continuation): Simplify.
3219 (discard_all_intermediate_continuations_thread_callback):
3220 Simplify.
3221
50c0c017
PA
32222011-05-27 Pedro Alves <pedro@codesourcery.com>
3223
3224 * utils.c (struct continuation, add_continuation)
3225 (add_inferior_continuation)
3226 (do_all_inferior_continuations, discard_all_inferior_continuations)
3227 (restore_thread_cleanup, do_all_continuations_ptid)
3228 (do_all_continuations_thread_callback)
3229 (do_all_continuations_thread, do_all_continuations)
3230 (discard_all_continuations_thread_callback)
3231 (discard_all_continuations_thread, discard_all_continuations)
3232 (add_intermediate_continuation)
3233 (do_all_intermediate_continuations_thread_callback)
3234 (do_all_intermediate_continuations_thread)
3235 (do_all_intermediate_continuations)
3236 (discard_all_intermediate_continuations_thread_callback)
3237 (discard_all_intermediate_continuations_thread)
3238 (discard_all_intermediate_continuations): Move to ...
3239 * continuations.c: ... this new file, and adjust to no longer
3240 implement continuations on top of cleanups.
3241 * Makefile.in (SFILES): Add continuations.c.
3242 (COMMON_OBS): Add continuations.o.
3243
d8b34453
PA
32442011-05-26 Pedro Alves <pedro@codesourcery.com>
3245
3246 * inferior.h (enum exec_direction_kind): Delete EXEC_ERROR.
3247 * infrun.c (show_exec_direction_func): Don't handle EXEC_ERROR.
3248 Internal error on invalid values.
3249 * reverse.c: Don't handle EXEC_ERROR.
3250 * mi/mi-main.c: Don't handle EXEC_ERROR.
3251
32231432
PA
32522011-05-26 Pedro Alves <pedro@codesourcery.com>
3253
3254 * record.c: Include event-loop.h, inf-loop.h.
3255 (record_beneath_to_async): New global.
3256 (tmp_to_async): New global.
3257 (record_async_inferior_event_token): New global.
3258 (record_open_1): Don't error out if async is enabled.
3259 (record_open): Handle to_async. Create an async event source in
3260 the event loop.
3261 (record_close): Delete the async event source.
3262 (record_resumed): New global.
3263 (record_execution_dir): New global.
3264 (record_resume, record_core_resume): Set them. Register the
3265 target on the event loop.
3266 (record_wait): Rename to ...
3267 (record_wait_1): ... this. Add more debug output. Handle
3268 TARGET_WNOHANG, and the target beneath returning
3269 TARGET_WAITKIND_IGNORE.
3270 (record_wait): Reimplement on top of record_wait_1.
3271 (record_async_mask_value): New global.
3272 (record_async, record_async_mask, record_can_async_p)
3273 (record_is_async_p, record_execution_direction): New functions.
3274 (init_record_ops, init_record_core_ops): Install new methods.
3275 * infrun.c (fetch_inferior_event): Temporarily switch the global
3276 execution direction to the direction the target was going.
3277 (execution_direction): Change type to int.
3278 * target.c (default_execution_direction): New function.
3279 (update_current_target): Inherit and de_fault
3280 to_execution_direction.
3281 * target.h (struct target_ops) <to_execution_direction>: New
3282 field.
3283 (target_execution_direction): New macro.
3284 * inferior.h (execution_direction): Change type to int.
3285
949dc678
PA
32862011-05-26 Pedro Alves <pedro@codesourcery.com>
3287
3288 * infcall.c (call_function_by_hand): Don't allow calling functions
3289 in reverse execution mode.
3290
c13bd2b5
PA
32912011-05-26 Pedro Alves <pedro@codesourcery.com>
3292
3293 * infcmd.c (finish_command): Allow async finish in reverse.
3294
6938fd34
YQ
32952011-05-26 Yao Qi <yao@codesourcery.com>
3296
3297 * gdb_thread_db.h: Delete. Move to ...
3298 * common/gdb_thread_db.h: ... here.
3299
9da8c2a0
PA
33002011-05-26 Pedro Alves <pedro@codesourcery.com>
3301
3302 * infcmd.c (finish_backward): Set a step-resume breakpoint at the
3303 function's entry point instead of a manually managed momentary
3304 breakpoint, and only ever issue one proceed call.
3305 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_STEP_RESUME>: If
3306 doing a reverse-finish, switch to stepi mode, to do another step.
3307 (insert_step_resume_breakpoint_at_sal): Make public.
3308 (normal_stop): No need to save function value return registers if
3309 going reverse.
3310 * inferior.h (insert_step_resume_breakpoint_at_sal): Declare.
3311
2c03e5be
PA
33122011-05-26 Pedro Alves <pedro@codesourcery.com>
3313
3314 * breakpoint.h (enum bptype) <bp_hp_step_resume>: New.
3315 (enum bpstat_what_main_action): Move BPSTAT_WHAT_STEP_RESUME
3316 before BPSTAT_WHAT_STOP_SILENT. Add BPSTAT_WHAT_HP_STEP_RESUME
3317 at the end.
3318 * breakpoint.c (update_breakpoints_after_exec): Also delete hp
3319 step-resume breakpoints.
3320 (print_it_typical): Handle bp_hp_step_resume.
3321 (bpstat_what): Ditto.
3322 (bptype_string): Ditto.
3323 (print_one_breakpoint_location): Ditto.
3324 (allocate_bp_location): Ditto.
3325 (mention): Ditto.
3326 (breakpoint_re_set_one): Ditto.
3327 * infrun.c (handle_inferior_event): Adjust. Split
3328 BPSTAT_WHAT_STEP_RESUME handling in BPSTAT_WHAT_STEP_RESUME and
3329 BPSTAT_WHAT_HP_STEP_RESUME.
3330 (insert_step_resume_breakpoint_at_sal): Rename to ...
3331 (insert_step_resume_breakpoint_at_sal_1): ... this. Add bptype
3332 parameter. Handle it.
3333 (insert_step_resume_breakpoint_at_sal): Reimplement on top of
3334 insert_step_resume_breakpoint_at_sal_1.
3335 (insert_step_resume_breakpoint_at_frame): Rename to ...
3336 (insert_hp_step_resume_breakpoint_at_frame): ... this. Adjust to
3337 set a high-priority step-resume breakpoint.
3338 (insert_step_resume_breakpoint_at_frame): Adjust comment.
3339 (insert_step_resume_breakpoint_at_caller): Ditto.
3340
51be5b68
PA
33412011-05-26 Pedro Alves <pedro@codesourcery.com>
3342
3343 * breakpoint.c (iterate_over_related_breakpoints): New.
3344 (do_map_delete_breakpoint): New.
3345 (delete_command): Pass do_map_delete_breakpoint to
3346 map_breakpoint_numbers.
3347 (do_disable_breakpoint): New.
3348 (do_map_disable_breakpoint): Iterate over the breakpoint's related
3349 breakpoints.
3350 (do_enable_breakpoint): Rename to ...
3351 (enable_breakpoint_disp): ... this.
3352 (enable_breakpoint): Adjust.
3353 (do_enable_breakpoint): New.
3354 (enable_once_breakpoint): Delete.
3355 (do_map_enable_breakpoint): New.
3356 (do_map_enable_once_breakpoint): New.
3357 (enable_once_command, enable_delete_command)
3358 (delete_trace_command): Iterate over the breakpoint's related
3359 breakpoints.
3360
4a1be8d2
PA
33612011-05-26 Pedro Alves <pedro@codesourcery.com>
3362
3363 * alpha-tdep.c (alpha_cannot_fetch_register): Don't return true
3364 for ALPHA_ZERO_REGNUM.
3365 (alpha_supply_int_regs): Explicitly supply zero as the value for
3366 ALPHA_ZERO_REGNUM in the register cache.
3367 * alpha-nat.c (fetch_osf_core_registers): Ditto.
3368
59d70315
YQ
33692011-05-26 Yao Qi <yao@codesourcery.com>
3370
3371 * gdb/gdb_thread_db.h: Remove HAVE_UINTPTR_T.
3372
251d32d9
TG
33732011-05-26 Tristan Gingold <gingold@adacore.com>
3374
3375 * symfile.h (struct dwarf2_section_names): New type.
3376 (struct dwarf2_debug_sections): New type.
3377 (dwarf2_has_info): Add parameter.
3378 * dwarf2read.c (dwarf2_elf_names): New variable.
3379 (INFO_SECTION, ABBREV_SECTION, LINE_SECTION, LOC_SECTION)
3380 (MACINFO_SECTION, STR_SECTION, RANGES_SECTION, TYPES_SECTION)
3381 (FRAME_SECTION, EH_FRAME_SECTION, GDB_INDEX_SECTION): Remove.
3382 (dwarf2_has_info): Add names parameter. Pass names
3383 to dwarf2_locate_sections.
3384 (section_is_p): Rewrite using the names parameter.
3385 (dwarf2_locate_sections): Use section names from the names parameter.
3386 * coffread.c (coff_symfile_read): Adjust call to dwarf2_has_info.
3387 * elfread.c (read_psyms): Ditto.
3388 * machoread.c (macho_symfile_read): Ditto.
3389
652c71b4
AS
33902011-05-25 Andreas Schwab <schwab@redhat.com>
3391
3392 PR gdb/8677
3393 * event-loop.c (handle_file_event): Don't handle POLLHUP as error.
3394
f17170e5
KS
33952011-05-24 Keith Seitz <keiths@redhat.com>
3396
3397 PR breakpoint/12803
3398 * linespec.c (keep_name_info): Add handling for "volatile" keyword.
3399 (decode_compound): Unconditionally call keep_name_info.
3400
cdac0397
PA
34012011-05-24 Pedro Alves <pedro@codesourcery.com>
3402
3403 * breakpoint.c (watchpoint_check): If the watchpoint went out of
3404 scope, clear its command list.
3405 (map_breakpoint_numbers): Don't walk the related breakpoints list
3406 of each breakpoint.
3407
91d4fe3f
TT
34082011-05-24 Tom Tromey <tromey@redhat.com>
3409
3410 * MAINTAINERS: Move Jim Blandy to past maintainers.
3411
3017a003
TG
34122011-05-24 Tristan Gingold <gingold@adacore.com>
3413
3414 * symfile.h (enum dwarf2_section_enum): New type.
3415 (dwarf2_get_section_info): New prototype.
3416 * dwarf2read.c (dwarf2_get_section_info): Replace parameter
3417 section_name by sect. Use a switch to select the info.
3418 * dwarf2-frame.c (warf2_get_section_info): Remove prototype.
3419 (dwarf2_build_frame_info): Adjust calls to dwarf2_get_section_info.
3420
c91c8c16
PA
34212011-05-24 Pedro Alves <pedro@codesourcery.com>
3422
3423 * solib-svr4.c (svr4_solib_create_inferior_hook): Skip setting
3424 shared library event breakpoint if there's no execution.
3425
77bc418a
TJB
34262011-05-24 Thiago Jung Bauermann <bauerman@br.ibm.com>
3427
3428 * breakpont.c (remove_hw_watchpoints): Remove unused function.
3429 * breakpoint.h remove_hw_watchpoints(): Remove prototype.
3430
c50491a7
TT
34312011-05-23 Tom Tromey <tromey@redhat.com>
3432
3433 * c-lang.c (evaluate_subexp_c): Use expect_type if it is not
3434 NULL.
3435
6d64e6d4
DE
34362011-05-23 Doug Evans <dje@google.com>
3437
3438 * python/lib/gdb/printing.py (register_pretty_printer): Add missing
3439 entry for RuntimeError to doc string.
3440
2067c8d4
JG
34412011-05-23 Jerome Guitton <guitton@adacore.com>
3442
3443 * sparc-tdep.c (sparc_skip_stack_check): Recognize a new instruction
3444 sequence for probing loops.
3445
b136cd05
PA
34462011-05-23 Pedro Alves <pedro@codesourcery.com>
3447
3448 * infrun.c (user_visible_resume_ptid): Fix typos in describing
3449 comment.
3450
22e74ef9
MK
34512011-05-21 Mark Kettenis <kettenis@gnu.org>
3452
3453 * sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supply
3454 zero as the value for %g0 in the register cache.
3455 * sparc-tdep.c (sparc32_supply_gregset): Likewise.
3456 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
3457
842951eb
PA
34582011-05-20 Pedro Alves <pedro@codesourcery.com>
3459
3460 * infrun.c (proceed): Set previous_inferior_ptid here.
3461 (init_wait_for_inferior): Initialize previous_inferior_ptid from
3462 inferior_ptid, not null_ptid.
3463 (wait_for_inferior): Don't initialize previous_inferior_ptid here.
3464 (fetch_inferior_event): Nor here.
3465
46cf51e6
PA
34662011-05-20 Pedro Alves <pedro@codesourcery.com>
3467
3468 * inf-loop.c (inferior_event_handler): Only output a message if
3469 verbose.
3470
29ef4c46
LM
34712011-05-20 Luis Machado <lgustavo@codesourcery.com>
3472
3473 * MAINTAINERS: Update my e-mail address.
3474
f148b27e
PA
34752011-05-20 Pedro Alves <pedro@codesourcery.com>
3476
3477 * infrun.c (proceed): Switch the inferior event loop to
3478 INF_EXEC_COMPLETE if the target refused to resume from a
3479 vfork/fork.
3480
09cee04b
PA
34812011-05-20 Pedro Alves <pedro@codesourcery.com>
3482
3483 * infcmd.c: Include "inf-loop.h".
3484 (step_once): When stepping into an inline subroutine, pretend the
3485 target has run. If the target can async, switch the inferior
3486 event loop to INF_EXEC_COMPLETE.
3487 * inferior.h (user_visible_resume_ptid): Declare.
3488 * infrun.c (user_visible_resume_ptid): New function, factored out
3489 from `resume'.
3490 (resume): Use it.
3491 * mi/mi-main.c (mi_execute_async_cli_command): Remove assertion
3492 that the current thread is running. Merge async and sync
3493 branches.
3494
751b8ce1
PA
34952011-05-20 Pedro Alves <pedro@codesourcery.com>
3496
3497 * infcmd.c (step_1): Simplify synchronous case.
3498
e93a69ed
PA
34992011-05-20 Pedro Alves <pedro@codesourcery.com>
3500
3501 * tracepoint.c: Include exceptions.h.
3502 (TFILE_PID): Move higher in file.
3503 (tfile_open): Delay pushing the tfile target until we're assured
3504 the tfile header is present in the file. Wrap reading the initial
3505 newline-terminated lines in TRY_CATCH. Pop the target if the
3506 initial setup failed. Add the tfile's thread immediately
3507 aftwards, before any non-essential setup. Don't skip
3508 post_create_inferior if there are no traceframes present in the
3509 file.
3510 (tfile_close): Remove redundant check for null before xfree call.
3511 (tfile_thread_alive): New function.
3512 (init_tfile_ops): Register it as to_thread_alive callback.
3513
6823e2b1
PA
35142011-05-20 Pedro Alves <pedro@codesourcery.com>
3515
3516 * tracepoint.c (tfile_open): Delete #if 0'd code.
3517
b3c8eb43
JK
35182011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3519
3520 Fix -readnow for -gdwarf-4 unused type units.
3521 * dwarf2read.c (struct signatured_type): Remove the field offset.
3522 (create_signatured_type_table_from_index): Remove its initialization.
3523 (create_debug_types_hash_table): Likewise. Initialize per_cu.offset
3524 instead. Add a complaint call.
3525 (process_psymtab_comp_unit): Change assignment to gdb_assert.
3526 (process_type_comp_unit, lookup_die_type, dump_die_shallow)
3527 (lookup_signatured_type_at_offset, read_signatured_type)
3528 (write_one_signatured_type): Update the field for per_cu.
3529
310afc76
TT
35302011-05-19 Tom Tromey <tromey@redhat.com>
3531
3532 * python/py-inferior.c (python_inferior_exit): Use
3533 target_gdbarch.
3534 (python_on_resume): Likewise.
3535
cf6c5ffb
TT
35362011-05-19 Matt Rice <ratmice@gmail.com>
3537
3538 * breakpoint.c (bpstat_do_actions_1): Call prevent_dont_repeat.
3539
fb80a3c5
HZ
35402011-05-19 Hui Zhu <teawater@gmail.com>
3541
3542 * tracepoint.c (tfile_trace_find): Return directly when num is -1.
3543
3672b1be
HZ
35442011-05-19 Hui Zhu <teawater@gmail.com>
3545
3546 * xcoffread.c (read_xcoff_symtab): Initialize fcn_aux_saved.
3547
ff355380
TT
35482011-05-18 Tom Tromey <tromey@redhat.com>
3549
3550 * dwarf2read.c (dwarf2_add_field): Constify.
3551 * value.c (value_static_field): Constify.
3552 * gdbtypes.h (struct main_type) <field.field_location.physname>:
3553 Now const.
3554 * ax-gdb.c (gen_static_field): Constify
3555
ed731959
JK
35562011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3557
3558 * linux-nat.c (kill_callback): Use SIGKILL first.
3559
967cff16
JB
35602011-05-18 Joel Brobecker <brobecker@adacore.com>
3561
3562 * ada-lang.c (print_it_exception): Avoid use of sprintf.
3563
1d06ead6
TT
35642011-05-18 Tom Tromey <tromey@redhat.com>
3565
3566 * value.c (value_fn_field): Constify.
3567 * symtab.c (gdb_mangle_name): Constify.
3568 * stabsread.c (update_method_name_from_physname): Make 'physname'
3569 argument const.
3570 * p-typeprint.c (pascal_type_print_method_args): Make arguments
3571 const. Use explicit fputc_filtered loop.
3572 (pascal_type_print_base): Constify.
3573 * p-lang.h (pascal_type_print_method_args): Update.
3574 * linespec.c (add_matching_methods): Constify.
3575 (add_constructors): Likewise.
3576 * jv-typeprint.c (java_type_print_base): Constify.
3577 * gdbtypes.h (struct cplus_struct_type)
3578 <fn_fieldlist.fn_field.physname>: Now const.
3579 * dwarf2read.c (compute_delayed_physnames): Constify.
3580 (dwarf2_add_member_fn): Likewise.
3581 * c-typeprint.c (c_type_print_base): Constify. Use cleanups.
3582
0d9a9a5f
PA
35832011-05-18 Pedro Alves <pedro@codesourcery.com>
3584
3585 * infrun.c (resume): Mention which is the current thread, and its
3586 current PC in debug output.
3587 (prepare_to_proceed): Mention the thread switching in debug
3588 output.
3589
05386e9e
TT
35902011-05-18 Tom Tromey <tromey@redhat.com>
3591
3592 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Fix absolute
3593 path check. Use xmalloc and cleanups.
3594 (try_thread_db_load_from_dir): Use xmalloc and cleanups.
3595
ee86786c
TT
35962011-05-17 Tom Tromey <tromey@redhat.com>
3597
3598 * cp-valprint.c (cp_print_value_fields): Catch errors from
3599 value_static_field.
3600
9ff3b74f
TT
36012011-05-17 Tom Tromey <tromey@redhat.com>
3602
3603 * dwarf2read.c (dwarf2_get_die_type): Call
3604 get_die_type_at_offset.
3605 * dwarf2expr.c (dwarf_get_base_type): Handle NULL return from
3606 get_base_type function.
3607
cd3da28e
PA
36082011-05-17 Tomas Martinec <fyzmat@gmail.com>
3609
3610 * infrun.c (handle_inferior_event) <handling deferred step>: Clear
3611 trap_expected.
3612
fd20d931
DE
36132011-05-16 Doug Evans <dje@google.com>
3614
3615 * python/py-auto-load.c (source_section_scripts): Mention objfile
3616 name in warning.
3617
75fc9810
DE
36182011-05-15 Doug Evans <dje@google.com>
3619
290351b8
DE
3620 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New function.
3621 (try_thread_db_load_from_pdir): Call it. If unable to find
3622 libthread_db in directory of libpthread, see if we're looking at
3623 the separate-debug-info copy.
3624
75fc9810
DE
3625 * python/py-autoload.c (print_script): Print "Missing" instead of
3626 "No" for missing scripts.
3627 (info_auto_load_scripts): Tweak "Loaded" column to fit "Missing".
3628
9f7bc587
DE
36292011-05-13 Doug Evans <dje@google.com>
3630
3631 * ui-file.c (stdio_file_write_async_safe): Add comment.
3632
093cee7d
HZ
36332011-05-14 Hui Zhu <teawater@gmail.com>
3634
3635 * ui-file.c (stdio_file_write_async_safe): Add empty check for build.
3636
dbaefcf7
DE
36372011-05-13 Doug Evans <dje@google.com>
3638
98a5dd13
DE
3639 Support $pdir and $sdir in libthread-db-search-path.
3640 * NEWS: Mention $sdir,$pdir.
3641 * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): Add $sdir:$pdir.
3642 * linux-thread-db.c (try_thread_db_load_from_pdir): New function.
3643 (try_thread_db_load_from_sdir): New function.
3644 (try_thread_db_load_from_dir): New function.
3645 (thread_db_load_search): Handle $pdir, $sdir. Remove trying of
3646 system directories if search of libthread-db-search-path fails,
3647 that is now done via $sdir.
3648 (has_libpthread): New function.
3649 (thread_db_load): Remove search for libthread_db in directory of
3650 libpthread, that is now done via $pdir.
3651
dbaefcf7
DE
3652 * NEWS: Mention "info auto-load-scripts".
3653 * python/py-auto-load.c (struct auto_load_pspace_info): New member
3654 script_not_found_warning_printed.
3655 (init_loaded_scripts_info): Renamed from create_loaded_scripts_hash,
3656 all callers updated. Initialize script_not_found_warning_printed.
3657 (get_auto_load_pspace_data_for_loading): New function.
3658 (maybe_add_script): New function.
3659 (source_section_scripts): Simplify. Only print one warning regardless
3660 of the number of auto-load scripts not found.
3661 (clear_section_scripts): Clear script_not_found_warning_printed.
3662 (auto_load_objfile_script): Record script in hash table.
3663 (count_matching_scripts): New function.
3664 (maybe_print_script): Renamed from maybe_print_section_script, all
3665 callers updated. Rewrite to use ui_out_*.
3666 (info_auto_load_scripts): Renamed from
3667 maintenance_print_section_scripts, all callers updated.
3668 (gdbpy_initialize_auto_load): "maintenance print section-scripts"
3669 renamed as "info auto-load-scripts".
3670
9930639c
TT
36712011-05-13 Tom Tromey <tromey@redhat.com>
3672
3673 * dwarf2expr.c (read_uleb128): Cast intermediate result.
3674 (read_sleb128): Likewise.
3675
06826322
TT
36762011-05-13 Tom Tromey <tromey@redhat.com>
3677
3678 * dwarf2loc.c (disassemble_dwarf_expression): Fix instruction
3679 offset display.
3680
01124a23
DE
36812011-05-13 Doug Evans <dje@google.com>
3682
3683 * linux-nat.c (debug_linux_nat_async): Delete.
3684 Replace all references to use debug_linux_nat instead.
3685 (show_debug_linux_nat_async): Delete.
3686 (sigchld_handler): Call ui_file_write_async_safe instead of
3687 fprintf_unfiltered.
3688 (_initialize_linux_nat): Remove `set debug lin-lwp-async'.
3689 * ui-file.c (struct ui_file): New member to_write_async_safe.
3690 (null_file_write_async_safe): New function.
3691 (ui_file_write_async_safe): New function.
3692 (set_ui_file_write_async_safe): New function.
3693 (ui_file_new): Initialize to_write_async_safe.
3694 (stdio_file_write_async_safe): New function.
3695 (struct stdio_file): New member fd.
3696 (stdio_file_new): Initialize to_write_async_safe, fd.
bbfac39e
DE
3697 (stdio_file_read, stdio_file_isatty): New stdio->fd instead of calling
3698 fileno.
01124a23
DE
3699 * ui-file.h (ui_file_write_async_safe_ftype): New typedef.
3700 (set_ui_file_write_async_safe): Declare.
3701 (ui_file_write_async_safe): Declare.
3702
72fc29ff
TT
37032011-05-13 Tom Tromey <tromey@redhat.com>
3704
3705 * utils.c (do_value_free): New function.
3706 (make_cleanup_value_free): Likewise.
3707 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle value
3708 freeing correctly.
3709 (dwarf2_loc_desc_needs_frame): Call
3710 make_cleanup_value_free_to_mark.
3711 * dwarf2expr.h (struct dwarf_expr_context) <mark>: Remove field.
3712 * dwarf2expr.c (free_dwarf_expr_context): Don't call
3713 value_free_to_mark.
3714 (new_dwarf_expr_context): Don't call value_mark.
3715 * dwarf2-frame.c (execute_stack_op): Call
3716 make_cleanup_value_free_to_mark.
3717 * defs.h (make_cleanup_value_free): Declare.
3718
028d0ed5
TJB
37192011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
3720
3721 * mi/mi-main.c (mi_cmd_execute): Use cleanup from
3722 prepare_execute_command.
3723 * top.c (prepare_execute_command): Return cleanup.
3724 (execute_command): Use cleanup from prepare_execute_command.
3725 * top.h (prepare_execute_command): Change prototype to return
3726 cleanup.
3727 * defs.h (struct value): Add opaque declaration.
3728 (make_cleanup_value_free_to_mark): Add prototype.
3729 * utils.c (do_value_free_to_mark): New function.
3730 (make_cleanup_value_free_to_mark): Likewise.
3731
b087e0ed
TT
37322011-05-12 Tom Tromey <tromey@redhat.com>
3733
3734 * dwarf2expr.c (execute_stack_op) <DW_OP_shr>: Unconditionally
3735 cast left-hand-side to unsigned.
3736
8a9b8146
TT
37372011-05-12 Tom Tromey <tromey@redhat.com>
3738
3739 PR gdb/12617:
3740 * value.h (value_from_contents): Declare.
3741 * value.c (value_from_contents): New function.
3742 * dwarf2read.c (dwarf_stack_op_name): Add new values.
3743 (dwarf2_get_die_type): New function.
3744 * dwarf2loc.c (dwarf_expr_get_base_type): New function.
3745 (allocate_piece_closure): Acquire reference to values.
3746 (read_pieced_value): Update for value-based expressions.
3747 (write_pieced_value): Likewise.
3748 (free_pieced_value_closure): Call value_free as needed.
3749 (dwarf2_evaluate_loc_desc_full): Set get_base_type field.
3750 Update for value-based expressions.
3751 * dwarf2loc.h (dwarf2_get_die_type): Declare.
3752 * dwarf2expr.h (struct dwarf_stack_value) <value>: Change type.
3753 <get_base_type>: New field.
3754 (struct dwarf_expr_piece) <v.value>: Change type.
3755 <v.regno>: New field.
3756 (struct dwarf_expr_context) <mark>: New field.
3757 (dwarf_expr_piece, dwarf_expr_fetch): Update.
3758 (dwarf_expr_pop, dwarf_expr_push): Remove.
3759 (dwarf_expr_push_address): Declare.
3760 * dwarf2expr.c (dwarf_arch_cookie): New global.
3761 (struct dwarf_gdbarch_types): New.
3762 (dwarf_gdbarch_types_init, dwarf_expr_address_type): New
3763 functions.
3764 (dwarf_expr_push): Change type of 'value' argument. Update. Now
3765 static.
3766 (dwarf_expr_push_address): New function.
3767 (dwarf_expr_pop): Now static.
3768 (dwarf_expr_fetch): Change return type.
3769 (dwarf_require_integral): New function.
3770 (dwarf_expr_fetch): Simplify.
3771 (add_piece): Update.
3772 (base_types_equal_p, dwarf_get_base_type, get_unsigned_type): New
3773 functions.
3774 (execute_stack_op) <sign_ext>: Remove.
3775 Use values for DWARF stack.
3776 <DW_OP_GNU_const_type, DW_OP_GNU_deref_type,
3777 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
3778 New cases.
3779 (_initialize_dwarf2expr): New function.
3780 (add_piece): Update.
3781 (new_dwarf_expr_context): Set new field.
3782 (free_dwarf_expr_context): Call value_free_to_mark.
3783 * dwarf2-frame.c (no_base_type): New function.
3784 (execute_stack_op): Set get_base_type field. Update.
3785
e8d28ef4
TT
37862011-05-12 Tom Tromey <tromey@redhat.com>
3787
3788 * dwarf2read.c (read_common_block): Fix formatting.
3789
d248b706
KY
37902011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3791
3792 * breakpoint.c (disable_breakpoint): Disable all locations
3793 associated with a tracepoint on target if a trace experiment is
3794 running.
3795 (disable_command): Disable a specific tracepoint location on target if
3796 a trace experiment is running.
3797 (do_enable_breakpoint): Enable all locations associated with a
3798 tracepoint on target if a trace experiment is running.
3799 (enable_command) Enable a specific tracepoint location on target if a
3800 trace experiment is running.
3801 * target.c (update_current_target): Add INHERIT and de_fault clauses for
3802 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
3803 to_disable_tracepoint.
3804 * target.h: Add declaration of struct bp_location.
3805 (struct target_ops): Add new functions
3806 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
3807 to_disable_tracepoint to target operations.
3808 (target_supports_enable_disable_tracepoint): New macro.
3809 (target_enable_tracepoint): New macro.
3810 (target_disable_tracepoint): New macro.
3811 * remote.c (struct remote_state): Add new field.
3812 (remote_enable_disable_tracepoint_feature): New.
3813 (remote_protocol_features): Add new entry.
3814 (remote_supports_enable_disable_tracepoint): New.
3815 (remote_enable_tracepoint): New.
3816 (remote_disable_tracepoint): New.
3817 (init_remote_ops): Add remote_enable_tracepoint,
3818 remote_disable_tracepoint and remote_supports_enable_disable_tracepoint
3819 to remote operations.
3820 * tracepoint.c (start_tracing): Allow tracing to start without any
3821 tracepoints enabled with just a warning if they can be re-enabled
3822 later.
3823 * NEWS: Add news item for the new behaviour of the enable and disable
3824 GDB commands when applied to tracepoints.
3825 Add news items for the new remote packets QTEnable and QTDisable.
3826
cc88a640
JK
38272011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3828
3829 * config.in: Regenerate.
3830 * configure: Regenerate.
3831 * configure.ac <--with-system-readline> (for readline_echoing_p):
3832 Remove the test.
3833 * tui/tui-io.c (tui_old_readline_echoing_p): Rename to ...
3834 (tui_old_rl_echoing_p): ... here.
3835 (tui_setup_io): Rename extern declaration readline_echoing_p to
3836 _rl_echoing_p. Adjust assignments for the both renames.
3837
1f84b619
TJB
38382011-05-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
3839
3840 * symtab.c (lookup_symtab): Run cleanup before returning.
3841
74ac6d43
TT
38422011-05-11 Tom Tromey <tromey@redhat.com>
3843
3844 * dwarf2read.c (handle_data_member_location): New function.
3845 (dwarf2_add_field): Use it.
3846 (read_common_block): Likewise.
3847
5488dafb
JK
38482011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3849
3850 Make addrs->SECTINDEX always defined.
3851 * symfile.c (relative_addr_info_to_section_offsets): Check for
3852 SECTINDEX -1, not for zero ADDR.
3853 (addrs_section_compar): Remove checking for invalid SECTINDEX.
3854 (addr_info_make_relative): Set SECTINDEX to -1 for unmatched entries.
3855 * symfile.h (struct section_addr_info) <sectindex>: Update the comment
3856 on its validity.
3857
84e578fb
DE
38582011-05-10 Doug Evans <dje@google.com>
3859
2471d008
DE
3860 * linux-thread-db.c: Whitespace cleanup.
3861 (try_thread_db_load_1): Fix comment.
3862
84e578fb
DE
3863 * linux-thread-db.c (set_libthread_db_search_path): New function.
3864 (_initialize_thread_db): Add setter for libthread-db-search-path.
3865
673c2bbe
DE
38662011-05-09 Doug Evans <dje@google.com>
3867
478aac75
DE
3868 * NEWS: Mention --with-iconv-bin.
3869 * configure.ac: New option --with-iconv-bin.
3870 * configure: Regenerate.
3871 * config.in: Regenerate.
3872 * defs.h (relocate_gdb_directory): Declare.
3873 * main.c (relocate_gdb_directory): Renamed from relocate_directory,
3874 removed progname parameter, and exported. All callers updated.
3875 * charset.c (find_charset_names): Use --with-iconv-bin if specified.
3876
673c2bbe
DE
3877 * linux-nat.c (lin_lwp_attach_lwp): For !WIPSTOPPED case,
3878 adding missing call to restore_child_signals_mask.
3879
e4c8541f
PA
38802011-05-09 Pedro Alves <pedro@codesourcery.com>
3881
3882 * inferior.h (wait_for_inferior): Remove `thread_exec_as_sigtrap'
3883 parameter.
3884 * infrun.c (proceed, start_remote): Adjust.
3885 (wait_for_inferior): Remove `thread_exec_as_sigtrap' parameter,
3886 and adjust to not handle it.
3887 * solib-irix.c (irix_solib_create_inferior_hook): Adjust.
3888 * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
3889 * solib-sunos.c (sunos_solib_create_inferior_hook): Adjust.
3890 * solib-svr4.c (svr4_solib_create_inferior_hook): Adjust.
3891 * windows-nat.c (do_initial_windows_stuff): Adjust.
3892 * infcmd.c (attach_command): Adjust.
3893 (notice_new_inferior): Adjust.
3894
a536c6d7
UW
38952011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3896
3897 * ppc-linux-tdep.c (ppu2spu_prev_register): Handle pseudo registers.
3898 (ppu2spu_unwind_register): Mark pseudo registers unavailable.
3899 * spu-tdep.c (op_selb): Use correct value.
3900
7845b013
UW
39012011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
3902
3903 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Add NULL
3904 "parent" parameter to symbol_file_add_from_bfd call.
3905
9c06b0b4
TJB
39062011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3907 Thiago Jung Bauermann <bauerman@br.ibm.com>
3908
3909 Implement support for PowerPC BookE masked watchpoints.
3910 * NEWS: Mention masked watchpoint support. Create "Changed commands"
3911 section.
3912 * breakpoint.h (struct breakpoint_ops) <works_in_software_mode>: New
3913 method. Initialize to NULL in all existing breakpoint_ops instances.
3914 (struct breakpoint) <hw_wp_mask>: New field.
3915 * breakpoint.c (is_masked_watchpoint): Add prototype.
3916 (update_watchpoint): Don't set b->val for masked watchpoints. Call
3917 breakpoint's breakpoint_ops.works_in_software_mode if available.
3918 (watchpoints_triggered): Handle the case of a hardware masked
3919 watchpoint trigger.
3920 (watchpoint_check): Likewise.
3921 (works_in_software_mode_watchpoint): New function.
3922 (insert_masked_watchpoint, remove_masked_watchpoint)
3923 (resources_needed_masked_watchpoint)
3924 (works_in_software_mode_masked_watchpoint, print_it_masked_watchpoint)
3925 (print_one_detail_masked_watchpoint, print_mention_masked_watchpoint)
3926 (print_recreate_masked_watchpoint, is_masked_watchpoint): New
3927 functions.
3928 (masked_watchpoint_breakpoint_ops): New structure.
3929 (watch_command_1): Check for the existence of the `mask' parameter.
3930 Set b->ops according to the type of hardware watchpoint being created.
3931 * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint)
3932 (ppc_linux_remove_mask_watchpoint)
3933 (ppc_linux_masked_watch_num_registers): New functions.
3934 (_initialize_ppc_linux_nat): Initialize to_insert_mask_watchpoint,
3935 to_remove_mask_watchpoint and to_masked_watch_num_registers.
3936 * target.c (update_current_target): Mention to_insert_mask_watchpoint,
3937 to_remove_mask_watchpoint, and to_masked_watch_num_registers.
3938 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
3939 (target_masked_watch_num_registers): New functions.
3940 * target.h (struct target_ops) <to_insert_mask_watchpoint>,
3941 <to_remove_mask_watchpoint>, <to_masked_watch_num_registers>: New
3942 methods.
3943 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
3944 (target_masked_watch_num_registers): Add prototypes.
3945
8be455d7
JK
39462011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3947
3948 PR 12573
3949 * dwarf2read.c (struct dwarf2_cu): New field has_loclist.
3950 (producer_is_gcc_ge_4_0): New function.
3951 (process_full_comp_unit): Set also symtab->locations_valid. Move the
3952 symtab->language code.
3953 (var_decode_location): Set cu->has_loclist.
3954 * symtab.c (skip_prologue_sal): New variables saved_pc, force_skip and
3955 skip. Intialize force_skip from locations_valid. Move the prologue
3956 skipping code into two passes.
3957 * symtab.h (struct symtab): Make the primary field a bitfield. New
3958 field locations_valid.
3959
d8228535
JK
39602011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3961
3962 * c-exp.y (qualified_name): Call destructor_name_p with $1.type.
3963 (classify_inner_name): Call cp_lookup_nested_type with
3964 yylval.tsym.type.
3965 * cp-namespace.c (cp_lookup_nested_type): New variable
3966 saved_parent_type. Call CHECK_TYPEDEF for parent_type. Call
3967 type_name_no_tag_or_error with saved_parent_type.
3968 * dwarf2read.c (load_partial_dies): Read in any children of
3969 DW_TAG_typedef with complaint in such case.
3970 * gdbtypes.c (type_name_no_tag_or_error): New function.
3971 * gdbtypes.h (type_name_no_tag_or_error): New prototype.
3972 * valops.c (destructor_name_p): New comment for parameter type. Remove
3973 type const. Make dname and cp const. Call type_name_no_tag_or_error.
3974 * value.h (destructor_name_p): Remove type const.
3975
1976171a
JK
39762011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3977
3978 * symtab.c (compare_symbol_name): New function.
3979 (completion_list_add_name, expand_partial_symbol_name): Call it,
3980 remove the variable ncmp.
3981 (default_make_symbol_completion_list_break_on): Reduce SYM_TEXT_LEN,
3982 gdb_assert it.
3983
a9634178
TJB
39842011-05-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
3985
3986 Demote to sw watchpoint only in update_watchpoint.
3987 * breakpoint.c (update_watchpoint): Change between software and
3988 hardware watchpoint for all kinds of watchpoints, not just
3989 read/write ones. Determine b->exact value here instead of
3990 in watch_command_1. Error out if there are not enough resources
3991 for a read or access hardware watchpoint.
3992 (watch_command_1): Remove logic of checking whether there are
3993 enough resources available, since update_watchpoint will do that
3994 work now. Don't set b->exact here. Catch exceptions thrown by
3995 update_watchpoint and delete the watchpoint.
3996 (can_use_hardware_watchpoint): Remove exact_watchpoints argument.
3997 Use target_exact_watchpoints instead.
3998 (delete_breakpoint): Notify observers only if deleted watchpoint
3999 has a breakpoint number assigned to it.
4000
4c67c798
JJ
40012011-05-05 Janis Johnson <janisjo@codesourcery.com>
4002
4003 * MAINTAINERS: Add myself as a write-after-approval maintainer.
4004
a3fcb948
JG
40052011-05-05 Jerome Guitton <guitton@adacore.com>
4006
4007 * i386-tdep.c (i386_in_stack_tramp_p, i386_stack_tramp_frame_sniffer):
4008 New functions.
4009 (i386_stack_tramp_frame_unwind): New static global.
4010 (i386_match_pattern): New function, extracted from i386_match_insn.
4011 (i386_match_insn): Use i386_match_pattern.
4012 (i386_match_insn_block): New function.
4013 (i386_tramp_chain_in_reg_insns)
4014 (i386_tramp_chain_on_stack_insns): New static variables.
4015 (i386_gdbarch_init): Add i386_stack_tramp_frame_unwind to list
4016 of unwinders.
4017
4d393d60
JM
40182011-05-04 Joseph Myers <joseph@codesourcery.com>
4019
4020 * configure.host (xscale*): Don't handle target.
4021 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
4022 handle targets.
4023
f70bd40b
YQ
40242011-05-04 Yao Qi <yao@codesourcery.com>
4025
4026 * gdb_wait.h: remove WAITTYPE and WCOREDUMP.
4027
dd3295ee
JB
40282011-05-03 Joel Brobecker <brobecker@adacore.com>
4029
4030 Revert:
4031 | 2011-03-07 Michael Snyder <msnyder@vmware.com>
4032 | * elfread.c (elf_symtab_read): Stop memory leak.
4033
90375a0e
PM
40342011-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
4035
4036 * nto-tdep.c (nto_target): Replace deprecated call to
4037 cygwin_conv_to_posix_path functions by cygwin_conv_path calls.
4038
d07205c2
JK
40392011-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4040
4041 Fix false GCC warning.
4042 * breakpoint.c (do_enable_breakpoint): Initialize orig_enable_state.
4043
1e718ff1
TJB
40442011-05-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
4045
4046 * breakpoint.c (update_watchpoint): Move code to change
4047 the enable state of breakpoint from here ...
4048 (do_enable_breakpoint): ... to here.
4049
35bef4fd
TT
40502011-04-26 Andrew Gontarek <andrewg@cray.com>
4051
78290264
PP
4052 * valprint.c (val_print_array_elements): Fixed poor performance
4053 of printing very large arrays with repeat_count_threshold set
4054 to unlimited. New comment.
35bef4fd 4055
38a714bb
TT
40562011-04-29 Tom Tromey <tromey@redhat.com>
4057
4058 * mi/mi-parse.c (mi_parse): Remove incorrect sizeof.
4059 (mi_parse): Likewise.
4060 * breakpoint.c (break_range_command): Use sizeof char*, not
4061 char**.
4062 (create_breakpoint): Likewise.
4063 (parse_breakpoint_sals): Likewise.
4064
eb73ad13
PA
40652011-04-29 Pedro Alves <pedro@codesourcery.com>
4066
4067 * linux-nat.c (linux_child_remove_fork_catchpoint)
4068 (linux_child_remove_vfork_catchpoint)
4069 (linux_child_remove_exec_catchpoint): New functions.
4070 (linux_target_install_ops): Install them.
4071
d65aec65
PM
40722011-04-29 Phil Muldoon <pmuldoon@redhat.com>
4073
4074 PR mi/12531
4075
4076 * varobj.c (install_default_visualizer): Do not install a
4077 visualizer if the varobj is CPLUS_FAKE_CHILD.
4078 (construct_visualizer): Likewise.
4079
165195f4
JK
40802011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4081
4082 * symtab.c (expand_partial_symbol_name): New variable NCMP. Support
4083 case insensitive comparison.
4084
30852783
UW
40852011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
4086
4087 * infrun.c (proceed): Revert previous change.
4088 (resume): Instead, handle the case of signal delivery while stepping
4089 off a breakpoint location here, and only if software single-stepping
4090 is used. Handle nested signals.
4091
7ff120b4
YQ
40922011-04-28 Yao Qi <yao@codesourcery.com>
4093
4094 * arm-tdep.c (copy_unmodified): Rename to ...
4095 (arm_copy_unmodified): .. this. New.
4096 (copy_preload): Move common part to ...
4097 (install_preload): .. this. New.
4098 (arm_copy_preload): New.
4099 (copy_preload_reg): Move common part to ...
4100 (install_preload_reg): ... this. New.
4101 (arm_copy_preload_reg): New.
4102 (copy_b_bl_blx): Move common part to ...
4103 (install_b_bl_blx): .. this. New.
4104 (arm_copy_b_bl_blx): New.
4105 (copy_bx_blx_reg): Move common part to ...
4106 (install_bx_blx_reg): ... this. New.
4107 (arm_copy_bx_blx_reg): New.
4108 (copy_alu_reg): Move common part to ...
4109 (install_alu_reg): ... this. New.
4110 (arm_copy_alu_reg): New.
4111 (copy_alu_shifted_reg): Move common part to ...
4112 (install_alu_shifted_reg): ... this. New.
4113 (copy_ldr_str_ldrb_strb): Move common part to ...
4114 (install_ldr_str_ldrb_strb): ... this. New.
4115 (arm_copy_ldr_str_ldrb_strb): New.
4116 (copy_copro_load_store): Move some common part to ...
4117 (install_copy_copro_load_store): ... this. New.
4118 (arm_copy_copro_load_store): New.
4119 (copy_svc): Delete.
4120 (arm_copy_svc): Renamed from copy_svc.
4121 (copy_undef): Delete.
4122 (arm_copy_undef): Renamed from copy_undef.
4123 (decode_ext_reg_ld_st): Delete.
4124 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
4125 (decode_svc_copro): Delete.
4126 (arm_decode_svc_copro): Renamed from decode_svc_copro.
4127 (copy_copro_load_store, copy_alu_imm): update callers.
4128 (copy_extra_ld_st, copy_block_xfer): Likewise.
4129 (decode_misc_memhint_neon, decode_unconditional): Likewise.
4130 (decode_miscellaneous, decode_dp_misc): Likewise.
4131 (decode_ld_st_word_ubyte, decode_media): Likewise.
4132 (decode_b_bl_ldmstm, decode_ext_reg_ld_st): Likewise.
4133 (decode_svc_copro, decode_misc_memhint_neon): Likewise.
4134 (decode_unconditional, decode_miscellaneous): Likewise.
4135 (decode_media, decode_b_bl_ldmstm): Likewise.
4136 (arm_process_displaced_insn): Likewise..
4137 (decode_misc_memhint_neon): Delete.
4138 (arm_decode_misc_memhint_neon): Renamed from decode_misc_memhint_neon.
4139 (decode_miscellaneous): Delete.
4140 (arm_decode_miscellaneous): Renamed from decode_miscellaneous.
4141 (decode_dp_misc): Delete.
4142 (arm_decode_dp_misc): Renamed from decode_dp_misc.
4143 (decode_ld_st_word_ubyte): Delete.
4144 (arm_decode_ld_st_word_ubyte): Renamed from decode_ld_st_word_ubyte.
4145 (decode_media): Delete.
4146 (arm_decode_media): Renamed from decode_media.
4147 (decode_b_bl_ldmstm): Delete.
4148 (arm_decode_b_bl_ldmstm): Renamed from decode_b_bl_ldmstm.
4149 (decode_ext_reg_ld_st): Delete.
4150 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
4151 (decode_unconditional): Delete.
4152 (arm_decode_unconditional): Renamed from decode_unconditional.
4153
559a7a62
JK
41542011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4155
4156 Case insensitive lookups implementation.
4157 * dwarf2read.c: Include ctype.h.
4158 (struct mapped_index): New field version.
4159 (mapped_index_string_hash): New parameter index_version. New comment
4160 for it. Call tolower appropriately.
4161 (find_slot_in_mapped_hash): New variable cmp, initialize it, use it.
4162 Choose the right index version for mapped_index_string_hash.
4163 (dwarf2_read_index): Support also the index version 5. Initialize the
4164 new struct mapped_index field version.
4165 (hash_strtab_entry): Pass INT_MAX for the new parameter, explain why.
4166 (find_slot): Explain the version needs. Pass INT_MAX for the new
4167 parameter.
4168 (write_psymtabs_to_index): Produce version 5.
4169 * minsyms.c (lookup_minimal_symbol): New variable cmp, initialize it,
4170 use it. New comment for SYMBOL_MATCHES_SEARCH_NAME.
4171 * psymtab.c (lookup_partial_symbol): Find the
4172 SYMBOL_MATCHES_SEARCH_NAME start of the found block of matching
4173 entries.
4174 * symtab.c (lookup_symbol_in_language): Remove the case_sensitive_off
4175 NAME lowercasing.
4176 (search_symbols): Pass REG_ICASE to regcomp for case_sensitive_off.
4177 (completion_list_add_name): New variable ncmp, initialize it, use it.
4178 * symtab.h (SYMBOL_HASH_NEXT): Always call tolower.
4179 * utils.c (strcmp_iw): Support case_sensitive_off.
4180 (strcmp_iw_ordered): Sort in a way compatible with case_sensitive_off.
4181 New function comment part. New variables saved_string1,
4182 saved_string2 and case_pass. Add a proper second pass.
4183
681bf369
JK
41842011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4185
4186 Replace re_comp/re_exec by regcomp/regexec.
4187 * symtab.c (struct search_symbols_data): New fields preg, preg_p.
4188 (search_symbols_name_matches): Use them, use regexec.
4189 (search_symbols): New variable retval_chain, adjust the use of
4190 old_chain against it. Replace re_comp by regcomp. Use the new struct
4191 search_symbols_data fields, use regexec instead of re_exec.
4192
b11b1f88
JK
41932011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4194
4195 Format the code for the next patch.
4196 * dwarf2read.c (struct mapped_index): Include delimiting newlines.
4197 * utils.c (strcmp_iw_ordered): Reformat the code for the next patch.
4198 New variables c1 and c2.
4199
2484c66b
UW
42002011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
4201
4202 * infrun.c (proceed): Do not single-step into signal delivery
4203 when stepping off a breakpoint location.
4204 (insert_step_resume_breakpoint_at_frame): Move prototype earlier.
4205 (insert_step_resume_breakpoint_at_caller): Likewise.
4206 (insert_step_resume_breakpoint_at_sal): Likewise.
4207 (insert_longjmp_resume_breakpoint): Likewise.
4208
47423772
YQ
42092011-04-27 Yao Qi <yao@codesourcery.com>
4210
4211 * common/linux-ptrace.h: Remove include <sys/wait.h>.
4212
13bdd2e7
JB
42132011-04-27 Joel Brobecker <brobecker@adacore.com>
4214
4215 * procfs.c (procfs_pass_signals): Fix advance declaration.
4216
2455069d
UW
42172011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
4218
4219 * target.h (struct target_ops): Remove to_notice_signals;
4220 add to_pass_signals.
4221 (target_notice_signals): Remove.
4222 (target_pass_signals): Add prototype.
4223 * target.c (update_current_target): Remove to_notice_signals;
4224 mention to_pass_signals.
4225 (target_pass_signals): New function.
4226 (debug_to_notice_signals): Remove.
4227 (setup_target_debug): Do not install debug_to_notice_signals.
4228
4229 * infrun.c (signal_pass): New global.
4230 (resume): Call target_pass_signals.
4231 (handle_inferior_event): Report all signals while stepping over
4232 non-steppable watchpoint. Reset trap_expected to ensure breakpoints
4233 are re-inserted when stepping over a signal handler.
4234 (signal_cache_update): New function.
4235 (signal_stop_update): Call it.
4236 (signal_print_update): Likewise.
4237 (signal_pass_update): Likewise.
4238 (handle_command): Call signal_cache_update and target_pass_signals
4239 instead of target_notice_signals.
4240 (_initialize_infrun): Initialize signal_pass.
4241
4242 * linux-nat.c (pass_mask): New global.
4243 (linux_nat_pass_signals): New function.
4244 (linux_nat_create_inferior): Report all signals initially.
4245 (linux_nat_attach): Likewise.
4246 (linux_nat_resume): Use pass_mask to decide whether to directly
4247 handle an inferior signal.
4248 (linux_nat_wait_1): Likewise.
4249 (linux_nat_add_target): Install to_pass_signals callback.
4250
4251 * nto-procfs.c (notice_signals): Remove.
4252 (procfs_resume): Do not call notice_signals.
4253 (procfs_notice_signals): Remove.
4254 (procfs_pass_signals): New function.
4255 (init_procfs_ops): Install to_pass_signals callback instead of
4256 to_notice_signals callback.
4257 (_initialize_procfs): Report all signals initially.
4258
4259 * procfs.c (procfs_notice_signals): Remove.
4260 (procfs_pass_signals): New function.
4261 (procfs_target): Install to_pass_signals callback instead of
4262 to_notice_signals callback.
4263 (register_gdb_signals): Remove.
4264 (procfs_debug_inferior): Report all signals initially.
4265 (procfs_init_inferior): Remove redundant register_gdb_signals call.
4266
4267 * remote.c (remote_pass_signals): Add numsigs and pass_signals
4268 parameters; use them instead of calling signal_..._state routines.
4269 (remote_notice_signals): Remove.
4270 (remote_start_remote): Report all signals initially.
4271 (remote_resume): Do not call remote_pass_signals.
4272 (_initialize_remote): Install to_pass_signals callback instead of
4273 to_notice_signals callback.
4274
46c6471b
PA
42752011-04-27 Pedro Alves <pedro@codesourcery.com>
4276
4277 * breakpoint.c (user_settable_breakpoint): Delete.
4278 (user_breakpoint_p): Remove check on user_settable_breakpoint.
4279 (delete_command): Check user_breakpoint_p instead of looking at
4280 the breakpoint's type.
4281 (disable_command): Ditto.
4282 (enable_command): Ditto.
4283 (delete_trace_command): Use user_breakpoint_p instead of looking
4284 at the breakpoint number directly. When checking if there are
4285 user visible tracepoints, in order to know whether to ask the user
4286 for confirmation, check whether the breakpoint is actually a
4287 tracepoint.
4288
f6d90398
VP
42892011-04-27 Vladimir Prus <vladimir@codesourcery.com>
4290
4291 * python/py-breakpoint.c (gdbpy_breakpoint_created): Fix
4292 compilation.
4293
8d3788bd
VP
42942011-04-27 Vladimir Prus <vladimir@codesourcery.com>
4295
4296 MI breakpoint notifications.
4297
f33edef8
PP
4298 * annotate.c (breakpoint_changed): Adjust parameter type.
4299 * breakpoint.c (set_breakpoint_condition): Adjust to change
4300 in breakpoint_modified type.
4301 (breakpoint_set_commands): Likewise.
4302 (do_map_commands_command): Likewise.
4303 (bpstat_check_breakpoint_conditions): Notify that breakpoint has
4304 changed after bumping hit count.
4305 (bpstat_stop_status): Likewise.
4306 (print_one_breakpoint_location): Don't wrap in tuple here.
4307 (print_one_breakpoint): Always print individual locations.
4308 For locations, use unnamed tuple.
4309 (disable_breakpoints_in_unloaded_shlib): Notify that breakpoint
4310 has changed.
4311 (create_catchpoint, create_syscall_event_catchpoint): Call
4312 breakpoint_created obsever.
4313 (mention): Don't call breakpoint_created observer.
4314 (create_breakpoint_sal): Call breakpoint_created observer.
4315 (create_breakpoint, watch_command_1): Likewise.
4316 (create_ada_exception_breakpoint): Likewise.
4317 (delete_breakpoint): Call breakpoint_deleted breakpoint.
4318 (locations_are_equal): New.
4319 (update_breakpoint_locations): If locations were changed, notify.
4320 (set_ignore_count, disable_breakpoint, do_enable_breakpoint):
4321 Call breakpoint_modified observer.
4322
4323 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
4324 (mi_cmd_break_insert): Don't set observers for modify and delete.
4325 * mi/mi-interp.c (mi_suppress_breakpoint_notifications): New.
4326 (mi_breakpoint_created, mi_breakpoint_deleted)
4327 (mi_breakpoint_modified): New.
4328 (mi_interpreter_init): Hook the above.
4329 * mi/mi-main.c (mi_cmd_execute): Disable breakpoint notifications
4330 while -break-* commands are executing.
4331 * mi/mi-main.h (mi_suppress_breakpoint_notifications): New.
4332 * mi/mi-out.c (struct ui_out_data): New field original_buffer.
4333 (mi_redirect): New.
4334 (mi_ui_out_impl): Hook in mi_redirect.
4335 (mi_field_skip): True to the name, skip the field, don't output
4336 a field with an empty value.
4337
4338 * python/py-breakpoint.c (gdbpy_breakpoint_created)
4339 (gdbpy_breakpoint_deleted): Adjust.
4340 * tui/tui-hooks.c (tui_event_create_breakpoint)
4341 (tui_event_delete_breakpoint, tui_event_modify_breakpoint): Adjust.
8d3788bd 4342
a8f42b45
UW
43432011-04-26 Aleksandar Ristovski <aristovski@qnx.com>
4344
4345 * nto-procfs.c (procfs_insert_hw_watchpoint): Fix prototype.
4346 (procfs_remove_hw_watchpoint): Likewise.
4347
57e12211
TT
43482011-04-26 Michael Walle <michael@walle.cc>
4349
4350 * remote.c (remote_start_remote): Ack packet after sending the
4351 interrupt sequence.
4352
af96c192
YQ
43532011-04-26 Yao Qi <yao@codesourcery.com>
4354
f33edef8
PP
4355 * linux-nat.c: Move common macros to ...
4356 Include linux-ptrace.h.
4357 * common/linux-ptrace.h: ... here. New.
af96c192 4358
3e03848b
JK
43592011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4360
4361 * elfread.c (elf_symfile_read): Protect dwarf2_initialize_objfile by
4362 !objfile_has_partial_symbols. New comment.
4363 * objfiles.c (objfile_has_partial_symbols): Call HAS_SYMBOLS if
4364 SYM_READ_PSYMBOLS is not present. Extend the comment.
4365 * symfile.h (struct sym_fns): Extend the sym_read_psymbols comment.
4366
1ae0d051
JK
43672011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4368
4369 * defs.h (ENUM_BITFIELD): Remove.
4370
03f2bd59
JK
43712011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4372 Eli Zaretskii <eliz@gnu.org>
4373
4374 * NEWS: Document the new gdbserver --once option.
4375
4161fbb0
JZ
43762011-04-21 Jie Zhang <jzhang918@gmail.com>
4377
4378 * MAINTAINERS: Update my email address.
4379
bcb28afc
PM
43802011-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
4381
4382 * gdb_wchar.h (USE_INTERMEDIATE_ENCODING_FUNCTION): New macro.
4383 (INTERMEDIATE_ENCODING): Change value to intermediate_encoding
4384 function call if __STDC_ISO_10646__ macro is defined.
4385 (intermediate_encoding): New prototype.
4386 * charset.c (your_gdb_wchar_t_is_bogus): New extern test variable
4387 to generate compile time error for unsupported gdb_wchar_t size.
4388 (ENDIAN_SUFFIX): New macro.
4389 (intermediate_encoding): New function.
4390
7b08b9eb
JK
43912011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4392
4393 * ada-lang.c (struct add_partial_datum): Update the comment for
4394 expand_partial_symbol_name.
4395 (ada_add_partial_symbol_completions): Rename to ...
4396 (ada_expand_partial_symbol_name): ... here, change return type, update
4397 function comment, call symbol_completion_match instead of
4398 symbol_completion_add.
4399 (ada_make_symbol_completion_list): Use now expand_partial_symbol_names
4400 and ada_expand_partial_symbol_name.
4401 * dwarf2read.c (dw2_expand_symtabs_matching): Support NULL
4402 FILE_MATCHER.
4403 (dw2_map_symbol_names): Remove.
4404 (dwarf2_gdb_index_functions): Unlist dw2_map_symbol_names.
4405 * psymtab.c (map_symbol_names_psymtab): Remove.
4406 (expand_symtabs_matching_via_partial): Support NULL FILE_MATCHER.
4407 Support KIND == ALL_DOMAIN. Exchange the NAME_MATCHER and KIND check
4408 order.
4409 (psym_functions): Unlist map_symbol_names_psymtab.
4410 (map_partial_symbol_names): Rename to ...
4411 (expand_partial_symbol_names): ... here, change the FUN type, call
4412 expand_symtabs_matching with ALL_DOMAIN and NULL FILE_MATCHER now.
4413 * psymtab.h (map_partial_symbol_names): Rename to ...
4414 (expand_partial_symbol_names): ... here, change the FUN type.
4415 * symfile.h (struct quick_symbol_functions): Update the description of
4416 expand_symtabs_matching. Remove map_symbol_names.
4417 * symtab.c (search_symbols): Add ALL_DOMAIN to the function comment.
4418 (struct add_name_data): Update the comment for
4419 expand_partial_symbol_name.
4420 (add_partial_symbol_name): Rename to ...
4421 (expand_partial_symbol_name): ... here. Replace
4422 completion_list_add_name call by strncmp.
4423 (default_make_symbol_completion_list_break_on): Use now
4424 expand_partial_symbol_names and expand_partial_symbol_name.
4425 * symtab.h (enum search_domain): New element ALL_DOMAIN.
4426
90476074
TT
44272011-04-20 Tom Tromey <tromey@redhat.com>
4428
4429 * dwarf2read.c (save_gdb_index_command): Replace format
4430 documentation with a pointer to the manual.
4431
c21236dc
PA
44322011-04-20 Pedro Alves <pedro@codesourcery.com>
4433
4434 * regcache.c: Include remote.h.
4435 (enum regcache_dump_what) <regcache_dump_remote>: New enum value.
4436 (regcache_dump): Handle regcache_dump_remote.
4437 (maintenance_print_remote_registers): New function.
4438 (_initialize_regcache): Install "maint print remote-registers"
4439 command.
4440 * remote.c (map_regcache_remote_table): New function, factored out
4441 from ...
4442 (init_remote_state): ... here.
4443 (remote_register_number_and_offset): New.
4444 * remote.h (remote_register_number_and_offset): Declare.
4445
b78974c3
PA
44462011-04-20 Pedro Alves <pedro@codesourcery.com>
4447
4448 * regcache.c (get_thread_arch_regcache): If creating a regcache for
4449 null_ptid, assume and allow a NULL address space, instead of
4450 asking the target for the ptid's address space.
4451 * infrun.c (ptid_is_pid): Remove assertion.
4452
7a9dd1b2
TT
44532011-04-19 Tom Tromey <tromey@redhat.com>
4454
4455 * windows-tdep.c (windows_xfer_shared_library):
4456 * windows-nat.c (get_module_name, windows_make_so):
4457 * v850-tdep.c (v850_handle_pushm):
4458 * utils.c (null_cleanup, gdb_realpath):
4459 * ui-out.c (get_next_header):
4460 * tracepoint.c (clear_traceframe_info):
4461 * symtab.c (lookup_symtab):
4462 * serial.h (struct serial_ops):
4463 * mipsread.c (read_alphacoff_dynamic_symtab):
4464 * infcmd.c (print_return_value):
4465 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address):
4466 * f-exp.y (parse_number):
4467 * exceptions.c (catch_exceptions):
4468 * dummy-frame.c (dummy_frame_this_id):
4469 * defs.h (struct cleanup):
4470 * breakpoint.c (disable_breakpoints_in_unloaded_shlib):
4471 * arm-tdep.c (arm_push_dummy_call):
4472 * amd64-tdep.h (amd64_collect_xsave):
4473 * amd64-tdep.c (amd64_collect_xsave):
4474 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache):
4475 * README (typing): Remove duplicate words.
4476 * cli/cli-decode.c (lookup_cmd_composition): Add comma.
4477 * infrun.c (siginfo_value_read): Fix typo.
4478 * solib-frv.c (frv_fdpic_find_global_pointer): Likewise.
4479 * top.c (source_line_number): Add comma.
4480
9941e0c5
MK
44812011-04-19 Marc Khouzam <marc.khouzam@ericsson.com>
4482
4483 * thread.c (any_live_thread_of_process): Prioritize threads
4484 that are not executing.
4485 * gdbthread.h (any_live_thread_of_process): Update comment
4486 as per above change.
4487
ed4b0e6a
AS
44882011-04-19 Andreas Schwab <schwab@linux-m68k.org>
4489
4490 * xcoffread.c (process_xcoff_symbol): Remove useless cast.
4491 (scan_xcoff_symtab): Likewise.
4492
9b13a2db
PM
44932011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4494
4495 * xcoffread.c (process_xcoff_symbol): ARI fix: Avoid assignment
4496 inside if clause.
4497
1c6e1b0d
PM
44982011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4499 Pedro Alves <pedro@codesourcery.com>
4500
4501 * xstormy16-tdep.c (xstormy16_push_dummy_call): Add local
4502 variables to simplify code and avoid == operator at end of
4503 line as this is against GNU coding standards.
4504
74de0234
PM
45052011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4506
4507 * solib-svr4.c (svr4_keep_data_in_core): Rename local variable
4508 lm_name to name_lm to avoid conflict with lm_name function.
4509
b23518f0
PM
45102011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4511
4512 ARI fixes: Use only lowercase function name for static functions.
4513 * nto-tdep.c (LM_ADDR): Rename to...
4514 (lm_addr): New function name.
4515 (nto_relocate_section_addresses): Adapt to change above.
4516 * solib-sunos.c (LM_ADDR): Rename to...
4517 (lm_addr): New function name.
4518 (LM_NEXT): Rename to...
4519 (lm_next): New function name.
4520 (sunos_current_sos, sunos_relocate_section_addresses): Adapt to
4521 function name changes above.
4522 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Rename to...
4523 (lm_addr_from_link_map): New function name.
4524 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Rename to...
4525 (has_lm_dynamic_from_link_map): New function name.
4526 (LM_DYNAMIC_FROM_LINK_MAP): Rename to...
4527 (lm_dynamic_from_link_map): New function name.
4528 (LM_ADDR_CHECK): Rename to...
4529 (lm_addr_check): New function name.
4530 (LM_NEXT): Rename to...
4531 (lm_next): New function name.
4532 (LM_PREV): Rename to...
4533 (lm_prev): New function name.
4534 (LM_NAME): Rename to...
4535 (lm_name): New function name.
4536 (IGNORE_FIRST_LINK_MAP_ENTRY): Rename to...
4537 (ignore_first_link_map_entry): New function name.
4538 (svr4_keep_data_in_core): Adapt to function name changes above.
4539 (svr4_current_sos): Likewise.
4540 (enable_break): Likewise.
4541 (svr4_relocate_section_addresses): Likewise.
4542
1448a0a2
PM
45432011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4544
4545 ARI cleanup.
4546 * xtensa-tdep.c (xtensa_register_type): Use xstrprintf instead of
4547 sprintf. Simplify code and avoid loosing memory.
4548 (xtensa_register_reggroup_p): Extract assignment out of IF clause.
4549 (call0_frame_cache): Remove && operator from end of line.
4550
02835898
JK
45512011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4552
4553 Fix libraries displacement if they change whether they were prelinked.
4554 * solib-svr4.c (LM_ADDR_CHECK): Set L_ADDR even if the DYNAMIC pointer
4555 does not match. Comment why.
4556
9a845ea2
JK
45572011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4558
4559 * corelow.c: Include wrapper.h.
4560 (core_open): Call now gdb_target_find_new_threads.
4561 * wrapper.c: Include target.h.
4562 (gdb_target_find_new_threads): New.
4563 * wrapper.h (gdb_target_find_new_threads): New declaration.
4564
254f582e
JK
45652011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4566
4567 * linux-thread-db.c (find_new_threads_callback): Exit on zero TI_TID
4568 even if !TARGET_HAS_EXECUTION.
4569
63524580
JK
45702011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4571
4572 Fix convert_code_addr_to_desc_addr for ppc64 files after eu-strip.
4573 * elfread.c (elf_symfile_read): New variable synth_abfd, pass it to
4574 bfd_get_synthetic_symtab.
4575 * jit.c (jit_register_code): Pass NULL to the new parameter parent.
4576 * machoread.c (macho_add_oso_symfile): Pass main_objfile to the new
4577 parameter parent, remove the call to add_separate_debug_objfile.
4578 * solib.c (solib_read_symbols): Pass NULL to the new parameter parent.
4579 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4580 * symfile.c (symbol_file_add_with_addrs_or_offsets): New parameter
4581 parent, new comment for it, call add_separate_debug_objfile for it.
4582 (symbol_file_add_separate): Pass objfile as the parameter parent,
4583 remove the call to add_separate_debug_objfile.
4584 (symbol_file_add_from_bfd): New parameter parent, pass it.
4585 (symbol_file_add): Pass NULL to the new parameter parent.
4586 * symfile.h (symbol_file_add_from_bfd): New parameter parent.
4587
90359a16
JK
45882011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4589
4590 * elfread.c (elf_symtab_read): Do not ignore .L symbols if they are
4591 BSF_SYNTHETIC.
4592
626e7282
JK
45932011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4594
4595 Fix Python access to inlined frames.
4596 * python/py-frame.c (frapy_read_var): Find BLOCK using get_frame_block.
4597 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
4598
cf31e6f9
TT
45992011-04-15 Tom Tromey <tromey@redhat.com>
4600
4601 * dwarf2read.c (add_index_entry): Use VEC_last, not VEC_length.
4602
c8d895f1
GB
46032011-04-15 Gary Benson <gbenson@redhat.com>
4604
4605 * MAINTAINERS: Add myself to write-after-approval section.
4606
56a9aa1d
MF
46072011-04-14 Mike Frysinger <vapier@gentoo.org>
4608
4609 * remote-sim.c (sim_command_completer): New function.
4610 (_initialize_remote_sim): Set completer to sim_command_completer.
4611
ba770c9c
TJB
46122011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
4613
4614 * breakpoint.c (print_exception_catchpoint): Rename to ...
4615 (print_it_exception_catchpoint): ... this.
4616 (gnu_v3_exception_catchpoint_ops): Update with new name
4617 for print_it_exception_catchpoint.
4618
51bf2553
EBM
46192011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
4620
4621 * MAINTAINERS: Add myself for write after approval privileges.
4622
d242658c
MP
46232011-04-13 Marek Polacek <mpolacek@redhat.com>
4624
4625 * MAINTAINERS: Add myself as a write-after-approval maintainer.
4626
4a4106ca
TJB
46272011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
4628
4629 * breakpoint.c (watch_command_1): Remove colon from exp_string.
4630
26063d49
TJB
46312011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
4632
4633 * breakpoint.c (save_breakpoints): Verify whether
4634 breakpoint_ops.print_recreate is defined before calling it.
4635
7782b183
GB
46362011-04-11 Gary Benson <gbenson@redhat.com>
4637
4638 Fix failure with --enable-maintainer-mode.
4639 * Makefile.in (aclocal_m4_deps): Updated gnulib dependencies.
4640
e8930875
JK
46412011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4642
4643 Code cleanup.
4644 * symtab.c (search_symbols): Reorder the KIND description in the
4645 function comment. Remove the unused 4th element of types, types2,
4646 types3 and types4. New gdb_assert on KIND.
4647 (symtab_symbol_info): Remove the unused 4th element of classnames.
4648 New gdb_assert on KIND.
4649 * symtab.h (enum search_domain): New warning in the enum comment.
4650 Assign numbers to the elements VARIABLES_DOMAIN, FUNCTIONS_DOMAIN and
4651 TYPES_DOMAIN.
4652
b4f2f049
JK
46532011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4654
4655 Fix crash of gdb save-index on a STABS file.
4656 * dwarf2read.c (write_psymtabs_to_index): Return also on no
4657 PSYMTABS_ADDRMAP.
4658
60d5a603
JK
46592011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4660
4661 Fix DW_AT_accessibility compatibility with gcc-4.6+.
4662 * dwarf2read.c: Include ctype.h.
4663 (producer_is_gxx_lt_4_6, dwarf2_default_access_attribute): New
4664 functions.
4665 (dwarf2_add_field): Fix new_field->accessibility by calling
4666 dwarf2_default_access_attribute. Restructure setting accessibility
4667 vs. virtuality.
4668 (dwarf2_add_member_fn): New variable accessibility. Fix fnp
4669 is_private and is_protected by calling
4670 dwarf2_default_access_attribute.
4671
e0f68161
KB
46722011-04-08 Kevin Buettner <kevinb@redhat.com>
4673
4674 * rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
4675 to the initialization.
4676
2e1aae43
SE
46772011-04-08 Steve Ellcey <sje@cup.hp.com>
4678
4679 * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
4680 initalization.
4681
c6ca3dab
PM
46822011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
4683
4684 Remove support for old Cygwin 1.5 versions.
4685 * remote-fileio.c: Remove macros used to emulate new cygwin_conv_path
4686 function on old Cygwin version.
4687 * windows-nat.c: Remove cygwin version check and always define
4688 __USEWIDE for Cygwin compilation.
4689
bd18283a
YQ
46902011-04-07 Yao Qi <yao@codesourcery.com>
4691
4692 * arm-linux-tdep.c (arm_linux_copy_svc): Remove parameters INSN
4693 and TO.
4694 * arm-tdep.c (cleanup_svc): Handle variable instruction size.
4695 (arm_copy_svc): Remove parameters INSN and TO.
4696 (decode_svc_copro): Update caller.
4697 * arm-tdep.h (struct displaced_step_closure): Remove parameters
4698 from function pointer `copy_svc_os'.
4699
8c8dba6d
YQ
47002011-04-07 Yao Qi <yao@codesourcery.com>
4701
4702 * arm-tdep.c (cleanup_branch): Set a correct return address in
4703 LR for ARM and Thumb.
4704
59d7bcaf
JK
47052011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4706
4707 Code cleanup.
4708 * dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.
4709 * dwarf2read.c (mapped_index_string_hash): Refer to SYMBOL_HASH_NEXT
4710 in the function comment, a new note on values compatibility.
4711 * minsyms.c (msymbol_hash_iw, msymbol_hash): Use SYMBOL_HASH_NEXT.
4712 * symtab.h (SYMBOL_HASH_NEXT): New.
4713
e7db58ea
TJB
47142011-04-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
4715
4716 * ppc-linux-nat.c (check_condition): Add len output parameter.
4717 Set it based on the memory region referenced in the condition
4718 expression. Update all callers.
4719
9f743ef6
JK
47202011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4721
4722 Fix crash regression on systems featuring .gdb_index.
4723 * objfiles.c (free_objfile): Move the
4724 forget_cached_source_info_for_objfile call earlier. Comment it.
4725 Extend the comment for objfile_free_data.
4726
9182c5bc
JK
47272011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4728
4729 Fix regression of displaying the debug format.
4730 * buildsym.c (end_symtab): Set symtab's debugformat and producer from
4731 subfile.
4732
04bd08de
TT
47332011-04-04 Tom Tromey <tromey@redhat.com>
4734
4735 * cli/cli-interp.c (struct captured_execute_command_args):
4736 Remove.
4737 (do_captured_execute_command): Remove.
4738 (safe_execute_command): Use TRY_CATCH.
4739 * cli/cli-script.c (struct wrapped_read_command_file_args):
4740 Remove.
4741 (wrapped_read_command_file): Remove.
4742 (script_from_file): Use TRY_CATCH.
4743 * exceptions.c (catch_exception): Remove.
4744 * exceptions.h (catch_exception): Remove.
4745 (deprecated_throw_reason): Update comment.
4746 * mi/mi-main.c (captured_mi_execute_command): Change 'data'
4747 argument to 'context'.
4748 (mi_execute_command): Use TRY_CATCH.
4749 * remote.c (struct start_remote_args): Remove.
4750 (remote_start_remote): Update; change arguments.
4751 (remote_open_1): Use TRY_CATCH.
4752
58438ac1
TT
47532011-04-04 Tom Tromey <tromey@redhat.com>
4754
4755 * tracepoint.c (scope_info): Update.
4756 * symtab.c (decode_line_spec): Update.
4757 * python/python.c (gdbpy_decode_line): Update.
4758 * linespec.h (decode_line_1): Update.
4759 * linespec.c (decode_line_1): Remove 'not_found_ptr' argument.
4760 (decode_compound, find_method, symtab_from_filename)
4761 (decode_variable): Likewise.
4762 * cli/cli-cmds.c (edit_command): Update.
4763 (list_command): Update.
4764 * breakpoint.c (parse_breakpoint_sals): Remove 'not_found_ptr'
4765 argument.
4766 (create_breakpoint): Update.
4767 (until_break_command): Update.
4768 (addr_string_to_sals): Update.
4769 (decode_line_spec_1): Update.
4770
b78a6381
TT
47712011-04-04 Tom Tromey <tromey@redhat.com>
4772
4773 * breakpoint.c (struct captured_parse_breakpoint_args): Remove.
4774 (do_captured_parse_breakpoint): Remove.
4775 (create_breakpoint): `e' is now volatile. Remove `parse_args'.
4776 Use TRY_CATCH directly.
4777
00174a86
TT
47782011-04-04 Tom Tromey <tromey@redhat.com>
4779
4780 * symtab.h (free_symtab): Remove.
4781 (forget_cached_source_info_for_objfile): Declare.
4782 * symmisc.c (free_symtab): Remove.
4783 * source.c (forget_cached_source_info_for_objfile): New function.
4784 (forget_cached_source_info): Use it.
4785 * objfiles.c (free_objfile): Simplify check before calling
4786 clear_current_source_symtab_and_line. Call
4787 forget_cached_source_info_for_objfile.
4788
30cc903e
TT
47892011-04-04 Tom Tromey <tromey@redhat.com>
4790
4791 * mdebugread.c (psymtab_to_symtab_1): Copy linetable to obstack.
4792 (new_symtab): Don't set `free_code' on symtab.
4793 (new_linetable): Properly handle size==0.
4794 * symtab.h (struct symtab) <free_code, free_func>: Remove.
4795 * symmisc.c (free_symtab): Don't free the linetable. Don't call
4796 free_func.
4797 * jv-lang.c (struct jv_per_objfile_data): New.
4798 (jv_per_objfile_free): Free the data.
4799 (get_dynamics_objfile): Allocate a jv_per_objfile_data.
4800 (get_java_class_symtab): Set the `dict' field on the
4801 jv_per_objfile_data.
4802 (free_class_block): Remove.
4803 * buildsym.c (end_symtab): Don't set `free_code' or `free_func' on
4804 the symtab.
4805
0c2e6019
TT
48062011-04-04 Tom Tromey <tromey@redhat.com>
4807
4808 * symfile.c (reread_symbols): Update.
4809 * objfiles.h (struct objfile) <cp_namespace_symtab>: Remove
4810 field.
4811 * objfiles.c (allocate_objfile): Update.
4812 * cp-support.h (cp_check_possible_namespace_symbols): Don't
4813 declare.
4814 * cp-namespace.c (lookup_symbol_file): Don't call
4815 lookup_possible_namespace_symbol.
4816 (initialize_namespace_symtab, get_possible_namespace_block)
4817 (free_namespace_block, cp_check_possible_namespace_symbols)
4818 (check_possible_namespace_symbols_loop)
4819 (check_one_possible_namespace_symbol)
4820 (lookup_possible_namespace_symbol): Remove.
4821 (maintenance_cplus_namespace): Replace with notice.
4822 (_initialize_cp_namespace): Deprecate `maint cplus namespace'.
4823
554d387d
TT
48242011-04-04 Tom Tromey <tromey@redhat.com>
4825
4826 * xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.
4827 * symtab.h (struct symtab) <producer, debugformat>: Now const.
4828 * symmisc.c (free_symtab): Don't free debugformat.
4829 * buildsym.h (struct subfile) <producer, debugformat>: Now const.
4830 (record_debugformat, record_producer): Document.
4831 * buildsym.c (end_symtab): Don't save debugformat and producer
4832 names on obstack.
4833 (end_symtab): Don't free debugformat and producer fields.
4834 (record_debugformat): Don't call xstrdup.
4835 (record_producer): Likewise.
4836
d4d4db8a
TT
48372011-04-04 Tom Tromey <tromey@redhat.com>
4838
4839 * source.c (find_source_lines): Remove LSEEK_NOT_LINEAR code.
4840 (source_line_charpos, source_charpos_line): Remove.
4841
8903c50d
TT
48422011-04-04 Tom Tromey <tromey@redhat.com>
4843
4844 * symtab.h (domain_enum): Split in two...
4845 (enum search_domain): New.
4846 (search_symbols): Update.
4847 * symtab.c (print_symbol_info, symtab_symbol_info): Remove
4848 redundant declarations.
4849 (search_symbols): Change 'kind' argument to search_domain.
4850 Update.
4851 (print_symbol_info): Likewise.
4852 (symtab_symbol_info): Likewise.
4853 * symfile.h (struct quick_symbol_functions)
4854 <pre_expand_symtabs_matching>: Change type of 'kind' argument.
4855 <expand_symtabs_matching>: Likewise.
4856 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Update.
4857 (expand_symtabs_matching_via_partial): Update.
4858 * dwarf2read.c (dw2_pre_expand_symtabs_matching): Update.
4859 (dw2_expand_symtabs_for_function): Update.
4860 * block.h: Moved anonymous enum...
4861 * defs.h (enum block_enum): ... here. Now named.
4862
d9351f5f 48632011-04-03 Joel Brobecker <brobecker@adacore.com>
4864
4865 GDB 7.3 branch created (branch timestamp: 2011-04-01 01:00 UTC)
4866 * version.in: Bump version to 7.3.50.20110403-cvs.
4867
d6e00af6
JB
48682011-04-03 Joel Brobecker <brobecker@adacore.com>
4869
4870 * NEWS: Create a new section for the next release branch.
4871 Rename the section of the current branch, now that it has
4872 been cut.
4873
2b9e5ea6
UW
48742011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4875
4876 * arm-tdep.c (arm_gdbarch_init): Enfore correct register number
4877 for "fpscr" in target description.
4878
0cf03b49
JK
48792011-04-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4880
4881 * dwarf2read.c (find_slot_in_mapped_hash): New variable back_to,
4882 initialize it. Delay HASH initialization. Strip the part after open
4883 parenthesis for languages with qualifiers. Call do_cleanups.
4884
5d901a73
TT
48852011-04-01 Tom Tromey <tromey@redhat.com>
4886
4887 * utils.c (report_command_stats): Don't print `-' for negative
4888 number.
4889
b0dd7688
JB
48902011-04-01 Eric Botcazou <ebotcazou@adacore.com>
4891
4892 * ada-lang.c (ada_is_simple_array_type, ada_value_slice_from_ptr)
4893 (ada_value_slice, empty_array, to_fixed_array_type): Deal with
4894 typedefs.
4895
956a9fb9
JB
48962011-04-01 Joel Brobecker <brobecker@adacore.com>
4897
4898 * breakpoint.h (bpdisp_text): Add declaration.
4899 * breakpoint.c (bpdisp_text): Make non-static.
4900 * ada-lang.c: #include "mi/mi-common.h".
4901 (print_it_exception): Rewrite to improve GDB/MI output.
4902
3352110b
PA
49032011-04-01 Pedro Alves <pedro@codesourcery.com>
4904
4905 * arm-tdep.h (struct address_space): Add forward declaration.
4906
18819fa6
UW
49072011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4908
4909 * arm-tdep.h (arm_insert_single_step_breakpoint): Add prototype.
4910 * arm-tdep.c (arm_override_mode): New global.
4911 (arm_pc_is_thumb): Respect arm_override_mode. Remove single-step
4912 execution mode heuristics.
4913 (thumb_get_next_pc_raw): Remove INSERT_BKTP argument; always insert
4914 second single-step breakpoint if needed, using
4915 arm_insert_single_step_breakpoint.
4916 (arm_get_next_pc_raw): Remove INSERT_BKTP argument. Only handle
4917 ARM execution mode, do not call thumb_get_next_pc_raw.
4918 (arm_get_next_pc): Encode execution mode in return value. Call
4919 either arm_get_next_pc_raw or thumb_get_next_pc_raw.
4920 (arm_insert_single_step_breakpoint): New function.
4921 (arm_software_single_step): Call it.
4922 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): Add IS_THUMB
4923 argument to return execution mode of sigreturn target.
4924 (arm_linux_syscall_next_pc): Use it.
4925 (arm_linux_copy_svc): Update call.
4926 (arm_linux_software_single_step): Call
4927 arm_insert_single_step_breakpoint.
4928
a6e293d1
JK
49292011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
4930
4931 * dwarf2read.c (dwarf2_read_index): Fix .gdb_index version number in
4932 the comment.
4933
a4c8e806
TT
49342011-03-31 Tom Tromey <tromey@redhat.com>
4935
4936 * varobj.c (update_dynamic_varobj_children): Properly handle
4937 errors from iterator.
4938
df5c6c50
JK
49392011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
4940
4941 * dwarf2read.c (dwarf2_name): Initialize DEMANGLED. Avoid demangling
4942 struct linkage name twice.
4943
1dae3efc
TT
49442011-03-31 Tom Tromey <tromey@redhat.com>
4945
4946 * python/py-prettyprint.c (print_stack_unless_memory_error): Add
4947 missing ">" to message.
4948
f4f7ab05
TT
49492011-03-31 Tom Tromey <tromey@redhat.com>
4950
4951 * varobj.c (instantiate_pretty_printer): Remove duplicate
4952 'return'.
4953
fcf250e2
UW
49542011-03-31 Ulrich Weigand <ulrich.weigand@linaro.org>
4955
4956 * i386-tdep.c (i386_frame_prev_register): Unwind SP from memory
4957 if neither saved value nor register available (e.g. signal frame).
4958
ee6436e3
TJB
49592011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4960
4961 * macroexp.c (expand): Avoid uninitialized variable
4962 compiler warning.
4963
423f41a5
TJB
49642011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4965
4966 * breakpoint.c (break_range_command): Fix typo in comment.
4967
f1310107
TJB
49682011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4969 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4970
4971 Implement support for PowerPC BookE ranged breakpoints.
4972 * NEWS: Mention support for ranged breakpoints on embedded PowerPC.
4973 * breakpoint.h (struct bp_target_info) <length>: New member
4974 variable.
4975 (struct breakpoint_ops) <breakpoint_hit>: Take struct bp_location
4976 instead of struct breakpoint as argument, and also add ASPACE
4977 and BP_ADDR arguments. Update all callers.
4978 (struct breakpoint_ops) <print_one_detail>: New method.
4979 (struct breakpoint) <addr_string_range_end>: New member variable.
4980 * breakpoint.c (breakpoint_location_address_match): Add function
4981 prototype.
4982 (insert_bp_location): Set bl->target_info.length.
4983 (breakpoint_here_p): Call breakpoint_location_address_match.
4984 (moribund_breakpoint_here_p): Likewise.
4985 (regular_breakpoint_inserted_here_p): Likewise.
4986 (breakpoint_thread_match): Likewise.
4987 (bpstat_stop_status): Likewise.
4988 (bpstat_check_location): Move call to
4989 breakpoint_ops.breakpoint_hit to the top.
4990 (print_one_breakpoint_location): Call
4991 breakpoint_ops.print_one_detail if available.
4992 (breakpoint_address_match_range): New function.
4993 (breakpoint_location_address_match): Likewise.
4994 (breakpoint_locations_match): Compare the length field of the
4995 locations too.
4996 (hw_breakpoint_used_count): Count resources used by all locations
4997 in a breakpoint, and use breakpoint_ops.resources_needed if
4998 available.
4999 (breakpoint_hit_ranged_breakpoint): New function.
5000 (resources_needed_ranged_breakpoint): Likewise.
5001 (print_it_ranged_breakpoint): Likewise.
5002 (print_one_ranged_breakpoint): Likewise.
5003 (print_one_detail_ranged_breakpoint): Likewise.
5004 (print_mention_ranged_breakpoint): Likewise.
5005 (print_recreate_ranged_breakpoint): Likewise.
5006 (ranged_breakpoint_ops): New structure.
5007 (find_breakpoint_range_end): New function.
5008 (break_range_command): Likewise.
5009 (delete_breakpoint): Free addr_string_range_end.
5010 (update_breakpoint_locations): Add SALS_END argument. Update
5011 all callers. Calculate breakpoint length if a non-zero SALS_END
5012 is given. Call breakpoint_locations_match instead of
5013 breakpoint_address_match.
5014 (reset_breakpoint): Find SaL of the end of the range if B is a
5015 ranged breakpoint.
5016 (_initialize_breakpoint): Register break-range command.
5017 * defs.h (print_core_address): Add function prototype.
5018 * ppc-linux-nat.c (ppc_linux_ranged_break_num_registers): New
5019 function.
5020 (ppc_linux_insert_hw_breakpoint): Support ranged breakpoints.
5021 (ppc_linux_remove_hw_breakpoint): Likewise.
5022 (_initialize_ppc_linux_nat): Initialize
5023 to_ranged_break_num_registers.
5024 * target.c (update_current_target): Add comment about
5025 to_ranged_break_num_registers.
5026 (target_ranged_break_num_registers): New function.
5027 * target.h (struct target_ops) <to_ranged_break_num_registers>:
5028 New method.
5029 (target_ranged_break_num_registers): Add function prototype.
5030 * ui-out.c (ui_out_field_core_addr): Move address-printing logic to ...
5031 * utils.c (print_core_address): ... here.
5032
02d20e4a
UW
50332011-03-31 Ulrich Weigand <uweigand@de.ibm.com>
5034
5035 * breakpoint.c (addr_string_to_sals): Avoid uninitialized
5036 variable compiler warning.
5037
ef23e705
TJB
50382011-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5039
5040 * breakpoint.c (breakpoint_re_set_one): Factor out breakpoint-resetting
5041 code from here ...
5042 (re_set_breakpoint): ... to here ...
5043 (addr_string_to_sals): ... and here.
5044
311e6ab3
PM
50452011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
5046
5047 * Makefile.in (SFILES): Add missing C sources.
5048 (HFILES_NO_SRCDIR): Remove gdbserver subdirectory headers.
5049 Add missing headers.
5050
acd1d99c
MF
50512011-03-29 Mike Frysinger <vapier@gentoo.org>
5052
5053 * .gitignore: New file.
5054
66ee2731
MF
50552011-03-29 Mike Frysinger <vapier@gentoo.org>
5056
5057 * NEWS: Mention new cfi device simulation.
5058
53832f31
TT
50592011-03-29 Tom Tromey <tromey@redhat.com>
5060
5061 * dwarf2read.c (fixup_partial_die): Handle linkage name on
5062 otherwise anonymous types.
5063 (dwarf2_name): Likewise.
5064 * valops.c (value_struct_elt_for_reference): Refine artificial
5065 type logic. Call error if j==-1.
5066
09b58708
JK
50672011-03-29 Andreas Tobler <andreast-list@fgznet.ch>
5068
5069 Fix false GCC warning.
5070 * infcall.c (find_function_addr): Initialize funaddr.
5071
6023c606
PM
50722011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
5073
5074 Fix mingw compilation with --enable-targets=all.
5075 * remote-mips.c (gdb_usleep.h): Include header.
5076 (mips_enter_debug): Use gdb_usleep instead of sleep.
5077
0e30163f
JK
50782011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5079
5080 Support resolution of STT_GNU_IFUNC via breakpoints.
5081 * breakpoint.c (print_it_typical): Support bp_gnu_ifunc_resolver and
5082 bp_gnu_ifunc_resolver_return.
5083 (bpstat_what): Rename parameter to bs_head, new variable bs, adjust
5084 the loop. Support bp_gnu_ifunc_resolver and
5085 bp_gnu_ifunc_resolver_return. New comment after the loop. New loop
5086 for bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return
5087 breakpoints.
5088 (bptype_string, print_one_breakpoint_location): Support
5089 bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return.
5090 (user_settable_breakpoint): Return true also for
5091 bp_gnu_ifunc_resolver.
5092 (allocate_bp_location): Support bp_gnu_ifunc_resolver and
5093 bp_gnu_ifunc_resolver_return.
5094 (set_breakpoint_location_function): New parameter explicit_loc,
5095 describe it. Call find_pc_partial_function_gnu_ifunc with new
5096 variable IS_GNU_IFUNC and adjust the address for STT_GNU_IFUNC if
5097 EXPLICIT_LOC is not set.
5098 (set_raw_breakpoint): Set EXPLICIT_LOC for
5099 set_breakpoint_location_function.
5100 (clone_momentary_breakpoint): Use true for EXPLICIT_LOC of
5101 set_breakpoint_location_function.
5102 (mention): Support bp_gnu_ifunc_resolver and
5103 bp_gnu_ifunc_resolver_return.
5104 (add_location_to_breakpoint): Set EXPLICIT_LOC for
5105 set_breakpoint_location_function.
5106 (update_breakpoint_locations): Remove static.
5107 (breakpoint_re_set_one): Support bp_gnu_ifunc_resolver and
5108 bp_gnu_ifunc_resolver_return.
5109 * breakpoint.h (enum bptype): New fields bp_gnu_ifunc_resolver and
5110 bp_gnu_ifunc_resolver_return.
5111 (update_breakpoint_locations): New declaration.
5112 * elfread.c: Include gdbthread.h and regcache.h.
5113 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop): New
5114 functions.
5115 (elf_gnu_ifunc_fns): Install them.
5116 * minsyms.c (stub_gnu_ifunc_resolver_stop)
5117 (stub_gnu_ifunc_resolver_return_stop): New functions.
5118 (stub_gnu_ifunc_fns): Install them.
5119 * symtab.h (struct gnu_ifunc_fns): New fields gnu_ifunc_resolver_stop
5120 and gnu_ifunc_resolver_return_stop.
5121 (gnu_ifunc_resolver_stop, gnu_ifunc_resolver_return_stop): New.
5122
07be84bf
JK
51232011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5124
5125 STT_GNU_IFUNC reader implementation.
5126 * elfread.c: Include gdbtypes.h, value.h and infcall.h.
5127 (SYMBOL_GOT_PLT_SUFFIX, elf_rel_plt_read)
5128 (elf_objfile_gnu_ifunc_cache_data, struct elf_gnu_ifunc_cache)
5129 (elf_gnu_ifunc_cache_hash, elf_gnu_ifunc_cache_eq)
5130 (elf_gnu_ifunc_record_cache, elf_gnu_ifunc_resolve_by_cache)
5131 (elf_gnu_ifunc_resolve_by_got, elf_gnu_ifunc_resolve_name)
5132 (elf_gnu_ifunc_resolve_addr): New.
5133 (elf_symfile_read): Call elf_rel_plt_read.
5134 (elf_gnu_ifunc_fns): New.
5135 (_initialize_elfread): Initialize elf_objfile_gnu_ifunc_cache_data.
5136 Install elf_gnu_ifunc_fns.
5137 * infcall.c (find_function_return_type): New function.
5138 (find_function_addr): Resolve TYPE_GNU_IFUNC functions, if possible.
5139 * minsyms.c (stub_gnu_ifunc_resolve_addr)
5140 (stub_gnu_ifunc_resolve_name): New functions.
5141 (stub_gnu_ifunc_fns, gnu_ifunc_fns_p): New variables.
5142 * symtab.h (struct gnu_ifunc_fns, gnu_ifunc_resolve_addr)
5143 (gnu_ifunc_resolve_name, gnu_ifunc_fns_p): New.
5144
300f8e10
JK
51452011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5146
5147 Code cleanup for later STT_GNU_IFUNC support.
5148 * infcall.c (find_function_addr): Remove variable code, use explicit
5149 dereferences for it. Move VALUE_TYPE initialization later.
5150
11c81455
JK
51512011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5152
5153 GDB find_pc_partial_function support for STT_GNU_IFUNC.
5154 * blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
5155 (clear_pc_function_cache): Clear it.
5156 (find_pc_partial_function): Rename to ...
5157 (find_pc_partial_function_gnu_ifunc): ... this function. New
5158 parameter is_gnu_ifunc_p, describe it. Set *IS_GNU_IFUNC_P.
5159 (find_pc_partial_function): New wrapper for this function.
5160 * symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
5161
0875794a
JK
51622011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5163
5164 GDB internal type support for STT_GNU_IFUNC.
5165 * elfread.c (record_minimal_symbol): Support mst_text_gnu_ifunc.
5166 (elf_symtab_read): Set mst_text_gnu_ifunc for
5167 BSF_GNU_INDIRECT_FUNCTION.
5168 * eval.c (evaluate_subexp_standard): Support TYPE_GNU_IFUNC.
5169 * gdbtypes.c (init_type): Support TYPE_FLAG_GNU_IFUNC,
5170 builtin_func_func, nodebug_text_gnu_ifunc_symbol and
5171 nodebug_got_plt_symbol.
5172 * gdbtypes.h (enum type_flag_value): New entry TYPE_FLAG_GNU_IFUNC.
5173 (TYPE_GNU_IFUNC): New.
5174 (struct main_type): New field flag_gnu_ifunc.
5175 (struct builtin_type): New field builtin_func_func.
5176 (struct objfile_type): New fields nodebug_text_gnu_ifunc_symbol and
5177 nodebug_got_plt_symbol.
5178 * minsyms.c (lookup_minimal_symbol_text): Support mst_text_gnu_ifunc.
5179 (in_gnu_ifunc_stub): New.
5180 (prim_record_minimal_symbol, find_solib_trampoline_target): Support
5181 mst_text_gnu_ifunc.
5182 * parse.c (write_exp_msymbol): New variable ifunc_msym. Detect and
5183 support mst_text_gnu_ifunc. Support mst_slot_got_plt.
5184 * solib-svr4.c (svr4_in_dynsym_resolve_code): Return true also for
5185 in_gnu_ifunc_stub.
5186 * symmisc.c (dump_msymbols): Support mst_text_gnu_ifunc.
5187 * symtab.c (search_symbols): Likewise.
5188 * symtab.h (enum minimal_symbol_type): New fields mst_text_gnu_ifunc
5189 and mst_slot_got_plt.
5190 (in_gnu_ifunc_stub): New declaration.
5191
d0fb5eae
JK
51922011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5193
5194 Support a ring of related breakpoints.
5195 * breakpoint.c (watchpoint_del_at_next_stop): New, move here code from
5196 other functions, add gdb_assert.
5197 (update_watchpoint, watchpoint_check): Add gdb_assert. Use
5198 watchpoint_del_at_next_stop.
5199 (bpstat_check_watchpoint): Use watchpoint_del_at_next_stop.
5200 (bpstat_stop_status): Handle ring in related_breakpoint.
5201 (set_raw_breakpoint_without_location): Initialize ring in
5202 related_breakpoint.
5203 (delete_breakpoint): Handle ring in related_breakpoint, use
5204 watchpoint_del_at_next_stop.
5205 (map_breakpoint_numbers): Handle ring in related_breakpoint.
5206
9cded63f
TT
52072011-03-28 Tom Tromey <tromey@redhat.com>
5208
5209 PR symtab/12441:
5210 * dwarf2read.c (prepare_one_comp_unit): Don't call set_cu_language
5211 with `language_minimal'.
5212
467d42c4
UW
52132011-03-25 Ulrich Weigand <ulrich.weigand@linaro.org>
5214
5215 * arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
5216 instead of checking for STT_ARM_TFUNC symbol type.
5217
62853458
TT
52182011-03-25 Tom Tromey <tromey@redhat.com>
5219
5220 * linespec.c (symbol_found): Restore line-based result for
5221 non-LOC_LABEL symbols.
5222
a7417d46
KT
52232011-03-25 Kai Tietz <ktietz@redhat.com>
5224
5225 * tui/tui-source.c (tui_set_source_content): Use filename_cmp
5226 instead of strcmp for comparison.
5227 (tui_source_is_displayed): Likewise.
5228 * tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
5229
55f1336d
TT
52302011-03-24 Mark Wielaard <mjw@redhat.com>
5231
f33edef8
PP
5232 * dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
5233 complaint.
5234 (skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
5235 (find_partial_die_in_comp_unit): Likewise in comment.
5236 (read_attribute_value): Likewise.
5237 (lookup_die_type): Likewise.
5238 (dwarf_form_name): Likewise.
5239 (dump_die_shallow): Likewise.
5240 (follow_die_ref_or_sig): Likewise.
55f1336d 5241
9ef07c8c
TT
52422011-03-24 Tom Tromey <tromey@redhat.com>
5243
5244 PR breakpoints/11816:
5245 * linespec.c (decode_line_1): Parse `function:label' linespecs.
5246 (decode_compound): Update.
5247 (find_function_symbol): New function.
5248 (decode_dollar): Update.
5249 (decode_label): Add 'function_symbol' parameter. Handle
5250 function-relative labels.
5251 (decode_variable): Update.
5252 (symbol_found): Add 'function_symbol' parameter. Use label's PC,
5253 not its line. Set `special_display' and canonical name for
5254 labels.
5255
56435ebe
TT
52562011-03-24 Tom Tromey <tromey@redhat.com>
5257
5258 * linespec.h (struct linespec_result) <special_display>: New
5259 field.
5260 * breakpoint.h (struct breakpoint) <display_canonical>: New
5261 field.
5262 * breakpoint.c (print_breakpoint_location): Respect
5263 display_canonical.
5264 (create_breakpoint_sal): Add 'display_canonical' parameter.
5265 (create_breakpoints_sal): Update.
5266 (create_breakpoint): Update.
5267
7efd8fc2
TT
52682011-03-24 Tom Tromey <tromey@redhat.com>
5269
5270 * symtab.c (decode_line_spec): Update.
5271 * linespec.c (build_canonical_line_spec): Change type of
5272 'canonical'.
5273 (decode_line_2, decode_line_1, decode_objc, decode_compound)
5274 (find_method, decode_all_digits, decode_dollar, decode_label)
5275 (symbol_found): Likewise.
5276 (init_linespec_result): New function.
5277 * breakpoint.c (struct captured_parse_breakpoint_args)
5278 <canonical_p>: New field, replaces addr_string_p.
5279 (create_breakpoints_sal): Add 'canonical' parameter, replacing
5280 'addr_string'.
5281 (parse_breakpoint_sals): Likewise.
5282 (do_captured_parse_breakpoint): Update.
5283 (create_breakpoint): Use struct linespec_result.
5284 (until_break_command): Update.
5285 (breakpoint_re_set_one): Update.
5286 (decode_line_spec_1): Update.
5287 * linespec.h (struct linespec_result): New.
5288 (init_linespec_result): Declare.
5289
788c8b10
PA
52902011-03-23 Pedro Alves <pedro@codesourcery.com>
5291
5292 * regcache.c (regcache_raw_read): If the target didn't supply a
5293 given raw register, mark it as unavailable.
5294
0ba1096a
KT
52952011-03-23 Kai Tietz <ktietz@redhat.com>
5296
5297 * breakpoint.c (clear_command): Use filename_cmp
5298 instead of strcmp for comparison.
5299 * buildsym.c (watch_main_source_file_lossage): Likewise.
5300 (patch_subfile_names): Use IS_DIR_SEPARATOR instead of
5301 checking just for slash.
5302 * dbxread.c (read_dbx_symtab): Use lbasename instead of
5303 strrchr and filename_cmp instead of strcmp for filenames.
5304 (add_old_header_file): Use filename_cmp
5305 instead of strcmp for comparison.
5306 * exec.c (exec_set_section_address): Likewise.
5307 * macrotab.c (macro_lookup_inclusion): Likewise.
5308 (macro_lookup_inclusion): Likewise.
5309 * elfread.c (_initialize_elfread): Likewise.
5310 (elfstab_offset_sections): Likewise.
5311 (elfstab_offset_sections): Use lbasename instead of
5312 strrchr.
5313 * mdebugread.c (parse_partial_symbols): Likewise.
5314 (arse_partial_symbols): Use filename_(n)cmp instead of
5315 str(n)cmp for comparison.
5316 * minsyms.c (lookup_minimal_symbol): Likewise.
5317 * psymtab.c (read_psymtabs_with_filename): Likewise.
5318 * solib.c (solib_read_symbols): Likewise.
5319 (reload_shared_libraries_1): Likewise.
5320 * symmisc.c (maintenance_print_symbols): Likewise.
5321 * symfile.c (separate_debug_file_exists): Likewise.
5322 (reread_symbols): Likewise.
5323 (find_separate_debug_file_by_debuglink): Likewise.
5324 * remote-fileio.c (remote_fileio_func_rename): Likewise.
5325 * source.c (add_path): Likewise.
5326 * symtab.c (filename_seen): Likewise.
5327 (file_matches): Likewise.
5328 (print_symbol_info): Likewise.
5329 (maybe_add_partial_symtab_filename): Likewise.
5330 (make_source_files_completion_list): Likewise.
5331 * xml-syscall.c (init_sysinfo): Likewise.
5332 * windows-nat.c (_initialize_check_for_gdb_ini): Use
5333 IS_DIR_SEPARATOR for checking for trailing path separator.
5334
dd90784c
JK
53352011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5336
5337 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value. New
5338 label abort_expression.
5339 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle
5340 DWARF_VALUE_OPTIMIZED_OUT.
5341
3167638f
JK
53422011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5343
5344 Code cleanup.
5345 * c-typeprint.c (c_type_print_args): Change parameter show_artificial
5346 to linkage_name. Invert its value. Update the function comment.
5347 (c_type_print_varspec_suffix): Invert it at the caller.
5348 * dwarf2read.c (dwarf2_compute_name): Invert it at the caller.
5349
ce406537
PA
53502011-03-22 Pedro Alves <pedro@codesourcery.com>
5351
5352 * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
5353 errors when reading the `stop_pc'.
5354 * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
5355 get_frame_pc.
5356
da5d4055
PM
53572011-03-22 Phil Muldoon <pmuldoon@redhat.com>
5358
5359 * NEWS: Document gdb.Write stream keyword.
5360
29e0eb9c
JK
53612011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5362
5363 Revert:
5364 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5365 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
5366 (dwarf2_add_field): Fix new_field->accessibility for
5367 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
5368
05775840
PM
53692011-03-22 Phil Muldoon <pmuldoon@redhat.com>
5370
f33edef8 5371 PR python/12183
05775840
PM
5372
5373 * python/py-function.c (fnpy_call): Treat GdbErrors differently to
5374 other error classes. Do not print stack trace.
5375
a0cb7835
JK
53762011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5377
5378 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
5379 (dwarf2_add_field): Fix new_field->accessibility for
5380 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
5381
d19f7eee
UW
53822011-03-21 Ulrich Weigand <ulrich.weigand@linaro.org>
5383
5384 * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when
5385 encountering a load via a non-SP register.
5386
4a2fbb50
UW
53872011-03-21 Ulrich Weigand <uweigand@de.ibm.com>
5388
5389 * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
5390 field in returned unwinder.
5391
3489610d
JB
53922012-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5393
5394 * ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
5395
8c1a34e7
JB
53962012-03-21 Joel Brobecker <brobecker@adacore.com>
5397
5398 * ada-lang.c (replace_operator_with_call): Use xzalloc instead
5399 of xmalloc.
5400
8fbca658
PA
54012012-03-18 Pedro Alves <pedro@codesourcery.com>
5402
5403 * frame.c (frame_unwind_register): Throw an error if unwinding the
5404 register failed.
5405 * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's
5406 an unwind stop reason.
5407 (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE.
5408 * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST,
5409 UNWIND_UNAVAILABLE>: New.
5410 * inline-frame.c (inline_frame_unwind): Install
5411 default_frame_unwind_stop_reason.
5412 * frame-unwind.c: Include "exceptions.h".
5413 (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors.
5414 (default_frame_unwind_stop_reason): New.
5415 * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef.
5416 (default_frame_unwind_stop_reason): Declare.
5417 (struct frame_unwind) <stop_reason>: New function pointer.
5418
5419 * dummy-frame.c: Install default_frame_unwind_stop_reason.
5420 * dwarf2-frame.c: Include exceptions.h.
5421 (struct dwarf2_frame_cache) <unavailable_retaddr>: New field.
5422 (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when
5423 computing the CFA. If such an error was thrown, set
5424 unavailable_retaddr.
5425 (dwarf2_frame_unwind_stop_reason): New.
5426 (dwarf2_frame_this_id): Don't build a frame id if the CFA was
5427 unavailable.
5428 (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason.
5429 (dwarf2_signal_frame_unwind): Ditto.
5430
5431 * amd64-tdep.c: Include "exceptions.h".
5432 (struct amd64_frame_cache): New field "base_p".
5433 (amd64_init_frame_cache): Clear it.
5434 (amd64_frame_cache_1): New, factored out from amd64_frame_cache.
5435 Avoid reading registers with functions that throw if the register
5436 is not necessary to compute the frame base.
5437 (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
5438 swallowing NOT_AVAILABLE_ERROR.
5439 (amd64_frame_unwind_stop_reason): New.
5440 (amd64_frame_this_id): Don't build a frame id if the frame base
5441 was unavailable.
5442 (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason.
5443 (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
5444 base_p if the frame base was computable.
5445 (amd64_sigtramp_frame_unwind_stop_reason): New.
5446 (amd64_sigtramp_frame_this_id): Don't build a frame id if the
5447 frame base was unavailable.
5448 (amd64_sigtramp_frame_unwind): Install
5449 amd64_sigtramp_frame_unwind_stop_reason.
5450 (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
5451 base_p if the frame base was computable.
5452 (amd64_epilogue_frame_unwind_stop_reason): New.
5453 (amd64_epilogue_frame_this_id): Don't build a frame id if the
5454 frame base was unavailable.
5455 (amd64_epilogue_frame_unwind): Install
5456 amd64_epilogue_frame_unwind_stop_reason.
5457 * i386-tdep.c: Include "exceptions.h".
5458 (struct i386_frame_cache): New field "base_p".
5459 (i386_init_frame_cache): Clear it.
5460 (i386_frame_cache_1): New, factored out from amd64_frame_cache.
5461 Avoid reading registers with functions that throw if the register
5462 is not necessary to compute the frame base.
5463 (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
5464 swallowing NOT_AVAILABLE_ERROR.
5465 (i386_frame_unwind_stop_reason): New.
5466 (i386_frame_this_id): Don't build a frame id if the frame base was
5467 unavailable.
5468 (i386_frame_prev_register): Handle unavailable SP.
5469 (i386_frame_unwind): Install i386_frame_unwind_stop_reason.
5470 (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
5471 base_p if the frame base was computable.
5472 (i386_epilogue_frame_unwind_stop_reason): New.
5473 (i386_epilogue_frame_this_id): Don't build a frame id if the frame
5474 base was unavailable.
5475 (i386_epilogue_frame_unwind): Install
5476 i386_epilogue_frame_unwind_stop_reason.
5477 (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
5478 base_p if the frame base was computable.
5479 (i386_sigtramp_frame_unwind_stop_reason): New.
5480 (i386_sigtramp_frame_this_id): Don't build a frame id if the frame
5481 base was unavailable.
5482 (i386_sigtramp_frame_unwind): Install
5483 i386_sigtramp_frame_unwind_stop_reason.
5484 * sentinel-frame.c (sentinel_frame_prev_register): Use the value
5485 type's size, not the register's.
5486 (sentinel_frame_unwind): Install default_frame_unwind_stop_reason.
5487
5488 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install
5489 default_frame_unwind_stop_reason.
5490 * alpha-tdep.c (alpha_sigtramp_frame_unwind)
5491 (alpha_heuristic_frame_unwind): Ditto.
5492 * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto.
5493 * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto.
5494 * avr-tdep.c (avr_frame_unwind): Ditto.
5495 * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind):
5496 Ditto.
5497 * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto.
5498 * frv-tdep.c (frv_frame_unwind): Ditto.
5499 * h8300-tdep.c (h8300_frame_unwind): Ditto.
5500 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto.
5501 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto.
5502 * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind)
5503 (hppa_stub_frame_unwind): Ditto.
5504 * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto.
5505 * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind)
5506 (ia64_libunwind_frame_unwind)
5507 (ia64_libunwind_sigtramp_frame_unwind): Ditto.
5508 * iq2000-tdep.c (iq2000_frame_unwind): Ditto.
5509 * lm32-tdep.c (lm32_frame_unwind): Ditto.
5510 * m32c-tdep.c (m32c_unwind): Ditto.
5511 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto.
5512 * m32r-tdep.c (m32r_frame_unwind): Ditto.
5513 * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto.
5514 * m68k-tdep.c (m68k_frame_unwind): Ditto.
5515 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto.
5516 * m88k-tdep.c (m88k_frame_unwind): Ditto.
5517 * mep-tdep.c (mep_frame_unwind): Ditto.
5518 * microblaze-tdep.c (microblaze_frame_unwind): Ditto.
5519 * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind)
5520 (mips_stub_frame_unwind): Ditto.
5521 * mn10300-tdep.c (mn10300_frame_unwind): Ditto.
5522 * moxie-tdep.c (moxie_frame_unwind): Ditto.
5523 * mt-tdep.c (mt_frame_unwind): Ditto.
5524 * ppc-linux-tdep.c (ppu2spu_unwind): Ditto.
5525 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto.
5526 * rs6000-tdep.c (rs6000_frame_unwind): Ditto.
5527 * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind)
5528 (s390_sigtramp_frame_unwind): Ditto.
5529 * score-tdep.c (score_prologue_unwind): Ditto.
5530 * sh-tdep.c (sh_frame_unwind): Ditto.
5531 * sh64-tdep.c (sh64_frame_unwind): Ditto.
5532 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto.
5533 * sparc-tdep.c (sparc32_frame_unwind): Ditto.
5534 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto.
5535 * sparc64-tdep.c (sparc64_frame_unwind): Ditto.
5536 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto.
5537 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto.
5538 * sparc64obsd-tdep.c (sparc64obsd_frame_unwind)
5539 (sparc64obsd_trapframe_unwind): Ditto.
5540 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto.
5541 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto.
5542 * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto.
5543 * v850-tdep.c (v850_frame_unwind): Ditto.
5544 * vax-tdep.c (vax_frame_unwind): Ditto.
5545 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto.
5546 * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto.
5547 * xtensa-tdep.c (xtensa_unwind): Ditto.
5548
f23d1b92
PA
55492011-03-18 Pedro Alves <pedro@codesourcery.com>
5550
5551 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume
5552 there's always a frame. Use get_frame_pc_if_available instead of
5553 get_frame_pc, and if there's no PC available, don't look up a
5554 symtab.
5555
1d4f5741
PA
55562011-03-18 Pedro Alves <pedro@codesourcery.com>
5557
5558 * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle
5559 unavailable PC.
5560
dba09041
PA
55612011-03-18 Pedro Alves <pedro@codesourcery.com>
5562
5563 * tracepoint.c (set_traceframe_context): Handle unavailable PC
5564 gracefully.
5565
9a26e44c
PA
55662011-03-18 Pedro Alves <pedro@codesourcery.com>
5567
5568 * frame.h (frame_unwind_caller_pc_if_available): Declare.
5569 * frame.c (frame_unwind_caller_pc_if_available): New.
5570 * stack.c (frame_info): Handle unavailable PC.
5571
55722011-03-18 Pedro Alves <pedro@codesourcery.com>
5573
5574 * frame.c (frame_unwind_pc): Rename to ...
5575 (frame_unwind_pc_if_available): ... this. New `pc' output
5576 parameter. Change return type to int. Gracefully handle
5577 gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR. Return 0 if that
5578 happened, or 1 otherwise.
5579 (frame_unwind_pc): Reimplement on top of
5580 frame_unwind_pc_if_available.
5581 (get_frame_func): Rename to ...
5582 (get_frame_func_if_available): New `pc' output parameter. Change
5583 return type to int. Gracefully handle the PC not being available.
5584 (get_frame_func): Reimplement on top of
5585 get_frame_func_if_available.
5586 (select_frame): Handle the PC being unavailable.
5587 (get_prev_frame): Handle the PC being unavailable.
5588 (get_frame_pc_if_available): New.
5589 (get_frame_address_in_block_if_available): New.
5590 (find_frame_sal): Handle the frame PC not being available.
5591 * frame.h (get_frame_pc_if_available): Declare.
5592 (get_frame_address_in_block_if_available): Declare.
5593 (get_frame_func_if_available): Declare.
5594 * stack.c (print_frame_info): Handle the PC being unavailable.
5595 (find_frame_funname): Ditto.
5596 (print_frame): Handle the PC being unavailable.
5597 (get_frame_language): Ditto.
5598 * blockframe.c (get_frame_block): Ditto.
5599 * macroscope.c (default_macro_scope): Ditto.
5600 * tui/tui-stack.c (tui_show_frame_info): Ditto.
5601
56022011-03-18 Pedro Alves <pedro@codesourcery.com>
5603
5604 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
5605 NOT_AVAILABLE_ERROR when evaluating the location expression.
5606
56072011-03-18 Pedro Alves <pedro@codesourcery.com>
5608
5609 * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes
5610 returning that the register piece is unavailable/optimized out.
5611 (write_pieced_value): Handle get_frame_register_bytes returning
5612 that the register piece is unavailable/optimized out when doing a
5613 read-modify write of a bitfield.
5614 * findvar.c (value_from_register): Handle get_frame_register_bytes
5615 returning that the register piece is unavailable/optimized out.
5616 * frame.c (get_frame_register_bytes): New parameters `optimizedp'
5617 and `unavailablep'. Throw error on bad debug info. Use
5618 frame_register instead of frame_register_read, to fill in the new
5619 arguments.
5620 * frame.h (get_frame_register_bytes): New parameters `optimizedp'
5621 and `unavailablep'.
5622 * valops.c: (value_assign): Adjust, and handle
5623 get_frame_register_bytes failing.
5624 * spu-tdep.c: Include exceptions.h.
5625 (spu_software_single_step): Adjust, and handle
5626 get_frame_register_bytes failing.
5627 (spu_get_longjmp_target): Ditto.
5628 * gdbarch.sh (register_to_value): Change to return int. New
5629 parameters `optimizedp' and `unavailablep'.
5630 * gdbarch.h, gdbarch.c: Regenerate.
5631 * i386-tdep.c (i386_register_to_value): Adjust to new
5632 gdbarch_register_to_value interface.
5633 * i387-tdep.c (i387_register_to_value): Ditto.
5634 * i387-tdep.h (i387_register_to_value): Ditto.
5635 * alpha-tdep.c (alpha_register_to_value): Ditto.
5636 * ia64-tdep.c (ia64_register_to_value): Ditto.
5637 * m68k-tdep.c (m68k_register_to_value): Ditto.
5638 * mips-tdep.c (mips_register_to_value): Ditto.
5639 * rs6000-tdep.c (rs6000_register_to_value): Ditto.
5640
0fdb4f18
PA
56412011-03-18 Pedro Alves <pedro@codesourcery.com>
5642
5643 * findvar.c (value_of_register): Mark the value as unavailable, if
5644 the register is unavailable.
5645 * frame.h (frame_register_unwind): New `unavailablep' parameter.
5646 (frame_register): New `unavailablep' parameter.
5647 (frame_register_read): Update comment.
5648 * frame.c (frame_register_unwind): New `unavailablep' parameter.
5649 Set it if the register is unavailable. If the register is
5650 unavailable, clear the output buffer.
5651 (frame_register): New `unavailablep' parameter. Pass it down.
5652 (frame_unwind_register): Adjust.
5653 (put_frame_register): Adjust.
5654 (frame_register_read): Adjust. Also return false if the register
5655 is not available.
5656 (frame_register_unwind_location): Adjust.
5657 * sentinel-frame.c (sentinel_frame_prev_register): If the register
5658 is unavailable, mark the value accordingly.
5659 * stack.c (frame_info): Handle unavailable registers.
5660
e69aa73e
PA
56612011-03-18 Pedro Alves <pedro@codesourcery.com>
5662
5663 * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and
5664 simplify, using regcache_cooked_read.
5665
05d1431c
PA
56662011-03-18 Pedro Alves <pedro@codesourcery.com>
5667
5668 * regcache.h (regcache_raw_read, regcache_raw_read_signed)
5669 (regcache_raw_read_unsigned, regcache_raw_read_signed)
5670 (regcache_raw_read_unsigned, regcache_raw_read_part)
5671 (regcache_cooked_read, regcache_cooked_read_signed)
5672 (regcache_cooked_read_unsigned, regcache_cooked_read_part)
5673 (regcache_cooked_read_ftype): Change return to enum
5674 register_status.
5675 * regcache.c: Include exceptions.h
5676 (regcache_save): Adjust to handle REG_UNAVAILABLE registers.
5677 (do_cooked_read): Change return to enum register_status. Always
5678 forward to regcache_cooked_read.
5679 (regcache_raw_read): Change return to enum register_status. If
5680 the register is not REG_VALID, memset the buffer. Return the
5681 register's status.
5682 (regcache_raw_read_signed): Handle non-REG_VALID registers and
5683 return the register's status.
5684 (regcache_raw_read_unsigned): Ditto.
5685 (regcache_cooked_read): Change return to enum register_status.
5686 Assert that with read-only regcaches, the register's status must
5687 be known. If the regcache is read-only, and the register is not
5688 REG_VALID, memset the buffer. Return the register's status.
5689 (regcache_cooked_read_signed): Change return to enum
5690 register_status. Handle non-REG_VALID registers and return the
5691 register's status.
5692 (regcache_cooked_read_unsigned): Change return to enum
5693 register_status. Handle non-REG_VALID registers and return the
5694 register's status.
5695 (regcache_xfer_part, regcache_raw_read_part)
5696 (regcache_cooked_read_part): Change return to enum
5697 register_status. Return the register's status.
5698 (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is
5699 unavailable.
5700 (regcache_dump): Handle unavailable cooked registers.
5701 * frame.c (do_frame_register_read): Adjust interface to match
5702 regcache_cooked_read_ftype.
5703 * gdbarch.sh (pseudo_register_read): Change return to enum
5704 register_status.
5705 * gdbarch.h, gdbarch.c: Regenerate.
5706
5707 * i386-tdep.h (i386_pseudo_register_read): Change return to enum
5708 register_status.
5709 * i386-tdep.c (i386_pseudo_register_read): Change return to enum
5710 register_status. If reading a raw register indicates the raw
5711 register is not valid, return the raw register's status,
5712 otherwise, return REG_VALID.
5713 * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum
5714 register_status. Handle non-REG_VALID raw registers and return
5715 the register's status.
5716 * arm-tdep.c (arm_neon_quad_read)
5717 (arm_pseudo_read): Change return to enum register_status. Handle
5718 non-REG_VALID raw registers and return the register's status.
5719 * avr-tdep.c (avr_pseudo_register_read): Ditto.
5720 * frv-tdep.c (frv_pseudo_register_read): Ditto.
5721 * h8300-tdep.c (h8300_pseudo_register_read): Ditto.
5722 * hppa-tdep.c (hppa_pseudo_register_read): Ditto.
5723 * m32c-tdep.c (m32c_move_reg_t): Change return to enum
5724 register_status.
5725 (m32c_raw_read, m32c_raw_write, m32c_banked_read)
5726 (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read)
5727 (m32c_part_write, m32c_cat_read, m32c_cat_write)
5728 (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write)
5729 (m32c_pseudo_register_read): Change return to enum
5730 register_status. Adjust.
5731 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to
5732 enum register_status. Return the register's status.
5733 * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum
5734 register_status. Return the register's status.
5735 (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto.
5736 * mips-tdep.c (mips_pseudo_register_read): Ditto.
5737 * mt-tdep.c (mt_pseudo_register_read): Ditto.
5738 * rs6000-tdep.c (move_ev_register_func): New typedef.
5739 (e500_move_ev_register): Use it. Change return to enum
5740 register_status. Return the register's status.
5741 (do_regcache_raw_read): New function.
5742 (do_regcache_raw_write): New function.
5743 (e500_pseudo_register_read): Change return to enum
5744 register_status. Return the register's status. Use
5745 do_regcache_raw_read.
5746 (e500_pseudo_register_write): Adjust. Use do_regcache_raw_write.
5747 (dfp_pseudo_register_read): Change return to enum register_status.
5748 Return the register's status.
5749 (vsx_pseudo_register_read): Ditto.
5750 (efpr_pseudo_register_read): Ditto.
5751 (rs6000_pseudo_register_read): Ditto.
5752 * s390-tdep.c (s390_pseudo_register_read): Change return to enum
5753 register_status. Return the register's status.
5754 * sh64-tdep.c (pseudo_register_read_portions): New function.
5755 (sh64_pseudo_register_read): Change return to enum
5756 register_status. Use pseudo_register_read_portions. Return the
5757 register's status.
5758 * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum
5759 register_status. Return the register's status.
5760 * sh-tdep.c (pseudo_register_read_portions): New function.
5761 (sh_pseudo_register_read): Change return to enum register_status.
5762 Use pseudo_register_read_portions. Return the register's status.
5763 * sparc-tdep.c (sparc32_pseudo_register_read): Change return to
5764 enum register_status. Return the register's status.
5765 * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto.
5766 * spu-tdep.c (spu_pseudo_register_read_spu)
5767 (spu_pseudo_register_read): Ditto.
5768 * xtensa-tdep.c (xtensa_register_read_masked)
5769 (xtensa_pseudo_register_read): Ditto.
5770 * bfin-tdep.c (bfin_pseudo_register_read): Ditto.
5771
e10abd8f
PM
57722011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
5773
5774 * python/py-value.c (valpy_getitem): Fix formatting of error function
5775 call.
5776
7ea6d463
PM
57772011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
5778
5779 ARI fixes: Add missing internationalization markups throughout
5780 C source files.
5781 * darwin-nat-info.c: Ditto.
5782 * record.c: Ditto.
5783 * remote.c: Ditto.
5784 * mi/mi-main.c: Ditto.
5785
001083c6
PM
57862011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
5787
5788 ARI fixes: Add missing internationalization markups throughout
5789 yacc files.
5790 * c-exp.y: Ditto.
5791 * cp-name-parser.y: Ditto.
5792 * f-exp.y: Ditto.
5793 * m2-exp.y: Ditto.
5794 * objc-exp.y: Ditto.
5795 * p-exp.y: Ditto.
5796
4f1cdeec
PM
57972011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
5798
5799 ARI fixes: Messages should have no trailing new lines.
5800 * darwin-nat.c (mach_check_error): Remove trailing new line from
5801 warning function call message.
5802 * record.c (bfdcore_read): Idem for error call.
5803
28e698f1
PM
58042011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
5805
5806 * common/signals.c (target_signal_from_host): Add _ markup to error
5807 function call message.
5808 (target_signal_to_host): Add _ markup and remove trailing new line
5809 from warning call message.
5810 (target_signal_from_command): Add _ markup to error function call
5811 message.
5812
99c3dc11
PM
58132011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5814
f33edef8 5815 PR python/12149
99c3dc11
PM
5816
5817 * python/python.c (gdbpy_write): Accept a stream argument and
5818 operate to the appropriate stream.
5819 (gdbpy_flush): Likewise.
5820 (_initialize_python): Add stream constants.
5821 (finish_python_initialization): Add GdbOutputErrorFile class.
5822
c20800be
KY
58232011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5824
5825 * MAINTAINERS: Add myself as a write-after-approval maintainer.
5826
f4a1794a
KY
58272011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5828
5829 * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
f33edef8
PP
5830 to store_signed_integer. Add debug message when relocating CALL
5831 instructions. Fix formatting of debug message.
5832 * i386-tdep.c (i386_relocate_instruction): Ditto.
f4a1794a 5833
d4862372
JB
58342011-03-17 Joel Brobecker <brobecker@gnat.com>
5835
5836 * target.h (struct target_ops): Remove to_lookup_symbol field.
5837 (target_lookup_symbol): Delete macro.
5838 * target.c (nosymbol, debug_to_lookup_symbol): Delete.
5839 (update_current_target, setup_target_debug): Remove handling
5840 of to_lookup_symbol target_ops field.
5841 * ada-tasks.c (get_known_tasks_addr): Remove use of
5842 target_lookup_symbol.
5843 * coffread.c (coff_symtab_read): Likewise.
5844 * dbxread.c (read_dbx_symtab): Ditto.
5845
d645e32e
JB
58462011-03-17 Joel Brobecker <brobecker@gnat.com>
5847
5848 PR gdb/12116:
5849 * configure.ac: Add getthrds declaration check.
5850 * configure, config.in: Regenerate.
5851 * aix-thread.c (getthrds): Declare only if not already declared
5852 in procinfo.h. More declaration out of get_signaled_thread to
5853 global scope.
5854
29703da4
PM
58552011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5856
5857 * python/py-symtab.c: Populate symtab_object_methods,
5858 sal_object_methods.
5859 (stpy_is_valid): New function.
5860 (salpy_is_valid): Ditto.
5861 * python/py-symbol.c: Declare symbol_object_methods. Populate.
5862 (sympy_is_valid): New function.
5863 * python/py-objfile.c: Declare objfile_object_methods. Populate.
5864 (objfpy_is_valid): New function.
5865 * python/py-inferior.c: Populate inferior_object_methods.
5866 (infpy_is_valid): New function.
5867 * python/py-infthread.c: Populate thread_object_methods.
5868 (thpy_is_valid): New function.
5869 * python/py-block.c: Declare block_object_methods. Populate. Declare
5870 block_iterator_object_methods. Populate.
5871 (blpy_is_valid): New function.
5872 (blpy_iter_is_valid): Ditto.
5873
c00f8484
KS
58742011-03-16 Keith Seitz <keiths@redhat.com>
5875
5876 * linespec.c (find_methods): Canonicalize NAME before looking
5877 up the symbol.
5878 (name_end): New function.
5879 (keep_name_info): New function.
5880 (decode_line_1): Use keep_name_info.
5881 (decode_compound): Likewise.
5882 * cli/cli-utils.h (remove_trailing_whitespace): New function.
5883 * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
5884
5885 PR c++/12273
5886 * linespec.c (locate_first_half): Keep overload information, too.
5887 (decode_compound): Use a string to represent break characters
5888 to escape the loop.
5889 If P points to a break character, do not increment it.
5890 For C++ and Java, keep overload information and relevant keywords.
5891 If we cannot find a symbol, search the minimal symbols.
5892
5893 PR c++/11734
5894 * linespec.c (decode_compound): Rename SAVED_ARG to
5895 THE_REAL_SAVED_ARG.
5896 Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
5897 single-quotes.
5898 Pass a valid block to lookup_symbol.
5899 (lookup_prefix_sym): Likewise.
5900 (find_method): Construct search name based on SYM_CLASS instead
5901 of SAVED_ARG.
5902 * psymtab.c (lookup_partial_symbol): Add language parameter.
5903 (lookup_symbol_aux_psymtabs): Likewise.
5904 Don't assume that the psymtab we found was the right one. Search
5905 for the desired symbol in the symtab to be certain.
5906 (psymtab_search_name): New function.
5907 (lookup_partial_symbol): Use psymtab_search_name.
5908 Add language parameter.
5909 (read_symtabs_for_function): Add language parameter and pass to
5910 lookup_partial_symbol.
5911 (find_symbol_file_from_partial): Likewise.
5912
c91513d8
PP
59132011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
5914
5915 PR gdb/12528
5916 * dwarf2read.c (noop_record_line): New function.
5917 (dwarf_decode_lines): Ignore line tables for GCd functions.
5918
b37520b6
PM
59192011-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
5920
5921 Fix ARI warnings about new lines at the end of messages, which
5922 are unneeded as there is a new line added at the end of the message
5923 automatically.
5924 * darwin-nat.c (darwin_stop_inferior): Ditto.
5925 * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
5926 * dfp.c (decimal_to_number): Ditto.
5927 * exec.c (print_section_info): Ditto.
5928 * i386-darwin-nat.c (darwin_set_sstep): Ditto.
5929 * osdata.c (get_osdata): Ditto.
5930 * record.c (bfdcore_write): Ditto.
5931 * remote-mips.c (mips_readchar): Ditto.
5932 * remote.c (read_ptid): Ditto.
5933 * ser-mingw.c (ser_windows_raw): Ditto.
5934 * tracepoint.c (add_local_symbols): Ditto.
5935 * windows-nat.c (fake_create_process): Ditto.
5936
b08ee6a2
TT
59372011-03-16 Tom Tromey <tromey@redhat.com>
5938
5939 * tracepoint.c (stop_tracing): Don't declare.
5940 * event-top.c (after_char_processing_hook): Add `(void)'.
5941
9a6f1302
PM
59422011-03-16 Phil Muldoon <pmuldoon@redhat.com>
5943
5944 * NEWS: Add Parameter sub-classing description.
5945
7ceb86b1
KT
59462011-03-16 Kai Tietz <ktietz@redhat.com>
5947
5948 * MAINTAINERS: Update my e-mail address.
5949
efeff6cf
AT
59502011-03-15 Andreas Tobler <andreast@fgznet.ch>
5951
5952 * MAINTAINERS: Add myself for write after approval privileges.
5953
681c238c
MS
59542011-03-15 Michael Snyder <msnyder@vmware.com>
5955
f3df5b08
MS
5956 * frame.c (find_frame_sal): Assert sym is not null.
5957
13f6513c
MS
5958 * dbxread.c (process_one_symbol): Assert 'name' is not null.
5959
50412521
MS
5960 * objc-lang.c (selectors_info): Check strchr for null result.
5961
681c238c
MS
5962 * stabsread.c (define_symbol): Guard against bad stabstring input.
5963
6ced1581
PM
59642011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
5965
5966 Remove trailing spaces and tabulations from pascal language
5967 support sources.
5968 p-exp.y: Ditto.
5969 p-lang.c: Ditto.
5970 p-lang.h: Ditto.
5971 p-valprint.c: Ditto.
5972
9373cf26
JK
59732011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5974
5975 * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
5976 than LOW. Comment it.
5977 (read_partial_die): Call complaint for inappropriate zero LOWPC or
5978 HIGHPC not strictly higher than LOWPC.
5979
9a1edae6
PM
59802011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
5981
5982 Fix formatting of function declarations returning a pointer in
5983 previous commit.
5984 * varobj.c (varobj_add_child): Ditto.
5985 * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
5986 * inferior.h (get_displaced_step_closure_by_addr): Ditto.
5987
24e9cda0
UW
59882011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
5989
5990 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
5991 for the "generic" vector ABI used with GCC 4.3 and later.
5992 (ppc64_sysv_abi_return_value): Likewise.
5993
59942011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
81b4675a
UW
5995
5996 * infcall.c (call_function_by_hand): Function return value is
5997 always a non_lval, even when using struct_return.
5998
c9174737
PA
59992011-03-15 Pedro Alves <pedro@codesourcery.com>
6000
6001 * printcmd.c (ALL_DISPLAYS_SAFE): New.
6002 (map_display_numbers): New.
6003 (do_delete_display): New.
6004 (undisplay_command): Use map_display_numbers.
6005 (do_enable_disable_display): New.
6006 (enable_disable_display_command): New function.
6007 (enable_display): Delete.
6008 (enable_display_command): New.
6009 (disable_display_command): Reimplement.
6010 (_initialize_printcmd): Adjust "enable display" command to use
6011 `enable_display_command' as callback.
6012
350c6c65
PM
60132011-03-14 Phil Muldoon <pmuldoon@redhat.com>
6014
6015 * NEWS: Add Python breakpoint 'stop' operation.
6016
824446ad
PM
60172011-03-14 Phil Muldoon <pmuldoon@redhat.com>
6018
6019 * NEWS: Delete duplicate entry. Fix typo.
6020
2021ad3a
PM
60212011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
6022
6023 Fix ARI warning about function names in first column.
6024 Put prototype declaration on same line as return type.
6025 * objc-exp.y: Ditto.
6026 * p-exp.y: Ditto.
6027 * python/py-stopevent.h: Ditto.
6028 For long function names, split parameters to
6029 allow function name on same line as return type.
6030 * solib-pa64.c: Ditto.
6031 * varobj.c: Ditto.
6032 * varobj.h: Ditto.
6033 For long function declaration, use single line.
6034 * hppa-tdep.h: Ditto.
6035 * inferior.h: Ditto.
6036
7371cf6d
PM
60372011-03-14 Phil Muldoon <pmuldoon@redhat.com>
6038
6039 * python/python.h: Declare gdbpy_should_stop and
6040 gdbpy_breakpoint_has_py_cond.
6041 * python/python.c: Add python.h to includes. Remove python.h from
6042 HAVE_PYTHON definition
6043 (gdbpy_should_stop): New dummy function.
6044 (gdbpy_breakpoint_has_py_cond): New dummy function.
6045 * python/py-breakpoint.c (bppy_init): Rewrite to allow
6046 sub-classing capabilities.
6047 (gdbpy_should_stop): New function.
6048 (gdbpy_breakpoint_has_py_cond): New function.
6049 (local_setattro): New function.
6050 * breakpoint.c (condition_command): Add check for Python 'stop'
6051 operation.
6052 (bpstat_check_breakpoint_conditions): Execute Python 'stop'
6053 operation function as part of stop/continue tests.
6054
37b50a69
TT
60552011-03-14 Tom Tromey <tromey@redhat.com>
6056
6057 PR gdb/12576:
6058 * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
6059 (needs_frame_dwarf_call): Likewise.
6060
eeae04df
PM
60612011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
6062
6063 Fix ARI warning about functions without parameters that do not
6064 use (void).
6065 * breakpoint.c (all_tracepoints): Replace () by (void).
6066 * f-exp.y (match_string_literal): Ditto.
6067 (yylex): Ditto.
6068 * m2-exp.y (yylex): Ditto.
6069 * mep-tdep.c (current_me_module): Ditto.
6070 (current_options): Ditto.
6071 (current_cop_data_bus_width): Ditto.
6072 (current_cr_names): Ditto.
6073 (current_cr_is_float): Ditto.
6074 (current_ccr_names): Ditto.
6075 * objc-exp.y (yylex): Ditto.
6076 * p-exp.y (yylex): Ditto.
6077 * remote.c (send_interrupt_sequence): Ditto.
6078 * tracepoint.c (current_trace_status): Ditto.
6079 * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
6080 * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
6081
6dc3565d
MS
60822011-03-11 Michael Snyder <msnyder@vmware.com>
6083
1427fe5e
MS
6084 * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
6085 * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
6086 (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
6087 * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
6088 * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
6089
60bc018f
MS
6090 * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
6091 (delete_async_event_handler): Ditto.
6092
f3be5b64
MS
6093 * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
6094
4c2d5724
MS
6095 * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
6096
6dc3565d
MS
6097 * top.c (set_verbose): Assert showcmd was found.
6098
4e6ca6d5
MG
60992011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
6100
6101 * xtensa-tdep.c (warning_once): Correct style issues.
6102
815a83e4
YQ
61032011-03-11 Yao Qi <yao@codesourcery.com>
6104
6105 * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
6106
f2eb0bc8
AS
61072011-03-11 Andreas Schwab <schwab@redhat.com>
6108
6109 * common/aclocal.m4: Remove.
6110
b801de47
MG
61112011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
6112
6113 * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
6114 (xtensa_write_register, xtensa_read_register): Likewise.
6115 (xtensa_hextochar): Removed.
6116 (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
6117
dbab50de
MG
61182011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
6119
6120 * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
c2a6b390 6121 (xtensa_call0_frame_cache_t): Update comments. New fields added.
dbab50de
MG
6122 (xtensa_alloc_frame_cache): Add initialization for new fields.
6123 (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
6124 (warning_once): New function.
6125 (xtensa_insn_kind): New item c0opc_and.
6126 (call0_classify_opcode): Add the case for AND instruction.
c2a6b390
MG
6127 (call0_track_op): Change arguments. New local variable litbase.
6128 Add the case to handle c0opc_and. Update algorithms for c0opc_mov,
6129 c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
6130 in the prologue.
dbab50de 6131 Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
c2a6b390 6132 (call0_analyze_prologue): Update the comments. Change arguments.
dbab50de
MG
6133 Add the variety of updates to handle extended prologues, which now can
6134 conduct dynamic stack adjustments.
6135 (call0_frame_cache): Likewise.
6136 (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
6137 (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
6138
b2c04452
MS
61392011-03-10 Michael Snyder <msnyder@vmware.com>
6140
f8f67713
MS
6141 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
6142 (cmd_qtframe): Ditto.
6143 (cmd_qtbuffer): Ditto.
6144 (cmd_bigqtbuffer): Ditto.
6145
197f0a60
TT
61462011-03-10 Tom Tromey <tromey@redhat.com>
6147
6148 * tracepoint.c (trace_actions_command): Update.
6149 * thread.c (thread_apply_command): Update.
6150 * reverse.c (delete_bookmark_command): Update.
6151 (bookmarks_info): Update.
6152 * printcmd.c (undisplay_command): Update.
6153 * memattr.c (mem_enable_command): Update.
6154 (mem_disable_command): Update.
6155 (mem_delete_command): Update.
6156 * inferior.c (detach_inferior_command): Update.
6157 (kill_inferior_command): Update.
6158 (remove_inferior_command): Update.
6159 * cli/cli-utils.h (struct get_number_or_range_state): New.
6160 (init_number_or_range): Declare.
6161 (get_number_or_range): Update.
6162 * cli/cli-utils.c (init_number_or_range): New function.
6163 (get_number_or_range): Change 'pp' parameter to 'state'. Remove
6164 static variables.
6165 (number_is_in_list): Update.
6166 * breakpoint.h (get_tracepoint_by_number): Update.
6167 * breakpoint.c (map_breakpoint_numbers): Update for change to
6168 get_number_or_range.
6169 (find_location_by_number): Use get_number, not
6170 get_number_or_range.
6171 (trace_pass_set_count): New function.
6172 (trace_pass_command): Update for change to get_number_or_range.
6173 Rework loop logic.
6174 (get_tracepoint_by_number): Remove 'multi_p' parameter; add
6175 'state' parameter.
6176
ecec24e6
PM
61772011-03-10 Phil Muldoon <pmuldoon@redhat.com>
6178
6179 * python/py-param.c (add_setshow_generic): Add set/show callback
6180 parameters. Register Python object context.
6181 (get_show_value): New function.
6182 (get_set_value): New function.
6183 (call_doc_function): New function.
6184 (get_doc_string): Move behind get_show_value/get_set_value.
6185
6d6c6b1f
JK
61862011-03-10 Andreas Tobler <andreast-list@fgznet.ch>
6187
6188 * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
6189
68d6df83
MG
61902011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
6191
dbab50de 6192 * xtensa-tdep.c (xtensa_read_register): Add comment.
68d6df83
MG
6193 (xtensa_write_register): Likewise.
6194 (xtensa_hextochar): Add comment and update to match coding conventions.
6195 (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
6196 (execute_l32e, execute_s32e, execute_code): Update comments.
6197 (xtensa_exception_handler_t): Update to match coding conventions.
6198 (xtensa_insn_kind): Likewise.
6199
85c9d6a6
MS
62002011-03-09 Michael Snyder <msnyder@vmware.com>
6201
6202 * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
6203
91495617
PA
62042011-03-09 Pedro Alves <pedro@codesourcery.com>
6205
6206 * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
6207
eb8c0621
TT
62082011-03-09 Tom Tromey <tromey@redhat.com>
6209
6210 * thread.c (restore_selected_frame): Handle frame_level == -1.
6211 (make_cleanup_restore_current_thread): Use
6212 get_selected_frame_if_set.
6213 * frame.h (get_selected_frame_if_set): Declare.
6214 * frame.c (get_selected_frame_if_set): New function.
6215
9f37bbcc
PA
62162011-03-09 Pedro Alves <pedro@codesourcery.com>
6217
6218 * cli/cli-cmds.c (shell_escape): Use lbasename.
6219 * coffread.c (coff_start_symtab): Constify parameter.
6220 (complete_symtab): Constify `name' parameter.
6221 (coff_symtab_read): Constify `filestring' local.
6222 (coff_getfilename): Constify return and `result' local.
6223 Use lbasename.
6224 * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
6225 * linux-fork.c (info_checkpoints_command): Use lbasename.
6226 * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
6227 * minsyms.c (lookup_minimal_symbol): Use lbasename.
6228 * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
6229 * procfs.c (procfs_make_note_section): Use lbasename.
6230 * tui/tui-io.c (printable_part): Constity return and parameter.
6231 Use lbasename.
6232 (print_filename): Constify parameters, and local `s'.
6233 (tui_rl_display_match_list): Constify local `temp'.
6234
f8de3c55
JK
62352011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6236
6237 Revert:
6238 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6239 Fix DWARF-3+ DW_AT_accessibility default assumption.
6240 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
6241 cu->header.version >= 3.
6242
d9837b00
YQ
62432011-03-09 Yao Qi <yao@codesourcery.com>
6244
6245 * common/Makefile.in: Remove.
6246 * common/configure: Remove.
6247 * common/configure.ac: Remove.
6248
e637a4f5
YQ
62492011-03-09 Yao Qi <yao@codesourcery.com>
6250
6251 Revert:
6252 2011-02-11 Yao Qi <yao@codesourcery.com>
6253
6254 * common/Makefile.in: Add copyright header.
6255
6256 2011-02-11 Yao Qi <yao@codesourcery.com>
6257
6258 * Makefile.in: Remove signals.o from COMMON_OBS. Link
6259 libcommon.a.
6260 * configure.ac: Add common to sub dir.
6261 * configure: Regenerate.
6262
f976a05d
MG
62632011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
6264
6265 * xtensa-tdep.c (call0_ret): New function.
6266 (xtensa_skip_prologue): Speed up analysis.
6267
57041825
MG
62682011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
6269
6270 * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
6271 while executing MI command -data-list-changed-registers.
6272
08b9c608
MG
62732011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
6274
6275 * xtensa-tdep.c (xtensa_read_register): New function.
6276 (xtensa_write_register): New function.
6277 (xtensa_find_register_by_name): New function.
6278 (xtensa_windowed_frame_cache): Update comments in type description.
6279 (xtensa_frame_cache): Likewise.
6280 (xtensa_window_interrupt_insn): New function.
6281 (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
6282 (xtensa_insn_kind): Add new instructions.
6283 (rwx_special_register): New function.
6284 (call0_classify_opcode): Add new instructions to the analysis.
6285 (a0_saved, a7_saved, a11_saved): New variables.
6286 (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
6287 (execute_l32e): New function.
6288 (execute_s32e): New function.
6289 (xtensa_exception_handler_t): New type.
6290 (execute_code): New function.
6291 (xtensa_window_interrupt_frame_cache): New function to conduct frame
6292 analysis for Xtensa Window Exception handlers.
6293
4d1acb11
MG
62942011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
6295
98689b25
MG
6296 * xtensa-tdep.c (TX_PS): New.
6297 (windowing_enabled): Update to count for Call0 ABI.
6298 (xtensa_hextochar): New.
6299 (xtensa_init_reggroups): Make algorithm generic.
6300 (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
6301
63022011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
6303
6304 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
4d1acb11 6305
d3f323f3
MS
63062011-03-08 Michael Snyder <msnyder@vmware.com>
6307
3dcabaa8
MS
6308 * i386-tdep.c (i386_follow_jump): Check return value of
6309 target_read_memory.
6310 (i386_analyze_struct_return): Ditto.
6311 (i386_skip_probe): Ditto.
6312 (i386_match_insn): Ditto.
6313 (i386_skip_noop): Ditto.
6314 (i386_analyze_frame_setup): Ditto.
6315 (i386_analyze_register_saves): Ditto.
6316 (i386_skip_prologue): Ditto.
6317 (i386_skip_main_prologue): Ditto.
6318
13b3fd9b
MS
6319 * target.c (read_whatever_is_readable): Fix memory leak.
6320
d3f323f3
MS
6321 * i386-tdep.c (i386_process_record): Document fall through.
6322
421d5c74
JK
63232011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6324
6325 Fix DWARF-3+ DW_AT_accessibility default assumption.
6326 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
6327 cu->header.version >= 3.
6328
63154eca
PA
63292011-03-08 Pedro Alves <pedro@codesourcery.com>
6330
6331 * remote.c (remote_check_symbols): Skip if the target has no
6332 execution.
6333
f1a507a1
JB
63342011-03-08 Joel Brobecker <brobecker@adacore.com>
6335
6336 * target.c (read_whatever_is_readable): Reformat comment,
6337 with a minor typo fix. Minor reformatting of the code.
6338
36073a92
YQ
63392011-03-08 Yao Qi <yao@codesourcery.com>
6340
6341 * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
6342 (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
6343 Use cached result instead of calling displaced_in_arm_mode again.
6344 (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
6345 (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
6346 (cleanup_copro_load_store, copy_copro_load_store): Likewise.
6347 (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
6348 (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
6349 (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
6350 (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
6351 (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
6352 (cleanup_block_load_pc, copy_block_xfer): Likewise.
6353 * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
6354 (arm_catch_kernel_helper_return): Likewise.
6355 * gdb/arm-tdep.h : Update function declarations.
6356
d3f323f3 63572011-03-07 Michael Snyder <msnyder@vmware.com>
e6040cbd 6358
e0e40094
MS
6359 * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
6360
0b2381f5
MS
6361 * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
6362
0350914a
MS
6363 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
6364
69feea6f
MS
6365 * elfread.c (elf_symtab_read): Stop memory leak.
6366
e6040cbd
MS
6367 * main.c (captured_main): Fix memory leak.
6368
052874e8
AS
63692011-03-07 Andreas Schwab <schwab@linux-m68k.org>
6370
6371 * ada-lang.c (compare_names): Call is_name_suffix with string1
6372 instead of string2.
6373
b11896a5
TT
63742011-03-07 Tom Tromey <tromey@redhat.com>
6375
6376 * xcoffread.c (xcoff_sym_fns): Update.
6377 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
6378 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
6379 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
6380 (symbol_file_add_with_addrs_or_offsets): Likewise.
6381 (reread_symbols): Handle OBJF_PSYMTABS_READ.
6382 * somread.c (som_sym_fns): Update.
6383 * psymtab.h (require_partial_symbols): Declare.
6384 * psymtab.c (require_partial_symbols): New function.
6385 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
6386 (ALL_OBJFILE_PSYMTABS): Undef.
6387 (ALL_PSYMTABS): Move from psympriv.h.
6388 (lookup_partial_symtab, find_pc_sect_psymtab)
6389 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
6390 (find_last_source_symtab_from_partial)
6391 (forget_cached_source_info_partial)
6392 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
6393 (expand_partial_symbol_tables, read_psymtabs_with_filename)
6394 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
6395 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
6396 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
6397 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
6398 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
6399 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
6400 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
6401 psymtabs.
6402 * mipsread.c (ecoff_sym_fns): Update.
6403 * machoread.c (macho_sym_fns): Update.
6404 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
6405 (read_psyms): New function.
6406 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
6407 (elf_sym_fns_lazy_psyms): New global.
6408 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
6409 dwarf2_build_psymtabs.
6410 * dbxread.c (aout_sym_fns): Update.
6411 * coffread.c (coff_sym_fns): Update.
6412
fda326dd
TT
64132011-03-07 Tom Tromey <tromey@redhat.com>
6414
6415 * infrun.c (print_exited_reason): Include inferior id and pid in
6416 message.
6417
aeaec162
TT
64182011-03-07 Tom Tromey <tromey@redhat.com>
6419
6420 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
6421 parameter.
6422 (target_has_execution_1): Update.
6423 (target_has_execution_current): Declare.
6424 (target_has_execution): Call target_has_execution_current.
6425 (default_child_has_execution): Update.
6426 * target.c (default_child_has_execution): Add 'the_ptid'
6427 parameter.
6428 (target_has_execution_1): Likewise.
6429 (target_has_execution_current): New function.
6430 (add_target): Update.
6431 (init_dummy_target): Update.
6432 * remote-m32r-sdi.c (m32r_has_execution): New function.
6433 (init_m32r_ops): Use it.
6434 * record.c (record_core_has_execution): Now static. Add
6435 'the_ptid' parameter.
6436 * inferior.c (have_live_inferiors): Don't save current thread.
6437 Use target_has_execution_1.
6438
08e14083
YQ
64392011-03-07 Yao Qi <yao@codesourcery.com>
6440
6441 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
6442
c05d19c5
JB
64432011-03-07 Joel Brobecker <brobecker@adacore.com>
6444
6445 * elfread.c (elf_symtab_read): Minor reformatting.
6446
3e6ef9e4
JB
64472011-03-07 Joel Brobecker <brobecker@adacore.com>
6448
6449 * objc-lang.c (selectors_info): Minor reformatting.
6450
dbb8534f
JB
64512011-03-07 Joel Brobecker <brobecker@adacore.com>
6452
6453 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
6454
dd70cc93
JB
64552011-03-07 Joel Brobecker <brobecker@adacore.com>
6456 Michael Snyder <msnyder@vmware.com>
6457
6458 * ada-valprint.c (ada_val_print_array): Move the declaration of
6459 "byte_order" and "elttype" inside the block where these variables
6460 are actually used. Remove some special handling for the case
6461 where "elttype" and "eltlen" are null. Replace by a comment
6462 and a couple of assertion checks.
6463
b27cf2b3
MS
64642011-03-05 Michael Snyder <msnyder@vmware.com>
6465
6466 * source.c (add_path): Replace semicolon at end of block.
6467 * dwarf2expr.c (execute_stack_op): Ditto.
6468
5387a0c6
MF
64692011-03-05 Mike Frysinger <vapier@gentoo.org>
6470
6471 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
6472 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
6473 (bfin-*-*): Likewise.
6474
e3aa49af
MS
64752011-03-05 Michael Snyder <msnyder@vmware.com>
6476
82ae4854
MS
6477 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
6478 * mdebugread.c (parse_symbol): Ditto.
6479 * parse.c (parse_exp_in_context): Ditto.
6480 * source.c (add_path): Ditto.
6481 * utils.c (gnu_debuglink_crc32): Ditto.
6482 * varobj.c (variable_language): Ditto.
6483
e3aa49af
MS
6484 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
6485
154f592e
MS
64862011-03-04 Michael Snyder <msnyder@vmware.com>
6487
da3ecdc6
MS
6488 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
6489
9cc89665
MS
6490 * symfile.c (simple_overlay_update): Check for null return value
6491 from lookup_minimal_symbol.
6492
154f592e
MS
6493 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
6494
63ffa6ee
TJB
64952011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
6496
6497 * eval.c (parse_and_eval_address_1): Remove function.
6498 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
6499 instead of parse_and_eval_address_1.
6500 * value.h (parse_and_eval_address_1): Remove prototype.
6501
a17d146e
MS
65022011-03-04 Michael Snyder <msnyder@vmware.com>
6503
6504 * remote.c (putpkt_binary): Document that case stmt falls through.
6505
1a6a67de
TJB
65062011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
6507
6508 * breakpointc (print_it_typical): Move NULL check from here...
6509 (print_bp_stop_message): ... to here.
6510
488919c4
MS
65112011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
6512
6513 * breakpoint.c (enable_command): Use break instead of continue,
6514 and fill in a missing break.
6515 (disable_command): Ditto.
6516
1e182ce8
UW
65172011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6518
6519 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
6520 (terminal_save_ours): Remove misleading comment.
6521 (inflow_inferior_data_cleanup): Free ttystate.
6522 (inflow_inferior_exit): Likewise.
6523 (copy_terminal_info): Copy ttystate.
6524
6525 * serial.c (serial_copy_tty_state): New function.
6526 * serial.h (serial_copy_tty_state): Add prototype.
6527 (struct serial_ops): Add copy_tty_state callback.
6528 * ser-base.c (ser_base_copy_tty_state): New function.
6529 * ser-base.h (ser_base_copy_tty_state): Add prototype.
6530 * ser-go32.c (dos_copy_tty_state): New function.
6531 (dos_ops): Install copy_tty_state callback.
6532 * ser-mingw.c (_initialize_ser_windows): Likewise.
6533 * ser-pipe.c (_initialize_ser_pipe): Likewise.
6534 * ser-unix.c (hardwire_copy_tty_state): New function.
6535 (_initialize_ser_hardwire): Install it.
6536
b2c5f112
MS
65372011-03-04 Michael Snyder <msnyder@vmware.com>
6538
2abae994
MS
6539 * breakpoint.c (create_breakpoint): Add missing break statement.
6540
7f5936f9
MS
6541 Reverting this patch:
6542 * infcall.c (call_function_by_hand): Add break statements for lint.
6543
b2c5f112
MS
6544 Reverting this patch:
6545 * cli/cli-script.c (script_from_file): Add break for lint.
6546
42b1321c
MS
65472011-03-04 Michael Snyder <msnyder@vmware.com>
6548
6549 * solib.c (reload_shared_libraries_1): Close memory leak.
6550
3e2a0cee
TT
65512011-03-03 Tom Tromey <tromey@redhat.com>
6552
6553 PR gdb/12538:
6554 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
6555 DW_STRING is NULL.
6556
58397cb7
MS
65572011-03-03 Michael Snyder <msnyder@vmware.com>
6558
2e3fd767
MS
6559 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
6560 fields of struct 'st' to zero.
6561
58397cb7
MS
6562 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
6563 sal.pspace before calling set_current_source_symtab_and_line.
6564
ced54c8f
YQ
65652011-03-03 Yao Qi <yao@codesourcery.com>
6566
6567 * Makefile.in (configure-common): Remove. Let Makefile
6568 in dir common to rebuild itself.
6569 (common/Makefile): Likewise.
6570
3351ea09
JB
65712011-03-03 Joel Brobecker <brobecker@adacore.com>
6572
6573 * utils.c (parse_escape): Add i18n markup in error message.
6574
bf9f652a
YQ
65752011-03-03 Yao Qi <yao@codesourcery.com>
6576
6577 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
6578 ARM_PC_REGNUM.
6579 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
6580 (displaced_write_reg, displaced_read_reg): Likewise.
6581 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
6582 (cleanup_block_load_pc, copy_block_xfer): Likewise.
6583 (cleanup_branch): Replace magic number 14 and 15 with
6584 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
6585
d42de051
MS
65862011-03-02 Michael Snyder <msnyder@vmware.com>
6587
240f9570
MS
6588 * maint.c (maintenance_do_deprecate): No need to check for NULL.
6589
10dd8b54
MS
6590 * cli/cli-script.c (script_from_file): Add break for lint.
6591
b98bd911
MS
6592 * mdebugread.c (parse_partial_symbols): Fix indent.
6593
3494b66d
MS
6594 * target-descriptions.c (tdesc_gdb_type): No need to call
6595 xstrdup, callee saves a copy.
6596
daac021a
MS
6597 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
6598
c38d16a7
MS
6599 * infcall.c (call_function_by_hand): Add break statements for lint.
6600
905b671b
MS
6601 * utils.c (parse_escape): Escape the escape char.
6602
f2eb0bc8 6603 * python/py-inferior.c (build_inferior_list): Error out if
2d565757
MS
6604 PyList_Append fails.
6605 (gdbpy_inferiors): Error out if build_inferior_list fails.
6606
8c6a60d1
MS
6607 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
6608 a function call.
6609
d42de051
MS
6610 * record.c (record_restore): Move printf to before error return.
6611
4db71c0b
YQ
66122011-03-02 Yao Qi <yao@codesourcery.com>
6613
6614 * arm-tdep.h (struct displaced_step_closure): Add two new fields
6615 is_thumb and insn_size.
6616 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
6617 on both ARM and Thumb mode.
6618 (arm_process_displaced_insn): Set is_thumb and insn_size.
6619 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
6620 (arm_displaced_step_fixup): Likewise.
6621
a9dc8dcc
MS
66222011-03-01 Michael Snyder <msnyder@vmware.com>
6623
53624a93
MS
6624 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
6625
77766669
MS
6626 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
6627
62d5b8da
MS
6628 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
6629
5e9e105f
MS
6630 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
6631
dc19db01
MS
6632 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
6633 with xmalloc.
6634
5ce64950
MS
6635 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
6636 which shadows function parameter.
6637
a0aa2878
MS
6638 * tracepoint.c (create_tsv_from_upload): Superfluous call
6639 to xstrdup. Callee already calls xstrdup.
6640
e325fb69
MS
6641 * linespec.c (decode_line_1): Remove unnecessary null check.
6642
21cbba77
MS
6643 * tracepoint.c (scope_info): Fix mem leak, remove underused
6644 variable.
6645
63360adc
MS
6646 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
6647 superfluous null check.
6648
18ea20ac 6649 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
23ce9890 6650 (value_of_builtin_frame_fp_reg): Ditto.
18ea20ac 6651
d014929c
MS
6652 * event-top.c (display_gdb_prompt): Remove superfluous null check.
6653
6e9130cf
MS
6654 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
6655 be null.
6656
5f01dbc0
MS
6657 * linespec.c (decode_line_1): Check for null before dereference.
6658
d684ab85
MS
6659 * reverse.c (record_restore): Move null-check to before pointer
6660 dereference.
6661
bfffb7e3
MS
6662 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
6663
a9dc8dcc
MS
6664 * objc-lang.c (selectors_info): Add explanitory comment.
6665 (classes_info): Ditto.
6666
478fd957
UW
66672011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
6668
6669 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
6670 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
6671 versions of the trampoline. Handle Thumb vs. ARM addresses.
6672 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
6673 (arm_linux_init_abi): Install it.
6674 * arm-tdep.c (arm_psr_thumb_bit): Make global.
6675 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
6676
0480cefa
MS
66772011-02-28 Michael Snyder <msnyder@vmware.com>
6678
ac50ab3b
MS
6679 * ui-out.c (ui_out_field_core_addr): Make local char buffer
6680 a little bigger, to avoid possibility of an overflow.
6681
f63fbe86
MS
6682 * breakpoint.c (breakpoint_adjustment_warning): Make local char
6683 buffers a little bigger, to avoid possibility of an overflow.
6684
9e91a352
MS
6685 * coffread.c (coff_getfilename): Add check to avoid overflow.
6686
f2eb0bc8 6687 * objc-lang.c (selectors_info): Add a small safety margin to
28288541
MS
6688 avoid overflow.
6689 (classes_info): Error out on too long REGEXP.
6690
098ab512
MS
6691 * infrun.c (handle_inferior_event): Remove unused function call.
6692
bcbd1de9
MS
6693 * fork-child.c (fork_inferior): Remove ifdef'd code and
6694 unused variable.
6695
2e456570
MS
6696 * linux-thread-db.c (attach_thread): Discard unused value.
6697
14571dad
MS
6698 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
6699
a9cbf802
MS
6700 * remote.c (remote_get_noisy_reply): Discard unused value.
6701 (remote_vcont_resume): Ditto.
6702 (remote_stop_ns): Ditto.
6703
5715d26e
MS
6704 * linespec.c (decode_objc): Delete unused variable.
6705
4a9bca80
MS
6706 * tui/tui-regs.c (tui_register_format): Delete unused variable.
6707
f47fb265
MS
6708 * dwarf2read.c (add_partial_symbol): Discard unused values.
6709 (read_base_type): Delete unused variable.
6710
e81cff30
MS
6711 * dbxread.c (read_dbx_symtab): Discard unused value.
6712
262acaeb
MS
6713 * eval.c (evaluate_subexp_standard): Delete unused variable,
6714 and discard unused values.
6715
df983543
MS
6716 * infcmd.c (_initialize_infcmd): Discard unused values.
6717
89acf84d
MS
6718 * stabsread.c (rs6000_builtin_type): Missing break statement.
6719
ab8b8aca
MS
6720 * dbxread.c (process_one_symbol): Discard unused value.
6721
6b4511ab
MS
6722 * coffread.c (coff_end_symtab): Delete unused variable.
6723
e8e80198
MS
6724 * dwarf2read.c (dw2_get_file_names): Discard unused value.
6725 (dwarf2_add_typedef): Delete unused variable.
6726 (read_namespace): Ditto.
6727 (dwarf_decode_macros): Ditto.
6728
976aa66e
MS
6729 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
6730
5b92b49f
MS
6731 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
6732
91e8df85
MS
6733 * p-valprint.c (pascal_val_print): Discard unused value.
6734
899500d6
MS
6735 * utils.c (nquery): Call va_end before return;
6736 (yquery): Ditto.
6737 (query): Ditto.
6738
0480cefa
MS
6739 * proc-service.c (ps_plog): Call va_end before return.
6740
fb6a3ed3
TT
67412011-02-28 Tom Tromey <tromey@redhat.com>
6742
6743 * python/python.c (gdbpy_value_cst): New global.
6744 (_initialize_python): Initialize it.
6745 * python/python-internal.h (gdbpy_value_cst): Declare.
6746 * python/py-value.c (convert_value_from_python): Use
6747 gdbpy_value_cst.
6748
c05202a1
MS
67492011-02-28 Michael Snyder <msnyder@vmware.com>
6750
e463f587
MS
6751 * python/py-cmd.c (cmdpy_init): Fix memory leak.
6752
c38eea1a
MS
6753 * breakpoint.c (catch_syscall_completer): Free malloced list.
6754
3ef09ab5
MS
6755 * jv-lang.c (java_primitive_type_from_name): Add missing break.
6756
8f9a01ee
MS
6757 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
6758 (lval_func_check_synthetic_pointer): Ditto.
6759 (lval_func_free_closure): Fix use-after-free.
c05202a1 6760
477d0d57
TT
67612011-02-28 Tom Tromey <tromey@redhat.com>
6762
6763 * psymtab.c (expand_partial_symbol_tables): Use
6764 ALL_OBJFILE_PSYMTABS.
6765
20937029
JK
67662011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6767
6768 * objc-lang.c (selectors_info): Error on too long REGEXP.
6769
907b7f4f
MS
67702011-02-28 Michael Snyder <msnyder@vmware.com>
6771
92e96192
MS
6772 * python/py-param.c (set_parameter_value): Add missing
6773 break statement.
6774
907b7f4f
MS
6775 * linux-record.c (record_linux_system_call): Add missing
6776 break statement.
6777
12c5a436
UW
67782011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
6779
6780 * breakpoint.c (print_one_breakpoint_location): Remove unused
6781 argument PRINT_ADDRESS_BITS. Update callers.
6782 (print_one_breakpoint): Likewise.
6783
170b53b2
UW
67842011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
6785
6786 * breakpoint.c (wrap_indent_at_field): New function.
6787 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
6788 Allocate ui_stream locally instead of using STB argument.
6789 (print_one_breakpoint_location): Update call.
6790 * ui-out.c (ui_out_query_field): New function.
6791 * ui-out.h (ui_out_query_field): Add prototype.
6792
8ab1f94d
JB
67932011-02-28 Joel Brobecker <brobecker@adacore.com>
6794
6795 From Michael Snyder <msnyder@vmware.com>
6796 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
6797
7d488639
MS
67982011-02-27 Michael Snyder <msnyder@vmware.com>
6799
ae179fba
MS
6800 * objc-lang.c (selectors_info): Prevent string overrun.
6801
086dbf66
MS
6802 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
6803 error in strncpy.
6804
f2eb0bc8 6805 * symtab.c (rbreak_command): Move variable 'file_name' to
9c1e305a
MS
6806 outer scope.
6807
7d488639
MS
6808 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
6809 param with a local variable of the same name.
6810
3bd0f5ef
MS
68112011-02-27 Michael Snyder <msnyder@vmware.com>
6812
6813 * value.c (value_from_history_ref): New function.
6814 * value.h (value_from_history_ref): Export.
6815 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
6816 to parse value history references.
6817 * cli/cli-utils.h (get_number_trailer): Update comment.
6818
68192011-02-27 Michael Snyder <msnyder@vmware.com>
6820
6821 * inferior.c (detach_inferior_command): Use get_number_or_range.
6822 (kill_inferior_command): Ditto.
6823 (remove_inferior_command): Ditto.
6824 (initialize_inferiors): Make command names plural.
6825 Update help strings.
6826
766062f6
MS
68272011-02-27 Michael Snyder <msnyder@vmware.com>
6828
6829 * darwin-nat-info.c: Fix comment typo.
6830 * dwarf2expr.h: Ditto.
6831 * fbsd-nat.c: Ditto.
6832 * fbsd-nat.h: Ditto.
6833 * frame-unwind.h: Ditto.
6834 * frame.h: Ditto.
6835 * hppa-hpux-tdep.c: Ditto.
6836 * i386-linux-nat.c: Ditto.
6837 * linux-nat.c: Ditto.
6838 * nbsd-nat.c: Ditto.
6839 * nbsd-nat.h: Ditto.
6840 * ppc-linux-tdep.c: Ditto.
6841 * serial.c: Ditto.
6842 * ui-file.h: Ditto.
6843 * tui/tui-winsource.c: Ditto.
6844
f2c4ead5
MS
68452011-02-26 Michael Snyder <msnyder@vmware.com>
6846
86b887df
MS
6847 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
6848
66fd3b1e
MS
6849 * maint.c (maintenance_do_deprecate): Plug a memory leak.
6850
8c814cdd
MS
6851 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
6852 with a local variable of the same name.
6853
6d5e094a 6854 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
e5b3d7d6 6855 param with a local variable of the same name.
6d5e094a 6856 (i387_supply_xsave): Ditto.
e5b3d7d6 6857
5eee517d
MS
6858 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
6859 that it does not shadow a function parameter.
6860
8fbf6b93
MS
6861 * i386-nat.c (i386_length_and_rw_bits): Document that case
6862 statement is meant to fall through.
6863
cb969d61
MS
6864 * expprint.c (dump_subexp_body_standard): Document that case
6865 statement is meant to fall through.
6866
f2c4ead5
MS
6867 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
6868 dead if statement. Condition can't be false.
6869
b021a221
MS
68702011-02-25 Michael Snyder <msnyder@vmware.com>
6871
6872 * arm-tdep.c: Fix typos in comments.
6873 * bsd-uthread.c: Ditto.
6874 * completer.c: Ditto.
6875 * corelow.c: Ditto.
6876 * cp-namespace.c: Ditto.
6877 * cp-support.c: Ditto.
6878 * cris-tdep.c: Ditto.
6879 * dbxread.c: Ditto.
6880 * dwarf2read.c: Ditto.
6881 * frame.h: Ditto.
6882 * gdbtypes.h: Ditto.
6883 * inferior.h: Ditto.
6884 * mdebugread.c: Ditto.
6885 * mips-tdep.c: Ditto.
6886 * ppc-linux-nat.c: Ditto.
6887 * ppc-linux-tdep.c: Ditto.
6888 * printcmd.c: Ditto.
6889 * sol-thread.c: Ditto.
6890 * solib-frv.c: Ditto.
6891 * solist.h: Ditto.
6892 * sparc64-tdep.c: Ditto.
6893 * spu-tdep.c: Ditto.
6894 * stabsread.c: Ditto.
6895 * symfile.c: Ditto.
6896 * valops.c: Ditto.
6897 * varobj.c: Ditto.
6898 * vax-nat.c: Ditto.
6899 * python/py-block.c: Ditto.
6900 * python/py-symbol.c: Ditto.
6901 * python/py-symtab.c: Ditto.
6902 * python/py-value.c: Ditto.
6903 * tui/tui-win.c: Ditto.
6904
c82c0b55
MS
69052011-02-25 Michael Snyder <msnyder@vmware.com>
6906
6907 * inferior.c (print_inferior): Accept a string instead of an int
6908 for requested_inferiors, and use get_number_or_range to parse it.
6909 (info_inferiors_command): Pass args string to print_inferior.
6910 (initialize_inferiors): Change help string for info inferiors.
6911 * inferior.h (print_inferior): Export prototype change.
6912
ee00cd23
TT
69132011-02-25 Tom Tromey <tromey@redhat.com>
6914
6915 * common/ax.def (invalid2): Set to 0x31.
6916
0502ed8c
JK
69172011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6918
6919 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
6920 L and plongest.
6921 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
6922 use L and plongest.
6923 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
6924
2c9de912
MS
69252011-02-24 Michael Snyder <msnyder@vmware.com>
6926
6927 * Makefile.in (clean): Make clean should remove generated files
6928 observer.h and observer.inc.
6929
a04b0428
JB
69302011-02-24 Joel Brobecker <brobecker@adacore.com>
6931
6932 Revert the following patch (not approved yet):
6933 2011-02-21 Hui Zhu <teawater@gmail.com>
6934 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
6935 * ax-gdb.c (gen_printf_expr_callback): New function.
6936 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
6937 * ax-general.c (ax_memcpy): New function.
6938 (ax_print): Handle "printf".
6939 (ax_reqs): Ditto.
6940 * ax.h (ax_memcpy): Forward declare.
6941 * common/ax.def (invalid2): Removed.
6942 (printf): New entry.
6943 * printcmd.c (printcmd.h): New include.
6944 (string_printf): New function.
6945 (ui_printf): Removed.
6946 (printf_command): Remove static. Call string_printf.
6947 (eval_command): Call string_printf.
6948 * printcmd.h: New file.
6949 * tracepoint.c (validate_actionline,
6950 encode_actions_1): handle printf_command.
6951
2b52013f
TT
69522011-02-23 Tom Tromey <tromey@redhat.com>
6953
6954 * ax-general.c (ax_pick): Add missing newline.
6955
e5a67952
MS
69562011-02-23 Michael Snyder <msnyder@vmware.com>
6957
6958 * breakpoint.c (breakpoint_1): Change first argument from an int
6959 to a char pointer, so that the function now accepts a list of
f2eb0bc8 6960 breakpoints rather than just one. Use new function
e5a67952
MS
6961 'number_is_in_list' to implement.
6962 (breakpoints_info): Pass char * instead of int to breakpoint_1.
6963 (watchpoints_info): Ditto.
6964 (tracepoints_info): Ditto.
6965 (maintenance_info_breakpoints): Ditto.
6966 (_initialize_breakpoint): Update help strings to reflect the fact
6967 that these functions can now take more than one argument.
6968 * cli/cli-utils.c (number_is_in_list): New function.
6969 * cli/cli-utils.h (number_is_in_list): Export.
6970
69712011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
6972
6973 * memattr.c (mem_enable_command): Use get_number_or_range.
6974 (mem_disable_command): Ditto.
6975 (mem_delete_command): Ditto.
6976 (_initialize_mem): Tweak usage message to reflect multiple
6977 arguments.
6978
6e6fbe60
DE
69792011-02-22 Doug Evans <dje@google.com>
6980
6981 Add gdb.lookup_global_symbol python function.
6982 * NEWS: Add entry.
6983 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
6984 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
6985 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
6986
79b97fa8
TT
69872011-02-22 Tom Tromey <tromey@redhat.com>
6988
6989 * language.c (language_class_name_from_physname): Rename
6990 'curr_language' argument to 'lang'; use in body.
6991
298f437a
MS
69922011-02-22 Michael Snyder <msnyder@vmware.com>
6993
6994 * cli/cli-utils.c (number_is_in_list): Check for zero return.
6995
b7ea3126
PA
69962011-02-22 Pedro Alves <pedro@codesourcery.com>
6997
6998 * frame-unwind.h: Fix comment to mention the this frame, not the
6999 next.
7000
58ee6d60
TT
70012011-02-22 Tom Tromey <tromey@redhat.com>
7002
7003 * symfile.c (auto_solib_limit): Remove.
7004 * symfile.h (auto_solib_limit): Remove.
7005
36238dbc
JB
70062011-02-22 Joel Brobecker <brobecker@adacore.com>
7007
7008 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
7009
aea5b279
MS
70102011-02-21 Michael Snyder <msnyder@vmware.com>
7011
7012 * gdbthread.h (print_thread_info): Change prototype.
7013 * thread.c (print_thread_info): Accept char* instead of int for
7014 requested_threads argument. Use new function number_is_in_list
7015 to determine which threads to list.
7016 (info_threads_command): Pass char* to print_thread_info.
7017 * cli/cli-utils.c (number_is_in_list): New function.
7018 * cli/cli-utils.h (number_is_in_list): Export.
f2eb0bc8 7019 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
aea5b279
MS
7020 print_thread_info.
7021 (print_one_inferior): Ditto.
7022 (mi_cmd_list_thread_groups): Ditto.
7023
8caa75ee
JK
70242011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7025
7026 * common/Makefile.in (CFLAGS): New.
7027 (COMPILE): Add $(CFLAGS).
7028
ea666128
TT
70292011-02-21 Tom Tromey <tromey@redhat.com>
7030
7031 * breakpoint.c (catch_syscall_command_1): Fix typo.
7032
e9cafbcc
TT
70332011-02-21 Tom Tromey <tromey@redhat.com>
7034
7035 * reverse.c: Include cli-utils.h.
7036 * printcmd.c: Include cli-utils.h.
7037 (string_printf): Use skip_spaces.
7038 * cli/cli-utils.h: New file.
7039 * cli/cli-utils.c: New file.
7040 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
7041 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
7042 * breakpoint.h (get_number, get_number_or_range): Move to
7043 cli-utils.h.
7044 * breakpoint.c: Include cli-utils.h.
7045 (get_number_trailer, get_number, get_number_or_range)
7046 (ep_skip_leading_whitespace): Move to cli-utils.c.
7047 (create_breakpoint_sal, find_condition_and_thread)
7048 (decode_static_tracepoint_spec, watch_command_1)
7049 (watch_maybe_just_location, ep_parse_optional_if_clause)
7050 (catch_fork_command_1, catch_exec_command_1)
7051 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
7052 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
7053 (SUBDIR_CLI_SRCS): Add cli-utils.c.
7054 (HFILES_NO_SRCDIR): Add cli-utils.h.
7055 (cli-utils.o): New target.
7056
f67fd822
PM
70572011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7058
7059 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
7060 before calling discard_all_inferiors.
7061
c9def01d
UW
70622011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
7063
7064 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
7065 (struct builtin_opencl_type): Remove.
7066 (builtin_opencl_type): Change return type to "struct type **".
7067 (lookup_opencl_vector_type): Update caller.
7068 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
7069 (build_opencl_types): Install plain array of "struct type *"
7070 instead of "struct builtin_opencl_type".
7071
e3039479
UW
70722011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7073 Ulrich Weigand <uweigand@de.ibm.com>
7074
7075 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
7076 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
7077 (struct arm_linux_hwbp_cap): New type.
7078 (arm_linux_get_hwbp_cap): New function.
7079 (arm_linux_get_hw_breakpoint_count): Likewise.
7080 (arm_linux_get_hw_watchpoint_count): Likewise.
7081 (arm_linux_can_use_hw_breakpoint): Likewise.
7082 (arm_hwbp_type): New type.
7083 (arm_hwbp_control_t): Likewise.
7084 (struct arm_linux_hw_breakpoint): Likewise.
7085 (struct arm_linux_thread_points): Likewise.
7086 (arm_threads): New global variable.
7087 (arm_linux_find_breakpoints_by_tid): New function.
7088 (arm_hwbp_control_initialize): Likewise.
7089 (arm_hwbp_control_is_enabled): Likewise.
7090 (arm_hwbp_control_disable): Likewise.
7091 (arm_linux_hw_breakpoint_initialize): Likewise.
7092 (arm_linux_get_hwbp_type): Likewise.
7093 (arm_linux_hw_watchpoint_initialize): Likewise.
7094 (arm_linux_hw_breakpoint_equal): Likewise.
7095 (arm_linux_insert_hw_breakpoint1): Likewise.
7096 (arm_linux_remove_hw_breakpoint1): Likewise.
7097 (arm_linux_insert_hw_breakpoint): Likewise.
7098 (arm_linux_remove_hw_breakpoint): Likewise.
7099 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
7100 (arm_linux_insert_watchpoint): Likewise.
7101 (arm_linux_remove_watchpoint): Likewise.
7102 (arm_linux_stopped_data_address): Likewise.
7103 (arm_linux_stopped_by_watchpoint): Likewise.
7104 (arm_linux_watchpoint_addr_within_range): Likewise.
7105 (arm_linux_new_thread): Likewise.
7106 (arm_linux_thread_exit): Likewise.
7107 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
7108 related target callbacks. Register arm_linux_new_thread and
7109 arm_linux_thread_exit.
7110 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
7111 * arm-tdep.c (arm_pc_is_thumb): Make global.
7112 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
7113
b5db5dfc
UW
71142011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
7115
7116 * breakpoint.c (update_watchpoint): Do not attempt to recreate
7117 per-frame locations while within a function epilogue.
7118
e25b2cfa
PM
71192011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
7120
7121 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
7122 to GNU coding standards.
7123
4af53f97
PM
71242011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
7125
7126 Allow use of mingw native on Windows 95 OS.
e25b2cfa 7127 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
4af53f97
PM
7128 (ser_windows_close): Only call CancelIo if function exists.
7129 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
7130 to check for existence of CancelIo function in kernel32 DLL.
7131
d0e92d82
HZ
71322011-02-21 Hui Zhu <teawater@gmail.com>
7133
7134 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
7135 * ax-gdb.c (gen_printf_expr_callback): New function.
7136 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
7137 * ax-general.c (ax_memcpy): New function.
7138 (ax_print): Handle "printf".
7139 (ax_reqs): Ditto.
7140 * ax.h (ax_memcpy): Forward declare.
7141 * common/ax.def (invalid2): Removed.
7142 (printf): New entry.
7143 * printcmd.c (printcmd.h): New include.
7144 (string_printf): New function.
7145 (ui_printf): Removed.
7146 (printf_command): Remove static. Call string_printf.
7147 (eval_command): Call string_printf.
7148 * printcmd.h: New file.
7149 * tracepoint.c (validate_actionline,
7150 encode_actions_1): handle printf_command.
7151
7d357efd
MS
71522011-02-19 Michael Snyder <msnyder@vmware.com>
7153
7154 * reverse.c (delete_one_bookmark): Argument is now bookmark
7155 id rather than pointer to bookmark struct.
7156 (delete_bookmark_command): Use get_number_or_range.
7157 (goto_bookmark_command): Parse with get_number instead of strtoul.
7158 (bookmark_1): New function. Print info for one bookmark.
7159 (bookmarks_info): Use get_number_or_range and bookmark_1.
7160
7a45ebd7
MS
71612011-02-18 Michael Snyder <msnyder@vmware.com>
7162
f2eb0bc8 7163 * thread.c (info_threads_command): Re-implement using
7a45ebd7 7164 get_number_or_range.
65ebfb52 7165 (thread_apply_command): Ditto.
7a45ebd7 7166
94d5e490
TT
71672011-02-18 Tom Tromey <tromey@redhat.com>
7168
7169 * common/ax.def: New file.
7170 * ax.h (enum agent_op): Use ax.def.
7171 * ax-general.c (aop_map): Use ax.def.
7172
c7f96d2b
TT
71732011-02-18 Tom Tromey <tromey@redhat.com>
7174
7175 * ax-general.c (aop_map): Add pick and rot.
7176 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
7177 <DW_OP_rot>: Implement.
7178 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
7179 (ax_pick): Declare.
7180 * ax-general.c (ax_pick): New function.
7181
66694b75
TT
71822011-02-18 Tom Tromey <tromey@redhat.com>
7183
7184 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
7185
eeaafae2
JK
71862011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7187 Tom Tromey <tromey@redhat.com>
7188
7189 * cp-support.c (make_symbol_overload_list_namespace): Do not call
7190 make_symbol_overload_list_block with NULL BLOCK.
7191 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
7192
3c3fe74c
PA
71932011-02-18 Pedro Alves <pedro@codesourcery.com>
7194
7195 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
7196 * breakpoint.h (get_number_or_range): Declare.
7197 * printcmd.c (ALL_DISPLAYS): Declare.
7198 (delete_display): Reimplement taking a display pointer.
7199 (undisplay_command): Accept a range of displays to delete, using
7200 get_number_or_range.
7201
13163d80
PM
72022011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7203
7204 * c-valprint.c (c_val_print): Add embedded_offset to address
7205 for arrays of unspecified length.
7206 * p-valprint.c (pascal_val_print): Likewise.
7207
b434a28f
YQ
72082011-02-18 Yao Qi <yao@codesourcery.com>
7209
7210 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
7211 (arm_process_displaced_insn): .. here. Remove parameter INSN.
7212 (thumb_process_displaced_insn): New.
7213 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
7214 call to arm_process_displaced_insn.
7215 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
7216
9f6f94ff
TT
72172011-02-17 Tom Tromey <tromey@redhat.com>
7218
7219 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
7220 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
7221 compile_dwarf_to_ax. No longer static. Call
7222 dwarf2_compile_cfa_to_ax.
7223 (locexpr_tracepoint_var_ref): Update.
7224 (loclist_tracepoint_var_ref): Update.
7225 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
7226 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
7227 argument; add 'gdbarch' and 'pc'.
7228 (dwarf2_compile_cfa_to_ax): New function.
7229 (dwarf2_frame_cache): Update.
7230
e67ad678
JB
72312011-02-17 Joel Brobecker <brobecker@adacore.com>
7232
7233 * ada-lang.c (ada_type_of_array): Fix the size of the array
7234 in the case of an unconstrained packed array.
7235
946ebb0d
YQ
72362011-02-17 Yao Qi <yao@codesourcery.com>
7237
7238 * common/Makefile.in: Add more targets for make.
7239
1ba1b353
TT
72402011-02-16 Tom Tromey <tromey@redhat.com>
7241
7242 * dwarf2loc.c (unimplemented): Fix typo.
7243
b1bfef65
TT
72442011-02-16 Tom Tromey <tromey@redhat.com>
7245
7246 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
7247 (compile_dwarf_to_ax) <default>: Use unimplemented.
7248 <DW_OP_deref>: Update.
7249 (disassemble_dwarf_expression): Update.
7250 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
7251 (decode_locdesc): Update.
7252 * dwarf2expr.h (dwarf_stack_op_name): Update.
7253
5f1e6f19
TT
72542011-02-16 Tom Tromey <tromey@redhat.com>
7255
7256 * ax.h (struct aop_map) <name>: Now const.
7257
a0c78a73
PA
72582011-02-16 Tom Tromey <tromey@redhat.com>
7259
7260 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
7261 than axs_rvalue.
7262
946ebb0d 72632011-02-16 Yao Qi <yao@codesourcery.com>
a42244db
YQ
7264
7265 * infrun.c (get_displaced_step_closure_by_addr): New.
7266 * inferior.h: Declare it.
7267 * arm-tdep.c: (arm_pc_is_thumb): Call
7268 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
7269 returns non-NULL.
7270
08807d5a
PA
72712011-02-16 Pedro Alves <pedro@codesourcery.com>
7272 Jan Kratochvil <jan.kratochvil@redhat.com>
7273
7274 gdb/
7275 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
7276
29976f3f
PA
72772011-02-16 Pedro Alves <pedro@codesourcery.com>
7278 Jan Kratochvil <jan.kratochvil@redhat.com>
7279
7280 * value.c (value_contents_copy_raw): Extend describing comment.
7281 Assert that the destination contents we're overwriting are wholly
7282 available.
fb68ae73 7283 (value_contents_copy): Extend describing comment.
29976f3f 7284
cd24cfaa
PA
72852011-02-16 Pedro Alves <pedro@codesourcery.com>
7286 Jan Kratochvil <jan.kratochvil@redhat.com>
7287
7288 * value.c (value_available_contents_eq): Remove redundant local
7289 variables. Fix available contents comparision.
7290 * value.h (value_available_contents_eq): Extend describing
7291 comment.
7292
60bbf338
YQ
72932011-02-16 Yao Qi <yao@codesourcery.com>
7294
7295 * thread.c (info_threads_command): Add missing i18n markup and remove
7296 trailing newline.
7297
17450429
PP
72982011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7299
7300 * breakpoint.c (longjmp_names): New variable.
7301 (struct breakpoint_objfile_data): New type.
7302 (breakpoint_objfile_key): New variable.
7303 (msym_not_found): New variable.
7304 (msym_not_found_p): New predicate.
7305 (get_breakpoint_objfile_data): New function.
7306 (create_overlay_event_breakpoint): Check per-objfile cache for
7307 symbols first.
7308 (create_longjmp_master_breakpoint): Likewise.
7309 (create_std_terminate_master_breakpoint): Likewise.
7310 (create_exception_master_breakpoint): Likewise.
7311 (_initialize_breakpoint): Register per-objfile data key.
7312
af02033e
PP
73132011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7314
7315 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
7316 parameter value.
7317 (create_longjmp_master_breakpoint): Loop over longjmp names.
7318 (create_std_terminate_master_breakpoint): Const-propagate parameter
7319 value.
7320 (update_breakpoints_after_exec): Adjust.
7321 (breakpoint_re_set): Adjust.
7322
60f98dde
MS
73232011-02-15 Michael Snyder <msnyder@vmware.com>
7324
cdf99611
MS
7325 * thread.c (info_threads_command): Process arg as thread id,
7326 or list of thread ids.
7327 (thread_find_command): New command.
7328 (_initialize_thread): Document argument for info threads.
7329 Document 'thread find' command.
7330 * NEWS: Document new command "thread find".
60f98dde 7331
0feedb2c
JK
73322011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7333
7334 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
7335 * aclocal.m4: Regenerated with aclocal-1.11.1.
7336 * common/configure: Regenerate with autoconf-2.64.
7337
648cd113
KW
73382011-02-15 Ken Werner <ken.werner@de.ibm.com>
7339
7340 * opencl-lang.c (build_opencl_types): Set the size of the built-in
7341 bool data type to a size of one byte.
7342
5657161f
PA
73432011-02-15 Pedro Alves <pedro@codesourcery.com>
7344 Jan Kratochvil <jan.kratochvil@redhat.com>
7345
7346 * target.c (memory_xfer_live_readonly_partial): Document where to
7347 look for interface description.
7348
494e194e
YQ
73492011-02-15 Yao Qi <yao@codesourcery.com>
7350
7351 PR tdep/12352
7352 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
7353 order to store PC value on stack instead of text section.
7354
d9492458
TJB
73552011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
7356
7357 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
7358 the EFP register set size.
7359 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
7360 data from the VMX register.
7361 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
7362 and write data from/to the VMX register.
7363
cdf99611
MS
73642011-02-14 Michael Snyder <msnyder@vmware.com>
7365
7366 * command.h (enum command_class): New class 'no_set_class', for
7367 "show" commands without a corresponding "set" command.
7368 * value.c (_initialize_values): Use 'no_set_class' for "show values".
7369 * copying.c (_initialize_copying): Ditto for "show copying" and
7370 "show warranty".
7371 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
7372 "show version".
7373 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
7374 which there is no corresponding "set" command (eg. "show copying").
7375
424447ee
PA
73762011-02-14 Pedro Alves <pedro@codesourcery.com>
7377 Jan Kratochvil <jan.kratochvil@redhat.com>
7378
7379 * exec.c (section_table_available_memory): Change `len' parameter
7380 type to ULONGEST.
7381 * exec.h (section_table_available_memory): Ditto.
7382 * value.h (read_value_memory): Rename the `offset' parameter to
7383 `embedded_offset'.
7384
c0f61f9c 73852011-02-14 Pedro Alves <pedro@codesourcery.com>
e0ccc0c7 7386 Jan Kratochvil <jan.kratochvil@redhat.com>
c0f61f9c
PA
7387
7388 * memrange.c (compare_mem_ranges): Mention sort order in
7389 describing comment.
7390 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
7391 * tracepoint.c (traceframe_available_memory): Extend comment to
7392 mention what happens to RESULT when the target does not support
7393 the query.
7394
6bfc80c7
PA
73952011-02-14 Pedro Alves <pedro@codesourcery.com>
7396 Jan Kratochvil <jan.kratochvil@redhat.com>
7397
7398 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
7399 range.
7400
e7303042
PA
74012011-02-14 Pedro Alves <pedro@codesourcery.com>
7402
7403 * value.c (value_bits_valid, value_bits_synthetic_pointer):
7404 No longer handle NULL values.
7405
8af8e3bc
PA
74062011-02-14 Pedro Alves <pedro@codesourcery.com>
7407
7408 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
7409 * value.c: Include "exceptions.h".
7410 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
7411 generic error.
7412 * cp-abi.c: Include gdb_assert.h.
7413 (baseclass_offset): Add `embedded_offset' and `val' parameters.
7414 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
7415 errors.
7416 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
7417 parameters. No longer returns -1 on error.
7418 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
7419 `val' parameters.
7420 * cp-valprint.c: Include exceptions.h.
7421 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
7422 the baseclass_offset. Handle unavailable base classes. Use
7423 val_print_invalid_address.
7424 * p-valprint.c: Include exceptions.h.
7425 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
7426 when fetching the baseclass_offset. No longer expect
7427 baseclass_offset returning -1. Handle unavailable base classes.
7428 Use val_print_invalid_address.
7429 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
7430 `valaddr' parameter, and change its type to gdb_byte pointer. Add
7431 `embedded_offset' and `val' parameters. Adjust.
7432 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
7433 parameter, and change its type to gdb_byte pointer. Add
7434 `embedded_offset' and `val' parameters. Adjust. No longer expect
7435 baseclass_offset returning -1.
7436 (value_dynamic_cast): Use value_contents_for_printing rather than
7437 value_contents. Adjust.
7438 (search_struct_field): No longer expect baseclass_offset returning
7439 -1.
7440 (search_struct_method): If reading memory from the target is
7441 necessary, wrap it in a new value to pass to baseclass_offset. No
7442 longer expect baseclass_offset returning -1.
7443 (find_method_list): No longer expect baseclass_offset returning
7444 -1. Use value_contents_for_printing rather than value_contents.
7445 * valprint.c (val_print_invalid_address): New function.
7446 * valprint.h (val_print_invalid_address): Declare.
7447 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
7448 and `val' parameters. No longer expect baseclass_offset returning
7449 -1. Adjust.
7450 * gnu-v2-abi.c: Include "exceptions.h".
7451 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
7452 parameters. Handle unavailable memory. Recurse through
7453 gnuv2_baseclass_offset directly, rather than through
7454 baseclass_offset. No longer returns -1 on not found, instead
7455 throw an error.
7456 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
7457 `val' parameters. Adjust.
7458
1b28d0b3
PA
74592011-02-14 Pedro Alves <pedro@codesourcery.com>
7460
7461 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
7462 almost but not quite adjacent.
7463
ec0a52e1
PA
74642011-02-14 Pedro Alves <pedro@codesourcery.com>
7465
7466 * value.h (value_entirely_available): Declare.
7467 * value.c (value_entirely_available): New function.
7468 * c-valprint.c (c_value_print): Don't try fetching the pointer's
7469 real type if the pointer is unavailable.
7470
24e6bcee
PA
74712011-02-14 Pedro Alves <pedro@codesourcery.com>
7472
7473 * valops.c (value_repeat): Use read_value_memory instead of
7474 read_memory.
7475
39d37385
PA
74762011-02-14 Pedro Alves <pedro@codesourcery.com>
7477
7478 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
7479 * value.c (value_contents_copy_raw, value_contents_copy): New
7480 functions.
7481 (value_primitive_field): Use value_contents_copy_raw instead of
7482 memcpy.
7483 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
7484 memcpy.
7485 (value_array, value_slice): Ditto.
7486 * valarith.c (value_subscripted_rvalue): Use
7487 value_contents_copy_raw instead of memcpy.
7488
a3d34bf4
PA
74892011-02-14 Pedro Alves <pedro@codesourcery.com>
7490
7491 <unavailable> references.
7492
7493 * valops.c (get_value_at): Use value_from_contents_and_address,
7494 avoiding read_memory.
7495
9fc6d940
PA
74962011-02-14 Pedro Alves <pedro@codesourcery.com>
7497
7498 * c-valprint.c (c_val_print): Print a string with unavailable
7499 contents as an array.
7500
5467c6c8
PA
75012011-02-14 Pedro Alves <pedro@codesourcery.com>
7502
7503 * value.h (unpack_bits_as_long): Delete declaration.
7504 (unpack_value_bits_as_long): Declare.
7505 (unpack_value_field_as_long): Declare.
7506 (value_field_bitfield): Declare.
7507 * value.c (unpack_bits_as_long): Rename to...
7508 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
7509 value parameters. Return the extracted result in a new output
7510 parameter. If the value contents are unavailable, return false,
7511 otherwise return true.
7512 (unpack_value_bits_as_long): New.
7513 (unpack_field_as_long): Rename to...
7514 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
7515 Add embedded_offset and value parameters. Return the extracted
7516 result in a new output parameter. If the value contents are
7517 unavailable, return false, otherwise return true.
7518 (unpack_value_field_as_long): New.
7519 (unpack_field_as_long_1): New.
7520 (unpack_field_as_long): Reimplement as wrapper around
7521 unpack_value_field_as_long_1.
7522 (value_field_bitfield): New function.
7523 * valops.c (value_fetch_lazy): When fetching a bitfield, use
7524 unpack_value_bits_as_long. Mark the value as unavailable, if it
7525 is unavailable.
7526 * jv-valprint.c (java_print_value_fields): Use
7527 value_field_bitfield.
7528 * p-valprint.c (pascal_object_print_value_fields): Use
7529 value_field_bitfield.
7530 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
7531
3158c6ed
PA
75322011-02-14 Pedro Alves <pedro@codesourcery.com>
7533
7534 * value.c (get_internalvar_integer): Also return the int value of
7535 TYPE_CODE_INT INTERNALVAR_VALUE values.
7536 (set_internalvar): Don't special case TYPE_CODE_INT.
7537
9fbdca0d
PA
75382011-02-14 Pedro Alves <pedro@codesourcery.com>
7539
7540 * value.c (struct internalvar) <enum internalvar_kind>: Remove
7541 INTERNALVAR_POINTER.
7542 <pointer>: Delete.
7543 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
7544 (set_internalvar): Remove special TYPE_CODE_PTR handling.
7545 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
7546
c8c1c22f
PA
75472011-02-14 Pedro Alves <pedro@codesourcery.com>
7548
7549 * value.h (value_available_contents_eq): Declare.
7550 * value.c (find_first_range_overlap): New function.
7551 (value_available_contents_eq): New function.
7552 * valprint.c (val_print_array_elements): Use
7553 value_available_contents_eq.
7554 * ada-valprint.c (val_print_packed_array_elements): Use
7555 value_available_contents_eq.
7556 * jv-valprint.c (java_value_print): Use
7557 value_available_contents_eq.
7558
e6e4e701
PA
75592011-02-14 Pedro Alves <pedro@codesourcery.com>
7560
7561 * target.c (target_read_live_memory): New function.
7562 (memory_xfer_live_readonly_partial): New.
7563 (memory_xfer_partial): If reading from a traceframe, fallback to
7564 reading unavailable read-only memory from read-only regions of
7565 live target memory.
7566 * tracepoint.c (disconnect_tracing): Adjust.
7567 (set_current_traceframe): New, factored out from
7568 set_traceframe_number.
7569 (set_traceframe_number): Reimplement to only change the traceframe
7570 number on the GDB side.
7571 (do_restore_current_traceframe_cleanup): Adjust.
7572 (make_cleanup_restore_traceframe_number): New.
7573 (cur_traceframe_number): New global.
7574 (tfile_open): Set cur_traceframe_number to no traceframe.
7575 (set_tfile_traceframe): New function.
7576 (tfile_trace_find): If looking up a traceframe using any method
7577 other than by number, make sure the current tfile traceframe
7578 matches gdb's current traceframe. Update the current tfile
7579 traceframe if the lookup succeeded.
7580 (tfile_fetch_registers, tfile_xfer_partial)
7581 (tfile_get_trace_state_variable_value): Make sure the remote
7582 traceframe matches gdb's current traceframe.
7583 * remote.c (remote_traceframe_number): New global.
7584 (remote_open_1): Set it to -1.
7585 (set_remote_traceframe): New function.
7586 (remote_fetch_registers, remote_store_registers)
7587 (remote_xfer_memory, remote_xfer_partial)
7588 (remote_get_trace_state_variable_value): Make sure the remote
7589 traceframe matches gdb's current traceframe.
7590 (remote_trace_find): If looking up a traceframe using any method
7591 other than by number, make sure the current remote traceframe
7592 matches gdb's current traceframe. Update the current remote
7593 traceframe if the lookup succeeded.
7594 * infrun.c (fetch_inferior_event): Adjust.
7595 * tracepoint.h (set_current_traceframe): Declare.
7596 (get_traceframe_number, set_traceframe_number): Add describing
7597 comments.
7598
e6ca34fc
PA
75992011-02-14 Pedro Alves <pedro@codesourcery.com>
7600
7601 Mark pieces of values as unavailable if the corresponding memory
7602 is unavailable.
7603
7604 * valops.c: Include tracepoint.h.
7605 (value_fetch_lazy): Use read_value_memory.
7606 (read_value_memory): New.
7607 * value.h (read_value_memory): Declare.
7608 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
7609 * exec.c (section_table_available_memory): New function.
7610 * exec.h (section_table_available_memory): Declare.
7611
2a7498d8
PA
76122011-02-14 Pedro Alves <pedro@codesourcery.com>
7613
7614 * Makefile.in (SFILES): Add memrange.c.
7615 (HFILES_NO_SRCDIR): Add memrange.h.
7616 (COMMON_OBS): Add memrange.o.
7617 * memrange.c: New file.
7618 * memrange.h: New file.
7619 * tracepoint.c: Include memrange.h.
7620 (struct mem_range): Delete.
7621 (mem_range_s): Delete.
7622 (traceframe_available_memory): New function.
7623 * tracepoint.h (traceframe_available_memory): Declare.
7624
b3b9301e
PA
76252011-02-14 Pedro Alves <pedro@codesourcery.com>
7626
7627 * target.h (struct traceframe_info): Forward declare.
7628 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
7629 (struct target_ops) <to_traceframe_info>: New field.
7630 (target_traceframe_info): New.
7631 * target.c (update_current_target): Inherit and default
7632 to_traceframe_info.
7633 * remote.c (PACKET_qXfer_traceframe_info): New.
7634 (remote_protocol_features): Register qXfer:traceframe-info:read.
7635 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
7636 (remote_traceframe_info): New.
7637 (init_remote_ops): Install it.
7638 (_initialize_remote): Install "set/show remote traceframe-info"
7639 commands.
7640 * tracepoint.h (parse_traceframe_info): Declare.
7641 * tracepoint.c (struct mem_range): New.
7642 (mem_range_s): New typedef.
7643 (struct traceframe_info): New.
7644 (traceframe_info): New global.
7645 (free_traceframe_info): New function.
7646 (clear_traceframe_info): New function.
7647 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
7648 info.
7649 (build_traceframe_info): New function.
7650 (tfile_traceframe_info): New function.
7651 (init_tfile_ops): Install tfile_traceframe_info.
7652 (traceframe_info_start_memory, free_result): New functions.
7653 (memory_attributes, traceframe_info_elements): New globals.
7654 (parse_traceframe_info, get_traceframe_info): New functions.
7655 * features/traceframe-info.dtd: New file.
7656 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
7657
4e07d55f
PA
76582011-02-14 Pedro Alves <pedro@codesourcery.com>
7659
7660 Base support for <unavailable> value contents.
7661
4e07d55f
PA
7662 * value.h (value_bytes_available): Declare.
7663 (mark_value_bytes_unavailable): Declare.
7664 * value.c (struct range): New struct.
7665 (range_s): New typedef.
7666 (ranges_overlap): New function.
7667 (range_lessthan): New function.
7668 (ranges_contain_p): New function.
7669 (struct value) <unavailable>: New field.
7670 (value_bytes_available): New function.
7671 (mark_value_bytes_unavailable): New function.
7672 (require_not_optimized_out): Constify parameter.
7673 (require_available): New function.
7674 (value_contents_all, value_contents): Require all bytes be
7675 available.
7676 (value_free): Free `unavailable'.
7677 (value_copy): Copy `unavailable'.
7678 * valprint.h (val_print_unavailable): Declare.
7679 * valprint.c (valprint_check_validity): Rename `offset' parameter
7680 to `embedded_offset'. If printing a scalar, check whether the
7681 value chunk is available.
7682 (val_print_unavailable): New.
7683 (val_print_scalar_formatted): Check whether the value is
7684 available.
7685 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
7686 pretty-printing unavailable values.
7687
bc9a5551
JK
76882011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7689
7690 Fix const/volatile qualifiers of C++ types, PR c++/12328.
7691 * c-typeprint.c (c_type_print_args): Update the function comment. New
7692 variable param_type, initialize it. Remove const/volatile qualifiers
7693 for language_cplus and !show_artificial. Use param_type.
7694
93b55aa1
JK
76952011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7696
7697 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
7698 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
7699 * symtab.h (struct symtab) <next>: Comment extension.
7700
181d9476
YQ
77012011-02-12 Yao Qi <yao@codesourcery.com>
7702
7703 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
7704
b708a5c7
JK
77052011-02-11 Yao Qi <yao@codesourcery.com>
7706
7707 * common/Makefile.in: Add copyright header.
7708
c5187ac6
PA
77092011-02-11 Pedro Alves <pedro@codesourcery.com>
7710
7711 * infrun.c (proceed): Move switching out and in of tfind mode from
7712 here ...
7713 (fetch_inferior_event): ... to here.
7714
4f3e6fb7
YQ
77152011-02-11 Yao Qi <yao@codesourcery.com>
7716
7717 * Makefile.in: Remove signals.o from COMMON_OBS. Link
7718 libcommon.a.
7719 * configure.ac: Add common to sub dir.
7720 * configure: Regenerate.
7721
b708a5c7
JK
77222011-02-11 Yao Qi <yao@codesourcery.com>
7723
7724 Build libcommon.a.
7725
7726 * common/Makefile.in: New.
7727 * common/configure.ac: New.
7728 * common/aclocal.m4: New.
7729 * common/configure: Generate.
7730
2287cc7e
PA
77312011-02-10 Pedro Alves <pedro@codesourcery.com>
7732
7733 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
7734 side of the parenthesis.
7735
7736 Merge from GCC:
7737 2010-07-13 Jakub Jelinek <jakub@redhat.com>
fc013618 7738 * vec.h (VEC_block_remove): Fix comment.
2287cc7e 7739
fd62cb89
MS
77402011-02-08 Michael Snyder <msnyder@vmware.com>
7741
7742 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
7743
56d2815c
JK
77442011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7745
7746 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
7747 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
7748 psubd and paddd.
7749
4f7d61a8
JK
77502011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7751
7752 PR 12361.
7753 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
7754 phsubsw.
7755 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
7756 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
7757
54fcddd0
UW
77582011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
7759
7760 * dwarf2read.c (read_subroutine_type): Set special calling
7761 convention flag for functions compiled by IBM XL C for OpenCL.
7762 * ppc-sysv-tdep.c: Include "dwarf2.h"
7763 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
7764 calling convention.
7765 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
7766 IBM OpenCL vector types calling convention.
7767 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
7768 (ppc_sysv_abi_broken_return_value): Likewise.
7769 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
7770 types calling convention.
7771 (ppc64_sysv_abi_return_value): Likewise.
7772 * spu-tdep.c: Include "dwarf2.h"
7773 (spu_return_value): Implement IBM OpenCL vector types calling
7774 convention.
7775
d6dafb7c
UW
77762011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
7777
7778 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
7779 correct ABI for AltiVec vector arguments.
7780
32b72a42
PA
77812011-02-07 Pedro Alves <pedro@codesourcery.com>
7782
7783 * valprint.c (val_print): Extend comment.
7784 * ada-valprint.c (ada_valprint): Rewrite comment deferring
7785 interface explanation to val_print.
7786 (ada_val_print_array): Adjust comment to current interface.
7787 (print_field_values): Adjust comment to current interface.
7788 * c-valprint.c (c_val_print): Rewrite comment deferring interface
7789 explanation to val_print.
7790 * f-valprint.c (f_val_print): Ditto.
7791 * jv-valprint.c (java_val_print): Ditto.
7792 * m2-valprint.c (m2_val_print): Ditto.
7793 * p-valprint.c (pascal_val_print): Ditto.
7794
9998af43
TJB
77952011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7796
7797 * breakpoint.c (parse_breakpoint_sals): Fix description.
7798
505500db 77992011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9998af43 7800 Oguz Kayral <oguzkayral@gmail.com>
505500db
SW
7801
7802 * python/py-inferior.c (python_on_normal_stop): New function.
7803 (python_on_resume): New function.
7804 (python_inferior_exit): New function.
7805 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
7806 inferior_exit observers.
7807 * python/py-evtregistry.c: New file.
7808 * python/py-threadevent.c : New file.
7809 * python/py-event.c: New file.
7810 * python/py-evts.c: New file.
7811 * python/py-continueevent.c: New file.
7812 * python/py-bpevent.c: New file.
7813 * python/py-signalevent.c: New file.
7814 * python/py-exetiedevent.c: New file.
7815 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
7816 Move struct breakpoint_object from here...
7817 * python/python-internal.h: ... to here.
7818 * python/py-event.h: New file.
7819 * python/py-events.h: New file.
7820 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
7821 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
7822 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
7823 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
7824 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
7825 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
7826 Add build rules for all the above.
7827
9e0ac564
TT
78282011-02-04 Tom Tromey <tromey@redhat.com>
7829
7830 * dwarf2read.c (dwarf2_section_empty_p): New function.
7831 (dwarf2_read_section): Use dwarf2_section_empty_p.
7832 (dwarf2_section_size): New function.
7833 (dwarf2_get_section_info): Unconditionally read section.
7834 (dwarf2_read_index): Use dwarf2_section_empty_p.
7835 (partial_read_comp_unit_head): Use dwarf2_section_size.
7836 (dwarf2_symbol_mark_computed): Likewise.
7837
eee5b35e
DD
78382011-02-04 David Daney <ddaney@caviumnetworks.com>
7839
7840 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
7841
385203ed
DD
78422011-02-04 David Daney <ddaney@caviumnetworks.com>
7843
7844 * mips-linux-tdep.c: Include xml-syscall.h.
7845 (mips_linux_get_syscall_number): New function.
7846 (mips_linux_init_abi): Add calls to
7847 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
7848 * data-directory/Makefile.in (SYSCALLS_FILES): Add
7849 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
7850 * syscalls/mips-n32-linux.xml: New file.
7851 * syscalls/mips-n64-linux.xml: New file.
7852 * syscalls/mips-o32-linux.xml: New file.
7853
9277c30c
UW
78542011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7855
7856 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
7857 Complain about inverted range entries.
7858 (dwarf2_record_block_ranges): Likewise.
7859
a3be7890
TJB
78602011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
7861
7862 Fix some typos.
7863 * breakpoint.c (update_watchpoint): Fix name of the
7864 update_global_location_list function.
7865 (print_one_breakpoint): Fix typo.
7866 (_initialize_breakpoint): Remove extra space in hbreak help
7867 string.
7868 * breakpoint.h (struct bp_location) <length>: Fix field
7869 description.
7870
041274d8
PA
78712011-02-04 Pedro Alves <pedro@codesourcery.com>
7872
7873 * regcache.c (registers_changed_ptid): Don't explictly always
7874 clear `current_regcache'. Only clear current_thread_ptid and
7875 current_thread_arch when PTID matches. Only reinit the frame
7876 cache if PTID matches the current inferior_ptid. Move alloca(0)
7877 call to ...
7878 (registers_changed): ... here.
7879
c1c2ab58
UW
78802011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
7881
7882 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
7883 starts with __stack_chk_guard as stack guard symbol.
7884
9011945e
AB
78852011-02-03 Andrew Burgess <aburgess@broadcom.com>
7886
7887 * disasm.c (compare_lines): Handle the end of sequence markers
7888 within the line table to better support disassembling over
7889 compilation unit boundaries.
7890
e0634ccf
UW
78912011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
7892
7893 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
7894 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
7895 implementation even if no symbols are available.
7896 (thumb_analyze_prologue): Update call to skip_prologue_function.
7897 (arm_analyze_prologue): Likewise.
7898
0e9e9abd
UW
78992011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
7900
7901 * arm-tdep.c: Include "observer.h".
7902 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
7903 (arm_exidx_data_key): New static variable.
7904 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
7905 (struct arm_exidx_data): Likewise.
7906 (arm_exidx_data_free): New function.
7907 (arm_compare_exidx_entries): Likewise.
7908 (arm_obj_section_from_vma): Likewise.
7909 (arm_exidx_new_objfile): Likewise.
7910 (arm_find_exidx_entry): Likewise.
7911 (arm_exidx_fill_cache): Likewise.
7912 (arm_exidx_unwind_sniffer): Likewise.
7913 (arm_exidx_unwind): New global variable.
7914 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
7915 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
7916 observer. Register arm_exidx_data_key as objfile data.
7917
2e9e421f
UW
79182011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
7919
7920 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
7921 due to accessing uninitialized variable. Fix indentation.
7922
580688f3
PA
79232011-02-02 Pedro Alves <pedro@codesourcery.com>
7924
7925 * c-valprint.c (c_value_print): When doing virtual base pointer
7926 adjustment, create a new value with adjusted contents rather than
7927 changing the contents of the value being printed (and getting it
7928 wrong).
7929
3d2c1d41
PA
79302011-02-02 Pedro Alves <pedro@codesourcery.com>
7931
7932 * xml-support.c (xml_find_attribute): New.
7933 (xinclude_start_include): Use it.
7934 * xml-support.h (xml_find_attribute): Declare.
7935 * memory-map.c (memory_map_start_memory)
7936 (memory_map_start_property): Use xml_find_attribute.
7937 * osdata.c (osdata_start_osdata, osdata_start_column): Use
7938 xml_find_attribute.
7939 * remote.c (start_thread): Use xml_find_attribute.
7940 * solib-target.c (library_list_start_segment)
7941 (library_list_start_section, library_list_start_library)
7942 (library_list_start_list): Use xml_find_attribute.
7943 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
7944 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
7945 (tdesc_start_field): Use xml_find_attribute.
7946
0af3e2db
UW
79472011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
7948
7949 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
7950 (BUILD_OCL_VTYPES): Update.
7951
c1039e3c
JB
79522011-02-02 Joel Brobecker <brobecker@adacore.com>
7953
7954 * configure.ac: Work around non-GNU sed limitation when computing
7955 python version number.
7956 * configure: Regenerate.
7957
600ea1be
JK
79582011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7959
7960 Fix debug printing of TYPE_INSTANCE.
7961 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
7962 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
7963
56c12414
JK
79642011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7965
7966 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
7967 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
7968 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
7969 * ada-operator.inc: Rename the file to ...
7970 * ada-operator.def: ... here, wrap all the entries by macro OP.
7971 * expprint.c (op_name_standard): Remove all the entries. Include
7972 "std-operator.def" instead.
7973 * expression.h (enum exp_opcode): Include "std-operator.def" and
7974 "ada-operator.def". Move all the entries ...
7975 * std-operator.def: ... here, wrap all the entries by macro OP.
7976
c52b559d
PP
79772011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
7978
7979 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
7980 * breakpoint.c (remove_jit_event_breakpoints): New function.
7981 * jit.c (jit_descriptor_addr): Delete.
7982 (registering_code): Delete.
7983 (clear_int): Delete.
7984 (jit_inferior_data): New variable.
7985 (struct jit_inferior_data): New type.
7986 (get_jit_inferior_data): New function.
7987 (jit_inferior_data_cleanup): New function.
7988 (jit_read_descriptor): Adjust.
7989 (jit_register_code): Adjust.
7990 (jit_breakpoint_re_set_internal): New function; move code here ...
7991 (jit_inferior_init): ... from here.
7992 (jit_breakpoint_re_set): Adjust.
7993 (jit_reset_inferior_data_and_breakpoints): New function.
7994 (jit_inferior_created_observer): Adjust.
7995 (jit_inferior_exit_hook): Adjust.
7996 (jit_executable_changed_observer): New function.
7997 (jit_event_handler): Adjust.
7998 (_initialize_jit): Adjust.
7999
e839132d
MS
80002011-01-31 Michael Snyder <msnyder@vmware.com>
8001
8002 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
8003 line.
8004
47a80e90
TT
80052011-01-31 Tom Tromey <tromey@redhat.com>
8006
8007 PR python/12216:
8008 * python/python.c (execute_gdb_command): Call
8009 prevent_dont_repeat.
8010 * top.c (suppress_dont_repeat): New global.
8011 (dont_repeat): Use it.
8012 (prevent_dont_repeat): New function.
8013 * command.h (prevent_dont_repeat): Declare.
8014
45a43567
TT
80152011-01-31 Tom Tromey <tromey@redhat.com>
8016
8017 * infcmd.c (finish_backward): Use breakpoint_set_silent.
8018 * python/py-breakpoint.c (bppy_set_silent): Use
8019 breakpoint_set_silent.
8020 (bppy_set_thread): Use breakpoint_set_thread.
8021 (bppy_set_task): Use breakpoint_set_task.
8022 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
8023 (breakpoint_set_task): Declare.
8024 (make_breakpoint_silent): Remove.
8025 * breakpoint.c (breakpoint_set_silent): New function.
8026 (breakpoint_set_thread): Likewise.
8027 (breakpoint_set_task): Likewise.
8028 (make_breakpoint_silent): Remove.
8029
09d682a4
TT
80302011-01-31 Tom Tromey <tromey@redhat.com>
8031
8032 * breakpoint.h (user_breakpoint_p): Declare.
8033 * breakpoint.c (user_breakpoint_p): New function.
8034 (breakpoint_1): Use it.
8035 (save_breakpoints): Likewise.
8036
9c4ea6c5
JB
80372011-01-31 Joel Brobecker <brobecker@adacore.com>
8038
8039 * configure.ac: Add handling of Python distribution on Windows.
8040 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
8041 sysconfig variables are not defined, then do not use them.
8042 On Windows, if LIBPL is not defined, then use prefix + '/libs'
8043 instead. On Windows, return all paths using forward-slashes
8044 rather than backslashes.
8045
ac534cba
JB
80462011-01-31 Joel Brobecker <brobecker@adacore.com>
8047
8048 * configure.ac: Remove fallback behavior for building
8049 against Python. Remove tweaking of Python include path.
8050 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
8051 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
8052 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
8053 Always restore CPPFLAGS and LIBS after linking test.
8054 * configure: Regenerated.
8055 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
8056 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
8057 * python/python-internal.h: Adjust includes of Python .h files.
8058
c2f0d045
JB
80592011-01-31 Joel Brobecker <brobecker@adacore.com>
8060
8061 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
8062 in error message.
8063
6b0c4c1f
JB
80642011-01-31 Joel Brobecker <brobecker@adacore.com>
8065
8066 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
8067 value test.
8068
672c9795
YQ
80692011-01-31 Yao Qi <yao@codesourcery.com>
8070
8071 * arm-linux-nat.c: Update calls to regcache_register_status
8072 instead of regcache_valid_p.
8073 * aix-thread.c: Likewise.
8074 * i386gnu-nat.c: Likewise.
8075
80b23b6a
JK
80762011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8077
8078 Fix crash.
8079 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
8080 touching TYPE_FIELD_ARTIFICIAL.
8081
4cd712bd
RE
80822011-01-28 Richard Earnshaw <rearnsha@arm.com>
8083
8084 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
8085 Committers.
8086
ffd5ec24
PA
80872011-01-28 Pedro Alves <pedro@codesourcery.com>
8088
8089 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
8090 selected, don't try iterating over the traceframe's blocks.
8091 (tfile_has_stack): If there's no traceframe selected, then there's
8092 no stack.
8093 (tfile_has_registers): If there's no traceframe selected, then
8094 there's no registers.
8095
e8c9e0a1
PA
80962011-01-28 Pedro Alves <pedro@codesourcery.com>
8097
8098 * target.c (memory_xfer_partial): No need to restore shadows if we
8099 haven't read anything.
8100
de15c4ab
PA
81012011-01-28 Pedro Alves <pedro@codesourcery.com>
8102
8103 * mips-tdep.c (mips_print_register): Use get_frame_register_value
8104 and val_print_scalar_formatted.
8105
9f41c731
PA
81062011-01-27 Pedro Alves <pedro@codesourcery.com>
8107
8108 * tracepoint.c (tfile_read): New.
8109 (tfile_open): Use it.
8110 (tfile_get_traceframe_address): Use it.
8111 (tfile_trace_find): Use it.
8112 (walk_blocks_callback_func): New typedef.
8113 (match_blocktype): New function.
8114 (traceframe_walk_blocks): New function.
8115 (traceframe_find_block_type): New function.
8116 (tfile_fetch_registers, tfile_xfer_partial)
8117 (tfile_get_trace_state_variable_value): Use
8118 traceframe_find_block_type and tfile_read.
8119
cdefc55d
KB
81202011-01-26 Kevin Buettner <kevinb@redhat.com>
8121
8122 * remote-mips.c: Add internationalization mark ups. Remove
8123 trailing \n from already marked up strings.
8124
a81766d8
TT
81252011-01-26 Tom Tromey <tromey@redhat.com>
8126
8127 * python/py-prettyprint.c (print_string_repr): Clear
8128 'addressprint' option when calling val_print_string.
8129 (print_children): Handle Val_pretty_default. Clear 'addressprint'
8130 option when calling val_print_string.
8131
74aedc46
TT
81322011-01-26 Tom Tromey <tromey@redhat.com>
8133
8134 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
8135 GDB_PY_LL_ARG.
8136 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
8137 macros.
8138 (gdb_py_longest, gdb_py_ulongest): New typedefs.
8139 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
8140 (gdb_py_long_as_ulongest): New defines.
8141 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
8142 (gdb_py_int_as_long): Declare.
8143 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
8144 GDB_PY_LL_ARG, gdb_py_object_from_longest.
8145 (valpy_long): Add comment.
8146 * python/py-utils.c (get_addr_from_python): Use
8147 gdb_py_long_as_ulongest. Handle overflow properly.
8148 (gdb_py_object_from_longest): New function.
8149 (gdb_py_object_from_ulongest): Likewise.
8150 (gdb_py_int_as_long): Likewise.
8151 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
8152 * python/py-symtab.c (salpy_get_pc): Use
8153 gdb_py_long_from_ulongest.
8154 (salpy_get_line): Use PyInt_FromLong.
8155 * python/py-param.c (set_parameter_value): Use
8156 gdb_py_int_as_long.
8157 * python/py-lazy-string.c (stpy_get_address): Use
8158 gdb_py_long_from_ulongest.
8159 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
8160 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
8161 * python/py-breakpoint.c (bppy_set_thread): Use
8162 gdb_py_int_as_long.
8163 (bppy_set_task): Likewise.
8164 (bppy_set_ignore_count): Likewise.
8165 (bppy_set_hit_count): Likewise.
8166 * python/py-block.c (blpy_get_start): Use
8167 gdb_py_object_from_ulongest.
8168 (blpy_get_end): Likewise.
8169 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
8170
e4f6d2ec
TJB
81712011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
8172
8173 PR/symtab 11766:
8174 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
8175 * gdb/solib.c (solib_read_symbols): Check for addr_low in
8176 equality test for objfile, initialize addr_low if needed.
8177
b30aa278
PA
81782011-01-25 Pedro Alves <pedro@codesourcery.com>
8179
8180 * tui/tui-regs.c (tui_register_format): Remove dead code.
8181
ab2188aa
PA
81822011-01-25 Pedro Alves <pedro@codesourcery.com>
8183
8184 * printcmd.c (print_formatted): Use val_print_scalar_formatted
8185 instead of print_scalar_formatted.
8186 (print_scalar_formatted): Don't handle 's' format strings here,
8187 and add an assertion that we never see such format here.
8188 * valprint.h (val_print_scalar_formatted): Declare.
8189 * valprint.c (val_print_scalar_formatted): New.
8190 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
8191 instead of print_scalar_formatted.
8192 * jv-valprint.c (java_val_print): Ditto.
8193 * p-valprint.c (pascal_val_print): Ditto.
8194 * ada-valprint.c (ada_val_print_1): Ditto.
8195 * f-valprint.c (f_val_print): Ditto.
8196 * infcmd.c (registers_info): Ditto.
8197 * m2-valprint.c (m2_val_print): Ditto.
8198
66d61a4c
PA
81992011-01-25 Pedro Alves <pedro@codesourcery.com>
8200
8201 * m2-valprint.c (print_unbounded_array): Pass
8202 value_contents_for_printing rather than value_contents, to
8203 m2_print_array_contents. Also pass in the value.
8204
831adc1f
JK
82052011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8206
8207 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
8208 (save_gdb_index_command): Switch to .gdb_index version 4.
8209
20622269
PA
82102011-01-25 Pedro Alves <pedro@codesourcery.com>
8211
8212 * mi/mi-main.c (get_register): Use get_frame_register_value rather
8213 than frame_register, and always pass a valid value to val_print.
8214
585fdaa1
PA
82152011-01-25 Pedro Alves <pedro@codesourcery.com>
8216
8217 Centralize printing "<optimized out>".
8218
8219 * valprint.h (val_print_optimized_out): Declare.
8220 * cp-valprint.c (cp_print_value_fields): Use
8221 val_print_optimized_out.
8222 * jv-valprint.c (java_print_value_fields): Ditto.
8223 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8224 * printcmd.c (print_formatted): Ditto.
8225 * valprint.c (valprint_check_validity): Ditto.
8226 (value_check_printable): Ditto.
8227 (val_print_optimized_out): New.
8228
29ec5263
PA
82292011-01-25 Pedro Alves <pedro@codesourcery.com>
8230
8231 * infcmd.c (default_print_registers_info): Allocate values so to
8232 never pass a NULL value to val_print.
8233
de4127a3
PA
82342011-01-25 Pedro Alves <pedro@codesourcery.com>
8235
8236 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
8237 boolean. Make sure to always pass a value that matches the
8238 contents buffer to callees. Preserve `address' for following
8239 iterations.
8240 * value.c (value_contents_for_printing_const): New.
8241 (value_address): Constify value argument.
8242 * value.h (value_contents_for_printing_const): Declare.
8243 (value_address): Constify value argument.
8244
ee99023e
PA
82452011-01-25 Pedro Alves <pedro@codesourcery.com>
8246
8247 * regcache.c (struct regcache_descr): Rename
8248 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
8249 and sizeof_cooked_register_valid_p to
8250 sizeof_cooked_register_status.
8251 (init_regcache_descr): Adjust.
8252 (struct regcache): Rename register_valid_p field to
8253 register_status.
8254 (regcache_xmalloc_1, regcache_xfree, regcache_save)
8255 (do_cooked_read): Adjust.
8256 (regcache_valid_p): Rename to ...
8257 (regcache_register_status): ... this. Adjust.
8258 (regcache_invalidate): Adjust.
8259 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
8260 Adjust.
8261 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
8262 as unavailable, not valid.
8263 (regcache_dump): Adjust.
8264 * regcache.h (enum register_status): New.
8265 (regcache_register_status): Declare.
8266 (regcache_invalidate): Delete declaration.
8267 * corelow.c (get_core_registers): Adjust.
8268 * tracepoint.c (tfile_fetch_registers): Adjust.
8269 * trad-frame.c (REG_VALUE): Rename to ...
8270 (TF_REG_VALUE): ... this.
8271 (REG_UNKNOWN): Rename to ...
8272 (TF_REG_UNKNOWN): ... this.
8273 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
8274 * mi/mi-main.c (register_changed_p): Adjust.
8275
99e42fd8
PA
82762011-01-25 Pedro Alves <pedro@codesourcery.com>
8277
8278 * regcache.c (struct regcache_descr): Remove outdated comment.
8279 (init_regcache_descr): Remove sizeof_raw_register_valid_p
8280 overallocate hack.
8281 (regcache_xmalloc): Rename to ...
8282 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
8283 Allocate the regcache type accordingly.
8284 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
8285 (regcache_xfree): Asser the source is also readonly. Copy sizeof
8286 cooked registers, not raw.
8287 (regcache_dup_no_passthrough): Delete.
8288 (get_thread_arch_regcache): Use regcache_xmalloc_1.
8289 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
8290 mention obsolete write_register_bytes.
8291 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
8292
f7605bc2
PA
82932011-01-25 Pedro Alves <pedro@codesourcery.com>
8294
8295 Stop remote_read_bytes from handling partial reads itself.
8296
8297 * remote-fileio.c: Include target.h.
8298 (remote_fileio_write_bytes): Delete.
8299 (remote_fileio_func_open, remote_fileio_func_write)
8300 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
8301 target_read_memory.
8302 (remote_fileio_func_stat): Use target_read_memory and
8303 target_write_memory.
8304 (remote_fileio_func_gettimeofday): Use target_write_memory.
8305 (remote_fileio_func_system): Use target_read_memory.
8306 * remote.c (remote_write_bytes): Make it static.
8307 (remote_read_bytes): Don't handle partial reads here.
8308 * remote.h (remote_read_bytes): Delete declaration.
8309
efc0eabd
PA
83102011-01-25 Pedro Alves <pedro@codesourcery.com>
8311
8312 Simplify XML parsing a bit.
8313
8314 * xml-support.h (gdb_xml_parse_quick): Declare.
8315 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
8316 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
8317 parameter.
8318 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
8319 gdb_xml_create_parser_and_cleanup_1.
8320 (gdb_xml_parse_quick): New.
8321 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
8322 * osdata.c (osdata_parse): Ditto.
8323 * remote.c (remote_threads_info): Ditto.
8324 * solib-target.c (solib_target_parse_libraries): Ditto.
8325 * xml-syscall.c (syscall_parse_xml): Ditto.
8326 * xml-tdesc.c (tdesc_parse_xml): Ditto.
8327
314d366a
KB
83282011-01-24 Kevin Buettner <kevinb@redhat.com>
8329
8330 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
8331 with remote-mips.o added to gdb_target_obs.
8332 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
8333
a491d753
PA
83342011-01-24 Pedro Alves <pedro@codesourcery.com>
8335
8336 * ada-valprint.c (val_print_packed_array_elements): Pass the
8337 correct struct value to val_print.
8338 (ada_val_print_1): Ditto.
8339
490f124f
PA
83402011-01-24 Pedro Alves <pedro@codesourcery.com>
8341
8342 Don't lose embedded_offset in printing routines throughout.
8343
8344 * valprint.h (val_print_array_elements): Change prototype.
8345 * valprint.c (val_print_array_elements): Add `embedded_offset'
8346 parameter, and adjust to pass it down to val_print, while passing
8347 `valaddr' or `address' unmodified. Take embedded_offset into
8348 account when checking repetitions.
8349 * c-valprint.c (c_val_print): Pass embedded_offset to
8350 val_print_array_elements instead of adjusting `valaddr' and
8351 `address'.
8352 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
8353 embedded_offset to val_print_array_elements instead of adjusting
8354 `valaddr'.
8355 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
8356 * p-valprint.c (pascal_val_print): Pass embedded_offset to
8357 val_print_array_elements and pascal_object_print_value_fields
8358 instead of adjusting `valaddr'.
8359 (pascal_object_print_value_fields): Add `offset' parameter, and
8360 adjust to use it.
8361 (pascal_object_print_value): Add `offset' parameter, and adjust to
8362 use it.
8363 (pascal_object_print_static_field): Use
8364 value_contents_for_printing/value_embedded_offset, rather than
8365 value_contents.
8366 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
8367 parameter, and adjust to use it. Use
8368 value_contents_for_printing/value_embedded_offset, rather than
8369 value_contents.
8370 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
8371 (ada_val_print_array): Add `offset' parameter, and adjust to use
8372 it.
8373 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
8374 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
8375 Instead work with offsets. Use
8376 value_contents_for_printing/value_embedded_offset, rather than
8377 value_contents. Change `defer_val_int' local type to CORE_ADDR,
8378 and use value_from_pointer to extract a target pointer, rather
8379 than value_from_longest.
8380 (print_variant_part): Add `offset' parameter. Replace
8381 `outer_valaddr' parameter by a new `outer_offset' parameter.
8382 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
8383 (ada_value_print): Use
8384 value_contents_for_printing/value_embedded_offset, rather than
8385 value_contents.
8386 (print_record): Add `offset' parameter, and adjust to pass it
8387 down.
8388 (print_field_values): Add `offset' parameter. Replace
8389 `outer_valaddr' parameter by a new `outer_offset' parameter.
8390 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
8391 Use value_contents_for_printing/value_embedded_offset, rather than
8392 value_contents.
8393 * d-valprint.c (dynamic_array_type): Use
8394 value_contents_for_printing/value_embedded_offset, rather than
8395 value_contents.
8396 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
8397 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
8398 (java_print_value_fields): Take `offset' into account. Don't
8399 re-adjust `valaddr'. Instead pass down adjusted offsets.
8400 (java_val_print): Take `embedded_offset' into account. Pass it to
8401 java_print_value_fields.
8402 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
8403 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
8404 down adjusted offsets.
8405 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
8406 (f_val_print): Take `embedded_offset' into account.
8407
7bfc9434
JB
84082011-01-21 Joel Brobecker <brobecker@adacore.com>
8409
8410 * inflow.c: Include "gdbcmd.h".
8411 (interactive_mode): New static global, moved here from top.c.
8412 (show_interactive_mode): New function, moved here from top.c.
8413 use gdb_has_a_terminal instead of input_from_terminal_p to
8414 determine the current mode.
8415 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
8416 setting.
8417 (_initialize_inflow): Add the "set/show interactive-mode"
8418 commands. Moved here from top.c, after having adjusted slightly
8419 the help text.
8420 * top.c (interactive_mode, show_interactive_mode): Delete, moved
8421 to inflow.c.
8422 (input_from_terminal_p): Remove handling of "interactive-mode"
8423 setting, moved to infow.c.
8424 (init_main): Remove creation of the "set/show interactive-mode"
8425 commands, moved to inflow.c.
8426
44603653
JB
84272011-01-19 Joel Brobecker <brobecker@adacore.com>
8428
8429 * NEWS: Add entry for native ia64-hpux support.
8430
4694da01
TT
84312011-01-19 Tom Tromey <tromey@redhat.com>
8432
8433 PR mi/8618:
8434 * thread.c (free_thread): Free 'name'.
8435 (print_thread_info): Emit thread name. Change CLI output.
8436 (thread_name_command): New function.
8437 (do_captured_thread_select): Emit newline.
8438 (_initialize_thread): Register 'thread name' command.
8439 * target.h (struct target_ops) <to_thread_name>: New field.
8440 (target_thread_name): New macro.
8441 * target.c (update_current_target): Handle to_thread_name.
8442 * python/py-infthread.c (thpy_get_name): New function.
8443 (thpy_set_name): Likewise.
8444 (thread_object_getset): Add "name".
8445 * linux-nat.c (linux_nat_thread_name): New function.
8446 (linux_nat_add_target): Set to_thread_name.
8447 * gdbthread.h (struct thread_info) <name>: New field.
8448
10d44370
JB
84492011-01-18 Joel Brobecker <brobecker@adacore.com>
8450
8451 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
8452 (ada_val_print_1): Likewise.
8453
e3acb115
JB
84542011-01-18 Joel Brobecker <brobecker@adacore.com>
8455
8456 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
8457 upper limit address is not greater than the function end address
8458 when the upper limit could not be computed using the debugging
8459 info.
8460
dc92e161
TT
84612011-01-17 Tom Tromey <tromey@redhat.com>
8462
8463 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
8464 get_regcomp_error.
8465 * utils.c: Include gdb_regex.h.
8466 (do_regfree_cleanup): New function.
8467 (make_regfree_cleanup): Likewise.
8468 (get_regcomp_error): Likewise.
8469 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
8470
f55af66d
TT
84712011-01-17 Tom Tromey <tromey@redhat.com>
8472
8473 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
8474 re_compile_fastmap.
8475
a5a44b53
PM
84762011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
8477
8478 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
8479 for internal variables.
8480 (last_was_structop): New static variable.
8481 (COMPLETE): New token.
8482 (field_exp): New rule to group all '.' suffix handling.
8483 Add mark_struct_expression calls when approriate to be able
8484 to correctly find fields for completion.
8485 (yylex): Adapt to handle field completion and set INTVAR when
8486 required.
8487
2c291032
YQ
84882011-01-14 Yao Qi <yao@codesourcery.com>
8489
8490 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
8491 save_reggroup, restore_reggroup and all_reggroup.
8492
447b483c
JB
84932011-01-14 Joel Brobecker <brobecker@adacore.com>
8494
8495 * ada-valprint. (ada_printchar): Use the correct type length
8496 in call to ada_emit_char.
8497 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
8498
7b64a93b
PM
84992011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
8500
8501 * solib-som.h (hpux_major_release): Declare variable here.
8502 * solib-som.c: Remove <sys/utsname.h> header.
8503 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
8504 (hpux_major_release): Make global, change default value to
8505 DEFAULT_HPUX_MAJOR_RELEASE.
f2eb0bc8 8506 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
7b64a93b
PM
8507 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
8508 Add "solib-som.h" header.
8509 (set_hpux_major_release): New function.
8510 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
8511
4e18c053
MF
85122011-01-14 Mike Frysinger <vapier@gentoo.org>
8513
8514 * configure.tgt (*-*-uclinux*): Match more Linux os targets
8515
a9df6b22
JB
85162011-01-14 Joel Brobecker <brobecker@adacore.com>
8517
8518 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
8519 new-line at end of warning message.
8520 (ia64_hpux_store_register): Remove trailing new-line at end of
8521 error message.
8522 * ia64-hpux-tdep.c: Rephrase comment.
8523 * solib-ia64-hpux.c (struct dld_info): Change type of field
8524 dld_flags from "long long" to ULONGEST.
8525
ecb956dd
PA
85262011-01-14 Pedro Alves <pedro@codesourcery.com>
8527
8528 * target.h (deprecated_child_ops): Delete declaration.
8529 * target.c (deprecated_child_ops): Delete definition.
8530
76adfcae
PA
85312011-01-14 Pedro Alves <pedro@codesourcery.com>
8532
8533 * Makefile.in (hpux-thread.o): Delete rule.
8534 * configure.ac: Don't check for HPUX DCE threads support.
8535 * configure, config.in: Regenerate.
8536 * hppa-hpux-nat.c (child_suppress_run): Delete.
8537 (hppa_hpux_child_can_run): Delete.
8538 (_initialize_hppa_hpux_nat): Don't override to_can_run.
8539 * hpux-thread.c: Delete.
8540
042e866e
JB
85412011-01-13 Joel Brobecker <brobecker@adacore.com>
8542
8543 * hpux-thread.c (hpux_pid_to_str): Delete.
8544
4ffa5a33
JB
85452011-01-13 Joel Brobecker <brobecker@adacore.com>
8546
8547 * ada-valprint.c (ada_emit_char): Remove strange code.
8548 Check that c is <= UCHAR_MAX before passing it to isascii.
8549 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
8550
de8fa76c
JB
85512011-01-13 Joel Brobecker <brobecker@adacore.com>
8552
8553 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
8554 to the case where instream is stdin.
8555
c4de7027
JB
85562011-01-13 Joel Brobecker <brobecker@adacore.com>
8557
8558 * ia64-tdep.h (struct regcache): Forward declare.
8559 (struct ia64_infcall_ops): New struct type.
8560 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
8561 and "infcall_ops".
8562 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
8563 Renames ia64_find_global_pointer.
8564 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
8565 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
8566 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
8567 methods.
8568 (ia64_infcall_ops): New static global constant.
8569 (ia64_gdbarch_init): Set tdep->infcall_ops.
8570 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
8571 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
8572 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
8573 (ia64_hpux_dummy_code): New static global constant.
8574 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
8575 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
8576 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
8577 New function.
8578 (ia64_hpux_infcall_ops): New static global constant.
8579 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
8580 for inferior function calls to work properly on ia64-hpux.
8581
77ca787b
JB
85822011-01-13 Joel Brobecker <brobecker@adacore.com>
8583
8584 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
8585 * ia64-tdep.h (struct frame_info): forward declaration.
8586 (struct gdbarch_tdep): Add field size_of_register_frame.
8587 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
8588 to determine the size of the register frame.
8589 (ia64_size_of_register_frame): New function.
8590 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
8591 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
8592 (IA64_HPUX_UREG_REASON): New macro.
8593 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
8594 New functions.
8595 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
8596 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
8597 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
8598 objects.
8599
92c9a463
JB
86002011-01-13 Joel Brobecker <brobecker@adacore.com>
8601
8602 Add support for ia64-hpux.
8603 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
8604 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
8605
8606 * configure.host: Add handling for ia64-hpux hosts. Add associated
8607 floatformats.
8608 * configure.tgt: Add handling for ia64-hpux targets.
8609 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
8610 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
8611 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
8612
f688d93f
JB
86132011-01-13 Joel Brobecker <brobecker@adacore.com>
8614
8615 [ttrace] Compute thread list immediately after attach.
8616 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
8617 New subprogram.
8618 (inf_ttrace_attach): Use it.
8619
1b89e62f
JB
86202011-01-13 Joel Brobecker <brobecker@adacore.com>
8621
8622 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
8623 if we could not determine the frame's function address. Instead,
8624 use the frame's PC, and then continue.
8625
3e5e6e2a
JB
86262011-01-13 Joel Brobecker <brobecker@adacore.com>
8627
8628 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
8629 not already defined.
8630
825d6d8a
JB
86312011-01-13 Joel Brobecker <brobecker@adacore.com>
8632
8633 * ia64-tdep.c (ia64_struct_type_p): New function.
8634 (ia64_extract_return_value): Handle integral values that are
8635 less than 8 bytes long.
8636 (ia64_push_dummy_call): Likewise.
8637
7458e667
JB
86382011-01-13 Joel Brobecker <brobecker@adacore.com>
8639
8640 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
8641 floatformat_ia64_ext.
8642 (floatformat_ia64_ext_big): New static const.
8643 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
8644
1b05df00
TT
86452011-01-12 Tom Tromey <tromey@redhat.com>
8646
8647 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
8648 messages.
8649 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
8650 (mi_cmd_thread_list_ids): Likewise.
8651 (mi_cmd_data_list_changed_registers): Likewise.
8652 (mi_cmd_data_list_register_values): Likewise.
8653 (mi_cmd_data_write_register_values): Likewise.
8654 (mi_cmd_data_evaluate_expression): Likewise.
8655 (mi_cmd_data_read_memory): Likewise.
8656 (mi_cmd_data_read_memory_bytes): Likewise.
8657 (mi_cmd_data_write_memory): Likewise.
8658 (mi_cmd_enable_timings): Likewise.
8659 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
8660 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
8661 (mi_cmd_var_delete): Likewise.
8662 (mi_cmd_var_set_format): Likewise.
8663 (mi_cmd_var_show_format): Likewise.
8664 (mi_cmd_var_info_num_children): Likewise.
8665 (mi_cmd_var_list_children): Likewise.
8666 (mi_cmd_var_info_type): Likewise.
8667 (mi_cmd_var_info_expression): Likewise.
8668 (mi_cmd_var_show_attributes): Likewise.
8669 (mi_cmd_var_assign): Likewise.
8670 (mi_cmd_var_update): Likewise.
8671 (mi_cmd_enable_pretty_printing): Likewise.
8672 (mi_cmd_var_set_update_range): Likewise.
8673 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
8674 messages.
8675 (mi_cmd_target_file_put): Likewise.
8676 (mi_cmd_target_file_delete): Likewise.
8677 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
8678 messages.
8679 (mi_cmd_stack_info_depth): Likewise.
8680 (mi_cmd_stack_list_locals): Likewise.
8681 (mi_cmd_stack_list_args): Likewise.
8682 (mi_cmd_stack_select_frame): Likewise.
8683 (mi_cmd_stack_select_frame): Likewise.
8684 (mi_cmd_stack_info_frame): Likewise.
8685 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
8686 messages.
8687 (mi_cmd_file_list_exec_source_files): Likewise.
8688 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
8689 (mi_cmd_env_cd): Likewise.
8690 (mi_cmd_env_path): Likewise.
8691 (mi_cmd_env_dir): Likewise.
8692 (mi_cmd_inferior_tty_show): Likewise.
8693 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
8694 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
8695 (mi_cmd_break_watch): Likewise.
8696
ad422571
TJB
86972011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
8698
8699 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
8700 (ppc_linux_insert_hw_breakpoint): Likewise.
8701 (ppc_linux_remove_hw_breakpoint): Likewise.
8702 (ppc_linux_insert_watchpoint): Likewise.
8703
c2ff108b
JK
87042011-01-12 Andrew Burgess <aburgess@broadcom.com>
8705 Jan Kratochvil <jan.kratochvil@redhat.com>
8706
8707 PR fortran/11104 and DWARF unbound arrays detection.
8708 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
8709 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
8710 unspecified upper bound.
8711 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
8712 variables array_size_array, tmp_type and offset_item. New variable
8713 array. Remove call to f77_get_upperbound. New variables array_type
8714 and index. Call value_subscripted_rvalue for each dimenasion. Remove
8715 the final call to deprecated_set_value_type.
8716
41e8491f
JK
87172011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8718
8719 Make value allocations more lazy.
8720 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
8721 instead of allocate_value and set_value_lazy when possible.
f2eb0bc8 8722 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
41e8491f
JK
8723 instead of allocate_value and set_value_lazy.
8724 * findvar.c (value_of_register_lazy): Likewise.
8725 (read_var_value): Remove V preallocation, call just check_typedef in
f2eb0bc8 8726 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
41e8491f
JK
8727 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
8728 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
8729 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
8730 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
8731 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
8732 the end, remove set_value_lazy there.
8733 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
8734 instead of allocate_value and set_value_lazy when possible.
8735 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
8736 * value.c (allocate_computed_value): Use allocate_value_lazy instead
8737 of allocate_value and set_value_lazy.
8738 (value_from_contents_and_address): Use allocate_value_lazy instead of
8739 allocate_value and set_value_lazy when possible.
8740
b716877b
AB
87412011-01-12 Andrew Burgess <aburgess@broadcom.com>
8742
8743 * disasm.c (dump_insns): Support dumping opcodes for MI.
8744 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
8745 dumping of instruction opcodes.
8746
d5ae309f
JB
87472011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
8748
8749 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
8750 appropiately.
8751
98871305
TT
87522011-01-11 Tom Tromey <tromey@redhat.com>
8753
8754 * thread.c (do_captured_thread_select): Emit newline before
8755 printing frame.
8756
c378eb4e
MS
87572011-01-11 Michael Snyder <msnyder@vmware.com>
8758
8759 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
8760 * score-tdep.c: Ditto.
8761 * score-tdep.h: Ditto.
8762 * ser-base.c: Ditto.
8763 * ser-go32.c: Ditto.
8764 * serial.c: Ditto.
8765 * serial.h: Ditto.
8766 * ser-mingw.c: Ditto.
8767 * ser-pipe.c: Ditto.
8768 * ser-tcp.c: Ditto.
8769 * ser-unix.c: Ditto.
8770 * sh64-tdep.c: Ditto.
8771 * shnbsd-nat.c: Ditto.
8772 * sh-tdep.c: Ditto.
8773 * sh-tdep.h: Ditto.
8774 * solib.c: Ditto.
8775 * solib-darwin.c: Ditto.
8776 * solib-frv.c: Ditto.
8777 * solib.h: Ditto.
8778 * solib-irix.c: Ditto.
8779 * solib-osf.c: Ditto.
8780 * solib-pa64.c: Ditto.
8781 * solib-som.c: Ditto.
8782 * solib-spu.c: Ditto.
8783 * solib-sunos.c: Ditto.
8784 * solib-svr4.c: Ditto.
8785 * solist.h: Ditto.
8786 * sol-thread.c: Ditto.
8787 * somread.c: Ditto.
8788 * source.c: Ditto.
8789 * source.h: Ditto.
8790 * sparc64-linux-tdep.c: Ditto.
8791 * sparc64-tdep.c: Ditto.
8792 * sparc-linux-nat.c: Ditto.
8793 * sparc-linux-tdep.c: Ditto.
8794 * sparc-sol2-nat.c: Ditto.
8795 * sparc-sol2-tdep.c: Ditto.
8796 * sparc-tdep.c: Ditto.
8797 * sparc-tdep.h: Ditto.
8798 * spu-tdep.c: Ditto.
8799 * stabsread.c: Ditto.
8800 * stabsread.h: Ditto.
8801 * stack.c: Ditto.
8802 * symfile.c: Ditto.
8803 * symfile.h: Ditto.
8804 * symmisc.c: Ditto.
8805 * symtab.c: Ditto.
8806 * symtab.h: Ditto.
8807 * target.c: Ditto.
8808 * target-descriptions.c: Ditto.
8809 * target-descriptions.h: Ditto.
8810 * target.h: Ditto.
8811 * target-memory.c: Ditto.
8812 * terminal.h: Ditto.
8813 * thread.c: Ditto.
8814 * top.c: Ditto.
8815 * tracepoint.c: Ditto.
8816 * tracepoint.h: Ditto.
8817 * trad-frame.h: Ditto.
8818 * typeprint.c: Ditto.
8819
581e13c1
MS
88202011-01-11 Michael Snyder <msnyder@vmware.com>
8821
8822 * ui-file.c: Comment cleanup, mostly periods and spaces.
8823 * ui-file.h: Ditto.
8824 * ui-out.c: Ditto.
8825 * ui-out.h: Ditto.
8826 * utils.c: Ditto.
8827 * v850-tdep.c: Ditto.
8828 * valarith.c: Ditto.
8829 * valops.c: Ditto.
8830 * valprint.c: Ditto.
8831 * valprint.h: Ditto.
8832 * value.c: Ditto.
8833 * value.h: Ditto.
8834 * varobj.c: Ditto.
8835 * varobj.h: Ditto.
8836 * vax-tdep.c: Ditto.
8837 * vec.c: Ditto.
8838 * vec.h: Ditto.
8839 * version.h: Ditto.
8840 * windows-nat.c: Ditto.
8841 * windows-tdep.c: Ditto.
8842 * xcoffread.c: Ditto.
8843 * xcoffsolib.c: Ditto.
8844 * xml-support.c: Ditto.
8845 * xstormy16-tdep.c: Ditto.
8846 * xtensa-tdep.c: Ditto.
8847 * xtensa-tdep.h: Ditto.
8848
90e4670f
TJB
88492011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
8850
8851 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
8852 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
8853
e09342b5
TJB
88542011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8855 Thiago Jung Bauermann <bauerman@br.ibm.com>
8856
8857 Implement support for PowerPC BookE ranged watchpoints.
f2eb0bc8 8858 * breakpoint.h
e09342b5
TJB
8859 (struct breakpoint_ops) <resources_needed>: New method.
8860 Initialize to NULL in all existing breakpoint_ops instances.
8861 (struct breakpoint) <exact>: New field.
8862 (target_exact_watchpoints): Declare external global.
8863 * breakpoint.c (target_exact_watchpoints): New global flag.
8864 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
8865 b->enable_state to bp_enabled before calling
8866 hw_watchpoint_used_count.
8867 (hw_watchpoint_used_count): Iterate over all bp_locations in a
8868 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
8869 if available.
8870 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
8871 if the watchpoint is exact.
8872 (resources_needed_watchpoint): New function.
8873 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
8874 (watch_command_1): Set b->exact if the user asked for an exact
8875 watchpoint and one can be set.
8876 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
8877 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
8878 the user asks for an exact watchpoint and one can be set. Return
8879 number of needed debug registers to watch the expression.
8880 * gdbtypes.c (is_scalar_type): New function, based on
8881 valprint.c:scalar_type_p.
8882 (is_scalar_type_recursive): New function.
8883 * gdbtypes.h (is_scalar_type_recursive): Declare.
8884 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
8885 handle regions when ranged watchpoints are available.
8886 (create_watchpoint_request): New function.
8887 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
8888 create_watchpoint_request.
8889 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
8890 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
8891 `set powerpc' and `show powerpc' commands.
8892 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
8893 Mention documentation comment in the target macro.
8894 (target_region_ok_for_hw_watchpoint): Document return value.
8895
9fa40276
TJB
88962011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
8897
8898 * breakpoint.c (update_watchpoint): Decide on using a software or
8899 hardware watchpoint after the bp_locations are created.
8900
77b06cd7
TJB
89012010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
8902
8903 Convert hardware watchpoints to use breakpoint_ops.
8904 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
8905 <insert_location>: ... this. Return int instead of void.
8906 Accept pointer to struct bp_location instead of pointer to
8907 struct breakpoint. Adapt all implementations.
f2eb0bc8 8908 (breakpoint_ops) <remove>: Rename to...
77b06cd7
TJB
8909 <remove_location>: ... this. Accept pointer to struct bp_location
8910 instead of pointer to struct breakpoint. Adapt all implementations.
8911 * breakpoint.c (insert_catchpoint): Delete function.
8912 (insert_bp_location): Call the watchpoint or catchpoint's
8913 breakpoint_ops.insert method.
8914 (remove_breakpoint_1): Call the watchpoint or catchpoint's
8915 breakpoint_ops.remove method.
8916 (insert_watchpoint, remove_watchpoint): New functions.
8917 (watchpoint_breakpoint_ops): New structure.
8918 (watch_command_1): Initialize the OPS field.
8919 * inf-child.c (inf_child_insert_fork_catchpoint)
8920 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
8921 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
8922 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
8923 Delete functions.
8924 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
8925 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
8926 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
8927 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
8928 * target.c (update_current_target): Change default implementation of
8929 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
8930 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
8931 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
8932 to_set_syscall_catchpoint to return_one.
8933 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
8934 (debug_to_insert_exec_catchpoint): Report return value.
8935 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
8936 (to_insert_exec_catchpoint): Change declaration to return int instead
8937 of void.
8938
9b20d036
MS
89392011-01-11 Michael Snyder <msnyder@vmware.com>
8940
8941 * arm-tdep.c: Internationalization.
8942 * c-lang.c: Ditto.
8943 * charset.c: Ditto.
8944 * fork-child.c: Ditto.
8945 * nto-procfs.c: Ditto.
8946 * ppc-sysv-tdep.c: Ditto.
8947 * procfs.c: Ditto.
8948 * remote-mips.c: Ditto.
8949 * remote.c: Ditto.
8950 * rs6000-nat.c: Ditto.
8951 * rs6000-tdep.c: Ditto.
8952 * target.c: Ditto.
8953 * valops.c: Ditto.
8954 * value.c: Ditto.
8955 * xml-support.c: Ditto.
8956 * mi/mi-cmd-break.c: Ditto.
8957 * mi/mi-cmd-var.c: Ditto.
8958 * mi/mi-interp.c: Ditto.
8959 * mi/mi-main.c: Ditto.
8960
dae477fe
AB
89612011-01-11 Andrew Burgess <aburgess@broadcom.com>
8962
8963 * remote-sim.c (gdbsim_store_register): Update API to
8964 sim_store_register to check more error conditions.
8965
0df8b418
MS
89662011-01-10 Michael Snyder <msnyder@vmware.com>
8967
8968 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
8969 * nto-tdep.c: Ditto.
8970 * nto-tdep.h: Ditto.
8971 * objc-exp.y: Ditto.
8972 * objc-lang.c: Ditto.
8973 * objfiles.c: Ditto.
8974 * objfiles.h: Ditto.
8975 * observer.c: Ditto.
8976 * opencl-lang.c: Ditto.
8977 * osabi.c: Ditto.
8978 * parse.c: Ditto.
8979 * parser-defs.h: Ditto.
8980 * p-exp.y: Ditto.
8981 * p-lang.c: Ditto.
8982 * posix-hdep.c: Ditto.
8983 * ppcbug-rom.c: Ditto.
8984 * ppc-linux-nat.c: Ditto.
8985 * ppc-linux-tdep.c: Ditto.
8986 * ppc-linux-tdep.h: Ditto.
8987 * ppcnbsd-tdep.c: Ditto.
8988 * ppcobsd-tdep.c: Ditto.
8989 * ppcobsd-tdep.h: Ditto.
8990 * ppc-sysv-tdep.c: Ditto.
8991 * ppc-tdep.h: Ditto.
8992 * printcmd.c: Ditto.
8993 * proc-abi.c: Ditto.
8994 * proc-flags.c: Ditto.
8995 * procfs.c: Ditto.
8996 * proc-utils.h: Ditto.
8997 * progspace.h: Ditto.
8998 * prologue-value.c: Ditto.
8999 * prologue-value.h: Ditto.
9000 * psympriv.h: Ditto.
9001 * psymtab.c: Ditto.
9002 * p-typeprint.c: Ditto.
9003 * p-valprint.c: Ditto.
9004 * ravenscar-sparc-thread.c: Ditto.
9005 * ravenscar-thread.c: Ditto.
9006 * ravenscar-thread.h: Ditto.
9007 * record.c: Ditto.
9008 * regcache.c: Ditto.
9009 * regcache.h: Ditto.
9010 * remote.c: Ditto.
9011 * remote-fileio.c: Ditto.
9012 * remote-fileio.h: Ditto.
9013 * remote.h: Ditto.
9014 * remote-m32r-sdi.c: Ditto.
9015 * remote-mips.c: Ditto.
9016 * remote-sim.c: Ditto.
9017 * rs6000-aix-tdep.c: Ditto.
9018 * rs6000-nat.c: Ditto.
9019 * rs6000-tdep.c: Ditto.
9020
0d7a18f7
MS
90212011-01-10 Michael Snyder <msnyder@vmware.com>
9022
9023 * charset.c (validate): Internationalization.
9024 * coffread.c (read_one_sym): Ditto.
9025 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
9026 * h8300-tdep.c (H8300_extract_return_value): Ditto.
9027 * inflow.c (new_tty): Ditto.
9028 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
9029 * m32c-tdep.c (m32c_return_value): Ditto.
9030 * mep-tdep.c (mep_store_return_value): Ditto.
9031 * score-tdep.c (score7_fetch_insn): Ditto.
9032 * ser-mingw.c (pipe_windows_open): Ditto.
9033 * sh64-tdep.c (sh64_extract_return_value): Ditto.
9034 * spu-tdep.c (spu_register_type): Ditto.
9035 * tracepoint.c (trace_find_command): Ditto.
9036 * valarith.c (value_pos): Ditto.
9037
9a153e0b
JB
90382011-01-10 Joel Brobecker <brobecker@adacore.com>
9039
9040 * ada-valprint.c (printstr): Minor comment reformatting.
9041
35ecd2d6
MS
90422011-01-08 Michael Snyder <msnyder@vmware.com>
9043
9044 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
9045 markup.
9046
1777feb0
MS
90472011-01-08 Michael Snyder <msnyder@vmware.com>
9048
9049 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
9050 * hppa-hpux-tdep.c: Ditto.
9051 * hppa-linux-nat.c: Ditto.
9052 * hppa-linux-tdep.c: Ditto.
9053 * hppanbsd-tdep.c: Ditto.
9054 * hppa-tdep.c: Ditto.
9055 * hppa-tdep.h: Ditto.
9056 * hpux-thread.c: Ditto.
9057 * i386-cygwin-tdep.c: Ditto.
9058 * i386-darwin-nat.c: Ditto.
9059 * i386gnu-nat.c: Ditto.
9060 * i386-linux-nat.c: Ditto.
9061 * i386-linux-tdep.c: Ditto.
9062 * i386-nat.c: Ditto.
9063 * i386-nat.h: Ditto.
9064 * i386nbsd-tdep.c: Ditto.
9065 * i386-sol2-nat.c: Ditto.
9066 * i386-stub.c: Ditto.
9067 * i386-tdep.c: Ditto.
9068 * i386-tdep.h: Ditto.
9069 * i387-tdep.c: Ditto.
9070 * ia64-linux-nat.c: Ditto.
9071 * ia64-linux-tdep.c: Ditto.
9072 * ia64-tdep.c: Ditto.
9073 * infcall.c: Ditto.
9074 * infcall.h: Ditto.
9075 * infcmd.c: Ditto.
9076 * inferior.c: Ditto.
9077 * inferior.h: Ditto.
9078 * infloop.c: Ditto.
9079 * inflow.c: Ditto.
9080 * infrun.c: Ditto.
9081 * interps.c: Ditto.
9082 * interps.h: Ditto.
9083 * iq2000-tdep.c: Ditto.
9084 * irix5-nat.c: Ditto.
9085 * jit.c: Ditto.
9086 * jit.h: Ditto.
9087 * jv-exp.y: Ditto.
9088 * jv-lang.c: Ditto.
9089 * jv-lang.h: Ditto.
9090 * jv-typeprint.c: Ditto.
9091 * jv-valprint.c: Ditto.
9092 * language.c: Ditto.
9093 * language.h: Ditto.
9094 * linespec.c: Ditto.
9095 * linux-fork.c: Ditto.
9096 * linux-nat.c: Ditto.
9097 * linux-thread-db.c: Ditto.
9098 * lm32-tdep.c: Ditto.
9099
025bb325
MS
91002011-01-08 Michael Snyder <msnyder@vmware.com>
9101
9102 * m2-exp.y: Comment cleanup, mostly periods and spaces.
9103 * m2-lang.c: Ditto.
9104 * m2-typeprint.c: Ditto.
9105 * m2-valprint.c: Ditto.
9106 * m32c-tdep.c: Ditto.
9107 * m32r-linux-nat.c: Ditto.
9108 * m32r-rom.c: Ditto.
9109 * m32r-tdep.c: Ditto.
9110 * m32r-tdep.h: Ditto.
9111 * m68hc11-tdep.c: Ditto.
9112 * m58klinux-nat.c: Ditto.
9113 * m68k-tdep.c: Ditto.
9114 * m88k-tdep.c: Ditto.
9115 * m88k-tdep.h: Ditto.
9116 * machoread.c: Ditto.
9117 * macrocmd.c: Ditto.
9118 * macroexp.c: Ditto.
9119 * macrotab.c: Ditto.
9120 * main.c: Ditto.
9121 * maint.c: Ditto.
9122 * mdebugread.c: Ditto.
9123 * mdebugread.h: Ditto.
9124 * memattr.c: Ditto.
9125 * memattr.h: Ditto.
9126 * memory-map.h: Ditto.
9127 * mep-tdep.c: Ditto.
9128 * microblaze-rom.c: Ditto.
9129 * microblaze-tdep.c: Ditto.
9130 * minsyms.c: Ditto.
9131 * mips-irix-tdep.c: Ditto.
9132 * mips-linux-nat.c: Ditto.
9133 * mips-linux-tdep.c: Ditto.
9134 * mips-linux-tdep.h: Ditto.
9135 * mipsnbsd-nat.c: Ditto.
9136 * mipsnbsd-tdep.c: Ditto.
9137 * mipsread.c: Ditto.
9138 * mips-tdep.c: Ditto.
9139 * mips-tdep.h: Ditto.
9140 * mn10300-linux-tdep.c: Ditto.
9141 * mn10300-tdep.c: Ditto.
9142 * mn10300-tdep.h: Ditto.
9143 * monitor.c: Ditto.
9144 * monitor.h: Ditto.
9145 * moxie-tdep.c: Ditto.
9146 * moxie-tdep.h: Ditto.
9147 * mt-tdep.c: Ditto.
9148
1642781b
MF
91492011-01-08 Mike Frysinger <vapier@gentoo.org>
9150
9151 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
9152
394b0adb
JB
91532011-01-08 Robert Millan <rmh@gnu.org>
9154
9155 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
9156
b670013c
MS
91572011-01-07 Michael Snyder <msnyder@vmware.com>
9158
9159 * charset.c (_initialize_charset): Fix typo in string.
9160
a743e542
MS
91612011-01-07 Michael Snyder <msnyder@vmware.com>
9162
9163 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
9164 for i18n.
f2eb0bc8 9165 * tui/tui-layout.c (tui_set_layout_for_display_command):
a743e542
MS
9166 Split line so that operator goes to beginning of line.
9167 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
9168 assignment out of if statement.
9169
0963b4bd
MS
91702011-01-07 Michael Snyder <msnyder@vmware.com>
9171
9172 * ada-lang.c: Comment cleanup, mostly periods and spaces.
9173 * ada-lang.h: Ditto.
9174 * ada-tasks.c: Ditto.
9175 * ada-valprint.c: Ditto.
9176 * aix-threads.c: Ditto.
9177 * alpha-linux-nat.c: Ditto.
9178 * alpha-linux-tdep.c: Ditto.
9179 * alpha-mdebug-tdep.c: Ditto.
9180 * alpha-nat.c: Ditto.
9181 * alpha-osf1-tdep.c: Ditto.
9182 * alpha-tdep.c: Ditto.
9183 * alphabsd-nat.c: Ditto.
9184 * alphabsd-tdep.c: Ditto.
9185 * amd64-darwin-tdep.c: Ditto.
9186 * amd64-linux-nat.c: Ditto.
9187 * amd64-linux-tdep.c: Ditto.
9188 * amd64-sol2-tdep.c: Ditto.
9189 * amd64-tdep.c: Ditto.
9190 * amd64-fbsd-tdep.c: Ditto.
9191 * amd64-nbsd-tdep.c: Ditto.
9192 * amd64-obsd-tdep.c: Ditto.
9193 * amd64-linux-nat.c: Ditto.
9194 * amd64-linux-tdep.c: Ditto.
9195 * arm-tdep.c: Ditto.
9196 * arm-tdep.h: Ditto.
9197 * armnbsd-nat.c: Ditto.
9198 * avr-tdep.c: Ditto.
9199 * bfin-tdep.c: Ditto.
9200 * bsd-kvm.c: Ditto.
9201 * c-typeprintc: Ditto.
9202 * c-valprint.c: Ditto.
9203 * coff-pe-read.h: Ditto.
9204 * coffreead.c: Ditto.
9205 * cris-tdep.c: Ditto.
9206 * d-lang.c: Ditto.
9207 * darwin-nat-info.c: Ditto.
9208 * darwin-nat.c: Ditto.
9209 * dbug-rom.c: Ditto.
9210 * dbxread.c: Ditto.
9211 * dcache.c: Ditto.
9212 * dcache.h: Ditto.
9213 * dec-thread.c: Ditto.
9214 * defs.h: Ditto.
9215 * demangle.c: Ditto.
9216 * dicos-tdep.c: Ditto.
9217 * dictionary.c: Ditto.
9218 * dictionary.h: Ditto.
9219 * dink32-rom.c: Ditto.
9220 * disasm.c: Ditto.
9221 * doublest.c: Ditto.
9222 * dsrec.c: Ditto.
9223 * dummy-frame.c: Ditto.
9224 * dwarf2-frame.c: Ditto.
9225 * dwarf2expr.c: Ditto.
9226 * dwarf2loc.c: Ditto.
9227 * dwarf2read.c: Ditto.
9228 * elfread.c: Ditto.
9229 * environ.c: Ditto.
9230 * eval.c: Ditto.
9231 * event-top.h: Ditto.
9232 * exceptions.c: Ditto.
9233 * exceptions.h: Ditto.
9234 * exec.c: Ditto.
9235 * expprint.c: Ditto.
9236 * expression.h: Ditto.
9237 * f-exp.y: Ditto.
9238 * f-lang.c: Ditto.
9239 * f-lang.h: Ditto.
9240 * f-typeprint.c: Ditto.
9241 * f-valprint.c: Ditto.
9242 * fbsd-nat.c: Ditto.
9243 * findvar.c: Ditto.
9244 * fork-child.c: Ditto.
9245 * frame.c: Ditto.
9246 * frame.h: Ditto.
9247 * frv-linux-tdep.c: Ditto.
9248 * frv-tdep.c: Ditto.
9249 * gcore.c: Ditto.
9250 * gdb-stabs.h: Ditto.
9251 * gdb_assert.h: Ditto.
9252 * gdb_string.h: Ditto.
9253 * gdb_thread_db.h: Ditto.
9254 * gdb_wait.h: Ditto.
9255 * gdbarch.sh: Ditto.
9256 * gdbcore.h: Ditto.
9257 * gdbthread.h: Ditto.
9258 * gdbtypes.c: Ditto.
9259 * gdbtypes.h: Ditto.
9260 * gnu-nat.c: Ditto.
9261 * gnu-nat.h: Ditto.
9262 * gnu-v2-abi.c: Ditto.
9263 * gnu-v3-abi.c: Ditto.
9264 * go32-nat.c: Ditto.
9265 * gdbarch.c: Regenerate.
9266 * gdbarch.h: Regenerate.
9267
ac74f770
MS
92682011-01-07 Michael Snyder <msnyder@vmware.com>
9269
9270 * ax-gdb.c: Adjust some long output strings.
9271 * breakpoint.c: Ditto.
9272 * charset.c: Ditto.
9273 * cp-abi.c: Ditto.
9274 * infcall.c: Ditto.
9275 * infrun.c: Ditto.
9276 * linux-nat.c: Ditto.
9277 * solib-pa64.c: Ditto.
9278 * solib-som.c: Ditto.
9279
d8e22779
TT
92802011-01-06 Tom Tromey <tromey@redhat.com>
9281
9282 PR python/12367:
9283 * NEWS: Add item.
9284 * python/python.c (GdbMethods): Add "newest_frame" method.
9285 * python/python-internal.h (gdbpy_newest_frame): Declare.
9286 * python/py-frame.c (gdbpy_newest_frame): New function.
9287
a255712f
PP
92882010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9289
9290 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
9291 * jit.c (jit_debug): New variable.
9292 (show_jit_debug): New function.
9293 (struct target_buffer): Use ULONGEST.
9294 (bfd_open_from_target_memory): Likewise.
9295 (jit_register_code, jit_inferior_init): Add debug output.
9296 (_initialize_jit): Register "debug jit" command.
9297
ccfc3d6e
TT
92982011-01-06 Tom Tromey <tromey@redhat.com>
9299
9300 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
9301 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
9302 and ARCH_FRAME.
9303
57126e4a
TT
93042011-01-06 Tom Tromey <tromey@redhat.com>
9305
9306 * python/py-frame.c (frapy_block): Use get_frame_block.
9307
16dfc9ce
JB
93082011-01-06 Joel Brobecker <brobecker@adacore.com>
9309
9310 Do not stop on SIGPRIO signals by default
9311 * infrun.c (_initialize_infrun): Unset signal_stop and
9312 signal_print for TARGET_SIGNAL_PRIO.
9313
b1ce2347
JB
93142011-01-06 Joel Brobecker <brobecker@adacore.com>
9315
9316 * ada-tasks.c: Fix style violation in comment.
9317
8f7e195f
JB
93182011-01-06 Joel Brobecker <brobecker@adacore.com>
9319
9320 * linespec.c (decode_compound, find_method): Remove trailing \n
9321 at end of error string.
9322 * solib-irix.c (irix_current_sos): Likewise.
9323 * varobj.c (uninstall_variable): Likewise.
9324
e9bdf92c
JB
93252011-01-06 Joel Brobecker <brobecker@adacore.com>
9326
9327 * copyright.py: New script.
9328 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
9329 Launch emacs without exec'ing. Call copyright.py afterwards.
9330
3e43a32a
MS
93312011-01-05 Michael Snyder <msnyder@vmware.com>
9332
9333 * addrmap.c: Shorten lines of >= 80 columns.
9334 * arch-utils.c: Ditto.
9335 * arch-utils.h: Ditto.
9336 * ax-gdb.c: Ditto.
9337 * ax-general.c: Ditto.
9338 * bcache.c: Ditto.
9339 * blockframe.c: Ditto.
9340 * breakpoint.c: Ditto.
9341 * buildsym.c: Ditto.
9342 * c-lang.c: Ditto.
9343 * c-typeprint.c: Ditto.
9344 * charset.c: Ditto.
9345 * coffread.c: Ditto.
9346 * command.h: Ditto.
9347 * corelow.c: Ditto.
9348 * cp-abi.c: Ditto.
9349 * cp-namespace.c: Ditto.
9350 * cp-support.c: Ditto.
9351 * dbug-rom.c: Ditto.
9352 * dbxread.c: Ditto.
9353 * defs.h: Ditto.
9354 * dfp.c: Ditto.
9355 * dfp.h: Ditto.
9356 * dictionary.c: Ditto.
9357 * disasm.c: Ditto.
9358 * doublest.c: Ditto.
9359 * dwarf2-frame.c: Ditto.
9360 * dwarf2expr.c: Ditto.
9361 * dwarf2loc.c: Ditto.
9362 * dwarf2read.c: Ditto.
9363 * elfread.c: Ditto.
9364 * eval.c: Ditto.
9365 * event-loop.c: Ditto.
9366 * event-loop.h: Ditto.
9367 * exceptions.h: Ditto.
9368 * exec.c: Ditto.
9369 * expprint.c: Ditto.
9370 * expression.h: Ditto.
9371 * f-lang.c: Ditto.
9372 * f-valprint.c: Ditto.
9373 * findcmd.c: Ditto.
9374 * frame-base.c: Ditto.
9375 * frame-unwind.c: Ditto.
9376 * frame-unwind.h: Ditto.
9377 * frame.c: Ditto.
9378 * frame.h: Ditto.
9379 * gcore.c: Ditto.
9380 * gdb-stabs.h: Ditto.
9381 * gdb_assert.h: Ditto.
9382 * gdb_dirent.h: Ditto.
9383 * gdb_obstack.h: Ditto.
9384 * gdbcore.h: Ditto.
9385 * gdbtypes.c: Ditto.
9386 * gdbtypes.h: Ditto.
9387 * inf-ttrace.c: Ditto.
9388 * infcall.c: Ditto.
9389 * infcmd.c: Ditto.
9390 * inflow.c: Ditto.
9391 * infrun.c: Ditto.
9392 * inline-frame.h: Ditto.
9393 * language.c: Ditto.
9394 * language.h: Ditto.
9395 * libunwind-frame.c: Ditto.
9396 * libunwind-frame.h: Ditto.
9397 * linespec.c: Ditto.
9398 * linux-nat.c: Ditto.
9399 * linux-nat.h: Ditto.
9400 * linux-thread-db.c: Ditto.
9401 * machoread.c: Ditto.
9402 * macroexp.c: Ditto.
9403 * macrotab.c: Ditto.
9404 * main.c: Ditto.
9405 * maint.c: Ditto.
9406 * mdebugread.c: Ditto.
9407 * memattr.c: Ditto.
9408 * minsyms.c: Ditto.
9409 * monitor.c: Ditto.
9410 * monitor.h: Ditto.
9411 * objfiles.c: Ditto.
9412 * objfiles.h: Ditto.
9413 * osabi.c: Ditto.
9414 * p-typeprint.c: Ditto.
9415 * p-valprint.c: Ditto.
9416 * parse.c: Ditto.
9417 * printcmd.c: Ditto.
9418 * proc-events.c: Ditto.
9419 * procfs.c: Ditto.
9420 * progspace.c: Ditto.
9421 * progspace.h: Ditto.
9422 * psympriv.h: Ditto.
9423 * psymtab.c: Ditto.
9424 * record.c: Ditto.
9425 * regcache.c: Ditto.
9426 * regcache.h: Ditto.
9427 * remote-fileio.c: Ditto.
9428 * remote.c: Ditto.
9429 * ser-mingw.c: Ditto.
9430 * ser-tcp.c: Ditto.
9431 * ser-unix.c: Ditto.
9432 * serial.c: Ditto.
9433 * serial.h: Ditto.
9434 * solib-frv.c: Ditto.
9435 * solib-irix.c: Ditto.
9436 * solib-osf.c: Ditto.
9437 * solib-pa64.c: Ditto.
9438 * solib-som.c: Ditto.
9439 * solib-sunos.c: Ditto.
9440 * solib-svr4.c: Ditto.
9441 * solib-target.c: Ditto.
9442 * solib.c: Ditto.
9443 * somread.c: Ditto.
9444 * source.c: Ditto.
9445 * stabsread.c: Ditto.
9446 * stabsread.c: Ditto.
9447 * stack.c: Ditto.
9448 * stack.h: Ditto.
9449 * symfile-mem.c: Ditto.
9450 * symfile.c: Ditto.
9451 * symfile.h: Ditto.
9452 * symmisc.c: Ditto.
9453 * symtab.c: Ditto.
9454 * symtab.h: Ditto.
9455 * target-descriptions.c: Ditto.
9456 * target-memory.c: Ditto.
9457 * target.c: Ditto.
9458 * target.h: Ditto.
9459 * terminal.h: Ditto.
9460 * thread.c: Ditto.
9461 * top.c: Ditto.
9462 * tracepoint.c: Ditto.
9463 * tracepoint.h: Ditto.
9464 * ui-file.c: Ditto.
9465 * ui-file.h: Ditto.
9466 * ui-out.h: Ditto.
9467 * user-regs.c: Ditto.
9468 * user-regs.h: Ditto.
9469 * utils.c: Ditto.
9470 * valarith.c: Ditto.
9471 * valops.c: Ditto.
9472 * valprint.c: Ditto.
9473 * valprint.h: Ditto.
9474 * value.c: Ditto.
9475 * varobj.c: Ditto.
9476 * varobj.h: Ditto.
9477 * vec.h: Ditto.
9478 * xcoffread.c: Ditto.
9479 * xcoffsolib.c: Ditto.
9480 * xcoffsolib.h: Ditto.
9481 * xml-syscall.c: Ditto.
9482 * xml-tdesc.c: Ditto.
9483
9a2b4c1b
MS
94842011-01-05 Michael Snyder <msnyder@vmware.com>
9485
9486 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
9487 * cli/cli-decode.c: Ditto.
9488 * cli/cli-dump.c: Ditto.
9489 * cli/cli-logging.c: Ditto.
9490 * cli/cli-script.c: Ditto.
9491 * cli/cli-setshow.c: Ditto.
9492 * common/signals.c: Ditto.
9493 * mi/mi-cmd-break.c: Ditto.
9494 * mi/mi-cmd-disas.c: Ditto.
9495 * mi/mi-cmd-stack.c: Ditto.
9496 * mi/mi-cmd-var.c: Ditto.
9497 * mi/mi-cmds.c: Ditto.
9498 * mi/mi-common.h: Ditto.
9499 * mi/mi-console.c: Ditto.
9500 * mi/mi-interp.c: Ditto.
9501 * mi/mi-main.c: Ditto.
9502 * osf-share/cma_attr.c: Ditto.
9503 * osf-share/cma_deb_core.h: Ditto.
9504 * osf-share/cma_debug_client.h: Ditto.
9505 * osf-share/cma_handle.h: Ditto.
9506 * osf-share/cma_mutex.h: Ditto.
9507 * osf-share/cma_stack_int.h: Ditto.
9508 * osf-share/cma_tcb_defs.h: Ditto.
9509 * python/py-auto-load.c: Ditto.
9510 * python/py-breakpoint.c: Ditto.
9511 * python/py-cmd.c: Ditto.
9512 * python/py-frame.c: Ditto.
9513 * python/py-objfile.c: Ditto.
9514 * python/py-param.c: Ditto.
9515 * python/py-progspace.c: Ditto.
9516 * python/py-symbol.c: Ditto.
9517 * python/py-value.c: Ditto.
9518 * python/python-internal.h: Ditto.
9519 * python/python.c: Ditto.
9520 * tui/tui-data.c: Ditto.
9521 * tui/tui-disasm.c: Ditto.
9522 * tui/tui-hooks.c: Ditto.
9523 * tui/tui-io.c: Ditto.
9524 * tui/tui-layout.c: Ditto.
9525 * tui/tui-regs.c: Ditto.
9526 * tui/tui-source.c: Ditto.
9527 * tui/tui-stack.c: Ditto.
9528 * tui/tui-win.c: Ditto.
9529 * tui/tui-windata.c: Ditto.
9530 * tui/tui-winsource.c: Ditto.
9531
44944448
JB
95322011-01-05 Joel Brobecker <brobecker@adacore.com>
9533
9534 * configure.ac, gdb.1: Copyright year update.
9535
ebedcab5
JK
95362011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9537
9538 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
9539 this_pc_in_block, morestack_msym and morestack_name. Check for
9540 "__morestack" minimal symbol there.
9541
e5cc9f32
JB
95422011-01-03 Joel Brobecker <brobecker@adacore.com>
9543
9544 * symfile.c (find_sym_fns): Add call to dont_repeat.
9545
7b6bb8da
JB
95462011-01-01 Joel Brobecker <brobecker@adacore.com>
9547
9548 Copyright year update in most files (performed by copyright.sh).
9549
71ce852c
JB
95502011-01-01 Joel Brobecker <brobecker@adacore.com>
9551
9552 * top.c (print_gdb_version): Update copyright year in version output.
0e2de366 9553
c3c1ebe8 9554For older changes see ChangeLog-2010.
c906108c
SS
9555\f
9556Local Variables:
9557mode: change-log
9558left-margin: 8
9559fill-column: 74
9560version-control: never
57da7796 9561coding: utf-8
c906108c 9562End:
This page took 1.772199 seconds and 4 git commands to generate.