gecko-dev/toolkit/recordreplay
Brian Hackett 4c9dd89d32 Bug 1488523 Part 1 - Add RecordReplay crash annotation, r=gsvelto.
--HG--
extra : rebase_source : 479fd85cca77f01829efed8db0eda6ad9d6d61a6
2018-09-05 09:22:45 -10:00
..
ipc Bug 1488523 Part 1 - Add RecordReplay crash annotation, r=gsvelto. 2018-09-05 09:22:45 -10:00
udis86
Assembler.cpp Bug 1464903 Part 6 - Redirection infrastructure, r=froydnj. 2018-07-22 11:45:11 +00:00
Assembler.h Bug 1464903 Part 6 - Redirection infrastructure, r=froydnj. 2018-07-22 11:45:11 +00:00
CallFunction.h Bug 1464903 Part 6 - Redirection infrastructure, r=froydnj. 2018-07-22 11:45:11 +00:00
Callback.cpp Bug 1488260 Part 1 - Consolidate per-thread event and assertion streams, NOT REVIEWED YET. 2018-09-03 08:08:45 -10:00
Callback.h Bug 1464903 Part 5 - Core record/replay functionality, r=froydnj. 2018-07-22 11:44:20 +00:00
ChunkAllocator.h Bug 1464903 Part 3 - Record/replay utilities, r=froydnj. 2018-07-22 11:42:50 +00:00
DirtyMemoryHandler.cpp Bug 1481009 Part 5 - Generate a minidump when reporting a fatal record/replay error, r=froydnj. 2018-08-13 20:47:35 +00:00
DirtyMemoryHandler.h Bug 1464903 Part 8 - Heap memory snapshots, r=froydnj. 2018-07-22 11:46:33 +00:00
File.cpp Bug 1488260 Part 1 - Consolidate per-thread event and assertion streams, NOT REVIEWED YET. 2018-09-03 08:08:45 -10:00
File.h Bug 1488260 Part 1 - Consolidate per-thread event and assertion streams, NOT REVIEWED YET. 2018-09-03 08:08:45 -10:00
HashTable.cpp Bug 1470795 Part 3 - Trivial renaming due to API changes, r=froydnj. 2018-07-22 11:57:38 +00:00
HashTable.h Bug 1464903 Part 4 - PLD and PL hashtable stabilization, r=froydnj. 2018-07-22 11:43:39 +00:00
InfallibleVector.h Bug 1464903 Part 3 - Record/replay utilities, r=froydnj. 2018-07-22 11:42:50 +00:00
Lock.cpp Bug 1488260 Part 1 - Consolidate per-thread event and assertion streams, NOT REVIEWED YET. 2018-09-03 08:08:45 -10:00
Lock.h Bug 1483561 - Notify the next lock owner only when the last owner is about to release it, r=froydnj. 2018-08-29 16:42:32 -10:00
MemorySnapshot.cpp Bug 1481009 Part 7 - Treat inaccessible memory regions after thread stacks as untracked, r=froydnj. 2018-08-13 20:48:14 +00:00
MemorySnapshot.h Bug 1479200 - Exclude graphics shared memory contents from snapshots, r=froydnj. 2018-07-31 19:17:03 +00:00
Monitor.h Bug 1464903 Part 3 - Record/replay utilities, r=froydnj. 2018-07-22 11:42:50 +00:00
ProcessRecordReplay.cpp Bug 1488260 Part 1 - Consolidate per-thread event and assertion streams, NOT REVIEWED YET. 2018-09-03 08:08:45 -10:00
ProcessRecordReplay.h Bug 1488260 Part 1 - Consolidate per-thread event and assertion streams, NOT REVIEWED YET. 2018-09-03 08:08:45 -10:00
ProcessRedirect.cpp Bug 1464903 Part 6 - Redirection infrastructure, r=froydnj. 2018-07-22 11:45:11 +00:00
ProcessRedirect.h Bug 1488260 Part 1 - Consolidate per-thread event and assertion streams, NOT REVIEWED YET. 2018-09-03 08:08:45 -10:00
ProcessRedirectDarwin.cpp Bug 1488260 Part 1 - Consolidate per-thread event and assertion streams, NOT REVIEWED YET. 2018-09-03 08:08:45 -10:00
ProcessRewind.cpp Bug 1488260 Part 1 - Consolidate per-thread event and assertion streams, NOT REVIEWED YET. 2018-09-03 08:08:45 -10:00
ProcessRewind.h Bug 1470795 Part 2 - Record/replay API changes for replay debugger, r=froydnj. 2018-07-22 11:56:47 +00:00
SpinLock.h Bug 1464903 Part 3 - Record/replay utilities, r=froydnj. 2018-07-22 11:42:50 +00:00
SplayTree.h Bug 1464903 Part 3 - Record/replay utilities, r=froydnj. 2018-07-22 11:42:50 +00:00
Thread.cpp Bug 1488260 Part 1 - Consolidate per-thread event and assertion streams, NOT REVIEWED YET. 2018-09-03 08:08:45 -10:00
Thread.h Bug 1488260 Part 1 - Consolidate per-thread event and assertion streams, NOT REVIEWED YET. 2018-09-03 08:08:45 -10:00
ThreadSnapshot.cpp Bug 1470795 Part 3 - Trivial renaming due to API changes, r=froydnj. 2018-07-22 11:57:38 +00:00
ThreadSnapshot.h Bug 1470795 Part 3 - Trivial renaming due to API changes, r=froydnj. 2018-07-22 11:57:38 +00:00
Trigger.cpp Bug 1488260 Part 1 - Consolidate per-thread event and assertion streams, NOT REVIEWED YET. 2018-09-03 08:08:45 -10:00
Trigger.h Bug 1464903 Part 5 - Core record/replay functionality, r=froydnj. 2018-07-22 11:44:20 +00:00
ValueIndex.cpp Bug 1464903 Part 3 - Record/replay utilities, r=froydnj. 2018-07-22 11:42:50 +00:00
ValueIndex.h Bug 1464903 Part 3 - Record/replay utilities, r=froydnj. 2018-07-22 11:42:50 +00:00
WeakPointer.cpp Bug 1464903 Part 5 - Core record/replay functionality, r=froydnj. 2018-07-22 11:44:20 +00:00
WeakPointer.h Bug 1464903 Part 5 - Core record/replay functionality, r=froydnj. 2018-07-22 11:44:20 +00:00
moz.build Bug 1481009 Part 5 - Generate a minidump when reporting a fatal record/replay error, r=froydnj. 2018-08-13 20:47:35 +00:00