summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUIDRaphael Isemann2018-08-111-6/+4
* Misc module/dwarf logging improvementsLeonard Mosescu2018-08-071-2/+6
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-10/+4
* Fix Module::FindTypes to return the correct number of matches.Frederic Riss2018-06-011-0/+1
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-5/+5
* Break dependency from Core to ObjectFileJIT.Zachary Turner2018-05-231-21/+0
* Really test type lookup in TestCppTypeLookup.pyFrederic Riss2018-05-081-2/+3
* Use conventional spelling of always-failing assert.Richard Smith2018-05-021-1/+1
* Use the UUID from the minidump's CodeView Record for placeholder modulesLeonard Mosescu2018-05-021-3/+14
* Fix expression parser to not accept any type whose basename matches for a typ...Greg Clayton2018-04-301-2/+8
* 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
OpenPOWER on IntegriCloud