1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
Beef/IDEHelper
2022-01-14 08:15:49 -05:00
..
Backend Fixed X64 div emission, proper arg1 register disabling for mul 2022-01-12 06:31:16 -05:00
Beef GetSafe 2020-09-06 09:23:54 -07:00
Clang
Compiler Fixed function call from expression 2022-01-14 08:15:49 -05:00
Linker
Tests Fixed some constraint lookups 2022-01-11 12:02:23 -05:00
third_party Fixed autocomplete flickering while typing 2021-12-15 11:25:38 +01:00
BeefProj.toml Fixed autocomplete flickering while typing 2021-12-15 11:25:38 +01:00
BfDiff.cpp
BumpList.h
CMakeLists.txt Bump to c++17 2021-12-27 10:21:34 -05:00
COFF.cpp Added 64-bit void* support for 32-bit debugger 2022-01-09 08:30:56 -05:00
COFF.h Added __parseCompileUnits test 2020-11-18 09:31:52 -08:00
COFFData.h
CPU.h
dbg.txt
DbgEvalPool.cpp
DbgEvalPool.h
DbgExprEvaluator.cpp Comptime method fixes 2021-11-28 09:42:22 -08:00
DbgExprEvaluator.h Fixed dbg evaluation issue with chained sret calls 2020-10-17 10:52:54 -07:00
DbgMiniDump.cpp
DbgMiniDump.h
DbgModule.cpp Removed MinGW DWARF parsing 2020-09-17 05:57:50 -07:00
DbgModule.h Added __parseCompileUnits test 2020-11-18 09:31:52 -08:00
DbgSymSrv.cpp
DbgSymSrv.h
DbgTypeMap.cpp
DbgTypeMap.h
DebugCommon.h Arithmetic overflow checks 2022-01-11 08:17:09 -05:00
Debugger.cpp
Debugger.h Improve XMM integer displays 2022-01-07 10:31:26 -05:00
DebugManager.cpp Improve open error for files from network 2022-01-07 10:22:26 -03:00
DebugManager.h
DebugTarget.cpp Arithmetic overflow checks 2022-01-11 08:17:09 -05:00
DebugTarget.h Arithmetic overflow checks 2022-01-11 08:17:09 -05:00
DebugVisualizers.cpp
DebugVisualizers.h
DWARFInfo.h
DwAutoComplete.h
HandleDbg.cpp
HandleDbg.h
HotHeap.cpp
HotHeap.h
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 Fixed autocomplete flickering while typing 2021-12-15 11:25:38 +01:00
IDEHelper.vcxproj.filters Fixed autocomplete flickering while typing 2021-12-15 11:25:38 +01:00
IDEHelper.vcxproj.user Start of wasm support 2020-08-06 09:24:37 -07:00
LinuxDebugger.cpp
LinuxDebugger.h
LLVMUtils.h
MiniDumpDebugger.cpp
MiniDumpDebugger.h
NetManager.cpp Improve open error for files from network 2022-01-07 10:22:26 -03:00
NetManager.h Improve open error for files from network 2022-01-07 10:22:26 -03:00
Profiler.cpp Another idle symbol 2021-12-28 11:52:11 -05:00
Profiler.h Added CPU usage to profiler thread list 2021-12-28 08:30:33 -05:00
RadixMap.h
SpellChecker.cpp
StrBloomMap.h
StrHashMap.h
Targets.cpp
VSSupport.cpp Improved VS detection 2020-10-30 05:51:39 -07:00
WinDebugger.cpp Arithmetic overflow checks 2022-01-11 08:17:09 -05:00
WinDebugger.h Only attempt to allocate hot heap when hot swapping is enabled 2021-04-14 11:04:54 -07:00
X64.cpp Arithmetic overflow checks 2022-01-11 08:17:09 -05:00
X64.h Arithmetic overflow checks 2022-01-11 08:17:09 -05:00
X86.cpp Arithmetic overflow checks 2022-01-11 08:17:09 -05:00
X86.h Arithmetic overflow checks 2022-01-11 08:17:09 -05:00
X86InstrInfo.h
X86Target.cpp Upgrade to VS2019, LLVM 11.0.0 2020-10-27 12:28:23 -07:00
X86Target.h
X86XmmInfo.cpp