This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [patch 2/2+7.6] /proc/PID/smaps: Linux kernel 3.8.3 compat.


On 03/29/2013 07:53 PM, Jan Kratochvil wrote:
> Hi,
> 
> with kernel-3.8.3-203.fc18.x86_64 I get:
> 	warning: Error parsing {s,}maps file '/proc/30100/smaps'
> 
> for example on gdb.base/gcore.exp as this Linux kernel has:
> 
> 7fff76bfe000-7fff76c00000 r-xp 00000000 00:00 0                          [vdso]
> Size:                  8 kB
> [...]
> Locked:                0 kB
> VmFlags: rd ex mr mw me de
> ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
> 
> so the parsing fails on the "VmFlags" line.
> 
> While it is 'obvious' GDB CVS inaccessible to me now so neither regression
> tested nor checked in yet.

FWIW, I took a peek, and it looked good to me.

-- 
Pedro Alves


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