llvm-project/lldb/source
Benjamin Kramer 12873d1a67 Silence unused variable warning in release builds
lldb/source/Core/DataFileCache.cpp:278:10: warning: unused variable 'pos' [-Wunused-variable]
    auto pos = m_string_to_offset.find(s);
         ^
lldb/source/Core/DataFileCache.cpp:277:18: warning: unused variable 'stroff' [-Wunused-variable]
    const size_t stroff = encoder.GetByteSize() - strtab_offset;
                 ^
2021-12-17 16:07:02 +01:00
..
API [lldb] Introduce a FreeBSDKernel plugin for vmcores 2021-12-14 22:07:20 +01:00
Breakpoint [lldb] Clarify StructuredDataImpl ownership 2021-12-13 21:04:51 +01:00
Commands [lldb] Make lldbVersion a full fledged library 2021-12-08 15:14:34 -08:00
Core Silence unused variable warning in release builds 2021-12-17 16:07:02 +01:00
DataFormatters [lldb] Fix matchers for char array formatters 2021-12-17 10:06:38 +01:00
Expression Remove redundant check (NFC) 2021-12-15 14:54:03 -08:00
Host Added the ability to cache the finalized symbol tables subsequent debug sessions to start faster. 2021-12-16 09:59:55 -08:00
Initialization [lldb] Make lldbVersion a full fledged library 2021-12-08 15:14:34 -08:00
Interpreter [NFC] const-ify some methods on CommandReturnObject 2021-12-03 14:54:03 -08:00
Plugins [lldb/qemu] Add emulator-env-vars setting 2021-12-17 13:59:21 +01:00
Symbol Added the ability to cache the finalized symbol tables subsequent debug sessions to start faster. 2021-12-16 09:59:55 -08:00
Target [lldb] Clarify StructuredDataImpl ownership 2021-12-13 21:04:51 +01:00
Utility Added the ability to cache the finalized symbol tables subsequent debug sessions to start faster. 2021-12-16 09:59:55 -08:00
Version [lldb] Use LLDB_VERSION_STRING instead of CLANG_VERSION_STRING 2021-12-13 16:58:39 -08:00
CMakeLists.txt [lldb] Make lldbVersion a full fledged library 2021-12-08 15:14:34 -08:00