aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-02-06 22:38:28 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-02-06 22:38:28 +0000
commit01cd70b98538cd45dbfa04f85afdb0ae25a40992 (patch)
tree564bf88ce443cc69baff2a479fd5382c16b8f505 /gdb/TODO
parentd41b3eed26bf734c2989f9d282542be152714e3b (diff)
downloadgdb-01cd70b98538cd45dbfa04f85afdb0ae25a40992.zip
gdb-01cd70b98538cd45dbfa04f85afdb0ae25a40992.tar.gz
gdb-01cd70b98538cd45dbfa04f85afdb0ae25a40992.tar.bz2
* config/mips/mipsm3.mh, config/i386/i386m3.mh,
config/ns32k/ns32km3.mh: Define NAT_FILE. * config/nm-m3.h: Change guard from _OS_MACH3_H_ and _OS_MACH3_H (it was inconsistent and namespace-wrong) to NM_M3_H. * m3-nat.c (mach_really_wait): Change parameter name to ourstatus. (m3_open): New function. (m3_ops): Use it. * TODO: Update Mach section. * Makefile.in: Remove "rapp" stuff; it is superseded by gdbserver.
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO15
1 files changed, 4 insertions, 11 deletions
diff --git a/gdb/TODO b/gdb/TODO
index 0e95297..7230f5f 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -10,9 +10,8 @@ bug-gdb@prep.ai.mit.edu.
Things to do for Mach
---------------------
-This section is up to date as of 28 Oct 1993.
-
-All my attempted compilation was on douglas.gnu.ai.mit.edu.
+Note: If mach_port_t is undefined, you have mach2 headers instead of
+mach3 headers. Get the mach3 headers or typedef it to unsigned int.
0. Get it to compile and run again, especially for non-threaded
programs (some of the following are sub-tasks for this).
@@ -45,15 +44,9 @@ Believed to be fixed (fix not yet tested).
6. i386_mach3_float_info and register_addr were undefined in the
link. I haven't investigated, but probably just another easy
-configuration thing or something.
-
-7. I couldn't find mach_port_t in any of the headers in
-/usr/include/*.h or /usr/include/mach/*.h (I think those are the two
-places I grepped; I don't know what headers I was actually getting).
-Typedeffing it to void * in nm-m3.h seemed to work, but of course
-that's hardly an elegant solution.
+configuration thing or something. (possibly already fixed).
-8. Implement the features which CMU gdb has which the main GDB does
+7. Implement the features which CMU gdb has which the main GDB does
not. This could be done by getting paperwork from CMU and merging
their changes, or by reimplementing them.