* [Linux-ia64] new kdb patch with disassembler support
@ 2000-06-13 15:46 Stephane Eranian
0 siblings, 0 replies; only message in thread
From: Stephane Eranian @ 2000-06-13 15:46 UTC (permalink / raw)
To: linux-ia64
Hi,
I grew tired of not being able to disassemble code with kdb. This was
really tedious when I was looking at the PAL problems. So I decided
to add support for it. It is included in this patch and is based on
the BFD code.
Summary of changes:
- upgrade to 2.4-test1
- disassembler support via the id command. Symbol lookups is fully
supported. Single stepping now shows code as well. (S.Eranian)
- restructured machine dependent input/output (kdba_io.c). There was
way too much code duplication. A side effect is that with 2 consoles
(serial+vga) you can now debug from either places. (S.Eranian)
- vastly enhanced command line editing (S.Eranian):
* (CTRL-U/CTRL-C)
* history buffer via (CTRL-P/CTRL-N)
* Enter will redo the last command (that's for David!)
- some code cleanups (David + Stephane)
- updated backtracing support to latest unwind code (D.Mosberger)
The patch is relative to 2.4-test1 + David's 0609 diff.
It is available from the HPLabs web site at:
ftp://ftp.hpl.hp.com/pub/linux-ia64/kdb-2.4-test1.patch
Enjoy,
Known Issue:
- on serial line the output of certain editing commands like CTRL-U
is bogus but the buffer is valid. This is due to some timing problems
with the UART which I did not have time to really fix. Anybody with
UART understanding can probably fix this in minutes. Patch welcomed !
-Stephane
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-06-13 15:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-06-13 15:46 [Linux-ia64] new kdb patch with disassembler support Stephane Eranian
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.