gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gdb] function call that triggers a break?


From: Charles Manning
Subject: Re: [Gdb] function call that triggers a break?
Date: Tue, 26 Aug 2003 14:22:10 +1200

On Saturday 23 August 2003 07:50, David Wuertele wrote:
> I would like to insert into my program a function call that triggers
> gdb to break at that point, without causing an error.  Is there such a
> function?

Why not just do this with a special function and a manual breakpoint?

ie. 

void BreakFunction(void)
{
}

gdb> b BreakFunction





reply via email to

[Prev in Thread] Current Thread [Next in Thread]