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