lp://staging/~achiang/+junk/valgrind-ubuntu-dbg-packages
- Get this branch:
- bzr branch lp://staging/~achiang/+junk/valgrind-ubuntu-dbg-packages
Branch information
- Owner:
- Alex Chiang
- Status:
- Development
Recent revisions
- 5. By Alex Chiang
-
Fix debug print statements
- Remove superfluous prints that existed to print empty lines
- When no debug package found, print full name of original package - 4. By Alex Chiang
-
Remove iterative implementation of find_pkgs()
The previous commit proved they were equivalent, so now let's get rid
of the old one. - 3. By Alex Chiang
-
Re-implement in functional style
I found the multiple "found = True" statements to be a bit ugly so
refactored into a functional implementation.At the bottom, you see that I compare the package sets returned by
the two implementations, and the output on the console is:set([])
Therefore, I claim the functional implementation is equivalent to the
iterative implementation. - 2. By Alex Chiang
-
Parallel python and go implementations of valgrind-
ubuntu- dbg-packages These tools parse a valgrind log looking for unknown symbols. It then
attempts to find a corresponding Ubuntu package that might provide the
proper debug symbols, and finally recommends them for installation by
the user.Usage:
<script> <valgrind.log>To build the go version:
go build valgrind-ubuntu- dbg-packages. go
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)