llvm-project/lldb/include/lldb
Raphael Isemann 5a5a94ed34 [lldb] Delete dead StackFrameList::Merge
That code is unused since it's check-in in 2010 (and I believe it would leak
memory when called as it releases the passed unique_ptr), so let's delete it.

Reviewed By: vsk

Differential Revision: https://reviews.llvm.org/D100212
2021-04-12 14:49:20 +02:00
..
API Add a progress class that can track long running operations in LLDB. 2021-03-24 12:58:13 -07:00
Breakpoint Make the stop-on-sharedlibrary-events setting work. 2021-03-24 11:15:11 -07:00
Core [trace][intel-pt] Implement trace start and trace stop 2021-03-30 17:31:37 -07:00
DataFormatters [LLDB][NFC] Add clarifying comments for AddCXXSummary and AddCXXSynthetic 2021-04-09 12:07:24 -07:00
Expression [lldb] Support debugging utility functions 2021-02-24 11:36:01 -08:00
Host [lldb] [Process] Watch for fork/vfork notifications 2021-04-08 18:49:50 +02:00
Initialization [lldb] Fix shared library directory computation on windows 2021-02-18 15:37:52 +01:00
Interpreter [lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcess 2021-03-23 18:24:47 +01:00
Symbol Fix "image lookup --address" Summary results for inline functions. 2021-04-01 11:36:26 -07:00
Target [lldb] Delete dead StackFrameList::Merge 2021-04-12 14:49:20 +02:00
Utility [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag instead of OF_Text 2021-04-06 07:23:31 -04:00
lldb-defines.h Add an option (-y) to "break set" and "source list" that uses the same 2020-07-20 17:40:36 -07:00
lldb-enumerations.h [trace][intel-pt] Implement trace start and trace stop 2021-03-30 17:31:37 -07:00
lldb-forward.h [trace][intel-pt] Implement trace start and trace stop 2021-03-30 17:31:37 -07:00
lldb-private-defines.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
lldb-private-enumerations.h [lldb][NFC] Remove FormatterChoiceCriterion 2020-04-15 09:47:15 +02:00
lldb-private-forward.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
lldb-private-interfaces.h [trace][intel-pt] Implement trace start and trace stop 2021-03-30 17:31:37 -07:00
lldb-private-types.h [lldb][NFC] Move OptionDefinition from lldb-private-types.h to its own Utility header 2020-11-12 15:30:26 +01:00
lldb-private.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
lldb-public.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
lldb-types.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
lldb-versioning.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
module.modulemap [lldb/Host] Remove TaskPool and replace its uses with llvm::ThreadPool 2020-04-22 09:17:49 -07:00