summaryrefslogtreecommitdiff
path: root/lldb/packages/Python
AgeCommit message (Expand)Author
2020-08-14[lldb] Make packetlog_get_dylib_info returns the last full responseRaphael Isemann
2020-08-14[lldb] Fix py3 incompatibility in gdbremote_testcase.pyPavel Labath
2020-08-14[lldb] Display autosuggestion part in gray if there is one possible suggestionShu Anzai
2020-08-13[lldb] Skip TestStepScripted with reproducersJonas Devlieghere
2020-08-12[lldb] Add support for checking children in expect_exprRaphael Isemann
2020-08-08[LLDB] Fix timeout value on expect_gdbremote_sequenceMuhammad Omair Javaid
2020-08-07lldbutil: add a retry mechanism for the ios simulatorAdrian Prantl
2020-08-07[lldb] Only check for --apple-sdk argument on DarwinJonas Devlieghere
2020-08-07[lldb] Store the Apple SDK in dotest's configuration.Jonas Devlieghere
2020-08-06[lldb/testsuite] Change get_debugserver_exe to support RosettaFred Riss
2020-08-05[lldb] Fix bug in skipIfRosetta decoratorJonas Devlieghere
2020-08-05[lldb] Modify the `skipIfRemote` decorator so we can skip all PExpect tests.Jonas Devlieghere
2020-08-05[lldb/test] Support git commit version ids for clang.Jordan Rupprecht
2020-08-05[lldb/test] Use realpath consistently for test root file paths.Jordan Rupprecht
2020-08-05[lldb/test] Replace LLDB_TEST_SRC env variable with configurationJordan Rupprecht
2020-08-05[lldb] Add an option to inherit TCC permissions from parent.Jonas Devlieghere
2020-08-05[lldb][gui] move TestGuiBasicDebug.py to lldb/test and update itLuboš Luňák
2020-08-04Fix debugserver's qProcessInfo reporting of maccatalyst binariesAdrian Prantl
2020-08-04[test] Fix another realpath->abspath.Jordan Rupprecht
2020-08-04[test] Use abspath instead of realpath sometimesJordan Rupprecht
2020-08-03[lldb/Test] Fix skipTestIfFn for fucntions that return a valueJonas Devlieghere
2020-08-03Temporarily revert "[test] Exit with an error if no tests are run."Jordan Rupprecht
2020-08-03[test] Exit with an error if no tests are run.Jordan Rupprecht
2020-07-30[lldb][test] Move registers-target-xml-reading target to the correct test loc...Jordan Rupprecht
2020-07-30[lldb][NFC][test] Fix comment referring to FileCheck instead of yaml2objJordan Rupprecht
2020-07-29[lldb] implement 'up' and 'down' shortcuts in lldb guiLuboš Luňák
2020-07-24Add Debug Info Size to Symbol StatusYifan Shen
2020-07-24Revert "Add Debug Info Size to Symbol Status"Walter Erquinigo
2020-07-24Add Debug Info Size to Symbol StatusYifan Shen
2020-07-23[lldb] Make socket_packet_pump.py work in Python3Raphael Isemann
2020-07-22[lldb] add printing of stdout compile errors to lldbsuiteBenson Li
2020-07-22[lldb/test] Delete result formatter machinery entirelyPavel Labath
2020-07-22[lldb/test] Do a better job at setting (DY)LD_LIBRARY_PATHPavel Labath
2020-07-20Add an option (-y) to "break set" and "source list" that uses the sameJim Ingham
2020-07-20[testsuite] Adapt lldb-server base test helper to run on arm64Davide Italiano
2020-07-20[lldb/test] Simplify Makefile rules for .d filesPavel Labath
2020-07-20[LLDB/test] Simplify result formatter codePavel Labath
2020-07-17[lldb] Unify sleep and time outs in GDB remote testcasesJonas Devlieghere
2020-07-15[lldb/Test] Remove custom tearDownHooks from GDB Remote testsJonas Devlieghere
2020-07-15[lldb][test] Prevent infinite loop while looking for use_lldb_suite_root.py.Jordan Rupprecht
2020-07-15[lldb/Test] Remove support for forking a subprocess from the test suite.Jonas Devlieghere
2020-07-15[lldb/test] Remove JOIN_CMD from Makefile.rulesPavel Labath
2020-07-15[lldb] Make expect_expr fall back to the dummy target if no target is selectedRaphael Isemann
2020-07-14Fix the skipIfRosetta decoratorAdrian Prantl
2020-07-14[lldb/Test] Always set the cleanupSubprocesses tear down hookJonas Devlieghere
2020-07-14[lldb] Use runBuildCommands from buildGModulesJonas Devlieghere
2020-07-14[lldb] lldbinline and lldbtest gardening (NFC)Jonas Devlieghere
2020-07-14[lldb/test] Avoid globbing in log file handling codePavel Labath
2020-07-13[lldb-vscode] Fix TestVSCode_moduleWalter Erquinigo
2020-07-13Retry ""[lldb-vscode] Fix TestVSCode_module""Walter Erquinigo