summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/SymbolContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann2019-12-061-2/+2
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-041-6/+4
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-291-2/+3
* [lldb] remove unsigned Stream::operator<< overloadsPavel Labath2019-11-261-9/+7
* lldb: Fix some -Wdeprecated-copy warningsPavel Labath2019-11-111-14/+0
* [Disassembler] Simplify a few methods (NFC)Jonas Devlieghere2019-09-041-76/+77
* Fix LLDB_CONFIGURATION_DEBUG builds for the GetSymbolVendor removalPavel Labath2019-08-081-6/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-1/+2
* [NFC] Remove instances of unused ClangASTContext headerAlex Langford2019-07-191-1/+1
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* Delete unnecessary copy ctors/copy assignment operatorsFangrui Song2019-05-151-5/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-14/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-12/+12
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SymbolContext] Remove dead codeJonas Devlieghere2019-01-081-55/+12
* [SymbolContext] Rewrite operator== to be more concise.Davide Italiano2018-12-291-6/+1
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-7/+7
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-3/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-47/+45
* [Expression parser] Look up module symbols before hunting globallySean Callanan2017-05-161-0/+157
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1319/+1081
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-011-0/+4
* Keep original source path and mapped path in LineEntryTed Woodward2016-05-111-0/+1
* Adding an SBThread::StepInto that takes an end-line, also moved the code that...Jim Ingham2016-02-131-0/+67
* Rework breakpoint language filtering to use the symbol context's language.Dawn Perchik2015-12-161-0/+32
* Fix a crasher in SymbolContext::SortTypeList() where something that was itera...Greg Clayton2015-11-191-150/+92
* Fix potential null deref; after SymbolContextSpecifier::SymbolContextMatchesJason Molenda2015-10-281-1/+1
* Testcase and fix for bug 24074Ravitheja Addepally2015-10-081-0/+168
* Revert 248366 "Testcase and fix for bug 24074"Enrico Granata2015-09-231-165/+0
* Testcase and fix for bug 24074Ravitheja Addepally2015-09-231-0/+165
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-13/+4
* Make stream::operator<< take "const" void *Pavel Labath2015-07-221-8/+8
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-18/+18
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-4/+4
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-8/+31
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-3/+3
* Modified LLDB to be able to lookup global variables by address.Greg Clayton2015-01-151-7/+55
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-3/+9
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-48/+48
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-6/+6
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-6/+6
* Fix the format warnings.Sylvestre Ledru2013-10-311-6/+6
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-0/+47
* <rdar://problem/13217784>Greg Clayton2013-05-171-2/+28
OpenPOWER on IntegriCloud