LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 16699 - FreeBSD process attach by name not implemented
Summary: FreeBSD process attach by name not implemented
Status: RESOLVED FIXED
Alias: None
Product: lldb
Classification: Unclassified
Component: All Bugs (show other bugs)
Version: unspecified
Hardware: PC FreeBSD
: P normal
Assignee: LLDB commit list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-24 15:51 PDT by emaste
Modified: 2013-08-30 10:36 PDT (History)
0 users

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description emaste 2013-07-24 15:51:39 PDT
attach by name is not yet implemented on FreeBSD
Comment 1 emaste 2013-07-25 10:46:36 PDT
This is also responsible for 'platform process list' failing


Change dir to: /tank/emaste/src/llvm/tools/lldb/test/functionalities/platform   
1: test_process_list (TestPlatformCommand.PlatformCommandTestCase) ... runCmd: platform process list
runCmd failed!                                                                  
error: no processes were found on the "host" platform
Comment 2 emaste 2013-08-30 08:27:04 PDT
'platform process list' works as of r189295

Other tests still fail because the interface is capable only of returning a limited length process name
Comment 3 emaste 2013-08-30 10:36:25 PDT
Fixed by r189295.

Contrary to my earlier comment it seems attach by name tests now pass.