[Touch-packages] [Bug 1390905] Re: gdb list not from the first line

2023-06-07 Thread Dominik Viererbe
Thanks for reporting this bug to help improve Ubuntu! I looked into the source code for the gdb list command (see at the end of this comment). It looks to me that gdb will center the listing if it is called for the first time with no other parameters. If you want that the listing starts at the be

[Touch-packages] [Bug 1390905] Re: gdb list not from the first line

2014-11-20 Thread Matthias Klose
** Changed in: gdb (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gdb in Ubuntu. https://bugs.launchpad.net/bugs/1390905 Title: gdb list not from the first line Status in “g

[Touch-packages] [Bug 1390905] Re: gdb list not from the first line

2014-11-20 Thread herozem
here is a test case: ```c #include int maxsubsum(const int a[], int left, int right) { int maxleftsum, maxrightsum; int maxleftbordersum, maxrightbordersum; int leftbordersum, rightbordersum; int center, i; if (left == right) { // base case if (a[left] > 0) { return a[l

[Touch-packages] [Bug 1390905] Re: gdb list not from the first line

2014-11-20 Thread Matthias Klose
test case is missing. this usually works me. ** Changed in: gdb (Ubuntu) Status: New => Incomplete ** Changed in: gdb (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gdb in Ubu