-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tree: - move tests projects in a `/test` folder - moved all scripts to be delivered in a single script folder - move and rename the proposed delivered GDB script to nlohmann_json.gdb - move and rename the proposed delivered python GDB script to nlohmann_json.py Tests: - add a JSON checker based on python json module - update README.md and several scripts to new arboresence - update CI tests accordingly Global: - STL are not loaded in the proposed delivered GDB script. STL decoder loading is moved in the test part . Also: - removed temporary print in STL file - clarify a few comments in gdb scripts gitignore old folders
- Loading branch information
1 parent
e92b903
commit 69940ec
Showing
18 changed files
with
470 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
# temp GPS files weirdness | ||
*/**/.#*.*# | ||
**/**/.#*.*# | ||
|
||
# ignore dirs | ||
*/exe/** | ||
*/obj/** | ||
**/exe/** | ||
**/obj/** | ||
**/.idea/** | ||
|
||
# obsolete arborescence | ||
**/gdb_python_pretty_printer/** | ||
**/gdb_script/** | ||
#gdb_python_pretty_printer/.idea/ | ||
|
||
# some stuff that sits at home | ||
gdb_python_pretty_printer/proto.py | ||
**/**/proto.py | ||
assets/captures/ | ||
offsets_finder/prout.py | ||
**/**/prout.py |
Oops, something went wrong.