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