summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Debugger.cpp
AgeCommit message (Expand)Author
2020-07-27[lldb] Modernize away some snprintf callsRaphael Isemann
2020-06-10[Debugger] Use FileSystem instead of calling openFileForWrite directly.Jonas Devlieghere
2020-05-12[lldb/Driver] Support terminal resizingFred Riss
2020-04-20[lldb] Add new LLDB setting: use-source-cacheEmre Kultursay
2020-02-24[lldb] Color the line markerJonas Devlieghere
2020-02-24[lldb/Debugger] Remove macros formerly used by property definitionsJonas Devlieghere
2020-02-11[lldb][NFC] Remove several inefficient ConstString -> const char * -> StringR...Raphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-20[lldb/IOHandler] Improve synchronization between IO handlers.Jonas Devlieghere
2020-01-16[lldb/Debugger] Rename ExecuteIOHandlers to RunIOHandlers (NFC)Jonas Devlieghere
2020-01-15[lldb/Debugger] Rename IO handler methods to be more meaningful (NFC)Jonas Devlieghere
2020-01-07[lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann
2019-12-21[lldb/Core] Support asking the debugger for a specific script interpreterJonas Devlieghere
2019-10-16update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna
2019-10-03factor out an abstract base class for FileLawrence D'Anna
2019-10-03SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
2019-09-25remove unused method ResetOutputFileHandle()Jonas Devlieghere
2019-09-04[lldb] Limit the amount of zeroes we use for padding when printing small floatsRaphael Isemann
2019-08-26[lldb] Construct the dummy target when the first Debugger object is constructedRaphael Isemann
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-21[NFC] Remove lldb_utility namespace.Jonas Devlieghere
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-08-02Format OptionEnumValueElement (NFC)Jonas Devlieghere
2019-07-31Fix issues with inferior stdout coming out of orderPavel Labath
2019-07-29[lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht
2019-07-29[lldb] Also include the array definition in Properties.incJonas Devlieghere
2019-07-26[TableGen] Fix stale include pathsJonas Devlieghere
2019-07-25Let tablegen generate property definitionsJonas Devlieghere
2019-07-05Change LaunchThread interface to return an expected.Jonas Devlieghere
2019-06-17Add color to the default thread and frame format.Jonas Devlieghere
2019-05-23[lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'Konrad Kleine
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-26[ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere
2019-04-26[CommandInterpreter] Remove scripting language argument. (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-03-02[Reproducers] Capture and replay interpreter commands.Jonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-14Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath
2018-12-03[Reproducers] Change how reproducers are initialized.Jonas Devlieghere
2018-11-27[Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere
2018-11-15Fix copy/paste mistake for r346919.Jonas Devlieghere
2018-11-15[reproducer] Post-commit cleanupJonas Devlieghere
2018-11-13Add GDB remote packet reproducer.Jonas Devlieghere
2018-11-11Remove comments after header includes.Jonas Devlieghere