llvm-project/lldb/include/lldb
Jonas Devlieghere a6faf851f4 [lldb/CommandInterpreter] Remove flag that's always true (NFC)
The 'asynchronously' argument to both GetLLDBCommandsFromIOHandler and
GetPythonCommandsFromIOHandler is true for all call sites. This commit
simplifies the API by dropping it and giving the baton a default
argument.
2020-01-14 22:28:49 -08:00
..
API [lldb/Reproducer] Add SBReproducer::Replay overload (again) 2020-01-10 15:02:21 -08:00
Breakpoint Change Target::FindBreakpointsByName to return Expected<vector> 2019-12-04 09:57:15 -05:00
Core [lldb][NFC] Remove forward declaration for non-existent type clang::Action and delete references to it 2020-01-03 11:24:16 +01:00
DataFormatters Remove TypeValidators (NFC in terms of the testsuite) 2019-12-11 09:27:12 -08:00
Expression [lldb/DWARF] Fix mixed v4+v5 location lists 2020-01-09 13:19:29 +01:00
Host [lldb][NFC] Take a llvm::Triple in ClangASTContext constructor 2020-01-07 10:50:59 +01:00
Initialization [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
Interpreter [lldb/CommandInterpreter] Remove flag that's always true (NFC) 2020-01-14 22:28:49 -08:00
Symbol [lldb][NFC] Make name parameter in AddMethodToCXXRecordType a StringRef 2020-01-14 14:26:29 +01:00
Target [lldb] Modernize OptionValue::SetValueChangedCallback 2020-01-09 14:17:17 +01:00
Utility RangeDataVector: Support custom sorting for D63540 2020-01-10 15:14:38 +01:00
lldb-defines.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
lldb-enumerations.h [lldb/DWARF] Move location list sections into DWARFContext 2020-01-14 15:19:29 +01:00
lldb-forward.h Remove TypeValidators (NFC in terms of the testsuite) 2019-12-11 09:27:12 -08:00
lldb-private-defines.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
lldb-private-enumerations.h Generalize FindTypes with CompilerContext to support fuzzy lookup 2019-08-21 18:06:56 +00:00
lldb-private-forward.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
lldb-private-interfaces.h [lldb] Modernize OptionValue::SetValueChangedCallback 2020-01-09 14:17:17 +01:00
lldb-private-types.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
lldb-private.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
lldb-public.h Fix file names in file headers. NFC 2019-05-13 04:42:32 +00:00
lldb-types.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
lldb-versioning.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
module.modulemap [Reproducers] Make ReproducerInstrumentation a textual header 2019-03-11 23:09:09 +00:00