Files
seer/tests/hellogdbserver/project.seer
T
Ernie Pasveer f2420836c0 Re-add executable argument for 'connect' mode.
Some types of remote gdbserver (gdbstubs) will not load the executable.
So Seer needs to do it itself. QEMU debugging is such a case. Note,
simple use of Seer+gdbserver does not require this.
2024-01-07 09:46:53 -06:00

19 lines
470 B
Plaintext

{
"seerproject": {
"connectmode": {
"gdbserver": ":1234"
},
"executable": "/nas/erniep/Development/seer/tests/hellogdbserver/hellogdbserver",
"postgdbcommands": [
"b main",
"continue",
""
],
"pregdbcommands": [
""
],
"symbolfile": "/nas/erniep/Development/seer/tests/hellogdbserver/hellogdbserver_sym",
"workingdirectory": ""
}
}