summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/DBGFR3Tracer.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-1/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* VMM: More driverless adjustments. bugref:10138vboxsync2021-12-021-1/+1
* VMM/DBGFR3Tracer: Typosvboxsync2020-08-311-3/+3
* Config.kmk: Enable the DBGF tracing framework by default, bugref:9210 [darwin...vboxsync2020-06-151-1/+1
* VMM/DBGFTracer: Windows build fixes, bugref:9210vboxsync2020-06-151-3/+3
* VMM/DBGFTracer: Add events when I/O port and MMIO regions are created, bugref...vboxsync2020-06-101-0/+116
* VMM/DBGFTracer: Missing file, bugref:9210vboxsync2020-06-101-1/+1
* VMM/DBGFTracer: Support string I/O port accesses, bugref:9210vboxsync2020-05-271-58/+167
* VMM/DBGFTracer: Add events when an event source gets registered/deregistered ...vboxsync2020-05-251-18/+53
* VMM/DBGFTracer: Implement support for guest memory read/write events, bugref:...vboxsync2020-05-251-6/+221
* VMM/DBGF: First commit of new tracing facility, bugref:9210vboxsync2020-05-221-0/+700