This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH]: (alpha) heuristic_proc_start()


Again, for alpha, does this look like a good change?

***************
*** 445,450 ****
--- 602,608 ----
      return 0;

    if (heuristic_fence_post == UINT_MAX
+       || heuristic_fence_post == 0 /* unlimited */
        || fence < VM_MIN_ADDRESS)
      fence = VM_MIN_ADDRESS;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]