summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ModuleList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the clang module cache setting available without a targetAdrian Prantl2018-03-021-5/+58
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-2/+1
* Rename Error -> Status.Zachary Turner2017-05-121-9/+9
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-9/+38
* Resubmit FileSystem changes.Zachary Turner2017-03-081-1/+3
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-3/+1
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-1/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+4
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* Remove TimeValue usage from lldb/Core. NFC.Pavel Labath2016-11-091-3/+3
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-011-2/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-992/+795
* Centralize the way symbol and functions are looked up by making a Module::Loo...Greg Clayton2016-07-131-62/+17
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-65/+56
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-111-71/+41
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-3/+4
* Change ModuleList::GetSharedModule so that it will reject "stubJason Molenda2015-10-221-12/+43
* Re-commit the (fixed) changes from r248985 which were reverted by PavelJason Molenda2015-10-081-10/+11
* Revert "Fixing a subtle issue on Mac OS X systems with dSYMs..."Pavel Labath2015-10-011-10/+11
* Fixing a subtle issue on Mac OS X systems with dSYMs (possiblyJason Molenda2015-10-011-11/+10
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+0
* Fix typos.Bruce Mitchener2015-07-221-2/+2
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-0/+2
* Make ModuleList::GetSharedModule to use module_search_paths parameter.Oleksiy Vyalov2015-03-161-6/+38
* Add a ModuleList::ForEach(...) which takes the module list mutex calls the st...Greg Clayton2015-02-131-0/+12
* Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunction...Carlo Kok2014-09-191-0/+20
* Don't search for module resources at all if the setting is set to "false". Greg Clayton2014-08-181-2/+3
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-3/+4
* Include <mutex> for std::once.Greg Clayton2014-03-241-0/+2
* Modified patch from Piotr Rak that makes GetSharedModuleList() more thread sa...Greg Clayton2014-03-241-10/+34
* Added a 'jump' command, similar to GDBs.Richard Mitton2013-09-121-1/+13
* <rdar://problem/14717184>Greg Clayton2013-08-131-1/+4
* Fix "source list -n printf" on Linux (printf is symbol alias for __printf)Michael Sartain2013-07-111-1/+61
* Improving the previous checkin about target.load-script-from-symbol-fileEnrico Granata2013-05-211-8/+11
* Forgot to check for empty error strings in the previous checkinEnrico Granata2013-05-201-1/+1
* <rdar://problem/13878726>Enrico Granata2013-05-201-1/+27
* Remove the UUID::GetAsCString() method which required a buffer to save the Jason Molenda2013-05-031-15/+9
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-3/+2
* <rdar://problem/13506727> Greg Clayton2013-04-031-6/+56
* <rdar://problem/13521159>Greg Clayton2013-03-271-10/+10
* <rdar://problem/13069948>Greg Clayton2013-01-251-16/+16
* Minor cleanups to the new ModuleList notification APIs: passing in the Module...Enrico Granata2012-11-081-7/+5
* <rdar://problem/12586350>Enrico Granata2012-11-081-33/+101
* Added a new "module" log channel which covers module creation, deletion, and ...Greg Clayton2012-10-081-0/+5
* <rdar://problem/12408181> Fixing a bug where we would try to look for types i...Enrico Granata2012-10-031-1/+2
* <rdar://problem/12125274>Greg Clayton2012-09-181-2/+8
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
OpenPOWER on IntegriCloud