1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 12:02:21 +02:00
Beef/IDEHelper
2020-03-30 11:13:24 -07:00
..
Backend Fixed inlined file positions 2020-03-30 09:53:44 -07:00
Beef Expansion to const equality checks 2020-02-29 07:35:17 -08:00
Clang Initial checkin 2019-08-23 11:56:54 -07:00
Compiler Fixed unqualified static lookups in mixins 2020-03-30 11:13:24 -07:00
Linker Removed Win10-only call 2019-09-18 08:15:36 -07:00
Tests Fixed unqualified static lookups in mixins 2020-03-30 11:13:24 -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 Fixed ARM linking issue and 'step into' for BeefProgramStart 2019-10-23 11:30:59 -07:00
COFF.cpp Made $alias$ work for splat parameters to mixins 2020-01-22 12:37:44 -08:00
COFF.h Made $alias$ work for splat parameters to mixins 2020-01-22 12:37:44 -08: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 Fix when findName is empty 2020-03-24 07:08:54 -07:00
DbgExprEvaluator.h Made implicit tuple cast check names, fixed explicit tuple cast 2020-01-24 10:36:22 -08: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 Trimmed some debug memory 2020-03-20 09:23:38 -07:00
DbgModule.h Trimmed some debug memory 2020-03-20 09:23:38 -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 Changes to improve IDE Module Panel, allowing loading image and pdb 2019-09-27 13:05:39 -07:00
DebugManager.cpp Changed ProgramStart/ProgramEnd to ensure StaticInits get called 2019-10-17 05:31:57 -07:00
DebugManager.h Initial checkin 2019-08-23 11:56:54 -07:00
DebugTarget.cpp Trimmed some debug memory 2020-03-20 09:23:38 -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 Beefy::String changes, lambda hotswap fixes 2019-09-03 11:17:13 -07:00
HotScanner.h Initial checkin 2019-08-23 11:56:54 -07:00
IDEHelper.vcxproj Fixed PlatformToolset 2020-03-10 16:11:31 -07:00
IDEHelper.vcxproj.filters Added TargetTriple, fixed asm stuff for non-x86 LLVM 2019-10-17 06:30:17 -07:00
IDEHelper.vcxproj.user Fixed pause issue running post-build scripts, added curl diagnostics 2019-09-04 07:00:38 -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 Working on installer, fixing more Win32 issues 2019-09-02 17:39:47 -07:00
MiniDumpDebugger.h Initial checkin 2019-08-23 11:56:54 -07:00
NetManager.cpp Fixes to debugging source-server files 2019-09-23 13:48:11 -07:00
NetManager.h Fixes to debugging source-server files 2019-09-23 13:48:11 -07:00
Profiler.cpp Debugger fixes 2019-09-20 09:21:29 -07:00
Profiler.h Initial checkin 2019-08-23 11:56:54 -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 Removing ValidateBreakpoints 2020-03-28 14:26:36 -07:00
WinDebugger.h Switched to hashmap for FindBreakpointAt 2020-03-14 16:15:38 -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