pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: getting proper debug information



On Fri, Feb 07, 2025 at 02:28:06PM +0000, pin wrote:
> How exactly should I launch it?

I usualy do something like:

  gdb inlyne
  run view README.md

but your version should also work.

If you do

  gdb -ex=r --args ls -a

it probably will work for you too. So the gdb lossage must be related to the
binary being debuged and we are back at square one.

Martin


Home | Main Index | Thread Index | Old Index