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