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