VirtualBox

source: vbox/trunk/src/VBox/Runtime/common/dbg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @49076   11 years vboxsync IPRT: DWARF reader, enum the image symbols and add what's missing (or …
(edit) @49061   11 years vboxsync More Mach-O symbol hacking.
(edit) @49057   11 years vboxsync build fix
(edit) @49055   11 years vboxsync uninitialize variable fix.
(edit) @49054   11 years vboxsync Resolve the uuid mapping link, in case the caller doesn't know the …
(edit) @49053   11 years vboxsync IPRT: More .dSYM hacking.
(edit) @49044   11 years vboxsync Darwin guest OS digger hacking in progress. Adding symbol cache util …
(edit) @49040   11 years vboxsync More ext -> suff corrections.
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48693   11 years vboxsync dbgmoddwarf.cpp: mach_kernel kludge.
(edit) @48398   11 years vboxsync dbgmoddwarf.cpp: mach_kernel hack.
(edit) @47824   11 years vboxsync RTDbgDwarf: Read gcc 4.8.1 dwarf output.
(edit) @47332   11 years vboxsync Runtime/dbgmoddwarf: Ignore a few more sections emitted by apple llvm-clang
(edit) @47290   11 years vboxsync Fixes related to reading symbols from a 64-bit linux kernel (3.7).
(edit) @47057   11 years vboxsync RTLdrFlt,dwarf: Sequeeze more info out of the darwin kernel debug info.
(edit) @46936   11 years vboxsync fix
(edit) @46934   11 years vboxsync dbgmodcodeview.cpp: Forced the code to deal with the bios symbol files.
(edit) @46916   11 years vboxsync dbgmoddwarf.cpp: Ignore abbreviations with code 0, they're just …
(edit) @46282   12 years vboxsync properties.
(edit) @46281   12 years vboxsync Two bugfixes.
(edit) @46277   12 years vboxsync build fixes
(edit) @46276   12 years vboxsync Prefere out .DBG reader over the DbgHelp one.
(edit) @46275   12 years vboxsync docs
(edit) @46274   12 years vboxsync dbgmodcodeview.cpp: Added code for parsing microsoft COFF debug …
(edit) @46271   12 years vboxsync build fixes.
(edit) @46269   12 years vboxsync dbgmodcodeview.cpp: More sane segment translation and more stuff.
(edit) @46266   12 years vboxsync IPRT: Changed RTLDRSEG::pchName to pszName and make sure it's always …
(edit) @46261   12 years vboxsync One more vmlinux hack.
(edit) @46260   12 years vboxsync dbgmoddwarf.cpp: Fixed leakes and adjustments for loading vmlinux.
(edit) @46258   12 years vboxsync dbgmodcontainer.cpp: Binary search doesn't work with the 0 LB 0 …
(edit) @46254   12 years vboxsync Fixes.
(edit) @46221   12 years vboxsync Find absolute symbols by address.
(edit) @46215   12 years vboxsync dbgmodcontainer.cpp: Fix for crash during solaris detection (COMMON …
(edit) @46205   12 years vboxsync build fix
(edit) @46204   12 years vboxsync Speed up line number allocation and dwarf DIE allocations by using …
(edit) @46199   12 years vboxsync strcache.cpp: Enabled it. Some tuning.
(edit) @46166   12 years vboxsync grr
(edit) @46165   12 years vboxsync Made dSYM-bundle loading work as well as line numbers in the stack …
(edit) @46164   12 years vboxsync More exteran .dSYM and .dwo bundles/files changes.
(edit) @46161   12 years vboxsync First part of loading .dSYM bundles.
(edit) @46149   12 years vboxsync IPRT: Dwarf and ELF fixes.
(edit) @46134   12 years vboxsync RTDbgModRemoveAll
(edit) @46127   12 years vboxsync Make it possible to load symbols on 64-bit windows 8.
(edit) @46115   12 years vboxsync Windows 2000 fixes.
(edit) @46113   12 years vboxsync Implemented debug module that uses the exported symbols. This will …
(edit) @46109   12 years vboxsync Made deferred loading work.
(edit) @46108   12 years vboxsync Got the NT4 ntfs.sys case working. Turned out to be some memory saving …
(edit) @46106   12 years vboxsync Use DOS style path parsing when finding the default module name in …
(edit) @46101   12 years vboxsync More NT4 debugging. Getting closer to working state…
(edit) @46083   12 years vboxsync Made it possible to find symbols for windows nt using a …
(edit) @46078   12 years vboxsync More debugging fixes.
(edit) @46074   12 years vboxsync RTDbgCfg: Added API for setting the log callback.
(edit) @46071   12 years vboxsync build fix
(edit) @46070   12 years vboxsync RTDbgCfg,++: Compressed server files and other fixes.
(edit) @46053   12 years vboxsync Added IPRT_WITH_HTTP to the IPRT build so we know when RTHttp is available.
(edit) @46050   12 years vboxsync More symbol work
(edit) @46048   12 years vboxsync Added a RTDbgMod reader that employs DbgHelp.dll.
(edit) @46028   12 years vboxsync grumble.
(edit) @46027   12 years vboxsync grumble.
(edit) @46025   12 years vboxsync RTDbgCfg: Directory and cache searching code.
(edit) @45998   12 years vboxsync warnings
(edit) @45997   12 years vboxsync SlickEdit loves adding BOM on new files.
(edit) @45994   12 years vboxsync RTDbgModCreateFromPeImage: Mostly implemented.
(edit) @45988   12 years vboxsync Fix burn.
(edit) @45986   12 years vboxsync build fix
(edit) @45984   12 years vboxsync RTDbgCfg: Debugging configuration, like symbol search paths and such.
(edit) @45975   12 years vboxsync DWARF: Watcom segment detection and wasm/wlink labels.
(edit) @45968   12 years vboxsync Ldr,Dbg: DWARF and ELF hacking in progress.
(edit) @45936   12 years vboxsync dbgmoddwarf.cpp: Fixed bug in line number interpreter.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44219   12 years vboxsync Runtime/dbgas.cpp: Fix inverted check resulting in a NULL pointer …
(edit) @43879   12 years vboxsync Extended RTOnce with termination cleanups. (Changes existing …
(edit) @43020   12 years vboxsync symbol hacking.
(edit) @42365   12 years vboxsync dbgmodcontainer.cpp: A bug fix and a hack.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41493   13 years vboxsync RTDbg*SymbolByAddr*: Added a flag parameter.
(edit) @39515   13 years vboxsync *: Use RTLISTANCHOR.
(edit) @39389   13 years vboxsync dbgmodnm.cpp: Made it grok linux 2.4 /proc/ksyms (dsl).
(edit) @39327   13 years vboxsync scm whitespace cleanups.
(edit) @39083   13 years vboxsync IPRT: -Wunused-parameter.
(edit) @39070   13 years vboxsync VMM,IPRT: -Wunused-function.
(edit) @39032   13 years vboxsync IPRT: Fixed unused variable warnings.
(edit) @38620   13 years vboxsync build fixes
(edit) @38619   13 years vboxsync IPRT: More dwarf reading.
(edit) @38617   13 years vboxsync More DWARF parsing.
(edit) @38606   13 years vboxsync More dwarf hacking.
(edit) @38603   13 years vboxsync build fix
(edit) @38601   13 years vboxsync IPRT: Some more dwarf bits.
(edit) @38585   13 years vboxsync duh.
(edit) @38584   13 years vboxsync iprt/dwarf: Attacking .debug_info…
(edit) @38581   13 years vboxsync IPRT: More debug info & ldr stuff.
(edit) @38573   13 years vboxsync iprt: Read dwarf line numbers.
(edit) @38558   13 years vboxsync build fix
(edit) @38557   13 years vboxsync dbgmoddwarf.cpp: line number virtual machine coding.
(edit) @38554   13 years vboxsync dwarf hacking in progress…
(edit) @38553   13 years vboxsync dbgmod.cpp: Fixed double locking bug in RTDbgModLineByAddr.
(edit) @38547   13 years vboxsync IPRT: More debug info hacking.
(edit) @38531   13 years vboxsync iprt: debug info coding…
(edit) @38516   13 years vboxsync IPRT: Working on debug info again.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette