This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH v2 0/2] Debugging without a symbol file
- From: Luis Machado <lgustavo at codesourcery dot com>
- To: <gdb-patches at sourceware dot org>
- Date: Tue, 12 Apr 2016 14:24:18 -0500
- Subject: [PATCH v2 0/2] Debugging without a symbol file
- Authentication-results: sourceware.org; auth=none
This is an updated version of the previous couple patches i sent.
Changes in v2 include fixes based on previous comments and improved testcase
logic.
Luis Machado (2):
Debugging without a binary (regression)
Test GDB connection to GDBserver with no symbol files
gdb/exec.c | 61 +++++++++++-
.../gdb.server/connect-with-no-symbol-file.c | 25 +++++
.../gdb.server/connect-with-no-symbol-file.exp | 102 +++++++++++++++++++++
3 files changed, 186 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