Author Topic: Valgrind plugin break stop quit  (Read 7070 times)

Offline str0g

  • Multiple posting newcomer
  • *
  • Posts: 20
Valgrind plugin break stop quit
« on: March 11, 2010, 12:22:58 am »
Hi

How can I manually stop memcheck provided with Valgrind plugin if  I know that my there will be endless loop in my program?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Valgrind plugin break stop quit
« Reply #1 on: March 11, 2010, 12:34:28 am »
I think you can't at the moment using the C::B's gui, but you can kill valgrind with an external tool -> ps, top, htop :)
(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!]

Offline str0g

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: Valgrind plugin break stop quit
« Reply #2 on: March 15, 2010, 11:11:05 pm »
If I kill codeblocks I am able to kill valgrind. Unluckily every tool see only codeblocks process which is wasting cpu power.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Valgrind plugin break stop quit
« Reply #3 on: March 16, 2010, 12:14:14 am »
If I kill codeblocks I am able to kill valgrind.
You don't have to kill c::b to kill valgrind -> killall -9 valgrind does it perfectly :)

Unluckily every tool see only codeblocks process which is wasting cpu power.

This I can't understand :)
(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!]