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 v2 0/2] Debugging without a symbol file


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


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