Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-05 | efl: add binary mode to f(re)open() calls | Vincent Torri | |
This allows better compatibility with Windows Signed-off-by: Cedric BAIL <cedric@osg.samsung.com> | |||
2015-07-03 | Efl debug daemon: Fix Warning on Windows. | Vincent Torri | |
According to the Open Group, pid_t is signed integer and can not be larger than a long | |||
2015-05-14 | eina, efl: add copyright notice. | Vincent Torri | |
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com> | |||
2015-05-11 | efl debug - make event log header .. nicer with a block header and size | Carsten Haitzler (Rasterman) | |
2015-05-10 | efl debugd - fix evlog writing - dont duplicate empty blocks | Carsten Haitzler (Rasterman) | |
2015-05-10 | eina evlog - make log dumps simple binary from debugd with header | Carsten Haitzler (Rasterman) | |
2015-05-10 | eina evlog - remove stolen count - unecessary | Carsten Haitzler (Rasterman) | |
2015-05-10 | eina - begin event log infra we can get from the new debug monitor | Carsten Haitzler (Rasterman) | |
we can down dump event logs. some ecore mainloop bits are logging at the moment. | |||
2015-05-08 | Efl debug: Rename shadowing variable. | Tom Hacohen | |
2015-05-08 | efl debug - clean up debugd and debug cli tool code proto handling | Carsten Haitzler (Rasterman) | |
this clenas up protocol handling to share common code and have more compact and easier to maintain code on both sides here. | |||
2015-05-08 | efl debug - start on common file for efl_debug tools for protocol | Carsten Haitzler (Rasterman) | |
this should reduce duplication between debugd and debug tools | |||
2015-05-08 | eina - start a much improved eina dbug infra and have eina_log use it | Carsten Haitzler (Rasterman) | |
this makes eina_log give bt's for all error logs. this is very useful in finding just where a problem happens. the problem int he past is that these have not been too useful due to backtrace_symbols() being "useless". thus use the eina_btlog tool i added too. also started infra for a debug monitor that can use the backtrace infra to collect runtime stats ANY TIME for a process (don't need to run under a debugger). @feat |