Add project examples.

This commit is contained in:
Ernie Pasveer
2023-02-20 19:02:32 -06:00
parent 8a96adfef4
commit c10b3e0c71
3 changed files with 66 additions and 0 deletions
+24
View File
@@ -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": ""
}
}