mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
Restore breakpoint listing. (#1811)
This commit is contained in:
parent
1cef190d29
commit
38cdb90dc4
@ -1348,7 +1348,7 @@ void CutterCore::disableBreakpoint(RVA addr)
|
|||||||
QList<BreakpointDescription> CutterCore::getBreakpoints()
|
QList<BreakpointDescription> CutterCore::getBreakpoints()
|
||||||
{
|
{
|
||||||
QList<BreakpointDescription> ret;
|
QList<BreakpointDescription> ret;
|
||||||
QJsonArray breakpointArray = {}; //cmdj("dbj").array();
|
QJsonArray breakpointArray = cmdj("dbj").array();
|
||||||
|
|
||||||
for (const QJsonValue &value : breakpointArray) {
|
for (const QJsonValue &value : breakpointArray) {
|
||||||
QJsonObject bpObject = value.toObject();
|
QJsonObject bpObject = value.toObject();
|
||||||
|
Loading…
Reference in New Issue
Block a user