mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
import gdb-2000-02-04 snapshot
This commit is contained in:
@@ -5749,6 +5749,14 @@ decode_locdesc (blk, objfile)
|
||||
i += bytes_read;
|
||||
break;
|
||||
|
||||
case DW_OP_bregx:
|
||||
offreg = 1;
|
||||
basereg = read_unsigned_leb128 (NULL, (data + i), &bytes_read);
|
||||
i += bytes_read;
|
||||
stack[++stacki] = read_signed_leb128 (NULL, (data + i), &bytes_read);
|
||||
i += bytes_read;
|
||||
break;
|
||||
|
||||
case DW_OP_fbreg:
|
||||
stack[++stacki] = read_signed_leb128 (NULL, (data + i), &bytes_read);
|
||||
i += bytes_read;
|
||||
|
||||
Reference in New Issue
Block a user