[Lldb-commits] [lldb] r351158 - [LLDB] Remove the unused variable oso_dwarf.

2019-01-14 Thread David L. Jones via lldb-commits
Author: dlj Date: Mon Jan 14 19:27:54 2019 New Revision: 351158 URL: http://llvm.org/viewvc/llvm-project?rev=351158&view=rev Log: [LLDB] Remove the unused variable oso_dwarf. Patch by Ali Tamur! (ta...@google.com) Modified: lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.c

[Lldb-commits] [lldb] r338772 - [lldb] Remove unused variable.

2018-08-02 Thread David L. Jones via lldb-commits
Author: dlj Date: Thu Aug 2 14:45:05 2018 New Revision: 338772 URL: http://llvm.org/viewvc/llvm-project?rev=338772&view=rev Log: [lldb] Remove unused variable. The use of this variable was removed in r338734. It now causes unused variable warnings. Modified: lldb/trunk/source/Plugins/Proce

[Lldb-commits] [lldb] r307320 - Change remaining references to lit.util.capture to use subprocess.check_output.

2017-07-06 Thread David L. Jones via lldb-commits
Author: dlj Date: Thu Jul 6 14:46:47 2017 New Revision: 307320 URL: http://llvm.org/viewvc/llvm-project?rev=307320&view=rev Log: Change remaining references to lit.util.capture to use subprocess.check_output. Summary: The capture() function was removed in r306625. This should fix PGO breakages r