aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages
AgeCommit message (Expand)AuthorFilesLines
2016-07-18Revert "[test] Report error when inferior test processes exit with a non-zero...Pavel Labath2-11/+19
2016-07-18[test] Report error when inferior test processes exit with a non-zero codePavel Labath2-19/+11
2016-07-15Fix TestDarwinNSLogOutput for windowsPavel Labath1-1/+1
2016-07-15Remember to add the testcase I wrote for r274822.Jim Ingham3-0/+102
2016-07-15adjust one of the NSLog output tests to only run on macOS 10.12+Todd Fiala1-0/+7
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone4-5/+5
2016-07-14removed darwin_log.py file from previous check-inTodd Fiala1-139/+0
2016-07-14fix command-line LLDB so NSLog messages show upTodd Fiala4-0/+304
2016-07-14Add support for Objective-C class properties.Greg Clayton2-0/+27
2016-07-14mark newly failing tests as XFAILPavel Labath2-2/+6
2016-07-14[test] [linux] define PR_SET_PTRACER constants if the system does not provide...Pavel Labath1-3/+8
2016-07-14Fix -break-enable/-break-disable commands (MI)Ilia K1-0/+45
2016-07-13Added test for setting breakpoints by basename and fullname.Greg Clayton1-0/+67
2016-07-12This doesn't compiler on Darwin. Skipping it.Greg Clayton1-0/+1
2016-07-12[test] Fix category-based skippingPavel Labath1-2/+0
2016-07-11Fix an issue where one could not define a Python command with the same name a...Enrico Granata3-0/+49
2016-07-08When calling "settings set target.source-map <old-path> <new-path>", make sur...Greg Clayton1-0/+4
2016-07-07Bump up timeout in TestCallWithTimeoutPavel Labath1-2/+2
2016-07-07Fix for PrintStackTracesRavitheja Addepally3-0/+78
2016-07-07Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer1-7/+68
2016-07-06Add data formatter for libstdc++ shared_ptr and weak_ptrTamas Berghammer3-0/+80
2016-07-05Fixed a bug where we report a single type multiple times in namespaces.Sean Callanan8-0/+156
2016-07-04Split TestTemplateIntegerArgs test into twoPavel Labath1-14/+17
2016-07-04Enable test log collection from remote debug servers (take 2)Pavel Labath2-42/+47
2016-07-04Join TestTlsGlobal tests again and use the proper decoratorPavel Labath1-12/+2
2016-07-01Fixed thread local storage test case to run normally with no expected fail fo...Greg Clayton1-2/+12
2016-07-01Thread local storage was already broken on Linux and the tests were passing b...Greg Clayton1-0/+1
2016-07-01Added support for thread local variables on all Apple OS variants.Greg Clayton3-5/+16
2016-07-01Skip TestDisassembleRawData when remoteFrancis Ricci1-0/+1
2016-06-30Removed the redundant "%d errors parsing expression" error. Nobody keeps score.Sean Callanan1-2/+2
2016-06-30Correct watchpoint size test failure on certain devicesOmair Javaid1-3/+3
2016-06-29XFAIL tests which fail with gcc on linuxPavel Labath3-1/+3
2016-06-27fix invalid assumption about the executable module in Target::Install()Todd Fiala1-0/+1
2016-06-24Made templates that have Enumeration values as arguments work correctly.Greg Clayton2-1/+69
2016-06-24Don't run TestImageListMultiArchitecture during remote test suiteFrancis Ricci1-0/+1
2016-06-24Added a test case for bitfield ivars. It currently fails.Sean Callanan2-0/+56
2016-06-24Fix an issue where LLDB would show the key and value of a single entry NSDict...Enrico Granata3-0/+82
2016-06-24Handle variadic Objective-C methods from DWARF correctly.Sean Callanan2-0/+35
2016-06-23Don't run the top-level expression test case with -gmodules.Sean Callanan1-1/+1
2016-06-20Test that lldb calls the right 'printf' even when a 'printf' method exists.Sean Callanan2-0/+25
2016-06-16Allow installing watchpoints at less than 8-byte alligned addresses for AArch...Omair Javaid3-0/+188
2016-06-16xfail TestWithModuleDebugging.py on macOSTodd Fiala1-0/+1
2016-06-10Fixed C++ template integer parameter types to work correctly when the integer...Greg Clayton3-0/+94
2016-06-09Enable some tests on linuxPavel Labath7-9/+5
2016-06-08Add a test for the failure described by pr28055. Mark it as xfail.Jim Ingham2-0/+68
2016-06-07Revert "Make lldbinline.py regenerate the Makefile each time it builds."Pavel Labath10-91/+17
2016-06-07Make lldbinline.py regenerate the Makefile each time it builds.Sean Callanan10-17/+91
2016-06-03Fix makefile for TestExternCSymbolsTamas Berghammer1-1/+1
2016-06-02Fixed a problem where we couldn't call extern "C" functions.Sean Callanan3-0/+36
2016-06-01[tsan] Prefer mangled name looking up variable declaration for racy addressDevin Coughlin3-0/+98