You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gdb 7.6 seems to be the most elaborate readline user in sabotage linux, but it can be tricked, to link against libedit instead of readline, and i hoped as well against editline...
Here's a list of missing functions:
undefined reference to `history_base'
undefined reference to `history_expand'
undefined reference to `history_get'
undefined reference to `history_is_stifled'
undefined reference to `history_length'
undefined reference to `max_input_history'
undefined reference to `rl_add_defun'
undefined reference to `rl_already_prompted'
undefined reference to `rl_callback_handler_install'
undefined reference to `rl_callback_handler_remove'
undefined reference to `rl_callback_read_char'
undefined reference to `rl_completer_quote_characters'
undefined reference to `rl_completer_word_break_characters'
undefined reference to `rl_completion_entry_function'
undefined reference to `rl_completion_word_break_hook'
undefined reference to `rl_filename_completion_function'
gdb 7.6 seems to be the most elaborate readline user in sabotage linux, but it can be tricked, to link against libedit instead of readline, and i hoped as well against editline...
Here's a list of missing functions: