Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/1] btrace: get page size using sysconf (_SC_PAGESIZE) instead of PAGE_SIZE
@ 2022-04-24 21:15 Zied Guermazi
  2022-04-24 21:15 ` [PATCH 1/1] " Zied Guermazi
  2022-04-25  0:13 ` [PATCH 0/1] btrace: " Simon Marchi via Gdb-patches
  0 siblings, 2 replies; 8+ messages in thread
From: Zied Guermazi @ 2022-04-24 21:15 UTC (permalink / raw)
  To: gdb-patches; +Cc: Zied Guermazi

PAGE_SIZE is not defined in all systems, therefore use the posix call sysconf (_SC_PAGESIZE)

Zied Guermazi (1):
  get page size using sysconf (_SC_PAGESIZE) instead of PAGE_SIZE

 gdb/nat/linux-btrace.c | 30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-04-25 18:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-24 21:15 [PATCH 0/1] btrace: get page size using sysconf (_SC_PAGESIZE) instead of PAGE_SIZE Zied Guermazi
2022-04-24 21:15 ` [PATCH 1/1] " Zied Guermazi
2022-04-25  5:03   ` Metzger, Markus T via Gdb-patches
2022-04-25  7:02     ` Zied Guermazi
2022-04-25  7:36       ` Metzger, Markus T via Gdb-patches
2022-04-25  0:13 ` [PATCH 0/1] btrace: " Simon Marchi via Gdb-patches
2022-04-25  6:54   ` Zied Guermazi
2022-04-25 18:47     ` John Baldwin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox