Author: alexshap
Date: Tue Jan 30 15:45:20 2018
New Revision: 323832
URL: http://llvm.org/viewvc/llvm-project?rev=323832&view=rev
Log:
[lldb] Enable debugging of binaries with mixed (splitted/regular) dwarf
Initialize the default value of SymbolFileDWARF uuid with
the appropriately shifted DW_IN
Author: alexshap
Date: Thu Nov 30 14:56:11 2017
New Revision: 319492
URL: http://llvm.org/viewvc/llvm-project?rev=319492&view=rev
Log:
[lldb] A few minor fixes in TaskPool
1. Move TaskPool into the namespace lldb_private.
2. Add missing std::move in TaskPoolImpl::Worker.
3. std::thread::hardware_
Author: alexshap
Date: Fri Nov 17 12:50:54 2017
New Revision: 318554
URL: http://llvm.org/viewvc/llvm-project?rev=318554&view=rev
Log:
[lldb] Ensure that dwo/dwp are not double-indexed
DWO/DWP should not be indexed directly.
Instead, the corresponding base file should be used.
This diff adds an a
Author: alexshap
Date: Fri Nov 10 11:40:53 2017
New Revision: 317919
URL: http://llvm.org/viewvc/llvm-project?rev=317919&view=rev
Log:
[lldb] Remove unused method declaration
FindCompleteObjCDefinitionType is not used anywhere and there is no
implementation of it, only a declaration.
Test plan:
Author: alexshap
Date: Tue Oct 10 16:28:34 2017
New Revision: 315387
URL: http://llvm.org/viewvc/llvm-project?rev=315387&view=rev
Log:
[lldb] Enable using out-of-tree dwps
Previously LLDB required the DWP file
to be located next to the executable file.
This diff uses the helper function
Symbols
Author: alexshap
Date: Tue Oct 3 12:56:21 2017
New Revision: 314832
URL: http://llvm.org/viewvc/llvm-project?rev=314832&view=rev
Log:
[lldb] Fix initialization of m_debug_cu_index_map
SymbolFileDWARFDwp contains m_debug_cu_index_map which was previously
initialized incorrectly: before m_debug_c
Author: alexshap
Date: Tue Sep 12 15:14:36 2017
New Revision: 313083
URL: http://llvm.org/viewvc/llvm-project?rev=313083&view=rev
Log:
[lldb] Adjust UpdateExternalModuleListIfNeeded method for the case of *.dwo
When LLDB loads "external" modules it looks at the
presence of DW_AT_GNU_dwo_name.
How
Author: alexshap
Date: Mon Dec 5 12:42:21 2016
New Revision: 288687
URL: http://llvm.org/viewvc/llvm-project?rev=288687&view=rev
Log:
[lldb] Update the check for Linux or FreeBSD in SymbolFileDWARF::FindFunctions
This diff
1. Adds a comment to ObjectFileELF.cpp about the current
approach to dete
Author: alexshap
Date: Mon Nov 28 18:40:13 2016
New Revision: 288094
URL: http://llvm.org/viewvc/llvm-project?rev=288094&view=rev
Log:
[lldb] Fix compilation of SymbolFileDWARF.cpp with ENABLE_DEBUG_PRINTF set
This diff adds missing semicolon in SymbolFileDWARF.cpp
Differential revision: https:/
Author: alexshap
Date: Fri Nov 25 23:23:44 2016
New Revision: 287966
URL: http://llvm.org/viewvc/llvm-project?rev=287966&view=rev
Log:
[lldb] Fix typos in file headers
This diff fixes typos in file headers (incorrect file names).
Test plan:
Under llvm/tools/lldb/source:
find ./* -type f | grep
10 matches
Mail list logo