summaryrefslogtreecommitdiff
path: root/src/VBox/Debugger/DBGPlugInLinux.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-1/+0
* Disassember,*: Start separating the disassembler into a architecture specific...vboxsync2023-03-301-11/+11
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* DbgPlugInDiggers,VMM,Main: Refactored the diggers and related interfaces to w...vboxsync2022-01-271-169/+207
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Debugger/DBGPlugInLinux: Fix getting at symbols for Linux kernels 4.20.0+, co...vboxsync2021-07-141-40/+66
* Debugger/DBGPlugInLinux: Straighten the code to adjust the kernel log buffer ...vboxsync2020-06-291-13/+9
* Debugger/DBGPlugInLinux: Fix detecting 32bit Linux guests when KASLR is used,...vboxsync2020-06-291-7/+12
* Debugger/DBGPlugInLinux: New heuristic to find the kernel log buffer even if ...vboxsync2020-06-291-2/+2
* Debugger/DBGPlugInLinux: New heuristic to find the kernel log buffer even if ...vboxsync2020-06-291-78/+232
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Debugger/DBGPlugInLinux: Fix broken symbol digging caused by r132005 (Fix ind...vboxsync2019-08-021-4/+4
* Debugger/DBGPlugInLinux: Fix index into the buffervboxsync2019-07-101-2/+2
* Debugger/DBGPlugInLinux.cpp: Fix querying log buffer addresses when disassemb...vboxsync2019-04-041-0/+1
* DBGPlugInLinux: Started looking for kernel modules. Works to some extent for...vboxsync2019-03-261-5/+193
* DBGPlugInLinux.cpp: More verbose on errors.vboxsync2019-03-191-20/+20
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* VBox/sup.h: Don't include VBox/err.h for no good reason. bugref:9344vboxsync2018-12-231-2/+3
* IPRT,DBGF,Diggers: Moved DBGFRETURNTYPE and the unwind state structure to IPR...vboxsync2018-08-021-13/+26
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-1/+2
* Debugger/Linux: Cope with KASLR being used when probing for a Linux guestvboxsync2017-11-241-32/+102
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* Debugger: doxygen fixesvboxsync2017-01-041-3/+1
* Dbugger/Digger/Linux: Add support for relative offsets to the kernel symbol l...vboxsync2016-10-211-156/+385
* scm: cleaning up todosvboxsync2016-08-161-2/+2
* Debugger: gcc warningsvboxsync2016-08-021-2/+2
* Debugger: warningsvboxsync2016-08-011-12/+17
* (C) 2016vboxsync2016-07-221-1/+1
* Debugger: scmvboxsync2016-07-221-5/+5
* Debugger/Digger/Linux: Implement extraction and parsin of the compressed kern...vboxsync2016-07-191-1/+480
* Debugger/Digger/Linux: Another way to get at the log buffer for certain older...vboxsync2016-06-091-2/+235
* Debugger/Digger/Linux: Another alternate needle required for OpenSuse 10.2 x86vboxsync2016-06-091-1/+6
* Debugger/Digger/Linux: Fix for buffer overflow return codevboxsync2016-06-081-3/+4
* Debugger/Digger/Linux: Use an alternative needle (kobjec) to get at the kerne...vboxsync2016-06-081-17/+39
* Debugger/Digger/Linux: Implement getting the kernel log for older kernels whe...vboxsync2016-06-081-24/+193
* Debugger/DBGPlugInLinux: Add support to get at the guest kernel log if the re...vboxsync2016-06-011-1/+165
* Off by one.vboxsync2016-05-181-1/+1
* Typo.vboxsync2016-05-181-6/+6
* *: scm cleanup run.vboxsync2015-08-141-15/+15
* Debugger: Updated (C) year.vboxsync2015-06-091-1/+1
* Debugger: also detect Linux >= 4.0vboxsync2015-05-281-25/+15
* DBGF,DBGC: Added dmesg command and implemented it for linux guests.vboxsync2015-02-161-2/+280
* stop searching on success.vboxsync2015-02-151-1/+2
* DBGPlugInLinux.cpp: A quick shot at locating and decoding current kallsyms ta...vboxsync2015-02-151-12/+708
* DBGC: add detection of Linux 3.xvboxsync2014-03-031-3/+20
* header (C) fixesvboxsync2013-02-041-1/+1
* DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.vboxsync2013-01-271-15/+15