Randolph Chung
c4c79048fa
2005-11-19 Randolph Chung <tausq@debian.org>
...
* hppa-tdep.c (skip_prologue_hard_way): Add one more insn pattern
for "std rp,-0x10(sp)".
(hppa_frame_cache): Likewise.
(hppa_fallback_frame_cache): Likewise.
2005-11-19 12:39:50 +00:00
Randolph Chung
9ed5ba2423
2005-11-19 Randolph Chung <tausq@debian.org>
...
* hppa-tdep.c (hppa_frame_cache): Reformat code and enhance
debugging.
2005-11-19 12:38:56 +00:00
Jim Blandy
6244699480
2005-11-18 Jim Blandy <jimb@redhat.com>
...
* tracepoint.c (collect_symbol): Doc fix.
2005-11-19 04:44:43 +00:00
Jim Blandy
0f570f537e
2005-11-18 Jim Blandy <jimb@redhat.com>
...
* tracepoint.c (struct memrange): Doc fix.
2005-11-19 01:23:26 +00:00
gdbadmin
7148bbdc24
*** empty log message ***
2005-11-19 00:00:34 +00:00
Kevin Buettner
9a6253be92
* gdb.texinfo (set remotebreak): Add anchor.
...
(X packet): Likewise.
(Remote Protocol): Add new section `Interrupts' and new index
entry `interrupts (remote protocol)'.
2005-11-18 22:17:09 +00:00
Jim Blandy
5f3bebba9f
* gdb.texinfo (Packets): Move information out of 'q' and 'Q'
...
entries into the General Query Packets section. Add a
cross-reference to that section. Drop description of replies, as
these are covered in the descriptions of each packet.
(General Query Packets): Add introductory text. Explain naming
conventions, and how the end of a name is recognized.
2005-11-18 19:20:56 +00:00
Andrew Stubbs
0be75e0273
2005-11-18 Andrew Stubbs <andrew.stubbs@st.com>
...
* mi/mi-main.c (mi_load_progress): Ensure the use of the correct mi
uiout for the duration of the function.
2005-11-18 17:02:14 +00:00
Nick Roberts
a2140d4d10
(gdb-source-file-list): Declare.
...
(gdbmi): Bind new functions.
(gdbmi-var-list-children-handler, gdbmi-var-list-children-regexp):
Handle string expressions properly. Move "type" field into regexp.
(gdbmi-var-update-regexp, gdbmi-var-update-handler): Handle string
expressions properly. Update speedbar.
(gdbmi-breakpoints-buffer, gdb-stack-buffer, gdb-locals-buffer)
(gdb-registers-buffer): Use def-gdb-auto-update-trigger instead of
def-gdb-auto-updated-buffer as handlers is defined explicitly.
(gdb-stack-list-locals-handler): Handle string expressions properly.
(gdb-data-list-register-values-handler)
(gdb-data-list-register-values-custom): Fontify buffer.
2005-11-18 06:37:38 +00:00
Nick Roberts
0d983938b1
*** empty log message ***
2005-11-18 06:37:11 +00:00
Nick Roberts
8da2ba18fd
*** empty log message ***
2005-11-18 06:35:02 +00:00
gdbadmin
1928f86ce1
*** empty log message ***
2005-11-18 00:00:02 +00:00
Kevin Buettner
0564b6cfcd
Fix ChangeLog typo from previous commit.
2005-11-17 19:12:26 +00:00
Kevin Buettner
9a7a1b3614
* gdb.texinfo (Remote Configuration): Fix typo in description of
...
"set remotebreak" command.
2005-11-17 19:08:38 +00:00
Daniel Jacobowitz
17d43da18d
* version.in: Update to 6.4.50.
2005-11-17 04:05:35 +00:00
gdbadmin
a0fef31c45
*** empty log message ***
2005-11-17 00:00:02 +00:00
Andrew Stubbs
d91e990118
2005-11-16 Andrew Stubbs <andrew.stubbs@st.com>
...
* NEWS (6.4): Mention $argc.
2005-11-16 12:49:17 +00:00
Jim Blandy
b8ff78cefa
gdb/doc/ChangeLog:
...
2005-11-16 Jim Blandy <jimb@redhat.com>
* gdb.texinfo (Packets, Stop Reply Packets)
(General Query Packets): Various formatting cleanups.
- Use @samp for packet contents.
- Drop summaries from packet @item lines; the same information appears
immediately below in the description.
- Delete paragraph breaks after packet @item commands, so that the
description appears directly to the right of the packet prototype
in the printed manual, if it fits.
- Place spaces in packet prototypes between @vars and non-@var
letters, and explain that they're just for formatting.
- Use @dots{} instead of '...'.
- Fix uses of @code where @var was needed.
- Replace "deprecated" markers with English text spelling out the
packet's status and the preferred alternatives.
- Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
what this ever meant.
- Remove "(draft)" markers on 'i' packets; nobody has commented on
this for a long time.
- Remove "(draft)" markers on 'z' and 'Z' packets; these have been
implemented several times, and have been in use for years.
2005-11-16 10:34:33 +00:00
Jim Blandy
c43c547375
2005-11-15 Jim Blandy <jimb@redhat.com>
...
* gdb.texinfo (Packets): Add index entries for 'm' packet
disclaimers.
2005-11-16 06:24:52 +00:00
gdbadmin
525852f863
*** empty log message ***
2005-11-16 00:00:02 +00:00
Jim Blandy
fb031cdf9e
* gdb.texinfo (Packets): Clarify lack of restrictions on behavior
...
of stub when processing an 'm' packet.
2005-11-15 19:58:30 +00:00
Jim Blandy
8ffe25303d
* gdb.texinfo (Packets): Mention that packets beginning with
...
letters are reserved once, at the top, instead of actually listing
them all and saying "reserved".
2005-11-15 18:00:28 +00:00
Andrew Stubbs
b33a619050
2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
...
* NEWS: Add --batch-silent, --return-child-result, and --eval-command
options to the 6.4 section.
2005-11-15 12:38:45 +00:00
Andrew Stubbs
c03c782ff0
2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
...
* cli/cli-script.c: Include gdb_assert.h.
(locate_arg): Detect $argc.
(insert_args): Substitute $argc.
* Makefile.in (cli-script.o): Add dependency on gdb_assert.h.
doc/
* gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
Change @var{$arg0 to @code{$arg0.
2005-11-15 12:03:08 +00:00
gdbadmin
331e31641e
*** empty log message ***
2005-11-15 00:00:32 +00:00
Jim Wilson
22c6cabacd
Fix gcc bug 24490, location list query failed due to out-of-range address.
...
PR 2024
* dwarf2loc.c (dwarf_expr_frame_base): Use get_frame_address_in_block
instead of get_frame_pc.
(loclist_read_variable): Likewise.
2005-11-14 22:25:16 +00:00
Andrew Stubbs
bd73ccbdac
2005-11-14 Andrew Stubbs <andrew.stubbs@st.com>
...
* MAINTAINERS (Write After Approval): Add myself to the list.
2005-11-14 19:07:15 +00:00
Andrew Stubbs
ad21ceb022
2005-11-14 Andrew Stubbs <andrew.stubbs@st.com>
...
* thread.c (_initialize_thread): Correct the 'thread apply' help
message.
2005-11-14 17:03:25 +00:00
Wu Zhou
ff2587ec78
* gdb.texinfo: Correct a merge error introduced by -r 1.286.
2005-11-14 03:27:22 +00:00
Wu Zhou
814e32d720
* gdb.texinfo (Fortran): Add some words about Fortran debugging.
2005-11-14 02:34:43 +00:00
gdbadmin
eafa87ff3b
*** empty log message ***
2005-11-14 00:00:03 +00:00
Daniel Jacobowitz
0cc7b39248
* elfread.c (elf_symtab_read): Remove if (1) and reindent.
2005-11-13 18:56:34 +00:00
Daniel Jacobowitz
c75a2cc832
* arm-linux-tdep.c (eabi_linux_arm_le_breakpoint)
...
(eabi_linux_arm_be_breakpoint): New variables.
(arm_linux_init_abi): Use them.
2005-11-13 18:04:14 +00:00
Daniel Jacobowitz
9d1fb17785
* linux-arm-low.c (arm_eabi_breakpoint): New variable.
...
(arm_breakpoint_at): Recognize both breakpoints.
(the_low_target): Use the correct breakpoint instruction.
2005-11-13 18:04:03 +00:00
gdbadmin
f0b3881fd7
*** empty log message ***
2005-11-13 00:00:02 +00:00
Jim Blandy
fa93a9d8fc
2005-11-12 Jim Blandy <jimb@redhat.com>
...
* gdb.texinfo (General Query Packets): Put packets in alphabetical
order. Remove extraneous 'z'.
2005-11-12 23:09:46 +00:00
gdbadmin
d3166d3a2a
*** empty log message ***
2005-11-12 00:00:33 +00:00
Michael Snyder
946db78215
2005-11-11 Michael Snyder <msnyder@redhat.com>
...
* inftarg.c (child_wait): Delete unused local variable.
2005-11-11 22:30:23 +00:00
Stephane Carrez
ca9d4aead9
PR tui/1995
...
* tui/tui-command.c (tui_dispatch_ctrl_char): Handle CTRL-L even if the
focus is on the command window.
2005-11-11 19:55:51 +00:00
Stephane Carrez
fddb59b729
* tui/tui-win.c (tui_update_gdb_sizes): Use tui_term_width() and
...
tui_term_height() to restore the terminal size when leaving the
TUI mode.
2005-11-11 18:07:09 +00:00
Stephane Carrez
c3d0b56edf
* gdb.asm/m68hc11.inc: Setup the data section.
...
* gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
script for this test.
(m6812-*-*): Likewise.
2005-11-11 11:18:53 +00:00
Stephane Carrez
ff1e98b937
* m68hc11-tdep.c (m68hc11_pseudo_register_write): Use gdb_byte
...
for buffers.
(m68hc11_pseudo_register_read): Likewise.
(m68hc11_return_value): Likewise.
(m68hc11_frame_prev_register): Likewise.
(m68hc11_frame_align): Remove as its seems no longer necessary.
(m68hc11_gdbarch_init): Don't install frame_align handler.
(m68hc11_scan_prologue): Fix crash that occurred when called from
m68hc11_skip_prologue
2005-11-11 10:25:34 +00:00
gdbadmin
c1446365bb
*** empty log message ***
2005-11-11 00:00:32 +00:00
Mark Kettenis
043c9cdcc3
* MAINTAINERS: Mark m68k-elf, sparc-elf and vax-netbsd as no
...
longer broken.
2005-11-10 19:21:51 +00:00
gdbadmin
81aa3c3cd9
*** empty log message ***
2005-11-10 00:00:34 +00:00
Randolph Chung
36ae0ea97e
2005-11-09 Randolph Chung <tausq@debian.org>
...
* gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
2005-11-09 15:45:55 +00:00
Randolph Chung
11fae660b9
2005-11-09 Randolph Chung <tausq@debian.org>
...
* hppa-linux-nat.c (_initialize_hppa_linux_nat): Use
hppa_linux_{store,fetch}_inferior_registers instead of
arm_linux_{store,fetch}_inferior_registers.
2005-11-09 07:22:40 +00:00
Kazuhiro Inaoka
492e5c6b71
2005-11-08 Kei Sakamoto <sakamoto.kei@renesas.com>
...
* remote-m32r-sdi.c: Update copyright years.
(m32r_resume): Write DBT at word-aligned addresses.
(m32r_wait): Use SDI_WRITE_MEMORY to remove DBT.
2005-11-09 07:09:05 +00:00
Wu Zhou
9d6f42e946
gdb.base/break.exp: Fix a comment typo.
2005-11-09 06:41:30 +00:00
gdbadmin
d0967c0f3c
*** empty log message ***
2005-11-09 00:00:04 +00:00