- 24 Mar, 2015 2 commits
-
-
Aman Gupta authored
Use '--timeout' for attach/detach/eval.
-
Steve Dierker authored
See tmm1/rbtrace#32
-
- 13 Feb, 2015 2 commits
-
-
Aman Gupta authored
-
Aman Gupta authored
-
- 03 Feb, 2015 2 commits
-
-
Aman Gupta authored
Fix `rbtrace --exec`
-
Adam Roben authored
We set RUBYOPT using a path relative to the current file when execing a child process. The file that contains this logic was moved in d502dde9 but the relative path wasn't updated at that time.
-
- 06 Jan, 2015 2 commits
-
-
Aman Gupta authored
Make sure that a tracer will exit when the socket has no data AND the tracee is gone
-
Camilo Lopez authored
-
- 28 Dec, 2014 2 commits
-
-
Aman Gupta authored
rbtrace works on rubies beyond 1.9
-
Rick Hull authored
-
- 23 Dec, 2014 2 commits
-
-
Aman Gupta authored
-
Aman Gupta authored
-
- 06 Sep, 2014 1 commit
-
-
Aman Gupta authored
Update rbtrace.c
-
- 03 Sep, 2014 1 commit
-
-
Aman Gupta authored
-
- 23 Aug, 2014 2 commits
-
-
Aman Gupta authored
Pass libdir on to ext configure script
-
Jens Maier authored
-
- 01 Aug, 2014 2 commits
-
-
Aman Gupta authored
Use RBASIC_CLASS instead of RBASIC()->klass
-
Charlie Somerville authored
-
- 17 Jun, 2014 2 commits
-
-
Aman Gupta authored
-
Aman Gupta authored
Ensure that the path to the socket is cleaned up when detaching
-
- 16 Jun, 2014 1 commit
-
-
Aaron Quint authored
Currently the path to the socket was only cleaned up on exit
-
- 24 Mar, 2014 2 commits
-
-
Aman Gupta authored
Use libdir from RbConfig to detect lib vs lib64
-
Colin Shea authored
-
- 25 Feb, 2014 1 commit
-
-
kiwicustom - keepITsimple authored
Added definitions for PLATFORM (PLATFORM_FREEBSD, PLATFORM_LINUX) on lines 44-50. Added setpgid(0,0); command for FreeBSD which should also be fine using Linux (except CentOS I am not sure) on lines 967 to 972. In this case I left the old command setpgrp(); for linux just in case. But in theory using 'setpgid(0,0);' should work on all platforms according to all documentation I've run into. Anyway all the documentation for FreeBSD and Linux & other say: The call setpgrp() is equivalent to setpgid(0,0). Please do check and Test. :-)
-
- 22 Feb, 2014 1 commit
-
-
Aman Gupta authored
Fix `eval`
-
- 21 Feb, 2014 3 commits
-
-
Aaron Quint authored
After the first time, @eval_result is already set, so the output is the same/it doesnt wait for a response
-
git://github.com/tmm1/rbtraceAaron Quint authored
-
Aaron Quint authored
-
- 13 Feb, 2014 1 commit
-
-
Aman Gupta authored
-
- 24 Jan, 2014 2 commits
-
-
Aman Gupta authored
-
Aman Gupta authored
Libify
-
- 23 Jan, 2014 2 commits
-
-
Aaron Quint authored
-
Aaron Quint authored
-
- 23 Nov, 2013 1 commit
-
-
Aman Gupta authored
-
- 18 Nov, 2013 1 commit
-
-
Aman Gupta authored
-
- 21 Sep, 2013 1 commit
-
-
Aman Gupta authored
-
- 15 Jun, 2013 1 commit
-
-
Aman Gupta authored
-
- 24 Mar, 2013 1 commit
-
-
Aman Gupta authored
Fix for issue 14: rbtrace ignores the value for --slow
-
- 08 Mar, 2013 2 commits
-
-
Aman Gupta authored
Bump to 0.4.1
-
Ted Nyman authored
-