gdbadmin
79baeb1eb2
*** empty log message ***
2007-01-12 00:00:32 +00:00
Mark Kettenis
610acfff22
* config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.
2007-01-11 21:53:29 +00:00
Vladimir Prus
23da0d9454
Move ChangeLog entry to the right place
2007-01-11 20:57:10 +00:00
Ulrich Weigand
12102450ba
* spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace
...
past entry function with recent newlib.
2007-01-11 20:48:50 +00:00
Vladimir Prus
81121995ba
* gdb.mi/mi-var-cp.cc (reference_update_tests):
...
Make sure the variable we're using is in scope.
(reference_to_pointer): Likewise.
2007-01-11 20:48:49 +00:00
Vladimir Prus
c8b2f53c0b
* gdb.texinfo (GDB/MI Variable Objects): Improve the
...
introduction. Specify -var-update more exactly.
2007-01-11 20:42:40 +00:00
Daniel Jacobowitz
d57df5e4d8
* frame.c (get_prev_frame_1): Check PC_REGNUM before using it.
2007-01-11 17:18:22 +00:00
Nathan Sidwell
147d6f8fa0
* lib/gdb.exp (gdb_compile_test): New.
...
(skip_ada_tests, skip_java_tests): New.
(gdb_compile): Use gdb_compile_test for f77.
* lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
* lib/java.exp (compile_java_from_source): Remove runtests check,
use gdb_compile_test to record result.
* gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
gdb.ada/exec_changed.exp, gdb.ada/start.exp,
gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
gdb.java/jmisc.exp, gdb.java/jprint.exp,
gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
adjust gdb_compile invocations.
2007-01-11 11:42:45 +00:00
gdbadmin
a1b4b55623
*** empty log message ***
2007-01-11 00:00:04 +00:00
Jim Blandy
03f597d5b3
gdb/ChangeLog:
...
2007-01-10 Jim Blandy <jimb@codesourcery.com>
* MAINTAINERS (Global Maintainers): Ulrich Weigand has accepted
the Global Maintainers' invitation to be a global maintainer.
2007-01-10 21:25:32 +00:00
Daniel Jacobowitz
fd48f1175c
* infrun.c (singlestep_pc): New variable.
...
(resume): Set singlestep_pc.
(context_switch): Add a debugging message. Flush the frame cache.
(handle_inferior_event): Add debugging messages. Handle thread
hops when a software single step has completed. Let context_switch
handle flushing the frame cache.
2007-01-10 20:10:23 +00:00
Daniel Jacobowitz
20ac050494
Add changelog entries for copyright updates.
2007-01-10 04:33:06 +00:00
Daniel Jacobowitz
4741b7375e
* gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
...
has no debug information.
2007-01-10 03:46:03 +00:00
Daniel Jacobowitz
054410c315
* gdb.base/annota1.exp: Remove extra send_gdb.
2007-01-10 03:23:04 +00:00
gdbadmin
dcbaa9c6a3
*** empty log message ***
2007-01-10 00:00:07 +00:00
Daniel Jacobowitz
3dab6765e8
Missed file from last commit.
2007-01-09 22:55:51 +00:00
Daniel Jacobowitz
23181151a2
XML feature description support.
...
* NEWS: Mention target descriptions, "set tdesc filename",
"unset tdesc filename", "show tdesc filename", and
qXfer:features:read.
* arch-utils.c (choose_architecture_for_target): New function.
(gdbarch_info_fill): Call it.
* target-descriptions.c (struct property): Make members non-const.
(struct target_desc): Add arch member.
(target_description_filename): New variable.
(target_find_description): Try via XML first.
(tdesc_architecture): New.
(free_target_description, make_cleanup_free_target_description): New.
(set_tdesc_property): Call xstrdup.
(set_tdesc_architecture, tdesc_set_cmdlist, tdesc_show_cmdlist)
(tdesc_unset_cmdlist, unset_tdesc_cmd, unset_tdesc_filename_cmd)
(set_tdesc_cmd, show_tdesc_cmd, set_tdesc_filename_cmd)
(show_tdesc_filename_cmd, _initialize_target_descriptions): New.
* target-descriptions.h (tdesc_architecture)
(make_cleanup_free_target_description, set_tdesc_architecture): New
prototypes.
* Makefile.in (SFILES): Add xml-tdesc.c.
(COMMON_OBS): Add xml-tdesc.o.
(target-descriptions.o): Update.
(xml-tdesc.o): New rule.
* xml-tdesc.c, xml-tdesc.h: New files.
* remote.c (PACKET_qXfer_features): New enum.
(remote_protocol_features): Add qXfer:features:read.
(remote_xfer_partial): Handle TARGET_OBJECT_AVAILABLE_FEATURES.
(_initialize_remote): Register qXfer:features:read.
* target.h (enum target_object): Add TARGET_OBJECT_AVAILABLE_FEATURES.
* features/gdb-target.dtd: New file.
* linux-i386-low.c (the_low_target): Set arch_string.
* linux-x86-64-low.c (the_low_target): Likewise.
* linux-low.c (linux_arch_string): New.
(linux_target_ops): Add it.
* linux-low.h (struct linux_target_ops): Add arch_string.
* server.c (write_qxfer_response): Use const void * for DATA.
(get_features_xml): New.
(handle_query): Handle qXfer:features:read. Report it for qSupported.
* target.h (struct target_ops): Add arch_string method.
* gdb.texinfo (Target Descriptions): New section.
(General Query Packets): Add QPassSignals anchor. Mention
qXfer:features:read under qSupported. Expand mentions of
qXfer:memory-map:read and QPassSignals. Document
qXfer:features:read.
2007-01-09 22:55:10 +00:00
Daniel Jacobowitz
3e9cb5f4b2
* copyright.sh: Clarify error.
2007-01-09 22:46:50 +00:00
Daniel Jacobowitz
818f79f66b
2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
...
* symtab.c (matching_bfd_sections): Fix VMA matching for
prelinked objects.
* gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
2007-01-09 22:43:09 +00:00
Daniel Jacobowitz
f7a6bb7039
2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
...
* minsyms.c (lookup_minimal_symbol_by_pc_section): Handle
nested symbols.
* gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
2007-01-09 22:14:35 +00:00
Daniel Jacobowitz
85bb071872
* copyright.sh (prunes): Add step-line.inp and step-line.c.
2007-01-09 21:37:30 +00:00
Daniel Jacobowitz
aa28a74efb
* configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
...
exec_prefix.
(TARGET_SYSTEM_ROOT_RELOCATABLE): Allow for exec_prefix being
'${prefix}'.
* configure, config.in: Regenerate.
* defs.h (debug_file_directory): Declare.
* main.c (captured_main): Canonicalize gdb_sysroot. Assume
TARGET_SYSTEM_ROOT is defined. Initialize debug_file_directory and
relocate it if DEBUGDIR_RELOCATABLE.
* symfile.c (debug_file_directory): Make non-static.
(find_separate_debug_file): Look for debug info for SYSROOT/PATH
in DEBUGDIR/PATH if DEBUGDIR is inside SYSROOT.
(_initialize_symfile): Don't initialize debug_file_directory here.
2007-01-09 21:34:30 +00:00
Jim Blandy
1cfd2c3eed
* score-tdep.c (score_push_dummy_call): Don't mix declarations and
...
statements.
2007-01-09 21:25:03 +00:00
Daniel Jacobowitz
5efde11249
* alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Use
...
frame_unwind_register to recurse.
* alpha-tdep.c (alpha_sigtramp_frame_prev_register): Likewise.
(alpha_heuristic_frame_prev_register): Likewise.
* h8300-tdep.c (h8300_frame_prev_register): Likewise.
* m32c-tdep.c (m32c_prev_register): Likewise.
* frame.c (frame_register_unwind_location): Remove FIXME.
2007-01-09 20:19:15 +00:00
Daniel Jacobowitz
6aba47ca06
Copyright updates for 2007.
2007-01-09 17:59:20 +00:00
Daniel Jacobowitz
4de1f557dc
* copyright.sh: New file.
2007-01-09 17:08:18 +00:00
Daniel Jacobowitz
ca4ca11edd
* configure.ac: Check for XML_StopParser.
...
* xml-support.c (gdb_xml_body_text): Check for an error.
(gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser.
(gdb_xml_end_element_wrapper): Likewise.
* config.in, configure: Regenerated.
2007-01-09 14:58:57 +00:00
gdbadmin
c2f851116b
*** empty log message ***
2007-01-09 00:00:04 +00:00
Daniel Jacobowitz
57e6678071
* varobj.c (install_new_value): Always update print_value.
...
(value_get_print_value): Immediately return NULL for missing
values.
* gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
lcharacter or linteger change. Correct duplicated test name.
* gdb.mi/mi2-var-cmd.exp: Likewise.
2007-01-08 23:11:47 +00:00
Jim Blandy
b523a1fd3c
* configure.ac: Tighten pattern for extracting value of
...
DEPRECATED_TM_FILE from the target makefile fragment.
* configure: Regenerated.
2007-01-08 22:55:30 +00:00
Daniel Jacobowitz
3d799a9542
* linux-nat.c (struct simple_pid_list): Add status.
...
(add_to_pid_list): Record the PID's status.
(linux_record_stopped_pid): Likewise. Make static.
(pull_pid_from_list): Return the saved status.
(linux_nat_handle_extended): Deleted.
(linux_handle_extended_wait): Combine with linux_nat_handle_extended.
Make static. Handle non-SIGSTOP for a new thread's first signal.
(flush_callback): Handle unexpected pending signals.
(linux_nat_wait): Update calls to changed functions.
* linux-nat.h (linux_record_stopped_pid, linux_handle_extended_wait):
Remove prototypes for newly static functions.
* gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
2007-01-08 21:09:47 +00:00
Ulrich Weigand
9acbedc0c0
* gdbarch.sh (value_from_register): New gdbarch function.
...
* gdbarch.c, gdbarch.h: Regenerate.
* findvar.c (default_value_from_register): New function.
(value_from_register): Use gdbarch_value_from_register.
* value.h (default_value_from_register): Declare.
* spu-tdep.c (spu_convert_register_p, spu_register_to_value,
spu_value_to_register): Remove.
(spu_value_from_register): New function.
(spu_gdbarch_init): Do not call set_gdbarch_convert_register_p,
set_gdbarch_register_to_value, set_gdbarch_value_to_register.
Call set_gdbarch_value_from_register.
* s390-tdep.c (s390_convert_register_p, s390_register_to_value,
s390_value_to_register): Remove.
(s390_value_from_register): New function.
(s390_gdbarch_init): Do not call set_gdbarch_convert_register_p,
set_gdbarch_register_to_value, set_gdbarch_value_to_register.
Call set_gdbarch_value_from_register.
2007-01-08 20:03:49 +00:00
Daniel Jacobowitz
f822c95b59
* NEWS: Add "set sysroot" and "show sysroot".
...
* solib.c (solib_absolute_prefix): Delete. Replace
all uses with gdb_sysroot.
(_initialize_solib): Add "set sysroot" and "show sysroot".
Make "solib-absolute-prefix" an alias to it.
* gdb.texinfo (Commands to specify files): Describe
"set sysroot" and "show sysroot".
(Using the `gdbserver' program): Lowercase argument
to @var. Expand description of setting up GDB on the
host.
2007-01-08 18:56:30 +00:00
Ulrich Weigand
00fa51f680
* frame.c (get_frame_register_bytes): New function.
...
(put_frame_register_bytes): Likewise.
* frame.h (get_frame_register_bytes): Declare.
(put_frame_register_bytes): Likewise.
* findvar.c (value_from_register): Always construct lval_register
values. Use get_frame_register_bytes.
* valops.c (value_assign): Use get_frame_register_bytes and
put_frame_register_bytes.
2007-01-08 17:34:12 +00:00
Jim Blandy
a95c9d068c
* MAINTAINERS: Update Stan Shebs' email address.
2007-01-08 16:45:59 +00:00
Joel Brobecker
4ed6b5be23
* ada-lang.c (is_known_support_routine): Improve the implementation.
2007-01-08 04:37:52 +00:00
Joel Brobecker
9bbc9174c0
* ada-lang.c: Add include of source.h.
...
(is_known_support_routine): Improve the check verifying that the file
associated to this frame exists.
* Makefile.in (ada-lang.o): Add dependency on source.h.
2007-01-08 03:14:19 +00:00
gdbadmin
cbeee26d75
*** empty log message ***
2007-01-08 00:00:03 +00:00
Jim Blandy
44a8177417
* ax-general.c (ax_const_l): Select proper opcode for the given
...
value.
2007-01-07 15:35:44 +00:00
gdbadmin
f42683e3c9
*** empty log message ***
2007-01-07 00:00:39 +00:00
gdbadmin
2e4dc05780
*** empty log message ***
2007-01-06 00:00:34 +00:00
Nick Roberts
2d43bda242
(c_value_of_root): Don't select frame if variable
...
object is out of scope.
2007-01-05 21:58:48 +00:00
Nick Roberts
6fe1a48799
*** empty log message ***
2007-01-05 21:57:59 +00:00
Nick Roberts
8526541313
(struct varobj): New member print_value.
...
(install_new_value): Compare last printed value with current one
instead of contents.
(new_variable): Initialize var->print_value to NULL.
(free_variable): Free var->print_value.
(value_get_print_value): New function derived from
c_value_of_variable.
(c_value_of_variable): Use value_get_print_value.
2007-01-05 21:52:33 +00:00
Nick Roberts
3fa6deb5d8
*** empty log message ***
2007-01-05 21:52:05 +00:00
Joel Brobecker
92a56b20f1
* i386-tdep.c (i386_analyze_stack_align): Add comment.
2007-01-05 16:40:48 +00:00
Joel Brobecker
8936fcda88
* gdb.texinfo (Set Catchpoints): Add documentation for the new
...
catch exception, catch exception unhandled, and catch assert
commands.
2007-01-05 08:33:57 +00:00
Joel Brobecker
0e420bd85d
* NEWS: Add entries for new catch commands.
2007-01-05 08:22:43 +00:00
Joel Brobecker
51679ba976
* gdb.base/nofield.c: New file.
...
* gdb.base/nofield.exp: New testcase.
2007-01-05 05:56:37 +00:00
Joel Brobecker
fa4028e955
* dwarf2read.c (partial_die_info): Add field has_byte_size.
...
(add_partial_symbol): Correct identification of external references.
(process_structure_scope): Likewise.
(read_partial_die): Handle DW_AT_byte_size attribute.
2007-01-05 05:49:56 +00:00