1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00
Beef/IDEHelper/Compiler
Brian Fiete a367b8165f Win32 debugging fixes, more work on custom compile commands
Fixed working dir for 'launch'
Fixed attaching to process - stack trace wasn't updating properly
Fixed more custom compile stuff, and BeefySysLib bin destination
Fixed linking issues related to Bfp* and Bp* exports in both BeefRT and BeefySysLib
Fixed a crash with conditional breakpoints
Fixed release mode IDE issues (related to hot swap breakpoints)
Fixed hotswapping type data with LLVM builds
Fixed 'Pause' state processing Running_ToTempBreakpoint for ScriptManager
Fixed Win32 step out when there's an ESP adjustment at the return site
Made step-out skip over "unimportant" instructions at return site
2019-08-29 14:19:07 -07:00
..
BfAst.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfAst.h Initial checkin 2019-08-23 11:56:54 -07:00
BfAstAllocator.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfAstAllocator.h Initial checkin 2019-08-23 11:56:54 -07:00
BfAutoComplete.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfAutoComplete.h Initial checkin 2019-08-23 11:56:54 -07:00
BfCodeGen.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfCodeGen.h Initial checkin 2019-08-23 11:56:54 -07:00
BfCompiler.cpp Bug fixes, installer, [Export] 2019-08-27 08:04:41 -07:00
BfCompiler.h Bug fixes, installer, [Export] 2019-08-27 08:04:41 -07:00
BfConstResolver.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfConstResolver.h Initial checkin 2019-08-23 11:56:54 -07:00
BfContext.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfContext.h Initial checkin 2019-08-23 11:56:54 -07:00
BfDefBuilder.cpp Bug fixes, installer, [Export] 2019-08-27 08:04:41 -07:00
BfDefBuilder.h Initial checkin 2019-08-23 11:56:54 -07:00
BfDeferEvalChecker.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfDeferEvalChecker.h Initial checkin 2019-08-23 11:56:54 -07:00
BfDemangler.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfDemangler.h Initial checkin 2019-08-23 11:56:54 -07:00
BfElementVisitor.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfElementVisitor.h Initial checkin 2019-08-23 11:56:54 -07:00
BfExprEvaluator.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfExprEvaluator.h Initial checkin 2019-08-23 11:56:54 -07:00
BfFixits.h Initial checkin 2019-08-23 11:56:54 -07:00
BfIRBuilder.cpp Win32 debugging fixes, more work on custom compile commands 2019-08-29 14:19:07 -07:00
BfIRBuilder.h Win32 debugging fixes, more work on custom compile commands 2019-08-29 14:19:07 -07:00
BfIRCodeGen.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfIRCodeGen.h Initial checkin 2019-08-23 11:56:54 -07:00
BfMangler.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfMangler.h Initial checkin 2019-08-23 11:56:54 -07:00
BfModule.cpp Win32 debugging fixes, more work on custom compile commands 2019-08-29 14:19:07 -07:00
BfModule.h Bug fixes, installer, [Export] 2019-08-27 08:04:41 -07:00
BfModuleTypeUtils.cpp Win32 debugging fixes, more work on custom compile commands 2019-08-29 14:19:07 -07:00
BfParser.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfParser.h Initial checkin 2019-08-23 11:56:54 -07:00
BfPrinter.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfPrinter.h Initial checkin 2019-08-23 11:56:54 -07:00
BfReducer.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfReducer.h Initial checkin 2019-08-23 11:56:54 -07:00
BfResolvedTypeUtils.cpp Win32 debugging fixes, more work on custom compile commands 2019-08-29 14:19:07 -07:00
BfResolvedTypeUtils.h Initial checkin 2019-08-23 11:56:54 -07:00
BfResolvePass.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfResolvePass.h Initial checkin 2019-08-23 11:56:54 -07:00
BfSource.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfSource.h Initial checkin 2019-08-23 11:56:54 -07:00
BfSourceClassifier.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfSourceClassifier.h Initial checkin 2019-08-23 11:56:54 -07:00
BfSourcePositionFinder.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfSourcePositionFinder.h Initial checkin 2019-08-23 11:56:54 -07:00
BfStmtEvaluator.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfSystem.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfSystem.h Bug fixes, installer, [Export] 2019-08-27 08:04:41 -07:00
BfType.h Initial checkin 2019-08-23 11:56:54 -07:00
BfUtil.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfUtil.h Initial checkin 2019-08-23 11:56:54 -07:00
BfVarDeclChecker.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfVarDeclChecker.h Initial checkin 2019-08-23 11:56:54 -07:00
MemReporter.cpp Initial checkin 2019-08-23 11:56:54 -07:00
MemReporter.h Initial checkin 2019-08-23 11:56:54 -07:00