Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Debugging without a symbol file
@ 2016-04-12 19:24 Luis Machado
  2016-04-12 19:24 ` [PATCH v2 2/2] Test GDB connection to GDBserver with no symbol files Luis Machado
  2016-04-12 19:24 ` [PATCH v2 1/2] Debugging without a binary (regression) Luis Machado
  0 siblings, 2 replies; 7+ messages in thread
From: Luis Machado @ 2016-04-12 19:24 UTC (permalink / raw)
  To: gdb-patches

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-04-13 15:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-12 19:24 [PATCH v2 0/2] Debugging without a symbol file Luis Machado
2016-04-12 19:24 ` [PATCH v2 2/2] Test GDB connection to GDBserver with no symbol files Luis Machado
2016-04-13 15:16   ` Pedro Alves
2016-04-13 15:24     ` Luis Machado
2016-04-12 19:24 ` [PATCH v2 1/2] Debugging without a binary (regression) Luis Machado
2016-04-13 15:00   ` Pedro Alves
2016-04-13 15:16     ` Luis Machado

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox