gdbadmin
12866c24f6
*** empty log message ***
2007-04-24 00:00:35 +00:00
gdbadmin
1a119b77bf
*** empty log message ***
2007-04-23 00:00:02 +00:00
gdbadmin
170e218a29
*** empty log message ***
2007-04-22 00:00:04 +00:00
gdbadmin
9ac70ad2c9
*** empty log message ***
2007-04-21 00:00:36 +00:00
Mark Shinwell
1f90c7572b
* MAINTAINERS (Write After Approval): Add myself.
2007-04-20 12:19:11 +00:00
Mark Shinwell
bf1242a5f8
Correct erroneous ChangeLog commit.
2007-04-20 12:15:41 +00:00
Mark Shinwell
0ebdb72899
* Makefile.in: Adjust dependencies of m68klinux-tdep.c.
...
* m68klinux-tdep.c (m68k_uclinux_sigcontext_reg_offset): New.
(m68k_linux_sigcontext_reg_offset): Fix typo.
(target_is_uclinux): New.
(m68k_linux_inferior_created): New.
(m68k_linux_get_sigtramp_info): Check for uClinux or
normal Linux. Use m68k_uclinux_sigcontext_reg_offset for
uClinux.
(_initialize_m68k_linux_tdep): Register
m68k_linux_inferior_created.
2007-04-20 12:13:52 +00:00
gdbadmin
9953b07e6e
*** empty log message ***
2007-04-20 00:00:05 +00:00
Pedro Alves
96998ce73a
* win32-nat.c (win32_detach): Remove delete_command call.
...
Resume inferior with win32_resume instead of win32_continue.
2007-04-19 19:35:24 +00:00
Jerome Guitton
7e71daaa7b
* ser-mingw.c (fd_is_file): New function.
...
(file_select_thread): New function.
(ser_console_wait_handle): Add special handling for files.
2007-04-19 13:04:30 +00:00
gdbadmin
8360b4ab8a
*** empty log message ***
2007-04-19 00:00:03 +00:00
Denis Pilat
3d1f72c231
2007-04-18 Denis Pilat <denis.pilat@st.com>
...
* dwarf2read.c (read_subrange_type): Use DW_ATE_signed default type
when missing from DW_TAG_subrange_type. Remove the handling of null
return from die_type.
2007-04-18 13:25:04 +00:00
Maciej W. Rozycki
9ecf7166d2
* mips-tdep.c (mips_eabi_push_dummy_call): Revert the last
...
change to rearrange some brackets.
(mips_n32n64_push_dummy_call): Likewise.
(mips_o32_push_dummy_call): Likewise.
(mips_o64_push_dummy_call): Likewise.
2007-04-18 08:22:33 +00:00
Denis Pilat
b79599ff1e
2007-04-18 Denis Pilat <denis.pilat@st.com>
...
* infcmd.c (post_create_inferior): Start with a call to
target_terminal_ours().
2007-04-18 07:21:33 +00:00
gdbadmin
4a5f347076
*** empty log message ***
2007-04-18 00:00:02 +00:00
Maciej W. Rozycki
06f9a1af70
* mips-tdep.c (mips_eabi_push_dummy_call): Rearrange some
...
brackets.
(mips_n32n64_push_dummy_call): Likewise. Reformat some
expressions.
(mips_o32_push_dummy_call): Likewise.
(mips_o64_push_dummy_call): Likewise.
2007-04-17 17:57:03 +00:00
Maciej W. Rozycki
ad018eeeb9
* mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
...
comment.
2007-04-17 16:25:49 +00:00
Maciej W. Rozycki
e914cb1702
* mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
...
comment.
(mips_o32_push_dummy_call): Likewise.
2007-04-17 16:05:25 +00:00
Andreas Schwab
9193427347
* symtab.c (skip_prologue_using_sal): Allow the end of the prologue
...
sal to be bigger than the end of the function.
2007-04-17 15:07:21 +00:00
Maciej W. Rozycki
968b53918b
* mips-tdep.c (mips_o32_push_dummy_call): Take account of
...
argument alignment requirements when calculating stack space
required. When aligning an arg register to eight bytes
boundary, align stack_offset too. Write floating-point
arguments to the appropriate integer register if need go there.
(mips_o64_push_dummy_call): Likewise.
2007-04-17 14:48:49 +00:00
gdbadmin
d100f86110
*** empty log message ***
2007-04-17 00:00:02 +00:00
Denis Pilat
7d90fdfa95
2007-04-16 Denis Pilat <denis.pilat@st.com>
...
* gdb.base/setshow.exp: Reset height after having set it to 100.
2007-04-16 12:13:16 +00:00
Denis Pilat
5d3e9c8525
2007-04-16 Denis Pilat <denis.pilat@st.com>
...
* gdb.mi/mi2-stack.exp: update from mi-stack.exp.
2007-04-16 12:06:22 +00:00
Denis Pilat
18e7596947
2007-04-16 Denis Pilat <denis.pilat@st.com>
...
* gdb.mi/mi2-var-display.exp: Test for the fullname field.
2007-04-16 12:02:31 +00:00
gdbadmin
4c35813a75
*** empty log message ***
2007-04-16 00:00:32 +00:00
gdbadmin
1ad2173710
*** empty log message ***
2007-04-15 00:00:03 +00:00
Ulrich Weigand
e0cd558aaa
* gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and
...
"sig" arguments, add "regcache" argument.
* gdbarch.c, gdbarch.h: Regenerate.
* infrun.c (resume): Update SOFTWARE_SINGLE_STEP call arguments.
(handle_inferior_event): Call remove_single_step_breakpoints directly
instead of calling SOFTWARE_SINGLE_STEP to remove breakpoints.
* alpha-tdep.c (alpha_software_single_step): Update argument list.
Remove handling of !insert_breakpoints_p case.
* arm-tdep.c (arm_software_single_step): Likewise.
* cris-tdep.c (cris_software_single_step): Likewise.
* mips-tdep.c (mips_software_single_step): Likewise.
* rs6000-tdep.c (rs6000_software_single_step): Likewise.
* sparc-tdep.c (sparc_software_single_step): Likewise.
* spu-tdep.c (spu_software_single_step): Likewise.
* alpha-tdep.h (alpha_software_single_step): Update prototype.
* mips-tdep.h (mips_software_single_step): Likewise.
* rs6000-tdep.h (rs6000_software_single_step): Likewise.
* sparc-tdep.h (sparc_software_single_step): Likewise.
2007-04-14 18:10:54 +00:00
Ulrich Weigand
06a862851c
* alpha-tdep.c (alpha_software_single_step): Do not call write_pc
...
when removing single-step breakpoints.
2007-04-14 16:17:39 +00:00
Vladimir Prus
25d5ea921b
* varobj.h (varobj_set_frozen): New
...
(varobj_get_frozen): New.
(varobj_update): New parameter explicit.
* varobj.c (struct varobj): New fields frozen
and not_fetched.
(varobj_set_frozen, varobj_get_frozen): New.
(install_new_value): Don't fetch values for
frozen variable object, or children thereof. Allow
a frozen variable object to have non-fetched value.
(varobj_update): Allow updating child variables.
Don't traverse frozen children.
(new_variable): Initialize the frozen field.
(c_value_of_variable): Return NULL for frozen
variable without any value yet.
* mi/mi-cmd-var.c (varobj_update_one): New parameter
'explicit'.
(mi_cmd_var_create): Output the 'frozen' field,
as soon as testsuite is adjusted to expect that field.
(mi_cmd_var_set_frozen): New.
(mi_cmd_var_update): Pass the 'explicit' parameter to
varobj_update_one.
* mi/mi-cmds.c (mi_cmds): Register '-var-set-frozen'.
* mi/mi-cmds.h (mi_cmd_var_set_frozen): Declare.
2007-04-14 09:51:30 +00:00
gdbadmin
4d115fc687
*** empty log message ***
2007-04-14 00:00:32 +00:00
Paul Brook
6e3bbd1ac6
2007-04-13 Paul Brook <paul@codesourcery.com>
...
* target-descriptions.c (tdesc_named_type): Add ieee_single and
ieee_double.
* doc/gdb.texinfo: Document ieee_single and ieee_double target types.
2007-04-13 15:07:15 +00:00
Daniel Jacobowitz
cb2a4ac5da
Delete files for last commit.
2007-04-13 14:25:12 +00:00
Daniel Jacobowitz
ea35711cf6
* mips-mdebug-tdep.c, mips-mdebug-tdep.h, ocd.c, ocd.h, ppc-bdm.c,
...
remote-e7000.c, remote-hms.c, remote-utils.c, remote-utils.h,
scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h, scm-valprint.c,
ser-e7kpc.c, sh3-rom.c, stop-gdb.c: Delete.
* Makefile.in: Remove references to deleted files.
* README: Do not mention deleted ROM monitor interfaces.
* defs.h (enum language): Delete language_scm.
* expprint.c (print_subexp_standard): Do not handle OP_EXPRSTRING.
(dump_subexp_body_standard): Likewise.
* parse.c (operator_length_standard): Likewise.
* expression.h (enum exp_opcode): Delete OP_EXPRSTRING.
* remote-mips.c: Do not include remote-utils.h.
* remote-sim.c: Likewise. Use remote_debug instead of sr_get_debug
throughout.
* value.c: Do not include scm-lang.h.
(unpack_long): Delete scm_unpack call.
* config/h8300/h8300.mt, config/mips/embed.mt,
config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt,
config/sh/embed.mt, config/sh/linux.mt: Remove references to
deleted files.
* NEWS: Mention removed files.
* gdb.texinfo (Memory): Reference Remote Debugging chapter.
(Character Sets, Caching Data of Remote Targets): Likewise.
(Targets): Delete Remote node. Move its text...
(Debugging Remote Programs): ...to here. Delete description
of the "remote" command.
(Remote configuration): Delete description of "set remotedevice"
and "show remotedevice".
(Embedded Processors): Delete H8/300, H8/500, and SH nodes.
2007-04-13 14:17:47 +00:00
Daniel Jacobowitz
058b9c07a4
* symfile.c (add_psymbol_with_dem_name_to_list): Remove.
...
* symfile.h (add_psymbol_with_dem_name_to_list): Remove prototype.
2007-04-13 14:03:56 +00:00
Daniel Jacobowitz
54d61198d5
* NEWS: Mention removal of HP aCC support.
2007-04-13 13:56:19 +00:00
Daniel Jacobowitz
e499d0f17e
* solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Do not ignore the
...
first entry for static executables.
(breakpoint_addr): Delete unused variable.
(elf_locate_base): Search for _r_debug in static executables.
(enable_break): Do not set breakpoint_addr. Scan solib_break_names
also.
2007-04-13 13:54:06 +00:00
Daniel Jacobowitz
4d5b2cd774
* breakpoint.c (update_breakpoints_after_exec, print_it_typical)
...
(bpstat_what, print_one_breakpoint, allocate_bp_location)
(mention): Remove bp_through_sigtramp support.
* breakpoint.h (enum bptype): Remove bp_through_sigtramp.
2007-04-13 13:50:32 +00:00
Daniel Jacobowitz
46d570866d
* breakpoint.c (bpstat_what): Give step-resume higher priority than
...
shlib events.
2007-04-13 13:33:10 +00:00
Daniel Jacobowitz
d3169d93f7
* infrun.c: Doc fixes.
...
(handle_inferior_event): Clarify debug message.
(insert_step_resume_breakpoint_at_sal): Print a debug message.
2007-04-13 13:29:42 +00:00
Ulrich Weigand
8c9e438473
* configure.tgt (arm-*-nto*, sh-*-nto*): Remove.
2007-04-13 00:39:49 +00:00
gdbadmin
1677dee00c
*** empty log message ***
2007-04-13 00:00:02 +00:00
Ulrich Weigand
9418f048b5
* config/m68k/tm-monitor.h: Delete file.
...
* config/m68k/monitor.mt (DEPRECATED_TM_FILE): Remove.
* m68k-tdep.c (m68k_gdbarch_init): set_gdbarch_decr_pc_after_break
call moved to ...
* m68kbsd-tdep.c (m68kbsd_init_abi): ... here and ...
* m68klinux-tdep.c (m68k_linux_init_abi): ... here.
2007-04-12 23:03:00 +00:00
Ulrich Weigand
e6590a1b7e
2007-04-12 Luis Machado <luisgpm@br.ibm.com>
...
* gdbarch.sh (software_single_step): Change the return type
from void to int and reformatted some comments to <= 80
columns.
* gdbarch.c, gdbarch.h: Regenerated.
* alpha-tdep.c (alpha_software_single_step): Likewise.
* alpha-tdep.h (alpha_software_single_step): Likewise.
* arm-tdep.c (arm_software_single_step): Likewise.
* cris-tdep.c (cris_software_single_step): Likewise.
* mips-tdep.c (mips_software_single_step): Likewise.
* mips-tdep.h (mips_software_single_step): Likewise.
* rs6000-tdep.c (rs6000_software_single_step): Likewise.
* rs6000-tdep.h (rs6000_software_single_step): Likewise.
* sparc-tdep.c (sparc_software_single_step): Likewise.
* sparc-tdep.h (sparc_software_single_step): Likewise.
* spu-tdep.c (spu_software_single_step): Likewise.
* infrun.c (resume): Check the return value from SOFTWARE_SINGLE_STEP
and act accordingly.
2007-04-12 14:52:20 +00:00
gdbadmin
b6260c8da8
*** empty log message ***
2007-04-12 00:00:04 +00:00
Bob Wilson
db2e3e2ee2
* gdb.texinfo (Contributors, Continuing and Stepping)
...
(Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
(General Query Packets, File-I/O Remote Protocol Extension)
(Protocol Basics, The F Reply Packet, Write)
(Protocol-specific Representation of Datatypes, Memory Transfer):
Fix hyphenation, punctuation and grammar problems.
(Cygwin Native): Likewise. Also fix misuse of @pxref and use
'section' instead of 'subsection' in the text.
(Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
(i386): Remove period from section name.
(Installing GDB, Requirements, Running Configure, Separate Objdir)
(Config Names, Configure Options): Use @file{configure}.
2007-04-11 18:52:01 +00:00
Steve Ellcey
58b38ee2f1
* configure.ac (build_warnings): Add -Wno-char-subscripts.
...
* configure: Regenerate.
* doc/gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
2007-04-11 18:36:50 +00:00
Jan Kratochvil
70f575ccc8
* libunwind-frame.c (LIBUNWIND_SO): Use major version number for `.so'.
2007-04-11 16:09:57 +00:00
Jan Kratochvil
d77b680888
* gdbtypes.h (TYPE_FLAG_STUB_SUPPORTED, TYPE_STUB_SUPPORTED): New
...
macros.
(TYPE_IS_OPAQUE): Empty vs. opaque structures are now
distinct on the TYPE_STUB_SUPPORTED debug targets.
* dwarf2read.c (read_structure_type): Set TYPE_FLAG_STUB_SUPPORTED.
2007-04-11 16:04:23 +00:00
Jan Kratochvil
0b49cb802f
* gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
...
gdb.base/type-opaque.exp: New files.
2007-04-11 16:03:59 +00:00
Daniel Jacobowitz
8a3dae3ed0
* gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
...
and tab expansion.
2007-04-11 11:11:12 +00:00
Joel Brobecker
b0b9258645
* sparc-tdep.c (X_RS2): New macro.
...
(sparc_skip_stack_check): New function.
(sparc_analyze_prologue): Adjust PC past stack probing
sequence if necessary.
2007-04-11 07:10:08 +00:00
gdbadmin
6e80493ebc
*** empty log message ***
2007-04-11 00:00:03 +00:00
Daniel Jacobowitz
3f11755ec1
Fix changelog entry.
2007-04-10 22:03:07 +00:00
Andreas Schwab
a489f78994
* rs6000-tdep.c (rs6000_dwarf2_reg_to_regnum): Decode 64 as CR
...
register.
2007-04-10 16:02:41 +00:00
Daniel Jacobowitz
b0b13bb4cc
* breakpoint.c (gdb_breakpoint_query): Really return an
...
enum gdb_rc.
(gdb_breakpoint): Likewise.
* thread.c (do_captured_list_thread_ids): Likewise.
(do_captured_thread_select): Likewise.
* mi/mi-main.c (mi_cmd_thread_select): Expect an enum gdb_rc.
(mi_cmd_thread_list_ids): Remove bogus initialization.
2007-04-10 14:53:46 +00:00
Daniel Jacobowitz
1a92f85678
* Makefile.in (SFILES): Remove hpacc-abi.c.
...
(COMMON_OBS): Remove hpacc-abi.o.
(ALLDEPFILES): Remove hpread.c and $(HPREAD_SOURCE).
(hpacc-abi.o, hpread.o): Delete rules.
* somread.c: Delete extern declarations from hpread.c.
(som_symfile_read): Do not call do_pxdb or hpread_build_psymtabs.
(som_symfile_finish): Do not call hpread_symfile_finish.
(som_symfile_init): Do not call hpread_symfile_init.
* config/pa/hppa64.mt (TDEPFILES): Remove hpread.o.
* config/pa/hppahpux.mt (TDEPFILES): Likewise.
* hpacc-abi.c, hpread.c: Deleted.
* gdbint.texinfo (SOM): Correct location of the SOM reader.
2007-04-10 11:58:15 +00:00
Daniel Jacobowitz
542c95c200
* solib-svr4.c (enable_break): Simplify return value.
...
(svr4_solib_create_inferior_hook): Do not warn if enable_break fails.
2007-04-10 11:51:17 +00:00
Andreas Schwab
cfaefc65a4
* solib-svr4.h (struct link_map_offsets): Remove l_addr_size,
...
l_ld_size, l_next_size, l_prev_size, l_name_size.
* solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use extract_typed_address
to extract addresses from link map.
(LM_DYNAMIC_FROM_LINK_MAP): Likewise.
(LM_NEXT): Likewise.
(LM_NAME): Likewise.
(IGNORE_FIRST_LINK_MAP_ENTRY): Likewise.
(elf_locate_base): Likewise.
(open_symbol_file_object): Likewise.
(svr4_fetch_objfile_link_map): Likewise.
(SOLIB_EXTRACT_ADDRESS): Remove unused macro.
(HAS_LM_DYNAMIC_FROM_LINK_MAP): Test l_ld_offset instead of
l_ld_size.
(svr4_ilp32_fetch_link_map_offsets): Don't set removed members.
(svr4_lp64_fetch_link_map_offsets): Likewise.
* solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Don't set
removed members. Set l_ld_offset to -1 if not present.
2007-04-10 08:47:53 +00:00
gdbadmin
8e77c9de92
*** empty log message ***
2007-04-10 00:00:32 +00:00
gdbadmin
3b3acb8bae
*** empty log message ***
2007-04-09 00:00:33 +00:00
Vladimir Prus
65cc4390f1
Pass stderr of program run with "target remote |"
...
via gdb_stderr.
* serial.c (serial_open): Set error_fd to -1.
* serial.h (struct serial): New field error_fd.
(struct serial_opts): New field avail.
* ser-pipe.c (pipe_open): Create another pair
of sockets. Pass stderr to gdb.
* ser-mingw.c (pipe_windows_open): Pass
PEX_STDERR_TO_PIPE to pex_run. Initialize
sd->error_fd.
(pipe_avail): New.
(_initialize_ser_windows): Hook pipe_avail.
* ser-base.c (generic_readchar): Check if there's
anything in stderr channel and route that to gdb_stderr.
2007-04-08 15:20:07 +00:00
gdbadmin
1edf24da1a
*** empty log message ***
2007-04-08 00:00:32 +00:00
gdbadmin
7332f2633a
*** empty log message ***
2007-04-07 00:00:35 +00:00
gdbadmin
09523abea5
*** empty log message ***
2007-04-06 00:00:03 +00:00
gdbadmin
a5cc7f42e5
*** empty log message ***
2007-04-05 00:00:02 +00:00
gdbadmin
d46758fcb6
*** empty log message ***
2007-04-04 00:00:02 +00:00
Pedro Alves
e9112110ed
* dbxread.c (read_ofile_symtab): Move current_objfile
...
clearing to after end_stabs.
2007-04-03 00:09:54 +00:00
gdbadmin
8d9a4617bb
*** empty log message ***
2007-04-03 00:00:04 +00:00
Bob Wilson
79a6e687bf
* gdb.texinfo: Consistently capitalize all significant words in
...
node names, chapter titles, section titles, and headings. Update
cross references to match.
(Starting and Stopping Trace Experiment): Make node name plural.
(Breakpoint related warnings): Hyphenate "Breakpoint-related".
2007-04-02 17:31:40 +00:00
gdbadmin
f4b119d015
*** empty log message ***
2007-04-02 00:00:02 +00:00
Andreas Schwab
7f68ac277b
* rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Use parameter
...
gdbarch instead of current_gdbarch.
2007-04-01 18:24:59 +00:00
Vladimir Prus
e55dccf02d
* varobj.c (varobj_create): Keep varobj value
...
NULL when evaluating the type.
2007-04-01 15:44:54 +00:00
Vladimir Prus
a73bafbcaa
* gdb.mi/mi-var-child.c
...
(do_children_tests): User char[2] instead of
char so that automatic printing of pointers to char
don't give unpredicable result.
* gdb.mi/var-cmd.c (do_locals_test): Initialize
local variables.
* gdb.mi/mi-var-child.exp: Step to right line
of do_children_tests.
* gdb.mi/mi2-var-child.exp: Likewise.
* gdb.mi/mi-var-cmd.exp: Step to right line of
do_locals_tests.
(do_children_tests): User char[2] instead of
char so that automatic printing of pointers to char
don't give unpredicable result.
* gdb.mi/mi2-var-cmd.exp: Likewise.
* lib/mi-support.exp (mi_continue_to_line):
Pass test name to mi_wait_for_stop.
2007-04-01 15:27:26 +00:00
gdbadmin
917db39e7c
*** empty log message ***
2007-04-01 00:00:04 +00:00
Pedro Alves
7c9634853f
* NEWS: Mention new Windows CE support.
2007-03-31 10:42:22 +00:00
gdbadmin
99fd677e42
*** empty log message ***
2007-03-31 00:00:33 +00:00
Pedro Alves
ad527d2e20
gdb/
...
* configure.tgt: Move mips*-*-pe and sh*-*-pe to
the obsoletion stanza.
* NEWS: Mention deleted targets.
* config/sh/tm-wince.h: Remove.
* config/sh/wince.mt: Remove.
* config/mips/tm-wince.h: Remove.
* config/mips/wince.mt: Remove.
* wince.c: Remove.
* wince-stub.c: Remove.
* wince-stub.h: Remove.
* Makefile.in (wince.o): Remove rule.
(wince-stub.o): Likewise.
* mips-tdep.c (mips_next_pc): Make static.
* mips-tdep.h (mips_next_pc): Remove declaration.
* arm-tdep.c (arm_pc_is_thumb): Make static.
(thumb_get_next_pc): Likewise.
(arm_get_next_pc): Likewise.
* arm-tdep.h (arm_pc_is_thumb_dummy): Remove declaration.
(arm_pc_is_thumb): Likewise.
(thumb_get_next_pc): Likewise.
(arm_get_next_pc): Likewise.
gdb/doc/
* gdb.texinfo (WinCE): Delete obsolete subsection.
2007-03-30 22:50:33 +00:00
Pedro Alves
ed50f18f18
* win32-low.c: Commit leftover changes from 2007-03-29.
2007-03-30 20:28:24 +00:00
Daniel Jacobowitz
7ce5900041
* MAINTAINERS: Remove d10v entry.
...
* Makefile.in (SFILES): Remove dwarfread.c.
(COMMON_OBS): Remove dwarfread.o.
(gdb_sim_d10v_h, abug-rom.o, cpu32bug-rom.o, d10v-tdep.o, dwarfread.o)
(remote-est.o, rom68k-rom.o): Delete.
* NEWS: Mention removal of d10v, target abug, target cpu32bug,
target est, target rom68k, and DWARF 1.
* configure.tgt: Mark d10v as removed.
* dwarf2read.c: Doc update.
* elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset,
and lnsize.
(elf_locate_sections): Do not set them.
(elf_symfile_read): Do not call dwarf_build_psymtabs.
* symfile.h (dwarf_build_psymtabs): Delete prototype.
* config/m68k/monitor.mt (TDEPFILES): Prune.
* abug-rom.c, cpu32bug-rom.c, d10v-tdep.c, dwarfread.c,
remote-est.c, rom68k-rom.c, config/d10v/d10v.mt: Delete.
* gdb.texinfo (M68K): Remove obsolete ROM monitors.
* gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
references.
* gdb.asm/asm-source.exp: Remove d10v case.
* lib/gdb.exp (skip_cplus_tests): Likewise.
* gdb.asm/d10v.inc: Deleted.
2007-03-30 17:21:48 +00:00
Daniel Jacobowitz
0c2ead7e16
* i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
...
fields short instead of int. Add explicit padding.
(i387_cache_to_fsave): Remove unnecessary casts.
(i387_fsave_to_cache): Doc fix.
(i387_cache_to_fxsave): Remove unnecessary casts and masking.
2007-03-30 17:13:02 +00:00
Daniel Jacobowitz
73725ff3e1
* i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
...
(i387_fxsave_to_cache): Check fp->ftag while building ftag value.
2007-03-30 15:29:46 +00:00
Daniel Jacobowitz
203890574d
* doublest.c (convert_floatformat_to_doublest): Use
...
floatformat_classify.
(floatformat_is_nan): Rename to...
(floatformat_classify): ...this. Return more information.
* doublest.h (enum float_kind): New.
(floatformat_is_nan): Replace prototype...
(floatformat_classify): ...with this one.
* valprint.c (print_floating): Use floatformat_classify. Handle
infinity.
* gdb.base/infnan.c, gdb.base/infnan.exp: New files.
2007-03-30 14:31:44 +00:00
Daniel Jacobowitz
30b50213ec
* README: Mention ISO C library requirement.
2007-03-30 12:58:13 +00:00
Daniel Jacobowitz
8807d78bec
* Makefile.in (SFILES): Remove nlmread.c.
...
(COMMON_OBS): Remove nlmread.o.
(nlmread.o): Delete rule.
* README: Delete reference to remote-st.c.
* acinclude.m4 (CY_AC_TCL_LYNX_POSIX): Delete.
* defs.h (enum gdb_osabi): Delete GDB_OSABI_NETWARE and
GDB_OSABI_LYNXOS.
* i386-tdep.c (i386_nw_init_abi, i386_nlm_osabi_sniffer): Delete.
(_initialize_i386_tdep): Do not reference them.
* nlmread.c: Delete file.
* osabi.c (gdb_osabi_names): Remove NetWare and LynxOS.
* target.c: Doc update.
* thread.c: Delete commented include.
* config/alpha/tm-alpha.h: Doc update.
* gdb.texinfo (Startup): Delete references to some alternate
names for .gdbinit.
(Thread): Remove LynxOS reference.
(Tandem ST2000): Delete target-specific documentation.
* gdbint.texinfo (Symbol Handling): Remove mention of NLM.
(Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
and GDB_OSABI_LYNXOS.
* config/netware.exp: Delete file.
2007-03-30 12:57:44 +00:00
Maciej W. Rozycki
ced572fe59
* utils.c (string_to_core_addr): Comment typo.
2007-03-30 09:31:31 +00:00
Maciej W. Rozycki
8a9fc081fa
* mips-tdep.c: Comment typo.
2007-03-30 09:16:52 +00:00
Ulrich Weigand
5f4026606b
gdb/ChangeLog:
...
* config/alpha/nm-osf.h (PTRACE_XFER_TYPE): Remove.
* config/mips/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
* config/sparc/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
* config/powerpc/nm-ppc64-linux.h: Remove file.
* config/powerpc/ppc64-linux.mh (NATDEPFILES): Set to nm-linux.h.
* inferior.h (PTRACE_ARG3_TYPE): Do not define.
(call_ptrace): Change type of third argument to PTRACE_TYPE_ARG3.
* infptrace.c (call_ptrace): Likewise.
* m68klinux-nat.c (PTRACE_XFER_TYPE): Do not define.
(fetch_register): Replace PTRACE_ARG3_TYPE by PTRACE_TYPE_ARG3
and PTRACE_XFER_TYPE by PTRACE_TYPE_RET.
(store_register): Likewise.
gdb/doc/ChangeLog:
* gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
2007-03-30 01:18:17 +00:00
Joel Brobecker
bbf90c8127
* Makefile.in (varobj.o): Add missing dependency.
2007-03-30 00:46:49 +00:00
Joel Brobecker
fcd19eb19e
Fix the entry date of a couple of entries.
2007-03-30 00:09:31 +00:00
gdbadmin
01ae3d244c
*** empty log message ***
2007-03-30 00:00:33 +00:00
Michael Snyder
243c053bbf
2007-03-29 Michael Snyder <msnyder@access-company.com>
...
* MAINTAINERS: Update my email address.
2007-03-29 22:40:12 +00:00
Joel Brobecker
0259addd36
Add support for exception handling with multiple versions of
...
the Ada runtime:
* ada-lang.c: Update general comments on how Ada exception catchpoints
are implemented.
(raise_sym_name, raise_unhandled_sym_name, raise_assert_sym_name)
(__gnat_raise_nodefer_with_msg): Delete.
(ada_unhandled_exception_name_addr_ftype): New type.
(exception_support_info): New type.
(ada_unhandled_exception_name_addr): Add forward declaration.
(ada_unhandled_exception_name_addr_from_raise): Likewise.
(default_exception_support_info): New constant.
(exception_support_info_fallback): Likewise.
(exception_info): New global variable.
(ada_exception_support_info_sniffer): New function.
(ada_executable_changed_observer): Likewise.
(ada_unhandled_exception_name_addr_from_raise): Renamed from
ada_unhandled_exception_name_addr.
(ada_unhandled_exception_name_addr): Reimplement to match the
latest Ada runtime implementation.
(error_breakpoint_runtime_sym_not_found): Delete.
(ada_exception_sym_name): Get the exception sym name from
exception_info rather than hardcoding it.
(ada_exception_sal): Add call to ada_exception_support_info_sniffer.
Update error handling.
* Makefile.in (ada-lang.o): Add dependency on observer.h.
2007-03-29 21:57:02 +00:00
Daniel Jacobowitz
483367eebc
* Makefile.in (coff_solib_h, coff-solib.o, i386v-nat.o, lynx-nat.o)
...
(remote-st.o, uw-thread.o): Delete.
(HFILES_NO_SRCDIR, ALLDEPFILES): Update.
* configure.host: Move hppa*-*-hiux*, i[34567]86-ncr-*,
i[34567]86-*-dgux*, i[34567]86-*-lynxos*, i[34567]86-*-sco3.2v5*,
i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*, i[34567]86-*-sysv4.2*,
i[34567]86-*-sysv4*, i[34567]86-*-sysv5*, i[34567]86-*-unixware2*,
i[34567]86-*-unixware*, i[34567]86-*-sysv*, i[34567]86-*-isc*, and
rs6000-*-lynxos* to an obsoletion stanza.
* configure.tgt: Move hppa*-*-hiux*, i[34567]86-ncr-*,
i[34567]86-*-lynxos*, m68*-cisco*-*, m68*-tandem-*, m68*-*-os68k*,
and rs6000-*-lynxos* to an obsoletion stanza. Do not mention
i[34567]86-*-netware*.
* NEWS: Mention deleted targets.
* coff-solib.c, coff-solib.h, i386v-nat.c, lynx-nat.c, remote-st.c,
uw-thread.c, config/nm-lynx.h, config/i386/i386sco.mh,
config/i386/i386sco4.mh, config/i386/i386sco5.mh, config/i386/i386v.mh,
config/i386/i386v4.mh, config/i386/i386v42mp.mh,
config/i386/ncr3000.mh, config/i386/ncr3000.mt,
config/i386/nm-i386sco.h, config/i386/nm-i386sco4.h,
config/i386/nm-i386sco5.h, config/i386/nm-i386v.h,
config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h,
config/m68k/cisco.mt, config/m68k/os68k.mt, config/m68k/st2000.mt,
config/m68k/tm-cisco.h, config/m68k/tm-os68k.h,
config/rs6000/rs6000lynx.mh, config/rs6000/rs6000lynx.mt,
config/rs6000/tm-rs6000ly.h: Delete files.
2007-03-29 19:58:29 +00:00
Joel Brobecker
aa3edb8ea1
* gdb.dwarf2/dw2-noloc.S: New file.
...
* gdb.dwarf2/dw2-noloc.exp: New file.
2007-03-29 19:03:56 +00:00
Daniel Jacobowitz
3adda9d8c4
* defs.h (deprecated_registers_changed_hook): Delete declaration.
...
* interps.c (clear_interpreter_hooks): Do not clear
deprecated_registers_changed_hook.
* regcache.c (registers_changed): Do not call it.
* top.c (deprecated_registers_changed_hook): Do not define it.
* mi/mi-interp.c (mi_command_loop): Do not clear it.
* tui/tui-hooks.c (tui_install_hooks): Do not install it.
(tui_remove_hooks): Do not remove it.
(tui_selected_frame_level_changed_hook): Check for negative level.
Use get_selected_frame.
(tui_registers_changed_hook): Deleted.
2007-03-29 18:55:01 +00:00
Joel Brobecker
bf362611f1
* stabsread.c (add_undefined_type): Add extra parameter.
...
Now handles nameless types separately.
(struct nat): New type.
(noname_undefs, noname_undefs_allocated, noname_undefs_length):
New static variables.
(read_type): Update calls to add_undefined_type.
(add_undefined_type_noname): New function.
(add_undefined_type_1): Renames from add_undefined_type.
(cleanup_undefined_types_noname): New function.
(cleanup_undefined_types_1): Renames cleanup_undefined_types.
(cleanup_undefined_types): New handles nameless types separately.
(_initialize_stabsread): Initialize our new static constants.
2007-03-29 18:33:58 +00:00
Denis Pilat
436868fbdf
2007-03-29 Denis Pilat <denis.pilat@st.com>
...
* configure.ac: Test for signal.h.
* configure, config.in: Regenerate.
2007-03-29 15:24:28 +00:00
Denis Pilat
aaf9e9fd5b
2007-03-29 Denis Pilat <denis.pilat@st.com>
...
* stack.c (print_stack_frame): Always use LOC_AND_ADDRESS in MI output.
* infrun.c (normal_stop): Remove MI specific frame printing treatment.
2007-03-29 07:35:39 +00:00
Pedro Alves
d99f33d88b
* configure.srv (arm*-*-mingw32ce*): Move near the other
...
arm targets.
2007-03-29 01:46:20 +00:00
Pedro Alves
2482afc6aa
Ooops, fix up ChangeLog.
2007-03-29 01:10:37 +00:00
Pedro Alves
68070c10c7
gdb/
...
* arm-wince-tdep.c: New.
* config/arm/wince.mt (DEPRECATED_TM_FILE): Use tm-arm.h.
(MT_CFLAGS): Delete.
(TM_CLIBS): Delete.
(TDEPFILES): Add arm-wince-tdep.o, corelow.o, solib.o,
solib-legacy.o, solib-svr4.o, and remove wince.o.
* configure.tgt (arm*-*-mingw32ce*): Add.
* signals/signals.c [HAVE_SIGNAL_H]: Check.
(do_target_signal_to_host): Silence 'not used' warning.
* config/arm/tm-wince.h: Remove.
gdb/gdbserver/
* gdbserver/configure.ac: Add errno checking.
(AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
sys/file.h and malloc.h.
(AC_CHECK_DECLS): Add perror.
(srv_mingwce): Handle.
* gdbserver/configure.srv (i[34567]86-*-cygwin*): Add
win32-i386-low.o to srv_tgtobj.
(i[34567]86-*-mingw*): Likewise.
(arm*-*-mingw32ce*): Add case.
* gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
[__MINGW32CE__] (strerror): New function.
[__MINGW32CE__] (errno): Define to GetLastError.
[__MINGW32CE__] (COUNTOF): New macro.
(remote_open): Remove extra close call.
* mem-break.c (delete_breakpoint_at): New function.
* mem-break.h (delete_breakpoint_at): Declare.
* remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
[USE_WIN32API] (read, write): Add char* casts.
* server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
* server.h: Include wincecompat.h on Windows CE.
[HAVE_ERRNO_H]: Check.
(perror): Declare if not declared.
* utils.c: Add stdlib.h, errno.h and malloc.h includes.
(perror_with_name): Remove errno declaration.
* wincecompat.h: New.
* wincecompat.c: New.
* win32-low.h: New.
* win32-arm-low.c: New.
* win32-i386-low.c: New.
(win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
(OUTMSG2): Make it safe.
(_T): New macro.
(COUNTOF): New macro.
(NUM_REGS): Get it from the low target.
(CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
(thread_rec): Let low target handle debug registers.
(child_add_thread): Likewise.
(child_init_thread_list): Likewise.
(continue_one_thread): Likewise.
(regptr): New.
(do_child_fetch_inferior_registers): Move to ...
* win32-i386-low.c: ... here, and rename to ...
(do_fetch_inferior_registers): ... this.
* win32-low.c (child_fetch_inferior_registers):
Go through the low target.
(do_child_store_inferior_registers): Use regptr.
(strwinerror): New function.
(win32_create_inferior): Handle Windows CE.
Use strwinerror instead of strerror on Windows error
codes. Add program to the error output.
Don't close the main thread handle on Windows CE.
(win32_attach): Use coredll.dll on Windows CE.
(win32_kill): Close current process and current
thread handles.
(win32_detach): Use coredll.dll on Windows CE.
(win32_resume): Let low target handle debug registers, and
step request.
(handle_exception): Add/Remove initial breakpoint. Avoid
non-existant WSTOPSIG on Windows CE.
(win32_read_inferior_memory): Cast to remove warning.
(win32_arch_string): Go through the low target.
(initialize_low): Call set_breakpoint_data with the low
target's breakpoint.
* win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
FOP_REGNUM, mappings): Move to ...
* win32-i386-low.c: ... here.
* win32-low.c (win32_thread_info): Move to ...
* win32-low.h: ... here.
* Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
win32-arm-low.c and wincecompat.c.
(all:): Add $EXEEXT.
(install-only:): Likewise.
(gdbserver:): Likewise.
(gdbreplay:): Likewise.
* config.in: Regenerate.
* configure: Regenerate.
2007-03-29 01:06:48 +00:00
gdbadmin
fdaee4be0e
*** empty log message ***
2007-03-29 00:00:03 +00:00
Pedro Alves
41093d8184
* win32-low.c: Rename typedef thread_info to
...
win32_thread_info throughout.
2007-03-28 22:12:31 +00:00
Pedro Alves
544afa546f
* win32-i386-low.c: Rename to ...
...
* win32-low.c: ... this.
* configure.srv: Replace win32-i386-low.o with win32-low.o.
* Makefile.in: Likewise.
2007-03-28 22:00:15 +00:00
Ulrich Weigand
74174d2e39
* arch-utils.c (legacy_pc_in_sigtramp): Remove.
...
* arch-utils.h (legacy_pc_in_sigtramp): Remove.
* config/ia64/linux.mt (DEPRECATED_TM_FILE): Remove.
* config/ia64/tm-linux.h: Remove file.
* ia64-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp callback.
* ia64-tdep.c (ia64_sigtramp_frame_sniffer): Use it instead of
legacy_pc_in_sigtramp.
(ia64_gdbarch_init): Initialize tdep->pc_in_sigtramp.
* ia64-linux-tdep.c (ia64_linux_pc_in_sigtramp): Make static.
Remove func_name argument.
(ia64_linux_init_abi): Install it as tdep->pc_in_sigtramp.
* infrun.c (HAVE_STEPPABLE_WATCHPOINT): Do not redefine.
* target.c (update_current_target): Add to_have_steppable_watchpoint.
* target.h (struct target_ops): Add to_have_steppable_watchpoint.
(HAVE_STEPPABLE_WATCHPOINT): Define.
* config/ia64/linux.mh (NATDEPFILES): Remove core-aout.o.
* config/ia64/nm-linux.h (KERNEL_U_ADDR, U_REGS_OFFSET,
CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER,
TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_STEPPABLE_WATCHPOINT,
STOPPED_BY_WATCHPOINT, target_stopped_data_address,
target_insert_watchpoint, target_remove_watchpoint): Remove.
(FETCH_INFERIOR_REGISTERS): Define.
* ia64-linux-nat.c (ia64_register_addr): Make static.
(ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise.
(ia64_linux_insert_watchpoint): Make static. Remove ptid_p argument.
(ia64_linux_remove_watchpoint): Likewise. Add type argument.
(ia64_linux_stopped_data_address): Make static. Add target_ops.
(ia64_linux_stopped_by_watchpoint): Make static.
(ia64_linux_can_use_hw_breakpoint): New function.
(ia64_linux_fetch_register, ia64_linux_fetch_registers): Likewise.
(ia64_linux_store_register, ia64_linux_store_registers): Likewise.
(_initialize_ia64_linux_nat): Install register and watchpoint ops.
2007-03-28 18:56:07 +00:00
Pedro Alves
297561aca9
* gdb.cp/method2.cc: New test.
...
* gdb.cp/method2.exp: New test.
* gdb.cp/Makefile.in (EXECUTABLES): Add method2.
2007-03-28 00:32:41 +00:00
Pedro Alves
53c5240fe1
* linespec.c: Include language.h.
...
(find_methods): Add language parameter. Call
lookup_symbol_in_language. Pass language down.
(add_matching_methods): Likewise. Call
lookup_symbol_in_language.
(add_constructors): Likewise.
(find_method): Pass sym_class to collect_methods.
(collect_methods): Add sym_class parameter. Pass language
down.
* symtab.c (lookup_symbol): Rename to ...
(lookup_symbol_in_language): ... this. Add language
parameter. Use passed language instead of current_language.
(lookup_symbol): New as wrapper around
lookup_symbol_in_language.
(lookup_symbol_aux): Add language parameter. Use passed
language instead of current_language.
(search_symbols): Indent.
* symtab.h (enum language): Forward declare.
(lookup_symbol_in_language): Declare.
(lookup_symbol): Update description.
* ada-lang.h (lookup_symbol_in_language): Remove declaration.
* ada-lang.c (restore_language): Remove.
(lookup_symbol_in_language): Remove.
2007-03-28 00:12:15 +00:00
gdbadmin
8b3ef0676b
*** empty log message ***
2007-03-28 00:00:02 +00:00
Pedro Alves
8671a17bde
* breakpoint.c (bpstat_num): Add int *num parameter.
...
* breakpoint.h (bpstat_num): Likewise.
* infcmd.c (continue_command): Adjust to new bpstat_num
interface.
(program_info): Likewise.
2007-03-27 23:01:00 +00:00
Pedro Alves
bce7165daa
* remote-utils.c (monitor_output): Constify msg parameter.
...
* server.h (monitor_output): Likewise.
* win32-i386-low.c (handle_output_debug_string): New.
(win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
handle_output_debug_string.
(get_child_debug_event): Likewise.
2007-03-27 22:46:08 +00:00
Ulrich Weigand
214197f952
* config/sh/tm-sh.h: Remove file.
...
* config/sh/embed.mt (DEPRECATED_TM_FILE): Remove.
* config/sh/linux.mt (DEPRECATED_TM_FILE): Remove.
* config/sh/nbsd.mt (DEPRECATED_TM_FILE): Remove.
* config/sh/tm-wince.h: Do not include "sh/tm-sh.h".
2007-03-27 19:37:08 +00:00
Ulrich Weigand
bac718a627
* config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT,
...
DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Remove.
* remote.c: Remove code under #ifdef DEPRECATED_REMOTE_BREAKPOINT,
DEPRECATED_BIG_REMOTE_BREAKPOINT, DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
* sh-tdep.c (sh_breakpoint_from_pc): Return remote breakpoint
sequence if target_shortname is "remote".
doc/ChangeLog:
* gdbint.texinfo (Target Conditionals): Remove mention of
DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
2007-03-27 19:11:11 +00:00
Daniel Jacobowitz
506c7aa0d5
2007-03-27 Mat Hostetter <mat@lcs.mit.edu>
...
* server.c (main): Correct strtoul check.
2007-03-27 19:10:16 +00:00
Daniel Jacobowitz
de6a76fdbf
2007-03-27 Anton Blanchard <anton@samba.org>
...
* rs6000-tdep.c (rs6000_frame_cache): Use tdep->lr_frame_offset
instead of wordsize when looking for the LR in a stack frame.
2007-03-27 19:04:37 +00:00
Daniel Jacobowitz
4fc771b8c4
* dwarf2-frame.c (dwarf2_frame_eh_frame_regnum): Rename to...
...
(dwarf2_frame_adjust_regnum): ...this. Make static. Add eh_frame_p
argument. Update all callers.
(struct dwarf2_frame_ops): Replace eh_frame_regnum with adjust_regnum.
(dwarf2_frame_set_eh_frame_regnum): Rename to...
(dwarf2_frame_set_adjust_regnum): ...this. Update argument type.
* dwarf2frame.h (dwarf2_frame_set_eh_frame_regnum): Rename to...
(dwarf2_frame_set_adjust_regnum): ...this.
(dwarf2_frame_eh_frame_regnum): Delete prototype.
* rs6000-tdep.c: Include "dwarf2-frame.h".
(rs6000_adjust_frame_regnum): Define.
(rs6000_gdbarch_init): Enable use of DWARF CFI frame unwinder.
Register rs6000_adjust_frame_regnum.
* Makefile.in (rs6000-tdep.o): Update dependencies.
2007-03-27 19:02:42 +00:00
Daniel Jacobowitz
1f81bd395c
* gdb.ada/exec_changed.exp: Avoid "set confirm off".
2007-03-27 18:47:58 +00:00
Daniel Jacobowitz
42c81e2acb
2007-03-27 Jon Ringle <jon@ringle.org>
...
* linux-low.c: Check __ARCH_HAS_MMU__ also.
2007-03-27 18:32:01 +00:00
Daniel Jacobowitz
9453113a8d
Add "make pdf" and "make install-pdf", from Brooks Moses
...
<brooks.moses@codesourcery.com>.
2007-03-27 18:09:36 +00:00
Daniel Jacobowitz
b741e21792
* config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
...
(gdb_load): Delete, replace with...
(gdb_reload): ...this.
* gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
* gdb.server/server-mon.exp: Likewise.
* lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
(gdb_start_cmd): New.
(gdb_file_cmd): Save the last loaded file.
(gdb_reload): New.
(gdb_gnu_strip_debug): Use transform.
* lib/gdbserver-support.exp (gdbserver_spawn): Move file download
support here. Use new $last_loaded_file. Check mtime.
(gdb_target_cmd): Handle ObjC failure case.
(infer_host_exec): Delete.
(gdbserver_load): Rename to...
(gdbserver_run): ...this. Simplify.
* lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
(mi_gdb_load): Move most contents to a new function...
(mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
(mi_run_cmd): Use mi_gdb_target_load.
* gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
Use gdb_run_cmd.
* gdb.base/charsign.exp: Remove incorrect comment.
* gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
* gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
gdb.base/start.exp: Use gdb_start_cmd.
2007-03-27 17:59:38 +00:00
Daniel Jacobowitz
d2449ee801
* amd64-tdep.c (amd64_init_frame_cache): New function.
...
(amd64_alloc_frame_cache, amd64_skip_prologue): Use it.
2007-03-27 15:31:35 +00:00
gdbadmin
89daedbdbc
*** empty log message ***
2007-03-27 00:00:32 +00:00
Bob Wilson
ae21e95527
* gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
2007-03-26 21:28:20 +00:00
Bob Wilson
3f94c0676f
* gdb.texinfo (Invoking GDB): Use @value{GDBP}.
...
(Source Path, Character Sets, Macros, Define)
(GDB/MI Result Records, GDB/MI Simple Examples)
(GDB/MI Program Execution, GDB/MI File Commands)
(Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
(Bug Reporting): Use @value{GCC}.
2007-03-26 15:51:17 +00:00
Bob Wilson
12c2766001
* gdb.texinfo (Help): Fix formatting of examples.
...
(Variables): Use @ifnotinfo instead of @iftex.
(Non-debug DLL symbols): Use @ref instead of @pxref.
(Sparclet File): Use @samp instead of quotes.
2007-03-26 15:49:46 +00:00
Bob Wilson
ce9341a190
* gdb.texinfo (Variables, C): Update cross reference to GCC docs.
2007-03-26 15:43:40 +00:00
Bob Wilson
c8f4133a0e
* gdb.texinfo (Top): Move TUI and Annotations menu entries to match
...
the order of the nodes.
(C Operators, C Constants, Debugging C): Remove extra menus.
(Method Names in Commands): Do not specify next/prev/up nodes.
2007-03-26 15:41:43 +00:00
Bob Wilson
d52fb0e920
* gdb.texinfo (File Options): Add missing parenthesis.
...
(Breakpoints, Special Fortran commands, PowerPC): Fix typos.
2007-03-26 15:39:15 +00:00
Maciej W. Rozycki
a72d8a8e4b
* ui-out.c (ui_out_field_core_addr): Truncate address to
...
TARGET_ADDR_BIT size before printing.
2007-03-26 13:54:30 +00:00
gdbadmin
df1f7f58bb
*** empty log message ***
2007-03-26 00:00:02 +00:00
gdbadmin
bfe7711fae
*** empty log message ***
2007-03-25 00:00:34 +00:00
gdbadmin
fd36de1983
*** empty log message ***
2007-03-24 00:00:32 +00:00
Maciej W. Rozycki
446ab5859f
* gdb.base/sigbpt.exp: Fix the message when skipping test.
...
* gdb.base/signull.exp: Similarly.
2007-03-23 12:41:18 +00:00
gdbadmin
c7ed5fedee
*** empty log message ***
2007-03-23 00:00:35 +00:00
H.J. Lu
5200c3f3c1
Move gdb ChangeLog entry to gdb/ChangeLog.
2007-03-22 16:02:56 +00:00
Maciej W. Rozycki
7d12900b6e
* remote-mips.c (mips_xfer_memory): Update prototype.
2007-03-22 14:21:02 +00:00
Joel Brobecker
16708cba7c
* symfile.h: #include "symtab.h"
2007-03-22 13:35:05 +00:00
Denis Pilat
0fe514e3a0
2007-03-22 Denis Pilat <denis.pilat@st.com>
...
* utils.c (pagination_on_command, pagination_off_command):
Remove useless prototypes.
2007-03-22 09:58:53 +00:00
gdbadmin
8c536c9531
*** empty log message ***
2007-03-22 00:00:03 +00:00
Pierre Muller
4a52dc1539
* fix PR2232 according to patch submitted
2007-03-21 23:57:14 +00:00
gdbadmin
78f1dc9ebe
*** empty log message ***
2007-03-21 00:00:02 +00:00
gdbadmin
417f79e9ac
*** empty log message ***
2007-03-20 00:00:33 +00:00
Kevin Buettner
1c86fa9704
* mep-tdep.c (mep_analyze_frame_prologue, mep_frame_this_id):
...
Specify frame type in calls to frame_func_unwind().
2007-03-19 19:00:50 +00:00
gdbadmin
b0554aa7c0
*** empty log message ***
2007-03-19 00:00:02 +00:00
Vladimir Prus
d74fb15679
Correct attribution
2007-03-18 09:14:30 +00:00
gdbadmin
a9bc8cb56f
*** empty log message ***
2007-03-18 00:00:07 +00:00
gdbadmin
bc7c4163e6
*** empty log message ***
2007-03-17 00:00:34 +00:00
Ulrich Weigand
bbb88ebfcf
* lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
...
messages available to test cases (like chng-sym.exp).
2007-03-16 15:29:00 +00:00
gdbadmin
27c1e22ef1
*** empty log message ***
2007-03-16 00:00:34 +00:00
gdbadmin
4cbdee8aa5
*** empty log message ***
2007-03-15 00:00:05 +00:00
Andreas Schwab
cb8c4a990b
* gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
...
format changes.
2007-03-14 15:15:37 +00:00
gdbadmin
0e0cefcbab
*** empty log message ***
2007-03-14 00:00:04 +00:00
Daniel Jacobowitz
4e463ff545
* rs6000-tdep.c (rs6000_skip_prologue): Use skip_prologue_using_sal.
...
(rs6000_in_function_epilogue_p): Use extract_unsigned_integer.
(refine_prologue_limit): Delete.
(skip_prologue): Don't call it. Use extract_unsigned_integer.
Assume lim_pc is set. Correct check for incomplete prologues.
Do not skip clobbers of the frame pointer.
* symtab.c (skip_prologue_using_sal): Fail if there is only one
sal.
* gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
(optimized_1): New.
(main): Call optimized_1.
(gdb2029): Correct typos. Call gdb2029_marker.
* gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
for gdb2029.
2007-03-13 17:34:23 +00:00
Nathan Froyd
348473d521
* frame.c (frame_pop): Check to see whether there's a frame to
...
which we can pop first.
2007-03-13 14:05:25 +00:00
Nathan Froyd
a2f9cf0ddf
* MAINTAINERS (Write After Approval): Add myself.
2007-03-13 14:00:53 +00:00
gdbadmin
28cd3f6e43
*** empty log message ***
2007-03-13 00:00:02 +00:00
Mark Kettenis
b6db2c4783
* gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
...
as tabs. Remove redundant test pattern.
2007-03-12 21:58:19 +00:00
gdbadmin
1e4e0aa7a4
*** empty log message ***
2007-03-12 00:00:03 +00:00
gdbadmin
a0eb3e7a48
*** empty log message ***
2007-03-11 00:00:02 +00:00
Ulrich Weigand
70ed37372e
* gdb.base/long_long.exp: Accept optional symbol name in <...>
...
for /a format output.
2007-03-10 01:13:43 +00:00
gdbadmin
297f699dd2
*** empty log message ***
2007-03-10 00:00:02 +00:00
Ulrich Weigand
569631c6f2
* infrun.c (breakpoints_failed): Remove unnecessary variable.
...
(handle_inferior_event): Remove unnecessary braces.
* breakpoint.c (bpstat_what): Remove wrong comment.
2007-03-09 16:20:42 +00:00
Daniel Jacobowitz
47b67b6080
* gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
...
collect output incrementally.
2007-03-09 15:20:16 +00:00
Ulrich Weigand
fe5febed21
* spu-tdep.c (spu_in_function_epilogue_p): New function.
...
(spu_gdbarch_init): Install it.
2007-03-09 03:51:04 +00:00
Ulrich Weigand
b8953b0e7e
* gdb.mi/mi-var-cmd.exp: Allow value without "..." string
...
for -var-create lpcharacter test.
* gdb.mi/mi2-var-cmd.exp: Likewise.
2007-03-09 02:20:04 +00:00
Ulrich Weigand
7acd5c40d2
* gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
...
pass on targets where address zero is readable.
2007-03-09 01:14:12 +00:00
Ulrich Weigand
9c6759c1a1
* gdb.xml/tdesc-arch.exp: Test is unsupported on target with
...
just a single architecture.
2007-03-09 00:14:07 +00:00
gdbadmin
9addded633
*** empty log message ***
2007-03-09 00:00:32 +00:00
Ulrich Weigand
9dea8ca21c
* spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
...
object types, not 0.
2007-03-08 23:54:24 +00:00
Ulrich Weigand
7b3dc0b75b
* spu-tdep.c (spu_frame_align): New function.
...
(spu_gdbarch_init): Install it. Set call dummy location to ON_STACK.
2007-03-08 21:32:22 +00:00
Ulrich Weigand
118dfbaf1f
* spu-tdep.c (spu_unwind_pc): Mask off interrupt enable bit.
...
(spu_software_single_step): Likewise.
(spu_read_pc, spu_write_pc): New functions.
(spu_gdbarch_init): Install them.
2007-03-08 21:18:01 +00:00
Ulrich Weigand
a2f1aeb4a0
* gdb.base/callfuncs.exp (do_get_all_registers): Remove.
...
(fetch_all_registers): New function, uses gdb_test_multiple and
exp_continue to fetch inferior output line-by-line.
Replace all uses of do_get_all_registers by fetch_all_registers.
2007-03-08 20:08:02 +00:00
Ulrich Weigand
46579ac2da
* gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
...
in target_info.
2007-03-08 17:59:13 +00:00
Ulrich Weigand
29e4017ddc
* cli/cli-dump.c (struct callback_data): load_offset needs to
...
have signed long type.
2007-03-08 16:54:02 +00:00
gdbadmin
cb9f45d79f
*** empty log message ***
2007-03-08 00:00:05 +00:00
Joel Brobecker
6de5b84957
* mips-tdep.c (mips_insn16_frame_cache, mips_insn32_frame_sniffer):
...
Revert the previous change that had some unexpected side-effects
on mips32.
(mips_insn16_frame_cache, mips_insn32_frame_cache): Use the proper
function to get the address of the calling instruction.
2007-03-07 21:32:47 +00:00
Denis Pilat
7490ba4f78
* tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Replace
...
get_selected_frame by deprecated_safe_get_selected_frame.
2007-03-07 10:29:47 +00:00
gdbadmin
5a95d5a969
*** empty log message ***
2007-03-07 00:00:35 +00:00
gdbadmin
5a38199b18
*** empty log message ***
2007-03-06 00:00:32 +00:00
gdbadmin
ad8bd7f8c1
*** empty log message ***
2007-03-05 00:00:04 +00:00
gdbadmin
18845502dd
*** empty log message ***
2007-03-04 00:00:02 +00:00
gdbadmin
f157d00c98
*** empty log message ***
2007-03-03 00:00:38 +00:00
Michael Snyder
fc133f2406
2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
...
* gdb.threads/manythreads.exp: Use $message string for
consistancy; add a default (timeout) case.
2007-03-02 22:16:06 +00:00
Michael Snyder
7646a51d49
2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
...
* gdb.base/watchpoint.exp: Fix truncated comment.
2007-03-02 22:11:15 +00:00
Mark Kettenis
861fb77c13
* shnbsd-tdep.c: Include "regset.h", "gdb_assert.h" and
...
"gdb_string.h". Don't include "nbsd-tdep.h".
(SIZEOF_STRUCT_REG): Remove.
(SHNBSD_SIZEOF_GREGS): New.
(shnbsd_supply_gregset, shnbsd_collect_gregset)
(shnbsd_regset_from_core_section): New functions.
(fetch_core_registers, fetch_elfcore_registers): Remove functions.
(shnbsd_supply_reg, shnbsd_fill_reg): Simply call
shnbsd_supply_gregset, shnbsd_collect_gregset.
(shnbsd_gregset): New variable.
(shnbsd_init_abi): Set regset_from_core_section.
(GDB_OSABI_NETBSD_CORE): New define.
(shnbsd_core_osabi_sniffer): New function.
(_initialize_shnbsd_tdep): Register shnbsd_core_osabi_sniffer.
* Makefile.in (shnbsd-tdep.o): Update dependencies.
* config/sh/nbsd.mt (TDEPFILES): Add corelow.o, remove
nbsd-tdep.o.
* config/sh/obsd.mt (TDEPFILES): Remove nbsd-tdep.o.
2007-03-02 21:28:18 +00:00
Michael Snyder
dcfff61f44
2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
...
* Makefile.in: Remove spurious single-quotes from sed command.
2007-03-02 18:42:40 +00:00
gdbadmin
ac87cdfeb3
*** empty log message ***
2007-03-02 00:00:02 +00:00
gdbadmin
9c95710e8b
*** empty log message ***
2007-03-01 00:00:33 +00:00
Joel Brobecker
787cbe146c
* gdbtypes.c (replace_type): Fix typo that caused us to not update
...
length of the types referenced by the new type CV ring.
2007-02-28 19:42:08 +00:00
Daniel Jacobowitz
35f196d907
* frame.c (frame_pop, frame_observer_target_changed): Call
...
reinit_frame_cache.
(flush_cached_frames): Rename to reinit_frame_cache and delete
old implementation.
* frame.h (flush_cached_frames): Delete prototype and update comment.
* bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Call
reinit_frame_cache instead of flush_cached_frames. Do not call
select_frame after reinit_frame_cache.
* corelow.c (core_open): Likewise.
* gdbarch.sh (deprecated_current_gdbarch_select_hack): Likewise.
* infrun.c (prepare_to_proceed, context_switch)
(handle_inferior_event): Likewise.
* linux-fork.c (fork_load_infrun_state): Likewise.
* ocd.c (ocd_start_remote): Likewise.
* remote-e7000.c (e7000_start_remote): Likewise.
* remote-mips.c (device): Likewise.
* thread.c (switch_to_thread): Likewise.
* tracepoint.c (finish_tfind_command): Likewise.
* gdbarch.c: Regenerated.
2007-02-28 17:35:01 +00:00
Daniel Jacobowitz
664e3ee9c3
* gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
...
func.
* gdb.mi/mi2-var-cmd.exp: Likewise.
2007-02-28 17:32:51 +00:00
Joel Brobecker
c26f2453ab
* gdbtypes.c (check_typedef): Do not replace stub type if
...
the resolved type is not defined in the same objfile.
2007-02-28 16:35:49 +00:00
Joel Brobecker
e26f076c67
Move dw2-producer.* from gdb.arch to gdb.dwarf2 where it was supposed to
...
be checked in.
2007-02-28 16:28:17 +00:00
Daniel Jacobowitz
7d900f1a0b
* top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.
2007-02-28 15:55:54 +00:00
Joel Brobecker
760386520a
Fix the last ChangeLog entry date (oops :-/).
2007-02-28 06:04:37 +00:00
Joel Brobecker
52eea4ce26
* stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN
...
symbol for Ada units when the symbol is defined using 't' rather
than 'Tt' as symbol descriptor.
2007-02-28 05:59:14 +00:00
Ulrich Weigand
1344afe0bb
* config/mips/tm-nbsd.h: Delete file.
...
* config/mips/nbsd.mt (DEPRECATED_TM_FILE): Remove.
* config/sh/tm-nbsd.h: Delete file.
* config/sh/nbsd.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
2007-02-28 01:34:01 +00:00
gdbadmin
b1e3fd4447
*** empty log message ***
2007-02-28 00:00:33 +00:00
Joel Brobecker
f8d225dba8
* mi/mi-cmd-var.c (varobj_update_one): Remove reference to
...
unused WRONG_PARAM value since it was recently deleted.
2007-02-27 23:42:33 +00:00
Nick Roberts
93b979d682
(varobj_update): Free temporary vectors.
2007-02-27 23:27:47 +00:00
Nick Roberts
1bbfb19a4d
*** empty log message ***
2007-02-27 23:27:15 +00:00
Ulrich Weigand
6f7f3f0da4
* config/powerpc/linux.mt (DEPRECATED_TM_FILE): Set to tm-ppc-eabi.h.
...
* config/powerpc/tm-linux.h: Delete file.
* config/powerpc/tm-ppc-eabi.h: Do not include "rs6000/tm-rs6000.h".
(PROCESS_LINENUMBER_HOOK): Do not undefine.
(TEXT_SEGMENT_BASE): Do not redefine.
* config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Move here
from config/rs6000/tm-rs6000.h.
(TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
* config/rs6000/tm-rs6000.h (struct frame_info): Remove declaration.
(TEXT_SEGMENT_BASE): Remove.
(IN_SOLIB_RETURN_TRAMPOLINE): Remove.
(rs6000_in_solib_return_trampoline): Remove.
(SKIP_TRAMPOLINE_CODE): Remove.
(rs6000_skip_trampoline_code): Remove.
(CHILD_SPECIAL_WAITSTATUS): Move to config/rs6000/nm-rs6000.h.
(TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
(FP0_REGNUM): Remove.
(rs6000_find_toc_address_hook): Move to rs6000-tdep.h.
(rs6000_set_host_arch_hook): Remove.
* Makefile.in (rs6000-nat.o): Add dependency on $(rs6000_tdep_h).
(rs6000-aix-tdep.o): Add dependency on $(ppc_tdep_h).
* ppc-tdep.h (struct gdbarch_tdep): Add field text_segment_base.
* rs6000-aix-tdep.c: Include "ppc-tdep.h".
(rs6000_aix_init_osabi): Set text_segment_base tdep field.
* rs6000-nat.c: Include "rs6000-tdep.h".
(exec_one_dummy_insn): Replace TEXT_SEGMENT_BASE by tdep field.
(set_host_arch): Rename to ...
(rs6000_create_inferior): ... this. Make public.
(_initialize_core_rs6000): Do not set rs6000_set_host_arch_hook.
* rs6000-tdep.c (rs6000_set_host_arch_hook): Remove.
(rs6000_create_inferior): Remove.
(branch_dest): Replace TEXT_SEGMENT_BASE by tdep field.
(rs6000_gdbarch_init): Call set_gdbarch_fp0_regnum,
set_gdbarch_in_solib_return_trampoline, and
set_gdbarch_skip_trampoline_code.
* rs6000-tdep.h (rs6000_find_toc_address_hook): Move here
from config/rs6000/tm-rs6000.h.
2007-02-27 23:04:28 +00:00
Joel Brobecker
63050a44a0
Fix Entry dates for the last couple entries.
2007-02-27 23:01:58 +00:00
Joel Brobecker
d7cc6f2f7e
* gdb.dwarf2/dw2-producer.S: New file.
...
* gdb.dwarf2/dw2-producer.exp: New testcase.
2007-02-27 23:01:17 +00:00
Joel Brobecker
05279ca074
* buildsym.c (record_producer): Do nothing if no producer is provided.
2007-02-27 22:57:42 +00:00
Nick Roberts
6d28409d4a
(enum varobj_update_error): Delete WRONG_PARAM value.
2007-02-27 22:01:10 +00:00
Nick Roberts
a1f42e84b8
(varobj_update): Remove unused local. Use gdb_assert
...
to check changelist is non-NULL. Call error if the frontend tries
to update a non-root variable.
2007-02-27 22:00:39 +00:00
Nick Roberts
e0b75a463c
*** empty log message ***
2007-02-27 21:58:57 +00:00
Nick Roberts
c0e3bc0797
*** empty log message ***
2007-02-27 21:51:57 +00:00
Nick Roberts
3fddb3adb4
* gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
...
* gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
* gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
* gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
* gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
Revert tests to use mi_gdb_test and include value field in output
of -var-create.
2007-02-27 21:45:34 +00:00
Daniel Jacobowitz
93d42b302e
* dwarf2-frame.c (dwarf2_frame_cache, dwarf2_frame_this_id)
...
(dwarf2_frame_sniffer): Update.
(dwarf2_signal_frame_this_id): New function.
(dwarf2_signal_frame_unwind): Use it.
(dwarf2_frame_base_sniffer): Use frame_unwind_address_in_block.
* frame.c (frame_func_unwind): Add this_type argument.
(get_frame_func): Update.
(frame_unwind_address_in_block): Add this_type argument and check it.
Fix a typo.
(get_frame_address_in_block): Update.
* frame.h (enum frame_type): Move higher in the file.
(frame_unwind_address_in_block, frame_func_unwind): Add enum frame_type
argument.
* alpha-mdebug-tdep.c, alpha-tdep.c, amd64-tdep.c, amd64obsd-tdep.c,
arm-tdep.c, avr-tdep.c, cris-tdep.c, frv-tdep.c, h8300-tdep.c,
hppa-tdep.c, i386-tdep.c, i386obsd-tdep.c, ia64-tdep.c,
libunwind-frame.c, m32c-tdep.c, m32r-linux-tdep.c, m32r-tdep.c,
m68hc11-tdep.c, m68k-tdep.c, m88k-tdep.c, mips-mdebug-tdep.c,
mips-tdep.c, mn10300-tdep.c, mt-tdep.c, rs6000-tdep.c, s390-tdep.c,
score-tdep.c, sh-tdep.c, sh64-tdep.c, sparc-tdep.c,
sparc64obsd-tdep.c, spu-tdep.c, v850-tdep.c, vax-tdep.c,
xstormy16-tdep.c, xtensa-tdep.c: Update calls to
frame_func_unwind and frame_unwind_address_in_block to specify
the frame type. Use frame_unwind_address_in_block instead of
frame_pc_unwind in sniffers.
* gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
2007-02-27 20:17:19 +00:00
Daniel Jacobowitz
206415a3ea
* frame.c (deprecated_selected_frame): Rename to...
...
(selected_frame): ...this. Make static.
(get_selected_frame, select_frame): Update.
* frame.h (deprected_select_frame): Delete.
(deprecated_safe_get_selected_frame): Update comments.
* breakpoint.c, cli/cli-cmds.c, f-valprint.c, infcmd.c, inflow.c,
infrun.c, stack.c, tui/tui-disasm.c, tui/tui-source.c,
tui/tui-winsource.c, valops.c, varobj.c, findvar.c, macroscope.c,
parse.c, regcache.h, sh64-tdep.c, tui/tui-hooks.c, tui/tui-win.c,
tui/tui.c: Replace references to deprecated_selected_frame.
2007-02-27 19:46:04 +00:00
Fred Fish
7313566fe3
Reviewed by Mark Kettenis <mark.kettenis@xs4all.nl>
...
2007-02-27 Fred Fish <fnf@specifix.com>
* rs6000-tdep.c (skip_prologue): Recognize addi instructions that
directly decrement the stack pointer, accumulate their operand into
the stack offset, and mark the function as not being frameless.
2007-02-27 17:29:51 +00:00
Daniel Jacobowitz
64a6910722
* terminal.h: Check HAVE_SGTTY_H.
2007-02-27 17:23:34 +00:00
Daniel Jacobowitz
6f8486daac
from Mat Hostetter <mat@lcs.mit.edu>
...
* remote-utils.c (remote_open): Print out the assigned port number.
2007-02-27 17:21:35 +00:00
Daniel Jacobowitz
c499ed39b6
* gdb.base/maint.exp: Remove full paths from test names.
...
* gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
2007-02-27 13:54:04 +00:00
Joel Brobecker
9836f81b1e
* gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
2007-02-27 06:43:27 +00:00
gdbadmin
fadf8777e3
*** empty log message ***
2007-02-27 00:00:32 +00:00
Daniel Jacobowitz
b6d373df1e
* arch-utils.c (selected_byte_order): New.
...
* arch-utils.h (selected_byte_order): New prototype.
* remote-sim.c (gdbsim_open): Use selected_byte_order.
2007-02-26 20:13:18 +00:00
Daniel Jacobowitz
c74d0ad827
* gdb.texinfo (Monitor commands for gdbserver): New subsection.
...
* remote-utils.c (monitor_output): New function.
* server.c (debug_threads): Define here.
(monitor_show_help): New function.
(handle_query): Handle qRcmd.
(main): Do not handle 'd' packet.
* server.h (debug_threads, remote_debug, monitor_output): Declare.
* linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
of debug_threads.
* gdb.server/server-mon.exp: New test.
2007-02-26 20:10:18 +00:00
Daniel Jacobowitz
2711e4564f
* symfile.c (place_section): Check SEC_ALLOC. Do not check VMA.
...
(default_symfile_offsets): Check VMA here. Update section VMAs.
* gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
2007-02-26 20:04:38 +00:00
Daniel Jacobowitz
baef701fc2
* remote.c (init_remote_state): Add special handling for placeholder
...
registers.
2007-02-26 19:23:17 +00:00
Daniel Jacobowitz
05a4558a93
* Makefile.in (XMLFILES): Include $(TDEP_XML).
...
(filenames_h): New variable.
(clean): Clean up xml-builtin.c and stamp-xml.
(arm-linux-nat.o): Update.
* config/arm/linux.mh (TDEP_XML): Define.
* arm-linux-nat.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
(arm_linux_has_wmmx_registers): New.
(GET_THREAD_ID): Fix typo.
(IWMMXT_REGS_SIZE): Define.
(fetch_wmmx_regs, store_wmmx_regs): New.
(arm_linux_fetch_inferior_registers): Use fetch_wmmx_regs.
(arm_linux_store_inferior_registers): Use store_wmmx_regs.
(super_xfer_partial, arm_linux_xfer_partial): New.
(_initialize_arm_linux_nat): Use them.
* xml-support.c (fetch_xml_builtin): Move outside HAVE_LIBEXPAT.
(xml_builtin_xfer_partial): New function.
* xml-support.h (xml_builtin_xfer_partial): New prototype.
* NEWS: Update mention of iWMMXt support.
2007-02-26 19:20:21 +00:00
Daniel Jacobowitz
ff6f572f8b
* arm-tdep.c (arm_scan_prologue): Do not record FPA register saves
...
if there are no FPA registers.
(arm_dwarf_reg_to_regnum): New function.
(arm_register_type, arm_register_name): Return minimal values for
unsupported registers.
(arm_register_sim_regno): Handle iWMMXt registers.
(arm_gdbarch_init): Record missing FPA registers if indicated by
a target description. Recognize iWMMXt registers. Only register
"info float" for FPA. Use ARM_NUM_REGS. Register
arm_dwarf_reg_to_regnum.
* arm-tdep.h (enum gdb_regnum): Add ARM_NUM_REGS and iWMMXt
constants.
(struct gdbarch_tdep): Add have_fpa_registers.
* features/xscale-iwmmxt.xml: Update capitalization.
* regformats/arm-with-iwmmxt.dat: Regenerated.
* src/gdb/doc/gdb.texinfo (Standard Target Features): Mention
case insensitivity.
(ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
* gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
register capitalization.
2007-02-26 19:18:53 +00:00
gdbadmin
56b60c14ab
*** empty log message ***
2007-02-26 00:00:33 +00:00
Pedro Alves
de7c3b4ad8
* Makefile.in (EXEEXT): New.
...
(clean): Use $(EXEEXT).
2007-02-25 19:44:29 +00:00
Pedro Alves
ef57601be4
* target.h (target_ops): Rename send_signal to request_interrupt,
...
and remove enum target_signal parameter.
* linux-low.c (linux_request_interrupt): Rename from
linux_send_signal, and always send SIGINT.
* spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
and always send SIGINT.
* remote-utils.c (putpkt_binary): Call request_interrupt, instead
of send_signal.
(input_interrupt): Likewise.
2007-02-25 17:59:43 +00:00
Pedro Alves
820f2bda8e
* server.c (get_features_xml): Check if target implemented
...
arch_string.
* win32-i386-low.c (win32_arch_string): New.
(win32_target_ops): Add win32_arch_string as arch_string member.
2007-02-25 17:40:10 +00:00
gdbadmin
5235524473
*** empty log message ***
2007-02-25 00:00:04 +00:00
Kevin Buettner
c077150c2a
* NEWS (New targets): Add entry for the Toshiba Media Processor.
2007-02-24 17:37:28 +00:00
gdbadmin
0e71eb96ed
*** empty log message ***
2007-02-24 00:00:02 +00:00
Kevin Buettner
01c996c12f
* MAINTAINERS (mep): New target.
2007-02-23 23:02:51 +00:00
Kevin Buettner
aeb4312340
Add support for new target, Toshiba Media Processor (MeP).
2007-02-23 22:50:41 +00:00
gdbadmin
dbadc25c61
*** empty log message ***
2007-02-23 00:00:32 +00:00
Ulrich Weigand
ab39bf2466
* spu-low.c (spu_arch_string): New.
...
(spu_target_ops): Add spu_arch_string.
2007-02-22 17:41:37 +00:00
Ulrich Weigand
115d86cfaa
* infrun.c (inferior_stop_reason, print_stop_reason): Remove
...
BREAKPOINT_HIT and STOP_UNKNOWN.
2007-02-22 15:14:12 +00:00
Ulrich Weigand
fef862e5fe
* valops.c (value_ind): Fix unary * handling of TYPE_CODE_INT.
2007-02-22 15:13:26 +00:00
gdbadmin
a0c0ec17df
*** empty log message ***
2007-02-22 00:00:03 +00:00
gdbadmin
690185ca92
*** empty log message ***
2007-02-21 00:00:33 +00:00
Joel Brobecker
9a7d5afb37
* gdb_expat.h (XMLCALL): Define if not already defined.
2007-02-20 19:42:14 +00:00
Andreas Schwab
81de920dd0
* Makefile.in (symfile.o): Update dependencies.
2007-02-20 16:05:54 +00:00
Daniel Jacobowitz
cb5c8c3989
gdb/
...
* MAINTAINERS: Disable -Werror for cris simulator. Build
sparc64-solaris2.10 instead of the broken sparc-elf.
* solib-frv.c: Include "solib.h".
* Makefile.in (solib-frv.o): Update.
* mt-tdep.c (mt_gdbarch_init): Correct typo in floatformats patch.
* xtensa-tdep.c (xtensa_regset_from_core_section): Cast size_t to int.
(xtensa_frame_this_id, xtensa_frame_prev_register)
(xtensa_push_dummy_call): Use %p.
sim/v850/
* Makefile.in (interp.o): Uncomment and update.
2007-02-20 12:45:06 +00:00
gdbadmin
f4354dfb6a
*** empty log message ***
2007-02-20 00:00:09 +00:00
gdbadmin
ee268f7c7f
*** empty log message ***
2007-02-19 00:00:03 +00:00
Nick Roberts
0869d01bc3
(Top): Put Appendix A after numbered sections.
...
(Files): Add section name to argument list for pxref.
(Non-debug DLL symbols): Don't use `see' for pxref.
(Embedded Processors): Fix typo.
(GDB/MI Breakpoint Commands): Execution commands generate
*stopped not ^done.
2007-02-18 08:04:35 +00:00
Nick Roberts
994337c364
*** empty log message ***
2007-02-18 08:03:18 +00:00
gdbadmin
c68e1caee0
*** empty log message ***
2007-02-18 00:00:33 +00:00
gdbadmin
2d43163b33
*** empty log message ***
2007-02-17 00:00:32 +00:00
Daniel Jacobowitz
e6bb342af7
* avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
...
ia64-tdep.c, m68k-tdep.c, mips-linux-tdep.c, ppcobsd-tdep.c,
sparc-linux-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
* Makefile.in (avr-tdep.o, hppabsd-tdep.o, hppa-tdep.o, i386-tdep.o)
(ia64-tdep.o, m68k-tdep.o, mips-linux-tdep.o, ppcobsd-tdep.o)
(sparc-linux-tdep.o): Update.
2007-02-16 21:49:59 +00:00
Daniel Jacobowitz
61ff6e04e4
* remote-utils.c: Remove HAVE_TERMINAL_H check.
...
* configure.ac: Do not check for terminal.h.
* configure, config.in: Regenerated.
2007-02-16 20:01:14 +00:00
gdbadmin
010a1144c1
*** empty log message ***
2007-02-16 00:00:04 +00:00