summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Change LaunchThread interface to return an Expected for non-Apple-non-WindowsFangrui Song2019-07-089-12/+23
* Process: generalise Windows thread setupSaleem Abdulrasool2019-07-071-10/+20
* [LLDBAssert] Use unreachable instead of assert(0)Jonas Devlieghere2019-07-051-2/+2
* [lldb] Added assert to VerifyDeclRaphael Isemann2019-07-051-1/+4
* lldb_assert: abort when assertions are enabled.Jonas Devlieghere2019-07-051-0/+6
* [CplusPlus] ISVTableName is unused. NFCI.Davide Italiano2019-07-055-16/+0
* Change LaunchThread interface to return an expected.Jonas Devlieghere2019-07-0512-66/+133
* Add assert for 'bad' code path in GetUniqueNamespaceDeclarationRaphael Isemann2019-07-041-1/+2
* Plugins: permit building on Windows ARM64Saleem Abdulrasool2019-07-041-15/+12
* Refactor ObjectFile::GetSDKVersionRaphael Isemann2019-07-034-53/+23
* [Docs] Remove stale builderJonas Devlieghere2019-07-031-1/+0
* [Docs] Update documentation build instructions.Jonas Devlieghere2019-07-031-3/+3
* Remove code-signing.txt now that it's part of the docsJonas Devlieghere2019-07-031-69/+0
* [Docs] Unify build instructionsJonas Devlieghere2019-07-031-244/+243
* Add plugin.process.gdb-remote.use-libraries-svr4 optionAntonio Afonso2019-07-031-7/+36
* [CMake] Avoid libcxxabi dependency when building LLDB from the monorepo on macOSStefan Granitz2019-07-031-0/+3
* Fix for r364686 - actually set symbol_is_missing_weak...Jim Ingham2019-07-021-2/+3
* Update cmake build setup so lldb doesn't link against the DebugSymbolsJason Molenda2019-07-021-1/+0
* add symbols/declvendor.cpp.Jason Molenda2019-07-021-0/+4
* [swig] Don't mess with swig internals.Jonas Devlieghere2019-07-0231-842/+287
* [lldb] Mention automatic codesign setup script [NFC]Raphael Isemann2019-07-021-1/+4
* [Symbol] Add DeclVendor::FindTypesAlex Langford2019-07-027-64/+73
* Revert "[swig] Define attribute(ref) instead of accessing swig internals."Jonas Devlieghere2019-07-0210-114/+289
* [swig] Define attribute(ref) instead of accessing swig internals.Jonas Devlieghere2019-07-0210-289/+114
* [DWARF] Add one more type unit testPavel Labath2019-07-021-0/+37
* [lldb] [lldbsuite] Use a unique class name for TestValueVarUpdateStella Stamenova2019-07-011-1/+1
* [Reproducer] Assert on unexpected packetJonas Devlieghere2019-07-011-0/+1
* [Core] Generalize ValueObject::IsRuntimeSupportValueAlex Langford2019-07-018-47/+36
* [lldb] [lldbsuite] Use a unique class name for TestBacktraceAllStella Stamenova2019-07-011-1/+1
* [lldb] [Process/NetBSD] Use global enable bits for watchpointsMichal Gorny2019-07-0113-22/+2
* [lldb] [Process/NetBSD] Fix segfault when handling watchpointMichal Gorny2019-07-011-10/+21
* [lldb] [Process/NetBSD] Support reading YMM registers via PT_*XSTATEMichal Gorny2019-07-012-2/+97
* Revert "[lldb] [Process/NetBSD] Fix constructor after r363707"Michal Gorny2019-07-011-1/+1
* Fix lookup of symbols at the same address with no size vs. sizeJan Kratochvil2019-07-013-2/+30
* Don't check the validity of newly contructed data buffersPavel Labath2019-07-016-42/+0
* @skipIfXmlSupportMissing TestRecognizeBreakpointPavel Labath2019-07-011-0/+1
* Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath2019-07-0116-366/+5
* Fix TestGdbRemoteLibrariesSvr4SupportPavel Labath2019-07-011-2/+2
* Remove null checks of results of new expressionsPavel Labath2019-07-0115-52/+15
* Revert "[GDBRemote] Remove code that flushes GDB remote packets"Jonas Devlieghere2019-06-301-0/+7
* Replace tabs with spaces.Adrian Prantl2019-06-291-2/+2
* Use const auto *Fangrui Song2019-06-292-7/+7
* Get the expression parser to handle missing weak symbols.Jim Ingham2019-06-2814-40/+269
* [GDBRemote] Remove code that flushes GDB remote packetsJonas Devlieghere2019-06-281-7/+0
* Make sure the thread list is updated before you set the stop reasonJim Ingham2019-06-285-8/+225
* Fixing a couple of wrong logical operator bugs.Ali Tamur2019-06-282-2/+2
* Add a sanity check to the domain socket tests.Adrian Prantl2019-06-271-1/+5
* [lldb] [Plugins/SysV-x86_64] NetBSD is also using SysV ABIMichal Gorny2019-06-271-0/+1
* [Reproducers] Fix flakiness and off-by-one during replay.Jonas Devlieghere2019-06-271-6/+25
* Support nested target.xml register definition files, lack of reg group markers.Jason Molenda2019-06-263-60/+326
OpenPOWER on IntegriCloud