summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/RNBContext.cpp
AgeCommit message (Expand)Author
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham
2021-07-20Remove the DarwinLog functionality from debguserverJason Molenda
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-12-22debugserver: Propagate environment in launch-mode (pr35671)Pavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2015-03-09Fix debugserver warnings on MacOSX.Greg Clayton
2014-07-24Increase the gdb-remote packet timeout for the first packet we sendJason Molenda
2012-11-17<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong
2011-05-03Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton
2011-01-22Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton
2010-10-18Still trying to get detach to work with debugserver. Got a bit closer,Greg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner