| /src/external/gpl3/gdb/dist/gdbsupport/ |
| common-types.h | 26 typedef unsigned char gdb_byte; typedef
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| common-types.h | 26 typedef unsigned char gdb_byte; typedef
|
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| array-view-selftests.c | 30 static_assert (std::TRAIT<gdb::array_view<gdb_byte>>::value, "") 54 using T = gdb_byte; 70 /* While float is implicitly convertible to gdb_byte, we 71 don't want implicit float->array_view<gdb_byte> 150 using T = gdb_byte; 167 using T = gdb_byte; 245 order to test both gdb_byte and const gdb_byte. */ 315 order to test both gdb_byte and const gdb_byte. * 419 std::array<gdb_byte, 4> array = {{0x11, 0x22, 0x33, 0x44}}; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| array-view-selftests.c | 30 static_assert (std::TRAIT<gdb::array_view<gdb_byte>>::value, "") 54 using T = gdb_byte; 70 /* While float is implicitly convertible to gdb_byte, we 71 don't want implicit float->array_view<gdb_byte> 150 using T = gdb_byte; 167 using T = gdb_byte; 245 order to test both gdb_byte and const gdb_byte. */ 315 order to test both gdb_byte and const gdb_byte. * 386 std::array<gdb_byte, 4> array = {{0x11, 0x22, 0x33, 0x44}}; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| amd64-windows-tdep.c | 183 const gdb_byte *valbuf = args[i]->contents ().data (); 208 gdb::array_view<const gdb_byte> valbuf = arg->contents (); 210 std::array<gdb_byte, 16> buf {}; local 216 gdb::array_view<gdb_byte> view (buf); 302 const gdb_byte *valbuf = stack_args[i]->contents ().data (); 321 std::array<gdb_byte, 8> buf; local 362 struct value **read_value, const gdb_byte *writebuf) 432 gdb_byte op; 437 std::array<gdb_byte, 4> buf; local 544 gdb_byte op 621 std::array<gdb_byte, 4> rel32; local 636 std::array<gdb_byte, 2> imm16; local 801 std::array<gdb_byte, 8> buf; local 1088 std::array<gdb_byte, 8> buf; local [all...] |