vsk updated this revision to Diff 223357.
vsk added a comment.
- Remove the `log` parameter from `ParseTypeFromDWARF`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68422/new/
https://reviews.llvm.org/D68422
Files:
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h
lldb/source/P
wallace added a comment.
damn, i overwrote this patch lol
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68293/new/
https://reviews.llvm.org/D68293
___
lldb-commits mailing list
lldb-commits@lists.llvm.
wallace updated this revision to Diff 223358.
wallace added a comment.
added a basic python test
It was a nice learning experience and fortunately there was no need to add any
intrusive code
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68354/new/
wallace updated this revision to Diff 223359.
wallace added a comment.
added a test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68312/new/
https://reviews.llvm.org/D68312
Files:
lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_c
lawrence_danna updated this revision to Diff 223361.
lawrence_danna added a comment.
fix typemaps to deal with None correctly
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68188/new/
https://reviews.llvm.org/D68188
Files:
lldb/include/lldb/API/S
JDevlieghere created this revision.
JDevlieghere added reviewers: clayborg, jasonmolenda, labath, aprantl, friss.
Herald added a subscriber: abidh.
Herald added a project: LLDB.
The symtab parser in ObjectFileMachO has logic to coalesce debug (STAB) and
non-debug symbols, based on the address and
mgorny added inline comments.
Comment at: lldb/CMakeLists.txt:42
+COMMAND ${PYTHON_EXECUTABLE}
+-c "import distutils.sysconfig, sys;
print(distutils.sysconfig.get_python_lib(True, False, sys.argv[1]))"
+${CMAKE_INSTALL_PREFIX}
I still like my
mgorny added a comment.
Not saying this will happen here but in clang-tools-extra, I had to deal with
some `clang*` libraries being part of `libclang-cpp`, and some (those added by
cte) being not.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D6807
301 - 308 of 308 matches
Mail list logo