llvm-capstone/lldb/tools
Jorge Gorbe Moya 33dbab8271 [lldb] Fix use-of-uninitialized-value in Driver
The driver passes by reference an uninitialized num_errors variable to
RunCommandInterpreter. This should be fine, as it's supposed to be
an output argument, but the reproducer instrumentation reads it in order
to record the value of all the arguments to the function.

This change fixes it by initializing num_errors to 0 before calling
RunCommandInterpreter.

llvm-svn: 361444
2019-05-22 23:37:48 +00:00
..
argdumper Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
compact-unwind
darwin-debug Fix file names in file headers. NFC 2019-05-13 04:42:32 +00:00
darwin-threads the thread id is easier to read in base16. 2018-03-06 23:33:02 +00:00
debugserver Delete unnecessary copy ctors 2019-05-22 08:38:23 +00:00
driver [lldb] Fix use-of-uninitialized-value in Driver 2019-05-22 23:37:48 +00:00
install-headers
intel-features Delete unnecessary copy ctors 2019-05-22 08:38:23 +00:00
lldb-instr [Reproducers] Capture return values of functions returning by ptr/ref 2019-04-03 21:31:22 +00:00
lldb-mi [lldb-mi] Include full path in the -data-disassemble response 2019-05-21 13:22:46 +00:00
lldb-perf Delete unnecessary copy ctors/copy assignment operators 2019-05-15 11:23:54 +00:00
lldb-server lldb-server: LLGS: support 32-bit on 64-bit hosts 2019-05-21 01:25:48 +00:00
lldb-test Include inlined functions when figuring out a contiguous address range 2019-05-06 20:01:21 +00:00
lldb-vscode [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
CMakeLists.txt [CMake] Reinstate LLDB_CAN_USE_LLDB_SERVER 2019-05-13 22:55:11 +00:00