Skip to content

Instantly share code, notes, and snippets.

@samgiles
Last active October 8, 2015 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samgiles/2e32e0d86a15fd3f0790 to your computer and use it in GitHub Desktop.
Save samgiles/2e32e0d86a15fd3f0790 to your computer and use it in GitHub Desktop.
gdb wrong breakpoint?
Breakpoint 1, mozilla::dom::BlobParent::IDTableEntry::GetOrCreateInternal (aID=..., aProcessID=aProcessID@entry=0, aBlobImpl=aBlobImpl@entry=0x8c50ccf0,
aMayCreate=aMayCreate@entry=true, aMayGet=aMayGet@entry=true, aIgnoreProcessID=false) at /Users/sam/code/mozilla/mozilla-central/dom/ipc/Blob.cpp:*4549*
4549 entry = new IDTableEntry(aID, aProcessID, aBlobImpl);
(gdb) info breakpoints
Num Type Disp Enb Address What
1 breakpoint keep y 0x82ab12d4 in mozilla::dom::BlobParent::IDTableEntry::GetOrCreateInternal(nsID const&, int, mozilla::dom::BlobImpl*, bool, bool, bool)
at /Users/sam/code/mozilla/mozilla-central/dom/ipc/Blob.cpp:*4544*
breakpoint already hit 1 time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment