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