summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Provide a substitute to load command of gdb.Hafiz Abid Qadeer2017-01-191-0/+4
* Improve Type::GetTypeScopeAndBasenameHelper and add unit testsTamas Berghammer2017-01-101-8/+4
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-6/+6
* Remove TimeValue usage from Core/ModulePavel Labath2016-11-091-5/+3
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-011-22/+11
* Change Module::RemapPath to use StringRef.Zachary Turner2016-09-231-1/+2
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1675/+1438
* Delete Host/windows/win32.hZachary Turner2016-08-091-11/+11
* Centralize the way symbol and functions are looked up by making a Module::Loo...Greg Clayton2016-07-131-140/+189
* Fix the use of lldb::eSymbolContextVariable.Greg Clayton2016-06-211-1/+2
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-120/+111
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-111-65/+59
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-6/+10
* Set symbol types for function symbols loaded from PE/COFFAdrian McCarthy2016-01-261-8/+10
* [LLDB] Consider only valid symbols while resolving by addressMohit K. Bhakkad2016-01-231-1/+10
* Moved the target specific ClangASTContext initialization over into ClangASTCo...Greg Clayton2015-10-081-20/+1
* Testcase and fix for bug 24074Ravitheja Addepally2015-10-081-11/+17
* Revert 248366 "Testcase and fix for bug 24074"Enrico Granata2015-09-231-17/+11
* Testcase and fix for bug 24074Ravitheja Addepally2015-09-231-11/+17
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-65/+21
* Add a TypeSystem for GoRyan Brown2015-09-141-1/+20
* Fix TestLoadUnload.test_load_unload for android API > 21Tamas Berghammer2015-09-041-1/+2
* Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham2015-09-021-10/+10
* Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham2015-09-021-3/+4
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-9/+9
* Move all clang type system DWARF type parsing into ClangASTContext.cpp.Greg Clayton2015-08-141-0/+11
* Fix issues with separate symbolfile handlingTamas Berghammer2015-07-301-0/+3
* Use double-checked locking to avoid locking the Module mutex if we don't need...Greg Clayton2015-07-241-62/+74
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-2/+12
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-3/+2
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Make sure that "add-dsym" can't crash us when using it.Greg Clayton2015-03-311-8/+38
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace()Zachary Turner2015-03-061-1/+9
* Don't #include ClangASTContext.h from Module.hZachary Turner2015-03-031-5/+6
* Fix Bug 20400Chaoren Lin2015-02-261-1/+1
* Don't wait for the dynamic loader to set a module as a dynamic link editor, f...Greg Clayton2015-02-051-3/+10
* If we say:Greg Clayton2015-01-281-1/+1
* Don't stomp the triple when loading a PECOFF target.Zachary Turner2015-01-221-3/+7
* Setting breakpoints with name mask eFunctionNameTypeBase was broken for strai...Jim Ingham2014-10-251-20/+11
* Fixed name lookups for names that contain "::" but aren't actually C++ qualif...Greg Clayton2014-10-221-0/+2
* Add error report when Module::GetObjectFile() fails to find a plugin to open ...Todd Fiala2014-09-051-0/+4
* When adding a dSYM to an existing ObjectFile, we can have a situationJason Molenda2014-08-221-0/+11
* Don't search for module resources at all if the setting is set to "false". Greg Clayton2014-08-181-2/+3
* In order for the debug script filename to be valid as a module name, LLDB doe...Enrico Granata2014-08-161-1/+2
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-231-1/+1
* Start converting usages of off_t to other types.Zachary Turner2014-07-021-1/+1
* Fix typos.Bruce Mitchener2014-07-011-6/+6
OpenPOWER on IntegriCloud