llvm-project/lldb/source
Fangrui Song 6fdd6a7b3f [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
The argument is llvm::null() everywhere except llvm::errs() in
llvm-objdump in -DLLVM_ENABLE_ASSERTIONS=On builds. It is used by no
target but X86 in -DLLVM_ENABLE_ASSERTIONS=On builds.

If we ever have the needs to add verbose log to disassemblers, we can
record log with a member function, instead of passing it around as an
argument.
2020-01-11 13:34:52 -08:00
..
API [lldb/Reproducer] Add SBReproducer::Replay overload (again) 2020-01-10 15:02:21 -08:00
Breakpoint [lldb][NFC] Migrate FileSpec::Dump to raw_ostream 2019-12-06 09:40:42 +01:00
Commands [lldb/Command] Add --force option for `watchpoint delete` command 2020-01-04 03:11:15 +01:00
Core [lldb] Remove various dead Compare functions 2020-01-08 18:05:33 -08:00
DataFormatters Data formatters: Look through array element typedefs 2020-01-10 11:45:24 +01:00
Expression Add missing nullptr checks. 2020-01-10 08:52:46 -08:00
Host [lldb][NFC] Use static_cast instead of reinterpret_cast where possible 2020-01-07 13:03:56 +01:00
Initialization [Reproducer] Use ::rtrim() to remove trailing control characters. 2019-10-18 17:11:48 +00:00
Interpreter [lldb] Modernize OptionValue::SetValueChangedCallback 2020-01-09 14:17:17 +01:00
Plugins [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction() 2020-01-11 13:34:52 -08:00
Symbol [lldb] Make CompleteTagDeclsScope completion order deterministic 2020-01-10 21:19:04 +01:00
Target Add missing nullptr checks. 2020-01-10 08:52:46 -08:00
Utility [lldb][NFC] Use static_cast instead of reinterpret_cast where possible 2020-01-07 13:03:56 +01:00
CMakeLists.txt [CMake] Remove Apple-specific version logic. 2019-04-17 18:23:22 +00:00
lldb.cpp [CMake] Remove Apple-specific version logic. 2019-04-17 18:23:22 +00:00