|
Static Public Member Functions |
| static Cmd | has_cmd (char const *cmd) |
| | Get the command structure accoring to the given name.
|
| static int | exec_cmd (Cmd const cmd, int push_next_char=-1) |
| | Execute the command according to cmd.
|
| static int | getchar (void) |
| | Overwritten getchar() to be able to handle next_char.
|
| static int | new_line (unsigned &line) |
| | Call this function every time a `
' is written to the console and it stops output when the screen is full.
|
| static void | prompt_start () |
| static void | prompt_end () |
| static void | prompt () |
| static void | update_prompt () |
| static int | set_prompt_color (char v) |
Static Public Attributes |
| static char | esc_prompt [] = "\033[32m" |
Static Private Attributes |
| static bool | short_mode = true |
| static int | next_char = -1 |
Classes |
| struct | Cmd |
| | The command structure for Jdb_core. More...
|