0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
gdb.rb 0.1.7 More... almost 13 years ago
forgot RSTRING_LEN, was breaking `ruby objects strings` More... about 13 years ago
1.8.x and 1.9.2 work More... about 13 years ago
set gdb settings before attaching to a pid (so it reads from /usr/lib/debug) More... about 13 years ago
Use python 2.7 if available More... over 13 years ago
Check to see if make is installed More... over 13 years ago
Fix path to config.log More... over 13 years ago
Version 0.1.6: with basic 1.9 support More... over 13 years ago
Enable `ruby objects strings` on 1.9 More... over 13 years ago
Make it easier to copy/paste macros from ruby codebases More... over 13 years ago
Check for ncurses.h before building gdb More... over 13 years ago
Basic gdb.rb support for ruby 1.9. Currently working: eval, objects, objects classes, objects nodes More... over 13 years ago
Bump version: 0.1.5 with support for MRI and REE (finally) More... over 13 years ago
Add README snippets about ruby eval More... over 13 years ago
Detect MRI vs REE and set macro values accordingly More... over 13 years ago
actually add gdb7.2 More... over 13 years ago
upgrade to gdb 7.2 More... over 13 years ago
escape quotes and backslashes in ruby eval input More... about 14 years ago
Version bump More... over 14 years ago
Show classes for native types and Procs in `ruby objects classes` More... over 14 years ago
Ignore errors due to invalid ruby strings More... over 14 years ago
Version bump More... over 14 years ago
Basic ruby print stub, not yet useful More... over 14 years ago
Add support for distros where debug information lives in /usr/lib/debug More... over 14 years ago
Build and install on i686 linux More... over 14 years ago
Add a simple `ruby eval` command More... over 14 years ago
Show 5 sample array/hashes in each size bucket More... over 14 years ago
Avoid unicode conversions in gdb More... over 14 years ago
Add simple ruby objects [hashes|arrays] commands to show distribution of hash/array sizes More... over 14 years ago
Do not repeat any commands More... over 14 years ago