summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-90/+68
* Improve LLDB's handling of non-local minidumpsLeonard Mosescu2018-04-181-2/+1
* s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber2018-04-101-1/+1
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-201-4/+0
* [Module] Throw away some more commented code. NFCI.Davide Italiano2017-11-181-37/+0
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-14/+20
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* Provide a mechanism to do some pre-loading of symbols up front.Jim Ingham2017-04-281-0/+16
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-19/+45
* FindTypes should find "struct TypeName" as well as "TypeName".Jim Ingham2017-03-211-1/+1
* Resubmit FileSystem changes.Zachary Turner2017-03-081-1/+2
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-2/+1
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-1/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* FindFunctions now works again with mangled names.Greg Clayton2017-02-131-20/+29
* Move classes from Core -> Utility.Zachary Turner2017-02-021-3/+3
* Provide option to set pc of the file loaded in memory.Hafiz Abid Qadeer2017-01-241-2/+2
* 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
OpenPOWER on IntegriCloud