This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] TUI do not display current execution point


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]