[lldb-dev] [Bug 14541] New: Cannot list processes on Linux
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Dec 7 14:50:46 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14541
Bug #: 14541
Summary: Cannot list processes on Linux
Product: lldb
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
AssignedTo: lldb-dev at cs.uiuc.edu
ReportedBy: daniel.malea at intel.com
Classification: Unclassified
On Linux, the LLDB command:
platform process list
does not behave as expected. Instead of returning the process list, it causes:
"error: no processes were found on the "PlatformLinux" platform"
To reproduce the above, do:
./dotest.py -C clang -v -t -f PlatformCommandTestCase.test_process_list
The above is very likely related to LLDB not being able to attach to a process
by name. To reproduce the attach-by-name bug, run:
./dotest.py -C clang -v -t -f
HelloWorldTestCase.test_with_dwarf_and_attach_to_process_with_name_api
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the lldb-dev
mailing list