Invoking gdb through a Java program as subprocess
Hi,
I try to invoke the gdb through a java program using Runtime.exec(...)
as a Process, I also try to get the output of gdb using InputStream object, Is there any way to provide the options to gdb when it is started as Process & also tracing it's output.
please help Me.