aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-10[LLDB][MIPS] Getting correct signals for MIPS Hoststudio-master-releasestudio-1.4-releasestudio-1.3-releasestudio-1.3-devMohit K. Bhakkad
2015-06-10Mark TestMultithreaded as XTIMEOUT on Linux.Oleksiy Vyalov
2015-06-09Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.Chaoren Lin
2015-06-09XFail pexpect tests for Windows hosts.Chaoren Lin
2015-06-09[lldb-server][MIPS64] Assigning generic register numbers in register info for...Sagar Thakur
2015-06-08Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath
2015-06-08Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath
2015-06-08Skip TestInferiorChanged if host platform is windows.Chaoren Lin
2015-06-08Fix TestSymbolContext for remote Windows to Android.Chaoren Lin
2015-06-08If we have a MachO file loaded from memory, make sure we can always get the s...Greg Clayton
2015-06-08Switch from setPrintImmHex to setPrintHexStyle to follow changes from r239263.Oleksiy Vyalov
2015-06-08[LLDB-MI] Properly detect missing mandatory arguments to MI commandsBruce Mitchener
2015-06-08Silence warning on Windows.Chaoren Lin
2015-06-07Update dosep to display dotest command invoked on failure.Chaoren Lin
2015-06-06Use skipIf instead of skipUnless in TestTerminal for better readability.Chaoren Lin
2015-06-06Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android.Chaoren Lin
2015-06-06Update TestGdbRemoteAbort and TestGdbRemoteSegFault to use `get_signal_number`.Chaoren Lin
2015-06-05Remove unused editline includesPavel Labath
2015-06-05Fix TestNamespace and TestThreadJump for remote Windows to Android.Chaoren Lin
2015-06-05Unique file names for TestStarted and TestFinished.Chaoren Lin
2015-06-05[TestGdbRemoteAbort] Skip on API 16 Android devicesSiva Chandra
2015-06-05Removed unused private fields in RegisterContextLinux_mipsEd Maste
2015-06-05[lldbtest] Use netloc instead of hostname to look up Android device ID.Siva Chandra
2015-06-05Improve OSType initialization in elf object file's arch_specEd Maste
2015-06-05Check before using platform specific attributes.Chaoren Lin
2015-06-05[lldb-server][MIPS] Read/Write FP registers in FR0 modeSagar Thakur
2015-06-05Fix error handling in AdbClient - PushFile and PullFile.Oleksiy Vyalov
2015-06-05Delegate path operations to FileSpec.Chaoren Lin
2015-06-05[TestChangeProcessGroup] Mark the test as xfail for Android API 16Siva Chandra
2015-06-04[TestGdbRemoteRegisterState] Do not flip ARM *psr register in the testSiva Chandra
2015-06-04Fix doxygen warnings.Bruce Mitchener
2015-06-04Make the function that parses the json packets in debugserverJason Molenda
2015-06-04[lldb] Enable building with Cmake/BUILD_SHARED_LIBSAndrew Wilkins
2015-06-03I make no claims that Mach ports work, but at least we should check the right...Enrico Granata
2015-06-03Skip test failing on FreeBSD buildbot due to pexepect issuesEd Maste
2015-06-03XFAIL TestPlatformCommand test failing on the FreeBSD buildbotEd Maste
2015-06-03Fix a bug where trying to Dump() a ValueObject would use the static/non-synth...Enrico Granata
2015-06-03[MIPS][lldb-server] Add 32-bit register context and read/write FP registers o...Sagar Thakur
2015-06-03Fixed "format-string" based settings so they can have quotes on them without ...Greg Clayton
2015-06-03Fixed a deadlock that was slowing down processes when they shut down. A 3 sec...Greg Clayton
2015-06-02Fix LLDB so that it can correctly track down dependent shared libraries that ...Greg Clayton
2015-06-02Update TestConcurrentEvents to use UnixSignals instead of python signals.Chaoren Lin
2015-06-02Fixed the logic to determine the TRIPLE_VERSION correctly when it isn't speci...Greg Clayton
2015-06-02Added the ability for the "make" command to take a triple:Greg Clayton
2015-06-02Fix up some comments to be more explicit. Remove some long-commented out code.Jim Ingham
2015-06-02Fix PlatformAndroid::PutFile to support relative destination paths.Oleksiy Vyalov
2015-06-02Use wildcard instead of relying on shell globbing.Chaoren Lin
2015-06-02Check that debugger is valid before enumerating targets.Chaoren Lin
2015-06-02TestGlobalVariables no longer fails on FreeBSDEd Maste
2015-06-02Use new get_signal_number utility function for tests.Chaoren Lin