blob: 2ce71650644442fb6214ce0a141e01fb5ccc8a48 [file] [log] [blame] [view]
# zx_debug_read
## NAME
<!-- Updated by update-docs-from-abigen, do not edit. -->
debug_read - TODO(ZX-3106)
## SYNOPSIS
<!-- Updated by update-docs-from-abigen, do not edit. -->
```
#include <zircon/syscalls.h>
zx_status_t zx_debug_read(zx_handle_t handle,
char* buffer,
size_t* buffer_size);
```
## DESCRIPTION
TODO(ZX-3106)
## RIGHTS
<!-- Updated by update-docs-from-abigen, do not edit. -->
*handle* must have resource kind **ZX_RSRC_KIND_ROOT**.
## RETURN VALUE
TODO(ZX-3106)
## ERRORS
TODO(ZX-3106)
## SEE ALSO
TODO(ZX-3106)