[haiku-3rdparty-dev] Re: Running gdb in a TerminalC.f

  • From: Rene Gollent <anevilyak@xxxxxxxxx>
  • To: "haiku-3rdparty-dev@xxxxxxxxxxxxx" <haiku-3rdparty-dev@xxxxxxxxxxxxx>
  • Date: Mon, 5 Jul 2010 09:40:14 -0400

On Monday, July 5, 2010, DarkWyrm <darkwyrm@xxxxxxxxx> wrote:
> Spawning a bdb session works just fine in R5 and Zeta, so I'm stumped.
> What am I missing here?

You probably want to be using load_image() here rather than system()
for a number of reasons (note that call should work on all 3 OSes).
Bdb is a bit of a different beast and doesn't quite use the terminal
in the way gdb does, which is part of the reason for the difference.


C.f. http://www.haiku-os.org/legacy-docs/bebook/TheKernelKit_Images.html

Regards,

Rene

Other related posts: