Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Skip declaration of data_members (C++)
[simgrid.git] / src / mc / mc_dwarf.c
2014-02-25 Gabriel Corona[mc] Skip declaration of data_members (C++)
2014-02-25 Gabriel Corona[mc] Skip variables/members which are compile time...
2014-02-25 Gabriel Corona[mc] Fix typos
2014-02-25 Gabriel Corona[mc] Handle DW_AT_start_scope (for constants)
2014-02-25 Gabriel Corona[mc] Handle DW_TAG_namespace (C++)
2014-02-25 Gabriel Corona[mc] Basic namespace support (for types)
2014-02-24 Gabriel Corona[mc] Do not use linkage_name as a name
2014-02-24 Gabriel Corona[mc] Add MC_dwarf_tag_classify()
2014-02-24 Gabriel Corona[mc] Do not try to handle scopes inside a subprogram
2014-02-24 Gabriel Corona[mc] Use dynar instead of dict for storing functions
2014-02-24 Gabriel Corona[mc] Add missing DW_FORM_data1 (enable C++ support)
2014-02-20 Gabriel Corona[mc] Move mc_find_frame_base in mc_dwarf.c where it...
2014-02-20 Gabriel Corona[mc] Use resolved addresses in entry.low_pc and entry...
2014-02-20 Gabriel Corona[mc] Use resolved addresses in frame->low_pc and frame...
2014-02-18 Gabriel Corona[mc] Do not waste time calling libunwind get_proc_name...
2014-02-10 Gabriel CoronaMerge branch 'mc' into mc-perf
2014-02-07 Gabriel Corona[mc] Fix sefault where a variable has no name
2014-02-07 Gabriel CoronaMerge branch mc into mc-perf
2014-02-07 Gabriel Corona[mc] Split address/location in dw_variable_t (which...
2014-02-07 Gabriel Corona[mc] Preprocess type lookup
2014-02-07 Gabriel Corona[mc] Compute a single hash (64 bits) of the current...
2014-01-31 Gabriel Corona[mc] Have a more complete/accurate view of an given...
2014-01-31 Gabriel Corona[mc] Fix element count computation for a givena array...
2014-01-31 Gabriel Corona[mc] Fix handling of location
2014-01-17 Marion GuthmullerMerge remote-tracking branch 'origin/libdw2'
2014-01-17 Gabriel Corona[mc] Add DW_TAG_formal_parameter as variables in the...
2014-01-17 Gabriel Corona[mc] Cleanup mc_dwarf.c
2014-01-17 Gabriel Corona[mc] Remove useless argument in MC_dwarf_at_location
2014-01-17 Gabriel Corona[mc] Add comments/doxygen
2014-01-17 Gabriel Corona[mc] Remove objdump code
2014-01-17 Gabriel Corona[mc] Use libdw for location list
2014-01-17 Gabriel Corona[mc] Use libdw for functions and local variables
2014-01-17 Gabriel Corona[mc] Use libdw for global variables
2014-01-17 Gabriel Corona[mc] Deduplicate address location resolution in MC_dwar...
2014-01-17 Gabriel Corona[mc] Remove MC_dwarf_tag_type()
2014-01-17 Gabriel Corona[mc] libdwarf integration for types