gchristensen changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | 18.03 release managers: fpletz and vcunat | https://logs.nix.samueldr.com/nixos-dev
drakonis has joined #nixos-dev
Cale has quit [Ping timeout: 276 seconds]
mbrgm has quit [Ping timeout: 255 seconds]
mbrgm has joined #nixos-dev
adisbladis has joined #nixos-dev
Cale has joined #nixos-dev
layus has quit [Quit: ZNC 1.6.5 - http://znc.in]
layus has joined #nixos-dev
drakonis has quit [Remote host closed the connection]
jtojnar has quit [Remote host closed the connection]
jtojnar has joined #nixos-dev
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nixos-dev
Sonarpulse has joined #nixos-dev
obadz- has joined #nixos-dev
obadz has quit [Ping timeout: 246 seconds]
obadz- is now known as obadz
Sonarpulse has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 255 seconds]
Lisanna has quit [Quit: Lisanna]
FRidh has joined #nixos-dev
zybell_ has quit [Ping timeout: 268 seconds]
zybell_ has joined #nixos-dev
pie_ has quit [Ping timeout: 248 seconds]
__Sander__ has joined #nixos-dev
MichaelRaskin has quit [Quit: MichaelRaskin]
FRidh has quit [Quit: Konversation terminated!]
goibhniu has joined #nixos-dev
orivej has joined #nixos-dev
adisbladis has quit [Ping timeout: 260 seconds]
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-dev
pie_ has joined #nixos-dev
<Mic92_> jcrben: regarding ui take a look at gdbgui.
<Mic92_> jcrben: but our gdb in nixpkgs might be not function on macOS because ptrace on macOS is only allowed for signed applications?
pie_ has quit [Ping timeout: 240 seconds]
pie_ has joined #nixos-dev
FRidh has joined #nixos-dev
xeji has joined #nixos-dev
Sonarpulse has joined #nixos-dev
<Sonarpulse> Dezgeg: I think I can start an always-cross branch with a hydra job (probably without --host and --build across the board) after we land the gnu-config-arm branch
<Sonarpulse> I think that should work now?
__Sander__ has quit [Quit: Konversation terminated!]
orivej has quit [Ping timeout: 260 seconds]
phreedom has quit [Ping timeout: 255 seconds]
phreedom has joined #nixos-dev
FRidh has quit [Quit: Konversation terminated!]
<jcrben> Mic92_: I ended up getting vscode.cpp to work - explained at https://github.com/NixOS/nixpkgs/issues/35088#issuecomment-388448573
<jcrben> on nixos - I've given up on trying to make it work on darwin. however, even after running make with the CFLAGS I mentioned above, I still quickly ran into "__lhs: value has been optimized out" over in globals.css Settings::LoadConfFile
<jcrben> Mic92_: do you use gdbgui much? have a custom shell.nix or scripts that you run to set it up to your liking?
<jcrben> (globals.css -> globals.cc)
<Sonarpulse> Dezgeg: what do you think of forcing -march etc based on platform.gcc.arch ?
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos-dev
obadz- has joined #nixos-dev
obadz has quit [Ping timeout: 250 seconds]
obadz- is now known as obadz
MichaelRaskin has joined #nixos-dev
orivej has joined #nixos-dev
taktoa has joined #nixos-dev
Lisanna has joined #nixos-dev
obadz has quit [Ping timeout: 256 seconds]
obadz has joined #nixos-dev
orivej has quit [Ping timeout: 240 seconds]
xeji has quit [Quit: WeeChat 2.0]
<Mic92_> jcrben: sometimes, currently I am doing more lowlevel stuff on the binary level and building my own debugger. Here is a patch to optimize gdbgui a bit: https://github.com/Mic92/dotfiles/blob/master/nixpkgs-config/gdbgui.patch. It is in nixpkgs
<Mic92_> jcrben: value has been optimized out is also shown if your values goes out of scope.
<Mic92_> even without optimization enabled.
<Mic92_> jcrben: here an example where the register holding argv gets overwritten by a function call: https://gist.github.com/Mic92/fe86fed229e442a344e0158c8f8a25a9
<Mic92_> actually argc not argv
<Mic92_> jcrben: that one would kind of solve the problem: https://github.com/inspector-repl/inspector
<Mic92_> I currently only don't have time to work on that and compiling clang + llvm is always ugly.
<jcrben> Mic92_: ooh, I see that's your debugger - looks fancy
infinisil has quit [Quit: Configuring ZNC, sorry for the join/quits!]
infinisil has joined #nixos-dev
<Mic92_> jcrben: no, that's not the debugger I meant, that one will be go into a different direction.
infinisil has quit [Client Quit]
infinisil has joined #nixos-dev