1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 20 hours ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update the examples
ciceron
as Stephane Carrez
More... over 11 years ago
Update the unit tests
ciceron
as Stephane Carrez
More... over 11 years ago
Update the unit tests
ciceron
as Stephane Carrez
More... over 11 years ago
Do not define the Symbol_Flags and Section_Flags types
ciceron
as Stephane Carrez
More... over 11 years ago
Rename Symtab into Symbols so that this is more homogeneous with other APIs
ciceron
as Stephane Carrez
More... over 11 years ago
Use Bfd.Files package
ciceron
as Stephane Carrez
More... over 11 years ago
Use Bfd.Files.File_Type
ciceron
as Stephane Carrez
More... over 11 years ago
Use Bfd.Files package
ciceron
as Stephane Carrez
More... over 11 years ago
Use Bfd.Files package
ciceron
as Stephane Carrez
More... over 11 years ago
Use Bfd.Files package
ciceron
as Stephane Carrez
More... over 11 years ago
Cleanup the implementation
ciceron
as Stephane Carrez
More... over 11 years ago
Moved the File_Type type and its operations in a separate package
ciceron
as Stephane Carrez
More... over 11 years ago
Moved the Open/Close and File_Type definition to a separate package: Bfd.Files
ciceron
as Stephane Carrez
More... over 11 years ago
Remove unused operations
ciceron
as Stephane Carrez
More... over 11 years ago
Declare the Get_File_Flags operation
ciceron
as Stephane Carrez
More... over 11 years ago
Update the makefile for the generation of src/bfd-constants.ads
ciceron
as Stephane Carrez
More... over 11 years ago
New function ada_bfd_get_file_flags
ciceron
as Stephane Carrez
More... over 11 years ago
Add file flags and change the generated package to Bfd.Constants
ciceron
as Stephane Carrez
More... over 11 years ago
Implement Get_Symbol lookup method (this is a linear lookup for now because the symbol table is not sorted by default)
ciceron
as Stephane Carrez
More... over 11 years ago
Let the thin Get_Symbol_Name function return a chars_ptr
ciceron
as Stephane Carrez
More... over 11 years ago
Defined Strcmp to implement symbol table lookup
ciceron
as Stephane Carrez
More... over 11 years ago
Add some tests to check Get_Symbol and checking the symbol flags
ciceron
as Stephane Carrez
More... over 11 years ago
Update the unit test
ciceron
as Stephane Carrez
More... over 11 years ago
Update the unit test to use the Bfd.Testsuite package
ciceron
as Stephane Carrez
More... over 11 years ago
Fix memory leaks in the unit test
ciceron
as Stephane Carrez
More... over 11 years ago
Fix the symbol table iterator (last symbol was skipped)
ciceron
as Stephane Carrez
More... over 11 years ago
If the BFD file cannot be opened, release the allocated file name before raising the exception
ciceron
as Stephane Carrez
More... over 11 years ago
Add some unit tests for the symbol table API
ciceron
as Stephane Carrez
More... over 11 years ago
Define the bfd testsuite in a specific package (solves memory leak)
ciceron
as Stephane Carrez
More... over 11 years ago
Add the support and testutil files in the distribution
ciceron
as Stephane Carrez
More... over 11 years ago