This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH v3 0/2] Debugging without a symbol file


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]