index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
/
Profiler
/
DisassemblyModel.cpp
Age
Commit message (
Expand
)
Author
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-16
Profiler: Stop disassembly on invalid instructions
Hendiadyoin1
2021-11-16
Profiler: Don't try to disassemble empty buffers
Hendiadyoin1
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-10-31
Profiler: Cache parsed DWARF debug information in disassembly view
Daniel Bertalan
2021-10-31
Profiler: Load the actual kernel binary for disassembly
Daniel Bertalan
2021-10-31
Profiler: Share the mapped kernel between Profile and DisassemblyModel
Daniel Bertalan
2021-10-25
LibX86: Take load base address into consideration during disassembly
Daniel Bertalan
2021-10-25
Profiler: Subtract the kernel's base address when searching for symbols
Daniel Bertalan
2021-08-10
Profiler: Disassemble the entire function if the symbol is a function
Ali Mohammad Pur
2021-08-10
Profiler: Disassemble the containing function for non-function symbols
Ali Mohammad Pur
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-06
Profiler: Display source location information in the disassembly view
Ali Mohammad Pur
2021-08-01
DevTools: Remove unused header includes
Brian Gianforcaro
2021-07-22
Userland: Use /proc/kernel_base to determine the kernel base address
Gunnar Beutner
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-20
Userland: Hardcode the x86_64 kernel base address for now
Gunnar Beutner
2021-07-18
Kernel: Split debug symbols into a separate file
Gunnar Beutner
2021-06-24
Profiler: Use u32 when constructing InstructionData
Gunnar Beutner
2021-05-22
Profiler: Split the call tree into one subtree per process
Andreas Kling
2021-05-04
Profiler: Move everything into the "Profiler" namespace
Andreas Kling
2021-05-04
Profiler: Print addresses in debug log in hex.
Brian Gianforcaro
2021-04-26
Kernel+Profiler: Improve profiling subsystem
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-03
Profiler: Cache and reuse mapped ELF objects
Andreas Kling
2021-03-02
Kernel+Profiler: Capture metadata about all profiled processes
Andreas Kling
2021-02-27
Profiler: Unbreak DisassemblyModel after shared library introduction
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling