00:05:16 sommerfeld gdb not aware of CTF debug info? I wasn't able to debug with gdb. 00:38:03 Yeah we use mdb generally to debug things 00:38:59 jclulow even userland with source debugging? 00:39:19 I can't say I've really done any source debugging in the last decade 00:44:27 jclulow o.O 00:45:10 I tend to look at the stack and squint at the disassembly 00:47:46 jclulow so the "o.O" was your eyes during debugging... good. 08:07:09 antranigv - You can build objects in gate with DWARF if you pass `SOURCEDEBUG=yes` to make which will probably give gdb what it wants. Usually you don't need that for debugging but it's there as an option. 08:21:47 I have actually used this even with loader + gdb remote:D