MCPcopy Create free account
hub / github.com/beefytech/Beef / WdMemoryBreakpointBind

Class WdMemoryBreakpointBind

IDEHelper/WinDebugger.h:314–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312#define WD_MEMCACHE_SIZE 8*1024
313
314struct WdMemoryBreakpointBind
315{
316 WdBreakpoint* mBreakpoint;
317 addr_target mAddress;
318 int mOfs;
319 int mByteCount;
320
321 WdMemoryBreakpointBind()
322 {
323 mAddress = 0;
324 mBreakpoint = NULL;
325 mOfs = 0;
326 mByteCount = 0;
327 }
328};
329
330struct DbgPendingDebugInfoLoad
331{

Callers 2

DeleteBreakpointMethod · 0.85
DetachBreakpointMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected