summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-01-09Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()Adrian Prantl
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl
2020-12-04[lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::Get...Raphael Isemann
2020-10-23[lldb] Redesign Target::GetUtilityFunctionForLanguage APIJonas Devlieghere
2020-02-04Fix -Wunused-result warnings in LLDBReid Kleckner
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2019-12-12[Target] Remove Target::GetScratchClangASTContextAlex Langford
2019-09-07Long timeouts for the MacOSX SystemRuntime plugins under ASAN; else quick.Jason Molenda
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-05Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-08-29Don't cancel the current IOHandler when we push a handler for an utility func...Raphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-12-06Use Timeout<> in EvaluateExpressionOptions classPavel Labath
2016-10-27Check that we got back an object from MakeFunctionCallerJason Molenda
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-03-21Compilation can end up calling functions (e.g. to resolve indirect functions)...Jim Ingham
2016-03-19Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan
2015-10-29Static analyzer noticed that a null get_pending_items_caller couldJason Molenda
2015-09-18Reduce inclusion of clang headers.Bruce Mitchener
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2014-06-23Fix error handling for the AppleGetQueues and AppleGetPendingItemsJason Molenda
2014-05-13Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda
2014-05-05Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham
2014-05-05Make the Expression Execution result enum available to the SB API layer.Jim Ingham
2014-04-25Only allow on thread to run when calling libBacktraceRecording.Jason Molenda
2014-04-22Give the clang functions names. This is only for logging.Jim Ingham
2014-03-10Minor fix for a logging message.Jason Molenda
2014-02-15Add some additional logging to the Mac OS X SystemRuntime. Fix a bug where l...Jason Molenda
2014-02-05Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda