summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Module.cpp
AgeCommit message (Expand)Author
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-13FindFunctions now works again with mangled names.Greg Clayton
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-24Provide option to set pc of the file loaded in memory.Hafiz Abid Qadeer
2017-01-19Provide a substitute to load command of gdb.Hafiz Abid Qadeer
2017-01-10Improve Type::GetTypeScopeAndBasenameHelper and add unit testsTamas Berghammer
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-09Remove TimeValue usage from Core/ModulePavel Labath
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-11-01Remove TimeValue usage from FileSpec.hPavel Labath
2016-09-23Change Module::RemapPath to use StringRef.Zachary Turner
2016-09-21Make lldb::Regex use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-07-13Centralize the way symbol and functions are looked up by making a Module::Loo...Greg Clayton
2016-06-21Fix the use of lldb::eSymbolContextVariable.Greg Clayton
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-03-11Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko
2016-02-10Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton
2016-01-26Set symbol types for function symbols loaded from PE/COFFAdrian McCarthy
2016-01-23[LLDB] Consider only valid symbols while resolving by addressMohit K. Bhakkad
2015-10-08Moved the target specific ClangASTContext initialization over into ClangASTCo...Greg Clayton
2015-10-08Testcase and fix for bug 24074Ravitheja Addepally
2015-09-23Revert 248366 "Testcase and fix for bug 24074"Enrico Granata
2015-09-23Testcase and fix for bug 24074Ravitheja Addepally
2015-09-17TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton
2015-09-14Add a TypeSystem for GoRyan Brown
2015-09-04Fix TestLoadUnload.test_load_unload for android API > 21Tamas Berghammer
2015-09-02Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham
2015-09-02Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-14Move all clang type system DWARF type parsing into ClangASTContext.cpp.Greg Clayton
2015-07-30Fix issues with separate symbolfile handlingTamas Berghammer
2015-07-24Use double-checked locking to avoid locking the Module mutex if we don't need...Greg Clayton
2015-07-21Add support for specifying a language to use when parsing breakpoints.Dawn Perchik
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-03-31Make sure that "add-dsym" can't crash us when using it.Greg Clayton
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner
2015-03-06Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace()Zachary Turner
2015-03-03Don't #include ClangASTContext.h from Module.hZachary Turner
2015-02-26Fix Bug 20400Chaoren Lin
2015-02-05Don't wait for the dynamic loader to set a module as a dynamic link editor, f...Greg Clayton
2015-01-28If we say:Greg Clayton
2015-01-22Don't stomp the triple when loading a PECOFF target.Zachary Turner
2014-10-25Setting breakpoints with name mask eFunctionNameTypeBase was broken for strai...Jim Ingham
2014-10-22Fixed name lookups for names that contain "::" but aren't actually C++ qualif...Greg Clayton
2014-09-05Add error report when Module::GetObjectFile() fails to find a plugin to open ...Todd Fiala