1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00
Beef/IDEHelper
2020-09-21 23:38:50 -07:00
..
Backend Support for static field exporting 2020-09-21 23:38:50 -07:00
Beef GetSafe 2020-09-06 09:23:54 -07:00
Clang Initial checkin 2019-08-23 11:56:54 -07:00
Compiler Support for static field exporting 2020-09-21 23:38:50 -07:00
Linker Removed Win10-only call 2019-09-18 08:15:36 -07:00
Tests Extension check refinements, more extension tests 2020-09-21 07:51:36 -07:00
BeefProj.toml Small fixes 2019-09-18 13:02:01 -07:00
BfDiff.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BumpList.h Initial checkin 2019-08-23 11:56:54 -07:00
CMakeLists.txt Start of wasm support 2020-08-06 09:24:37 -07:00
COFF.cpp !pdbtest, extra PDB reading robustness 2020-08-11 09:26:21 -07:00
COFF.h !pdbtest, extra PDB reading robustness 2020-08-11 09:26:21 -07:00
COFFData.h Initial checkin 2019-08-23 11:56:54 -07:00
CPU.h Initial checkin 2019-08-23 11:56:54 -07:00
dbg.txt Initial checkin 2019-08-23 11:56:54 -07:00
DbgEvalPool.cpp Initial checkin 2019-08-23 11:56:54 -07:00
DbgEvalPool.h Initial checkin 2019-08-23 11:56:54 -07:00
DbgExprEvaluator.cpp Trimmed reflected iface method table 2020-09-16 07:17:06 -07:00
DbgExprEvaluator.h Added float format flags 2020-06-19 06:42:52 -07:00
DbgMiniDump.cpp Initial checkin 2019-08-23 11:56:54 -07:00
DbgMiniDump.h Initial checkin 2019-08-23 11:56:54 -07:00
DbgModule.cpp Removed MinGW DWARF parsing 2020-09-17 05:57:50 -07:00
DbgModule.h Fixed sTypes lookups with LLVM debug info 2020-08-25 11:25:22 -07:00
DbgSymSrv.cpp Changes to improve IDE Module Panel, allowing loading image and pdb 2019-09-27 13:05:39 -07:00
DbgSymSrv.h Initial checkin 2019-08-23 11:56:54 -07:00
DbgTypeMap.cpp Initial checkin 2019-08-23 11:56:54 -07:00
DbgTypeMap.h Initial checkin 2019-08-23 11:56:54 -07:00
DebugCommon.h Made $alias$ work for splat parameters to mixins 2020-01-22 12:37:44 -08:00
Debugger.cpp Added back the "wantsDIForwardDecl = false" for LLVM 2019-12-21 05:46:24 -08:00
Debugger.h Added diagnostics panel 2020-07-31 06:16:29 -07:00
DebugManager.cpp Added diagnostics panel 2020-07-31 06:16:29 -07:00
DebugManager.h Initial checkin 2019-08-23 11:56:54 -07:00
DebugTarget.cpp Improved hot swap error handling 2020-06-30 14:35:20 -07:00
DebugTarget.h Fixes for large strings, multiple 'opposite' operators 2019-10-01 12:48:08 -07:00
DebugVisualizers.cpp Initial checkin 2019-08-23 11:56:54 -07:00
DebugVisualizers.h Initial checkin 2019-08-23 11:56:54 -07:00
DWARFInfo.h Initial checkin 2019-08-23 11:56:54 -07:00
DwAutoComplete.h Initial checkin 2019-08-23 11:56:54 -07:00
HandleDbg.cpp Initial checkin 2019-08-23 11:56:54 -07:00
HandleDbg.h Initial checkin 2019-08-23 11:56:54 -07:00
HotHeap.cpp Initial checkin 2019-08-23 11:56:54 -07:00
HotHeap.h Initial checkin 2019-08-23 11:56:54 -07:00
HotScanner.cpp Debugger reflection updates 2020-09-14 07:52:08 -07:00
HotScanner.h Added diagnostics panel 2020-07-31 06:16:29 -07:00
IDEHelper.vcxproj Start of wasm support 2020-08-06 09:24:37 -07:00
IDEHelper.vcxproj.filters Added ability to rename namespaces 2020-05-31 07:12:17 -07:00
IDEHelper.vcxproj.user Start of wasm support 2020-08-06 09:24:37 -07:00
LinuxDebugger.cpp Initial macOS changes 2019-10-14 14:08:29 -07:00
LinuxDebugger.h Initial checkin 2019-08-23 11:56:54 -07:00
LLVMUtils.h Initial checkin 2019-08-23 11:56:54 -07:00
MiniDumpDebugger.cpp Added crash text to minidump 2020-05-29 16:10:47 -07:00
MiniDumpDebugger.h Initial checkin 2019-08-23 11:56:54 -07:00
NetManager.cpp Fixed some profiler shutdown issues 2020-04-16 10:46:58 -07:00
NetManager.h Fixes to debugging source-server files 2019-09-23 13:48:11 -07:00
Profiler.cpp Fixed some profiler shutdown issues 2020-04-16 10:46:58 -07:00
Profiler.h Fixed some profiler shutdown issues 2020-04-16 10:46:58 -07:00
RadixMap.h Initial checkin 2019-08-23 11:56:54 -07:00
SpellChecker.cpp Initial checkin 2019-08-23 11:56:54 -07:00
StrBloomMap.h Initial checkin 2019-08-23 11:56:54 -07:00
StrHashMap.h Initial checkin 2019-08-23 11:56:54 -07:00
Targets.cpp Initial checkin 2019-08-23 11:56:54 -07:00
VSSupport.cpp Change Beefy::defer to be simpler (no std::function), macOS changes 2019-10-15 12:28:21 -07:00
WinDebugger.cpp Fixed sTypes lookups with LLVM debug info 2020-08-25 11:25:22 -07:00
WinDebugger.h Added diagnostics panel 2020-07-31 06:16:29 -07:00
X64.cpp Started with some simulation to determine 'step into' symbol lookup 2020-03-21 13:09:19 -07:00
X64.h Started with some simulation to determine 'step into' symbol lookup 2020-03-21 13:09:19 -07:00
X86.cpp Started with some simulation to determine 'step into' symbol lookup 2020-03-21 13:09:19 -07:00
X86.h Started with some simulation to determine 'step into' symbol lookup 2020-03-21 13:09:19 -07:00
X86InstrInfo.h Initial checkin 2019-08-23 11:56:54 -07:00
X86Target.cpp Initial checkin 2019-08-23 11:56:54 -07:00
X86Target.h Initial checkin 2019-08-23 11:56:54 -07:00
X86XmmInfo.cpp Initial checkin 2019-08-23 11:56:54 -07:00