This is the mail archive of the gdb@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]

looking for a scriptable gdb wrapper (gdbmi)


I am looking for a scriptable gdb, (Perl or Tcl, I am not interested in Python).
According to the gdb doc., such kind of tools could have been built by using gdb in MI mode.


I tried to use Devel:GDB and Devel::GDB:Reflect (gdb++ script) but have trouble with interrupting a running program,
-exec-interrupt doesn't work, and the typical Ctrl-C used in gdb CLI mode doesn't work either.


To be mentioned, I use: GNU *gdb* Fedora (*6.8*-27.el5).

Any hint is welcome.


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