| Package | Description |
|---|---|
| com.github.unidbg.arm | |
| com.github.unidbg.arm.backend | |
| com.github.unidbg.debugger |
| Modifier and Type | Method and Description |
|---|---|
BreakPoint |
AbstractARMDebugger.addBreakPoint(long address) |
BreakPoint |
AbstractARMDebugger.addBreakPoint(long address,
BreakPointCallback callback) |
BreakPoint |
AbstractARMDebugger.addBreakPoint(Module module,
long offset) |
BreakPoint |
AbstractARMDebugger.addBreakPoint(Module module,
long offset,
BreakPointCallback callback) |
BreakPoint |
AbstractARMDebugger.addBreakPoint(Module module,
String symbol) |
BreakPoint |
AbstractARMDebugger.addBreakPoint(Module module,
String symbol,
BreakPointCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,BreakPoint> |
AbstractARMDebugger.getBreakPoints() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractBackend.BreakPointImpl |
| Modifier and Type | Method and Description |
|---|---|
BreakPoint |
UnicornBackend.addBreakPoint(long address,
BreakPointCallback callback,
boolean thumb) |
BreakPoint |
Backend.addBreakPoint(long address,
BreakPointCallback callback,
boolean thumb)
Adds a software breakpoint at the given address.
|
| Modifier and Type | Method and Description |
|---|---|
BreakPoint |
Debugger.addBreakPoint(long address) |
BreakPoint |
Debugger.addBreakPoint(long address,
BreakPointCallback callback) |
BreakPoint |
Debugger.addBreakPoint(Module module,
long offset) |
BreakPoint |
Debugger.addBreakPoint(Module module,
long offset,
BreakPointCallback callback) |
BreakPoint |
Debugger.addBreakPoint(Module module,
String symbol) |
BreakPoint |
Debugger.addBreakPoint(Module module,
String symbol,
BreakPointCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,BreakPoint> |
Debugger.getBreakPoints() |
Copyright © 2026. All rights reserved.