gecko-dev/toolkit/recordreplay
Brian Hackett b7d645db8b Bug 1505962 - Add redirection for rand(), r=lsmyth.
--HG--
extra : rebase_source : e920fe34cf158a23465c97b27310d5a893d89bdc
extra : histedit_source : 02db3f0100ac0dc03f5a98925edf051fda1a9da3
2018-11-09 16:19:33 -10:00
..
ipc Bug 1506005 - Remove restriction that there is only one in flight paint at a time, r=nical. 2018-11-08 16:50:13 -10:00
udis86
Assembler.cpp Bug 1495574 - Support copying ip-relative xchg instructions, r=froydnj. 2018-10-14 09:48:34 -06:00
Assembler.h Bug 1506280 - Improve diagnostics when redirecting functions, r=lsmyth. 2018-11-09 12:50:28 -10:00
BufferStream.h Bug 1488808 Part 5 - Add infrastructure for performing system calls in the middleman process, r=froydnj. 2018-10-17 10:00:58 -06:00
CallFunction.h Bug 1464903 Part 6 - Redirection infrastructure, r=froydnj. 2018-07-22 11:45:11 +00:00
Callback.cpp Bug 1502207 Part 3 - Use new atomic access API in internal record/replay logic, r=froydnj. 2018-10-25 11:42:38 -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 1488808 Part 9 - Specify regions of code where recording is not interrupted and threads can diverge, r=froydnj. 2018-10-17 10:04:29 -06:00
File.h Bug 1488808 Part 9 - Specify regions of code where recording is not interrupted and threads can diverge, r=froydnj. 2018-10-17 10:04:29 -06:00
HashTable.cpp Bug 1488453 - Make sure there are no UAF or double frees in HashTable code, r=froydnj. 2018-10-29 12:35:20 -10: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 1503639 Part 5 - Support some new redirections after diverging from the recording, r=lsmyth. 2018-10-31 10:21:22 -10:00
Lock.h Bug 1500805 Part 3 - Rewind instead of deadlocking when taking a lock held by an idle thread, r=mccr8. 2018-10-21 15:03:34 -06:00
MemorySnapshot.cpp Bug 1500805 Part 4 - Watch for bogus pointers when checking for constant compile time strings, r=mccr8. 2018-10-21 15:04:18 -06:00
MemorySnapshot.h Bug 1500805 Part 4 - Watch for bogus pointers when checking for constant compile time strings, r=mccr8. 2018-10-21 15:04:18 -06:00
MiddlemanCall.cpp Bug 1503639 Part 4 - Allow all threads to diverge from the recording when repainting, r=mccr8. 2018-10-31 10:20:15 -10:00
MiddlemanCall.h Bug 1500805 Part 6 - Add middleman call hooks for some graphics APIs, r=mccr8. 2018-10-21 15:09:13 -06:00
Monitor.h Bug 1464903 Part 3 - Record/replay utilities, r=froydnj. 2018-07-22 11:42:50 +00:00
ProcessRecordReplay.cpp Bug 1502207 Part 4 - Relax ordering requirements for atomic accesses to be specific to the atomic value itself, r=froydnj. 2018-10-25 11:46:07 -10:00
ProcessRecordReplay.h Bug 1502207 Part 4 - Relax ordering requirements for atomic accesses to be specific to the atomic value itself, r=froydnj. 2018-10-25 11:46:07 -10:00
ProcessRedirect.cpp Bug 1506311 - Refine filtering of CGColorSpaceCreateDevice symbols where redirection instructions can be installed. 2018-11-09 16:04:49 -10:00
ProcessRedirect.h Bug 1503639 Part 5 - Support some new redirections after diverging from the recording, r=lsmyth. 2018-10-31 10:21:22 -10:00
ProcessRedirectDarwin.cpp Bug 1505962 - Add redirection for rand(), r=lsmyth. 2018-11-09 16:19:33 -10:00
ProcessRewind.cpp Bug 1503750 - Add preference to allow crashing on repaint failures, r=mccr8. 2018-10-31 14:57:01 -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 1503639 Part 1 - Handle unrecorded waits internally, r=lsmyth. 2018-10-31 10:17:05 -10:00
Thread.h Bug 1504285 - Check should-idle instead of is-idle flag when rewinding to avoid deadlocks, r=mccr8. 2018-11-02 14:30:31 -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 1502207 Part 3 - Use new atomic access API in internal record/replay logic, r=froydnj. 2018-10-25 11:42:38 -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 1488808 Part 5 - Add infrastructure for performing system calls in the middleman process, r=froydnj. 2018-10-17 10:00:58 -06:00