mirror of
https://github.com/go-delve/delve.git
synced 2026-05-06 04:36:16 +02:00
* dwarf/op: fix DW_OP_shr and DW_OP_shra evaluation DW_OP_shr must perform a logical right shift (zero-fill) and DW_OP_shra an arithmetic right shift (sign-extend). The two cases were swapped, so negative values were wrong for location expressions. Add a regression test that exercises both opcodes with a negative value. * add,space,trigger ci * revert * Update go.mod * Update go.mod