Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

device subcommand has a name conflict with the built-in one. #37

Open
p-x9 opened this issue Oct 14, 2024 · 0 comments
Open

device subcommand has a name conflict with the built-in one. #37

p-x9 opened this issue Oct 14, 2024 · 0 comments

Comments

@p-x9
Copy link
Owner

p-x9 commented Oct 14, 2024

The device subcommand has been added from the LLDB included with Xcode 16.0.
The name conflicts with the device subcommand defined in iLLDB and the following error occurs.

error: cannot add command: can't replace builtin command
[iLLDB] loaded: Version 0.8.0

Information on the built-in device subcommand is as follows.

(lldb) help device
Commands to interact with devices.
Syntax: device <subcommand> [<command-options>]
The following subcommands are supported:
      list    -- List available devices
      process -- Commands to query and attach to processes on a device.
      select  -- Select a device as the current device by device identifier.
For more help on any particular subcommand, type 'help <command> <subcommand>'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant