summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjdflyer <jdflyer10@gmail.com>2022-04-10 16:29:58 -0600
committerGitHub <noreply@github.com>2022-04-10 18:29:58 -0400
commit545da8536d13393c0a9e1d336c0a606fa42e1a21 (patch)
tree43f59d61e59e4113805201ea7f83a4aacc26b3f6 /docs
parentdd8899033b0b70a262f4c89153ede57ceac9878e (diff)
Add Progress.md (#187)
* Match DynamicLink * finish merge * Add Progress.md and update readme
Diffstat (limited to 'docs')
-rw-r--r--docs/Contributing.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Contributing.md b/docs/Contributing.md
index 93fbcc56ff..27626c9187 100644
--- a/docs/Contributing.md
+++ b/docs/Contributing.md
@@ -34,6 +34,7 @@ The TP Nvidia Shield Debug Rom contains extra useful info, as it was compiled wi
- `-m` will run make before opening diff.
- `-w` will automatically update the diff when you save your changes.
- `-o` will diff only the necessary `.o` file, which is recommended for this project.
+- `-f` can be used to specify a specific object file to use when diffing with `-o` (Used to diff rels)
- You can find the mangled symbol name in the function info comment. (Ex. `onEventBit__11dSv_event_cFUs`)
NOTE: You must run `./tp expected` with an OK build before diffing to have a correct binary to compare to.