Re: gdb-8.2.1 build failed on macos 10.11.6

2019-06-18 Thread Jiri Gaisler
On 6/18/19 1:05 AM, Chris Johns wrote: > On 17/6/19 5:48 pm, Jiri Gaisler wrote: >> I don't know if it is of any help, > but I managed to build gdb-8.2.1 >> on MacOSX 10.10 using gcc-9. The trick > was to install gcc with >> 'brew install gcc', and then configure and compile > with CC=gcc-9 >>

Re: Eclipse/LIDE Debug Issue

2019-06-18 Thread Jiri Gaisler
On 6/18/19 1:53 PM, richard.glos...@l3t.com wrote: > > Hi, having an event in our code where the debugger just shows “exit with code > = 0” and no other information is provided.  Not possible to observe > variables, see a stack trace, or even know where the code is executing.  Does > anyone kno

Eclipse/LIDE Debug Issue

2019-06-18 Thread Richard.Glossop
Hi, having an event in our code where the debugger just shows "exit with code = 0" and no other information is provided. Not possible to observe variables, see a stack trace, or even know where the code is executing. Does anyone know how to track this down with the LIDE or grmon? -