You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/gdb.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Connecting from rizin
15
15
16
16
Supported implementations
17
17
=========================
18
-
rizin have support for connecting to remote GDB instances:
18
+
rizin has support for connecting to remote GDB instances:
19
19
20
20
x86-32 x86-64 arm arm64 sh
21
21
winedbg x x - - -
@@ -45,7 +45,7 @@ Supported Commands
45
45
The second one is the G packet, that writes the whole register Profile at once.
46
46
The implementation first tries to use the newer P packet and if it receives a $00# packet (that says not implemented), it tries to write through the G packet.
47
47
48
-
- stepping (but this is still the softstep mode and for an unknown reason it sill does not call th gdb_write_register function)
48
+
-- stepping (but this is still the softstep mode and for an unknown reason it still does not call the gdb_write_register function)
49
49
50
50
Supported Packets:
51
51
@@ -60,7 +60,7 @@ TODO
60
60
----
61
61
62
62
- Implement GDBserver to allow other apps use rizin debugger
63
-
- Fix that usese the gdb internal stepping version
63
+
- Fix that uses the gdb internal stepping version
64
64
- Fix softstep, that it finally recoils correct (it just have to reset the eip/rip)
65
65
- Add Breakpoints (should be an easy add of the function, because its already implemented in the gdb lib)
`sky` is `s` command's subcommand and they are splitted and placed inside the .YAML
53
+
`sky` is `s` command's subcommand and they are split and placed inside the .YAML
54
54
file specified by the descriptor `subcommands` of the respective command. Since `sky`
55
55
starts with an `s`, its subcommands would be in [`librz/core/cmd_descs/cmd_seek.yaml`](https://github.com/rizinorg/rizin/blob/6f40dfe493f0caf9e0541e1ee83e3d8012b5750f/librz/core/cmd_descs/cmd_seek.yaml).
56
56
That file respects the same tree structure used when executing rizin and seeing its help,
0 commit comments