mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
Add project examples.
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"seerproject": {
|
||||||
|
"executable": "/nas/erniep/Development/seer/tests/helloasm/helloasm_stabs",
|
||||||
|
"postgdbcommands": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"pregdbcommands": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"runmode": {
|
||||||
|
"arguments": "",
|
||||||
|
"breakinfunction": true,
|
||||||
|
"breakinfunctionname": "0x8048080",
|
||||||
|
"breakinmain": false,
|
||||||
|
"breakpointsfile": "",
|
||||||
|
"nobreak": false,
|
||||||
|
"nonstopmode": false,
|
||||||
|
"randomizestartaddress": false,
|
||||||
|
"showassemblytab": true
|
||||||
|
},
|
||||||
|
"symbolfile": "",
|
||||||
|
"workingdirectory": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"seerproject": {
|
||||||
|
"corefilemode": {
|
||||||
|
"corefile": "/nas/erniep/Development/seer/tests/hellosegv/core.hellosegv.24693"
|
||||||
|
},
|
||||||
|
"executable": "/nas/erniep/Development/seer/tests/hellosegv/hellosegv",
|
||||||
|
"postgdbcommands": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"pregdbcommands": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"symbolfile": "",
|
||||||
|
"workingdirectory": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"seerproject": {
|
||||||
|
"executable": "/nas/erniep/Development/seer/tests/hellosegv/hellosegv",
|
||||||
|
"postgdbcommands": [
|
||||||
|
"info break",
|
||||||
|
"info program",
|
||||||
|
"info signals"
|
||||||
|
],
|
||||||
|
"pregdbcommands": [
|
||||||
|
"show radix"
|
||||||
|
],
|
||||||
|
"startmode": {
|
||||||
|
"arguments": "",
|
||||||
|
"breakinfunction": false,
|
||||||
|
"breakinfunctionname": "",
|
||||||
|
"breakinmain": true,
|
||||||
|
"breakpointsfile": "",
|
||||||
|
"nobreak": false,
|
||||||
|
"nonstopmode": false,
|
||||||
|
"randomizestartaddress": false,
|
||||||
|
"showassemblytab": false
|
||||||
|
},
|
||||||
|
"symbolfile": "",
|
||||||
|
"workingdirectory": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user