public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Locate error?
@ 1999-04-16  7:37 Sven Wastlund
  1999-04-16  7:42 ` Suhaib Siddiqi
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Sven Wastlund @ 1999-04-16  7:37 UTC (permalink / raw)
  To: cygwin

Is there a way to locate the error when I have runned the program from the gdb debugger and got an error. What line number, in what file and so on?

Sven.



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Locate error?
  1999-04-16  7:37 Locate error? Sven Wastlund
@ 1999-04-16  7:42 ` Suhaib Siddiqi
  1999-04-30 18:32   ` Suhaib Siddiqi
  1999-04-16  7:44 ` Nirmal Vuppuluri
  1999-04-30 18:32 ` Sven Wastlund
  2 siblings, 1 reply; 8+ messages in thread
From: Suhaib Siddiqi @ 1999-04-16  7:42 UTC (permalink / raw)
  To: Sven Wastlund, cygwin

Yes.  you need to know how to use gdb.

at the (gdb) prompt type "where"  (without quotes)




----- Original Message ----- 
From: Sven Wastlund <Sven.Wastlund@epkadm.epk.ericsson.se>
To: <cygwin@sourceware.cygnus.com>
Sent: Friday, April 16, 1999 10:37 AM
Subject: Locate error?


> Is there a way to locate the error when I have runned the program from the gdb debugger and got an error. What line number, in what file and so on?
> 
> Sven.
> 
> 
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 
> 


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Locate error?
  1999-04-16  7:37 Locate error? Sven Wastlund
  1999-04-16  7:42 ` Suhaib Siddiqi
@ 1999-04-16  7:44 ` Nirmal Vuppuluri
  1999-04-30 18:32   ` Nirmal Vuppuluri
  1999-04-30 18:32 ` Sven Wastlund
  2 siblings, 1 reply; 8+ messages in thread
From: Nirmal Vuppuluri @ 1999-04-16  7:44 UTC (permalink / raw)
  To: Sven Wastlund; +Cc: cygwin

Hi,
	FYI, a good web page that "describes" GDB is:
http://www.cygnus.com/pubs/gnupro/3_dbug/b_Debugging_with_GDB/gdb.html

Nirmal.


On Fri, 16 Apr 1999, Sven Wastlund wrote:

> Is there a way to locate the error when I have runned the program from the gdb debugger and got an error. What line number, in what file and so on?
> 
> Sven.
> 
> 
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 
> 


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Locate error?
  1999-04-16  7:44 ` Nirmal Vuppuluri
@ 1999-04-30 18:32   ` Nirmal Vuppuluri
  0 siblings, 0 replies; 8+ messages in thread
From: Nirmal Vuppuluri @ 1999-04-30 18:32 UTC (permalink / raw)
  To: Sven Wastlund; +Cc: cygwin

Hi,
	FYI, a good web page that "describes" GDB is:
http://www.cygnus.com/pubs/gnupro/3_dbug/b_Debugging_with_GDB/gdb.html

Nirmal.


On Fri, 16 Apr 1999, Sven Wastlund wrote:

> Is there a way to locate the error when I have runned the program from the gdb debugger and got an error. What line number, in what file and so on?
> 
> Sven.
> 
> 
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 
> 


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Locate error?
  1999-04-16  7:42 ` Suhaib Siddiqi
@ 1999-04-30 18:32   ` Suhaib Siddiqi
  0 siblings, 0 replies; 8+ messages in thread
From: Suhaib Siddiqi @ 1999-04-30 18:32 UTC (permalink / raw)
  To: Sven Wastlund, cygwin

Yes.  you need to know how to use gdb.

at the (gdb) prompt type "where"  (without quotes)




----- Original Message ----- 
From: Sven Wastlund <Sven.Wastlund@epkadm.epk.ericsson.se>
To: <cygwin@sourceware.cygnus.com>
Sent: Friday, April 16, 1999 10:37 AM
Subject: Locate error?


> Is there a way to locate the error when I have runned the program from the gdb debugger and got an error. What line number, in what file and so on?
> 
> Sven.
> 
> 
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 
> 


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Locate error?
  1999-04-16  7:37 Locate error? Sven Wastlund
  1999-04-16  7:42 ` Suhaib Siddiqi
  1999-04-16  7:44 ` Nirmal Vuppuluri
@ 1999-04-30 18:32 ` Sven Wastlund
  2 siblings, 0 replies; 8+ messages in thread
From: Sven Wastlund @ 1999-04-30 18:32 UTC (permalink / raw)
  To: cygwin

Is there a way to locate the error when I have runned the program from the gdb debugger and got an error. What line number, in what file and so on?

Sven.



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Locate error?
  1999-04-16  7:35 Sven Wastlund
@ 1999-04-30 18:32 ` Sven Wastlund
  0 siblings, 0 replies; 8+ messages in thread
From: Sven Wastlund @ 1999-04-30 18:32 UTC (permalink / raw)
  To: cygwin

Is there a way to locate the error when I have runned the program from the gdb debugger and got an error. What line number, in what file and so on?

Sven.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Locate error?
@ 1999-04-16  7:35 Sven Wastlund
  1999-04-30 18:32 ` Sven Wastlund
  0 siblings, 1 reply; 8+ messages in thread
From: Sven Wastlund @ 1999-04-16  7:35 UTC (permalink / raw)
  To: cygwin

Is there a way to locate the error when I have runned the program from the gdb debugger and got an error. What line number, in what file and so on?

Sven.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~1999-04-30 18:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-16  7:37 Locate error? Sven Wastlund
1999-04-16  7:42 ` Suhaib Siddiqi
1999-04-30 18:32   ` Suhaib Siddiqi
1999-04-16  7:44 ` Nirmal Vuppuluri
1999-04-30 18:32   ` Nirmal Vuppuluri
1999-04-30 18:32 ` Sven Wastlund
  -- strict thread matches above, loose matches on Subject: below --
1999-04-16  7:35 Sven Wastlund
1999-04-30 18:32 ` Sven Wastlund

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).