|
GDB (xrefs)
|
Go to the source code of this file.
Functions | |
| void | buffer_grow (struct buffer *buffer, const char *data, size_t size) |
| void | buffer_free (struct buffer *buffer) |
| void | buffer_init (struct buffer *buffer) |
| char * | buffer_finish (struct buffer *buffer) |
| void | buffer_xml_printf (struct buffer *buffer, const char *format,...) |
| char* buffer_finish | ( | struct buffer * | buffer | ) |
Definition at line 66 of file buffer.c.
References buffer::buffer, buffer::buffer_size, and buffer::used_size.
Referenced by gdb_readline_no_editing(), gdb_readline_no_editing_callback(), handle_line_of_input(), linux_common_xfer_osdata(), linux_nat_attach(), linux_ptrace_attach_fail_reason_string(), linux_xfer_osdata_cpus(), linux_xfer_osdata_fds(), linux_xfer_osdata_isockets(), linux_xfer_osdata_modules(), linux_xfer_osdata_msg(), linux_xfer_osdata_processes(), linux_xfer_osdata_processgroups(), linux_xfer_osdata_sem(), linux_xfer_osdata_shm(), and linux_xfer_osdata_threads().
| void buffer_free | ( | struct buffer * | buffer | ) |
Definition at line 48 of file buffer.c.
References buffer::buffer, buffer::buffer_size, buffer::used_size, and xfree().
Referenced by linux_common_xfer_osdata(), linux_xfer_osdata_cpus(), linux_xfer_osdata_fds(), linux_xfer_osdata_isockets(), linux_xfer_osdata_modules(), linux_xfer_osdata_msg(), linux_xfer_osdata_processes(), linux_xfer_osdata_processgroups(), linux_xfer_osdata_sem(), linux_xfer_osdata_shm(), linux_xfer_osdata_threads(), tfile_close(), and tfile_open().
| void buffer_grow | ( | struct buffer * | buffer, |
| const char * | data, | ||
| size_t | size | ||
| ) |
Definition at line 25 of file buffer.c.
References buffer::buffer, buffer::buffer_size, size, buffer::used_size, and xrealloc().
Referenced by buffer_grow_char(), buffer_xml_printf(), and command_line_append_input_line().
| void buffer_init | ( | struct buffer * | buffer | ) |
Definition at line 60 of file buffer.c.
References memset().
Referenced by command_line_input(), gdb_readline_no_editing(), gdb_readline_no_editing_callback(), linux_common_xfer_osdata(), linux_nat_attach(), linux_ptrace_attach_fail_reason_string(), linux_xfer_osdata_cpus(), linux_xfer_osdata_fds(), linux_xfer_osdata_isockets(), linux_xfer_osdata_modules(), linux_xfer_osdata_msg(), linux_xfer_osdata_processes(), linux_xfer_osdata_processgroups(), linux_xfer_osdata_sem(), linux_xfer_osdata_shm(), linux_xfer_osdata_threads(), and ui::ui().
| void buffer_xml_printf | ( | struct buffer * | buffer, |
| const char * | format, | ||
| ... | |||
| ) |
Definition at line 76 of file buffer.c.
References buffer_grow(), buffer_grow_str, string, and xml_escape_text().
Referenced by linux_common_xfer_osdata(), linux_ptrace_attach_fail_reason(), linux_xfer_osdata_cpus(), linux_xfer_osdata_fds(), linux_xfer_osdata_modules(), linux_xfer_osdata_msg(), linux_xfer_osdata_processes(), linux_xfer_osdata_processgroups(), linux_xfer_osdata_sem(), linux_xfer_osdata_shm(), linux_xfer_osdata_threads(), and print_sockets().
1.8.14