summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix path completion test case added in rL335905 on WindowsRaphael Isemann2018-06-281-4/+2
* Add a way to load an image using a library name and list of paths.Jim Ingham2018-06-2814-18/+479
* [lldbsuite] Fix TestBreakpointHitCount on WindowsStella Stamenova2018-06-281-1/+1
* Added test case for: r334978 - Fixed file completion for paths that start wi...Raphael Isemann2018-06-281-5/+21
* Skip core file tests on build configurations lacking necessary componentsPavel Labath2018-06-283-0/+33
* Retrieve a function PDB symbol correctly from nested blocksPavel Labath2018-06-284-57/+107
* [SymbolFile] Implement GetCompleteObjCClass for .debug_namesJonas Devlieghere2018-06-273-4/+60
* Add missing constness.Tatyana Krasnukha2018-06-278-8/+8
* Move AddressClass to private enums since API doesn't provide any functions to...Tatyana Krasnukha2018-06-2714-60/+37
* Fix a single typo in SBSymbolContextDave Lee2018-06-271-1/+1
* Use the API's to get the TargetSP.Jim Ingham2018-06-261-1/+1
* The Process class ivar ivar was changed to a weak pointer, but was still _sp.Jim Ingham2018-06-262-5/+5
* This is not a debug info sensitive test.Jim Ingham2018-06-261-0/+2
* Reverting r335656, SWIG doesn't like "enum class".Jim Ingham2018-06-261-1/+1
* Amend "Change AddressClass type from 'enum' to 'enum class'".Tatyana Krasnukha2018-06-261-1/+1
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-2612-144/+111
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-2623-164/+164
* A little cleanup in ObjectFileMachO::GetSDKVersion. Jason Molenda2018-06-251-3/+12
* Fix windows build for r335541.Alexander Polyakov2018-06-251-0/+2
* Implement new methods for handling an error in MI commands.Alexander Polyakov2018-06-252-0/+68
* [LLDB] Select helper sign comparison fixDavid Carlier2018-06-251-2/+2
* Fix TestThreadExit for gcc&libc++ comboPavel Labath2018-06-251-1/+2
* Revert "[FileSpec] Always normalize"Jonas Devlieghere2018-06-251-6/+104
* [FileSpec] Always normalizeJonas Devlieghere2018-06-241-104/+6
* Make testcase classnames uniqueJan Kratochvil2018-06-243-3/+3
* [FileSpec] Refactor append and prepend implemenetations. NFCJonas Devlieghere2018-06-241-94/+20
* Update cmdtemplate.py to use best pratices.Greg Clayton2018-06-221-53/+78
* Mark this test as no debuginfoAdrian Prantl2018-06-221-1/+1
* Android.rules: Use libc++ by defaultPavel Labath2018-06-223-9/+14
* ResolveAddress: check returned value of resolving functions.Tatyana Krasnukha2018-06-221-7/+8
* Remove dead codeFrederic Riss2018-06-221-42/+20
* Remove duplicated check and shared_ptr copying.Tatyana Krasnukha2018-06-211-4/+3
* [DataFormatter] Add CFDictionary data formatterJonas Devlieghere2018-06-213-2/+13
* Fix an issue where DW_OP_deref might be dereferencing a file address. Convert...Greg Clayton2018-06-211-0/+28
* Partially revert r335236Pavel Labath2018-06-217-0/+40
* Fix macos build for r335244Pavel Labath2018-06-211-2/+2
* Remove UUID::SetFromCStringPavel Labath2018-06-2110-18/+9
* Modernize UUID classPavel Labath2018-06-217-26/+57
* ScriptInterpreterPython cleanupPavel Labath2018-06-2110-76/+21
* Disable gmodules tests on linuxPavel Labath2018-06-211-1/+1
* Improve SBThread's stepping API using SBError parameter.Alexander Polyakov2018-06-203-98/+195
* Remove some instances of manual UUID pretty-printingPavel Labath2018-06-202-48/+9
* Make test sources compatible with android+libcxx+modulesPavel Labath2018-06-208-102/+101
* Make sure TestNumThreads works with libc++Pavel Labath2018-06-202-2/+6
* IRInterpreter: fix sign extension of small types (pr37840)Pavel Labath2018-06-202-7/+9
* Fix compilation with mingw-w64 (pr37873)Pavel Labath2018-06-201-2/+2
* Fix windows build broken by r335104Pavel Labath2018-06-201-0/+8
* Remove dependency from Host to pythonPavel Labath2018-06-2012-137/+87
* BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pairPavel Labath2018-06-203-9/+7
* Correct the pathname that PlatformDarwinKernel::ExamineKextForMatchingUUIDJason Molenda2018-06-192-4/+4
OpenPOWER on IntegriCloud