mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-04 08:27:50 +00:00
Update error message; detach-keeps-stopped is also not on FreeBSD
llvm-svn: 185549
This commit is contained in:
parent
b8859f6791
commit
1875776e68
@ -313,9 +313,9 @@ ProcessPOSIX::DoDetach(bool keep_stopped)
|
|||||||
Error error;
|
Error error;
|
||||||
if (keep_stopped)
|
if (keep_stopped)
|
||||||
{
|
{
|
||||||
// FIXME: If you want to implement keep_stopped on Linux,
|
// FIXME: If you want to implement keep_stopped,
|
||||||
// this would be the place to do it.
|
// this would be the place to do it.
|
||||||
error.SetErrorString("Detaching with keep_stopped true is not currently supported on Linux.");
|
error.SetErrorString("Detaching with keep_stopped true is not currently supported on this platform.");
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user