public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Pedro Alves <pedro@codesourcery.com>
To: gdb-patches@sourceware.org
Cc: Balazs Kezes <rlblaster@gmail.com>
Subject: Re: [patch] Correct origin calculation of command line window in TUI mode
Date: Wed, 28 Jul 2010 11:50:00 -0000	[thread overview]
Message-ID: <201007281250.19279.pedro@codesourcery.com> (raw)
In-Reply-To: <201007272346.46299.pedro@codesourcery.com>

On Tuesday 27 July 2010 23:46:46, Pedro Alves wrote:
> > On Tuesday 27 July 2010 23:38:02, Balazs Kezes wrote:
> > Yeah, these 3 patches are not enough. There are two remaining modifications
> > which need to be done:
> 
> > 1) HAVE_RESIZE_TERM - to make sure ncurses knows about the terminal size.
> >    Somehow this needs to be added to the configuration. I'm not sure how to do
> >    this. Maybe I'll look into this sometime.
> 
> I'll do this.  (...)

I've now applied this patch below.  Thanks.

-- 
Pedro Alves

2010-07-28  Pedro Alves  <pedro@codesourcery.com>

	* configure.ac: Check for resize_term.
	* configure, config.in: Regenerate.

---
 gdb/config.in    |    3 +++
 gdb/configure    |    2 +-
 gdb/configure.ac |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

Index: src/gdb/configure.ac
===================================================================
--- src.orig/gdb/configure.ac	2010-07-28 12:39:02.000000000 +0100
+++ src/gdb/configure.ac	2010-07-28 12:41:35.000000000 +0100
@@ -954,7 +954,7 @@ AC_FUNC_ALLOCA
 AC_FUNC_MMAP
 AC_FUNC_VFORK
 AC_CHECK_FUNCS([canonicalize_file_name realpath getrusage getuid \
-		getgid pipe poll pread64 sbrk setpgid setpgrp setsid \
+		getgid pipe poll pread64 resize_term sbrk setpgid setpgrp setsid \
 		sigaction sigprocmask sigsetmask socketpair syscall \
 		ttrace wborder setlocale iconvlist libiconvlist btowc \
 		setrlimit getrlimit posix_madvise])
Index: src/gdb/configure
===================================================================
--- src.orig/gdb/configure	2010-07-28 12:39:02.000000000 +0100
+++ src/gdb/configure	2010-07-28 12:41:35.000000000 +0100
@@ -12509,7 +12509,7 @@ $as_echo "#define HAVE_WORKING_FORK 1" >
 fi
 
 for ac_func in canonicalize_file_name realpath getrusage getuid \
-		getgid pipe poll pread64 sbrk setpgid setpgrp setsid \
+		getgid pipe poll pread64 resize_term sbrk setpgid setpgrp setsid \
 		sigaction sigprocmask sigsetmask socketpair syscall \
 		ttrace wborder setlocale iconvlist libiconvlist btowc \
 		setrlimit getrlimit posix_madvise
Index: src/gdb/config.in
===================================================================
--- src.orig/gdb/config.in	2010-07-28 12:39:02.000000000 +0100
+++ src/gdb/config.in	2010-07-28 12:41:35.000000000 +0100
@@ -461,6 +461,9 @@
 /* Define to 1 if you have the `realpath' function. */
 #undef HAVE_REALPATH
 
+/* Define to 1 if you have the `resize_term' function. */
+#undef HAVE_RESIZE_TERM
+
 /* Define to 1 if you have the `sbrk' function. */
 #undef HAVE_SBRK
 

  parent reply	other threads:[~2010-07-28 11:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-21 21:02 Balazs Kezes
2010-07-27 14:43 ` Pedro Alves
2010-07-27 22:38   ` Balazs Kezes
2010-07-27 22:46     ` Pedro Alves
2010-07-28  7:24       ` Balazs Kezes
2010-07-28  9:59         ` Pedro Alves
2010-07-28 11:50       ` Pedro Alves [this message]
2010-07-28 12:03 ` Pedro Alves

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201007281250.19279.pedro@codesourcery.com \
    --to=pedro@codesourcery.com \
    --cc=gdb-patches@sourceware.org \
    --cc=rlblaster@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).