Searched refs:gdb (Results 1 - 2 of 2) sorted by relevance

/systemd/tools/
H A Dgdb-sd_dump_hashmaps.py20 import gdb namespace
22 class sd_dump_hashmaps(gdb.Command):
26 super(sd_dump_hashmaps, self).__init__("sd_dump_hashmaps", gdb.COMMAND_DATA, gdb.COMPLETE_NONE)
29 d = gdb.parse_and_eval("hashmap_debug_list")
30 all_entry_sizes = gdb.parse_and_eval("all_entry_sizes")
31 all_direct_buckets = gdb.parse_and_eval("all_direct_buckets")
32 hashmap_base_t = gdb.lookup_type("HashmapBase")
33 uchar_t = gdb.lookup_type("unsigned char")
34 ulong_t = gdb
[all...]
/systemd/test/
H A Dudev-test.pl25 my $gdb = 0;
27 my $udev_bin_gdb = "gdb --args $udev_bin";
1331 } elsif ($gdb > 0) {
1509 } elsif ($arg =~ m/--gdb/) {
1510 $gdb = 1;
1511 printf("using gdb\n");

Completed in 25 milliseconds