|`section`|The section which is to be configured. ('regs', 'disasm', 'code', 'stack', 'backtrace', 'ghidra', 'args', 'threads', 'heap_tracker', 'expressions', and/or 'last_signal')|
|`path`|The path to which the output is written|
|`clearing`|Indicates weather to clear the output|
|`banner`|Where a banner should be placed: both, top , bottom, none (default: %(default)s)|
|`banner`|Where a banner should be placed: both, top , bottom, none|
|`width`|Sets a fixed width (used for banner). Set to None for auto|
|`cmd`|Command to be used with the expression. - eval: the expression is parsed and evaluated as in the debugged language. - execute: the expression is executed as a GDB command. (default: %(default)s)|
|`cmd`|Command to be used with the expression. - eval: the expression is parsed and evaluated as in the debugged language. - execute: the expression is executed as a GDB command.|
|`expression`|The expression to be evaluated and shown in context|
|`-e`|`--emulate`||Force the use of emulation when enhancing the instruction, regardless of global 'emulate' setting. (default: %(default)s)|
|`-n`|`--no-emulate`||Disable the use of emulation when enhancing the instruction, regardless of global 'emulate' setting. (default: %(default)s)|
|`-e`|`--emulate`||Force the use of emulation when enhancing the instruction, regardless of global 'emulate' setting.|
|`-n`|`--no-emulate`||Disable the use of emulation when enhancing the instruction, regardless of global 'emulate' setting.|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-e`|`--emulate`||Whether to emulate instructions to find the next ones or just linearly disassemble. (default: %(default)s)|
|`-e`|`--emulate`||Whether to emulate instructions to find the next ones or just linearly disassemble.|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-v`|`--verbose`||Show all fastbins, including empty ones (default: %(default)s)|
|`-v`|`--verbose`||Show all fastbins, including empty ones|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-a`|`--align`||Whether the fake chunk must be aligned to MALLOC_ALIGNMENT. This is required for tcache chunks and for all chunks when Safe Linking is enabled (default: %(default)s)|
|`-b`|`--glibc-fastbin-bug`||Does the GLIBC fastbin size field bug affect the candidate size field width? (default: %(default)s)|
|`-a`|`--align`||Whether the fake chunk must be aligned to MALLOC_ALIGNMENT. This is required for tcache chunks and for all chunks when Safe Linking is enabled|
|`-b`|`--glibc-fastbin-bug`||Does the GLIBC fastbin size field bug affect the candidate size field width?|
|`-p`|`--partial-overwrite`||Consider partial overwrite candidates, default behavior only shows word-size overwrites.|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-f`|`--fake`||Allow fake chunks. If set, displays any memory as a heap chunk (even if its not a real chunk).|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-v`|`--verbose`||Show all largebins, including empty ones (default: %(default)s)|
|`-v`|`--verbose`||Show all largebins, including empty ones|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-n`|`--next`|`0`|Print the next N chunks after the specified address.|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-v`|`--verbose`||Show all smallbins, including empty ones (default: %(default)s)|
|`-v`|`--verbose`||Show all smallbins, including empty ones|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-v`|`--verbose`||Show all tcachebins, including empty ones (default: %(default)s)|
|`-v`|`--verbose`||Show all tcachebins, including empty ones|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-v`|`--verbose`||Show the "all" bin even if it's empty (default: %(default)s)|
|`-v`|`--verbose`||Show the "all" bin even if it's empty|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`count`|Number of chunks to visualize. If the value is big enough and addr isn't provided, this is interpreted as addr instead. (default: %(default)s)|
|`count`|Number of chunks to visualize. If the value is big enough and addr isn't provided, this is interpreted as addr instead.|
|`-b`|`--beyond_top`||Attempt to keep printing beyond the top chunk. (default: %(default)s)|
|`-n`|`--no_truncate`||Display all the chunk contents (Ignore the `max-visualize-chunk-size` configuration). (default: %(default)s)|
|`-a`|`--all_chunks`|| Display all chunks (Ignore the default-visualize-chunk-number configuration). (default: %(default)s)|
|`-b`|`--beyond_top`||Attempt to keep printing beyond the top chunk.|
|`-n`|`--no_truncate`||Display all the chunk contents (Ignore the `max-visualize-chunk-size` configuration).|
|`-a`|`--all_chunks`|| Display all chunks (Ignore the default-visualize-chunk-number configuration).|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-t`|`--temperature`|`None`|The temperature to use.|
|`-m`|`--max-tokens`|`None`|The maximum number of tokens to generate.|
|`-v`|`--verbose`||Print the prompt and response. (default: %(default)s)|
|`-L`|`--list-models`||List the available models. (default: %(default)s)|
|`-v`|`--verbose`||Print the prompt and response.|
|`-L`|`--list-models`||List the available models.|
|`-c`|`--command`|`None`|Run a command in the GDB debugger and ask a question about the output.|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
||`--no-seek`||Do not seek to current pc (default: %(default)s)|
||`--no-rebase`||Do not set the base address for PIE according to the current mapping (default: %(default)s)|
||`--no-seek`||Do not seek to current pc|
||`--no-rebase`||Do not set the base address for PIE according to the current mapping|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
||`--memlimit`|`50MB`|String to grep the output for (default: %(default)s)|
||`--memlimit`|`50MB`|String to grep the output for|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
||`--no-seek`||Do not seek to current pc (default: %(default)s)|
||`--no-rebase`||Do not set the base address for PIE according to the current mapping (default: %(default)s)|
||`--no-seek`||Do not seek to current pc|
||`--no-rebase`||Do not set the base address for PIE according to the current mapping|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-v`|`--verbose`||Print all chunk fields, even unused ones. (default: %(default)s)|
|`-v`|`--verbose`||Print all chunk fields, even unused ones.|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-r`|`--rebase`||rebase loaded symbol file (default: %(default)s)|
|`-r`|`--rebase`||rebase loaded symbol file|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`symbol_filter`|Filter results by symbol name. (default: %(default)s)|
|`symbol_filter`|Filter results by symbol name.|
## Optional Arguments
|Short|Long|Default|Help|
| :--- | :--- | :--- | :--- |
|`-h`|`--help`||show this help message and exit|
|`-p`|`--path`|``|Filter results by library/objfile path. (default: %(default)s)|
|`-a`|`--all`||Process all libs/obfjiles including the target executable. (default: %(default)s)|
|`-r`|`--show-readonly`||Also display read-only entries (which are filtered out by default). (default: %(default)s)|
|`-p`|`--path`|``|Filter results by library/objfile path.|
|`-a`|`--all`||Process all libs/obfjiles including the target executable.|
|`-r`|`--show-readonly`||Also display read-only entries (which are filtered out by default).|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`page_names`|Mapping to search [e.g. libc]. Can be used with multiple mappings [e.g libc heap stack] (default: %(default)s)|
|`page_names`|Mapping to search [e.g. libc]. Can be used with multiple mappings [e.g libc heap stack]|
## Optional Arguments
|Short|Long|Default|Help|
| :--- | :--- | :--- | :--- |
|`-h`|`--help`||show this help message and exit|
|`-n`||`4`|Minimum length of ASCII strings to include (default: %(default)s)|
|`-n`||`4`|Minimum length of ASCII strings to include|
||`--save-as`|`None`|Sets the filename for the output of this command [e.g. --save-as='out.txt']|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-c`|`--config`||Respect context-max-threads config to limit number of threads displayed. (default: %(default)s)|
|`-c`|`--config`||Respect context-max-threads config to limit number of threads displayed.|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-p`|`--pthread-self`||Try to get the address of TLS by calling pthread_self(). (default: %(default)s)|
|`-a`|`--all`||Do not truncate the dump output. (default: %(default)s)|
|`-p`|`--pthread-self`||Try to get the address of TLS by calling pthread_self().|
|`-a`|`--all`||Do not truncate the dump output.|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-p`|`--print`||Show addresses of frame values (default: %(default)s)|
|`-p`|`--print`||Show addresses of frame values|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-d`|`--debug`||Shows debug info, like addresses for slice/map elements, slice capacity, etc.|
|`-p`|`--pretty`||Enables pretty printing|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-p`|`--page_name`|`None`|Substring required to be part of the name of any found pages|
|`-o`|`--max_offset`|`72`|Max offset to add to addresses when looking for leak (default: %(default)s)|
|`-d`|`--max_depth`|`4`|Maximum depth to follow pointers to (default: %(default)s)|
|`-s`|`--step`|`1`|Step to add between pointers so they are considered. For example, if this is 4 it would only consider pointers at an offset divisible by 4 from the starting pointer (default: %(default)s)|
||`--negative_offset`|`0`|Max negative offset to search before an address when looking for a leak (default: %(default)s)|
|`-o`|`--max_offset`|`72`|Max offset to add to addresses when looking for leak|
|`-d`|`--max_depth`|`4`|Maximum depth to follow pointers to|
|`-s`|`--step`|`1`|Step to add between pointers so they are considered. For example, if this is 4 it would only consider pointers at an offset divisible by 4 from the starting pointer|
||`--negative_offset`|`0`|Max negative offset to search before an address when looking for a leak|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`length`|Length of the mapping, in bytes. Needs to be greater than zero.|
|`prot`|Prot enum or int as in mmap(2). Eg. "PROT_READ\|PROT_EXEC" or 7 (for RWX). (default: %(default)s)|
|`flags`|Flags enum or int as in mmap(2). Eg. "MAP_PRIVATE\|MAP_ANONYMOUS" or 0x22. (default: %(default)s)|
|`fd`|File descriptor of the file to be mapped, or -1 if using MAP_ANONYMOUS. (default: %(default)s)|
|`offset`|Offset from the start of the file, in bytes, if using file based mapping. (default: %(default)s)|
|`prot`|Prot enum or int as in mmap(2). Eg. "PROT_READ\|PROT_EXEC" or 7 (for RWX).|
|`flags`|Flags enum or int as in mmap(2). Eg. "MAP_PRIVATE\|MAP_ANONYMOUS" or 0x22.|
|`fd`|File descriptor of the file to be mapped, or -1 if using MAP_ANONYMOUS.|
|`offset`|Offset from the start of the file, in bytes, if using file based mapping.|
## Optional Arguments
|Short|Long|Default|Help|
| :--- | :--- | :--- | :--- |
|`-h`|`--help`||show this help message and exit|
|`-q`|`--quiet`||Disable address validity warnings and hints (default: %(default)s)|
|`-f`|`--force`||Force potentially unsafe actions to happen (default: %(default)s)|
|`-q`|`--quiet`||Disable address validity warnings and hints|
|`-f`|`--force`||Force potentially unsafe actions to happen|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`count`|Leak size in bytes (default: %(default)s)|
|`address`|Leak memory address|
|`count`|Leak size in bytes|
## Optional Arguments
|Short|Long|Default|Help|
| :--- | :--- | :--- | :--- |
|`-h`|`--help`||show this help message and exit|
||`--max-distance`|`0`|Max acceptable distance between memory page boundary and leaked pointer (default: %(default)s)|
||`--max-distance`|`0`|Max acceptable distance between memory page boundary and leaked pointer|
||`--point-to`|`None`|Mapping name of the page that you want the pointers point to|
||`--max-ptrs`|`0`|Stop search after find n pointers, default 0 (default: %(default)s)|
||`--max-ptrs`|`0`|Stop search after find n pointers, default 0|
||`--flags`|`None`|flags of the page that you want the pointers point to. [e.g. rwx]|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-s`|`--step`|`None`|Step search address forward to next alignment after each hit (ex: 0x1000)|
|`-l`|`--limit`|`None`|Max results before quitting the search. Differs from --trunc-out in that it will not save all search results before quitting|
|`-a`|`--aligned`|`None`|Result must be aligned to this byte boundary|
||`--save`|`None`|Save results for further searches with --next. Default comes from config 'auto-save-search'|
||`--no-save`|`None`|Invert --save|
|`-n`|`--next`||Search only locations returned by previous search with --save (default: %(default)s)|
||`--trunc-out`||Truncate the output to 20 results. Differs from --limit in that it will first save all search results (default: %(default)s)|
|`-n`|`--next`||Search only locations returned by previous search with --save|
||`--trunc-out`||Truncate the output to 20 results. Differs from --limit in that it will first save all search results|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`address`|The address to telescope at. (default: %(default)s)|
|`count`|The number of lines to show. (default: %(default)s)|
|`address`|The address to telescope at.|
|`count`|The number of lines to show.|
## Optional Arguments
|Short|Long|Default|Help|
| :--- | :--- | :--- | :--- |
|`-h`|`--help`||show this help message and exit|
|`-r`|`--reverse`||Show <count> previous addresses instead of next ones (default: %(default)s)|
|`-f`|`--frame`||Show the stack frame, from rsp to rbp (default: %(default)s)|
|`-i`|`--inverse`||Show the stack reverse growth (default: %(default)s)|
|`-r`|`--reverse`||Show <count> previous addresses instead of next ones|
|`-f`|`--frame`||Show the stack frame, from rsp to rbp|
|`-i`|`--inverse`||Show the stack reverse growth|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-A`|`--lines-after`|`1`|Number of pages to display after result|
|`-B`|`--lines-before`|`1`|Number of pages to display before result|
|`-C`|`--context`|`None`|Number of pages to display around the result|
||`--gaps`||Display unmapped memory gap information in the memory map. (default: %(default)s)|
||`--gaps`||Display unmapped memory gap information in the memory map.|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-f`|`--force`||Force displaying of all arguments. (default: %(default)s)|
|`-f`|`--force`||Force displaying of all arguments.|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-s`|`--sentinel`|`0`|The address that stands in for an end of list marker in a non-cyclic list (default: %(default)s)|
|`-s`|`--sentinel`|`0`|The address that stands in for an end of list marker in a non-cyclic list|
|`-i`|`--inner`|`None`|The name of the inner nested structure where the next pointer is stored|
|`-f`|`--field`|`None`|The name of the field to be displayed, if only one is desired|
|`-o`|`--offset`|`0`|The offset of the first list element to display. Defaults to zero. (default: %(default)s)|
|`-o`|`--offset`|`0`|The offset of the first list element to display. Defaults to zero.|
|`-c`|`--count`|`None`|The number of elements to display. Defaults to the value of dereference-limit.|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-a`|`--all`||Show all values in the frame in addition to common registers (default: %(default)s)|
|`-p`|`--print`||Show addresses of frame values (default: %(default)s)|
|`-a`|`--all`||Show all values in the frame in addition to common registers|
|`-p`|`--print`||Show addresses of frame values|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
||`--value`|`None`|Value to spray memory with, when prefixed with '0x' treated as hex string encoded big-endian|
|`-x`|`--only-funcptrs`||Spray only addresses whose values points to executable pages (default: %(default)s)|
|`-x`|`--only-funcptrs`||Spray only addresses whose values points to executable pages|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-a`|`--all`||Show all tips. (default: %(default)s)|
|`-a`|`--all`||Show all tips.|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-a`|`--all`||Kill all threads except the current one. (default: %(default)s)|
|`-a`|`--all`||Kill all threads except the current one.|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-b`|`--run-browser`||Open browser on github/issues/new (default: %(default)s)|
|`-g`|`--use-gh`||Create issue using Github CLI (default: %(default)s)|
|`-b`|`--run-browser`||Open browser on github/issues/new|
|`-g`|`--use-gh`||Create issue using Github CLI|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
||`--show-all`||Display all configuration options. (default: %(default)s)|
||`--show-all`||Display all configuration options.|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
||`--show-all`||Force displaying of all theme options. (default: %(default)s)|
||`--show-all`||Force displaying of all theme options.|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-a`|`--all`||Print out stack canaries for all threads instead of the current thread only. (default: %(default)s)|
|`-a`|`--all`||Print out stack canaries for all threads instead of the current thread only.|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
|`-f`|`--frame`||Show the stack frame, from rsp to rbp|
|`-i`|`--inverse`||Show reverse stack growth|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->
||`--retry`||retry until a target is found (default: %(default)s)|
||`--no-truncate`||dont truncate command args|
||`--retry`||retry until a target is found|
||`--user`|`None`|username or uid to filter by|
|`-e`|`--exact`||get the pid only for an exact command name match (default: %(default)s)|
|`-a`|`--all`||get pids also for partial cmdline matches etc (default: %(default)s)|
|`-e`|`--exact`||get the pid only for an exact command name match|
|`-a`|`--all`||get pids also for partial cmdline matches etc|
<!-- END OF AUTOGENERATED PART. Do not modify this line or the line below, they mark the end of the auto-generated part of the file. If you want to extend the documentation in a way which cannot easily be done by adding to the command help description, write below the following line. -->