mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 13:43:10 +00:00
d503d52bd8
Added a test to set the debugger command to gdb or lldb depending on availability. Created a new script for lldb to run. Modified the script for gdb to backtrace all threads. refs #227
4 lines
33 B
Plaintext
4 lines
33 B
Plaintext
thread apply all bt
|
|
echo \n
|
|
quit
|