summaryrefslogtreecommitdiffstats
path: root/translate.cxx
Commit message (Expand)AuthorAgeFilesLines
* Special case _stp_kretprobe_trampoline emission for -1Roland McGrath2009-06-301-7/+12
* PR10323 Some ustack exelib.exp tests fail with prelinked shared libs.Mark Wielaard2009-06-251-3/+8
* PR10298: tweak global param initialization for NULL etc.Frank Ch. Eigler2009-06-181-6/+7
* PR10260: Clean up all resources after init errorsJosh Stone2009-06-101-0/+8
* build compatibility fix for gcc 3.4Frank Ch. Eigler2009-06-091-1/+1
* Detect kretprobe trampoline and use fallback unwinder.Mark Wielaard2009-06-031-1/+14
* PR10206: Include NOTYPE symbols in stap-symbols.hAnanth N Mavinakayanahalli2009-05-281-0/+1
* Fix gcc warning about Dwarf_Addr initialization.Mark Wielaard2009-05-211-1/+1
* PR10177: init/kill time in sleepy context onlyJosh Stone2009-05-201-0/+14
* Properly read eh_frame and pass is_ehframe correctly.Mark Wielaard2009-05-201-2/+2
* Fetch and store both debug_frame and eh_frame tables.Mark Wielaard2009-05-201-39/+91
* PR 9941: Add predicate function callback to check for an early abortRajan Arora2009-04-221-1/+1
* Simplify section size logic.Mark Wielaard2009-04-221-5/+1
* fix a bug with %% in format stringsTim Moore2009-04-201-1/+2
* Micro-optimization: no-modules translate pass 3 case.Mark Wielaard2009-04-191-8/+22
* Keep track of relocation section sizes.Mark Wielaard2009-04-141-15/+43
* Cleanup symbol table sanity checking.Mark Wielaard2009-04-091-16/+29
* Omit symbols that have suspicious addresses (before base) from symbol table.Mark Wielaard2009-04-081-2/+5
* PR10026: Read marker/tracepoint args directlyJosh Stone2009-04-061-1/+6
* Reorder includes so regs.c and regs-ia64.c included before task_finder.c.William Cohen2009-04-021-2/+0
* PR10019: --skip-badvars to suppress run-time memory errors tooFrank Ch. Eigler2009-04-011-0/+2
* PR10000: emit _stp_relocate* calculations correctly for kernel/module global ...Frank Ch. Eigler2009-03-271-3/+4
* brown paper bag fix for commit 5d6b0142Frank Ch. Eigler2009-03-241-2/+2
* further accelerate pass-3 symbol/unwind process, skip one more iterationFrank Ch. Eigler2009-03-241-2/+4
* accelerate pass-3 symbol/unwind generationFrank Ch. Eigler2009-03-241-2/+2
* fix build regression w/o -tFrank Ch. Eigler2009-03-201-2/+0
* PR9967: don't count -DINTERRUPTIBLE=1 reentrancy against MAXSKIPPEDFrank Ch. Eigler2009-03-201-2/+3
* Get the canonical path of the main file for comparison at runtime.Mark Wielaard2009-03-171-0/+9
* Add workaround for dwfl_module_build_id bug with elfutils < 0.140.Mark Wielaard2009-03-161-7/+25
* Let -DINTERRUPTIBLE=0 mask interrupts in probesJosh Stone2009-03-091-0/+3
* Check pending_interrupts more frequently during unwindsyms (pass 3) processingFrank Ch. Eigler2009-03-081-0/+3
* Tweak tracepoint logic to run on tracepoint_synchronize_unregister()-less RHEL5Frank Ch. Eigler2009-03-071-0/+5
* PR9919: Set last_stmt for array (scalar or statistical) assignments.Mark Wielaard2009-03-041-2/+2
* Skip generating empty struct globalWenji Huang2009-02-241-15/+17
* Adjust extra_offset address against module base.Mark Wielaard2009-02-241-0/+4
* Made probe_start()/probe_exit() function definitions match their declarations.David Smith2009-02-231-2/+2
* Adjust ET_DYN symbol addresses against module base.Mark Wielaard2009-02-211-1/+10
* Ignore kernel functions with "absolute" addresses.Mark Wielaard2009-02-201-7/+6
* Ignore symbols before module base address.Mark Wielaard2009-02-191-0/+6
* Enable typecasting with @castJosh Stone2009-02-181-1/+9
|\
| * Bump copyright years to 2009Josh Stone2009-02-181-1/+1
| * Add high-level support for @cast()ingJosh Stone2009-02-181-0/+8
* | convert remaining translator-output code from <<endl to \nFrank Ch. Eigler2009-02-131-60/+60
* | Use "\n" instead of endl in inner loops.Mark Wielaard2009-02-121-2/+2
|/
* PR9810: Mostly revert "PR6961: initial sketch: set up dummy pt_regs for non-t...Frank Ch. Eigler2009-02-031-1/+0
* Process extra_offset for kernel symbols with dwfl_module_relocate_address.Mark Wielaard2009-02-011-0/+4
* Add Vim modelines for GNU style in stapJosh Stone2009-01-281-0/+2
* Use 'static' as much as possibleJosh Stone2009-01-281-18/+18
* build: make compatible with elfutils 0.138 tooFrank Ch. Eigler2008-12-311-2/+12
* First attempt at printf kernel memory hex dumpElliott Baron2008-12-191-2/+4