Proceedings of Annual IEEE/ACM International Symposium on Code Generation and Optimization 2014
DOI: 10.1145/2544137.2544152
|View full text |Cite
|
Sign up to set email alerts
|

DrDebug

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2017
2017
2024
2024

Publication Types

Select...
4
3
1

Relationship

0
8

Authors

Journals

citations
Cited by 13 publications
(3 citation statements)
references
References 30 publications
0
3
0
Order By: Relevance
“…", and therefore contributes to solving the challenge of Monitoring Object-Specific Interactions. DrDebug [12] replays deterministically slices of a program execution. The slices are computed depending on a condition that developers have to determine.…”
Section: Object-centric Omniscient Approachesmentioning
confidence: 99%
“…", and therefore contributes to solving the challenge of Monitoring Object-Specific Interactions. DrDebug [12] replays deterministically slices of a program execution. The slices are computed depending on a condition that developers have to determine.…”
Section: Object-centric Omniscient Approachesmentioning
confidence: 99%
“…Program Slicing: Program slicing finds all possible statements that are relevant to a seed statement or value of interest [Korel and Laski 1988;Musuvathi et al 2008;Sahoo et al 2013;Wang et al 2014;Zhang et al 2003]. Comparing to Watcher, static slicing is imprecise [Harman and Hierons 2001], but it provides more relevant instructions that dynamic slicing cannot do, such as some non-executed instructions in the failing execution.…”
Section: Related Workmentioning
confidence: 99%
“…Trace recording is especially challenging in concurrent and distributed systems due to non-determinism. Several replay debuggers exist to overcome these issues with different tradeoffs [14,21,28,34,36]. In order to deal with non-deterministic inputs, a partial order of variable accesses or events has to be stored in the trace to be able to reproduce the program concurrent behaviour.…”
Section: Offline Debuggingmentioning
confidence: 99%