aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2020-08-13[lldb] Set the launch flags to GetLaunchInfo().GetLaunchFlags()Jonas Devlieghere4-7/+12
2020-08-13[lldb] Skip TestStepScripted with reproducersJonas Devlieghere2-9/+4
2020-08-13[lldb][NFC] Use llvm::is_contained instead of std::find in a few placesRaphael Isemann4-9/+4
2020-08-13[lldb][NFC] Fix indentation in TCPSocket::CloseListenSocketsRaphael Isemann1-1/+1
2020-08-12[lldb] Fix relative imports and set the appropriate include dirsJonas Devlieghere4-10/+12
2020-08-12[lldb] Fix unit test parsing to handle CR+LF as well as LFAdrian McCarthy1-1/+1
2020-08-12Build a flat LLDB.framework for embedded Darwin targetsVedant Kumar6-31/+58
2020-08-12Revert "[lldb] Display autosuggestion part in gray if there is one possible s...Raphael Isemann10-262/+2
2020-08-12[lldb] Display autosuggestion part in gray if there is one possible suggestionShu Anzai10-2/+262
2020-08-12[lldb] Add support for checking children in expect_exprRaphael Isemann3-32/+97
2020-08-11[CMake] Simplify CMake handling for zlibPetr Hosek3-7/+3
2020-08-11[LLDB] Improve PDB discoveryAdrian McCarthy3-2/+46
2020-08-11[lldb] Fix the last remaining tests not inheriting TCC permissionsJonas Devlieghere4-5/+12
2020-08-11[lldb] Enable inheriting TCC permissions in lldb-testJonas Devlieghere1-0/+3
2020-08-11[lldb] Look beyond the first line to find the PID in TestAppleSimulatorOSTypeJonas Devlieghere1-11/+23
2020-08-11[lldb/CMake] Separate CMake code for Lua and Python (NFC)Jonas Devlieghere8-225/+228
2020-08-11[cmake] Make gtest macro definitions a part the library interfacePavel Labath1-7/+0
2020-08-11[lldb] Add SubstTemplateTypeParm to RemoveWrappingTypesRaphael Isemann2-0/+35
2020-08-11[lldb] watchpoint ID common completion for commands `watchpoint delete/enable...Gongyu Deng4-1/+81
2020-08-11[lldb] thread index common completion for commands like `thread select/step-o...Gongyu Deng4-1/+86
2020-08-11[lldb] stop-hook ID common completion for commands `target stop-hook enable/d...Gongyu Deng4-1/+67
2020-08-11[lldb] Fix unhandled switch case for GOFF in GDBRemoteCommunicationClientRaphael Isemann1-0/+1
2020-08-11[lldb] tab completion for `target modules load -u`Gongyu Deng6-3/+33
2020-08-11[lldb] move the frame index completion into a common completion and apply it ...Gongyu Deng5-14/+32
2020-08-11[lldb] tab completion for `target modules search-paths insert​`Gongyu Deng2-0/+31
2020-08-11[lldb] type language common completionGongyu Deng4-2/+21
2020-08-11[lldb] tab completion for 'command delete/unalias'Gongyu Deng3-0/+36
2020-08-11[lldb][NFC] Fix warning in Thread::AutoCompleteThreadPlansRaphael Isemann1-1/+1
2020-08-11[lldb] tab completion for `thread plan discard`Gongyu Deng5-0/+65
2020-08-11[lldb][NFC] Remove unused custom reimplementation of realpath for WindowsRaphael Isemann2-84/+0
2020-08-11[lldb] tab completion for `disassemble -F`Gongyu Deng4-3/+26
2020-08-11[lldb] tab completion for `watchpoint set variable`Gongyu Deng2-0/+17
2020-08-10[lldb] Remove redundant add_definitions() in CMake (NFC)Jonas Devlieghere2-8/+4
2020-08-10[lldb] Use modern CMake to avoid repetition (NFC)Jonas Devlieghere5-16/+17
2020-08-10[lldb] Add missings moves where appropiate (NFC)Jonas Devlieghere13-23/+24
2020-08-10[lldb] Fix typo in AppleDWARFIndexJonas Devlieghere1-2/+2
2020-08-10[lldb] tab completion for `platform target-install`Gongyu Deng2-0/+13
2020-08-10[lldb] Skip TestSimulatorPlatform with out-of-tree debugserverJonas Devlieghere1-1/+13
2020-08-10[lldb] Fix NSArray0 data formatter and add testJonas Devlieghere3-21/+29
2020-08-10[lldb][NFC] Remove dead code in BreakpointResolverAddressRaphael Isemann1-1/+0
2020-08-09Add override to fix -Winconsistent-missing-override warning.Eric Christopher1-1/+1
2020-08-08Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek3-3/+7
2020-08-08[CMake] Simplify CMake handling for zlibPetr Hosek3-7/+3
2020-08-08[LLDB] Fix timeout value on expect_gdbremote_sequenceMuhammad Omair Javaid2-1/+4
2020-08-07[lldb] Assert the process has exited before we gets its output.Jonas Devlieghere1-0/+7
2020-08-07Add a setting to force stepping to always run all threads.Jim Ingham12-16/+136
2020-08-07Factor out reference-counting code from PlatformApple*Adrian Prantl1-36/+28
2020-08-07lldbutil: add a retry mechanism for the ios simulatorAdrian Prantl1-2/+15
2020-08-07[lldb] Only check for --apple-sdk argument on DarwinJonas Devlieghere1-1/+1
2020-08-07[lldb] Store the Apple SDK in dotest's configuration.Jonas Devlieghere3-10/+26