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