babeltrace.git
2016-05-31  Michael Jeansonsys/param.h is required for MAXNAMLEN on musl libc
2016-05-30  Jérémie GalarneauFix: undefined bit shift operation when printing octal...
2016-05-30  Jérémie GalarneauFix: Wrong variable checked in bin_info_child_die_has_a...
2016-05-30  Michael JeansonFix: Only close valid fds in is_valid_debug_file
2016-05-30  Michael JeansonFix: Free die_name in bin_info_lookup_cu_function_name
2016-05-30  Michael JeansonFix: Don't dereference null ptr in error path
2016-05-25  Antoine BusqueStandardise spelling of debug info
2016-05-25  Antoine BusqueFix: typo in --disable-debug-info in configure error...
2016-05-25  Jérémie GalarneauDocs: change --clock-raw to --clock-cycles
2016-05-24  Mathieu DesnoyersFix: segmentation fault with multi-trace having non...
2016-05-13  Jérémie GalarneauUpdate version to v1.4.0-rc1 v1.4.0-rc1
2016-05-13  Jérémie GalarneauDisplay binary location even if source and symbol looku...
2016-05-13  Jérémie GalarneauTests: Multi-trace stream intersection test
2016-05-13  Jérémie GalarneauMove Python bindings to babeltrace subfolder
2016-05-13  Jérémie Galarneaubootstrap: Standardize on autoreconf -vi
2016-05-13  Jérémie GalarneauChange behaviour of stream-intersection with multiple...
2016-05-06  Mathieu DesnoyersFix: ctf-text: signed base 8, 16 printout
2016-05-06  Jérémie GalarneauFix: respect signed integers' length when printing...
2016-05-06  Mathieu DesnoyersFix: debug-info feature enable/disable
2016-05-06  Michael JeansonPort: Add OSX mman.h compat
2016-05-06  Alexis MartinPort: Add OSX endian.h compat
2016-05-06  Michael JeansonPort: Add OSX libuuid compat
2016-05-06  Antoine BusqueFix: swapped libelf and libdw names in configure error...
2016-05-06  Michael JeansonDon't use the .so extension on test assets
2016-05-06  Michael JeansonFix: warnings on Solaris10
2016-05-06  Michael JeansonAdd missing generated tests to gitignore
2016-05-06  Jérémie GalarneauFix: report error when lttng-live is provided with...
2016-05-03  Jérémie GalarneauFix: overflow of signed integer results in undefined...
2016-05-03  Jérémie GalarneauFix: potential close() of uninitialized elf_fd
2016-05-03  Jérémie GalarneauFix: use of spaces instead of tabs in babeltrace.i.in
2016-05-03  Jérémie GalarneauSet version to 1.4.0-pre
2016-05-03  Jérémie GalarneauClean-up: add missing new line after end of function
2016-05-03  Jérémie GalarneauClean-up: remove extra newline in bin-info.c
2016-05-03  Jérémie GalarneauClean-up: fix comment style in bin-info.c
2016-05-03  Jérémie GalarneauAdd tap-driver.sh from automake
2016-05-03  Antoine BusqueTests: skip certain bin-info tests on failure to preven...
2016-05-03  Jérémie GalarneauTypo: succesful* -> successful*
2016-05-03  Antoine BusqueTests: strip ELF symbols from debuginfo-data executable...
2016-05-03  Antoine BusquePython bindings: add has_intersection property to Trace...
2016-05-03  Antoine BusquePython bindings: make intersect_mode read-only property
2016-05-03  Michael JeansonTests: Add missing debuginfo files to dist
2016-05-03  Michael JeansonUse tar-ustar format for dist
2016-05-03  Michael JeansonTests: Replace prove by autotools tap runner
2016-05-03  Michael JeansonCleanup test scripts
2016-05-03  Michael JeansonFix: Don't clean test scripts
2016-05-03  Simon MarchiFix: Make test_dwarf and test_bin_info tests work out...
2016-05-03  Michael JeansonHandle test_ctf_writer_complete like the other tests...
2016-05-03  Simon MarchiFix: let automake handle CLEAN and DIST
2016-05-03  Simon MarchiFix: Remove test_seek_empty_packet and test_seek_big_tr...
2016-05-03  Jérémie Galarneauconfigure: introduce new macro AX_LIB_ELFUTILS
2016-05-03  Antoine BusqueDocs: fix typos in babeltrace-log(1) manpage
2016-05-03  Antoine BusqueDocs: update debuginfo doc
2016-05-03  Michael JeansonAdd configure report
2016-05-03  Jérémie Galarneauconfigure: check for elfutils (libelf and libdw) >...
2016-05-03  Jérémie GalarneauSet the minimal version of elfutils to 0.154
2016-05-03  Michael JeansonDoc: Add elfutils to README
2016-05-03  Jérémie GalarneauFix: return -1 on bin_info_lookup_dwarf_function_name...
2016-05-03  Jérémie GalarneauHarmonize spelling of debug-info
2016-05-03  Jérémie GalarneauIndicate default debug-info build settings in configure...
2016-05-03  Michael JeansonDisable debuginfo by default on Solaris and OSX
2016-05-03  Jérémie GalarneauDocs: Add --debug-info-target-prefix to man page
2016-05-03  Antoine BusqueAdd source and information to regenerate debuginfo...
2016-05-03  Antoine BusqueUse bool where possible in dwarf and bin-info
2016-05-03  Antoine BusqueRename so-info to bin-info
2016-05-03  Antoine BusqueUse printf_debug/verbose in so-info
2016-05-03  Antoine BusqueFix: update tests for new dwarf func name output
2016-05-03  Antoine BusqueUpdate debuginfo to match UST event rename
2016-05-03  Antoine BusqueUse g_build_path for DWARF build_id lookup
2016-05-03  Antoine BusqueAdd --debug-info-target-prefix
2016-05-03  Antoine BusqueRefactor offset string printing out of ELF and DWARF...
2016-05-03  Antoine BusquePrint offset relative to function when using DWARF
2016-05-03  Antoine BusquePrint bin location first
2016-05-03  Antoine BusqueAdd binary location information
2016-05-03  Antoine BusqueFix: prevent uninitialized use of elf_file
2016-05-03  Antoine BusqueOnly set so info ELF file when needed
2016-05-03  Antoine BusqueUse is_pic field instead of reading ELF header
2016-05-03  Antoine BusqueFix: make short_src_path from src_path
2016-05-03  Jérémie GalarneauTests: clean generated tests scripts
2016-05-03  Michael JeansonTests: Add missing test scripts to gitignore
2016-05-03  Michael JeansonTests: Use AC_CONFIG_FILES to generate test scripts
2016-05-03  Jérémie GalarneauFix out-of-tree tests: seek tests can't find traces
2016-05-03  Jérémie GalarneauDocs: Add debug-info option to BABELTRACE(1)
2016-05-03  Jérémie GalarneauPrint "binary+offset" when function name can't be resolved
2016-05-03  Jérémie GalarneauFix: Don't skip binary path print-out in ELF-only case
2016-05-03  Jérémie GalarneauShow binary path as part of debug info
2016-05-03  Jérémie GalarneauAdd --debug-info-full-path option and shorten source...
2016-05-03  Jérémie GalarneauRename opt_debug_dir to opt_debug_info_dir
2016-05-03  Jérémie GalarneauFix: cast of 64 bit addresses from trace to 32-bit...
2016-05-03  Jérémie GalarneauTests: dynamically create test list based on enabled...
2016-05-03  Antoine BusqueAdd intersect mode to python bindings
2016-05-02  Antoine BusqueAdd bt_ctf_iter_create_intersect to CTF iterator API
2016-05-02  Antoine BusqueDocs: add high-level debug info doc
2016-05-02  Antoine BusqueTests: add unit tests for so_info
2016-05-02  Antoine BusqueTests: add unit tests for bt_dwarf
2016-04-25  Antoine BusqueInitial implementation of the debuginfo API
2016-04-22  Philippe ProulxStore "tracer_name" from the trace's environment
2016-04-22  Jérémie GalarneauFix: Missing pointer dereference in NULL check
2016-04-22  Jérémie GalarneauFix: leak of stream intersection positions
2016-04-22  Jérémie GalarneauRemove useless bt_iter when creating intersection
2016-04-22  Jérémie GalarneauAdd new test artifacts to .gitignore
next
This page took 0.037273 seconds and 4 git commands to generate.