1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 06:42:08 +00:00
serenity/DevTools/Profiler
Nico Weber fd73de684e X86+Profiler+UserspaceEmulator: Deduplicate ELFSymbolProvider to LibX86
From a layering perspective, it's maybe a bit surprising that the
X86::SymbolProvider implementation also lives in LibX86, but since
everything depends on LibELF via LibC, and since all current
LibX86-based disassemblers want to use ELFSymbolProvider, it makes
some amount of sense to put it there.
2020-08-16 19:37:58 +02:00
..
CMakeLists.txt DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUI 2020-07-28 16:29:36 +02:00
DisassemblyModel.cpp X86+Profiler+UserspaceEmulator: Deduplicate ELFSymbolProvider to LibX86 2020-08-16 19:37:58 +02:00
DisassemblyModel.h LibGUI: Move GUI::Model::Role to GUI::ModelRole 2020-08-16 16:44:09 +02:00
main.cpp Misc: Use automatic window positioning in more applications 2020-08-15 17:38:19 +02:00
Profile.cpp Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
Profile.h Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
ProfileModel.cpp LibGUI: Move GUI::Model::Role to GUI::ModelRole 2020-08-16 16:44:09 +02:00
ProfileModel.h LibGUI: Move GUI::Model::Role to GUI::ModelRole 2020-08-16 16:44:09 +02:00
ProfileTimelineWidget.cpp Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
ProfileTimelineWidget.h Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00