X-Git-Url: https://repo.jachan.dev/binutils.git/blobdiff_plain/dd3b648e8b12ceb7bfce66e7f179b671403aea9c..6e94236ab6fc05b3bd73f2b54fb8748f8439038b:/gdb/Projects diff --git a/gdb/Projects b/gdb/Projects index b30d268ea6..29191020aa 100644 --- a/gdb/Projects +++ b/gdb/Projects @@ -83,14 +83,9 @@ Enhance the gdb manual with extra examples where needed. Arrange for list_command not to use decode_line_1 and thus not require symbols to be read in simply to read a source file. -Allow patching of executables, a la "adb -w". - -Improve the target interface so that targets can be stacked; e.g. an -exec file and a core file (memory references that the core file can't -satisfy are directed to the exec file); those two plus a child process. -The child doesn't let any refs through, but when the child terminates, -you are back to debugging the core file -- you might even want to swap -back and forth between the two, or between two core files. +Add a command for searching memory, a la adb. It specifies size, +mask, value, start address. ADB searches until it finds it or hits +an error (or is interrupted). # Local Variables: # mode: text