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
** 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
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
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
4 matches
Mail list logo