llvm-project/lldb/source
Reid Kleckner 50d2d33b8e Fix BroadcasterManager::RemoveListener to really remove the listener
This appears to be a real bug caught by -Wunused-value. std::find_if
doesn't modify the underlying collection, it just returns an iterator
pointing to the matching element.

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D74010
2020-02-04 17:19:44 -08:00
..
API [lldb/Reproducers] Add missing SBFile methods to the registry 2020-02-04 15:10:03 -08:00
Breakpoint Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Commands Fix after c25938d 2020-02-04 16:37:22 -08:00
Core [lldb] Delete commented-out code 2020-02-04 15:33:06 -08:00
DataFormatters [lldb/StringPrinter] Simplify StringPrinterBufferPointer, NFC 2020-02-03 15:57:33 -08:00
Expression [lldb][NFCI] Remove UserExpression::GetJITModule 2020-01-30 23:20:19 -08:00
Host [LLDB] Add missing declarations for linking to psapi 2020-02-03 12:59:11 +02:00
Initialization [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
Interpreter Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Plugins [lldb] Fix -Wdocumentation warnings 2020-02-04 16:44:38 -08:00
Symbol [lldb] Rename Type::ResolveClangType to Type::ResolveCompilerType 2020-02-04 15:40:48 -08:00
Target [lldb/StackFrameList] Convert assert to defensive check in SynthesizeTailCallFrames 2020-02-04 10:43:50 -08:00
Utility Fix BroadcasterManager::RemoveListener to really remove the listener 2020-02-04 17:19:44 -08:00
CMakeLists.txt Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well. 2020-01-16 19:04:08 -05:00
lldb.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00