openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
libdwarf
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Dec 01, 2024 — Dec 01, 2025
Showing page 1 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Up to date. modified: ChangeLog
David Anderson
More...
3 days ago
Now adds dwarf_cfa_read.c to the build: modified: src/lib/libdwarf/CMakeLists.txt modified: src/lib/libdwarf/Makefile.am modified: src/lib/libdwarf/meson.build Now with the long introductory comment. modified: src/lib/libdwarf/dwarf_cfa_read.c Now with the code solely for _dwarf_exec_frame_instr() completely removed. modified: src/lib/libdwarf/dwarf_frame.c
David Anderson
More...
3 days ago
_dwarf_exec_frame_instr(Dwarf_Bool make_instr, and void _dwarf_init_reg_rules_ru(struct Dw are now declared here, used in more than one source file. modified: dwarf_frame.h
David Anderson
More...
3 days ago
Removed trailing whitespace. modified: src/lib/libdwarf/dwarf_die_deliv.c
David Anderson
More...
3 days ago
Adding explanatory comment. modified: ../../bin/dwarfexample/frame1.c
David Anderson
More...
3 days ago
New option -suppress-harmless-errors so dwarfdump can choose whether to do and report the harmless error checks. modified: src/bin/dwarfdump/dd_command_options.c new flag gf_suppress_harmless default FALSE in dwarfdump. modified: src/bin/dwarfdump/dd_glflags.c defines gf_suppress_harmless modified: src/bin/dwarfdump/dd_glflags.h based on gf_suppress_harmless either lets libdwarf default (ignore harmless) appy or calls dwarf_set_harmless_errors_enabled(dbg,1) modified: src/bin/dwarfdump/dwarfdump.c
David Anderson
More...
7 days ago
Now libdwarf defaults to not doing harmless_error checks modified: src/lib/libdwarf/dwarf_init_finish.c
David Anderson
More...
7 days ago
modified: doc/libdwarf.dox Documented the addition of a function to the API.
David Anderson
More...
7 days ago
Now up to date with git log. modified: ChangeLog
David Anderson
More...
7 days ago
In the previous commit some files had tab characters so failed to pass dicheck (dicheck-code project on github). Changing to leading spaces instead of tabs in a very few places fixed the issues. modified: src/lib/libdwarf/dwarf_arange.c modified: src/lib/libdwarf/dwarf_debugnames.c modified: src/lib/libdwarf/dwarf_die_deliv.c modified: src/lib/libdwarf/dwarf_harmless.c
David Anderson
More...
8 days ago
Added dwarf_set_harmless_errors_enabled API function (#309)
Ritesh Oedayrajsingh Varma
More...
8 days ago
Now up to date with git log modified: ChangeLog
David Anderson
More...
8 days ago
Clarified the report this creates with a few lines of text modified: src/bin/dwarfdump/dd_check_attr_encoding.c Updated the setting of glflags.gf_check_verbose_mode and glflags.verbose so the reporting by dd_check_attr_encoding.c is the most useful data. modified: src/bin/dwarfdump/dd_command_options.c
David Anderson
More...
8 days ago
removed one blank line where there were two. modified: src/bin/buildDW_LNAME/buildlname.c
David Anderson
More...
8 days ago
Messy string code is replaced by simple uses of dwarfstring calls dwarfstring_constructor() dwarfstring_destructor() and dwarfstring_append() and dwarfstring_string() (source is in libdwarf). modified: src/bin/buildDW_LNAME/Makefile.am modified: src/bin/buildDW_LNAME/buildlname.c
David Anderson
More...
8 days ago
By default avoids printing details about use of leb instead of DW_FORM_data<n> when doing checking (dwarfdump -ka for example). But running dwarfdump with -v as well as -ka shows each instance with DWARF CHECK: DW_AT_decl_file: 3 wasted byte(s) (3 is an example). modified: dd_check_attr_encoding.c modified: dd_command_options.c
David Anderson
More...
10 days ago
Now up to date with git log modified: ChangeLog
David Anderson
More...
11 days ago
All instances of pd_dwarf_names_print_on_error and instances of TRUE FALSE or 1 or 0 passed to get_AT_name( or FORM or TAG etc) have been removed as that flag value has not been used for years. Not wanted or needed. Now gone. modified: src/bin/dwarfdump/dd_attr_form.c modified: src/bin/dwarfdump/dd_check_attr_encoding.c modified: src/bin/dwarfdump/dd_globals.h modified: src/bin/dwarfdump/dd_naming.c modified: src/bin/dwarfdump/dd_naming.h modified: src/bin/dwarfdump/dd_trace_abstract_origin_etc.c modified: src/bin/dwarfdump/dwarfdump.c modified: src/bin/dwarfdump/print_abbrevs.c modified: src/bin/dwarfdump/print_debug_gnu.c modified: src/bin/dwarfdump/print_die.c modified: src/bin/dwarfdump/print_frames.c modified: src/bin/dwarfdump/print_macro.c modified: src/bin/dwarfdump/print_sections.c
David Anderson
More...
11 days ago
Adding src/bin/dwarfdump/dd_check_attr_encoding.c to the build. It is composed of lines removed from print_die.c to make certain updates easier. modified: src/bin/dwarfdump/CMakeLists.txt modified: src/bin/dwarfdump/Makefile.am modified: src/bin/dwarfdump/meson.build
David Anderson
More...
11 days ago
Removes an implied conversion by using explicit cast. Fix VS warning. modified: print_die.c
David Anderson
More...
15 days ago
In case there is a strangeness in a TAG relative to it's having possible children report the details in detail to give a clue what the -ki report is about. modified: src/bin/dwarfdump/print_die.c
David Anderson
More...
16 days ago
Corrected a typo in a comment. modified: src/lib/libdwarf/dwarf_query.c
David Anderson
More...
16 days ago
Added appropriate uses of combinations used in DWARF from a Go compiler to the sets of known uses. modified: src/bin/attr_form/attr_formclass_ext.list modified: src/bin/tag_attr/tag_attr.list modified: src/bin/tag_attr/tag_attr_ext.list
David Anderson
More...
16 days ago
Fixing indents, two places. modified: src/bin/dwarfdump/print_ranges.c
David Anderson
More...
16 days ago
Added essential detail to a DWARF CHECK ( -ka) warning about a die-children flag. Exposed an omission in a switch() stmt, around line 1878 modified: src/bin/dwarfdump/print_die.c
David Anderson
More...
16 days ago
Added comment on #endif #else for clarity. modified: src/bin/dwarfdump/dd_naming.c
David Anderson
More...
16 days ago
Removed an unused local variable. modified: src/bin/checkDW_LANG/checklangname.c
David Anderson
More...
16 days ago
Now says percent rather than expecting reader to know this common English percent (%) symbol. modified: ../dwarfdump/print_die.c
David Anderson
More...
17 days ago
Regenerated via 'make rebuild' for the new Go extension attributes. modified: src/bin/dwarfdump/dwarfdump-af-table-ext.h modified: src/bin/dwarfdump/dwarfdump-af-table-std.h modified: src/lib/libdwarf/dwarf_names.c
David Anderson
More...
17 days ago
Now with a largef set of DW_AT_go attribute names. Complete according to Go documentation on the web. modified: src/lib/libdwarf/dwarf.h
David Anderson
More...
17 days ago
←
1
2
3
4
5
6
7
8
9
…
12
13
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree