mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 23:16:05 +00:00
Change afbr description (#5163)
`afbr`'s description isn't worded properly. It doesn't actually print addresses of `ret` instructions, but of instructions which cause the flow of the program to leave the function body, like `call`, `jmp`, `hlt` etc.
This commit is contained in:
parent
1629dd2b64
commit
dc61e8c511
@ -1151,7 +1151,7 @@ static int cmd_anal_fcn(RCore *core, const char *input) {
|
||||
/* TODO: use r_core_help */
|
||||
eprintf ("Usage: afb+ or afbb or afb\n"
|
||||
/* TODO: move afbr into afr? */
|
||||
" afbr - show addresses of return instructions in the function\n"
|
||||
" afbr - show addresses of instructions which leave the function\n"
|
||||
" .afbr* - set breakpoint on every return address of the fcn\n"
|
||||
" .afbr-* - undo the above operation\n"
|
||||
" afbj - show basic blocks information in JSON\n"
|
||||
|
Loading…
Reference in New Issue
Block a user