summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-131-0/+2
* Remove byte counting from SourceManager [NFC]Raphael Isemann2018-09-131-10/+10
* Rollback "Fix raw address breakpoints not resolving".Davide Italiano2018-09-101-2/+8
* Fix raw address breakpoints not resolvingTed Woodward2018-09-101-8/+2
* Check if a terminal supports colors on Windows properlyDavid Bolvansky2018-09-081-1/+0
* NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham2018-09-074-16/+16
* Print column info in backtraces et al. if availableAdrian Prantl2018-09-052-1/+14
* Set Windows console mode to enable support for ansi escape codesDavid Bolvansky2018-09-051-0/+9
* Silence some "control reaches end of non-void function" warnings with gccPavel Labath2018-08-312-0/+3
* Move Predicate.h from Host to UtilityRaphael Isemann2018-08-301-1/+1
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-301-0/+2
* Move the column marking functionality to the Highlighter frameworkRaphael Isemann2018-08-303-87/+59
* Don't cancel the current IOHandler when we push a handler for an utility func...Raphael Isemann2018-08-291-2/+4
* Disable use-color if the output stream is not a terminal with color support.Raphael Isemann2018-08-271-0/+3
* Remove manual byte counting from Opcode::DumpRaphael Isemann2018-08-201-13/+14
* Remove manual byte counting from Highlighter code.Raphael Isemann2018-08-142-20/+13
* Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUIDRaphael Isemann2018-08-111-6/+4
* RichManglingContext: Make m_ipd_str_len a local variable and simplify process...Stefan Granitz2018-08-102-29/+24
* Use rich mangling information in Symtab::InitNameIndexes()Stefan Granitz2018-08-083-45/+309
* Misc module/dwarf logging improvementsLeonard Mosescu2018-08-071-2/+6
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-0719-3903/+28
* Fix Mangled::Compare()Stefan Granitz2018-08-061-1/+1
* Add ConstString::IsNull() to tell between null vs. empty strings and fix usag...Stefan Granitz2018-08-061-2/+2
* Change ConstString::SetCStringWithMangledCounterpart to use StringRefPavel Labath2018-08-061-1/+1
* Add byte counting mechanism to LLDB's Stream class.Raphael Isemann2018-08-022-2/+2
* [LLDB] Added syntax highlighting supportRaphael Isemann2018-08-024-4/+119
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-272-11/+16
* Use LLVM's new ItaniumPartialDemangler in LLDBStefan Granitz2018-07-251-29/+16
* Move dumping code out of RegisterValue classPavel Labath2018-07-245-65/+85
* Reimplement EventDataBytes::Dump to avoid DumpDataExtractorPavel Labath2018-07-241-9/+7
* Fix the libcxx set, multiset, vector and bitset formatters to work on referen...Jim Ingham2018-07-131-1/+13
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-132-27/+22
* Add abbreviated name for Debugger::EventHandlerThread.Tatyana Krasnukha2018-07-131-5/+8
* [IRInterpreter] Fix misevaluation of interpretation expressions with `urem`.Davide Italiano2018-07-121-5/+5
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-262-6/+6
* ResolveAddress: check returned value of resolving functions.Tatyana Krasnukha2018-06-221-7/+8
* Scalar: Use llvm integer conversion functionsPavel Labath2018-06-191-10/+6
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-192-6/+4
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-10/+4
* [FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere2018-06-131-2/+2
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-2/+2
* Fix Module::FindTypes to return the correct number of matches.Frederic Riss2018-06-011-0/+1
* Add .debug_names section glue codePavel Labath2018-06-011-0/+2
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-312-10/+9
* Typo fixes.Bruce Mitchener2018-05-292-2/+2
* Forward declare DumpValueObjectOptions in ValueObject.hRaphael Isemann2018-05-261-0/+1
* Break dependency from Core to ObjectFileJIT.Zachary Turner2018-05-232-22/+0
* Add support to object files for accessing the .debug_types sectionGreg Clayton2018-05-081-0/+2
* Really test type lookup in TestCppTypeLookup.pyFrederic Riss2018-05-081-2/+3
* DWARFExpression: Convert file addresses to load addresses early on.Adrian Prantl2018-05-032-19/+21
OpenPOWER on IntegriCloud