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]

[RFA/testsuite] backtrace in mixed language application


Testcase for http://sourceware.org/ml/gdb-patches/2007-08/msg00201.html,
to commit in the gdb.ada directory.


2007-08-10  Jerome Guitton  <guitton@adacore.com>

        * gdb.ada/lang_switch/lang_switch.adb: New file.
        * gdb.ada/lang_switch/foo.c: Ditto.
        * gdb.ada/lang_switch.exp: New testcase.

OK to add?
Thanks in advance,
Jerome

Attachment: lang_switch.exp
Description: Text document

Attachment: lang_switch.adb
Description: Text document

int c_procedure (char* msg)
{
  return 0; /* STOP */
}

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