]> sourceware.org Git - systemtap.git/history - dwflpp.cxx
kill interned_string::c_str(), allowing shared substr()
[systemtap.git] / dwflpp.cxx
2015-11-12 Josh Stonekill interned_string::c_str(), allowing shared substr()
2015-11-11 Josh StoneAvoid undefined behavior in get_number_param
2015-11-10 Josh StoneFix several uninitialized class members
2015-09-08 Josh StonePR18936: extend the lifetime of synthesized DW_OP_addr
2015-08-18 Frank Ch. Eiglerstring_ref: mass interned_string conversion
2015-08-18 Frank Ch. Eiglerstring_ref: switch over to interned_string class
2015-08-18 Frank Ch. Eiglerstring_ref cont'd: exploiting all over the place
2015-08-18 Frank Ch. Eiglerdwflpp.cxx: memory unleak
2015-04-24 AthiraAdding ppc64le loader to interpreter list
2015-04-10 Mark WielaardAdd fallback to line table and low_pc for function...
2015-04-10 Mark WielaardImprove dwflpp::loc2c_error semantic error.
2015-03-30 David SmithMerge branch 'master' of ssh://sourceware.org/git/systemtap
2015-03-26 Frank Ch. Eiglernumerous small coverity fixes
2015-02-27 Jonathan Lebonnearest probes: allow ENUMERATED and WILDCARD linenos
2015-02-06 Abegail JakopMerge branch 'ajakop/12276' of ssh://sourceware.org...
2015-01-26 William CohenAdd plt support for arm64 and allow the plt tests to...
2015-01-23 Josh StoneTolerate missing line records in prologue search
2014-11-19 William CohenAdd arm64 loader to the whitelist of interpreters
2014-09-12 Jonathan Lebonnearest probes: preserve user-entered lineno in chain
2014-09-12 Jonathan Lebondwflpp.cxx: refactor nearest code
2014-09-02 Abegail JakopMerge branch 'ajakop/12333'
2014-08-11 Frank Ch. Eiglerstatement.nearest probes followup: some docs, samples...
2014-08-11 Honggyu Kimdwflpp: register statement.nearest suffix
2014-07-18 Josh StoneMerge remote-tracking branch 'origin/master' into autocast
2014-06-24 Abegail JakopMerge branch 'ajakop/16300'
2014-06-22 Mark WielaardHandle DW_TAG_restrict_type.
2014-06-21 Frank Ch. Eiglercoverity fixes
2014-06-09 Josh StoneMerge branch 'master' into autocast
2014-06-05 Jonathan Lebondwflpp.cxx: pass linenos vector by reference
2014-06-05 Brian Chrismanstatement probes: add ENUMERATED lineno_type
2014-06-05 Mark Wielaarddwflpp::literal_stmt_for_local add details for retrieve...
2014-06-05 Mark Wielaarddwflpp::die_location_as_function_string don't mix std...
2014-06-05 Mark WielaardExtra details to explain the error or provide alternati...
2014-06-04 Mark WielaardReport address locations where things are accessible...
2014-06-04 Mark WielaardFix accessible at this address error message crash.
2014-06-04 Mark WielaardImprove not accessible at this address error message.
2014-06-02 Jonathan Lebondwflpp.cxx: check addr returned by lower_bound()
2014-05-30 Abegail JakopMerge branch 'master' of ssh://sourceware.org/git/systemtap
2014-05-30 Jonathan Lebondwflpp.cxx: use lower_bound() instead of manual binary...
2014-05-30 Jonathan LebonBZ1099133: prologue searching: check previous line too
2014-05-27 Jonathan Lebondwflpp (trivial): fix missing _F()
2014-05-27 Jonathan LebonMerge branch 'jlebon/listing' (PR16941)
2014-05-27 Jonathan Lebonlabel probes: rework logic
2014-05-20 Jonathan LebonPR16955: improve blacklisting diagnostics
2014-05-14 Josh Stonedwflpp: Return the value of stores for reuse
2014-05-09 Jonathan LebonMerge branch 'jlebon/pr13296'
2014-05-09 Jonathan Lebonsetup_note_probe_entry(): strengthen note checks
2014-05-06 Josh StoneSave type details in expressions
2014-05-02 Josh StoneMerge branch 'master' into autocast
2014-04-29 Jonathan Lebonupdate copyrights
2014-04-23 Lukas BerkMerge branch 'master' of ssh://sourceware.org/git/syste...
2014-04-17 Jonathan LebonMerge branch 'jlebon/pr16615'
2014-04-17 Jonathan Lebonadd DWARF_LINE* macros to help diagnosis
2014-04-17 Jonathan Lebonadd DWFL_ASSERT and DWARF_ASSERT to help diagnosis
2014-04-17 Jonathan Lebondwflpp::iterate_over_srcfile_lines: add suggestions
2014-04-17 Jonathan Lebondwflpp: implement new iterate_over_srcfile_lines()
2014-04-17 Jonathan Lebondwflpp: add CU line caching
2014-04-17 Jonathan Lebondwarf_wrappers: remove dwarf_line_t class
2014-04-17 Jonathan Lebongut out dwflpp::iterate_over_srcfile_lines()
2014-04-17 Jonathan Lebondwarf_query: rename line to linenos
2014-04-17 Jonathan Lebonresolve_prologue_endings: clarify comment re. alloc
2014-03-19 Jonathan LebonPR16719: disable setupdwfl caching
2014-03-12 Jonathan Leboncallee probes: truly improve derivation for better...
2014-03-12 Jonathan LebonRevert commits cfa2999 and 80a63be
2014-03-11 Josh StoneBZ1073605 addendum, don't blacklist empty matches
2014-03-10 Frank Ch. EiglerBZ1073605, prohibit uretprobes on _start
2014-03-05 Jonathan Leboncallee: improve derivation for better listing
2014-03-04 Jonathan Lebondwflpp/has_valid_locs: update comment for clang
2014-02-28 Jonathan LebonPR6941: skip prologue-skipping for GCC optimized code
2014-02-28 Jonathan Lebondwflpp: new is_gcc_producer() function
2014-02-27 Jonathan Lebondwflpp/prologue: fix DW_AT_producer parsing
2014-02-27 Jonathan Lebondwflpp/prologue: clean up and simplify logic
2014-02-27 Jonathan Lebondwflpp/prologue: use function's decl_line for older...
2014-02-27 Jonathan Lebondwflpp/prologue: don't skip the first line record
2014-02-21 Jonathan Lebonfixed prologue comment re. -fomit-frame-pointer
2014-02-21 Jonathan Lebondwflpp: improve prologue-end searching heuristics
2014-02-19 Jonathan LebonMerge branch 'jlebon/callee' (PR1133)
2014-02-19 Jonathan LebonMerge branch 'templates' into jlebon/callee
2014-02-19 Jonathan Lebontemplate-ify iterate_over_callees()
2014-02-19 Jonathan Lebontemplate-ify iterate_over_labels()
2014-02-19 Jonathan Lebontemplate-ify iterate_over_srcfile_lines()
2014-02-19 Jonathan Lebontemplate-ify iterate_over_plt()
2014-02-19 Jonathan Lebontemplate-ify iterate_over_libraries()
2014-02-19 Jonathan Lebontemplate-ify iterate_over_notes()
2014-02-19 Jonathan Lebontemplate-ify iterate_over_globals() and iterate_over_ty...
2014-02-19 Jonathan Lebontemplate-ify iterate_over_functions() and iterate_singl...
2014-02-19 Jonathan Lebontemplate-ify iterate_over_inline_instances()
2014-02-19 Jonathan Lebontemplate-ify iterate_over_cus()
2014-02-19 Jonathan Lebontemplate-ify iterate_over_modules()
2014-02-19 Jonathan Lebonimplement iterate_over_callees()
2014-02-19 Jonathan Lebonallow arbitrary callback arg for iterate_over_functions()
2014-01-11 Frank Ch. Eiglerstap translator: tolerate NULLs coming from some elfuti...
2013-12-18 Dave BrolleyMerge branch 'master' of ssh://sourceware.org/git/systemtap
2013-11-16 Josh StonePR10574: Fix a few pc=0 that escaped this old bug
2013-11-01 Jonathan LebonMerge branch 'jlebon/levensh'
2013-11-01 Jonathan Lebonlevensh suggest unresolved struct member
2013-11-01 Jonathan Lebonlevensh suggest unresolved dwarf locals
2013-10-30 Jonathan LebonMerge branch 'PR16019'
2013-10-30 Jonathan LebonPR16019: use SEMANTIC_ERROR macro in call sites
2013-10-25 Josh StoneFix canonicalize_file_name() leaks
next
This page took 1.503258 seconds and 108 git commands to generate.