file contents without html munging by clicking "Raw text"
link at the top of the page. You could also use the mailer support for
retrieving messages but would be harder I guess. Or, you could wait a
few days until I submit new patches upstream.
--
Pedro Alves
--
Unsubscribe info:
A Sunday 17 February 2008 03:37:38, Christopher Faylor wrote:
> On Sun, Feb 17, 2008 at 03:19:02AM +0000, Pedro Alves wrote:
> >http://sourceware.org/ml/gdb-patches/2007-11/msg00567.html
>
> Was that patch applied? AFAICT from the ChangeLog's it wasn't.
>
> If no
'm running Windows XP under cygwin.
> gcc 4.2.3
>
http://sourceware.org/ml/gdb-patches/2007-11/msg00567.html
--
Pedro Alves
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation:
buted bfd -- it crashes in that case.
The latest fixes were done with a bfd from cvs.
I haven't tried the latest test version, but
should have the same problem.
--
Pedro Alves
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/pro
René Berber wrote:
Pedro Alves wrote:
Corinna Vinschen wrote:
Gdb 6.6 (installed with Insight 6.6) doesn't seem to have the problem:
Unfortunatelly it does. :( If you are seing a different output, it
may be because you built the test app with different -O setting.
-O0 is bette
Corinna Vinschen wrote:
I could reproduce it on Win2K SP4, Vista, and under WOW64 on Vista 64.
Thank you.
Cheers,
Pedro Alves
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com
with access to a Windows != XP
machine could do the same test.
Cheers,
Pedro Alves
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
Christopher Faylor escreveu:
On Mon, Oct 08, 2007 at 02:43:31PM +0200, Corinna Vinschen wrote:
On Oct 3 01:47, Pedro Alves wrote:
By a long shot, Cygwin doesn't do anything funny like hooking
GetThreadContext, does it?
cgf might be better suited to answer this, but AFAICS, Cygwin
do
isn't cleaned up, but shows what
I've been testing if you're curious - the important change is in
cygwin_get_dr6.
Thanks!
Cheers,
Pedro Alves
#include
#include
volatile int count = 0;
int
main ()
{
printf ("count %d\n", count);
count = 999;
printf ("count %d\n&quo
--
Pedro Alves
[EMAIL PROTECTED]
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
Attached cygcheck output
On Mon, Aug 20, 2007 at 10:57:52PM +0100, Pedro Alves wrote:
>
>
> Hello.
>
>
> I can't run latest mutt, version mutt-1.4.2.2-1 on my XP. For every
> operation I try to do I get an error like 'cannot create temporary file'.
>
es not work.
The simplest one, pressing '?' for help. Also, pressing enter to see a
message does not work, always returns the same error and a file with size 0
is created in the temp dir
>gwin.com/faq/
--
Pedro Alves
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp
.4.2.1i-1 everything works.
I don't know what changed, but the main binary of 1.4.2.1i-1 has 539136
bytes and 1.4.2.2-1 has 1554944 bytes (3 times more).
Tips appreciated.
Thanks
--
Pedro Alves
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http:/
t
more time replying to this thread then I initially
thought I would.
So, ta da!
Pedro Alves
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
o +
+-+ +-+
to:
"do you want to format your drive?:
++ +-+
+ format + + cancel +
++ +-+
... Makes it much easier to understand what the software's up to.
And, paint the pushbuttons the same color you've
done your bikeshed.
Cheers,
Pedro Alves
--
Uns
be for a patch to show up
implementing Thorsten's suggestion that cfg pointed out.
Until someone steps up to do the work, this discussion is just going
to fade out and die.
Cheers,
Pedro Alves
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: h
Eric Blake wrote:
Pedro Alves portugalmail.pt> writes:
Dave Korn wrote:
Ctrl+D is a better way to close the file actually. If you mean EOF, why
not
*say* EOF?
Unless you type it one time too much, and ... uupps, there goes the shell :)
Which is wh
Dave Korn wrote:
Ctrl+D is a better way to close the file actually. If you mean EOF, why not
*say* EOF? :-)
Unless you type it one time too much, and ... uupps, there goes the shell :)
Cheers,
Pedro Alves
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem
h that wouldn't
solve the MinGW/'gcc -mno-cygwin' side of the problem. I wonder why it
never went into
cygwin1.dll. Chris, was it lack of time, or is there any major
stumbling block?
Cheers,
Pedro Alves
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simpl
Brian Dessent wrote:
Pedro Alves wrote:
It wouldn't work.
#define __STRING #x != #define __STRING(x) #x
I am just quoting what the OP said, which was:
What the web link basically says that cygwin doesn't have
#define __STRING #x
defined in any of the standard header files which
27;t work.
#define __STRING #x != #define __STRING(x) #x
But I do agree with Eric.
Anyway, if chosen to change the FAAC side of the fence, instead of:
#ifdef __CYGWIN__
#define __STRING ...
#endif
It would be perhaps better to:
#ifndef __STRING
#define __STRING ...
#endif
Cheers,
Pedro Alves
Christopher Faylor escreveu:
On Thu, Mar 01, 2007 at 12:15:12AM +, Pedro Alves wrote:
Is there a reason DebugBreakProcess can't be used from inside
gdb if sending a ctrl-c with GenerateConsoleCtrlEvent (CTRL_C_EVENT, pid)
doesn't work?
I suppose that it could be used for that bu
ulate
it with CreateRemoteThread with entry point set to
DebugBreak or something similar. The worst case would be that a dll
would have to be injected to load a function that does the
DebugBreak in the debuggee's address space.
Cheers,
Pedro Alves
--
Unsubscribe info: http://cygwin.com/ml
with messages due to real clock skews."
Cheers,
Pedro Alves
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
2 s in the future
Cheers,
Pedro Alves
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
Hi Igor,
Igor Peshansky wrote:
On Wed, 21 Feb 2007, Pedro Alves wrote:
(Here is the original message I tried to send earlier, sorry for the mess.)
Hi guys,
While looking at why 'quilt annotate' is broken in Cygwin, I found
something fishy on 'patch' in ed mode. Looks li
g -p or --strip option?
File to patch: a.txt
$ cat a.txt
a new line
$
$ patch -e a.txt < ab.diff
/cygdrive/c/DOCUME~1/ADMINI~1/DEFINI~1/Temp/poh0o0Rq: No such file or
directory
Cheers,
Pedro Alves
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
27 matches
Mail list logo