k4lizen
cb2ae6753a
Show differences in debuggers in the documentation ( #2996 )
...
* cleanly handle parameter differences
* cleanly handle command differences
* cleanly handle function differences
* add note about supported debuggers for commands and parameters
* reduce h1 bottom margin
* make it more obvious we only support functions in gdb
* autogen docs
* fixup buddydump
* uppercase debugger name in supported debuggers message
* update docs
7 months ago
k4lizen
eb917d9093
Debugger agnostic documentation generation ( #2981 )
...
* move towards debugger agnostic doc gen; extract commands properly
* reorg .sh files
* rename verify env var
* rename bash scripts so they use - instead of _
* debugger agnostic command generation
* debugger agnostic configuration generation
* debugger agnostic convenience function documentation
* autogen docs
* lint and update lint rule
* exit properly
* add explanation for doc gen design
* minimize the json files
* indent extract-all-docs
* update names in github workflow
* setup lldb in CI
* fix dash in new cmd doc
7 months ago
k4lizen
eac203cf10
Visually spruce up command/function docs ( #2959 )
...
* visually spruce up docs a bit
* autogen docs
7 months ago
k4lizen
d19367083f
Add examples= and notes= parameters to pwndbg Commands ( #2957 )
...
* add support for examples and notes
* port epilog usage to 'examples'
* enforce example/note location
* generate notes, examples and epilog in the docs
* disable search highlight
* autogen docs
* cleanup a bit
7 months ago
k4lizen
9d17272d14
Fix default parameter value handling ( #2938 )
...
* replace ArgparsedCommand mentions
* show parameter defaults properly
* generate docs
* remove internationalization
reviewdog doesn't see the function :(, also everything else is in english
* Update docs/commands/context/contextoutput.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* weather -> whether
---------
Co-authored-by: Disconnect3d <dominik.b.czarnota@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
8 months ago
k4lizen
afc2c83342
Remove shell commands and cleanup command parsing ( #2919 )
...
* cleanup the command parsing
* fix tests
* remove shell commands, refactor command logic
* update docs
* fix tests
* cleanup
* refactor alias logic
* fixup the rebase
* enforce consistent formatting
8 months ago
patryk4815
34ca4421ce
Fix readme + ci failure after merge ( #2915 )
...
* fix link to dev
* fix autogenerate
8 months ago
OBarronCS
491800e5a3
Express context saved to the stack + Arm Cortex M Exception return address resolution ( #2807 )
...
* Add generic structure to express saved context on the stack. Add handler for Arm Cortex M exception return
* Rename to SavedRegisterFrame, recreate command
* add description
* lint
* Generate docs
* Update pwndbg/aglib/saved_register_frames.py
Co-authored-by: Disconnect3d <dominik.b.czarnota@gmail.com>
* Clean up
---------
Co-authored-by: Disconnect3d <dominik.b.czarnota@gmail.com>
8 months ago