Home
last modified time | relevance | path

Searched refs:Breakpoint (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Arm/
DProcessor.c522 ARM_SOFTWARE_BREAKPOINT *Breakpoint; in SearchBreakpointList() local
526 Breakpoint = ARM_SOFTWARE_BREAKPOINT_FROM_LINK(Current); in SearchBreakpointList()
528 if (Address == Breakpoint->Address) { in SearchBreakpointList()
529 return Breakpoint; in SearchBreakpointList()
543 ARM_SOFTWARE_BREAKPOINT *Breakpoint; in SetBreakpoint() local
545 Breakpoint = SearchBreakpointList (Address); in SetBreakpoint()
547 if (Breakpoint != NULL) { in SetBreakpoint()
552 Breakpoint = AllocatePool (sizeof(ARM_SOFTWARE_BREAKPOINT)); in SetBreakpoint()
554 Breakpoint->Signature = ARM_SOFTWARE_BREAKPOINT_SIGNATURE; in SetBreakpoint()
555 Breakpoint->Address = Address; in SetBreakpoint()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dbdb.py251 bp = Breakpoint(filename, lineno, temporary, cond, funcname)
254 if (filename, lineno) not in Breakpoint.bplist:
268 for bp in Breakpoint.bplist[filename, lineno][:]:
278 bp = Breakpoint.bpbynumber[number]
291 blist = Breakpoint.bplist[filename, line]
299 for bp in Breakpoint.bpbynumber:
313 Breakpoint.bplist[filename, lineno] or []
436 class Breakpoint: class
471 self.number = Breakpoint.next
472 Breakpoint.next = Breakpoint.next + 1
[all …]
Dpdb.py323 bnum = len(bdb.Breakpoint.bpbynumber)-1
349 for bp in bdb.Breakpoint.bpbynumber:
502 if not (0 <= i < len(bdb.Breakpoint.bpbynumber)):
506 bp = bdb.Breakpoint.bpbynumber[i]
519 if not (0 <= i < len(bdb.Breakpoint.bpbynumber)):
523 bp = bdb.Breakpoint.bpbynumber[i]
542 bp = bdb.Breakpoint.bpbynumber[bpnum]
567 bp = bdb.Breakpoint.bpbynumber[bpnum]
619 if not (0 <= i < len(bdb.Breakpoint.bpbynumber)):
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/
Dlldbefi.py536 Breakpoint = Target.BreakpointCreateByName('SecGdbScriptBreak')
537 if Breakpoint.GetNumLocations() == 1:
539 …kpoint command add -s python -F lldbefi.LoadEmulatorEfiSymbols {id}".format(id=Breakpoint.GetID()))
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bin/
Defi64.com6 …0<9~�*** INT �00h Divide by 0 -�01h Debug exception -�02h NMI -�03h Breakpoint -�04h Overflow -…