mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-02 03:32:04 +00:00
Fix bindings
This commit is contained in:
parent
dc8e37f420
commit
8dcce510a3
@ -42,8 +42,8 @@ public class Radare.RDebug {
|
||||
public RDebug.Map map_get(uint64 addr);
|
||||
public bool map_sync ();
|
||||
|
||||
public bool fork ();
|
||||
public bool clone();
|
||||
public bool child_fork ();
|
||||
public bool child_clone();
|
||||
|
||||
// TODO: public RList<RDebug.Frame> frames ();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user