diff options
Diffstat (limited to 'gdb/standalone.c')
-rw-r--r-- | gdb/standalone.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/standalone.c b/gdb/standalone.c index b91a1f8..163a639 100644 --- a/gdb/standalone.c +++ b/gdb/standalone.c @@ -338,6 +338,8 @@ get_exec_file (err) return "run"; } +/* Nonzero if there is a core file. */ + have_core_file_p () { return 0; |