reversible debugging with gdb

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

reversible debugging with gdb

Ben Coman
 
Today I learnt something new and awesome about gdb - so perhaps of interest to others here...

CppCon 2015: Greg Law "Give me 15 minutes & I'll change your view of GDB"
  @8:42 - reversible debugging 

cheers -ben
Reply | Threaded
Open this post in threaded view
|

Re: reversible debugging with gdb

timrowledge
 
Reversible debugging? So that’s where you load some working code and use the debugger to make it broken ?

:-)

tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
Rules for Optimization:
1. Don't;
2. (for experts only) Don't *Yet*




Reply | Threaded
Open this post in threaded view
|

Re: reversible debugging with gdb

Michael Rueger
In reply to this post by Ben Coman
 

> Today I learnt something new and awesome about gdb - so perhaps of interest to others here...
>
> https://www.youtube.com/watch?v=PorfLSr3DDI
> CppCon 2015: Greg Law "Give me 15 minutes & I'll change your view of GDB"
>    @8:42 - reversible debugging


history repeating...

https://link.springer.com/chapter/10.1007/3-540-47891-4_2