summaryrefslogtreecommitdiff
path: root/gdb/inferior.h
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2003-09-17 21:29:05 +0000
committerDavid Carlton <carlton@bactrian.org>2003-09-17 21:29:05 +0000
commit5993e46956fada1bbe5ad7b95b63c22a5c858746 (patch)
tree94451834539b4a3459fcd3b18f22ea6cdd838f0f /gdb/inferior.h
parent6ac3a292f75ffbdc018a333c89e23809dc90bc56 (diff)
downloadgdb-5993e46956fada1bbe5ad7b95b63c22a5c858746.tar.gz
2003-09-17 David Carlton <carlton@kealia.com>
* Merge with mainline; tag is carlton_dictionary-20030917-merge.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r--gdb/inferior.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h
index ed49d2315d9..60191f2b98f 100644
--- a/gdb/inferior.h
+++ b/gdb/inferior.h
@@ -438,6 +438,7 @@ extern int attach_flag;
/* Possible values for CALL_DUMMY_LOCATION. */
#define ON_STACK 1
#define AT_ENTRY_POINT 4
+#define AT_SYMBOL 5
/* FIXME: cagney/2000-04-17: gdbarch should manage this. The default
shouldn't be necessary. */