This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH v3 0/2] Debugging without a symbol file
- From: Luis Machado <lgustavo at codesourcery dot com>
- To: <gdb-patches at sourceware dot org>
- Date: Wed, 13 Apr 2016 10:53:21 -0500
- Subject: [PATCH v3 0/2] Debugging without a symbol file
- Authentication-results: sourceware.org; auth=none
Yet another update to this series.
v3 addresses more comments with both the code itself and the testcase.
Luis Machado (2):
Debugging without a binary (regression)
Test GDB connection to GDBserver with no symbol files
gdb/exec.c | 60 ++++++++++++-
.../gdb.server/connect-with-no-symbol-file.c | 22 +++++
.../gdb.server/connect-with-no-symbol-file.exp | 97 ++++++++++++++++++++++
3 files changed, 177 insertions(+), 2 deletions(-)
create mode 100644 gdb/testsuite/gdb.server/connect-with-no-symbol-file.c
create mode 100644 gdb/testsuite/gdb.server/connect-with-no-symbol-file.exp
--
1.9.1