[Lldb-commits] [PATCH] D106226: [lldb] Improve error message when "lldb attach" fails

2021-09-04 Thread APOORV SACHAN via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D109281: [lldb] [gdb-remote] Extend x86 pseudo-regs to i386

2021-09-04 Thread Michał Górny via Phabricator via lldb-commits
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-commits] [PATCH] D109272: [lldb] [gdb-remote] Try using for remote arch unconditionally

2021-09-04 Thread Michał Górny via Phabricator via lldb-commits
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-commits] [PATCH] D108090: [lldb/lua] Supplement Lua bindings for lldb module

2021-09-04 Thread Pedro Tammela via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D109272: [lldb] [gdb-remote] Try using for remote arch unconditionally

2021-09-04 Thread Michał Górny via Phabricator via lldb-commits
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-commits] [PATCH] D108831: [lldb] [gdb-remote] Add x86_64 pseudo-registers when using gdbserver

2021-09-04 Thread Michał Górny via Phabricator via lldb-commits
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-commits] [lldb] 59c954f - [LLDB][Docs] Indicate `PS1` variable by $

2021-09-04 Thread Shivam Gupta via lldb-commits
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

[Lldb-commits] [PATCH] D109272: [lldb] [gdb-remote] Try using for remote arch unconditionally

2021-09-04 Thread Michał Górny via Phabricator via lldb-commits
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