summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/SymbolContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-0/+11
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* <rdar://problem/13265297> Greg Clayton2013-02-231-3/+4
* <rdar://problem/13069948>Greg Clayton2013-01-251-6/+6
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-6/+6
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* <rdar://problem/11870357>Greg Clayton2012-07-141-1/+57
* <rdar://problem/11330621>Greg Clayton2012-05-101-0/+2
* <rdar://problem/10997402>Greg Clayton2012-03-071-9/+8
* Fixed Symbol objects being able to get their byte size.Greg Clayton2012-03-021-15/+5
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-2/+3
* Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton2012-02-061-0/+32
* Added code in the Host layer that can report system log messagesGreg Clayton2012-01-051-7/+11
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-3/+3
* Cleaned up a few functions that never get used.Sean Callanan2011-10-131-77/+0
* Completed the glue that passes a ClangNamespaceDecl *Sean Callanan2011-10-131-1/+1
* Added ClangNamespaceDecl * parameters to severalSean Callanan2011-10-121-3/+3
* Fix the last testsuite regression from the apple-names stuff.Jim Ingham2011-10-081-4/+21
* Removed code that was left in during testing and debugging of an issue.Greg Clayton2011-10-071-2/+0
* Added better logging for the case where we don't find a PC in a block.Greg Clayton2011-10-071-2/+27
* <rdar://problem/10226227>Greg Clayton2011-10-061-11/+29
* Enable all the new accelerator tables if they are present and don't manuallyGreg Clayton2011-10-041-1/+2
* Cleaned up the the code that figures out the inlined stack frames given a Greg Clayton2011-10-011-76/+59
* If the new .apple_names and .apple_types DWARF accelerator tablesGreg Clayton2011-09-291-0/+25
* Need to go to the containing inline block to get the inline name right.Jim Ingham2011-09-271-3/+8
* Added an API to SymbolContext to hide the complexity of getting theJim Ingham2011-09-271-0/+23
* Added more functionality to the public API to allow for betterGreg Clayton2011-09-261-0/+89
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-8/+8
OpenPOWER on IntegriCloud