1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Timeline


and .

06/22/10:

17:10 Changeset [1020] by jkoshy
Restrict the output parameter of dwarf_formflag() to 1 or 0. Reviewed …
01:54 Changeset [1019] by jkoshy
Remove unnecessary punctuation. Submitted by: kaiwang27

06/21/10:

23:35 Changeset [1018] by kaiwang27
We should set the dmd_fileindex field for macro records with dmd_type …
23:20 Changeset [1017] by kaiwang27
dwarf_find_macro_value_start() should return a pointer to the …
22:29 Changeset [1016] by kaiwang27
If max_count is 0, we should return all macro details entries we've got.
22:25 Ticket #77 (Document: dwarf_formref) closed by kaiwang27
fixed: Manual page reviewed and no need to patch.
22:25 Ticket #78 (Document dwarf_global_formref) closed by kaiwang27
fixed: Manual page reviewed and no need to patch.
22:25 Ticket #80 (Document dwarf_formflag) closed by kaiwang27
fixed: Manual page reviewed and no need to patch.
22:24 Ticket #81 (Document dwarf_formudata) closed by kaiwang27
fixed: Manual page reviewed and no need to patch.
22:24 Ticket #82 (Document dwarf_formsdata) closed by kaiwang27
fixed: Manual page reviewed and no need to patch.
14:08 libdwarf edited by jkoshy
Manual pages for dwarf_formflag(), dwarf_formref(), … (diff)
13:53 Changeset [1015] by jkoshy
Add manual pages for dwarf_formflag(), dwarf_formref(), …

06/20/10:

04:56 Changeset [1014] by jkoshy
* Remove a superfluous error description. Noticed by: kaiwang27 * …

06/19/10:

15:21 Changeset [1013] by kaiwang27
List option '-B' in the getopt_long() optstring.
14:20 Changeset [1012] by kaiwang27
Fix style(9) nit.
13:09 Changeset [1011] by kaiwang27
Do not try to dump section to segment mapping if the object doesn't …
09:51 Changeset [1010] by kaiwang27
Dump Linux prelink related dynamic types in dump_dyn_val().
09:50 Changeset [1009] by kaiwang27
Add following Linux prelink related dynamic type definitions: …

06/18/10:

23:04 Changeset [1008] by kaiwang27
Handle DT_GNU_HASH in dump_dyn_val().
22:25 Changeset [1007] by kaiwang27
Add missing forward function declarations.

06/17/10:

02:21 Changeset [1006] by jkoshy
* Avoid a compiler warnig: initialize variables before use. * Deal …

06/16/10:

15:52 Changeset [1005] by jkoshy
Explicitly initialize variables to avoid a compiler warning.

06/15/10:

02:29 Ticket #266 (Document ar(1)'s control file syntax) created by jkoshy
The scripting support in ar(1) needs to be documented. References: * …
02:25 Ticket #265 (Do not rely on <sys/*elf*.h>) created by jkoshy
We should create our own header containing the relevant symbols and types. …
02:20 Changeset [1004] by jkoshy
Fix the build on NetBSD: * include <errno.h> to bring in the …
02:14 Changeset [1003] by jkoshy
Define a few symbols not present in NetBSD 5.
02:05 Changeset [1002] by jkoshy
Build ar(1) on NetBSD: * Add an explicit field in the bsdar structure …

06/14/10:

16:08 PortingNotes edited by jkoshy
Note the fix for the yacc build issue. Document quirks associated with … (diff)
15:56 Changeset [1001] by jkoshy
Add a file containing NetBSD-specific build customizations.
15:52 Changeset [1000] by jkoshy
Invoke lex(1) and yacc(1) using the portable rules added in changeset …
14:55 Changeset [999] by jkoshy
Add explicit rules for handling lex(1) and yacc(1) input since the default …
14:34 Changeset [998] by jkoshy
Include the correct ruleset for the obj and clean targets.

06/13/10:

14:22 WikiStart edited by jkoshy
Link to new wiki pages: BuildingFromSource and PortingNotes. (diff)
14:21 PortingNotes created by jkoshy
Starting a page recording sundry workarounds to porting problems.
13:59 BuildingFromSource created by jkoshy
Start off a page describing the build process.
12:02 Changeset [997] by kaiwang27
* Removed support for compressed ar(1) archives. * Removed dependencies on …
11:55 Changeset [996] by kaiwang27
* Removed support for compressed ar(1) archives in readelf(1) and …
11:50 Changeset [995] by kaiwang27
Merge r208189 for FreeBSD: Removed ar(1)'s support for compressed …
10:39 Changeset [994] by jkoshy
Turn on -Wall when compiling on GNU/Linux.
10:04 Changeset [993] by jkoshy
Replace calls to isdigit(3) with a wrapper that performs an explicit …
05:15 Changeset [992] by jkoshy
Rename: os.freebsd.mk -> os.FreeBSD.mk.
05:11 Changeset [991] by jkoshy
Remove superflous logic from the Makefile; OS-dependent make(1) rules are …
04:33 Changeset [990] by jkoshy
Use uint8_t to avoid signedness issues with char pointers. This fixes …

06/12/10:

22:57 Changeset [989] by kaiwang27
Removed unused type "struct elf_define".
22:52 Changeset [988] by kaiwang27
Fix license nits.
22:49 Changeset [987] by kaiwang27
Dump Tag_compatibility and unknown tags in dump_mips_attributes().
22:43 Changeset [986] by kaiwang27
* If ELFTC_NEED_ELF_LIB_DEFINITION is defined, we should also include …
17:23 Changeset [985] by kaiwang27
Implement dumping of PowerPC object attributes.
07:55 Changeset [984] by jkoshy
Do not build the libelf test suite by default, till the time it is ported …
07:04 Changeset [983] by jkoshy
Add definitions for symbols R_PPC_ADDR32, R_SPARC_UA{32,64}, …
06:53 Changeset [982] by jkoshy
Add symbol R_IA_64_SECREL32LSB. This gets libdwarf to compile on Ubuntu …

06/10/10:

11:21 Changeset [981] by kaiwang27
Fix typo.
08:56 Changeset [980] by kaiwang27
Implement readelf(1) option -A: dump architecture specific information. …
01:15 Ticket #264 ([libelf] Alignment of sections inside generated ELF objects is incorrect) created by jkoshy
Libelf is unnecessarily strict about data alignment inside sections.

06/07/10:

02:29 Changeset [979] by jkoshy
Ignore a generated file.

06/06/10:

12:40 Changeset [978] by jkoshy
Document the current behaviour of elf_getbase() post changeset [977].
11:50 Changeset [977] by jkoshy
* Improve compatibility with existing application code by permitting the …
11:35 Changeset [976] by jkoshy
* Add knowledge of section types SHT_GNU_ATTRIBUTES and …

05/30/10:

09:21 Changeset [975] by kaiwang27
style(9) fixes for the Copyright line.

05/29/10:

14:16 Changeset [974] by kaiwang27
Add test cases for frame, line number, and address range information APIs.
14:07 Changeset [973] by kaiwang27
Improve variable name handling in the TS_CHECK_XXX macros.

05/28/10:

22:03 Changeset [972] by kaiwang27
* Add function _dwarf_get_reloc_size() which returns the size of the …
19:55 Changeset [971] by kaiwang27
Implement addr2line(1) option -j. Ticket: #29

05/26/10:

21:55 Ticket #263 (Document dwarf_get_cie_index()) created by kaiwang27
13:56 Ticket #75 (Document: dwarf_whatform_direct) closed by kaiwang27
fixed: Manual page reviewed and patch committed in [970].
13:56 Ticket #74 (Document: dwarf_whatform) closed by kaiwang27
fixed: Manual page reviewed and patch committed in [970].
13:55 Ticket #73 (Document: dwarf_hasform) closed by kaiwang27
fixed: Manual page reviewed and patch committed in [970].
13:51 Changeset [970] by jkoshy
Correct a typo. Noticed by: kaiwang27

05/24/10:

19:18 Ticket #76 (Document: dwarf_whatattr) closed by kaiwang27
fixed: Manual page reviewd. No patch needed.
17:13 Ticket #262 (libelf/libelf_ar_util.c missing stdlib.h include) closed by jkoshy
fixed: Patch applied in [969], thanks!
17:09 Changeset [969] by jkoshy
Include <stdlib.h> since this file uses malloc(3). Submitted …
16:25 libdwarf edited by jkoshy
A manual for dwarf_whatattr() was added in [968]. (diff)
16:23 Changeset [968] by jkoshy
Add a manual page for dwarf_whatattr(). Ticket: #76
16:20 libdwarf edited by jkoshy
Manual pages for dwarf_hasform(), dwarf_whatform() and … (diff)
16:15 Changeset [967] by jkoshy
Add manual pages for dwarf_hasform(), dwarf_whatform() and …
16:05 Changeset [966] by jkoshy
* Name the error argument as err, for consistency with the other manual …

05/23/10:

20:05 Ticket #262 (libelf/libelf_ar_util.c missing stdlib.h include) created by mstorsjo
Compiling libelf_ar_util.c in some configurations gives warnings, since it …
17:13 Changeset [965] by kaiwang27
Fixed an off-by-one bug in dwarf_get_fde_at_pc().
00:13 Changeset [964] by kaiwang27
Removed debugging printf's accidently committed in r963.
00:10 Changeset [963] by kaiwang27
Improved .eh_frame section handling: * Add constants for the LSB …
Note: See TracTimeline for information about the timeline view.