Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Plugins development
»
robustness ?A, debuggergdb/debuggerdriver.cpp/DebuggerDriver::RunQueue()
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: robustness ?A, debuggergdb/debuggerdriver.cpp/DebuggerDriver::RunQueue() (Read 5162 times)
cbexaminr
Multiple posting newcomer
Posts: 104
robustness ?A, debuggergdb/debuggerdriver.cpp/DebuggerDriver::RunQueue()
«
on:
September 30, 2010, 06:25:44 am »
Is there a reason for that (subject) routine to call itself recursively, rather than simply looping on the terminating condition?
The current recursive implementation does not seem to be deterministically safe.
Logged
oBFusCATed
Developer
Lives here!
Posts: 13413
Re: robustness ?A, debuggergdb/debuggerdriver.cpp/DebuggerDriver::RunQueue()
«
Reply #1 on:
October 11, 2011, 04:58:46 pm »
Can you explain why?
I've modified this method, so I have better understanding for it now:)
Logged
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Plugins development
»
robustness ?A, debuggergdb/debuggerdriver.cpp/DebuggerDriver::RunQueue()