| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -121/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-01-05 | Disable failing tests temporarily | Sam | -0/+1 | |
| 2017-02-08 | Exclude top-level macro expansions from source location override. | Vadim Chugunov | -0/+26 | |
| 2016-11-30 | debuginfo: Ignore macro-stepping test on aarch64 | Michael Woerister | -0/+1 | |
| 2016-08-25 | Fix debug line info for macro expansions. | Vadim Chugunov | -0/+103 | |
| Macro expansions produce code tagged with debug locations that are completely different from the surrounding expressions. This wrecks havoc on debugger's ability the step over source lines. In order to have a good line stepping behavior in debugger, we overwrite debug locations of macro expansions with that of the outermost expansion site. | ||||
