2
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 10, 2023 — May 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Correctly generate internal links: the '''hyperref''' package needs to be included at the very end of the package inclusion list.
Joseph Koshy
as jkoshy
More... over 14 years ago
* Use `argv[0]` in preference to the non-portable `getprogname()`.
Joseph Koshy
as jkoshy
More... over 14 years ago
Replace the use of the non-portable `getprogname()` function with the simpler `argv[0]`.
Joseph Koshy
as jkoshy
More... over 14 years ago
Shorten lines to avoid overfull hbox warnings from !LaTeX.
Joseph Koshy
as jkoshy
More... over 14 years ago
* Scale some of the figures used in the tutorial so that they 'fit' onto the typeset page.
Joseph Koshy
as jkoshy
More... over 14 years ago
Move to 4-space tabbing to conserve space on the typeset page.
Joseph Koshy
as jkoshy
More... over 14 years ago
- Added utility functions: _dwarf_write_sleb128 and _dwarf_write_uleb128. More... over 14 years ago
Fill in the byte offset (within the expression block) of each More... over 14 years ago
* Switch to the '''book''' format for the tutorial.
Joseph Koshy
as jkoshy
More... over 14 years ago
Add example programs to `${SRCS}`.
Joseph Koshy
as jkoshy
More... over 14 years ago
* Translate `&` back to `&`, since we've left SGML-land.
Joseph Koshy
as jkoshy
More... over 14 years ago
* Add `${DOC}.toc` (LaTeX's ''Table Of Contents'') to the list of files to be cleaned.
Joseph Koshy
as jkoshy
More... over 14 years ago
Bring in the source for example programs 4, 5 and 6.
Joseph Koshy
as jkoshy
More... over 14 years ago
LaTeX macros:
Joseph Koshy
as jkoshy
More... over 14 years ago
Bring in example programs 2 and 3.
Joseph Koshy
as jkoshy
More... over 14 years ago
* Also remove the generated PDF file in the make `clean` target.
Joseph Koshy
as jkoshy
More... over 14 years ago
Translate the 'Getting Started' chapter from DocBook to LaTeX.
Joseph Koshy
as jkoshy
More... over 14 years ago
* Remove additional cruft when doing a `make clean`.
Joseph Koshy
as jkoshy
More... over 14 years ago
Use <os.FreeBSD.mk> to hold build definitions for FreeBSD.
Joseph Koshy
as jkoshy
More... over 14 years ago
Implement dump of .debug_macinfo section. (option -wm) More... over 14 years ago
Added API: dwarf_get_MACINFO_name(). More... over 14 years ago
nm(1) is now WARNS?=6 clean. More... over 14 years ago
Change nm(1) to use libdwarf to acquire line number information. More... over 14 years ago
Some small debugging object might not contain a ".debug_str" section, More... over 14 years ago
Cosmetic changes to make the code more compact. More... over 14 years ago
Changed nm(1) to use the demangler in libelftc instead. More... over 14 years ago
Add c++filt(1). More... over 14 years ago
More style changes. More... over 14 years ago
Cosmetic changes to make the code more compact. More... over 14 years ago
Add a top-level Makefile for building the "libelf by Example" tutorial.
Joseph Koshy
as jkoshy
More... over 14 years ago