|
GDB (xrefs)
|
#include "cli-cmds.h"
Public Member Functions | |
| open_script (gdb_file_up &&stream_, gdb::unique_xmalloc_ptr< char > &&full_path_) | |
Public Attributes | |
| gdb_file_up | stream |
| gdb::unique_xmalloc_ptr< char > | full_path |
Definition at line 124 of file cli-cmds.h.
|
inline |
Definition at line 129 of file cli-cmds.h.
| gdb::unique_xmalloc_ptr<char> open_script::full_path |
Definition at line 127 of file cli-cmds.h.
Referenced by source_script_file(), and source_script_with_search().
| gdb_file_up open_script::stream |
Definition at line 126 of file cli-cmds.h.
Referenced by source_script_file(), and source_script_with_search().
1.8.14