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) @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.
(edit) @38515   13 years vboxsync IPRT: Working on debug info again.
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @33663   14 years vboxsync Runtime/common/dbg/dbgas.cpp: typo
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @31396   14 years vboxsync dbgas.cpp: Use the right malloc.
(edit) @31376   14 years vboxsync comment typos.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26344   15 years vboxsync Runtime: white space cleanup.
(edit) @25960   15 years vboxsync Doxyfile*: Added custom command …
(edit) @25645   15 years vboxsync IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
(edit) @23022   15 years vboxsync dbgas.cpp: gcc maybe used uninitialized warnings (annoying, annoying, gcc).
(edit) @22116   15 years vboxsync RTDbgAs: Added RTDbgAsModuleQueryMapByIndex.
(edit) @22114   15 years vboxsync RTDbgMod: Added module tagging so the diggers can tell which modules …
(edit) @22113   15 years vboxsync RTDbgAs: More bugfixes.
(edit) @22111   15 years vboxsync RTDbgAs,RTDbgMod: Bugfixes.
(edit) @21337   15 years vboxsync IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel …
(edit) @21290   15 years vboxsync gcc warning
(edit) @21110   15 years vboxsync RTDbg: Some adjustments and fixes.
(edit) @21107   15 years vboxsync dbgmodnm.cpp: the module mangling didn't quite work out, redid it.
(edit) @21047   15 years vboxsync IPRT: Added a reader of NM-style map files. (Mainly for linux …
(edit) @21046   15 years vboxsync IPRT: Added a reader of NM-style map files. (Mainly for linux …
(edit) @21005   15 years vboxsync dbgmodcontainer.cpp: Added the missing file header.
(edit) @20801   15 years vboxsync IPRT: The rest of the basic RTDbgMod code.
(edit) @20800   15 years vboxsync IPRT: More RTDbgMod code.
(edit) @20799   15 years vboxsync IPRT: More RTDbgMod code.
(edit) @20756   15 years vboxsync IPRT: More RTDbg coding - generic container is mostly done now.
(edit) @20744   15 years vboxsync IPRT: RTDbg coding.
(edit) @20741   15 years vboxsync iprt/dbg.cpp/h: the RTDbgLine* methods as well.
(edit) @20740   15 years vboxsync iprt: More RTDbg coding; added a new AVL tree for RTUINPTR.
(edit) @20739   15 years vboxsync iprt: RTDbgMod coding in progress.
(edit) @20364   15 years vboxsync IPRT: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20360   15 years vboxsync IPRT: Memory pool (untested) and string pool stub implementation.
(edit) @20356   15 years vboxsync iprt: some more dbgmod bits.
(edit) @20355   15 years vboxsync IPRT: some dbgmod bits.
(edit) @19757   16 years vboxsync VMM,IPRT,DBGC: Debug address spaces.
(add) @19566   16 years vboxsync OSE fix
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