[RFA] TUI do not display current execution point
Denis PILAT
denis.pilat@st.com
Wed Dec 19 13:52:00 GMT 2007
I forgot the ChangeLog entry, here it is with a better format for the patch:
--
Denis
2007-12-19 Denis Pilat <denis.pilat@st.com>
* tui/tui-data.h: MAX_LOCATOR_ELEMENT_LEN defined to PATH_MAX.
Index: tui-data.h
===================================================================
--- tui-data.h (revision 615)
+++ tui-data.h (working copy)
@@ -196,7 +196,7 @@ struct tui_command_element
};
-#define MAX_LOCATOR_ELEMENT_LEN 100
+#define MAX_LOCATOR_ELEMENT_LEN PATH_MAX
/* Elements in the locator window content. */
struct tui_locator_element
More information about the Gdb-patches
mailing list