apoos-maximus updated this revision to Diff 370769.
apoos-maximus added a comment.
moved the error message building logic to Target::Attach()
where the ptrace policy related mesasge gets appended only
if the debugee process is running on LinuxOS
Repository:
rG LLVM Github Monorepo
CHANGES SIN
mgorny created this revision.
mgorny added reviewers: krytarowski, emaste, jasonmolenda, JDevlieghere, labath.
mgorny requested review of this revision.
https://reviews.llvm.org/D109281
Files:
lldb/source/Plugins/Process/gdb-remote/CMakeLists.txt
lldb/source/Plugins/Process/gdb-remote/GDBRemo
mgorny updated this revision to Diff 370764.
mgorny added a comment.
Add basic i386 tests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109272/new/
https://reviews.llvm.org/D109272
Files:
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/test/API/functionalities/gdb
tammela added a comment.
Trying to run the tests in my system failed with the following:
Comment at: lldb/CMakeLists.txt:60-68
+ execute_process(
+ COMMAND ${Lua_EXECUTABLE}
+ -e "for w in string.gmatch(package.cpath, ';?([^;]+);?') do \
+ if string
mgorny updated this revision to Diff 370756.
mgorny added a comment.
Add initial tests for aarch64 regs (roughly confirming that it gets the
target.xml correctly).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109272/new/
https://reviews.llvm.org/D109272
Files:
lldb/source/Plugins/P
mgorny updated this revision to Diff 370754.
mgorny added a comment.
Fix filename in heading.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108831/new/
https://reviews.llvm.org/D108831
Files:
lldb/source/Plugins/Process/gdb-remote/CMakeLists.txt
lldb/source/Plugins/Process/gdb-remo
Author: Shivam Gupta
Date: 2021-09-04T20:57:59+05:30
New Revision: 59c954f76a66c6fc715610e85be71e9c050f2302
URL:
https://github.com/llvm/llvm-project/commit/59c954f76a66c6fc715610e85be71e9c050f2302
DIFF:
https://github.com/llvm/llvm-project/commit/59c954f76a66c6fc715610e85be71e9c050f2302.diff
mgorny created this revision.
mgorny added reviewers: krytarowski, labath, jasonmolenda, JDevlieghere, emaste.
Herald added a subscriber: kristof.beyls.
mgorny requested review of this revision.
Try determining the process architecture from tag
unconditionally, rather than for very specific cases